Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The compilation process is presented using the GNU compiler for the C programming language but what is described applies also to other compilers. The examples make use of the C compiler wrapper, cc , and the PrgEnv-gnu environment. C/C++ and Fortran compilation should all use the Cray provided wrappers that add all the appropriate libraries to enable MPI. These areĀ 

Column
width900px


LanguageCompiler
C
cc
C++
CC
Fortran
ftn



Step 1. Compiling to object files

...