From 0b4b8ef3c283dc1afa9347d4de95fe2b5b019aeb Mon Sep 17 00:00:00 2001 From: Frank Malatino Date: Tue, 21 Jan 2025 10:06:06 -0500 Subject: [PATCH] Updated submodules as of 21 Jan 2025, and added baroclinic run to github workflow --- .github/workflows/main_unit_tests.yaml | 5 +++++ NDSL | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main_unit_tests.yaml b/.github/workflows/main_unit_tests.yaml index f5f6739b..ab2bb7a0 100644 --- a/.github/workflows/main_unit_tests.yaml +++ b/.github/workflows/main_unit_tests.yaml @@ -59,3 +59,8 @@ jobs: run: | cd ${GITHUB_WORKSPACE}/pace pytest -x tests/main + + - name: run baroclinic + run: | + cd ${GITHUB_WORKSPACE}/pace + mpiexec -np 6 --oversubscribe python -m pace.run examples/configs/baroclinic_c12.yaml diff --git a/NDSL b/NDSL index 1c7c30c2..a75a1d79 160000 --- a/NDSL +++ b/NDSL @@ -1 +1 @@ -Subproject commit 1c7c30c2258520b2ccb4fea99920dc76a58f35d0 +Subproject commit a75a1d793a6b1c5f2a723f9eca718a6197b3b814