Skip to content
Snippets Groups Projects
Commit db505df2 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

To add BullMPI to the list of supported MPIs

parent edbeb3cc
Branches
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ from easybuild.tools.toolchain.toolchain import SYSTEM_TOOLCHAIN_NAME ...@@ -10,7 +10,7 @@ from easybuild.tools.toolchain.toolchain import SYSTEM_TOOLCHAIN_NAME
from easybuild.toolchains.compiler.systemcompiler import TC_CONSTANT_SYSTEM from easybuild.toolchains.compiler.systemcompiler import TC_CONSTANT_SYSTEM
SUPPORTED_COMPILERS = ["GCC", "iccifort", "intel-compilers", "NVHPC", "PGI"] 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 # Maintain toplevel list for easy use of --try-toolchain
SUPPORTED_TOPLEVEL_TOOLCHAIN_FAMILIES = [ SUPPORTED_TOPLEVEL_TOOLCHAIN_FAMILIES = [
"intel", "intel",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment