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

proc ModulesHelp { } {
puts stderr " "
puts stderr "This module loads the mvapich2 library built with the gnu15 toolchain."
puts stderr "\nVersion 2.3.7\n"
}

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

set     version             2.3.7

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

family "MPI"
