From d2905d852ed3d53ecf94a447b914359e477a9099 Mon Sep 17 00:00:00 2001 From: Robert Jacob Date: Mon, 22 May 2017 22:49:53 -0500 Subject: [PATCH 1/2] Add PEM_Ld3.ne30_oECv3_ICG.A_WCYCL1850S test to acme_int Add PEM_Ld3.ne30_oECv3_ICG.A_WCYCL1850S test to acme_integration. This test would have caught the ocean decomposition bug where, for only the oEC60to30 grid, some partitions did not have a 3-cell-wide halo resulting in BFB differences when you changed mpi-tasks. It requires 2 initial runs with different ranks to see it which is why ERP didn't catch it. --- scripts/lib/update_acme_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lib/update_acme_tests.py b/scripts/lib/update_acme_tests.py index ae22c63f8b8..6cb77a080b2 100644 --- a/scripts/lib/update_acme_tests.py +++ b/scripts/lib/update_acme_tests.py @@ -140,6 +140,7 @@ "PET.f19_g16.X", "PET.f45_g37_rx1.A", "PET_Ln9.ne30_oECv3_ICG.A_WCYCL1850S", + "PEM_Ld3.ne30_oECv3_ICG.A_WCYCL1850S", "ERP_Ld3.ne30_oECv3_ICG.A_WCYCL1850S", "SEQ_IOP.f19_g16.X", "SMS.ne30_oECv3_ICG.A_WCYCL1850S", From 8bbbb38c2700ec32cbe73edcd29b55b530e9a4f9 Mon Sep 17 00:00:00 2001 From: Robert Jacob Date: Mon, 5 Jun 2017 10:02:07 -0500 Subject: [PATCH 2/2] Lower length of PEM test Lower length of new PEM test to 9 steps similar to PET test. --- scripts/lib/update_acme_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/update_acme_tests.py b/scripts/lib/update_acme_tests.py index 6cb77a080b2..6de8f168824 100644 --- a/scripts/lib/update_acme_tests.py +++ b/scripts/lib/update_acme_tests.py @@ -140,7 +140,7 @@ "PET.f19_g16.X", "PET.f45_g37_rx1.A", "PET_Ln9.ne30_oECv3_ICG.A_WCYCL1850S", - "PEM_Ld3.ne30_oECv3_ICG.A_WCYCL1850S", + "PEM_Ln9.ne30_oECv3_ICG.A_WCYCL1850S", "ERP_Ld3.ne30_oECv3_ICG.A_WCYCL1850S", "SEQ_IOP.f19_g16.X", "SMS.ne30_oECv3_ICG.A_WCYCL1850S",