Message-Id: <374A4018.85802794@cui.unige.ch>
Date: Tue, 25 May 1999 08:15:52 +0200
From: Alexandre Dupuis <Alexandre.Dupuis@cui.unige.ch>
Organization: University of Geneva
Mime-Version: 1.0
Newsgroups: comp.parallel.pvm
Subject: Re: Problem with pvm_catchout()
References: <Pine.SOL.3.91.990524165233.18157A-100000@pollux>
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Xref: ukc comp.parallel.pvm:8427


Raghuram Kota wrote:
> 
> Hi all!
> 
> I'm trying to use pvm_cathout to catch the output from the slave tasks. I
> use a statement that looks like :
> 
> pvm_catchout(stdout) ;
> 
> in the master. But even the simple "printf"  statements in the slaves are
> not displayed.  It displays some error messages from the slaves
> though. The lines at which the errors occur come  much later than the
> "printf" statements.
> 
> Can anyone suggest what could be the problem ??


Uncomment this line

   int pvm_catchout        __ProtoGlarp__(( FILE * ));

in your pvm3.h.

Hope this will help you,


---------------------------------------------------------------
Alexandre Dupuis
Scientific and Parallel Computing Group, University of Geneva 
24, rue du Général-Dufour, 1211 Geneva 4, Switzerland 
Phone : +41 +22 705 75 56, Fax : +41 +22 705 77 80
WWW : http://cuiwww.unige.ch/~dupuis/

