1
1
openmpi/ompi/mca/btl/openib
Jeff Squyres 50bae9c603 Bring in the modular-wireup stuff for the openib BTL (from
/tmp/jms-modular-wireup branch):

 * This commit moves all the openib BTL connection code out of
   btl_openib_endpoint.c and into a connect "pseudo-component" area,
   meaning that different schemes for doing OFA connection schemes can
   be chosen via function pointer (i.e., MCA parameter) at run-time.
 * The connect/connect.h file includes comments describing the
   specific interface for the connect pseudo-component.
 * Two pseudo-components are in this commit (more can certainly be
   added).
   * oob: use the same old oob/rml scheme for creating OFA connections
     that we've had forever; this now just puts the logic into this
     self-contained pseudo-component.
   * rdma_cm: a currently-empty set of functions (that currently
     return NOT_IMPLEMENTED) that will someday use the RDMA connection
     manager to make OFA connections.

This commit was SVN r15786.
2007-08-06 23:40:35 +00:00
..
connect Bring in the modular-wireup stuff for the openib BTL (from 2007-08-06 23:40:35 +00:00
btl_openib_async.c Passing NULL to pthread_exit() is verbotten. 2007-07-27 01:06:36 +00:00
btl_openib_async.h This commit brings in two major things: 2007-07-18 01:15:59 +00:00
btl_openib_component.c Bring in the modular-wireup stuff for the openib BTL (from 2007-08-06 23:40:35 +00:00
btl_openib_eager_rdma.h This commit brings in two major things: 2007-07-18 01:15:59 +00:00
btl_openib_endpoint.c Bring in the modular-wireup stuff for the openib BTL (from 2007-08-06 23:40:35 +00:00
btl_openib_endpoint.h Bring in the modular-wireup stuff for the openib BTL (from 2007-08-06 23:40:35 +00:00
btl_openib_frag.c This commit brings in two major things: 2007-07-18 01:15:59 +00:00
btl_openib_frag.h 1) Return IB header to it's previous size by using char for cm_seen field. 2007-08-01 12:10:56 +00:00
btl_openib_ini.c Minor fixes in the help messages 2007-01-22 18:45:43 +00:00
btl_openib_ini.h Back out 13076 and 13077 in favor of a much simpler approach. 2007-01-11 14:07:15 +00:00
btl_openib_lex.h George found a great way to avoid warnings from flex for that unused 2006-08-28 13:44:37 +00:00
btl_openib_lex.l Back out r15158 because it apparently breaks with recent versions of 2007-06-21 21:14:10 +00:00
btl_openib_mca.c Bring in the modular-wireup stuff for the openib BTL (from 2007-08-06 23:40:35 +00:00
btl_openib_mca.h Bring over all the work from the /tmp/ib-hw-detect branch. In 2006-08-14 19:30:37 +00:00
btl_openib_proc.c reapply r15517 and r15520, which were removed in r15527 so that I could get 2007-07-20 02:34:29 +00:00
btl_openib_proc.h The last patch for Windows support. Mostly casting and conversion to C++ friendly headers. 2006-08-24 16:38:08 +00:00
btl_openib.c update copyrights for ib_multifrag commit 2007-07-25 15:03:34 +00:00
btl_openib.h Remove the ib_static_rate MCA parameter; it will be replaced with a 2007-07-26 21:10:51 +00:00
btl-openib-benchmark * Added 2 new MCA parameters 2007-03-01 13:39:20 +00:00
configure.m4 Merge the /tmp/jms-installdirs-trunk branch into the trunk. This 2007-04-21 00:15:05 +00:00
configure.params Remove unneeded PARAM_INIT_FILE variable in configure.params files used by 2007-01-08 03:44:22 +00:00
help-mpi-btl-openib.txt A little more error checking; clean up the invalid MCA help message 2007-07-24 20:57:40 +00:00
Makefile.am Bring in the modular-wireup stuff for the openib BTL (from 2007-08-06 23:40:35 +00:00
mca-btl-openib-hca-params.ini Update the vendor ID list to include HP (0x1708). Thanks to Peter 2007-07-09 20:09:31 +00:00