Newsgroups: comp.parallel.pvm
From: Ashish Kolli <ashishk@einstein.me.cmu.edu>
Subject: Re: [Q] Synchronisation troubles
Organization: Computational Design Lab
Date: 3 May 1995 20:35:00 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <3o8pdk$c40@fs7.ece.cmu.edu>

If you are going to address all the slaves only once, you can spawn them using
the pvm_spawn function and then use the pvm_mcast function. I use this
mechanism in my master-slave configuration which I have coded in C++. If you're
interested I can pass you the code for this.

best
- Ashish

-- 
------------------------------------------------------------------------------
Ashish Kolli, Carnegie Mellon University
Email : 	ashishk@cmu.edu / ashishk@cs.cmu.edu 
WWW   :         http://www.cs.cmu.edu/afs/cs/user/ashishk/www/self.html
------------------------------------------------------------------------------


