Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Documentation ++
[simgrid.git] / examples / msg / parallel_task / parallel_task.c
index 7bd1811a3b6c6daaf887639b5c3247df588d8a97..a3dda645e15f3bf299f5a64c852257f7662b983d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team.
+/* Copyright (c) 2007-2014. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -101,7 +101,6 @@ int main(int argc, char *argv[])
     exit(1);
   }
   res = test_all(argv[1]);
-  MSG_clean();
 
   if (res == MSG_OK)
     return 0;