#%Module1.0 # # hdf5-serial modulefile # proc ModulesHelp { } { puts stderr "\tThis module will prepend the hdf5-serial bin and lib directories" puts stderr "\tto the PATH and LD_LIBRARY_PATH environment variables, respectively.\n" } module-whatis "add hdf5-serial bin and lib directory to PATH and LD_LIBRARY_PATH" prepend-path PATH /opt/hdf5/serial/bin prepend-path LD_LIBRARY_PATH /opt/hdf5/serial/lib conflict hdf5 if [ module-info mode load ] { ModulesHelp }