Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

  • No labels