From 51a07c1585abc6f5dea12812f8f72a50ba92183a Mon Sep 17 00:00:00 2001 From: dpsarmie Date: Tue, 10 Sep 2024 15:16:22 +0000 Subject: [PATCH] Add gnu catch to control_c48 --- tests/tests/control_c48 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/control_c48 b/tests/tests/control_c48 index a68ace8606..0c0313f375 100644 --- a/tests/tests/control_c48 +++ b/tests/tests/control_c48 @@ -49,7 +49,7 @@ export ATMRES=C48 export_fv3 export_tiled -if [[ $MACHINE_ID != hera ]] || [[ $RT_COMPILER != gnu ]]; then +if [[ $RT_COMPILER != gnu ]]; then export_ugwpv1 export CCPP_SUITE=FV3_GFS_v17_p8_ugwpv1 fi