Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Cleanup safety initialisation code
[simgrid.git] / src / mc / simgrid_mc.cpp
index 409acb5774443fe79f0801b1fa8b865bd2ba4ad2..b70091d5f78bcd2a010fa6335cae388cf4b752df 100644 (file)
@@ -85,9 +85,7 @@ static int do_parent(int socket, pid_t child)
     else if (!_sg_mc_property_file || _sg_mc_property_file[0] == '\0') {
       if (mc_reduce_kind == e_mc_reduce_unset)
         mc_reduce_kind = e_mc_reduce_dpor;
-      XBT_INFO("Check a safety property");
-      MC_wait_for_requests();
-      MC_modelcheck_safety();
+      MC_do_the_modelcheck_for_real();
     }
 
     else {