📦 Software & Modules
What software is available?
The clusters use OpenHPC for software management.
Run:
module spider
to see the full list.
How do I load a module?
Use:
module load <module_name>
For example:
module load gcc/11.2.0
- Load and use OpenMPI4:
source /opt/intel/oneapi/setvars.sh -ofi_internal=1 --force
module load gnu12 openmpi4
export I_MPI_OFI_PROVIDER=tcp
In this example, the environment variables are set for compiling executables with the GNU version 12 compilers, and the wrappers and libraries are loaded to compile with OpenMPI4. Then compile your executable.
Can I request additional software?
Yes. Submit a software request through the HPC Software Request (General Inquiry). Please include the software name, version, and justification for use.