1
1
openmpi/ompi/mca/btl/udapl
Andrew Friedley c68c6ac122 A number of fixes and the usual cleanup..
- Added some basic flow control to limit number of posted sends.
- Merged endpoint send/recv lock into single endpoint lock.
- Set the LMR triplet length in the send path, not at allocation time.
  This has to be done because upper layers might send less than the
  amount allocated.
- Alter the tie-breaker if statement protecting the second call
  to dat_ep_connect().  The logic was reversed compared to the tie-
  breaker for the first dat_ep_connect(), making it possible for
  3 or more processes to form a deadlock loop.
- Some asserts were added for debugging purposes.. leaving them
  in place for now.

This commit was SVN r10317.
2006-06-12 22:42:01 +00:00
..
.ompi_ignore Initial commit of uDAPL BTL component. 2005-12-19 16:37:05 +00:00
.ompi_unignore uDAPL has an expects memory for enumerating interface adapters in a really 2006-05-10 19:50:30 +00:00
btl_udapl_component.c A number of fixes and the usual cleanup.. 2006-06-12 22:42:01 +00:00
btl_udapl_endpoint.c A number of fixes and the usual cleanup.. 2006-06-12 22:42:01 +00:00
btl_udapl_endpoint.h A number of fixes and the usual cleanup.. 2006-06-12 22:42:01 +00:00
btl_udapl_frag.c I can commit! *happy dance* 2006-05-25 15:47:59 +00:00
btl_udapl_frag.h A number of fixes and the usual cleanup.. 2006-06-12 22:42:01 +00:00
btl_udapl_proc.c Mostly fragment/LMR handling fixes: 2006-03-23 16:21:08 +00:00
btl_udapl_proc.h Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
btl_udapl.c A number of fixes and the usual cleanup.. 2006-06-12 22:42:01 +00:00
btl_udapl.h A number of fixes and the usual cleanup.. 2006-06-12 22:42:01 +00:00
configure.m4 Checkpoint for switch to mpool work: 2006-01-25 02:21:34 +00:00
configure.params Initial commit of uDAPL BTL component. 2005-12-19 16:37:05 +00:00
Makefile.am Many different things, the big ones: 2006-02-10 21:49:15 +00:00