From: Jean-Michel LECLERE <leclere@mss.ecp.fr>
Newsgroups: comp.parallel.mpi
Subject: passing objects
Date: Fri, 19 Mar 1999 18:46:17 +0100
Organization: Ecole Centrale Paris
Message-Id: <36F28D69.F45B6D4A@mss.ecp.fr>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Xref: ukc comp.parallel.mpi:4783


I work in C++ and I would like to pass objects.
At the moment, I send/receive all data members and then 'recontruct' the
object.
Is there an implementation (or functions) or a library allowing passing
objects?

