From d253e699b65679e95e600c5067361ec075f9b503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Thu, 6 Aug 2026 11:53:52 +0200 Subject: [PATCH 1/2] use half of the cores for rocBLAS --- eb_hooks.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eb_hooks.py b/eb_hooks.py index 6a3b5ba0..2a6ba9de 100644 --- a/eb_hooks.py +++ b/eb_hooks.py @@ -2391,6 +2391,9 @@ def set_maximum(parallel, max_value): CPU_TARGET_NEOVERSE_N1: (divide_by_factor, 2), CPU_TARGET_NEOVERSE_V1: (divide_by_factor, 2), }, + 'rocBLAS': { + '*': (divide_by_factor, 2), + }, 'ROCm-LLVM': { '*': (set_maximum, 12), }, From efc4394f2697849ada9ceb55f03f894fcc8d839d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Thu, 6 Aug 2026 11:55:36 +0200 Subject: [PATCH 2/2] add easystack --- .../2025.06/accel/amd/eessi-2025.06-eb-5.3.1-2025a.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 easystacks/software.eessi.io/2025.06/accel/amd/eessi-2025.06-eb-5.3.1-2025a.yml diff --git a/easystacks/software.eessi.io/2025.06/accel/amd/eessi-2025.06-eb-5.3.1-2025a.yml b/easystacks/software.eessi.io/2025.06/accel/amd/eessi-2025.06-eb-5.3.1-2025a.yml new file mode 100644 index 00000000..65560472 --- /dev/null +++ b/easystacks/software.eessi.io/2025.06/accel/amd/eessi-2025.06-eb-5.3.1-2025a.yml @@ -0,0 +1,2 @@ +easyconfigs: + - rocBLAS-4.4.0-rocm-compilers-19.0.0-ROCm-6.4.1.eb