Totalview® for HPC Reference Guide : PART III Platforms and Operating Systems : Chapter 9 Platforms and Compilers : Compiling with Debugging Symbols : IBM Blue Gene
IBM Blue Gene
The following table lists the procedures to compile programs on IBM Blue Gene computers.
Compiler
Compiler Command Line
IBM Visual Age C
xlc -g program.c
IBM Visual Age C++
xlC -g program.cxx
IBM Visual Age FORTRAN 77
xlf -g program.f
IBM Visual Age Fortran 90
xlf90 -g program.f90