#%Module1.0#####################################################################

proc ModulesHelp { } {
puts stderr " "
puts stderr "This module loads the mvapich2 library built with Intel compilers."
puts stderr "\nVersion 4.1\n"
}

module-whatis "Name: mvapich2 built with Intel compilers"
module-whatis "Version: 4.1"
module-whatis "Category: runtime library"
module-whatis "Description: OSU MVAPICH2 MPI implementation"
module-whatis "URL: http://mvapich.cse.ohio-state.edu"

set     version             4.1

setenv          MPI_DIR             /opt/ohpc/pub/mpi/mvapich2-intel/4.1
prepend-path    PATH                /opt/ohpc/pub/mpi/mvapich2-intel/4.1/bin
prepend-path    MANPATH             /opt/ohpc/pub/mpi/mvapich2-intel/4.1/share/man
prepend-path    LD_LIBRARY_PATH     /opt/ohpc/pub/mpi/mvapich2-intel/4.1/lib
prepend-path    MODULEPATH          /opt/ohpc/pub/moduledeps/intel-mvapich2
prepend-path    PKG_CONFIG_PATH     /opt/ohpc/pub/mpi/mvapich2-intel/4.1/lib/pkgconfig

family "MPI"
