Newsgroups: comp.parallel.pvm
From: rbarrett@ranger.lanl.gov (Richard Barrett)
Subject: Re: PRINTF ???
Organization: Los Alamos National Laboratory
Date: 6 Mar 1996 17:21:35 GMT
Message-ID: <4hkhiv$1ja@newshost.lanl.gov>

Have the root/parent process call pvm_catchout before spawning the child
processes. Otherwise child stdio/stderr is written to /tmp/pvml.uid of
the host on which it is running.

(Note that your manual may have the Fortran prototype wrong: as usual,
 the function needs the INFO parameter.)

Richard

In article <313E1F74.140A@ulb.ac.be>, LOPEZ <rlopez@ulb.ac.be> writes:
|> Why only the printf of the root task works and not the spwaned task?
|> Normaly the children must to print to the same output that the root 
|> task,not ?

