1
1
openmpi/ompi/mca/btl
Brian Barrett b1d2424013 Merge in present work on the MPI-2 onesided chapter. The current code is not
complete, but stable enough that it will have no impact on general development,
so into the trunk it goes.  Changes in this commit include:

 - Remove the --with option for disabling MPI-2 onesided support.  It
   complicated code, and has no real reason for existing
 - add a framework osc (OneSided Communication) for encapsulating
   all the MPI-2 onesided functionality
 - Modify the MPI interface functions for the MPI-2 onesided chapter
   to properly call the underlying framework and do the required
   error checking
 - Created an osc component pt2pt, which is layered over the BML/BTL
   for communication (although it also uses the PML for long message
   transfers).  Currently, all support functions, all communication
   functions (Put, Get, Accumulate), and the Fence synchronization
   function are implemented.  The PWSC active synchronization
   functions and Lock/Unlock passive synchronization functions are
   still not implemented

This commit was SVN r8836.
2006-01-28 15:38:37 +00:00
..
base * The last of the build system optimizations. Combine the component and 2005-11-20 01:03:01 +00:00
gm The lb should be extracted from the datatype not from the convertor. 2005-12-10 23:27:20 +00:00
mvapi Make the MVAPI BTL thread safe again. The problem was a double locking on the endpoint mutex. 2006-01-25 23:14:06 +00:00
mx Remove 2 useless functions. They have been replaced by the mca_base version few commits ago. 2005-11-28 20:14:23 +00:00
openib - removed debug code 2006-01-24 23:38:41 +00:00
portals * update reference implementation support to match latest release 2006-01-22 04:56:18 +00:00
self Protect the headers and remove the unused ones. 2005-12-10 22:04:28 +00:00
sm Use the common SM component to unmap the shared memory file. 2005-12-31 15:07:48 +00:00
tcp Protect an assert if the endpoint cache is not activated. 2006-01-14 21:10:09 +00:00
template Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
udapl Checkpoint for switch to mpool work: 2006-01-25 02:21:34 +00:00
btl.h Merge in present work on the MPI-2 onesided chapter. The current code is not 2006-01-28 15:38:37 +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