Newsgroups: comp.parallel.pvm
From: Pat O'Neal <oneal@lmsc.lockheed.com>
Subject: Re: Setting the working-directory ?
Organization: Lockheed Martin M & S, Sunnyvale, CA
Date: Thu, 19 Sep 1996 06:48:03 -0700
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <32414F13.2781@lmsc.lockheed.com>

> Do you know a way to set the working-directory of spawned processes at
> run-time (by themselves) or at spawn-time (by the master process) ?

I ran into this too. Best way I could figure is to pass the working
directory as a command line argument and have the spawned process
chdir(). Not the cleanest, but it works.

-- 
Pat O'Neal
oneal@lmsc.lockheed.com

