Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ensures that SIMIX_clean is called automatically
[simgrid.git] / src / smpi / smpi_global.c
index c0706b2..43e5c0c 100644 (file)
@@ -332,6 +332,5 @@ int MAIN__(void)
   TRACE_end();
 #endif
 
-  SIMIX_clean();
   return 0;
 }