GNU Compilers

Description

"The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Ada, and Go, as well as libraries for these languages (libstdc++,...)."

Source: GCC GNU Website

Installed Versions

module avail gcc
------------------/usr/local/share/modulefiles/Core ------------------------------
gcc/6.3.0 (D)    gcc/7.3.0    gcc/9.2.0

Loading the Module

To use the latest version of GCC use

module swap intel gcc # if just logged in

Or

module load gcc/6.3.0

Refer to HPC Guide to C/C++ for job submission.