Skip to content

Modules

The software is available as loadable Modules. The modules allow a set of combinations of different versions of the software. The latter allows users greater dynamism and the ability to load and prepare the environment according to your needs. Users can request additional module. Please contact our support.

List of available modules:

$ module avail

Display information of the selected module:

$ module whatis <modul>
$ module whatis openmpi/4.0.5.2

Search for the desired module:

$ module keyword <modul>
$ module keyword openmpi/4.0.5.2

Loading the selected module (Default Open MPI, version 4.0.5.2):

$ module load <modul>
$ module load openmpi/4.0.5.2

To change the software version of the module:

$ module switch <gcc> <gcc/new-version>

List of loaded or currently active modules:

$ module list

Remove all loaded modules:

$ module purge

Remove and then load all loaded modules:

$ module reload

Remove selected module:

$ module unload <modul>
$ module unload openmpi/4.0.5.2

Help for the selected module or software:

$ module help <modul>
$ module help openmpi/4.0.5.2

Additional commands can be found in the help section:

$ module help

For more information, refer to the official documentation: