From: Augustin Degomme Date: Thu, 21 Dec 2017 01:04:35 +0000 (+0100) Subject: oops, this should be yes (it's the same, but it makes more sense) X-Git-Tag: v3.18~12 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e4ca97f061f29006e9d8c393a684520230fe92f7?ds=sidebyside oops, this should be yes (it's the same, but it makes more sense) --- 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).");