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

MOM5 WOMBAT Fix without Dependency Update #16

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.06",
"spack-config": "2024.07.05"
}
25 changes: 15 additions & 10 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:
- access-om2-bgc@git.2024.06.0
- access-om2-bgc@git.2024.07.0
packages:
# Direct ACCESS-NRI Dependencies
cice5:
require:
- '@git.2023.10.19'
Expand All @@ -22,22 +23,22 @@ spack:
oasis3-mct:
require:
- '@git.2023.11.09'
# Other Dependencies
netcdf-c:
require:
- '@4.9.2'
- '@4.7.4'
netcdf-fortran:
require:
- '@4.6.1'
- '@4.5.2'
parallelio:
require:
- '@2.6.2'
- '@2.5.2'
openmpi:
require:
- '@4.1.5'
- 'cppflags="-diag-disable=10441"'
- '@4.0.2'
all:
require:
- '%intel@2021.10.0'
- '%intel@19.0.5.281'
- 'target=x86_64'
view: true
concretizer:
Expand All @@ -53,17 +54,21 @@ spack:
hash_length: 0
include:
- access-om2-bgc
hide_implicits: true
- mom5
- cice5
- 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.06.0'
access-om2-bgc: '{name}/2024.07.0'
cice5: '{name}/2023.10.19'
mom5: '{name}-bgc/2024.06.27'
libaccessom2: '{name}/2023.10.26'
Expand Down
Loading