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
multiprocessing.shared_memory is a new module added in Python 3.8.0: https://docs.python.org/3.8/library/multiprocessing.shared_memory.html
It was heavily influenced by the design of posix_ipc, but the proposed migration allows officially maintained, and more importantly cross-platform, support. This is particularly important on Windows, since posix_ipc is unix-only.
The text was updated successfully, but these errors were encountered:
(Speaking of Windows, note that there is an MS-MPI, also supported by mpi4py. In principle it could work with our software, but I have no resource to verify this, nor is it supported on conda-forge.)
multiprocessing.shared_memory
is a new module added in Python 3.8.0:https://docs.python.org/3.8/library/multiprocessing.shared_memory.html
It was heavily influenced by the design of
posix_ipc
, but the proposed migration allows officially maintained, and more importantly cross-platform, support. This is particularly important on Windows, sinceposix_ipc
is unix-only.The text was updated successfully, but these errors were encountered: