High Performance Software

GNU Compiler

GNU compilers for programs written in Fortran, C, or C++. These compilers are included in the default user path.

Onyx:
The commands to create a serial binary for the login nodes are "gfortran", "gcc" or "g++".

To create a binary for the compute pool first change the Programming Environment to GNU with the command "module swap PrgEnv-cray PrgEnv-gnu" then use the commands "ftn", "cc" or "CC".