Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix ns3, again
[simgrid.git] / src / simix / smx_global.cpp
index eecd1d4c2b8ba46748253cf155ad0715e56ff65d..d61721f99a291ac223d83daee300e078b3a375c6 100644 (file)
@@ -503,13 +503,6 @@ void SIMIX_run()
       SIMIX_wake_processes();
     } while (again);
 
-    /* Autorestart all process */
-    for (auto const& host : host_that_restart) {
-      XBT_INFO("Restart processes on host %s", host->get_cname());
-      host->turn_on();
-    }
-    host_that_restart.clear();
-
     /* Clean processes to destroy */
     SIMIX_process_empty_trash();