Header left.png

Lmod

From Systems Group
Revision as of 17:58, 21 April 2022 by Systemswiki (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Lmod is a Lua-based module system. Environment Modules provide a convenient way to dynamically change the users' environment through modulefiles.

Commands

Display modules available for users to load.

module avail

Display default set of modules loaded by the system.

module list

Load package.

module load packagename

example:
module load miniconda

Unload package.

module unload packagename

example:
module unload miniconda