Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

help me plz!!!!!!!!!

33 views
Skip to first unread message

ali....@gmail.com

unread,
Apr 27, 2016, 6:03:24 AM4/27/16
to
hi
in fedora 14 im login as a root
and i wana to install the pvm3.4.6
after unpacking the pvm file
my file is in the root/pvm3 directory:


PVM configuration: Download the software package
from http://www.netlib.org/pvg3
Unpacking: Command: $tar zxvf pvm3.4.6.tgz
Opened the .bhrc file through terminal using vi editor and set
the following lines in the file and closed the file. The .bhrc is a
hidden file of course and can be done as:
$home
$ls -a
$vi .bhrc
Going to the insert mode add the following lines as:
PVM_ROOT=$HOME/pvm3
PVM_DPATH= PVM_ROOT/lib/pvmd
Export PVM_ROOT PVM_DPATH
Going to pvm3 directory ($cd pvm3) type make ($make).
**im vreating the .bhrc file and set thet lines

but
when i going to pvm3 directory and type make
i see this error

./lib/aimk -here -f ./conf/`./lib/pvmtmparch`.def -f ./Makefile.aimk default
aimk: PVM_ROOT not defined
make: *** [default] Error 1
plz help me to solve this error

thanks

nauard

unread,
Aug 26, 2016, 9:07:49 AM8/26/16
to
Hello

ali....@gmail.com wrote:


> PVM_ROOT=$HOME/pvm3
> PVM_DPATH= PVM_ROOT/lib/pvmd
> Export PVM_ROOT PVM_DPATH

Hmm, seems to me that export should be all in lowercase :

export PVM_ROOT=$HOME/pvm3

--
Nauard
0 new messages