GNU Compiler Collection

Overview

We provide as part of the GCC: GNU Compiler Collection front ends for C, C++ and Fortran.

Using

Use the module name gcc to discover versions available and to load the application.

Typically an application will have been been built with a particular compiler and version, and you will need to module load this before the application.

For a particular language, use the following compiler command:

  • C use gcc

  • C++ use g++

  • Fortran use: gfortran