Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar don't like comments ending with ';'
[simgrid.git] / src / simgrid / sg_config.cpp
index dd15279..19e7b14 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 = "yes";
+      default_privatization = "no";
 
     xbt_cfg_register_string("smpi/privatization", default_privatization, nullptr,
                             "How we should privatize global variable at runtime (no, yes, mmap, dlopen).");