1
1
openmpi/ompi/mca/btl
Galen Shipman f12bbe0591 Handle different subnets correctly and multiple nic endpoint negotiation
This is somewhat limited currently for expample,  if you have 3 ports on Node A and 5 ports
on Node B then the peers will use 3 ports to communicate with each other. 
This is on a subnet basis, so for any pair of nodes we take the
intersection of the available ports within a subnet.

We use subnets to determine reachability for lazy connection establishment. So
if Node A and Node B each have two HCA's (on seperate networks) then the
subnet's must be distinct, otherwise we will try to wire up HCA's on seperate
networks.  

This commit was SVN r12978.
2007-01-03 22:35:41 +00:00
..
base Fixed trac #409 by adding a new MCA parameter named 2006-09-27 13:24:42 +00:00
gm Fix a number of issues with the ompi_ptr_t: 2007-01-03 19:47:48 +00:00
mvapi * fix some typos that slipped in with r12974. Refs trac:587 2007-01-03 20:14:45 +00:00
mx Fix a number of issues with the ompi_ptr_t: 2007-01-03 19:47:48 +00:00
openib Handle different subnets correctly and multiple nic endpoint negotiation 2007-01-03 22:35:41 +00:00
portals Fix a number of issues with the ompi_ptr_t: 2007-01-03 19:47:48 +00:00
self Fix a number of issues with the ompi_ptr_t: 2007-01-03 19:47:48 +00:00
sm Fix a number of issues with the ompi_ptr_t: 2007-01-03 19:47:48 +00:00
tcp Fix a number of issues with the ompi_ptr_t: 2007-01-03 19:47:48 +00:00
template Fix a number of issues with the ompi_ptr_t: 2007-01-03 19:47:48 +00:00
udapl Fix a number of issues with the ompi_ptr_t: 2007-01-03 19:47:48 +00:00
btl.h Merge in changes from the bwb-heterogeneous temp branch (r12491 - 2006-12-04 20:11:42 +00:00
Makefile.am fixes suggested by Ralf for supporting both Libtool 1 and 2 in Open MPI... 2005-12-19 03:10:23 +00:00