ADD: compilers to unstable SLES aarch64
This commit is contained in:

parent
170fc78d4d
commit
d5569a0d9f
2
env/sles15/aarch64/admin/unstable/spack.lock
vendored
2
env/sles15/aarch64/admin/unstable/spack.lock
vendored
File diff suppressed because one or more lines are too long
19
env/sles15/aarch64/admin/unstable/spack.yaml
vendored
19
env/sles15/aarch64/admin/unstable/spack.yaml
vendored
@ -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']
|
||||||
|
Reference in New Issue
Block a user