Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] end must be called while surf configuration still exist
[simgrid.git] / src / msg / global.c
index ef50ebe..eaf3e19 100644 (file)
@@ -207,12 +207,12 @@ MSG_error_t MSG_clean(void)
   /* initialization of the action module */
   _MSG_action_exit();
 
-  SIMIX_clean();
-
 #ifdef HAVE_TRACING
   TRACE_end();
 #endif
 
+  SIMIX_clean();
+
   return MSG_OK;
 }