We use Environment module system (Lmod) to manage software, library, and toolchain.
Action | Command |
---|---|
List all available modules | module avail (ml av) |
Load software/module | module load (ml load) |
List all loaded modules | module list (ml) |
Switch module | module swap [old] [new] |
Unload module | module unload [module] |
Unload all module(s) | module purge |
Installing you own software [under construction]