Newsgroups: comp.parallel.pvm
From: Martin Frank Schuster <schuster@lhm.mw.tu-muenchen.de>
Subject: Spawning Processes
Organization: Lehrstuhl fuer Hydraulische Maschinen und Anlagen
Date: Thu, 17 Jul 1997 13:41:02 +0200
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <33CE04CE.3A52D91@lhm.mw.tu-muenchen.de>

Hello everybody,

I have got a question about spawning processes:
hostfile:
toni.lhm.de ep=/home/hello wd=/home/data

pvmfspawn('test1', 0,PVMTASKHOST,toni.lhm.de ..)

... spawns the process /home/hello/test1 and its output data in the
working directory/home/data. So far, so good. Now I want to spawn the
same program test1 e.g. 3 times in a way that the output data of every
process will be stored in different subdirectories /home/data1
/home/data2 ...
Is there a way to define specific working directories for every 
spawned process on a single machine or will I have to solve the
problem by logical operations within the spawned program ?

Thanx,

Martin
 

-- 
-----------------------------------------------------------------------
Martin F. Schuster, Dipl.-Ing.              
                                         
Technische Universitaet Muenchen
Lehrstuhl fuer Hydraulische Maschinen und Anlagen                      
                                             
phone: (49) 089 289 16306                     
fax:   (49) 089 289 16297                     
email: schuster@lhm.mw.tu-muenchen.de          
www:   http://www.lhm.mw.tu-muenchen.de/~martin  
-----------------------------------------------------------------------

