Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add another SMPI bugged example to test the MC.
[simgrid.git] / examples / msg / icomms / peer.c
old mode 100755 (executable)
new mode 100644 (file)
index ccf0ac4..1d70c27
@@ -166,7 +166,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)