Newsgroups: comp.parallel.pvm
From: minyard@pollux.cs.uga.edu (james minyard)
Subject: Re: Messages from Slaves?
Organization: University of Georgia, Athens
Date: 1 Feb 1996 03:32:48 GMT
Message-ID: <4epc90$748@hobbes.cc.uga.edu>

ortigosa@filabres.seas.ucla.edu wrote:
: I can`t printf messages from the slaves to the screen, 
: in a master slave schema.
: I use PVM 3.3.7 in sun workstations. Is it possible to do this?

it's possible according to the documentation, but i haven't tried it the 
"built-in" way.  the way i did it was using sprintf and message passing.  
i had a certain message id dedicated to strings that should be printed.

if you want to see the code, i can mail it to you.  the particular code 
is pretty useless other than to see message passing work.


           -- james minyard  ---  minyard@cs.uga.edu --
     <a href="http://chugalug.cosmic.uga.edu/~james/">:)</a>

