1
1
openmpi/orte/mca
Joshua Hursey 0e8a97c598 Fix the sigkill timeout sleep to prevent SIGCHLD from preventing completion.
* The user can set `-mca odls_base_sigkill_timeout 30` to have ORTE wait
   30 seconds before sending SIGTERM then another 30 seconds before sending
   SIGKILL to remaining processes. This usually happens on an abnormal
   termination. Sometimes the user wants to delay the cleanup to give the
   system time to write out corefile or run other diagnostics.
 * The problem is that child processes may be completing while ORTE is
   in this loop. The SIGCHLD will interrupt the `sleep` system call.
   Without the loop the sleep could effectively be ignored in this case.
   - Sleep returns the amount of time remaining to sleep. If it was
     interrupted by a signal then it is a positive number less than or
     equal to the parameter passed to it. If it slept the whole time
     then it returns 0.

Signed-off-by: Joshua Hursey <jhursey@us.ibm.com>
2019-10-02 14:41:34 -04:00
..
common pmix/cray: fix disable-dlopen problem 2016-11-21 13:45:10 -06:00
errmgr Remove the remaining cruft from dual oob transport 2019-02-08 11:12:31 -08:00
ess ess/base: fix a misc memory leak in orte_ess_base_proc_binding() 2019-07-12 17:01:04 +09:00
filem Remove the remaining cruft from dual oob transport 2019-02-08 11:12:31 -08:00
grpcomm Remove the remaining cruft from dual oob transport 2019-02-08 11:12:31 -08:00
iof Remove the remaining cruft from dual oob transport 2019-02-08 11:12:31 -08:00
odls Fix the sigkill timeout sleep to prevent SIGCHLD from preventing completion. 2019-10-02 14:41:34 -04:00
oob Remove stale references to orte_oob_base.ev_base 2019-09-29 18:52:03 -07:00
plm plm_slurm_module: adjust for new SLURM CLI options 2019-05-15 14:52:33 -07:00
ras Fix typos 2019-08-07 05:47:12 -07:00
rmaps Allow individual jobs to set their map/rank/bind policies 2019-08-06 07:48:58 -07:00
rml Remove the remaining cruft from dual oob transport 2019-02-08 11:12:31 -08:00
routed Remove the remaining cruft from dual oob transport 2019-02-08 11:12:31 -08:00
rtc orte-rmaps-base: update out-of-slots show_help message 2018-11-08 15:02:57 -05:00
schizo schizo/ompi: correctly handle the yield_when_idle option 2019-02-28 09:53:29 +09:00
snapc Remove the remaining cruft from dual oob transport 2019-02-08 11:12:31 -08:00
sstore Replace asprintf with opal_asprintf 2018-10-06 19:32:37 +00:00
state Fix ORTE_FORCED_TERMINATE message 2019-06-28 00:46:55 +00:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
mca.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00