X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9e0ca3c3610b911e43366c78f4948842db40e084..e1d9c1d28c6bbf8c0ad26b067f8a67a5a36a7f63:/src/surf/surf.c diff --git a/src/surf/surf.c b/src/surf/surf.c index 8e3ce48aac..283fa6fc3c 100644 --- a/src/surf/surf.c +++ b/src/surf/surf.c @@ -414,12 +414,6 @@ double surf_solve(double max_date) min = max_date - NOW; } - -#ifdef HAVE_TRACING - //NOW changed, dump buffer - TRACE_paje_dump_buffer (); -#endif - DEBUG0("Looking for next action end"); xbt_dynar_foreach(model_list, iter, model) { DEBUG1("Running for Resource [%s]", model->name); @@ -472,6 +466,10 @@ double surf_solve(double max_date) xbt_dynar_foreach(model_list, iter, model) model->model_private->update_actions_state(NOW, min); +#ifdef HAVE_TRACING + TRACE_paje_dump_buffer (); +#endif + return min; }