Skip to content
Draft
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
10 changes: 10 additions & 0 deletions config/auto-configs-pr.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
"repro": true
}
},
"dev-MC_panan4km_jra_ryf": {
"checks": {
"repro": true
}
},
"dev-MCW_100km_jra_iaf": {
"checks": {
"repro": true
}
},
"dev-MC_100km_jra_ryf+wombatlite": {
"checks": {
"repro": true
Expand Down
8 changes: 4 additions & 4 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spack:
# _name and _version are reserved definitions that inform deployments
definitions:
- _name: [access-om3]
- _version: [2026.05.003]
- _version: [2026.05.002]
# _spack-version and _custom-scopes inform the branch of spack to use, and custom scopes if applicable, respectively
- _spack-version: ["1.1"]
# Release database provenance information - packages for inclusion into the database, and packages just for injection into the modules
Expand All @@ -26,19 +26,19 @@ spack:
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
access-cice:
require:
- '@CICE6.6.3-2'
- '@CICE6.6.3-1'
- io_type=PIO
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
access-mom6:
require:
- '@2026.05.002'
- '@git.759047114ba88369cecfb6acfd57ce57aca490e6=2026.05.001' # On branch PR-test/gfdl-to-main-20260727
- +mom6_solo
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
access-ww3:
require:
- '@2026.03.001'
- '@2026.03.000'
access3-share:
require:
- '@2026.03.002'
Expand Down