Table of Contents

PVM

  1. Download and extract source code:

    cd $INSTALL_DIR
    wget http://www.netlib.org/pvm3/pvm3.4.5.tgz
    tar -zxvf pvm3.4.5.tgz
    
  2. Set your c and c++ compiler information as specified on the prerequisites page.

    export CC=[your C compiler (i.e. "gcc", "xlc", "icc", "pgcc")|your C compiler (i.e. "gcc", "xlc", "icc", "pgcc")]
    export CXX=[your C compiler (i.e. "gCC", "xlC", "icc", "pgCC")|your C compiler (i.e. "gCC", "xlC", "icc", "pgCC")]
    export F77=[your Fortran 77 compiler (i.e. "g77", "xlf", "ifort", "pgf77")|your Fortran 77 compiler (i.e. "g77", "xlf", "ifort", "pgf77")]
    
  3. cd $INSTALL_DIR/pvm3
     export PVM_ROOT=$PWD
     make
     make install
    
  4. You are now ready to install the next prerequisite, InterComm-1.6.

Developer Website

http://www.csm.ornl.gov/pvm

Troubleshooting