1
1
openmpi/ompi/mca/btl/udapl
Andrew Friedley d461b55696 - Implement OOB connection handshaking via the ORTE RML. To start a connect,
we send our local addr_t OOB.  Remote side then matches endpoints and calls
  dat_ep_connect().  Everything should be the same as before from here, except
  that client/server roles are reversed.
- Properly set our buffer size when posting receives.  When the frag used to
  transfer address information is recycled by the free list, the wrong buffer
  size was being used, which caused buffer overflow errors.
- Finally put the uDAPL error handling stuff in the mpool component.
- Remove a few more OPAL_OUTPUTs.

This commit was SVN r9569.
2006-04-07 15:26:05 +00:00
..
.ompi_ignore Initial commit of uDAPL BTL component. 2005-12-19 16:37:05 +00:00
.ompi_unignore Initial commit of uDAPL BTL component. 2005-12-19 16:37:05 +00:00
btl_udapl_component.c - Implement OOB connection handshaking via the ORTE RML. To start a connect, 2006-04-07 15:26:05 +00:00
btl_udapl_endpoint.c - Implement OOB connection handshaking via the ORTE RML. To start a connect, 2006-04-07 15:26:05 +00:00
btl_udapl_endpoint.h - Implement OOB connection handshaking via the ORTE RML. To start a connect, 2006-04-07 15:26:05 +00:00
btl_udapl_frag.c - Implement OOB connection handshaking via the ORTE RML. To start a connect, 2006-04-07 15:26:05 +00:00
btl_udapl_frag.h Various pieces all over to make basic small message send/recv work. Next step 2006-03-29 21:55:41 +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 - Implement OOB connection handshaking via the ORTE RML. To start a connect, 2006-04-07 15:26:05 +00:00
btl_udapl.h The expected cleanup/refactoring commit.. 2006-03-31 16:25:19 +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