Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Activate Paje even if it's not really successful for now
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 28 Feb 2005 21:00:45 +0000 (21:00 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 28 Feb 2005 21:00:45 +0000 (21:00 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1115 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/msg/msg_test.c

index a96d282..b5f2a88 100644 (file)
@@ -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_function_register("forwarder", forwarder);
     MSG_launch_application(application_file);
   }
+  MSG_paje_output("msg_test.trace");
   MSG_main();
   printf("Simulation time %g\n",MSG_getClock());
 }
   MSG_main();
   printf("Simulation time %g\n",MSG_getClock());
 }