Software management system

Some common libraries and software are already installed into LANTA module system, for our users to use or build their application upon.

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

Action

Command

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]

Restore to default module

module restore

Unload all module(s)

module purge