1
1
openmpi/ompi/mca/btl
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
..
base reapply r15517 and r15520, which were removed in r15527 so that I could get 2007-07-20 02:34:29 +00:00
elan Remove all warnings. 2007-07-23 21:06:25 +00:00
gm reapply r15517 and r15520, which were removed in r15527 so that I could get 2007-07-20 02:34:29 +00:00
mvapi reapply r15517 and r15520, which were removed in r15527 so that I could get 2007-07-20 02:34:29 +00:00
mx reapply r15517 and r15520, which were removed in r15527 so that I could get 2007-07-20 02:34:29 +00:00
ofud reapply r15517 and r15520, which were removed in r15527 so that I could get 2007-07-20 02:34:29 +00:00
openib Bring in the modular-wireup stuff for the openib BTL (from 2007-08-06 23:40:35 +00:00
portals * Provide flag if the BTL can do RDMA, but requires a prepare_{src,dst} 2007-07-11 21:21:40 +00:00
self Rename btl_rdma_offset to btl_pipeline_send_length. 2007-06-21 07:12:40 +00:00
sm Move modex from pml base to general ompi runtime, sicne it's used by more 2007-07-09 17:16:34 +00:00
tcp Add MCA parameter to enable/disable Nagle's algorithm on the TCP BTL. 2007-07-25 12:21:00 +00:00
template fix template btl 2007-07-13 20:06:22 +00:00
udapl add a missing subroutine prototype 2007-07-24 21:07:57 +00:00
btl.h cleanup btl.h comments 2007-07-25 17:26:23 +00:00
Makefile.am Clean up a couple of configure things: 2007-05-15 04:23:48 +00:00