Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix proxy-apps but not the new smpi faulty test
[simgrid.git] / src / simdag / sd_global.cpp
index 438d1d4..fa386cd 100644 (file)
@@ -237,5 +237,5 @@ void SD_exit()
 #if SIMGRID_HAVE_JEDULE
   jedule_sd_exit();
 #endif
-  simgrid::s4u::Engine::shutdown();
+  sd_global->engine_->shutdown();
 }