Add pipeline

This commit is contained in:
2022-10-24 10:29:57 +00:00
parent 1dd4db4356
commit 5bba76c3a0
5 changed files with 19 additions and 5 deletions

View File

@ -2,6 +2,7 @@ spack:
concretizer: concretizer:
unify: when_possible unify: when_possible
include: include:
- sysconfigs/config.yaml
- sysconfigs/compilers.yaml - sysconfigs/compilers.yaml
- sysconfigs/packages.yaml - sysconfigs/packages.yaml
repos: repos:

View File

@ -0,0 +1,4 @@
config:
build_stage:
- /scratch/$USER/spack/spack-stages
source_cache: /scratch/$USER/spack/spack-source_cache

View File

@ -1,8 +1,13 @@
spack: spack:
concretizer:
unify: when_possible
include: include:
- sysconfigs/config.yaml
- sysconfigs/compilers.yaml - sysconfigs/compilers.yaml
- sysconfigs/packages.yaml - sysconfigs/packages.yaml
repos: repos:
- . - .
specs: specs:
- openmpi%gcc+cuda fabrics=ucx,xpmem,knem,ofi,cma schedulers=slurm ^ucx@1.13.0
^hwloc@2.7.1 ^knem@1.1.4 ^xpmem@2.6.3 ^pmix@4.1.2
- py-hiqsimulator@develop%gcc - py-hiqsimulator@develop%gcc

View File

@ -0,0 +1,4 @@
config:
build_stage:
- /scratch/$USER/spack/spack-stages
source_cache: /scratch/$USER/spack/spack-source_cache

View File

@ -225,11 +225,6 @@ packages:
externals: externals:
- prefix: /usr - prefix: /usr
spec: numactl@2.0.14 spec: numactl@2.0.14
openmpi:
buildable: false
externals:
- prefix: /opt/psi/Compiler/openmpi/4.1.3_slurm/gcc/11.2.0
spec: openmpi@4.1.4
openssh: openssh:
buildable: false buildable: false
externals: externals:
@ -265,6 +260,11 @@ packages:
externals: externals:
- prefix: /usr - prefix: /usr
spec: sed@4.2.2 spec: sed@4.2.2
slurm:
buildable: false
externals:
- prefix: /usr
spec: slurm@21-08-8-2
sqlite: sqlite:
buildable: false buildable: false
externals: externals: