From e4ca97f061f29006e9d8c393a684520230fe92f7 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Thu, 21 Dec 2017 02:04:35 +0100 Subject: [PATCH] oops, this should be yes (it's the same, but it makes more sense) --- src/simgrid/sg_config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simgrid/sg_config.cpp b/src/simgrid/sg_config.cpp index 88e5e7c257..dd15279d8b 100644 --- a/src/simgrid/sg_config.cpp +++ b/src/simgrid/sg_config.cpp @@ -500,7 +500,7 @@ void sg_config_init(int *argc, char **argv) const char* default_privatization = std::getenv("SMPI_PRIVATIZATION"); if (default_privatization == nullptr) - default_privatization = "dlopen"; + default_privatization = "yes"; xbt_cfg_register_string("smpi/privatization", default_privatization, nullptr, "How we should privatize global variable at runtime (no, yes, mmap, dlopen)."); -- 2.20.1