Skip to content

GCC

Description

gcc website

The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, Ada, and Go, as well as libraries for these languages (libstdc++, libgcj,...). GCC was originally written as the compiler for the GNU operating system. The GNU system was developed to be 100% free software, free in the sense that it respects the user's freedom. * CC=gcc - C compiler * CXX=g++ - C++ compiler * F77=gfortran - Fortran * FC=gfortran - Fortran

Environment Modules

Run module spider gcc to find out what environment modules are available for this application.

Environment Variables

  • HPC_COMPILER_FAMILY - gnu

Categories

compiler

Was this article helpful?