Newsgroups: comp.parallel.pvm
From: rmb@epcc.ed.ac.uk (Rob Baxter)
Subject: FORTRAN i/o under PVM
Organization: Edinburgh Parallel Computing Centre
Date: Mon, 13 Jun 1994 11:11:19 GMT
Message-ID: <CrC1qw.9q2@dcs.ed.ac.uk>

Hi folks,

Question about writing into regular files from FORTRAN under PVM.
FORTRAN's automatic file-name-generation-from-unit-number means that 

        write(30,*) lots-of-data

writes into `fort.30' in the directory I run the prog from. However,
under PVM, only one of these files is written into this startup directory
(the one from the PVM `parent') --- the others get written into $HOME.
Is there any environment variable I can set to tell the pvmd's to write
any simple file i/o to another directory instead of $HOME?

I suspect not :-(, but I'm keen to be proved wrong :-).

Cheers,
        Rob
-- 
_________________________________________________________________________
 Robert M. Baxter                       e|p    email: rmb@epcc.ed.ac.uk
 Edinburgh Parallel Computing Centre    c|c    phone: +44 (0)31-650 5022

     Q:  How many economists does it take to change a light bulb?
     A:  Two.  One to assume the ladder and one to change the bulb.
_________________________________________________________________________


