Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Biggest commit ever (SIMIX2): the user processes can now run in parallel
[simgrid.git] / examples / msg / mc / bugged1.c
index b83efd7..10ef4ce 100644 (file)
@@ -58,6 +58,10 @@ int main(int argc, char *argv[])
 
   MSG_main();
 
+  INFO0("MSG_main finished");
+  
+  MSG_clean();
+
   return 0;
 
 }