Newsgroups: comp.parallel.pvm
From: wpeng@netcom.com (Wei Peng)
Subject: PVM and C++ methods
Organization: Netcom Online Communications Services (408-241-9760 login: guest)
Date: Sun, 30 Apr 1995 14:53:45 GMT
Message-ID: <wpengD7us1L.80C@netcom.com>

Hi, I'm a newbie to the PVM world. I have a question regarding using PVM in
C++ methods.

It takes quite a while for my application to reach a state where parallelism
would help a lot. However, that portion of application involves extensive
C++ methods, which rely on the state being reached. I would like to 
parallelize this portion of code with PVM. But apparently, PVM requires
that portion to be a stand-alone executable, in order to work. And even
worse, my state information can't be passed thru PVM's message passing
mechanism. 

Has anyone on the net successfully used PVM with C++ methods that need
parallelism?

Thanks a lot...

W.Peng


