From 7cf39031b2be4e9b2c94e307cde8656e8d18b43a Mon Sep 17 00:00:00 2001 From: Iaroslav Igoshev Date: Mon, 13 Nov 2023 11:41:45 +0100 Subject: [PATCH] FIX-#000: Revert PR #387 (#388) Signed-off-by: Igoshev, Iaroslav --- unidist/config/backends/mpi/envvars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unidist/config/backends/mpi/envvars.py b/unidist/config/backends/mpi/envvars.py index 55e7c42c..417cfa7e 100644 --- a/unidist/config/backends/mpi/envvars.py +++ b/unidist/config/backends/mpi/envvars.py @@ -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"