1
1
openmpi/ompi/mca
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
..
allocator Per long threads on the mailing list and much confusion discussion 2007-12-15 13:32:02 +00:00
bml Remove the now-unused orte_value_array. As this is the last 'class' split between orte and ompi, remove the big comment about the split in ompi_bitmap. 2008-02-28 21:39:42 +00:00
btl 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
coll starting to implement recursive doubling algorithm. 2008-03-06 18:38:58 +00:00
common not sure how this got missed.. 2008-03-05 01:23:43 +00:00
crcp Cleanup some symbol visability issues. 2008-03-05 13:59:25 +00:00
dpm Fix comm_spawn (maybe). 2008-03-06 21:56:00 +00:00
io Restore a placeholder to make non-SVN SCM's happy. 2008-02-28 20:19:22 +00:00
mpool Merge the ORTE devel branch into the main trunk. Details of what this means will be circulated separately. 2008-02-28 01:57:57 +00:00
mtl Looks like orte/ns is now gone 2008-03-05 00:55:43 +00:00
osc Use the correct way of including memchecker.h, which will work with '--with-devel-headers'. 2008-02-12 18:01:17 +00:00
pml Cleanup some symbol visability issues. 2008-03-05 13:59:25 +00:00
pubsub Merge the ORTE devel branch into the main trunk. Details of what this means will be circulated separately. 2008-02-28 01:57:57 +00:00
rcache Don't call free(), or library functions that may call free() inside (such as 2008-01-08 08:55:42 +00:00
topo Present state of MPI debugger work: 2008-03-05 12:22:34 +00:00