Newsgroups: comp.parallel.pvm
From: jeff@Adeno.wistar.upenn.edu (Jeff Taylor)
Subject: Re: PVM & Bourne Shell
Organization: University of Pennsylvania
Date: 17 Apr 1996 17:22:35 GMT
Message-ID: <4l39cr$9jq@netnews.upenn.edu>

In article <31750F3E.2847@stat15.bauingenieure.uni-stuttgart.de>,
	Martin Bernreuther <kea9@stat15.bauingenieure.uni-stuttgart.de> writes:
>Hi,
>
>First of all my configuration: PVM 3.3.10 on HPUX using a Bourne Shell
>
>Using PVM with a CShell the .cshrc file
>is used for setting up the environment variables
>for PVM if a daemon is started using remsh on a
>HPUX machine:
>e.g. setenv PVM_ROOT PVMpath
>
>I use the Bourne shell (HPUX) and I don't
>know of a .bshrc doing the same thing
>PVM_ROOT=PVMpath
>EXPORT PVM_ROOT
>for me in the Bourne shell. Is there a
>possibility?
>

This should work fine.  I use PVM with the Bourne shell (Linux) with no 
problems.

PVM_ROOT=PVMpath
EXPORT PVM_ROOT

Should work, try a printenv to check.
You could also combine the two lines to:

EXPORT PVM_ROOT=(path)

Jeff


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Jeffrey S. Taylor				Protein Crystallography
The Wistar Institute and			Molecular Modelling
The University of Pennsylvania			Software development
Philadelphia, PA 19104				Molecular Biology
(215) 898-2202			E-Mail    Jeff@aries.wistar.upenn.edu	
				WWW	http://adeno.wistar.upenn.edu
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


