1
1
openmpi/ompi/mca/pml
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 - UNexport symbols that shouldn't be needed outside the libraries 2007-05-16 15:46:52 +00:00
cm - Bring over the visibility feature, for a finer symbol export control 2007-05-04 09:03:37 +00:00
crcpw Some minor updates to go along with commit r14457 2007-04-21 21:24:44 +00:00
dr Add optional ordering to the BTL interface. 2007-05-24 19:51:26 +00:00
example Just like r14289 on the ORTE trunk: 2007-04-12 11:19:42 +00:00
ob1 Add optional ordering to the BTL interface. 2007-05-24 19:51:26 +00:00
Makefile.am * AC_CONFIG_LINKS has a minor problem in that it always uses ln -s, rather 2006-07-16 04:23:52 +00:00
pml.h Cosmetics. PTLs are now called BTLs. 2007-04-16 10:12:27 +00:00