From ed9a91cc332958363c37a242e0048ff5832a382c Mon Sep 17 00:00:00 2001 From: Cheryl Craig Date: Fri, 12 Jul 2024 08:57:12 -0600 Subject: [PATCH] Add GPU tests on derecho --- cime_config/testdefs/testlist_cam.xml | 2 ++ test/system/test_driver.sh | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cime_config/testdefs/testlist_cam.xml b/cime_config/testdefs/testlist_cam.xml index 9f259ac673..f79abffd88 100644 --- a/cime_config/testdefs/testlist_cam.xml +++ b/cime_config/testdefs/testlist_cam.xml @@ -1483,6 +1483,7 @@ + @@ -1491,6 +1492,7 @@ + diff --git a/test/system/test_driver.sh b/test/system/test_driver.sh index e787d25386..ef86e43cb8 100755 --- a/test/system/test_driver.sh +++ b/test/system/test_driver.sh @@ -1,4 +1,4 @@ -#!/bin/sh +!/bin/sh # # test_driver.sh: driver for the testing of CAM with standalone scripts # @@ -468,6 +468,7 @@ if [ -n "${CAM_FC}" ]; then comp="_${CAM_FC,,}" else echo "ERROR: Must specify CAM_FC" + exit 1 fi if [ "${cesm_test_suite}" != "none" -a -n "${cesm_test_mach}" ]; then