X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0afab0e550e09d35a4aaaae802c7f2ea17d2b860..9cd192ac127fe76be50a32502c1fb13d5847fa71:/examples/msg/tracing/user_variables.c diff --git a/examples/msg/tracing/user_variables.c b/examples/msg/tracing/user_variables.c index 65697ff199..4b585c344a 100644 --- a/examples/msg/tracing/user_variables.c +++ b/examples/msg/tracing/user_variables.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -9,8 +9,8 @@ * - tracing/user_variables.c: This program demonstrates how to * trace user variables associated to the hosts of the platform file. * You might want to run this program with the following parameters: - * --cfg=tracing:1 - * --cfg=tracing/platform:1 + * --cfg=tracing:yes + * --cfg=tracing/platform:yes * (See \ref tracing_tracing_options for details) */ @@ -100,9 +100,9 @@ int main(int argc, char *argv[]) xbt_dynar_free (&link_variables); } - //create a customized triva graph configuration file + //create a customized viva graph configuration file FILE *fp; - fp = fopen ("triva_graph.plist", "w"); + fp = fopen ("viva_graph.plist", "w"); if (!fp){ return 1; }