From 7f81734b94f9265dbd3e6fd2129562a9fd9c74c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Fri, 23 May 2025 15:46:13 +0200 Subject: [PATCH 1/3] add cascadelake and icelake --- docs/software_layer/cpu_targets.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/software_layer/cpu_targets.md b/docs/software_layer/cpu_targets.md index d869410b7..bfb708912 100644 --- a/docs/software_layer/cpu_targets.md +++ b/docs/software_layer/cpu_targets.md @@ -11,7 +11,9 @@ In the 2023.06 version of the EESSI repository, the following CPU microarchitect * `x86_64/amd/zen3`: AMD Milan, Milan-X * `x86_64/amd/zen4`: AMD Genoa, Genoa-X, Bergamo, Siena * `x86_64/intel/haswell`: Intel Haswell, Broadwell -* `x86_64/intel/skylake_avx512`: Intel Skylake, Cascade Lake, Ice Lake, Cooper Lake +* `x86_64/intel/skylake_avx512`: Intel Skylake +* `x86_64/intel/cascadelake`: Intel Cascade Lake, Cooper Lake +* `x86_64/intel/icelake`: Intel Ice Lake * `x86_64/intel/sapphirerapids`: Intel Sapphire Rapids, Emerald Rapids The names of these CPU targets correspond to the names used by [archspec](https://github.com/archspec/archspec). From dabd46656049954ad84066460465c6e71a3dd67e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Fri, 23 May 2025 15:46:42 +0200 Subject: [PATCH 2/3] remove cascadelake and icelake from excluded targets --- scripts/available_software/available_software.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/available_software/available_software.py b/scripts/available_software/available_software.py index 5ae410041..ae9725035 100644 --- a/scripts/available_software/available_software.py +++ b/scripts/available_software/available_software.py @@ -29,7 +29,7 @@ EESSI_TOPDIR = "/cvmfs/software.eessi.io/versions/2023.06" # some CPU targets are excluded for now, because software layer is too incomplete currently -EXCLUDE_CPU_TARGETS = ['aarch64/a64fx', 'x86_64/intel/cascadelake', 'x86_64/intel/icelake'] +EXCLUDE_CPU_TARGETS = ['aarch64/a64fx'] # -------------------------------------------------------------------------------------------------------- From 01d631d676e7489bba478d6e0929511adb5fea69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Fri, 23 May 2025 15:50:35 +0200 Subject: [PATCH 3/3] add two columns for icelake and cascadelake --- docs/available_software/overview.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/available_software/overview.md b/docs/available_software/overview.md index 5d692e297..3c93f545b 100644 --- a/docs/available_software/overview.md +++ b/docs/available_software/overview.md @@ -8,14 +8,14 @@ This table gives an overview of all the available software in EESSI per specific Name aarch64 - x86_64 + x86_64 nvidia amd - intel + intel @@ -29,6 +29,8 @@ This table gives an overview of all the available software in EESSI per specific + +