1
1
openmpi/ompi/mca/btl
Andrew Friedley cf9246f7b9 Long overdue commit.. many changes.
In short, I'm very close to having connection establishment and eager send/recv working.

Part of the connection process involves sending address information from the
client to server.  For some reason, I am never receiving an event indicating
completetion of the send on the client side.  Otherwise, connection
establishment is working and eager send/recv should be trivial from here.


Some more detailed changes:
 - Send partially implemented, just handles starting up new connections.
 - Several support functions implemented for establishing connection.  Client
   side code went in btl_udapl_endpoint.c, server side in btl_udapl_component.c
 - Frags list and send/recv locks added to the endpoint structure.
 - BTL sets up a public service point, which listens for new connections.
   Steps over ports that are already bound, iterating through a range of ports.
 - Remove any traces of recv frags, don't think I need them after all.
 - Pieces of component_progress() implemented for connection establishment.
 - Frags have two new types for connection establishment - CONN_SEND and
   CONN_RECV.
 - Many other minor cleanups not affecting functionality

This commit was SVN r9345.
2006-03-21 00:12:55 +00:00
..
base - modified convertor copy_and_prepare routines to accept an addition 2006-03-17 18:46:48 +00:00
gm add diagnostic interface 2006-03-17 17:39:41 +00:00
mvapi Remove the bogus prototype. 2006-03-19 19:22:35 +00:00
mx add diagnostic interface 2006-03-17 17:39:41 +00:00
openib add diagnostic interface 2006-03-17 17:39:41 +00:00
portals add diagnostic interface 2006-03-17 17:39:41 +00:00
self add diagnostic interface 2006-03-17 17:39:41 +00:00
sm add diagnostic interface 2006-03-17 17:39:41 +00:00
tcp add diagnostic interface 2006-03-17 17:39:41 +00:00
template Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
udapl Long overdue commit.. many changes. 2006-03-21 00:12:55 +00:00
btl.h - modified convertor copy_and_prepare routines to accept an addition 2006-03-17 18:46:48 +00:00
Makefile.am fixes suggested by Ralf for supporting both Libtool 1 and 2 in Open MPI... 2005-12-19 03:10:23 +00:00