mvapich2

MPI over InfiniBand, http://mvapich.cse.ohio-state.edu/

Installation Directory

/sw/mpi/mvapich2/2.1rc2

Usage

module load mpi/mvapich2/2.1rc2

Compilation

cd /sw/mpi/mvapich2/2.1rc2
tar -zxvf /data1/mvapich2-1.7rc2.tgz
mv mvapich2-1.7rc2 source
cd /sw/mpi/mvapich2/2.1rc2/source
./configure  --prefix=/sw/mpi/mvapich2/2.1rc2 2>&1 |tee configure.txt
make 2>&1 |tee make.txt
make install 2>&1 |tee make_install.txt