Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] avoiding key clashes on paje links
[simgrid.git] / src / smpi / smpi_global.c
index 1baf3ea..bc190ba 100644 (file)
@@ -286,7 +286,6 @@ void smpi_global_destroy(void)
 /* Fortran specific stuff */
 /* With smpicc, the following weak symbols are used */
 /* With smpiff, the following weak symbols are replaced by those in libf2c */
-
 int __attribute__((weak)) xargc;
 char** __attribute__((weak)) xargv;
 
@@ -349,7 +348,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();