diff --git a/Custom_Hooks/eb_hooks.py b/Custom_Hooks/eb_hooks.py index 9f1df986b1820f00ab6062dbbc5192433e439036..69112254ea7768531e8c8ed79efa3c02ce539015 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': [''], }