FIX: put correct unstable env matrix specs
This commit is contained in:
3
env/rhel7/x86_64/admin/stable/spack.yaml
vendored
3
env/rhel7/x86_64/admin/stable/spack.yaml
vendored
@ -13,6 +13,5 @@ spack:
|
||||
- $spack/spack-psi/env/$os/$target_family/sysconfigs/compilers.yaml
|
||||
mirrors:
|
||||
local_stable: file:///afs/psi.ch/software/spack/stable
|
||||
specs:
|
||||
- gcc@12.3.0
|
||||
specs: []
|
||||
view: false
|
||||
|
3
env/rhel7/x86_64/admin/testing/spack.yaml
vendored
3
env/rhel7/x86_64/admin/testing/spack.yaml
vendored
@ -14,6 +14,5 @@ spack:
|
||||
mirrors:
|
||||
local_testing: file:///afs/psi.ch/software/spack/testing
|
||||
local_unstable: file:///afs/psi.ch/software/spack/unstable
|
||||
specs:
|
||||
- opal@master%gcc@12.3.0 ^openmpi
|
||||
specs: []
|
||||
view: false
|
||||
|
6
env/rhel7/x86_64/admin/unstable/spack.yaml
vendored
6
env/rhel7/x86_64/admin/unstable/spack.yaml
vendored
@ -14,5 +14,9 @@ spack:
|
||||
mirrors:
|
||||
local_unstable: file:///afs/psi.ch/software/spack/unstable
|
||||
local_stable: file:///afs/psi.ch/software/spack/stable
|
||||
specs: []
|
||||
specs:
|
||||
- matrix:
|
||||
- [cp2k@2024.1, opal@master]
|
||||
- ['^openmpi']
|
||||
- ['%gcc@12.3.0']
|
||||
view: false
|
||||
|
2
env/rhel7/x86_64/sysconfigs/packages.yaml
vendored
2
env/rhel7/x86_64/sysconfigs/packages.yaml
vendored
@ -5,7 +5,7 @@ packages:
|
||||
providers:
|
||||
blas: [openblas, nvhpc]
|
||||
lapack: [openblas, nvhpc]
|
||||
mpi: [openmpi]
|
||||
mpi: [openmpi, mpich, intel-oneapi-mpi]
|
||||
pkgconfig: [pkg-config]
|
||||
target: [x86_64]
|
||||
# Default GPU arch
|
||||
|
Reference in New Issue
Block a user