-
Notifications
You must be signed in to change notification settings - Fork 4
2026.01.000 #176
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
Draft
chrisb13
wants to merge
21
commits into
main
Choose a base branch
from
rc-2026.01.000
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
2026.01.000 #176
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
7e2fc7d
Update comments in spack.yaml for clarity
chrisb13 6c9717f
Update spack.yaml
chrisb13 9ca959c
Update spack.yaml
chrisb13 7e87079
Update spack.yaml
anton-seaice 4726d44
Update spack.yaml
chrisb13 b683a8f
Update spack.yaml
chrisb13 7160dae
Update spack-packages version to 2025.12.000
chrisb13 be5a7a3
Specify hash for access-mocsy
dougiesquire c544789
Update spack.yaml
chrisb13 35d8ebf
Update versions.json
chrisb13 6609917
Update access-mom6 version to 2026.01.000
chrisb13 39b3657
Update access3 package version in spack.yaml
chrisb13 d84ae63
Update package requirements in spack.yaml
chrisb13 eb8627e
Update access3 package version in spack.yaml
chrisb13 e01c4ce
Update spack.yaml
chrisb13 705468c
Update spack.yaml
chrisb13 443d40e
Update spack.yaml
chrisb13 fb73b7c
Update spack.yaml
chrisb13 36d0803
Update spack.yaml
chrisb13 c8f13d0
Update spack.yaml
chrisb13 f78bf8c
Update spack.yaml
chrisb13 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "$schema": "http://github.com/ACCESS-NRI/schema/blob/main/au.org.access-nri/model/deployment/config/versions/3-0-0.json", | ||
| "spack": "0.22", | ||
| "spack-packages": "2025.08.003" | ||
| "spack-packages": "2026.01.000" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,14 +4,16 @@ | |
| # configuration settings. | ||
| # Instructions for editing this file are found in | ||
| # https://github.com/ACCESS-NRI/model-deployment-template/blob/main/spack.yaml | ||
| spack: | ||
| spack: | ||
| specs: | ||
| - [email protected] | ||
| - 'esmf /covllzb' #for speeding up pre-release builds only, remove this line before release | ||
| - 'access-mocsy /ljkwzxm' #for speeding up pre-release builds only, remove this line before release | ||
| packages: | ||
| # Main Dependencies | ||
| # Main components | ||
| access3: | ||
| require: | ||
| - '@2025.08.000' | ||
| - '@b4ba1059e8824d1e60ff71c593131161dc547fdf' | ||
| - configurations=MOM6,MOM6-CICE6,MOM6-CICE6-WW3 | ||
| - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' | ||
| - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' | ||
|
|
@@ -34,13 +36,13 @@ spack: | |
| - '@2025.08.000' | ||
| access3-share: | ||
| require: | ||
| - '@2025.08.000' | ||
| - '@b4ba1059e8824d1e60ff71c593131161dc547fdf' | ||
| - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' | ||
| - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' | ||
| - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' | ||
| access-generic-tracers: | ||
| require: | ||
| - '@2025.08.000' | ||
| - '@2025.09.000' | ||
| - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' | ||
| - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' | ||
| - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' | ||
|
|
@@ -73,16 +75,17 @@ spack: | |
| - 'cppflags="-DMAXFIELDMETHODS_=600"' | ||
| openmpi: | ||
| require: | ||
| - '@4.1.7' | ||
| - '@5.0.8' | ||
| fortranxml: | ||
| require: | ||
| - '@4.1.2' | ||
| gcc-runtime: | ||
| require: | ||
| - '%gcc' | ||
|
|
||
| all: | ||
| require: | ||
| - '%[email protected]' | ||
| - '%[email protected]' # compiler | ||
| - 'target=x86_64_v4' | ||
| view: true | ||
| concretizer: | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
esmf @8.8.1 should be available now when ready,
you'll need to remove 'esmf /covllzb' when changing the esmf version, and then can update it with the new spack hash (from the log of the concretisation step) after the first build of [email protected]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great. Do you expect it to be answer changing?
Didn't quite follow this:
Breaking it down:
I can see that in the
spack.yaml, all good.So I think the idea is that I try and build this branch using the build-ci, then look at the logs to find the
spack concretizecommand and then copy spack hash? An example is here. This is just to speed up the compilation? And you're suggesting I insert the spack hash so it doesn't rebuild it each time, correct? Where do I insert the spack hash?Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably not, but possibly - see release notes for 8.8.0 (no b4b changes from 8.8.0 to 8.8.1)
That's right. You're looking for this line (spack hash is in 3rd column)
The same place you removed it from in the previous step (ie re-add
- esmf /<new_hash>tospack:specs:)