Changes for page AMD AOCC Compiler
Last modified by valad on 2024/05/23 21:52
From version 1.2
edited by Thomas Coelho
on 2023/02/27 14:50
on 2023/02/27 14:50
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. thw1 +XWiki.valad - Content
-
... ... @@ -1,10 +1,13 @@ 1 1 This are the compiler and libraries which are optimized for the AMD Epyc CPUs. 2 2 3 -You can find the latest version in 3 +You can find the latest version in: 4 4 5 -{{{ /home/software/aocc-compiler}}} 5 +{{code language="bash"}} 6 +/home/software/aocc-compiler 7 +{{/code}} 6 6 7 -To prepare your shell to use the compiler, you can source the following script 9 +To prepare your shell to use the compiler, you can source the following script: 8 8 9 -{{{ . /home/software/setenv_AOCC.sh 10 -}}} 11 +{{code language="bash"}} 12 +source /home/software/setenv_AOCC.sh 13 +{{/code}}