Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reintroduce lines removed at commit 5bc3597e1513c7b94497ae0ea819e5fa2e28058a.
[simgrid.git] / src / simix / smx_global.cpp
index 07d7058..61469fb 100644 (file)
@@ -286,6 +286,8 @@ void SIMIX_clean()
   }
   /* Kill all processes (but maestro) */
   SIMIX_process_killall(simix_global->maestro_process, 1);
+  SIMIX_context_runall();
+  SIMIX_process_empty_trash();
 
   /* Exit the SIMIX network module */
   SIMIX_mailbox_exit();