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)
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Fri, 16 Nov 2012 08:44:32 +0000 (09:44 +0100)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Fri, 16 Nov 2012 08:44:32 +0000 (09:44 +0100)
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())
   fflush(stderr);
 
   if (MC_is_active())
-    MC_modelcheck();
+    MC_modelcheck_safety();
   else
     SIMIX_run();
 
   else
     SIMIX_run();