1
1
openmpi/orte/mca/odls
Terry Dontje 929c58e38d This commit fixes trac:2073
This commit was SVN r22946.

The following Trac tickets were found above:
  Ticket 2073 --> https://svn.open-mpi.org/trac/ompi/ticket/2073
2010-04-08 18:17:44 +00:00
..
base Fix a bug courtesy of Jeff - since check_job_complete removes the child object and releases it, preserve the pointer to the next item on the list prior to working with it 2010-04-02 07:08:34 +00:00
bproc Courtesy of Ralph and Jeff: 2009-10-24 01:04:35 +00:00
default This commit fixes trac:2073 2010-04-08 18:17:44 +00:00
process Eliminate a race condition (first reported by Josh) when deliberately killing procs. Need to cancel the waitpid callback for the proc, then properly flag it as dead (both not-alive and waitpid-fired) so that the system cleans up properly. 2010-03-28 16:08:05 +00:00
Makefile.am Here is the major MAD-cure commit. I have written plenty about it, so I refer you here to those messages for a description of everything that was done. 2006-09-14 21:29:51 +00:00
odls_types.h Change the app_idx type to uint32_t to support users who use large numbers of app_contexts. Set it up as a new typedef so we can change it later without as much effort. 2010-02-27 17:37:34 +00:00
odls.h Ensure that the errmgr does not take action if the process was terminated by a "kill_procs" command as this can lead to circular logic. 2010-03-05 13:22:12 +00:00