X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1a3a7e5bb83a8e5ee4f2e4d0d5ddd24db125a807..54cb3695a30bf100bec2710d11af87d3b6ba1a44:/src/simix/smx_global.cpp diff --git a/src/simix/smx_global.cpp b/src/simix/smx_global.cpp index eecd1d4c2b..d61721f99a 100644 --- a/src/simix/smx_global.cpp +++ b/src/simix/smx_global.cpp @@ -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();