1
1
openmpi/ompi/mca/btl/mx
George Bosilca 8119c970db Improve the connection algorithm for MX. There are 2 problems here:
- first we setup the connections in the begining with all the peers
- MX does not handle well the case where several peers make connections to the same
  destination simultaneously.

So I change the order in which we connect. First we compute our rank in the array,
then in a round-robin fashion we setup connection starting with our left neighboard.

This commit was SVN r8075.
2005-11-10 01:15:49 +00:00
..
btl_mx_component.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
btl_mx_endpoint.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
btl_mx_endpoint.h Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
btl_mx_frag.c First stable version of the MX BTL (at least we pass NetPipe). The perfs are not amazing 2005-09-04 22:08:13 +00:00
btl_mx_frag.h Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
btl_mx_proc.c Move the output message outside the loop. We print an error message only once when we fail to 2005-11-10 01:13:18 +00:00
btl_mx_proc.h Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
btl_mx.c Improve the connection algorithm for MX. There are 2 problems here: 2005-11-10 01:15:49 +00:00
btl_mx.h Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
configure.m4 Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
configure.params Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
Makefile.am Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00