From: Marion Guthmuller Date: Fri, 16 Nov 2012 08:44:32 +0000 (+0100) Subject: forget to apply cleanups in MC on SMPI (separate MC_modelcheck for safety and liveness) X-Git-Tag: v3_9_rc1~91^2~78 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/01bcdf570c06d71a9a6daa471733915fef91bb1f forget to apply cleanups in MC on SMPI (separate MC_modelcheck for safety and liveness) --- diff --git a/src/smpi/smpi_global.c b/src/smpi/smpi_global.c index 1baf3ea86b..4ee0b812e9 100644 --- a/src/smpi/smpi_global.c +++ b/src/smpi/smpi_global.c @@ -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();