Where is this available?
Environmental setup for mpicc,mpicxx,mpif77, mpif90,mpirun,mpiexec For c shell users: set path=(/opt/mvapich2-1.8/gcc/bin $path) set LD_LIBRARY_PATH=($PATH /opt/mvapich2-1.8/gcc/lib) For bash shell users: export PATH=/opt/mvapich2-1.8/gcc/bin:$PATH export LD_LIBRARY_PATH=/opt/mvapich2-1.8/gcc/lib |