Wiki source code of AMD AOCC Compiler
Last modified by valad on 2024/05/23 21:52
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | This are the compiler and libraries which are optimized for the AMD Epyc CPUs. |
2 | |||
![]() |
3.1 | 3 | You can find the latest version in: |
![]() |
1.1 | 4 | |
![]() |
3.1 | 5 | {{code language="bash"}} |
6 | /home/software/aocc-compiler | ||
7 | {{/code}} | ||
![]() |
1.1 | 8 | |
![]() |
3.1 | 9 | To prepare your shell to use the compiler, you can source the following script: |
![]() |
1.1 | 10 | |
![]() |
3.1 | 11 | {{code language="bash"}} |
12 | source /home/software/setenv_AOCC.sh | ||
13 | {{/code}} |