Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move comm determinism code in mc_comm_determinism.c
[simgrid.git] / src / simix / smx_global.c
index d568b5a..fd7b9d9 100644 (file)
@@ -219,6 +219,7 @@ void SIMIX_global_init(int *argc, char **argv)
       mc_mode = MC_MODE_CLIENT;
       MC_client_init();
       MC_client_hello();
+      MC_client_handle_messages();
     } else {
       mc_mode = MC_MODE_STANDALONE;
     }
@@ -360,7 +361,7 @@ void SIMIX_run(void)
       xbt_os_cputimer_resume(simix_global->timer_seq);
 #endif
 
-      /* Move all killing processes to the end of the list, because killing a process that have an ongoing simcall is a bad idea */
+      /* Move all killer processes to the end of the list, because killing a process that have an ongoing simcall is a bad idea */
       xbt_dynar_three_way_partition(simix_global->process_that_ran, process_syscall_color);
 
       /* answer sequentially and in a fixed arbitrary order all the simcalls that were issued during that sub-round */