#%Module1.0 # # mpich2-ethernet-gnu modulefile # proc ModulesHelp { } { puts stderr "\tThis module will prepend the mpich2-ethernet-gnu bin, man and lib" puts stderr "\tdirectories to the PATH, MANPATH and LD_LIBRARY_PATH environment" puts stderr "\tvariables, respectively.\n" } module-whatis "add mpich2-ethernet-gnu bin, man and lib directory to PATH, MANPATH and LD_LIBRARY_PATH" setenv MPIHOME /opt/mpich2/gnu prepend-path PATH $env(MPIHOME)/bin prepend-path MANPATH $env(MPIHOME)/man prepend-path LD_LIBRARY_PATH $env(MPIHOME)/lib conflict mpi if [ module-info mode load ] { ModulesHelp }