#%Module1.0
#
# linpack-mvapich1-gnu modulefile
#

proc ModulesHelp { } {
        puts stderr "\tThis module will prepend the linpack-mvapich1-gnu bin directory"
        puts stderr "\tto the PATH environment variable.\n"
}

module-whatis   "add linpack-mvapich1-gnu bin directory to PATH"

prepend-path PATH /opt/linpack/mvapich1/gnu/bin

conflict linpack

if [ module-info mode load ] {
        ModulesHelp
}