1
1
openmpi/orte/mca/odls
2009-06-08 18:28:26 +00:00
..
base Fix tight loops over comm_spawn by checking to see if the system has enough child procs and file descriptors available before attempting to launch. If not, introduce a 1sec delay and then test again. This provides a chance for the orted to complete processing of proc terminations from other children, hopefully creating room for the new proc(s). 2009-06-08 18:28:26 +00:00
bproc This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
default This change does two things. First, do not emit error 2009-05-22 14:59:27 +00:00
process This is a very large change to rename several #define values from 2009-05-06 20:11:28 +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 Take the next step towards fully utilizing static ports for the daemons to eliminate the initial "phone home" to mpirun by modifying the orted termination procedure to eliminate the need for a full barrier-like operation. Instead, we add a "onesided" barrier to the grpcomm framework API that releases the orted once it has completed its own contribution to the barrier - i.e., the orteds now exit as the "ack" message rolls up towards mpirun instead of sending the "ack" directly to mpirun. 2009-05-11 14:11:44 +00:00
odls.h ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00