Wiki source code of AMD AOCC Compiler

Last modified by valad on 2024/05/23 21:52

Show last authors
1 This are the compiler and libraries which are optimized for the AMD Epyc CPUs.
2
3 You can find the latest version in:
4
5 {{code language="bash"}}
6 /home/software/aocc-compiler
7 {{/code}}
8
9 To prepare your shell to use the compiler, you can source the following script:
10
11 {{code language="bash"}}
12 source /home/software/setenv_AOCC.sh
13 {{/code}}