Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Activate Paje even if it's not really successful for now
[simgrid.git] / examples / msg / msg_test.c
index c4a894d..b5f2a88 100644 (file)
@@ -186,7 +186,7 @@ int forwarder(int argc, char *argv[])
     }
   }
 
-
+  i=0;
   while(1) {
     m_task_t task = NULL;
     int a;
@@ -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());
 }