Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
properly closing host containers on simulation trace file
[simgrid.git] / src / msg / global.c
index 9f23a8b..f49fac8 100644 (file)
@@ -183,6 +183,9 @@ MSG_error_t MSG_clean(void)
   m_host_t h = NULL;
   m_process_t p = NULL;
 
+#ifdef HAVE_TRACING
+  TRACE_msg_clean ();
+#endif
 
   while ((p = xbt_fifo_pop(msg_global->process_list))) {
     MSG_process_kill(p);