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

    From ali.spr90@gmail.com@21:1/5 to All on Wed Apr 27 03:03:24 2016
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From nauard@21:1/5 to ali.spr90@gmail.com on Fri Aug 26 15:07:47 2016
    Hello

    ali.spr90@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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)