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