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

To also veto the MPI settings from MPIs that are not supposed to be

installed
parent 37b66fa0
No related branches found
No related tags found
No related merge requests found
......@@ -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': [''],
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment