Skip to content

Commit

Permalink
FIX-#000: Revert PR #387 (#388)
Browse files Browse the repository at this point in the history
Signed-off-by: Igoshev, Iaroslav <[email protected]>
  • Loading branch information
YarShev authored Nov 13, 2023
1 parent 0622518 commit 7cf3903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unidist/config/backends/mpi/envvars.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class MpiLog(EnvironmentVariable, type=bool):
class MpiSharedObjectStore(EnvironmentVariable, type=bool):
"""Whether to enable shared object store or not."""

default = True
default = False
varname = "UNIDIST_MPI_SHARED_OBJECT_STORE"


Expand Down

0 comments on commit 7cf3903

Please sign in to comment.