From: Lars Rzymianowicz <lr@mufasa.informatik.uni-mannheim.de>
Newsgroups: comp.parallel.mpi
Subject: Re: MPICH C++ Documentation... any MPI1.1 plugable C++ mapping
    like MPI-2 propose
Date: Fri, 20 Nov 1998 09:02:34 +0100
Organization: Dept. of Computer Engineering, University of Mannheim, Germany
Message-Id: <3655221A.6BABC0E1@mufasa.informatik.uni-mannheim.de>
References: <36542D9F.5D58054C@LL.MIT.EDU> <731gfv$3a4531@puligny.idt.cdc.fr>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


Alain Coetmeur wrote:
> so I have now a question to evrybody here:
> is there a C++ mapping, compatible with MPI-2,
> that implement MPI-1.1 functionalities,
> and that can be plugged efficiently on a given
> C MPI-1.1 implementation...

The newest MPICH distribution V1.1.1 has a dir called "MPI-2-C++".
Now guess what it contains... ;-)

Here is the intro of the README:

****
                       MPI 1.2 C++ Bindings

I. INTRODUCTION
---------------

This implementation of the MPI 1.2 C++ bindings is not a standalone
C++ MPI implementation; it is a layer on top of the MPI 1.1/1.2 C
bindings for MPI.  You must already have an MPI implementation in
order to use this package.
...
****

Lars
-- 
Homepage: http://mufasa.informatik.uni-mannheim.de/lsra/persons/lars/

