Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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]