From 66e913f13951692c233dcf86b50eed870647fcc6 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Wed, 23 Aug 2023 13:49:32 +0200 Subject: [PATCH] Update intel-compilers.md --- docs.it4i/software/intel/intel-suite/intel-compilers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.it4i/software/intel/intel-suite/intel-compilers.md b/docs.it4i/software/intel/intel-suite/intel-compilers.md index a5125a79f..a7a91fd5a 100644 --- a/docs.it4i/software/intel/intel-suite/intel-compilers.md +++ b/docs.it4i/software/intel/intel-suite/intel-compilers.md @@ -48,7 +48,7 @@ For maximum performance on the Barbora GPU nodes or Karolina cluster compute nod $ icc -ipo -O3 -xCORE-AVX2 -qopt-report1 -qopt-report-phase=vec myprog.c mysubroutines.c -o myprog.x ``` -!!! warn +!!! warning Karolina cluster has AMD cpu, use compiler options `-march=core-avx2`. In this example, we compile the program enabling interprocedural optimizations between source files (`-ipo`), aggressive loop optimizations (`-O3`), and vectorization (`-xCORE-AVX2`). -- GitLab