Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Tests whether the file could be opened and removes the temporary file at the end
[simgrid.git] / src / msg / msg_global.cpp
index c5004ba..1e5b5c5 100644 (file)
@@ -28,7 +28,7 @@ static void MSG_exit();
  */
 void MSG_init_nocheck(int* argc, char** argv)
 {
-  TRACE_global_init();
+  simgrid::instr::init();
 
   if (not msg_global) {
     simgrid::config::bind_flag(MSG_Global_t::debug_multiple_use, "msg/debug-multiple-use",