Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
forget to apply cleanups in MC on SMPI (separate MC_modelcheck for safety and liveness)
[simgrid.git] / src / smpi / smpi_global.c
index 1baf3ea..4ee0b81 100644 (file)
@@ -349,7 +349,7 @@ int smpi_main(int (*realmain) (int argc, char *argv[]),int argc, char *argv[])
   fflush(stderr);
 
   if (MC_is_active())
-    MC_modelcheck();
+    MC_modelcheck_safety();
   else
     SIMIX_run();