1
1
openmpi/ompi/mca
Adrian Knoth 20473bfda2 on incoming connections, compare with every possible source address.
Rational (taken from the code):

    /* This is PITA. We never know which source address an 
    * incoming/outgoing packet will have, so even with 
    * btl_tcp_if_include/exclude on the remote end, we 
    * might get a different source address. 
    * 
    * If this address isn't included in btl_proc->proc_addrs, 
    * we would erroneously drop the connection 
    */ 

merge -r18165:18167 to the trunk.

This commit was SVN r18169.

The following SVN revisions from the original message are invalid or
inconsistent and therefore were not cross-referenced:
  r18165
  r18167
2008-04-16 11:24:09 +00:00
..
allocator Per long threads on the mailing list and much confusion discussion 2007-12-15 13:32:02 +00:00
bml Just in case something goes drastically wrong, don't segv. 2008-03-31 21:55:07 +00:00
btl on incoming connections, compare with every possible source address. 2008-04-16 11:24:09 +00:00
coll added reduce-scatter followed by gather to root. 2008-04-11 13:49:08 +00:00
common Cleanup shared file creation on unix/linux. 2008-03-30 13:41:47 +00:00
crcp Cleanup some symbol visability issues. 2008-03-05 13:59:25 +00:00
dpm - Fix a problem reported on the users list where we would segfault in finalize after calling spawn if the user did not call MPI_Comm_disconnect 2008-04-04 15:07:39 +00:00
io Restore a placeholder to make non-SVN SCM's happy. 2008-02-28 20:19:22 +00:00
mpool Remove the obsolete and largely unused orte_system_info structure. The only fields that were used in that struct were nodeid and nodename - these have been transferred to the orte_process_info structure. 2008-03-23 23:10:15 +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 Fully implement the inbound binomial allgather for daemon-based collectives. Supports both modex and barrier operations. 2008-04-09 22:10:53 +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