From: Steffen Goerzig <Steffen.Goerzig@delete-me.informatik.uni-stuttgart.de>
Newsgroups: comp.parallel.pvm
Subject: Re: Passing C++ class
Date: Wed, 19 May 1999 16:00:01 +0200
Organization: IPVR, University of Stuttgart, Germany
Message-Id: <3742C3E1.C722D57@delete-me.informatik.uni-stuttgart.de>
References: <01bea1f8$79c3f7c0$3804c080@gw1>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Xref: ukc comp.parallel.pvm:8404


> Hi,
> 
> Dose anyone know how to pass C++ class in PVM? The C++ class has members of
> other classes, is there any way to pass class like this?
> 
> Thank you

Hi,

There are currently two projects combining C++ and PVM:

* CPPvm
  http://www.informatik.uni-stuttgart.de/ipvr/bv/cppvm
* PVM++
  http://goethe.ira.uka.de/~wilhelmi/pvm++

In CPPvm you can define your own message passing classes. 
You can also pass data of aggregated objects (members of 
other CPPvm classes) which themselves can have aggregated 
objects and so on. See page 52 in the documentation and 
the examples "mini" and "big" for more information.

I don't know whether PVM++ can solve your problem or not, 
so better read the documentation.


Steffen


-- 
---------------------------------------------------
Dipl.-Inform. Steffen Goerzig

Tel.  : (+07 11) 7816 - 452
Fax.  : (+07 11) 7816 - 250
mailto:Steffen.Goerzig@delete-me.informatik.uni-stuttgart.de
---------------------------------------------------
University of Stuttgart
Institute of Parallel and Distributed 
 High-Performance Systems (IPVR)
Applied Computer Science - Image Understanding (BV)
Breitwiesenstr. 20-22
70565 Stuttgart
Germany
---------------------------------------------------

