Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

We use Environment module system (Lmod) to manage software, library, and toolchain.

Action

Command

List all available modules

module avail or ml av

Load software/module

module load or ml load

List all loaded modules

module list or ml

Switch module

module swap [old] [new]

Unload module

module unload [module]

Unload all module(s)

module purge


Installing you own software [under construction]

  • No labels