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
|
- $spack/spack-psi/env/$os/$target_family/sysconfigs/compilers.yaml
|
||||||
mirrors:
|
mirrors:
|
||||||
local_stable: file:///afs/psi.ch/software/spack/stable
|
local_stable: file:///afs/psi.ch/software/spack/stable
|
||||||
specs:
|
specs: []
|
||||||
- gcc@12.3.0
|
|
||||||
view: false
|
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:
|
mirrors:
|
||||||
local_testing: file:///afs/psi.ch/software/spack/testing
|
local_testing: file:///afs/psi.ch/software/spack/testing
|
||||||
local_unstable: file:///afs/psi.ch/software/spack/unstable
|
local_unstable: file:///afs/psi.ch/software/spack/unstable
|
||||||
specs:
|
specs: []
|
||||||
- opal@master%gcc@12.3.0 ^openmpi
|
|
||||||
view: false
|
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:
|
mirrors:
|
||||||
local_unstable: file:///afs/psi.ch/software/spack/unstable
|
local_unstable: file:///afs/psi.ch/software/spack/unstable
|
||||||
local_stable: file:///afs/psi.ch/software/spack/stable
|
local_stable: file:///afs/psi.ch/software/spack/stable
|
||||||
specs: []
|
specs:
|
||||||
|
- matrix:
|
||||||
|
- [cp2k@2024.1, opal@master]
|
||||||
|
- ['^openmpi']
|
||||||
|
- ['%gcc@12.3.0']
|
||||||
view: false
|
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:
|
providers:
|
||||||
blas: [openblas, nvhpc]
|
blas: [openblas, nvhpc]
|
||||||
lapack: [openblas, nvhpc]
|
lapack: [openblas, nvhpc]
|
||||||
mpi: [openmpi]
|
mpi: [openmpi, mpich, intel-oneapi-mpi]
|
||||||
pkgconfig: [pkg-config]
|
pkgconfig: [pkg-config]
|
||||||
target: [x86_64]
|
target: [x86_64]
|
||||||
# Default GPU arch
|
# Default GPU arch
|
||||||
|
Reference in New Issue
Block a user