X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/274b996ead50456d7519b1cbd5d4f86e0a9154ec..9cd192ac127fe76be50a32502c1fb13d5847fa71:/examples/msg/tracing/procmig.c diff --git a/examples/msg/tracing/procmig.c b/examples/msg/tracing/procmig.c index 922495f53c..1c832b7ffb 100644 --- a/examples/msg/tracing/procmig.c +++ b/examples/msg/tracing/procmig.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2010 The SimGrid team. All rights reserved. */ +/* Copyright (c) 2010-2014. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -10,8 +11,8 @@ * of where the process has been during its execution. Migrations are represented by * arrows from the origin to the destination host. * You might want to run this program with the following parameters: - * --cfg=tracing:1 - * --cfg=tracing/msg/process:1 + * --cfg=tracing:yes + * --cfg=tracing/msg/process:yes * (See \ref tracing_tracing_options for details) */ @@ -98,6 +99,5 @@ int main(int argc, char *argv[]) MSG_launch_application(deployment_file); MSG_main(); - MSG_clean(); return 0; } /* end_of_main */