1
1
openmpi/ompi/mca/btl
Galen Shipman 3401bd2b07 Add optional ordering to the BTL interface.
This is required to tighten up the BTL semantics. Ordering is not guaranteed,
but, if the BTL returns a order tag in a descriptor (other than
MCA_BTL_NO_ORDER) then we may request another descriptor that will obey
ordering w.r.t. to the other descriptor.


This will allow sane behavior for RDMA networks, where local completion of an
RDMA operation on the active side does not imply remote completion on the
passive side. If we send a FIN message after local completion and the FIN is
not ordered w.r.t. the RDMA operation then badness may occur as the passive
side may now try to deregister the memory and the RDMA operation may still be
pending on the passive side. 

Note that this has no impact on networks that don't suffer from this
limitation as the ORDER tag can simply always be specified as
MCA_BTL_NO_ORDER.

This commit was SVN r14768.
2007-05-24 19:51:26 +00:00
..
base Forget to add file in r14681. 2007-05-17 08:41:01 +00:00
gm Add optional ordering to the BTL interface. 2007-05-24 19:51:26 +00:00
mvapi Implement new BTL parameters: 2007-05-17 07:54:27 +00:00
mx Add optional ordering to the BTL interface. 2007-05-24 19:51:26 +00:00
openib Add optional ordering to the BTL interface. 2007-05-24 19:51:26 +00:00
portals Add optional ordering to the BTL interface. 2007-05-24 19:51:26 +00:00
self Add optional ordering to the BTL interface. 2007-05-24 19:51:26 +00:00
sm Add optional ordering to the BTL interface. 2007-05-24 19:51:26 +00:00
tcp Add optional ordering to the BTL interface. 2007-05-24 19:51:26 +00:00
template Add optional ordering to the BTL interface. 2007-05-24 19:51:26 +00:00
udapl Add optional ordering to the BTL interface. 2007-05-24 19:51:26 +00:00
btl.h Add optional ordering to the BTL interface. 2007-05-24 19:51:26 +00:00
Makefile.am Clean up a couple of configure things: 2007-05-15 04:23:48 +00:00