Newsgroups: comp.parallel.mpi
From: dillon@loria.fr (Eric Dillon)
Subject: Re: C++/MPI
Organization: CRIN (CNRS) & INRIA Lorraine - Nancy - FRANCE
Date: 15 Oct 1996 06:27:18 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Message-ID: <53vas6$erm@muller.loria.fr>

In article <kuslod9ue42.fsf@aramis.lsc.nd.edu>, Andrew Lumsdaine <lums@aramis.lsc.nd.edu> writes:
|> 
|> Jim Webber <james.webber@ncl.ac.uk> writes:
|> 
|> > In particular I would like to know about sending C++ objects as
|> > messages?  Is this possible?
|> 

   The Para++ library provides C++ bindings for Message Passing. It's been
implemented on top of both PVM and MPI. Since the syntax for sending and 
receiving messages in based on C++ streams, it should be really easy to
send objects by simply re-defining the corresponding "operator<<" and 
"operator>>" methods.

See http://www.loria.fr/para++

   |
===========================================================
   |  E-mail :          Eric.Dillon@loria.fr
   |  Snail-mail :      INRIA/CRIN - Campus Scientifique
   |                    615, rue du Jardin Botanique - BP 101
   |                    54602 VILLERS les NANCY
   |                    FRANCE
 

