From c26deb5a5a9d18cff4d2b8b311c0f6400a02a7f6 Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Wed, 25 Feb 2026 16:50:50 +1100 Subject: [PATCH 1/8] Update spack.yaml --- spack.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spack.yaml b/spack.yaml index 275a92e..afb7481 100644 --- a/spack.yaml +++ b/spack.yaml @@ -15,8 +15,8 @@ spack: # Main Dependencies access3: require: - - '@2025.08.000' - - configurations=MOM6,MOM6-CICE6,MOM6-CICE6-WW3 + - '@git.95f757dddac9470f78b1d565141a547d2f114152=2025.08.000' + - configurations=MOM6-CICE6 - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' @@ -38,7 +38,7 @@ spack: - '@2025.08.000' access3-share: require: - - '@2025.08.000' + - '@git.95f757dddac9470f78b1d565141a547d2f114152=2025.08.000' - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' From 7650f26cb729358e0ab94698e413e42674e22a08 Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Thu, 26 Feb 2026 08:18:53 +1100 Subject: [PATCH 2/8] Less repro tests --- config/auto-configs-pr.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/config/auto-configs-pr.json b/config/auto-configs-pr.json index 15120ac..4ef685a 100644 --- a/config/auto-configs-pr.json +++ b/config/auto-configs-pr.json @@ -10,15 +10,6 @@ "repro": true } }, - "dev-MC_100km_jra_ryf+wombatlite": { - "checks": { - "repro": true - } - }, - "dev-MC_25km_jra_ryf": { - "checks": { - "repro": true - } } } } From 0290ca3971bad53c652f5dd78e4683b6acc312b5 Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Thu, 26 Feb 2026 08:20:31 +1100 Subject: [PATCH 3/8] Update auto-configs-pr.json --- config/auto-configs-pr.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/auto-configs-pr.json b/config/auto-configs-pr.json index 4ef685a..531862c 100644 --- a/config/auto-configs-pr.json +++ b/config/auto-configs-pr.json @@ -9,10 +9,8 @@ "checks": { "repro": true } - }, } } } - } } From bfa07e26dc2bfa8d8051567bc2a00959dc6a1c0f Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Thu, 26 Feb 2026 08:49:17 +1100 Subject: [PATCH 4/8] -traceback for ESMF --- spack.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/spack.yaml b/spack.yaml index afb7481..21e1bd1 100644 --- a/spack.yaml +++ b/spack.yaml @@ -58,9 +58,8 @@ spack: esmf: require: - '@8.7.0' - - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' + - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll -traceback"' + - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll -traceback"' parallelio: require: - '@2.6.8' From 05022746bd8ffbb41c49edf780e80284cfdb3690 Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Thu, 26 Feb 2026 10:01:40 +1100 Subject: [PATCH 5/8] also -g for esmf --- spack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spack.yaml b/spack.yaml index 21e1bd1..46eafb6 100644 --- a/spack.yaml +++ b/spack.yaml @@ -58,8 +58,8 @@ spack: esmf: require: - '@8.7.0' - - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll -traceback"' - - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll -traceback"' + - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll -traceback -g"' + - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll -traceback -g"' parallelio: require: - '@2.6.8' From 146841a564f82b4ab6840c3e15f023434d320f58 Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Thu, 26 Feb 2026 10:02:40 +1100 Subject: [PATCH 6/8] also debug for esmf From 2e4b9e4e3a8463380b44daf5a0f1b64137538805 Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Thu, 26 Feb 2026 11:02:15 +1100 Subject: [PATCH 7/8] Update spack.yaml --- spack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spack.yaml b/spack.yaml index 46eafb6..c973258 100644 --- a/spack.yaml +++ b/spack.yaml @@ -15,7 +15,7 @@ spack: # Main Dependencies access3: require: - - '@git.95f757dddac9470f78b1d565141a547d2f114152=2025.08.000' + - '@git.da892e2790424527946f011b6b22f24eca7a8288=2025.08.000' - configurations=MOM6-CICE6 - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' @@ -38,7 +38,7 @@ spack: - '@2025.08.000' access3-share: require: - - '@git.95f757dddac9470f78b1d565141a547d2f114152=2025.08.000' + - '@git.da892e2790424527946f011b6b22f24eca7a8288=2025.08.000' - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' From 1fd51b03c5995fd4621d34cb1ee61b8f9493f74f Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Fri, 27 Feb 2026 15:32:28 +1100 Subject: [PATCH 8/8] Merged cdeps --- spack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spack.yaml b/spack.yaml index c973258..d2d50f5 100644 --- a/spack.yaml +++ b/spack.yaml @@ -15,7 +15,7 @@ spack: # Main Dependencies access3: require: - - '@git.da892e2790424527946f011b6b22f24eca7a8288=2025.08.000' + - '@git.d532912a44984e7d6127ec9458945ebc0bf51679=2025.08.000' - configurations=MOM6-CICE6 - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' @@ -38,7 +38,7 @@ spack: - '@2025.08.000' access3-share: require: - - '@git.da892e2790424527946f011b6b22f24eca7a8288=2025.08.000' + - '@git.d532912a44984e7d6127ec9458945ebc0bf51679=2025.08.000' - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'