From d8214e660b2f1332029702a7feab9813f7516727 Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Thu, 15 Jan 2026 10:47:19 +1100 Subject: [PATCH 01/11] Build packages for development --- config/packages.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/packages.json b/config/packages.json index a12573a2..52a5e137 100644 --- a/config/packages.json +++ b/config/packages.json @@ -7,7 +7,13 @@ "access3", "access3-share", "access-generic-tracers", - "access-mocsy" + "access-mocsy", + "esmf", + "parallelio", + "netcdf-c", + "netcdf-f", + "fms", + "fortranxml" ], "injection": [ ] From 93c15f9085f3648fc520cc84c01cec039f643cc4 Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Thu, 15 Jan 2026 12:48:38 +1100 Subject: [PATCH 02/11] Move packages to spec so they get installed ? --- spack.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spack.yaml b/spack.yaml index ab00b837..86053fe7 100644 --- a/spack.yaml +++ b/spack.yaml @@ -7,6 +7,12 @@ spack: specs: - access-om3@git.2025.08.001 + - esmf + - parallelio + - netcdf-c + - netcdf-f + - fms + - fortranxml packages: # Main Dependencies access3: From 29bffea6c03e4ac220771445410cfa74e96dce22 Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Thu, 15 Jan 2026 12:56:33 +1100 Subject: [PATCH 03/11] Update packages.json --- config/packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/packages.json b/config/packages.json index 52a5e137..a6784dae 100644 --- a/config/packages.json +++ b/config/packages.json @@ -11,7 +11,7 @@ "esmf", "parallelio", "netcdf-c", - "netcdf-f", + "netcdf-fortran", "fms", "fortranxml" ], From 86d37591b806e5f35530c077e177cda3957e1f8d Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Thu, 15 Jan 2026 12:56:52 +1100 Subject: [PATCH 04/11] Update spack.yaml --- spack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spack.yaml b/spack.yaml index 86053fe7..cec31577 100644 --- a/spack.yaml +++ b/spack.yaml @@ -10,7 +10,7 @@ spack: - esmf - parallelio - netcdf-c - - netcdf-f + - netcdf-fortran - fms - fortranxml packages: From 1ad52ecbe0293b606ba571ac36b939f28c5c86b8 Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Thu, 15 Jan 2026 16:33:53 +1100 Subject: [PATCH 05/11] Update spack.yaml --- spack.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spack.yaml b/spack.yaml index cec31577..660f2c2a 100644 --- a/spack.yaml +++ b/spack.yaml @@ -7,12 +7,14 @@ spack: specs: - access-om3@git.2025.08.001 - - esmf + - esmf /cvlvv73 - parallelio - netcdf-c - netcdf-fortran - fms - fortranxml + - access-generic-tracers /otklosz + - access-mocsy /c2fyf6f packages: # Main Dependencies access3: From eff634132ade7134d3b38f5cd91724f7332bd12f Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Thu, 29 Jan 2026 15:35:29 +1100 Subject: [PATCH 06/11] Update spack.yaml --- spack.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spack.yaml b/spack.yaml index 660f2c2a..68205ebd 100644 --- a/spack.yaml +++ b/spack.yaml @@ -7,7 +7,7 @@ spack: specs: - access-om3@git.2025.08.001 - - esmf /cvlvv73 + - esmf #/cvlvv73 - parallelio - netcdf-c - netcdf-fortran @@ -62,9 +62,9 @@ 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"' + - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll -traceback"' + - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll -traceback"' parallelio: require: - '@2.6.2' From 9ddf04cd12a784192b4686abba89063adaf09a5a Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Thu, 5 Feb 2026 12:21:30 +1100 Subject: [PATCH 07/11] Parallelio -g -traceback --- spack.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/spack.yaml b/spack.yaml index 68205ebd..d4b2d1fb 100644 --- a/spack.yaml +++ b/spack.yaml @@ -68,6 +68,7 @@ spack: parallelio: require: - '@2.6.2' + - 'fflags="-g -traceback"' netcdf-c: require: - '@4.9.2' From 551e4c183a044b11729248dec2a508f3b136a882 Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Tue, 17 Feb 2026 10:08:46 +1100 Subject: [PATCH 08/11] Update spack.yaml --- spack.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spack.yaml b/spack.yaml index d4b2d1fb..d14e93c5 100644 --- a/spack.yaml +++ b/spack.yaml @@ -69,6 +69,8 @@ spack: require: - '@2.6.2' - 'fflags="-g -traceback"' + - 'cflags="-g -traceback"' + - 'cxxflags="-g -traceback"' netcdf-c: require: - '@4.9.2' From 90dc68a74b249fd01f08304fd1b7ae1941deee5b Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Tue, 3 Mar 2026 13:07:51 +1100 Subject: [PATCH 09/11] Update spack.yaml --- spack.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/spack.yaml b/spack.yaml index d14e93c5..ff73b3c4 100644 --- a/spack.yaml +++ b/spack.yaml @@ -68,6 +68,7 @@ spack: parallelio: require: - '@2.6.2' + - '+debug' - 'fflags="-g -traceback"' - 'cflags="-g -traceback"' - 'cxxflags="-g -traceback"' From 803fbeaadee06b2812beb50da8172b0e525cfa4a Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Tue, 31 Mar 2026 13:17:34 +1100 Subject: [PATCH 10/11] Update spack.yaml --- spack.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spack.yaml b/spack.yaml index cd172a22..fb2eb1bc 100644 --- a/spack.yaml +++ b/spack.yaml @@ -10,15 +10,15 @@ spack: - _name: [access-om3] - _version: [2026.03.000] specs: - - access-om3@git.2025.08.001 - - esmf #/cvlvv73 + - access-om3 + - esmf - parallelio - netcdf-c - netcdf-fortran - fms - fortranxml - - access-generic-tracers /otklosz - - access-mocsy /c2fyf6f + - access-generic-tracers + - access-mocsy packages: # Main Dependencies access3: From cac52bb61ef87f3cf971daf1cd527fc4b3f252b3 Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Tue, 31 Mar 2026 13:23:14 +1100 Subject: [PATCH 11/11] Update spack.yaml --- spack.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/spack.yaml b/spack.yaml index fb2eb1bc..419ecf7f 100644 --- a/spack.yaml +++ b/spack.yaml @@ -72,7 +72,6 @@ spack: parallelio: require: - '@2.6.8' - - '+debug' - 'fflags="-g -traceback"' - 'cflags="-g -traceback"' - 'cxxflags="-g -traceback"'