Table of Contents

InterComm-1.6 is deprecated.  Try InterComm-2.0

InterComm-1.6

InterComm-1.6 prerequisites

You must compile PVM before building InterComm-1.6. Click here for instructions on building PVM.

InterComm-1.6

  1. Set the following three environment variables. You will need these when using PVM in the future, so you may want to add this to your .bashrc, .cshrc, etc.
    export PVM_ROOT=$INSTALL_DIR/pvm3
    export PVM_ARCH=XXX*
    export PVM_BIN=$PVM_ROOT/bin
    
  2. Download and extract source:
    cd $INSTALL_DIR/src
    wget http://www.cs.umd.edu/projects/hpsl/chaos/ResearchAreas/ic/dist/InterComm-1.6.tar.gz
    tar -zxvf InterComm-1.6.tar.gz
    
  3. Configure, compile & install InterComm-1.6
    cd $INSTALL_DIR/src/InterComm-1.6
    ./configure --prefix=$INSTALL_DIR --with-ppp=$INSTALL_DIR/P++
    make
    make install
    
  4. You are now ready to install the next prerequisite, Overture.

Developer website:

http://www.cs.umd.edu/projects/hpsl/chaos/ResearchAreas/ic/

Troubleshooting