Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] fix, father is already defined, should not use currentContainer here
[simgrid.git] / examples / msg / icomms / peer3.c
index 93e933cf50081cbc832cc8c7a6826248ce98da9f..72a3eb38d43ebbd473e964ea1774a6f53f8197d1 100644 (file)
@@ -164,7 +164,6 @@ int main(int argc, char *argv[])
     exit(1);
   }
   res = test_all(argv[1], argv[2]);
-  SIMIX_message_sizes_output("toto.txt");
   MSG_clean();
 
   if (res == MSG_OK)