X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cc01c6a871dbbfd0cc84e26eb9f94aeb539e613e..1c277fea0aed2cefb8ab1f53d911b565fafe4b3e:/examples/msg/tracing/volume.c diff --git a/examples/msg/tracing/volume.c b/examples/msg/tracing/volume.c index 7210fc5281..da850697a4 100644 --- a/examples/msg/tracing/volume.c +++ b/examples/msg/tracing/volume.c @@ -117,7 +117,6 @@ int main(int argc, char *argv[]) // - the communication volume among processes expects that: // - the processes involved have a category // - the tasks sent have a category - TRACE_start(); //declaring user categories (for tasks) TRACE_category("compute"); @@ -132,9 +131,6 @@ int main(int argc, char *argv[]) res = test_all(argv[1], argv[2]); MSG_clean(); - //ending the simulation tracing - TRACE_end(); - if (res == MSG_OK) return 0; else