Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Patching it does not seem to work remaining communication temporaly disabled.
[simgrid.git] / src / msg / global.c
index 42dba8b..1b5325f 100644 (file)
@@ -168,6 +168,7 @@ MSG_error_t MSG_main(void)
   /* Clean IO before the run */
   fflush(stdout);
   fflush(stderr);
+  SIMIX_init();
 
   //surf_solve(); /* Takes traces into account. Returns 0.0 */
   /* xbt_fifo_size(msg_global->process_to_run) */