Home 9 Resources 9 Software 9 AOCC

AOCC is the compiler system from AMD. It can be used on Bridges-2’s RM nodes, which contain AMD CPUs. It should not be used on the EM or GPU nodes.  The C/C++ compiler command is clang;  the Fortran compiler command is flang.

Documentation

Usage on Bridges-2

To see what versions of AOCC are available and if there is more than one, which is the default, along with some help, type

module spider aocc

To use these compilers, include a command like this in your batch script or interactive session to load the aocc module: (note ‘module load’ is case-sensitive):

module load aocc