#%Module1.0 # # linpack-mpich1-gnu modulefile # proc ModulesHelp { } { puts stderr "\tThis module will prepend the linpack-mpich1-gnu bin directory" puts stderr "\tto the PATH environment variable.\n" } module-whatis "add linpack-mpich1-gnu bin directory to PATH" prepend-path PATH /opt/linpack/mpich1/gnu/bin conflict linpack if [ module-info mode load ] { ModulesHelp }