module avail <group>/[/<subgroup>] or
module av <group>/[/<subgroup>] | shows a list of all modules | module avail compiler/phython |
module load <group>/[/<subgroup>] | loads the desired module | module load compiler/python/2.5.4 |
module list | shows which modules are loaded | module list |
module show <modulename> | shows changes when loading the module | module show compiler/python/2.5.4 |
module help | shows the help text | |
module apropos <string> | searches for a string in all loaded module files | module apropos python |
module whatis <modulename> | shows module description | module whatis compiler/python/2.5.4 |