Skip to content
Draft
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
27 changes: 12 additions & 15 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,28 @@ spack:
# _name and _version are reserved definitions that inform deployments
definitions:
- _name: [access-om3]
- _version: [2026.03.000]
- _version: [2025.08.002]
specs:
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
specs:
# _name and _version are reserved definitions that inform deployments
definitions:
- _name: [access-om3]
- _version: [2025.08.001]
specs:

Between access-om3 2025.08.001 and 2026.03.000 we changed spack versions, and the new version requires this section

(Note the builds will be optimised slightly differently as well, we can fiddle with the target if you ened them identical to an old build)

- access-om3
packages:
# Main Dependencies
access3:
require:
- '@2026.03.000'
- '@2025.08.000'
- configurations=MOM6,MOM6-CICE6,MOM6-CICE6-WW3
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
access-cice:
require:
- '@CICE6.6.3-0'
- '@git.23a8b44382d19bffbc343280bf6dc71d89890b07'
- io_type=PIO
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
access-mom6:
require:
- '@2026.01.001'
- '@2025.07.000'
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
Expand All @@ -38,13 +38,13 @@ spack:
- '@2026.03.000'
access3-share:
require:
- '@2026.03.000'
- '@2025.08.000'
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
access-generic-tracers:
require:
- '@2026.02.001'
- '@2025.08.000'
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
Expand All @@ -57,23 +57,20 @@ spack:
# Other Dependencies
esmf:
require:
- '@8.9.1'
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll -traceback"'
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll -traceback"'
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll -traceback"'
- '@8.7.0'
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
parallelio:
require:
- '@2.6.8'
- 'fflags="-g -traceback"'
- 'cflags="-g -traceback"'
- 'cxxflags="-g -traceback"'
netcdf-c:
require:
- '@4.9.3'
- build_system=cmake build_type=RelWithDebInfo
netcdf-fortran:
require:
- '@4.6.2'
- '@4.6.1'
fms:
require:
- '@2025.03'
Expand All @@ -98,7 +95,7 @@ spack:

all:
prefer:
- 'target=x86_64_v4'
- 'target=x86_64'
view: true
concretizer:
unify: true
Loading