From 5e1e40a9e8c9ce9b1691031752eef79e69b39a7d Mon Sep 17 00:00:00 2001 From: alperaltuntas Date: Mon, 15 Dec 2025 11:18:25 -0700 Subject: [PATCH 1/2] Receive and pass --non-local option in cam.case_setup.py During case.setup, receive the value of --non-local option from cime and use it to instantiate the Case object. --- cime_config/cam.case_setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cime_config/cam.case_setup.py b/cime_config/cam.case_setup.py index e8cb17c5a6..b6c4473ac8 100755 --- a/cime_config/cam.case_setup.py +++ b/cime_config/cam.case_setup.py @@ -21,13 +21,14 @@ logger = logging.getLogger(__name__) -if len(sys.argv) != 3: +if len(sys.argv) != 4: raise SystemExit(f"Incorrect call to {sys.argv[0]}, need CAM root and case root") # end if cam_root = sys.argv[1] case_root = sys.argv[2] +non_local = sys.argv[3] == 'True' -with Case(case_root) as case: +with Case(case_root, non_local=non_local) as case: cam_config = case.get_value('CAM_CONFIG_OPTS') # Gather case information (from _build_usernl_files in case_setup.py) comp_interface = case.get_value("COMP_INTERFACE") From 75636833d0be4b1cbc1fbfd6442f9484a27528a8 Mon Sep 17 00:00:00 2001 From: Cheryl Craig Date: Thu, 8 Jan 2026 09:21:07 -0700 Subject: [PATCH 2/2] Update cime tag and change timing on GPU tests back to 20 minutes --- .gitmodules | 2 +- cime | 2 +- cime_config/testdefs/testlist_cam.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index b85216f992..77da5936e3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -146,7 +146,7 @@ fxDONOTUSEurl = https://github.com/ESMCI/ccs_config_cesm.git [submodule "cime"] path = cime url = https://github.com/ESMCI/cime -fxtag = cime6.1.145 +fxtag = cime6.1.152 fxrequired = ToplevelRequired fxDONOTUSEurl = https://github.com/ESMCI/cime diff --git a/cime b/cime index 0fc24bad91..e752d032c7 160000 --- a/cime +++ b/cime @@ -1 +1 @@ -Subproject commit 0fc24bad917f692bce6438d56c573b4e9c7a6ef8 +Subproject commit e752d032c76ae2de21c9b72a5b1f4d0c5998c04d diff --git a/cime_config/testdefs/testlist_cam.xml b/cime_config/testdefs/testlist_cam.xml index 47641cba0b..c53e94a5fd 100644 --- a/cime_config/testdefs/testlist_cam.xml +++ b/cime_config/testdefs/testlist_cam.xml @@ -84,7 +84,7 @@ - + @@ -1276,7 +1276,7 @@ - +