From afcddd70ec003bb94b65b899a4789529781b4d1d Mon Sep 17 00:00:00 2001 From: Alan O'Cais Date: Thu, 3 Sep 2026 17:37:41 +0200 Subject: [PATCH] Add support for graniterapids --- .github/workflows/prs.yml | 6 +++--- scripts/process_eessi_software_metadata.py | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prs.yml b/.github/workflows/prs.yml index 0fc75b3..5e1f204 100644 --- a/.github/workflows/prs.yml +++ b/.github/workflows/prs.yml @@ -52,7 +52,7 @@ jobs: python scripts/generate_data_files.py --eessi-version=2025.06 ) & pid2=$! - # then 2025.06 for EB 5 with NVIDIA accelerators (does not have EB4) + # then 2026.06 for EB 5 with NVIDIA accelerators (does not have EB4) ( module --force purge export EESSI_DEBUG_INIT=1 @@ -61,10 +61,10 @@ jobs: # Set GPU overrides for the stack to query (we have no GPU, so also override the GPU check) export EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/nvidia/cc80" export EESSI_OVERRIDE_GPU_CHECK=1 - module load EESSI/2025.06 + module load EESSI/2026.06 module load EasyBuild/5 module load EESSI-extend - python scripts/generate_data_files.py --eessi-version=2025.06 + python scripts/generate_data_files.py --eessi-version=2026.06 ) & pid3=$! # Merge all these results together diff --git a/scripts/process_eessi_software_metadata.py b/scripts/process_eessi_software_metadata.py index 42422f7..8fbdec9 100644 --- a/scripts/process_eessi_software_metadata.py +++ b/scripts/process_eessi_software_metadata.py @@ -26,6 +26,7 @@ "x86_64/intel/sapphirerapids", "x86_64/intel/icelake", "x86_64/intel/cascadelake", + "x86_64/intel/graniterapids", ] RISCV_ARCHITECTURES = [