Skip links menu. Some links may not be available on all pages, for example section navigation may not be available on the home or landing pages.
The CQUni HPC cluster uses 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.
By default, the following modules are loaded:
It should be noted that some modules are note loaded by default, as they are deemed to not be "core" software.
| Command | Action |
Example |
| module list | List loaded modules. | module list |
| module avail | List all available modules. | module avail |
| module display [module] |
Display information about a module. | module display intel-cc |
| module unload [module] | Load module into the shell environment |
module unload intel-cc |
| module load [module] | Load module into the shell environment | module load intel-cc-9.1.047 |