From: Arnaud Giersch Date: Sat, 30 Sep 2017 19:40:08 +0000 (+0200) Subject: Fix process_killall. Closes #186. X-Git-Tag: v3_17~58 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5bc3597e1513c7b94497ae0ea819e5fa2e28058a?ds=sidebyside Fix process_killall. Closes #186. This was never tested, or it was a long time ago. --- diff --git a/src/simix/ActorImpl.cpp b/src/simix/ActorImpl.cpp index 205c7f0a62..49d14cbada 100644 --- a/src/simix/ActorImpl.cpp +++ b/src/simix/ActorImpl.cpp @@ -587,10 +587,6 @@ void SIMIX_process_killall(smx_actor_t issuer, int reset_pid) if (reset_pid > 0) simix_process_maxpid = reset_pid; - - SIMIX_context_runall(); - - SIMIX_process_empty_trash(); } void SIMIX_process_change_host(smx_actor_t process, sg_host_t dest)