Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a variable HAVE_MC for enable model-checking.
[simgrid.git] / src / msg / global.c
index d711b68..72ea2f0 100644 (file)
@@ -140,9 +140,11 @@ MSG_error_t MSG_main(void)
   fflush(stderr);
   SIMIX_init();
 
+#ifdef HAVE_MC
   if (_surf_do_model_check)
     MC_modelcheck(1);
   else
+#endif
     while (SIMIX_solve(NULL, NULL) != -1.0);
   
   return MSG_OK;