1
1
openmpi/ompi/mca/btl/openib
Jeff Squyres 1d27ca5d0a Until a real fix for #142 is found, this workaround prohibits using
mpi_leave_pinned when multiple OpenIB HCA ports are found.
Specifically, if mpi_leave_pinned == 1 and ultiple HCA ports are
found, the MCA parameter btl_openib_max_btls is set to 1.  If the MCA
parameter btl_openib_warn_leave_pinned_multi_port is true, emit a
warning that this happened (having an MCA parameter to control the
warning allows users/sysadmins to turn it off instead of being nagged
for every run).

This commit was SVN r10424.
2006-06-20 11:32:46 +00:00
..
btl_openib_component.c Until a real fix for #142 is found, this workaround prohibits using 2006-06-20 11:32:46 +00:00
btl_openib_eager_rdma.h fix eager RDMA on PPC64. 2006-05-25 11:05:12 +00:00
btl_openib_endpoint.c Fix to allow eager limit and max send size to be any size (within resource limitations). Instead of storing the ompi_free_list_t * in the fragment, we use the frag type enum, this tells us where the frag came from and where it should return.. This could also be done in mvapi but is not a high priority moving forward.. 2006-06-01 02:32:18 +00:00
btl_openib_endpoint.h finished the ompi_free_list_t class nightmare.. 2006-06-12 22:09:03 +00:00
btl_openib_frag.c Add type to frag. Sometimes we need to know that a frag is from short rdma area. 2006-03-30 15:26:21 +00:00
btl_openib_frag.h finished the ompi_free_list_t class nightmare.. 2006-06-12 22:09:03 +00:00
btl_openib_proc.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
btl_openib_proc.h Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
btl_openib.c Fix to allow eager limit and max send size to be any size (within resource limitations). Instead of storing the ompi_free_list_t * in the fragment, we use the frag type enum, this tells us where the frag came from and where it should return.. This could also be done in mvapi but is not a high priority moving forward.. 2006-06-01 02:32:18 +00:00
btl_openib.h Until a real fix for #142 is found, this workaround prohibits using 2006-06-20 11:32:46 +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
help-mpi-btl-openib.txt Until a real fix for #142 is found, this workaround prohibits using 2006-06-20 11:32:46 +00:00
Makefile.am add help file to explain why things went south.. 2006-06-05 21:23:45 +00:00