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

proc ModulesHelp { } {

puts stderr " "
puts stderr "This module loads the OSU Micro-Benchmarks built with the intel compiler"
puts stderr "toolchain and the mvapich2 MPI stack."
puts stderr "\nVersion 7.5.2\n"

}
module-whatis "Name: OMB built with intel compiler and mvapich2 MPI"
module-whatis "Version: 7.5.2"
module-whatis "Category: performance tool"
module-whatis "Description: OSU Micro-Benchmarks"
module-whatis "URL: https://mvapich.cse.ohio-state.edu/benchmarks/"

set     version             7.5.2

prepend-path    PATH                /opt/ohpc/pub/libs/intel/mvapich2/omb/7.5.2/bin

setenv          OMB_DIR             /opt/ohpc/pub/libs/intel/mvapich2/omb/7.5.2
setenv          OMB_BIN             /opt/ohpc/pub/libs/intel/mvapich2/omb/7.5.2/bin
