Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hdf5 Bug Avoidance for BGC 2024.03 #15

Closed
wants to merge 8 commits into from
6 changes: 3 additions & 3 deletions config/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://github.com/ACCESS-NRI/schema/blob/main/au.org.access-nri/model/deployment/config/versions/2-0-0.json",
"spack": "0.21",
"spack-packages": "2024.04.20",
"spack-config": "2024.04.23"
"spack": "0.22",
"spack-packages": "2024.07.08",
"spack-config": "2024.07.05"
}
17 changes: 11 additions & 6 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
spack:
# add package specs to the `specs` list
specs:
- [email protected].1
- [email protected].2
packages:
# Direct ACCESS-NRI Dependencies
cice5:
require:
- '@git.2023.10.19'
Expand All @@ -22,6 +23,7 @@ spack:
oasis3-mct:
require:
- '@git.2023.11.09'
# Other Dependencies
netcdf-c:
require:
- '@4.9.2'
Expand All @@ -30,11 +32,10 @@ spack:
- '@4.6.1'
parallelio:
require:
- '@2.6.2'
- '@2.5.2'
openmpi:
require:
- '@4.1.5'
- 'cppflags="-diag-disable=10441"'
all:
require:
- '%[email protected]'
Expand All @@ -53,17 +54,21 @@ spack:
hash_length: 0
include:
- access-om2-bgc
hide_implicits: true
- cice5
- mom5
- libaccessom2
- oasis3-mct
exclude_implicits: true
all:
autoload: direct
autoload: run
conflict:
- '{name}'
environment:
set:
'SPACK_{name}_ROOT': '{prefix}'
projections:
all: '{name}/{version}'
access-om2-bgc: '{name}/2024.03.1'
access-om2-bgc: '{name}/2024.03.2'
cice5: '{name}/2023.10.19'
mom5: '{name}-bgc/2023.11.09'
libaccessom2: '{name}/2023.10.26'
Expand Down
Loading