From 7e1b97043d34f83d9bf2a194885379c6fa620ae6 Mon Sep 17 00:00:00 2001 From: Branislav Jansik <branislav.jansik@vsb.cz> Date: Wed, 2 Mar 2022 16:57:23 +0100 Subject: [PATCH] Update karolina-compilation.md --- docs.it4i/software/karolina-compilation.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs.it4i/software/karolina-compilation.md b/docs.it4i/software/karolina-compilation.md index f80db4848..db4c30a1e 100644 --- a/docs.it4i/software/karolina-compilation.md +++ b/docs.it4i/software/karolina-compilation.md @@ -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]. -- GitLab