COnfiguring PVM in Linux Mint 15

222 views Asked by At

While configuring PVM on Linux Mint; These lines was copy into .profile, bash.bashrc, csh.cshrc, profile

PVM_ROOT=/home/pvm3
PVM_ARCH="/home/pvm3/lib/pvmgetarch"
PVM_RSH=/etc/ssh
PVM_TMP=/tmp

#putting pvm bin to the path
PATH=$PVM_ROOT/bin:$PATH
#make these variables available for use in the shell
export PVM_ROOT PVM_ARCH PVM_RSH PVM_TMP

After these settings I proceeded to make file
when I type make

/home/pvm3 $ make

The following error is showing:

./lib/aimk -here -f ./conf/`./lib/pvmtmparch`.def -f ./Makefile.aimk default
grep: /home/pvm3/conf//home/pvm3/lib/pvmgetarch.def: No such file or directory
making in . for /home/pvm3/lib/pvmgetarch
./lib/aimk: 100: exec: PVM_ARCH=/home/pvm3/lib/pvmgetarch: not found
make: *** [default] Error 127
0

There are 0 answers