X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a883120fb94a2ec473ac6ecfba41a69ff1846426..cc65d2b16b44aceb784687cf94626c7dca9423b4:/src/mc/mc_global.c?ds=inline diff --git a/src/mc/mc_global.c b/src/mc/mc_global.c index ca66d7bdb0..b700c10c97 100644 --- a/src/mc/mc_global.c +++ b/src/mc/mc_global.c @@ -332,6 +332,7 @@ void MC_do_the_modelcheck_for_real() if (_sg_mc_comms_determinism || _sg_mc_send_determinism) { XBT_INFO("Check communication determinism"); + mc_reduce_kind = e_mc_reduce_none; MC_modelcheck_comm_determinism_init(); } else if (!_sg_mc_property_file || _sg_mc_property_file[0] == '\0') { if(_sg_mc_termination){ @@ -339,7 +340,6 @@ void MC_do_the_modelcheck_for_real() mc_reduce_kind = e_mc_reduce_none; }else{ XBT_INFO("Check a safety property"); - mc_reduce_kind = e_mc_reduce_dpor; } MC_modelcheck_safety_init(); } else {