Newsgroups: comp.parallel.pvm
From: edward@aba.nsrc.nus.sg (Edward Walker)
Subject: Re: "How can a slave program to write in screen?
Organization: National University of Singapore
Date: 19 Jun 1995 02:38:03 GMT
Message-ID: <3s2nub$gh7@nuscc.nus.sg>

Philip Papadopoulos (papadopo@cs.utk.edu) wrote:
: In article <3rn7qk$kv9@news.etse.urv.es> oriol <oriol@quimica.urv.es> writes:
: >Hello from Spain,
: >
: > I'd like to know a form in which  a slave program could write 
: >in screen. Currently only is able to do it the master.
: >
: >Any help will be welcome.
: Before you spawn your slave programs call
:      pvm_catchout(stdout);
: This will take the output of your slave programs and have them
: displayed on the masters screen. Alternatively, in the pvm console

Yes.  But how does one do this in a Fortran program?

- edward




