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

Test pre-release for MOM5 with generic tracer WOMBAT #76

Closed
wants to merge 27 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
dcb447b
spack.yaml: Reformatted file
CodeGat Apr 24, 2024
8eabdb1
spack.yaml: Blanket bump for all components
CodeGat Apr 24, 2024
742ebbe
versions.json: Updated spack-packages to 2024.04.20, spack-config to …
CodeGat Apr 24, 2024
bb76f97
spack.yaml: Compiler updated to 2021.6.0
CodeGat Apr 26, 2024
ffab2b6
spack.yaml: Downgraded to [email protected] as it is not on Gadi yet
CodeGat Apr 26, 2024
f357de8
spack.yaml: Updated to `[email protected]`
CodeGat Apr 26, 2024
8e8670f
spack.yaml: renamed exclude_implicits to hide_implicits, removed comp…
CodeGat May 6, 2024
a9ca2c5
spack.yaml: Added spack.packages.all.target: x86_64
CodeGat May 6, 2024
d46d599
config: versions.json uses 2-0-0 schema, deleted local schema
CodeGat May 24, 2024
6ab1bd7
spack.yaml: Updated model version to 2024.06.0
CodeGat Jun 5, 2024
4ed4c7b
spack.yaml: Updated version to `2024.03.1` from `2024.06.0`
CodeGat Jun 6, 2024
f87c8f6
spack.yaml: added cppflags arg to openmpi package
CodeGat Jun 7, 2024
c49a105
spack.yaml: Updated spack.packages.all to be a requirement rather tha…
CodeGat Jun 11, 2024
361b976
Merge pull request #73 from ACCESS-NRI/om2-dependencies-update
CodeGat Jun 26, 2024
f5ddf26
Forcing modulefile change to be in line with other models, without a …
CodeGat Jul 25, 2024
04c39fa
Update to generic-tracers test branch
dougiesquire Jul 26, 2024
8d5a5a5
Manually update access-om2 version
dougiesquire Jul 26, 2024
7526673
Update mom5 projection version also
dougiesquire Jul 26, 2024
4436e35
Update to spack v0.22
dougiesquire Jul 26, 2024
1de71a6
Use long git hash
dougiesquire Jul 26, 2024
e7786fe
Remove .git prefix
dougiesquire Jul 26, 2024
c3b56bb
Try a branch
dougiesquire Aug 16, 2024
58ea4a3
Update to schema that allows / in version, also spack-packages, spack…
dougiesquire Aug 21, 2024
354583a
Update access-om2 version
dougiesquire Aug 21, 2024
875d2e5
Merge branch 'main' into dougiesquire/generic-tracers
dougiesquire Oct 21, 2024
17a539a
Changes to allow direct comparison to build with "spackified" generic…
dougiesquire Oct 21, 2024
4654513
Append a hash to the SPR modulefile names
harshula Nov 7, 2024
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
2 changes: 1 addition & 1 deletion config/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://github.com/ACCESS-NRI/schema/blob/main/au.org.access-nri/model/deployment/config/versions/3-0-0.json",
"spack": "0.22",
"spack-packages": "2024.03.22"
"spack-packages": "2024.08.21"
}
19 changes: 0 additions & 19 deletions config/versions.schema.json

This file was deleted.

55 changes: 25 additions & 30 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,56 +5,51 @@
spack:
# add package specs to the `specs` list
specs:
- [email protected].03.0
- [email protected].08.0
packages:
cice5:
require: '@git.2023.10.19'
require:
- '@git.2023.10.19'
mom5:
require: '@git.2023.11.09'
require:
- '@git.2024.08.23'
libaccessom2:
require: '@git.2023.10.26'
require:
- '@git.2023.10.26'
oasis3-mct:
require: '@git.2023.11.09'
require:
- '@git.2023.11.09'
netcdf-c:
require: '@4.7.4'
require:
- '@4.7.4'
netcdf-fortran:
require: '@4.5.2'
require:
- '@4.5.2'
parallelio:
require: '@2.5.2'
require:
- '@2.5.2'
openmpi:
require: '@4.0.2'
require:
- '@4.0.2'
all:
compiler: [[email protected]]
require:
- '%[email protected]'
- 'target=x86_64'
view: true
concretizer:
unify: true
modules:
default:
enable:
- tcl
roots:
tcl: $spack/../release/modules
lmod: $spack/../release/lmod
tcl:
hash_length: 0
include:
- access-om2
- mom5
- cice5
- libaccessom2
- oasis3-mct
exclude_implicits: true
all:
autoload: run
conflict:
- '{name}'
environment:
set:
'SPACK_{name}_ROOT': '{prefix}'
projections:
all: '{name}/{version}'
access-om2: '{name}/2024.03.0'
cice5: '{name}/2023.10.19'
mom5: '{name}/2023.11.09'
libaccessom2: '{name}/2023.10.26'
oasis3-mct: '{name}/2023.11.09'
access-om2: '{name}/2024.08.0'
cice5: '{name}/2023.10.19-{hash:7}'
mom5: '{name}/2024.08.23-{hash:7}'
libaccessom2: '{name}/2023.10.26-{hash:7}'
oasis3-mct: '{name}/2023.11.09-{hash:7}'
Loading