Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Pimple to get the message sizes
[simgrid.git] / src / smpi / smpi_global.c
index 2eaabc4..6dae568 100644 (file)
@@ -186,12 +186,14 @@ int main(int argc, char **argv)
   SIMIX_init();
 
   while (SIMIX_solve(NULL, NULL) != -1.0);
-  
+
   if (xbt_cfg_get_int(_surf_cfg_set, "display_timing"))
     INFO1("simulation time %g", SIMIX_get_clock());
 
   smpi_global_destroy();
 
+  SIMIX_message_sizes_output("toto.txt");
+
   SIMIX_clean();
   return 0;
 }