Alpha release of a C++ bindings implementation
jeremy siek (jsiek@lsc.nd.edu)
Mon, 23 Jun 1997 18:00:45 -0500 (EST)
I have just completed the initial coding of the C++ bindings as a layer on
top of the C bindings. This initial version is meant to be a "proof of
concept", as well as an aid to fleshing out any remaining issues in the
MPI C++ bindings. This is an alpha-release -- it demonstrates that the
C++ bindings work, but has not yet been fully tested and ported.
This implementation was developed and tested in Solaris 2.5.1, using LAM
6.1. It has not yet been tested with other versions of MPI, other
compilers, or other operating systems. A complete version of this
implementation is expected to be released by the end of the summer.
You can obtain a copy of this implementation at
http://www.nd.edu/~lsc/mpi2/.
-Jeremy Siek