Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
oops, this should be yes (it's the same, but it makes more sense)
[simgrid.git] / src / simgrid / sg_config.cpp
index 88e5e7c..dd15279 100644 (file)
@@ -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).");