ADD: compilers to unstable SLES aarch64

This commit is contained in:
svcusr-spack (Resp. Germann Elsa Sylvia)
2024-12-13 11:44:10 +01:00
parent 170fc78d4d
commit d5569a0d9f
2 changed files with 16 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -5,6 +5,12 @@ spack:
install_tree: install_tree:
root: $spack/opt/spack/unstable root: $spack/opt/spack/unstable
definitions: definitions:
- compilers:
- gcc@13.2.0
- gcc@7.5.0
- gcc@=12.3
- nvhpc@24.3
- cce@17.0.0
- gcc_7.5.0: - gcc_7.5.0:
- ffbidx@main/3xig2i - ffbidx@main/3xig2i
- gcc_12.3_openmpi: - gcc_12.3_openmpi:
@ -23,18 +29,23 @@ spack:
modules: modules:
default: default:
roots: roots:
tcl: $spack/opt/spack/unstable/modulefiles lmod: $spack/opt/spack/unstable/modulefiles
tcl: lmod:
cray-mpich: cray-mpich:
environment: environment:
set: set:
SLURM_MPI_TYPE: 'pmix' SLURM_MPI_TYPE: pmix
openmpi: openmpi:
environment: environment:
set: set:
SLURM_MPI_TYPE: 'pmix' SLURM_MPI_TYPE: pmix
OMPI_MCA_mtl_ofi_disable_hmem: 'true' OMPI_MCA_mtl_ofi_disable_hmem: 'true'
core_compilers:
- gcc@=7.5.0
specs: specs:
- matrix:
- [$compilers]
- ['%gcc@7.5.0']
- matrix: - matrix:
- [$gcc_7.5.0] - [$gcc_7.5.0]
- ['%gcc@7.5.0'] - ['%gcc@7.5.0']