Compilers#
This page provides an overview of the compilers available on the HPC. Compilers are essential tools for translating source code written in programming languages into executable programs. This section includes instructions for loading and using these compilers on the HPC, as well as advice on submitting jobs that require specific compilers.
To see the available compilers, use the module avail
command. To load a compiler, use the module load <modulename>
command. For example, to load the GNU Compiler Collection (GCC), use module load gcc
.