Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
oops, we broke non-model-checking builds yesterday. Sorry guys
[simgrid.git] / src / msg / msg_global.c
index 9012803..61ef0ab 100644 (file)
@@ -108,7 +108,7 @@ MSG_error_t MSG_main(void)
   fflush(stdout);
   fflush(stderr);
 
-  if (MC_IS_ENABLED && (_surf_do_model_check == 1)) {
+  if (MC_IS_ENABLED) {
     MC_do_the_modelcheck_for_real();
   } else {
     SIMIX_run();