This page contains information about the different compiler families available on the various Linux platforms at ECMWF and their different options.
Table of Contents |
---|
Families
Family | Language | Command |
---|---|---|
GNU | C | gcc |
C++ | g++ | |
Fortran 77/90 | gfortran | |
PGI | C | pgcc |
C++ | pgCC | |
Fortran 77 | pgf77 | |
Fortran 90 | pgf90 | |
INTEL | C | icc |
C++ | icpc | |
Fortran 77/90 | ifort | |
CRAY | C | craycc (through cc) |
C++ | crayCC (through CC) | |
Fortran 77/90 | crayftn (through ftn) |
...