GCC Compilers on Lawrencium¶
Several gcc compiler versions are available on Lawrencium. The default gcc compiler is gcc/11.4.0 available through module load gcc. Two other gcc versions are available: gcc/10.5.0 and gcc/13.2.0. To load a gcc module other than the default, specify the version; for example:
module load gcc/13.2.0
The C, C++ and fortran compilers in the gcc compiler suite are:
- C:
gcc - C++:
g++ - Fortran:
gfortran