Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove this damn fflush that spoils the performance (even though it was useful when...
[simgrid.git] / src / msg / global.c
index f546181..a8e246e 100644 (file)
@@ -338,7 +338,7 @@ MSG_error_t MSG_main(void)
             process->name,process->simdata->PID,
             process->simdata->host->name);
       msg_global->current_process = process;
-      fflush(NULL);
+/*       fflush(NULL); */
       xbt_context_schedule(process->simdata->context);
       msg_global->current_process = NULL;
     }