Totalview® for HPC Reference Guide : PART IV Platforms and Operating Systems : Chapter 9 Platforms and Compilers : Compiling with Debugging Symbols : IBM Power Linux
IBM Power Linux
The following table lists the procedures to compile programs on the IBM Power Linux computer.
Compiler
Compiler Command Line
Absoft Fortran 77
f77 -gprogram
.f f77 -gprogram.for
Absoft Fortran 90
f90 -gprogram.f90
GCC C
gcc -g program.c
GCC C++
g++ -g program.cxx
IBM Visual Age C
xlc -g program.c
IBM Visual Age C++
xlC -gprogram.cxx
IBM Visual Age FORTRAN 77
xlf -gprogram.f
IBM Visual Age Fortran 90
xlf90 -gprogram.cc