X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/417ed3b671abe3a71fa4106d23d0a432084cc207..d0d7c4f8a7587bb46decfba7246deceafadbaf5d:/src/mc/explo/DFSExplorer.cpp diff --git a/src/mc/explo/DFSExplorer.cpp b/src/mc/explo/DFSExplorer.cpp index 0e5dd646fc..ccd0fea37b 100644 --- a/src/mc/explo/DFSExplorer.cpp +++ b/src/mc/explo/DFSExplorer.cpp @@ -307,6 +307,8 @@ DFSExplorer::DFSExplorer(const std::vector& args, bool with_dpor) : Explo else reduction_mode_ = ReductionMode::none; + sleep_set_reduction_ = _sg_mc_sleep_set; + if (_sg_mc_termination) { if (with_dpor) { XBT_INFO("Check non progressive cycles (turning DPOR off)");