From ed103559cf13067708b698016013c18ba56fd050 Mon Sep 17 00:00:00 2001 From: Sebastian Achilles <s.achilles@fz-juelich.de> Date: Wed, 23 Mar 2022 14:41:32 +0100 Subject: [PATCH] Add MI200 to hook --- Custom_Hooks/eb_hooks.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Custom_Hooks/eb_hooks.py b/Custom_Hooks/eb_hooks.py index 0e7663c6b..9d670ee90 100644 --- a/Custom_Hooks/eb_hooks.py +++ b/Custom_Hooks/eb_hooks.py @@ -55,6 +55,9 @@ VETOED_INSTALLATIONS = { 'BullMPI', 'BullMPI-settings', 'pscom' ], + 'jureca_mi200': [ + 'CUDA', 'nvidia-driver', + ], 'jusuf': ['impi', 'impi-settings', 'BullMPI', 'BullMPI-settings'], 'hdfml': ['BullMPI', 'BullMPI-settings'], 'deep': ['BullMPI', 'BullMPI-settings'], -- GitLab