Skip to content
Merged
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
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://raw.githubusercontent.com/ACCESS-NRI/schema/main/au.org.access-nri/model/deployment/config/versions/4-0-0.json",
"spack": "1.1",
"access-spack-packages": "2026.02.002"
"access-spack-packages": "2026.03.003"
}
29 changes: 16 additions & 13 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,43 +8,43 @@ spack:
# _name and _version are reserved definitions that inform deployments
definitions:
- _name: [access-om3]
- _version: [2025.08.002]
- _version: [2026.03.000]
specs:
- access-om3
packages:
# Main Dependencies
access3:
require:
- '@2025.08.000'
- '@2026.03.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.1-0'
- '@CICE6.6.3-0'
- io_type=PIO
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
access-mom6:
require:
- '@2025.07.000'
- '@2026.01.001'
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
access-ww3:
require:
- '@2025.08.000'
- '@2026.03.000'
access3-share:
require:
- '@2025.08.000'
- '@2026.03.000'
- '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'
- '@2026.02.001'
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
Expand All @@ -57,20 +57,23 @@ spack:
# Other Dependencies
esmf:
require:
- '@8.7.0'
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- '@8.9.1'
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll -traceback"'
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll -traceback"'
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll -traceback"'
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.1'
- '@4.6.2'
fms:
require:
- '@2025.03'
Expand All @@ -95,7 +98,7 @@ spack:

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