Using Modules (LMOD)ΒΆ
On this Page
- What is Modules (LMOD)
- Basic Usage of Modules
Environment Modules is a tool that lets users easily switch between different versions of applications by managing the shell environment.
Basic usage
module availwill list all available modulesmodule spider <string>will seach for all packages containing-
module load <name>will load themodule. e.g.: module load apptainer/gubbins. -
If you don't specify a version, the highest numeric version number is automatically selected. e.g.
module load rwill load the latest available R version -
Alternatively you can
module loadan excplicit version, .e.g.module load r/4.4.3 -
module listwill show which modules/versions are loaded