From db505df26e91d579e071fd73c89515188e806cd8 Mon Sep 17 00:00:00 2001 From: Damian Alvarez <swmanage@jrlogin12.jureca> Date: Tue, 5 Oct 2021 17:05:33 +0200 Subject: [PATCH] To add BullMPI to the list of supported MPIs --- Custom_Hooks/eb_hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Custom_Hooks/eb_hooks.py b/Custom_Hooks/eb_hooks.py index 526dc248c..c9b8c5843 100644 --- a/Custom_Hooks/eb_hooks.py +++ b/Custom_Hooks/eb_hooks.py @@ -10,7 +10,7 @@ from easybuild.tools.toolchain.toolchain import SYSTEM_TOOLCHAIN_NAME from easybuild.toolchains.compiler.systemcompiler import TC_CONSTANT_SYSTEM SUPPORTED_COMPILERS = ["GCC", "iccifort", "intel-compilers", "NVHPC", "PGI"] -SUPPORTED_MPIS = ["impi", "psmpi", "OpenMPI", "MVAPICH2"] +SUPPORTED_MPIS = ["impi", "psmpi", "OpenMPI", "BullMPI"] # Maintain toplevel list for easy use of --try-toolchain SUPPORTED_TOPLEVEL_TOOLCHAIN_FAMILIES = [ "intel", -- GitLab