Skip to content
Snippets Groups Projects
Commit 7e1b9704 authored by Branislav Jansik's avatar Branislav Jansik
Browse files

Update karolina-compilation.md

parent c29f82db
Branches
No related tags found
No related merge requests found
Pipeline #25470 passed with warnings
...@@ -12,11 +12,11 @@ Depending on the compiler, you should use these flags: ...@@ -12,11 +12,11 @@ Depending on the compiler, you should use these flags:
!!! important !!! important
`-Ofast` optimization may result in unpredictable behavior (e.g. a floating point overflow). `-Ofast` optimization may result in unpredictable behavior (e.g. a floating point overflow).
| Compiler | Flags | | Compiler | Command | Flags |
| -------- | --------------------------------- | | -------- | ---------|-------------------------|
| AOCC | clang -O3 -mavx2 -march=znver2 | | AOCC | clang |-O3 -mavx2 -march=znver2 |
| INTEL | icc -O3 -xCORE-AVX2 | | INTEL | icc |-O3 -xCORE-AVX2 |
| GCC | gcc -O3 -mavx2 | | GCC | gcc |-O3 -mavx2 |
The compiler flags and the resulting compiler performance may be verified with our benchmark, The compiler flags and the resulting compiler performance may be verified with our benchmark,
see: [https://code.it4i.cz/jansik/lorenz/-/blob/main/README.md][a]. see: [https://code.it4i.cz/jansik/lorenz/-/blob/main/README.md][a].
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment