From b6c451190749ef2933ff77c5e6e5b2c2016d012f Mon Sep 17 00:00:00 2001
From: Lars Jitschin <lars.jitschin@tu-dresden.de>
Date: Fri, 13 May 2022 16:05:13 +0200
Subject: [PATCH] The intel compilers after 2020 are also affected

see here:
https://stackoverflow.com/a/68942702
---
 doc.zih.tu-dresden.de/docs/jobs_and_resources/rome_nodes.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/rome_nodes.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/rome_nodes.md
index 57ab51193..859522fcc 100644
--- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/rome_nodes.md
+++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/rome_nodes.md
@@ -85,8 +85,8 @@ worse performance.
 
 !!! note
 
-    In version 2020, Intel has removed this environment variable and added separate Zen codepaths to
-    the library. However, they are still incomplete and do not cover every BLAS function. Also, the
+    In version 2020 and above, Intel has removed this environment variable and added separate Zen codepaths
+    to the library. However, they are still incomplete and do not cover every BLAS function. Also, the
     Intel AVX2 codepaths still seem to provide somewhat better performance, so a new workaround
     would be to overwrite the `mkl_serv_intel_cpu_true` symbol with a custom function:
 
-- 
GitLab