module Command Examples

Modify a users' environment using the module command. More information: https://lmod.readthedocs.io/en/latest/010_user.html.

module avail

module avail {{module_name}}

module load {{module_name}}

module list

module unload {{module_name}}

module purge

module use {{path/to/module_file1 path/to/module_file2 ...}}