Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Cleanup safety initialisation code
[simgrid.git] / src / mc / mc_global.c
index aa45d45..53235a4 100644 (file)
@@ -294,6 +294,7 @@ void MC_do_the_modelcheck_for_real()
         XBT_INFO("Check non progressive cycles");
       else
         XBT_INFO("Check a safety property");
+      MC_wait_for_requests();
       MC_modelcheck_safety();
     }
     else {