You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the Multiprocessing works by assigning the phonons to the subprocesses before they are started which results in some finishing before others.
Ideally this should be handled by a worker pool which assigns the phonons to the subprocesses while they run.
The text was updated successfully, but these errors were encountered:
This is true, but it appears that it's only a problem for a small number of phonons. For a sufficiently large number, all workers will take roughly the same time, so that the benefit of this optimization would be rather small.
Currently the Multiprocessing works by assigning the phonons to the subprocesses before they are started which results in some finishing before others.
Ideally this should be handled by a worker pool which assigns the phonons to the subprocesses while they run.
The text was updated successfully, but these errors were encountered: