Skip to content

Commit 220e1ef

Browse files
authored
Merge pull request #106 from ACCESS-NRI/release-2025.05.001
Release 2025.05.001
2 parents b9906bd + ed23475 commit 220e1ef

2 files changed

Lines changed: 38 additions & 11 deletions

File tree

config/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "http://github.com/ACCESS-NRI/schema/blob/main/au.org.access-nri/model/deployment/config/versions/3-0-0.json",
33
"spack": "0.22",
4-
"spack-packages": "2025.04.002"
4+
"spack-packages": "2025.06.000"
55
}

spack.yaml

Lines changed: 37 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,59 @@
66
# https://github.com/ACCESS-NRI/model-deployment-template/blob/main/spack.yaml
77
spack:
88
specs:
9-
- access-om3@git.2025.05.000
9+
- access-om3@git.2025.05.001
1010
packages:
1111
# Main Dependencies
1212
access3:
1313
require:
14-
- '@git.2025.03.0'
14+
- '@2025.03.1'
1515
- configurations=MOM6-CICE6,MOM6-CICE6-WW3
16+
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
17+
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
18+
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
1619
access-cice:
1720
require:
18-
- '@git.CICE6.6.0-1'
21+
- '@CICE6.6.0-3'
1922
- io_type=PIO
23+
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
24+
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
25+
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
2026
access-mom6:
2127
require:
22-
- '@git.2025.02.000'
28+
- '@2025.02.001'
2329
- '+asymmetric_mem'
30+
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
31+
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
32+
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
2433
access-ww3:
2534
require:
26-
- '@git.2025.03.0'
35+
- '@2025.03.0'
2736
access3-share:
2837
require:
29-
- '@git.2025.03.0'
38+
- '@2025.03.1'
39+
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
40+
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
41+
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
42+
access-generic-tracers:
43+
require:
44+
- '@git.dev-2025.05.001=development'
45+
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
46+
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
47+
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
48+
access-mocsy:
49+
require:
50+
- '@git.2017.12.0=gtracers'
51+
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
52+
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
53+
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
3054

3155
# Other Dependencies
3256
esmf:
3357
require:
34-
- '@git.v8.7.0'
58+
- '@git.v8.7.0=8.7.0'
59+
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
60+
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
61+
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
3562
parallelio:
3663
require:
3764
- '@2.6.2'
@@ -44,7 +71,7 @@ spack:
4471
- '@4.6.1'
4572
fms:
4673
require:
47-
- '@git.2024.03'
74+
- '@git.2025.02=2025.02'
4875
openmpi:
4976
require:
5077
- '@4.1.7'
@@ -69,5 +96,5 @@ spack:
6996
- access-om3
7097
- access3
7198
projections:
72-
access-om3: '{name}/2025.05.000'
73-
access3: '{name}/2025.03.0-{hash:7}'
99+
access-om3: '{name}/2025.05.001'
100+
access3: '{name}/2025.03.1-{hash:7}'

0 commit comments

Comments
 (0)