Newsgroups: comp.parallel.mpi
From: lums@dartagnan.lsc.nd.edu (Andrew Lumsdaine)
Reply-To: Andrew.Lumsdaine@nd.edu
Subject: Re: C++?
Organization: University of Notre Dame
Date: 09 Apr 1996 15:18:47 GMT
Message-ID: <LUMS.96Apr9101847@dartagnan.lsc.nd.edu>



In our last exciting episode Mark Ka Yau Ng wrote:

> I just have a simple question. Can anyone tell me if I can
> write C++ programs with MPI on a work station at all?

The official C++ bindings are currently being finalized by the MPI
forum.  Hopefully an implementation will follow quickly.  You may or
may not want to use just the C++ bindings in a C++ program, however,
as they are fairly low level.  We have developed a class library for
MPI: OOMPI.  You can find documentation for this library at

  http://www.cse.nd.edu/~lsc/research/oompi/

The code itself will be released shortly.

-- 

--------------------------------------------------------------------
 Andrew Lumsdaine
 Dept. Comp. Sci. & Engr.            email: Andrew.Lumsdaine@nd.edu
 353 Fitzpatrick Hall                phone: (219) 631-8716
 University of Notre Dame              fax: (219) 631-9260
 Notre Dame, IN  46556
--------------------------------------------------------------------

