ADD: OMPI_MCA_mtl_ofi_disable_hmem: 'true' to openmpi module creation

This commit is contained in:
2024-12-06 15:48:06 +01:00
parent 6bd4af4b36
commit 6c7b80c0de
6 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,7 @@ spack:
environment:
set:
SLURM_MPI_TYPE: 'pmix'
OMPI_MCA_mtl_ofi_disable_hmem: 'true'
specs:
- matrix:
- [$compilers]

View File

@ -26,5 +26,6 @@ spack:
environment:
set:
SLURM_MPI_TYPE: 'pmix'
OMPI_MCA_mtl_ofi_disable_hmem: 'true'
specs: []
view: false

View File

@ -46,6 +46,7 @@ spack:
environment:
set:
SLURM_MPI_TYPE: 'pmix'
OMPI_MCA_mtl_ofi_disable_hmem: 'true'
specs:
- matrix:
- [$gcc_7.5.0]