From 86f98031b1473256e280b106918a9b06393f1fb1 Mon Sep 17 00:00:00 2001 From: lara Date: Tue, 4 Jun 2024 10:39:44 +0200 Subject: [PATCH 1/3] add zen4 to overview --- docs/available_software/overview.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/available_software/overview.md b/docs/available_software/overview.md index 3c5b2f654d..0411e9f73e 100644 --- a/docs/available_software/overview.md +++ b/docs/available_software/overview.md @@ -8,12 +8,12 @@ This table gives an overview of all the available software in EESSI per specific Name aarch64 - x86_64 + x86_64 - amd + amd intel @@ -23,6 +23,7 @@ This table gives an overview of all the available software in EESSI per specific generic zen2 zen3 + zen4 haswell skylake_avx512 From aaa8d799bffe16069fe7565f1f6576b3f62081df Mon Sep 17 00:00:00 2001 From: lara Date: Tue, 11 Jun 2024 14:16:53 +0200 Subject: [PATCH 2/3] add link to available software in repository pages --- docs/repositories/software.eessi.io.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/repositories/software.eessi.io.md b/docs/repositories/software.eessi.io.md index d2df9be7a3..e097694c3d 100644 --- a/docs/repositories/software.eessi.io.md +++ b/docs/repositories/software.eessi.io.md @@ -15,9 +15,7 @@ See [Using EESSI](../using_eessi/setting_up_environment.md). ## Available software -Detailed overview of available software coming soon! - -For now, use `module avail` after [initializing the EESSI environment](../using_eessi/setting_up_environment.md). +See [Available software](../available_software/overview.md). ### Architecture and micro-architecture support From c602c97dbea35ba4305a30972cb0c28c161503c5 Mon Sep 17 00:00:00 2001 From: lara Date: Thu, 1 Aug 2024 10:38:48 +0200 Subject: [PATCH 3/3] get data for zen4 overview --- 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 eb222d87bf..8daf142e78 100644 --- a/scripts/available_software/available_software.py +++ b/scripts/available_software/available_software.py @@ -26,7 +26,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/amd/zen4'] +EXCLUDE_CPU_TARGETS = ['aarch64/a64fx'] # --------------------------------------------------------------------------------------------------------