-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspack.yaml
More file actions
61 lines (55 loc) · 1.23 KB
/
spack.yaml
File metadata and controls
61 lines (55 loc) · 1.23 KB
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
# This is a Spack Environment file!
#
# It describes a set of packages to be installed, along with
# configuration settings.
spack:
definitions:
# _name and _version are reserved definitions that inform build-cd deployments, and have no effect otherwise
- _name: [access-am3]
- _version: [2026.03.000]
specs:
- access-am3
packages:
# Direct dependencies
um:
require:
- '@13.1'
- model="vn13p1-am"
- jules_ref="2026.03.0"
- um_ref="2026.03.0"
- ukca_ref="AM3-2026.03.0"
# Indirect dependencies
netcdf-c:
require:
- '@4.9.2'
netcdf-fortran:
require:
- '@4.5.2'
fcm:
require:
- '@2021.05.0'
# TODO: Generalize this Gadi-specific variant for spack.yaml
- 'site=nci-gadi'
gcom:
require:
- '@7.9'
openmpi:
require:
- '@4.1.7'
# Compilers
c:
require:
- intel-oneapi-compilers-classic@2021.10.0
cxx:
require:
- intel-oneapi-compilers-classic@2021.10.0
fortran:
require:
- intel-oneapi-compilers-classic@2021.10.0
# Specifications that apply to all packages
all:
require:
- target=x86_64_v4
view: true
concretizer:
unify: true