MVAPICH2 with Intel Compiler Suite

Where is this available?

/opt/mvapich2-1.8/intel

Environmental setup for mpicc,mpicxx,mpif77,mpif90,mpirun,mpiexec

For c shell users:

set path=(/opt/mvapich2-1.8/intel/bin $path)

set LD_LIBRARY_PATH=($PATH /opt/mvapich2-1.8/intel/lib)

For bash shell users:

export PATH=/opt/mvapich2-1.8/gcc/bin:$PATH

export LD_LIBRARY_PATH=/opt/mvapich2-1.8/gcc/lib