Compiling serial source code¶
For parallel programs, see MPI and OpenMP user guide.
Overview¶
| Language | Compiler | Find guide at ... |
|---|---|---|
| C | GCC | Compile C using GCC |
| C | Intel, icc |
Compile C using icc |
| C | Intel, icx |
Compile C using icx |
| C++ | GCC | Compile C++ using GCC |
| C++ | Intel, icpc |
Compile C++ using icpc |
| Fortran | GCC | Compile Fortran using GCC |
| Fortran | Intel, ifort |
Compile Fortran using ifort |
| Fortran | Intel, ifx |
Compile Fortran using ifx |
| Java | javac |
Compile Java using javac |