From f07b2d9001b4555d261284701ea7183b2bd998a0 Mon Sep 17 00:00:00 2001 From: Sebastian Achilles <s.achilles@fz-juelich.de> Date: Wed, 5 Apr 2023 18:09:41 +0200 Subject: [PATCH] add Sapphire Rapids to systems in hook --- Custom_Hooks/eb_hooks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Custom_Hooks/eb_hooks.py b/Custom_Hooks/eb_hooks.py index 618d0a26e..3f94d59a1 100644 --- a/Custom_Hooks/eb_hooks.py +++ b/Custom_Hooks/eb_hooks.py @@ -66,6 +66,7 @@ VETOED_INSTALLATIONS = { 'impi', 'impi-settings', 'BullMPI', 'BullMPI-settings' ], + 'jureca_spr': ['BullMPI', 'BullMPI-settings'], 'jusuf': ['impi', 'impi-settings', 'BullMPI', 'BullMPI-settings'], 'hdfml': ['BullMPI', 'BullMPI-settings'], 'deep': ['BullMPI', 'BullMPI-settings'], -- GitLab