GCC¶
Description¶
The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...). * 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