From: velho Date: Fri, 10 Oct 2008 08:47:13 +0000 (+0000) Subject: Disabled paje output, not working at the time. X-Git-Tag: v3.3~139 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0f8b0942aa4f7c8d5e86d72eb06ab1fe5f6c09cd Disabled paje output, not working at the time. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5981 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/msg/gtnets/gtnets.c b/examples/msg/gtnets/gtnets.c index 04e92eec5c..4247ef736a 100644 --- a/examples/msg/gtnets/gtnets.c +++ b/examples/msg/gtnets/gtnets.c @@ -110,7 +110,7 @@ MSG_error_t test_all(const char *platform_file, /* MSG_config("workstation_model","KCCFLN05"); */ { /* Simulation setting */ MSG_set_channel_number(MAX_CHANNEL); - MSG_paje_output("msg_test.trace"); + //MSG_paje_output("msg_test.trace"); MSG_create_environment(platform_file); } { /* Application deployment */