在Linux Mint上配置PVM时;这些行被复制到.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
在这些设置之后,我继续制作文件
当我输入make
/home/pvm3 $ make
显示以下错误:
./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