X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/24c6654fe2f837c359af9fc74e7717b2bd73b3c7..c5c65e18f5945fd0449ddb77d3726243f0288a2c:/examples/msg/gtnets/gtnets.c diff --git a/examples/msg/gtnets/gtnets.c b/examples/msg/gtnets/gtnets.c index 143442d125..32430c2152 100644 --- a/examples/msg/gtnets/gtnets.c +++ b/examples/msg/gtnets/gtnets.c @@ -109,10 +109,10 @@ int slave(int argc, char *argv[]) for(id=0; id Estimated Bw of FLOW[%d] : %f ; message from %s to %s with remaining : %f", id+1, gl_data_size[id]/elapsed_time, masternames[id], slavenames[id], 0.0); + INFO5("===> Estimated Bw of FLOW[%d] : %f ; message from %s to %s with remaining : %f", id, gl_data_size[id]/elapsed_time, masternames[id], slavenames[id], 0.0); }else{ remaining = MSG_task_get_remaining_communication(gl_task_array[id]); - INFO5("===> Estimated Bw of FLOW[%d] : %f ; message from %s to %s with remaining : %f", id+1, (gl_data_size[id]-remaining)/elapsed_time, masternames[id], slavenames[id], remaining); + INFO5("===> Estimated Bw of FLOW[%d] : %f ; message from %s to %s with remaining : %f", id, (gl_data_size[id]-remaining)/elapsed_time, masternames[id], slavenames[id], remaining); } } exit(0);