Selecting one of the following will take you directly to that section:
A basic block is generated for each C statement. No scheduling is done between statements. No global optimizations are performed.
Level-one optimization specifies local optimization (-O1).
Specify that Clang should generate code for a specific processor family member and later. For example, if you specify -march=znver1, the compiler is allowed to generate instructions that are valid on AMD Zen processors, but which may not exist on earlier products.
Enable OpenMP compilation for hpc2021.
Enable OPENMP programming model for hpc2021.
Enable OPENMP Target Offload programming model for hpc2021.
macro at compilation stage to catastrophic error: "SEEK_SET is #defined but must not be for the C++ binding of MPI" when compiling C++ MPI application
Enable using textual F90 include instead of modules for MPI in hpc2021.
Select target to compile for.
Select the openmp target to compile for.
Select the specific target architecture to compile for.
Select the specific target architecture to compile for.
AMD LibM is a software library containing a collection of basic math functions optimized for x86-64 processor-based machines. It provides many routines from the list of standard C99 math functions. Applications can link into AMD LibM library and invoke math functions instead of compiler's math functions for better accuracy and performance.
Instructs the compiler to link with flang Fortran runtime libraries.
Link with libjemalloc, a fast, arena-based memory allocator.
Instructs the compiler to unroll the loops wherever possible.
The OpenMPI C++ driver configured for use with the AOMP C++ compiler (clang++).
The OpenMPI C++ driver configured for use with the AOMP C++ compiler (clang++).
The OpenMPI C driver configured for use with the AOMP C compiler (clang).
The OpenMPI Fortran driver configured for use with the AOMP Fortran compiler (flang).
Disable warning messages.
Do not warn about functions defined with a return type that defaults to "int" or which return something other than what they were declared to.