mpich2
Introduction
mpich2 using gnu compilers
Installation Location
/sw/mpi/mpich2/2.1.4.1p1-gnu
Usage
module load petsc/3.2p3-gnu-mpich2
Compilation
./configure --prefix=/sw/mpi/mpich2/2.1.4.1p1-gnu 2>&1 | tee configure.txt make 2>&1 | tee make.txt make install 2>&1 | tee make_install.txt
mpich2 using intel compilers
Installation Location
/sw/mpi/mpich2/2.1.4.1p1
Usage
module load mpi/mpich2/2.1.4.1p1
Compilation
module list Currently Loaded Modulefiles: 1) intel-cmkl-11/11.1.072 2) intel-cc-11/11.1.072 3) intel-fc-11/11.1.072 4) intel-tools-11/11.1.072 5) intel-fc-11/12.0.2.137 6) intel-itac/8.0.1.009 cd /sw/mpi/mpich2/2.1.4.1p1-intel tar -zxvf /data1/mpich2-1.4.1p1.tar.gz mv mpich2-1.4.1p1 source cd /sw/mpi/mpich2/2.1.4.1p1-intel/source ./configure --prefix=/sw/mpi/mpich2/2.1.4.1p1-intel 2>&1 | tee configure.txt make 2>&1 | tee make.txt make install 2>&1 | tee make_install.txt
Sample PBS script
Â