The CQUni HPC cluster uses software environment modules. This allows software modules to be loaded and unloaded dynamically. One of the advantages that modules provides, is that you can use different versions of the software (such as compilers), without having library and binaries clashes.

It should be noted that some modules are not loaded by default, as they are deemed to be "core" software.  To check to see if a particular software is loaded by default, visit the HPC software webpage.

Module Commands

CommandActionExample
module listList loaded modulesmodule list
module availList all available modules.module avail
module display [module-name]    Display information about a modulemodule display ansys
module unload [module]Unload (remove) module from the shell environment    module unload ansys
module load [module]Load module into the shell environmentmodule load ansys-13.0