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

Update karolina-compilation.md

parent c29f82db
No related branches found
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:
!!! important
`-Ofast` optimization may result in unpredictable behavior (e.g. a floating point overflow).
| Compiler | Flags |
| -------- | --------------------------------- |
| AOCC | clang -O3 -mavx2 -march=znver2 |
| INTEL | icc -O3 -xCORE-AVX2 |
| GCC | gcc -O3 -mavx2 |
| Compiler | Command | Flags |
| -------- | ---------|-------------------------|
| AOCC | clang |-O3 -mavx2 -march=znver2 |
| INTEL | icc |-O3 -xCORE-AVX2 |
| GCC | gcc |-O3 -mavx2 |
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].
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment