From 9f6475c6e203d989fd2011e31f4419a15a260516 Mon Sep 17 00:00:00 2001 From: Sebastian Achilles <s.achilles@fz-juelich.de> Date: Tue, 5 Jul 2022 19:16:02 +0200 Subject: [PATCH] EB Hooks: add jureca_arm to VETOED_INSTALLATIONS --- Custom_Hooks/eb_hooks.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Custom_Hooks/eb_hooks.py b/Custom_Hooks/eb_hooks.py index 845553890..b34f91d75 100644 --- a/Custom_Hooks/eb_hooks.py +++ b/Custom_Hooks/eb_hooks.py @@ -46,6 +46,10 @@ SUPPORTED_TOOLCHAIN_FAMILIES = ( VETOED_INSTALLATIONS = { 'juwelsbooster': ['impi', 'impi-settings', 'BullMPI', 'BullMPI-settings'], 'juwels': ['BullMPI', 'BullMPI-settings'], + 'jureca_arm': [ + 'impi', 'impi-settings', + 'BullMPI', 'BullMPI-settings' + ], 'jurecadc': [''], 'jurecabooster': [ 'OpenMPI', 'OpenMPI-settings', -- GitLab