SOFTWARE MODULE INFORMATION
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
module list | List loaded modules | module list |
module avail | List all available modules. | module avail |
module display [module-name] | Display information about a module | module display ansys |
module unload [module] | Unload (remove) module from the shell environment | module unload ansys |
module load [module] | Load module into the shell environment | module load ansys-13.0 |