1
1
openmpi/orte/mca
Ralph Castain 1a44b84b25 If a process is in certain states (e.g., polling for messages in the event lib), then it can blissfully ignore SIGTERM when we try to order it to die. Unfortunately, the OS thinks the process actually did die, leading us to leave orphaned procs around.
The only sure way to kill the thing is with SIGKILL. After hours spent trying to debug this bizarre situation with a reliable reproducer, I finally tracked it down and fixed it.

Go figure...I sure can't.

This commit was SVN r22220.
2009-11-19 17:25:15 +00:00
..
errmgr Silence a compiler warning about no format 2009-09-08 15:02:48 +00:00
ess Update the rmcast APIs to include tag params and reorder them to look like their rml cousins 2009-11-17 15:58:59 +00:00
fddp Add two new frameworks for sensing and predicting faults. This is just the bare-bones plumbing for now - will instantiate soon. 2009-08-20 04:27:16 +00:00
filem - Replace combinations of 2009-08-20 11:42:18 +00:00
grpcomm - Allow to work without xt-catamount module on Jaguar, 2009-11-09 14:26:24 +00:00
iof Correct handling of pointer array indexing 2009-09-26 03:33:55 +00:00
notifier A few changes to the FTB notifier interface: 2009-09-24 23:56:41 +00:00
odls If a process is in certain states (e.g., polling for messages in the event lib), then it can blissfully ignore SIGTERM when we try to order it to die. Unfortunately, the OS thinks the process actually did die, leading us to leave orphaned procs around. 2009-11-19 17:25:15 +00:00
oob Silence a compiler warning about no format 2009-09-08 15:03:14 +00:00
plm Courtesy of Ralph and Jeff: 2009-10-24 01:04:35 +00:00
ras A few windows fixes: 2009-11-18 09:43:47 +00:00
rmaps Make rmaps base open function play nicely with ompi_info 2009-10-20 07:28:23 +00:00
rmcast Update the rmcast APIs to include tag params and reorder them to look like their rml cousins 2009-11-17 15:58:59 +00:00
rml Next phase of auto-wireup using multicast. Enable use of multicast groups to separate comm from different application groups. Have the orted bootstrap message go to a different rml tag so the node can be added to the pool. 2009-10-10 01:19:56 +00:00
routed Reset the verbosity levels to suppress debug output 2009-10-13 15:29:38 +00:00
sensor Fixing compilation failure. Adding missing include. 2009-10-21 16:28:40 +00:00
snapc move {{{ess_env_ft_event_update_process_info}}} into SnapC {{{snapc_full_app_ft_event_update_process_info}}} where it should have been all along. 2009-09-23 18:29:13 +00:00