We have a reasonably sized list of available modules that we offer.
To see a list of modules currently available:
module avail
To load a module of an application:
module load application-module
(e.g. module load python)
To load a module of a specific version of an application:
module load application-module/version
(e.g. module load python/3.10)
To unload a module:
module unload application-module
(e.g. module unload python)
Posted in: CADE