FIX: put default mpi type pmix for sles mpi modules

This commit is contained in:
2024-11-07 09:28:55 +01:00
parent 167ff7e556
commit 9553585216
6 changed files with 54 additions and 0 deletions

View File

@ -25,6 +25,15 @@ spack:
default:
roots:
tcl: $spack/opt/spack/stable/modulefiles
tcl:
cray-mpich:
environment:
set:
SLURM_MPI_TYPE: 'pmix'
openmpi:
environment:
set:
SLURM_MPI_TYPE: 'pmix'
specs:
- matrix:
- [$compilers]

View File

@ -15,5 +15,14 @@ spack:
default:
roots:
tcl: $spack/opt/spack/testing/modulefiles
tcl:
cray-mpich:
environment:
set:
SLURM_MPI_TYPE: 'pmix'
openmpi:
environment:
set:
SLURM_MPI_TYPE: 'pmix'
specs: []
view: false

View File

@ -34,6 +34,15 @@ spack:
default:
roots:
tcl: $spack/opt/spack/unstable/modulefiles
tcl:
cray-mpich:
environment:
set:
SLURM_MPI_TYPE: 'pmix'
openmpi:
environment:
set:
SLURM_MPI_TYPE: 'pmix'
specs:
- matrix:
- [$gcc_7.5.0]