From 8b3a1f87dad7b6f591cfe9460cd86eab3767a24c Mon Sep 17 00:00:00 2001 From: Damian Alvarez <d.alvarez@fz-juelich.de> Date: Tue, 5 Oct 2021 14:17:42 +0200 Subject: [PATCH] To also veto the MPI settings from MPIs that are not supposed to be installed --- Custom_Hooks/eb_hooks.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Custom_Hooks/eb_hooks.py b/Custom_Hooks/eb_hooks.py index 9f1df986b..69112254e 100644 --- a/Custom_Hooks/eb_hooks.py +++ b/Custom_Hooks/eb_hooks.py @@ -44,11 +44,11 @@ SUPPORTED_TOOLCHAIN_FAMILIES = ( + SUPPORTED_TOPLEVEL_TOOLCHAIN_FAMILIES ) VETOED_INSTALLATIONS = { - 'juwelsbooster': ['impi'], + 'juwelsbooster': ['impi', 'impi-settings'], 'juwels': [''], 'jurecadc': [''], - 'jurecabooster': ['OpenMPI', 'CUDA', 'nvidia-driver', 'UCX', 'NVHPC'], - 'jusuf': ['impi'], + 'jurecabooster': ['OpenMPI', 'OpenMPI-settings', 'CUDA', 'nvidia-driver', 'UCX', 'NVHPC'], + 'jusuf': ['impi', 'impi-settings'], 'hdfml': [''], } -- GitLab