TotalView Reference Guide
:
Part III: Platforms and Operating Systems
:
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