Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
a99ce22
+mom_symmetric
Jun 18, 2025
172ff22
remove +mom_symmetric, +asymmetric_mem
Jun 18, 2025
f517777
Change MOM6 commit reference in spack.yaml to add recent GFDL mom-oce…
claireyung Jun 30, 2025
e6c881b
Attempt to fix notation according to https://github.com/ACCESS-NRI/mo…
claireyung Jun 30, 2025
8f3d756
Update git version of MOM6 after Dougie rebased it
claireyung Jul 1, 2025
a8a1390
Update to %[email protected]
dougiesquire Jul 1, 2025
d7c4e58
Use %[email protected] for FMS only
dougiesquire Jul 1, 2025
122f32a
MOM6 with %[email protected], everything else with %[email protected]
dougiesquire Jul 1, 2025
dbac0ee
Explicitly set compiler for each package
dougiesquire Jul 1, 2025
8a4755e
Fix typo
dougiesquire Jul 1, 2025
3528122
This should work too?
dougiesquire Jul 1, 2025
7d6d4ad
Revert "This should work too?"
claireyung Jul 2, 2025
cc74980
Add MOM6 version with print statements in config_src/drivers/nuopc_ca…
claireyung Jul 2, 2025
1129329
Update code trying to set dirs%input_filename in nuopc cap to get ice…
claireyung Jul 2, 2025
4d9c69e
Update git ref on MOM6 to no print statements
claireyung Jul 6, 2025
e70c883
Make a guess on how to make a debug executable https://github.com/ACC…
claireyung Jul 6, 2025
2e32408
Try again removing debug mode for some components
claireyung Jul 6, 2025
327f97c
Try changes in https://github.com/ACCESS-NRI/ACCESS-OM3/pull/97/files
claireyung Jul 7, 2025
949c849
Use %[email protected]
dougiesquire Jul 8, 2025
124405b
Update cice to fix error found in debug build
anton-seaice Jul 16, 2025
c4ad916
Update spack.yaml
anton-seaice Jul 16, 2025
b751c08
Update spack.yaml
anton-seaice Jul 17, 2025
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": "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.06.000"
"spack-packages": "97c26382fab997698a344b9aac364b8a4e7411df"
}
25 changes: 12 additions & 13 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,20 @@ spack:
require:
- '@2025.03.1'
- configurations=MOM6-CICE6,MOM6-CICE6-WW3
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll -O0 -g -check bounds -check pointers -fpe0 -check noarg_temp_created"'
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
access-cice:
require:
- '@CICE6.6.0-3'
- '@git.83d1f71749889a4394aecbf204ebd2b9bdbf1440'
- io_type=PIO
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll -O0 -g -check bounds -check pointers -fpe0 -check noarg_temp_created"'
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
access-mom6:
require:
- '@2025.02.001'
- '+asymmetric_mem'
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- '@git.f6ab4fdaa8e2f94dfecbfd546355ec0fb98c2738=2025.02.001'
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll -O0 -g -check bounds -check pointers -fpe0 -check noarg_temp_created"'
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
access-ww3:
Expand All @@ -36,26 +35,26 @@ spack:
access3-share:
require:
- '@2025.03.1'
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll -O0 -g -check bounds -check pointers -fpe0 -check noarg_temp_created"'
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
access-generic-tracers:
require:
- '@git.dev-2025.05.001=development'
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- '@git.dev-2025.06.002=development'
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll -O0 -g -check bounds -check pointers -fpe0 -check noarg_temp_created"'
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
access-mocsy:
require:
- '@git.2017.12.0=gtracers'
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- '@git.2025.07.000=gtracers'
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll -O0 -g -check bounds -check pointers -fpe0 -check noarg_temp_created"'
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'

# Other Dependencies
esmf:
require:
- '@git.v8.7.0=8.7.0'
- '@git.v8.7.0=8.7.0 /cj6ae3p'
- 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
- 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'
Expand Down Expand Up @@ -84,7 +83,7 @@ spack:

all:
require:
- '%oneapi@2025.0.4'
- '%oneapi@2025.2.0'
- 'target=x86_64_v4'
view: true
concretizer:
Expand Down
Loading