Newsgroups: comp.parallel.pvm
From: prachya@tulip (Prachya Chalermwat)
Subject: Re: problem with bash & ksh
Organization: George Mason University, Fairfax, Virginia, USA
Date: 21 Jul 1998 21:13:29 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Message-ID: <6p309p$va4@portal.gmu.edu>

baris sertkaya (e109775@nautilus8.cc.metu.edu.tr) wrote:
: Hi,  
: When using ksh or bash I can not add any hosts to PVM.But there is no
: problem with csh and tcsh.I know it is a problem about passing environment
: variables but i couldn't solve.Does anybody know the solution?
:  thanx in advance.

bash and ksh look for .profile to set up the environment.
Try to put

export PVM_ROOT=$HOME/pvm3
export PVM_DPATH=$PVM_ROOT/lib/pvmd

in .profile (or .bashrc) in your home directory

Hope this helps.

--Prachya

