Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Pimple to get the message sizes
[simgrid.git] / src / smpi / smpi_global.c
index f71b527..6dae568 100644 (file)
@@ -192,6 +192,8 @@ int main(int argc, char **argv)
 
   smpi_global_destroy();
 
+  SIMIX_message_sizes_output("toto.txt");
+
   SIMIX_clean();
   return 0;
 }