1
1
openmpi/orte
Ralph Castain b110a247be Fix comm_spawn (maybe).
Comm_spawn was sticking during spawn_multiple because of a problem in the dpm - the modex there is asking processes to talk to each other in an allgather_list operation, but the procs don't have the required contact info to do so. The solution here was to ensure that all parent procs have full contact info for procs in the child job.

Admittedly, this isn't the long-term answer. We would like to have the contact info given to only the parent procs that were involved in the comm_spawn. There is a way to do that, but this will suffice to keep things working until that can be implemented and tested.

This commit was SVN r17772.
2008-03-06 21:56:00 +00:00
..
etc remove defunct file 2007-07-20 02:10:38 +00:00
include Make it so we do not mangle the options the user passes to their executeable. Fixes trac:1124 2008-03-05 22:12:27 +00:00
mca Fix comm_spawn (maybe). 2008-03-06 21:56:00 +00:00
orted Cleanup an attribute warning - not sure which one to set or where it should go, so I'll leave that to someone more familiar with "attributes". 2008-03-03 16:06:47 +00:00
runtime Fix comm_spawn (maybe). 2008-03-06 21:56:00 +00:00
test Replace all occurences of orte_pointer_array by opal_pointer_array. Remove the 2008-02-28 05:32:23 +00:00
tools Utilize Tim M's suggestion and use atomics to do the locking. 2008-03-06 21:36:32 +00:00
util In order to prevent orphaned processes when using non-unity routing methods, the procs need to realize that their local daemon is a critical connection - if that connection unexpectedly closes, they need to terminate. 2008-03-06 15:30:44 +00:00
Doxyfile Fix the broken Doxyfile so people can generate what little code base documentation we have :-) 2006-04-13 12:52:17 +00:00
Makefile.am Remove the orte_proc_table. Migrate all users of it to the opal_hash_table and a new name hash function in orte. 2008-03-05 22:44:35 +00:00