This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
spack.yaml
102 lines (98 loc) · 2.73 KB
/
spack.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
spack:
definitions:
- bootstrapped_compilers:
- "[email protected] os=ubuntu18.04"
- "[email protected] os=ubuntu18.04"
- "[email protected] os=ubuntu18.04"
- gcc_system_packages:
- matrix:
- - zlib
- [email protected] cppflags=-O3
- tcl
- tcl ^[email protected] cppflags=-O3
- hdf5
- hdf5~mpi
- hdf5+hl+mpi ^mpich
- trilinos
- trilinos +hdf5 ^hdf5+hl+mpi ^mpich
- mpileaks
- lmod
- [email protected]+scr^[email protected]~fortran^silo~fortran^hdf5~fortran
- ['%[email protected]']
- gcc_old_packages:
- zlib%[email protected]
- clang_packages:
- matrix:
- [zlib, tcl ^[email protected]]
- ['%[email protected]']
- gcc_spack_built_packages:
- matrix:
- [netlib-scalapack]
- [^mpich, ^openmpi]
- [^openblas, ^netlib-lapack]
- ['%[email protected]']
- matrix:
- [py-scipy^openblas, armadillo^openblas, netlib-lapack, openmpi, mpich, elpa^mpich]
- ['%[email protected]']
specs:
- $gcc_system_packages
- $gcc_old_packages
- $clang_packages
- $gcc_spack_built_packages
mirrors:
cloud_mirror: 's3://spack-binaries-prs/tutorial/ecp21/mirror'
gitlab-ci:
bootstrap:
- name: bootstrapped_compilers
compiler-agnostic: true
before_script:
- git clone ${SPACK_REPO} --branch ${SPACK_REF}
- pushd ./spack && git checkout ${SPACK_REF} && popd
- . "./spack/share/spack/setup-env.sh"
- spack --version
script:
- spack env activate --without-view .
- spack -d ci rebuild
after_script:
- rm -rf spack
mappings:
- match: [llvm]
runner-attributes:
image:
name: ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2020-09-01
entrypoint: ['']
tags: [spack, public, x86_64, huge]
- match: [trilinos, gcc]
runner-attributes:
image:
name: ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2020-09-01
entrypoint: ['']
tags: [spack, public, x86_64, xlarge]
- match: [os=ubuntu18.04]
runner-attributes:
image:
name: ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2020-09-01
entrypoint: ['']
tags: [spack, public, x86_64, large]
final-stage-rebuild-index:
tags: [spack, public, medium, x86_64]
image:
name: ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2020-09-01
entrypoint: ['']
cdash:
build-group: Spack v0.16.1 Tutorial Container
url: https://cdash.spack.io
project: Spack
site: Spack Gitlab Cloud Infrastructure
view: false
config: {}
modules:
enable: []
packages:
all:
target: [x86_64]
repos: []
upstreams: {}
concretization: separately