X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4bd2cbe6c40e96efdbf49550cc66bb9e35df8b94..f41bb0741ae67b3953b31cd80ae100ac58b86cab:/src/mc/Session.cpp diff --git a/src/mc/Session.cpp b/src/mc/Session.cpp index 095d4b05dc..ff6cef6481 100644 --- a/src/mc/Session.cpp +++ b/src/mc/Session.cpp @@ -86,7 +86,7 @@ Session::Session(pid_t pid, int socket) std::unique_ptr process(new simgrid::mc::Process(pid, socket)); // TODO, automatic detection of the config from the process process->privatized( - xbt_cfg_get_boolean("smpi/privatize_global_variables")); + xbt_cfg_get_boolean("smpi/privatize-global-variables")); modelChecker_ = std::unique_ptr( new simgrid::mc::ModelChecker(std::move(process))); xbt_assert(mc_model_checker == nullptr);