From: alegrand Date: Thu, 30 Jun 2005 05:40:24 +0000 (+0000) Subject: remove this damn fflush that spoils the performance (even though it was useful when... X-Git-Tag: v3.3~3859 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/19728dc2c088aaaff2fa9dcfca9e36d869c25295 remove this damn fflush that spoils the performance (even though it was useful when debuging) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1496 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/msg/global.c b/src/msg/global.c index f54618180d..a8e246ea19 100644 --- a/src/msg/global.c +++ b/src/msg/global.c @@ -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; }