Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
oops, this should be yes (it's the same, but it makes more sense)
authorAugustin Degomme <augustin.degomme@unibas.ch>
Thu, 21 Dec 2017 01:04:35 +0000 (02:04 +0100)
committerAugustin Degomme <augustin.degomme@unibas.ch>
Thu, 21 Dec 2017 01:04:35 +0000 (02:04 +0100)
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)
 
     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).");
 
     xbt_cfg_register_string("smpi/privatization", default_privatization, nullptr,
                             "How we should privatize global variable at runtime (no, yes, mmap, dlopen).");