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
In some applications, there is read-only global state that needs to be distributed among workers. This can be implemented via multiprocessing.Pool's initializer and initargs options. The nonuniformity of the pool interfaces means that this workflow is not possible on an MPI pool. I think MPI broadcast allows this functionality to be built into this package. Would this addition be possible?
The text was updated successfully, but these errors were encountered:
In some applications, there is read-only global state that needs to be distributed among workers. This can be implemented via multiprocessing.Pool's initializer and initargs options. The nonuniformity of the pool interfaces means that this workflow is not possible on an MPI pool. I think MPI broadcast allows this functionality to be built into this package. Would this addition be possible?
The text was updated successfully, but these errors were encountered: