From: mquinson Date: Mon, 28 Feb 2005 21:00:45 +0000 (+0000) Subject: Activate Paje even if it's not really successful for now X-Git-Tag: v3.3~4238 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b1e3a07c845cd794bb97a3eddf62ca72580d50eb Activate Paje even if it's not really successful for now git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1115 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/msg/msg_test.c b/examples/msg/msg_test.c index a96d282dac..b5f2a88bf6 100644 --- a/examples/msg/msg_test.c +++ b/examples/msg/msg_test.c @@ -234,6 +234,7 @@ void test_all(const char *platform_file,const char *application_file) MSG_function_register("forwarder", forwarder); MSG_launch_application(application_file); } + MSG_paje_output("msg_test.trace"); MSG_main(); printf("Simulation time %g\n",MSG_getClock()); }