Totalview® for HPC Reference Guide
:
PART III Platforms and Operating Systems
:
Chapter 9 Platforms and Compilers
:
Compiling with Debugging Symbols
:
Linux Running on an Itanium Platform
Linux Running on an Itanium Platform
The following table lists the procedures to compile programs running on the Intel Itanium platform.
Compiler
Compiler Command Line
GCC C
gcc -g
program
.c
GCC C++
g++ -g
program
.cxx
GCC Fortran
gfortran -g
program
.
f
Intel C++ Compiler
icc -g
program.
cxx
Intel Fortran Compiler
ifc -g
program.
f