From 8e3253c635c3991f25b64507121087df18ba0ad7 Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Tue, 24 Sep 2024 11:47:27 -0400 Subject: [PATCH 01/23] point to new CICE branch in my fork --- CICE-interface/CICE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CICE-interface/CICE b/CICE-interface/CICE index 635d9a100a..d9d0176ad7 160000 --- a/CICE-interface/CICE +++ b/CICE-interface/CICE @@ -1 +1 @@ -Subproject commit 635d9a100a736bd8d14ad091e879d5da6e4eb2bd +Subproject commit d9d0176ad7f4464116c3f17aa71e33da9e5fd921 From cc3bbe9376942ed3d42c260e48c9bc41bd98c163 Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Tue, 24 Sep 2024 13:12:52 -0400 Subject: [PATCH 02/23] Revert "point to new CICE branch in my fork" This reverts commit 8e3253c635c3991f25b64507121087df18ba0ad7. --- CICE-interface/CICE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CICE-interface/CICE b/CICE-interface/CICE index d9d0176ad7..635d9a100a 160000 --- a/CICE-interface/CICE +++ b/CICE-interface/CICE @@ -1 +1 @@ -Subproject commit d9d0176ad7f4464116c3f17aa71e33da9e5fd921 +Subproject commit 635d9a100a736bd8d14ad091e879d5da6e4eb2bd From 8a6f6b8fde0d3aec653d68aa475a7e100158e64b Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Sun, 29 Jun 2025 11:30:42 -0400 Subject: [PATCH 03/23] initial mom6+cdeps build --- .gitmodules | 6 ++++-- MOM6-interface/CMakeLists.txt | 5 ++++- MOM6-interface/MOM6 | 2 +- MOM6-interface/mom6_files.cmake | 25 ++++++++++++++++++++++++- 4 files changed, 33 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index ab72b60a64..a0ee59ff07 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,8 +24,10 @@ branch = emc/develop [submodule "MOM6"] path = MOM6-interface/MOM6 - url = https://github.com/NOAA-EMC/MOM6 - branch = dev/emc + #url = https://github.com/NOAA-EMC/MOM6 + #branch = dev/emc + url = https://github.com/DeniseWorthen/MOM6 + branch = feature/mom6cdeps [submodule "CICE"] path = CICE-interface/CICE url = https://github.com/NOAA-EMC/CICE diff --git a/MOM6-interface/CMakeLists.txt b/MOM6-interface/CMakeLists.txt index 57f9f7b8c9..571d8a7aaf 100644 --- a/MOM6-interface/CMakeLists.txt +++ b/MOM6-interface/CMakeLists.txt @@ -1,6 +1,7 @@ ### MOM6 Fortran compiler flags if(CMAKE_Fortran_COMPILER_ID MATCHES "GNU") set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -g -fbacktrace") + list(APPEND CDEPS_SHARE_DEFS "CPRGNU") set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fdefault-real-8 -fdefault-double-8") set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -Waliasing -fcray-pointer -fconvert=big-endian -ffree-line-length-none -fno-range-check -fbacktrace") set(CMAKE_Fortran_FLAGS_RELEASE "-O2") @@ -20,6 +21,7 @@ elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(IntelLLVM)$") set(CMAKE_Fortran_FLAGS_RELEASE "-O2 -debug minimal -fp-model precise") set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -check -check noarg_temp_created -check nopointer -fpe0 -ftrapuv -init=snan,arrays") set(CMAKE_Fortran_LINK_FLAGS "") + list(APPEND CDEPS_SHARE_DEFS "CPRINTEL") else() message(WARNING "Fortran compiler with ID ${CMAKE_Fortran_COMPILER_ID} will be used with CMake default options") endif() @@ -32,9 +34,10 @@ set(MOM6SOLO OFF CACHE BOOL "Build MOM6 solo") include("mom6_files.cmake") ### Use common object library for building target library -add_library(mom6_obj OBJECT ${mom6_src_files}) +add_library(mom6_obj OBJECT ${mom6_src_files} ${mom6_cdeps_share_files}) set_target_properties(mom6_obj PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod) target_include_directories(mom6_obj PRIVATE $) +target_compile_definitions(mom6_obj PRIVATE ${CDEPS_SHARE_DEFS} "DISABLE_FoX") if(REGIONAL_MOM6) target_include_directories(mom6_obj PRIVATE $ diff --git a/MOM6-interface/MOM6 b/MOM6-interface/MOM6 index 8c52e6a9e3..a9eafe1229 160000 --- a/MOM6-interface/MOM6 +++ b/MOM6-interface/MOM6 @@ -1 +1 @@ -Subproject commit 8c52e6a9e36c94f5e0f6adbed715973a7ee0e3dc +Subproject commit a9eafe12291997cb594d9387fc0e545266ad343d diff --git a/MOM6-interface/mom6_files.cmake b/MOM6-interface/mom6_files.cmake index 6904ccc5fc..5b8ba5a873 100644 --- a/MOM6-interface/mom6_files.cmake +++ b/MOM6-interface/mom6_files.cmake @@ -317,6 +317,7 @@ list(APPEND mom6_nuopc_src_files MOM6/config_src/drivers/nuopc_cap/mom_cap_time.F90 MOM6/config_src/drivers/nuopc_cap/mom_ocean_model_nuopc.F90 MOM6/config_src/drivers/nuopc_cap/mom_surface_forcing_nuopc.F90 + MOM6/config_src/drivers/nuopc_cap/mom_inline.F90 MOM6/config_src/drivers/unit_tests/test_MOM_file_parser.F90 MOM6/config_src/drivers/unit_tests/test_MOM_mixedlayer_restrat.F90 MOM6/config_src/drivers/unit_tests/test_MOM_string_functions.F90 @@ -326,8 +327,30 @@ list(APPEND mom6_nuopc_src_files MOM6/config_src/drivers/timing_tests/time_MOM_remapping.F90 ) -list(APPEND mom6_nuopc_src_files +list(APPEND mom6_cdeps_share_files + ${PROJECT_SOURCE_DIR}/CDEPS-interface/ufs/cdeps_share/shr_assert_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/ufs/cdeps_share/shr_frz_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/ufs/cdeps_share/shr_infnan_mod.F90 ${PROJECT_SOURCE_DIR}/CDEPS-interface/ufs/cdeps_share/shr_is_restart_fh_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_kind_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_log_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_strconvert_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_const_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_string_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_sys_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_abort_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_timer_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_cal_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_file_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_orb_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/nuopc_shr_methods.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/dshr/dshr_dfield_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/dshr/dshr_fldlist_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/dshr/dshr_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_tinterp_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_strdata_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_stream_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_methods_mod.F90 ) list(APPEND mom6_solo_src_files From 222c6349c8e8eaf13ece07dd49705995f1cfd2d9 Mon Sep 17 00:00:00 2001 From: "denise.worthen" Date: Wed, 2 Jul 2025 12:06:21 -0500 Subject: [PATCH 04/23] update for working version using dust --- MOM6-interface/CMakeLists.txt | 1 + MOM6-interface/MOM6 | 2 +- MOM6-interface/mom6_files.cmake | 48 ++++++++++++++++----------------- 3 files changed, 26 insertions(+), 25 deletions(-) diff --git a/MOM6-interface/CMakeLists.txt b/MOM6-interface/CMakeLists.txt index 571d8a7aaf..cbcc536034 100644 --- a/MOM6-interface/CMakeLists.txt +++ b/MOM6-interface/CMakeLists.txt @@ -13,6 +13,7 @@ elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(Intel)$") set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -sox") set(CMAKE_Fortran_FLAGS_RELEASE "-O2 -debug minimal -fp-model source") set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -check -check noarg_temp_created -check nopointer -fpe0 -ftrapuv -init=snan,arrays") + list(APPEND CDEPS_SHARE_DEFS "CPRINTEL") set(CMAKE_Fortran_LINK_FLAGS "") elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(IntelLLVM)$") set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -g -traceback") diff --git a/MOM6-interface/MOM6 b/MOM6-interface/MOM6 index 735af2f91d..0cd6d821fc 160000 --- a/MOM6-interface/MOM6 +++ b/MOM6-interface/MOM6 @@ -1 +1 @@ -Subproject commit 735af2f91d9d01883793742e0ae307c20d2fa021 +Subproject commit 0cd6d821fce165ee2ea4bbed3cde153a04cde190 diff --git a/MOM6-interface/mom6_files.cmake b/MOM6-interface/mom6_files.cmake index 943c9ef834..f567dca3ad 100644 --- a/MOM6-interface/mom6_files.cmake +++ b/MOM6-interface/mom6_files.cmake @@ -338,7 +338,7 @@ list(APPEND mom6_nuopc_src_files MOM6/config_src/drivers/nuopc_cap/mom_cap_time.F90 MOM6/config_src/drivers/nuopc_cap/mom_ocean_model_nuopc.F90 MOM6/config_src/drivers/nuopc_cap/mom_surface_forcing_nuopc.F90 - MOM6/config_src/drivers/nuopc_cap/mom_inline.F90 + MOM6/config_src/drivers/nuopc_cap/mom_inline_mod.F90 MOM6/config_src/drivers/unit_tests/test_MOM_file_parser.F90 MOM6/config_src/drivers/unit_tests/test_MOM_mixedlayer_restrat.F90 MOM6/config_src/drivers/unit_tests/test_MOM_string_functions.F90 @@ -350,29 +350,29 @@ list(APPEND mom6_nuopc_src_files ) list(APPEND mom6_cdeps_share_files - ${PROJECT_SOURCE_DIR}/CDEPS-interface/ufs/cdeps_share/shr_assert_mod.F90 - ${PROJECT_SOURCE_DIR}/CDEPS-interface/ufs/cdeps_share/shr_frz_mod.F90 - ${PROJECT_SOURCE_DIR}/CDEPS-interface/ufs/cdeps_share/shr_infnan_mod.F90 - ${PROJECT_SOURCE_DIR}/CDEPS-interface/ufs/cdeps_share/shr_is_restart_fh_mod.F90 - ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_kind_mod.F90 - ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_log_mod.F90 - ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_strconvert_mod.F90 - ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_const_mod.F90 - ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_string_mod.F90 - ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_sys_mod.F90 - ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_abort_mod.F90 - ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_timer_mod.F90 - ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_cal_mod.F90 - ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_file_mod.F90 - ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_orb_mod.F90 - ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/nuopc_shr_methods.F90 - ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/dshr/dshr_dfield_mod.F90 - ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/dshr/dshr_fldlist_mod.F90 - ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/dshr/dshr_mod.F90 - ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_tinterp_mod.F90 - ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_strdata_mod.F90 - ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_stream_mod.F90 - ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_methods_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/ufs/cdeps_share/shr_assert_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/ufs/cdeps_share/shr_frz_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/ufs/cdeps_share/shr_infnan_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/ufs/cdeps_share/shr_is_restart_fh_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_kind_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_log_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_strconvert_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_const_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_string_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_sys_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_abort_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_timer_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_cal_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_file_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_orb_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/nuopc_shr_methods.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/dshr/dshr_dfield_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/dshr/dshr_fldlist_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/dshr/dshr_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_tinterp_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_strdata_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_stream_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_methods_mod.F90 ) list(APPEND mom6_solo_src_files From 632b7ebdda04bc38c61c204d243d42a71b0e6f26 Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Thu, 14 Aug 2025 09:12:03 -0400 Subject: [PATCH 05/23] update MOM6 --- MOM6-interface/MOM6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MOM6-interface/MOM6 b/MOM6-interface/MOM6 index 0cd6d821fc..e26c8fee8f 160000 --- a/MOM6-interface/MOM6 +++ b/MOM6-interface/MOM6 @@ -1 +1 @@ -Subproject commit 0cd6d821fce165ee2ea4bbed3cde153a04cde190 +Subproject commit e26c8fee8f68f215d0b3acd95abe11504d1fe1f1 From 02954b5d8a3b369e88659bea3c1f3f8422983176 Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Tue, 30 Sep 2025 10:54:21 -0400 Subject: [PATCH 06/23] add ufsatm --- .gitmodules | 4 ++++ UFSATM | 1 + 2 files changed, 5 insertions(+) create mode 160000 UFSATM diff --git a/.gitmodules b/.gitmodules index a0ee59ff07..8443279fb5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -56,3 +56,7 @@ path = fire_behavior url = https://github.com/NOAA-EMC/fire_behavior branch = emc/develop +[submodule "UFSATM"] + path = UFSATM + url = https://github.com/NOAA-EMC/fv3atm + branch = develop \ No newline at end of file diff --git a/UFSATM b/UFSATM new file mode 160000 index 0000000000..a19dcd8878 --- /dev/null +++ b/UFSATM @@ -0,0 +1 @@ +Subproject commit a19dcd8878e117d421e9634d8640a446f2d3f2d4 From 79acb07eed46a1edb1276a3b01ea457a0dc21f40 Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Tue, 30 Sep 2025 10:55:41 -0400 Subject: [PATCH 07/23] update gitmodules and remove FV3 --- .gitmodules | 10 +++------- FV3 | 1 - 2 files changed, 3 insertions(+), 8 deletions(-) delete mode 160000 FV3 diff --git a/.gitmodules b/.gitmodules index 8443279fb5..c9db7ebabd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "FV3"] - path = FV3 - url = https://github.com/NOAA-EMC/fv3atm +[submodule "UFSATM"] + path = UFSATM + url = https://github.com/NOAA-EMC/ufsatm branch = develop [submodule "WW3"] path = WW3 @@ -56,7 +56,3 @@ path = fire_behavior url = https://github.com/NOAA-EMC/fire_behavior branch = emc/develop -[submodule "UFSATM"] - path = UFSATM - url = https://github.com/NOAA-EMC/fv3atm - branch = develop \ No newline at end of file diff --git a/FV3 b/FV3 deleted file mode 160000 index 65884b14f4..0000000000 --- a/FV3 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 65884b14f46e9476f3fc3f82b27362b317629151 From 8021f05c77bb9ff4b41e6844b944ecb26e319267 Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Tue, 30 Sep 2025 10:57:21 -0400 Subject: [PATCH 08/23] update MOM6 --- MOM6-interface/MOM6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MOM6-interface/MOM6 b/MOM6-interface/MOM6 index e26c8fee8f..1cf1c2e704 160000 --- a/MOM6-interface/MOM6 +++ b/MOM6-interface/MOM6 @@ -1 +1 @@ -Subproject commit e26c8fee8f68f215d0b3acd95abe11504d1fe1f1 +Subproject commit 1cf1c2e704be794ba767dfff7cff8211651116c5 From 61384255509aa270cdc44ec59847caaa6e13fba6 Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Tue, 23 Dec 2025 09:59:53 -0500 Subject: [PATCH 09/23] update MOM6 --- MOM6-interface/MOM6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MOM6-interface/MOM6 b/MOM6-interface/MOM6 index 1cf1c2e704..647b047154 160000 --- a/MOM6-interface/MOM6 +++ b/MOM6-interface/MOM6 @@ -1 +1 @@ -Subproject commit 1cf1c2e704be794ba767dfff7cff8211651116c5 +Subproject commit 647b04715407efa5a0f34127af6f6b88eeb05dae From 9b45c07f7790db3013e9e9578b757f22e5959ed7 Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Tue, 23 Dec 2025 14:38:18 -0500 Subject: [PATCH 10/23] fix CMakeLists.txt --- MOM6-interface/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/MOM6-interface/CMakeLists.txt b/MOM6-interface/CMakeLists.txt index 99c325392a..21c9beb727 100644 --- a/MOM6-interface/CMakeLists.txt +++ b/MOM6-interface/CMakeLists.txt @@ -1,6 +1,7 @@ ### MOM6 Fortran compiler flags if(CMAKE_Fortran_COMPILER_ID MATCHES "GNU") set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -g -fbacktrace") + list(APPEND CDEPS_SHARE_DEFS "CPRGNU") set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fdefault-real-8 -fdefault-double-8") set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -Waliasing -fcray-pointer -fconvert=big-endian -ffree-line-length-none -fno-range-check -fbacktrace") set(CMAKE_Fortran_FLAGS_RELEASE "-O2") @@ -16,6 +17,7 @@ elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(Intel)$") set(CMAKE_Fortran_FLAGS_RELEASE "-O2 -debug minimal -fp-model source") endif() set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -check all -check noarg_temp_created -check nopointer -fpe0 -ftrapuv -init=snan,arrays") + list(APPEND CDEPS_SHARE_DEFS "CPRINTEL") set(CMAKE_Fortran_LINK_FLAGS "") elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(IntelLLVM)$") set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -g -traceback") @@ -28,6 +30,7 @@ elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(IntelLLVM)$") endif() set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -check all -check noarg_temp_created -check nopointer -fpe0 -ftrapuv -init=snan,arrays") set(CMAKE_Fortran_LINK_FLAGS "") + list(APPEND CDEPS_SHARE_DEFS "CPRINTEL") else() message(WARNING "Fortran compiler with ID ${CMAKE_Fortran_COMPILER_ID} will be used with CMake default options") endif() @@ -40,9 +43,10 @@ set(MOM6SOLO OFF CACHE BOOL "Build MOM6 solo") include("mom6_files.cmake") ### Use common object library for building target library -add_library(mom6_obj OBJECT ${mom6_src_files}) +add_library(mom6_obj OBJECT ${mom6_src_files} ${mom6_cdeps_share_files}) set_target_properties(mom6_obj PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod) target_include_directories(mom6_obj PRIVATE $) +target_compile_definitions(mom6_obj PRIVATE ${CDEPS_SHARE_DEFS} "DISABLE_FoX") if(REGIONAL_MOM6) target_include_directories(mom6_obj PRIVATE $ From cb9ed671163c9c88d8805c97e08f6e76123b9d60 Mon Sep 17 00:00:00 2001 From: "denise.worthen" Date: Tue, 23 Dec 2025 17:07:43 -0600 Subject: [PATCH 11/23] add hercules log and test change list --- tests/logs/RegressionTests_hercules.log | 766 ++++++++++++------------ tests/test_changes.list | 117 ---- 2 files changed, 383 insertions(+), 500 deletions(-) diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 7ca94bdf3b..5880342745 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,7 +1,7 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -c8e06795357f50aceb6b1cd1e3440b6df7f80466 +9b45c07f7790db3013e9e9578b757f22e5959ed7 Submodule hashes used in testing: 2c1cec7dd4d7a477abd2ae204db4a78295c24f16 AQM (v0.2.0-63-g2c1cec7) @@ -9,19 +9,19 @@ Submodule hashes used in testing: 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) c90ee5a0e72ecc9cbee4694e95df228d01f8d7dd CICE-interface/CICE (CICE6.0.0-444-gc90ee5a) 4954a6f9033f78e5c32bf33780384cbf2d0843e6 CICE-interface/CICE/icepack (Icepack1.1.0-225-g4954a6f) - e3837ee392cc26182a35ce9da532fa8857831385 CMEPS-interface/CMEPS (cmeps_v0.4.1-2326-ge3837ee) + e3837ee392cc26182a35ce9da532fa8857831385 CMEPS-interface/CMEPS (cmeps_v0.4.1-2326-ge3837ee3) 69049ec0c26b3160c3dbe1980b2feb78470a37a6 CMakeModules (v1.0.0-36-g69049ec) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) 05a3f7ae291b59a2ab7611a042f2fc99be31dc61 LM4-driver (baseline_change_240904-7-g05a3f7a) c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) - 41f39db7990b82ae037b632ca3feb4d79762af62 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10724-g41f39db79) + 647b04715407efa5a0f34127af6f6b88eeb05dae MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10738-g647b04715) 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - d3f2e194c7ce45144b90955d86aacf2640db74cb UFSATM (remotes/origin/NCAR_sync_20251112) + 3aba2887a0f7b1ebf9232de526b0de34080e1713 UFSATM (remotes/origin/HEAD) 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) - e425da950459d8c28ad66cce4b921834f948d37c UFSATM/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-6565-ge425da95) + ac63f31931368b6fbeb3114e5c611ad3473a73cb UFSATM/ccpp/physics (EP4-2120-gac63f319) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) bd2b399a8890ac541e0893486dc78f8c304b4e0d UFSATM/fv3/atmos_cubed_sphere (201912_public_release-446-gbd2b399) @@ -41,390 +41,390 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /work2/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20251217 -COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_2781654 +COMPARISON DIRECTORY: /work2/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_3589095 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic +* (-a) - HPC PROJECT ACCOUNT: nems * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [25:11, 23:38] ( 1 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:06, 07:43](2153 MB) -PASS -- TEST 'cpld_control_gefs_intel' [26:42, 14:42](3110 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [22:53, 05:31](2820 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [26:33, 13:31](3165 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:11, 23:45] ( 1 warnings 1041 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [17:13, 14:41](2004 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:40, 15:51](2328 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:26, 05:42](1353 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [10:42, 07:18](2214 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:59, 15:38](1920 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [23:11, 21:51] ( 1 warnings 938 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [13:51, 09:03](2303 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [10:31, 04:37](1644 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:10, 04:06] ( 339 warnings 938 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [14:19, 09:45](2337 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:10, 03:39] ( 339 warnings 2772 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [20:20, 17:58](1998 MB) - -PASS -- COMPILE 's2swa_intel' [21:11, 19:57] ( 1 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [11:07, 08:40](2255 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:09, 08:19](2254 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:22, 04:35](1952 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:57, 08:28](2278 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:00, 04:36](1826 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [13:01, 11:00](2377 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:49, 08:21](2239 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [10:01, 07:11](2139 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:11, 08:32](2251 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [17:42, 14:35](2916 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:32, 05:38](2947 MB) - -PASS -- COMPILE 's2swal_intel' [21:11, 19:46] ( 1 warnings 1064 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [11:06, 08:26](2212 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [07:19, 04:14](1928 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:57, 06:41](2232 MB) - -PASS -- COMPILE 's2sw_intel' [23:11, 21:36] ( 1 warnings 1011 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:55, 07:37](2046 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:02, 07:21](2157 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:10, 04:25] ( 339 warnings 2021 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [13:56, 11:11](2284 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:10, 04:16] ( 339 warnings 2003 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:48, 05:27](2075 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [20:11, 19:05] ( 1 warnings 949 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:03, 05:02](2133 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:11, 19:20] ( 1 warnings 1034 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:58, 12:18](2095 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:09, 05:45](1410 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [15:49, 13:15](1998 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [07:42, 05:17](3052 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:36, 01:39](3033 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:41, 00:58](2471 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [02:23, 00:55](2232 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:27, 00:32](2231 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:27, 00:24](1550 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [02:23, 00:54](2240 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:26, 00:31](2232 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:28, 00:24](1539 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:24, 00:32](2170 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:25, 00:26](2162 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:25, 00:21](1506 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 03:58] ( 339 warnings 2754 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [24:00, 21:39](2071 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:10, 09:59] ( 1 warnings 501 remarks ) -PASS -- TEST 'control_flake_intel' [04:26, 02:49](722 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:27, 01:54](1600 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:32, 02:03](1619 MB) -PASS -- TEST 'control_latlon_intel' [03:24, 02:00](1619 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:27, 02:02](1614 MB) -PASS -- TEST 'control_c48_intel' [07:27, 05:41](1707 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:27, 05:22](842 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [07:27, 05:42](1721 MB) -PASS -- TEST 'control_c192_intel' [07:43, 05:58](1816 MB) -PASS -- TEST 'control_c384_intel' [09:22, 06:49](2011 MB) -PASS -- TEST 'control_c384gdas_intel' [11:18, 07:42](1479 MB) -PASS -- TEST 'control_stochy_intel' [03:22, 01:27](676 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:26, 00:51](552 MB) -PASS -- TEST 'control_lndp_intel' [03:22, 01:19](677 MB) -PASS -- TEST 'control_iovr4_intel' [03:23, 02:04](673 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:36, 02:25](970 MB) -PASS -- TEST 'control_iovr5_intel' [03:24, 02:03](675 MB) -PASS -- TEST 'control_p8_intel' [04:51, 02:22](1896 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:58, 02:29](1911 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:55, 02:52](1910 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:57, 02:22](1923 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [05:03, 02:27](1937 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:52, 01:38](2421 MB) -PASS -- TEST 'control_restart_p8_intel' [03:58, 01:25](1197 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:51, 02:46](1902 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:58, 01:26](1220 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:51, 02:24](1892 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:50, 03:46](1987 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:38, 04:05](1905 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:56, 03:29](1962 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:43, 02:27](1914 MB) -PASS -- TEST 'merra2_thompson_intel' [04:52, 02:46](1913 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [06:46, 04:21](1920 MB) -PASS -- TEST 'regional_control_intel' [06:25, 04:14](1191 MB) -PASS -- TEST 'regional_restart_intel' [04:25, 02:19](1183 MB) -PASS -- TEST 'regional_decomp_intel' [07:25, 05:23](1174 MB) -PASS -- TEST 'regional_2threads_intel' [06:24, 04:17](1088 MB) -PASS -- TEST 'regional_noquilt_intel' [06:31, 04:12](1505 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:26, 04:15](1188 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:26, 04:15](1194 MB) -PASS -- TEST 'regional_wofs_intel' [07:26, 05:23](2095 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [11:10, 09:16] ( 1 warnings 481 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [05:58, 03:18](1936 MB) - -PASS -- COMPILE 'rrfs_intel' [10:11, 08:14] ( 4 warnings 448 remarks ) -PASS -- TEST 'rap_control_intel' [04:50, 02:52](1119 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:51, 03:48](1428 MB) -PASS -- TEST 'rap_decomp_intel' [05:45, 03:39](1059 MB) -PASS -- TEST 'rap_2threads_intel' [06:47, 04:24](1168 MB) -PASS -- TEST 'rap_restart_intel' [03:38, 01:44](1095 MB) -PASS -- TEST 'rap_sfcdiff_intel' [04:39, 02:53](1092 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:34, 02:59](1057 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:58, 01:35](1099 MB) -PASS -- TEST 'hrrr_control_intel' [04:41, 02:45](1081 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:41, 02:53](1056 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:39, 04:07](1141 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:22, 01:31](1047 MB) -PASS -- TEST 'rrfs_v1beta_intel' [06:57, 05:03](1189 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:19, 06:54](2018 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:19, 06:33](2198 MB) - -PASS -- COMPILE 'csawmg_intel' [10:11, 08:51] ( 1 warnings 417 remarks ) -PASS -- TEST 'control_csawmg_intel' [07:28, 05:24](1071 MB) -PASS -- TEST 'control_ras_intel' [04:17, 02:49](842 MB) - -PASS -- COMPILE 'wam_intel' [10:11, 08:12] ( 1 warnings 395 remarks ) -PASS -- TEST 'control_wam_intel' [12:39, 10:14](1678 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:11, 03:50] ( 418 warnings 589 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:23, 01:59](1638 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:20, 02:04](1645 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:16, 02:53](848 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:16, 02:33](855 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:27, 04:43](1166 MB) -PASS -- TEST 'control_ras_debug_intel' [04:17, 02:30](857 MB) -PASS -- TEST 'control_diag_debug_intel' [04:24, 02:28](1711 MB) -PASS -- TEST 'control_debug_p8_intel' [04:32, 02:31](1939 MB) -PASS -- TEST 'regional_debug_intel' [19:26, 17:21](1157 MB) -PASS -- TEST 'rap_control_debug_intel' [06:17, 04:32](1247 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:23, 04:18](1237 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:21, 04:24](1235 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:18, 04:35](1246 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [09:19, 07:27](1242 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:24, 04:43](1329 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:18, 04:32](1237 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:17, 04:47](1238 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:18, 04:52](1247 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:19, 04:43](1242 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:19, 04:19](1241 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:16, 04:34](1233 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:16, 07:44](1229 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:21, 04:37](1242 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:17, 04:49](1237 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:11, 02:32] ( 381 warnings 395 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:11, 08:11] ( 4 warnings 415 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:49, 03:43](1291 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:44, 03:31](1070 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:55, 03:17](1059 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:41, 03:42](1079 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:45, 03:37](1053 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:55, 03:32](1017 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:53, 01:50](1010 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:25, 01:48](996 MB) -PASS -- TEST 'conus13km_control_intel' [05:48, 03:10](1494 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:38, 01:20](1321 MB) -PASS -- TEST 'conus13km_decomp_intel' [04:39, 03:07](1537 MB) -PASS -- TEST 'conus13km_restart_intel' [03:37, 01:45](1260 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:11, 08:03] ( 4 warnings 415 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:34, 03:17](1113 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 02:23] ( 312 warnings 421 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:18, 04:02](1111 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:21, 03:57](1110 MB) -PASS -- TEST 'conus13km_debug_intel' [20:35, 18:21](1541 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [20:55, 18:53](1140 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [23:31, 21:13](1367 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [21:30, 19:13](1586 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:30, 18:41](1587 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:35] ( 312 warnings 415 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:20, 05:00](1212 MB) - -PASS -- COMPILE 'hafsw_intel' [14:11, 12:24] ( 1 warnings 693 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [05:41, 03:57](989 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [08:11, 05:10](1171 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:23, 03:28](1278 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:48, 14:08](1114 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:42, 05:20](596 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:51, 06:10](605 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:37, 02:37](430 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:29, 06:44](500 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:42, 03:11](603 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:37, 03:09](603 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:21, 01:03](454 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:10, 10:58] ( 1 warnings 927 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [13:36, 11:09](827 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:10, 10:50] ( 1 warnings 635 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [06:41, 05:07](1076 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:40, 05:13](1074 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [14:11, 13:05] ( 562 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:18, 02:26](1876 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:16, 01:36](1810 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:16, 02:13](1123 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:16, 02:14](1128 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:15, 02:14](1119 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:15, 02:22](1864 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:16, 02:24](1866 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:16, 02:15](1126 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:00, 05:53](1710 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:55, 05:42](1193 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:16, 02:25](1864 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:16, 03:49](4833 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:16, 03:53](4836 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:22] ( 2 warnings 562 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:16, 05:31](1779 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:43] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:29, 00:53](334 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:23, 00:36](559 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:26, 00:27](556 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:11, 13:59] ( 1 warnings 611 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:49, 03:05](2041 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:11, 08:17] ( 1 warnings 499 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:51, 04:08](2042 MB) - -PASS -- COMPILE 'atml_intel' [11:11, 09:27] ( 9 warnings 552 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [04:56, 02:39](1887 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:40, 01:31](1204 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:10, 03:23] ( 425 warnings 552 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:55, 04:15](1913 MB) - -PASS -- COMPILE 'atmw_intel' [11:11, 09:48] ( 1 warnings 518 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:49, 01:37](1946 MB) - -PASS -- COMPILE 'atmaero_intel' [12:11, 11:00] ( 1 warnings 413 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:45, 03:34](2009 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:38, 04:05](1777 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:38, 04:07](1817 MB) - -PASS -- COMPILE 'atmaq_intel' [10:10, 08:32] ( 1 warnings 598 remarks ) -PASS -- TEST 'regional_atmaq_intel' [15:23, 12:13](2945 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [16:59, 14:54](2945 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:29] ( 398 warnings 598 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [33:58, 31:34](2959 MB) - -PASS -- COMPILE 'atm_fbh_intel' [09:11, 07:38] ( 4 warnings 422 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:24, 09:45](1084 MB) - -PASS -- COMPILE 'atm_gnu' [05:11, 03:45] -PASS -- TEST 'control_c48_gnu' [09:39, 07:46](1582 MB) -PASS -- TEST 'control_stochy_gnu' [04:19, 02:19](585 MB) -PASS -- TEST 'control_ras_gnu' [05:18, 03:48](591 MB) -PASS -- TEST 'control_p8_gnu' [06:57, 04:31](1556 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [06:46, 04:37](1550 MB) -PASS -- TEST 'control_flake_gnu' [06:23, 04:29](627 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:10, 03:38] -PASS -- TEST 'rap_control_gnu' [07:02, 04:12](933 MB) -PASS -- TEST 'rap_decomp_gnu' [06:39, 04:18](937 MB) -PASS -- TEST 'rap_2threads_gnu' [06:13, 03:28](987 MB) -PASS -- TEST 'rap_restart_gnu' [04:58, 02:17](672 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [06:54, 04:12](938 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [06:48, 04:21](934 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [05:07, 02:17](675 MB) -PASS -- TEST 'hrrr_control_gnu' [05:49, 04:00](934 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:41, 04:01](920 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:44, 03:32](989 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:58, 04:26](931 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:25, 02:14](668 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:25, 02:16](754 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [09:54, 08:05](928 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:10, 03:19] -PASS -- TEST 'control_csawmg_gnu' [08:25, 07:05](832 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:11, 05:57] -PASS -- TEST 'control_diag_debug_gnu' [03:28, 01:14](1366 MB) -PASS -- TEST 'regional_debug_gnu' [09:27, 07:18](892 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:18, 02:06](945 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [04:22, 02:18](943 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [04:21, 02:25](949 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [04:20, 02:31](945 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:32, 02:24](1032 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:31, 04:15](943 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:25, 02:25](944 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:21, 01:19](582 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:20, 01:33](573 MB) -PASS -- TEST 'control_debug_p8_gnu' [04:44, 03:03](1529 MB) -PASS -- TEST 'rap_flake_debug_gnu' [04:26, 02:16](946 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:27, 02:19](948 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:55, 03:45](949 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:10, 01:53] -PASS -- TEST 'control_wam_debug_gnu' [07:48, 05:39](1379 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 03:44] -PASS -- TEST 'control_csawmg_debug_gnu' [03:31, 02:03](822 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:39] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:52, 04:02](787 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:58, 03:53](786 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [05:35, 03:39](834 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:38, 03:31](832 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:37, 04:01](789 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [04:50, 02:10](643 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:19, 02:04](646 MB) -PASS -- TEST 'conus13km_control_gnu' [05:58, 03:49](1033 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:47, 02:04](1016 MB) -PASS -- TEST 'conus13km_decomp_gnu' [05:38, 03:58](1036 MB) -PASS -- TEST 'conus13km_restart_gnu' [04:36, 02:10](757 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 09:26] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:30, 04:25](818 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 06:23] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:18, 02:02](802 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:21, 01:56](797 MB) -PASS -- TEST 'conus13km_debug_gnu' [10:32, 08:48](1050 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [10:28, 09:00](778 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [11:31, 09:13](1036 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [10:30, 08:55](1057 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [10:29, 08:38](1121 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 06:21] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:20, 02:06](824 MB) - -PASS -- COMPILE 's2swa_gnu' [19:11, 17:26] -PASS -- TEST 'cpld_control_p8_gnu' [12:16, 10:07](1709 MB) - -PASS -- COMPILE 's2s_gnu' [16:12, 14:35] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [11:03, 08:17](1621 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:10, 02:16] -PASS -- TEST 'cpld_debug_p8_gnu' [07:59, 05:36](1732 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [16:11, 14:50] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [15:54, 13:55](1591 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 02:05] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [11:56, 09:25](1585 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [16:12, 14:29] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:15, 02:44](1604 MB) - -PASS -- COMPILE 'atm_mpas_dyn32_gnu' [04:10, 02:45] -PASS -- TEST 'control_gfs_mpas_gnu' [02:20, 00:39](6434 MB) +PASS -- COMPILE 's2swa_32bit_intel' [24:10, 22:30] ( 1 warnings 1066 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:46, 07:51](2162 MB) +PASS -- TEST 'cpld_control_gefs_intel' [28:30, 15:41](3114 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [21:07, 05:15](2813 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [28:30, 14:40](3147 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:12, 18:44] ( 1 warnings 1064 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [18:35, 14:59](2023 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:32, 16:03](2336 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:33, 05:44](1365 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [14:45, 08:03](2215 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:24, 15:50](1920 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [24:10, 22:15] ( 1 warnings 961 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [16:41, 09:35](2306 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [10:34, 04:45](1639 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [06:10, 04:15] ( 339 warnings 961 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [16:54, 09:55](2331 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 04:51] ( 339 warnings 2795 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [20:27, 17:55](1999 MB) + +PASS -- COMPILE 's2swa_intel' [24:10, 22:53] ( 1 warnings 1066 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [11:30, 08:29](2253 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:38, 08:06](2248 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:03, 04:24](1949 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [11:00, 08:14](2272 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:55, 04:26](1825 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [14:03, 11:17](2379 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:57, 08:09](2236 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:08, 06:52](2118 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:02, 08:12](2256 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [21:22, 16:43](2930 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:47, 05:15](2958 MB) + +PASS -- COMPILE 's2swal_intel' [24:10, 23:07] ( 1 warnings 1087 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [14:22, 09:44](2223 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [07:29, 04:15](1931 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:59, 08:30](2231 MB) + +PASS -- COMPILE 's2sw_intel' [24:10, 22:50] ( 1 warnings 1034 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [12:55, 08:24](2037 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [13:00, 08:42](2161 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:10, 04:45] ( 339 warnings 2044 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [15:53, 11:18](2289 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:10, 04:20] ( 339 warnings 2026 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:50, 05:36](2072 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [20:10, 18:38] ( 1 warnings 972 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [12:03, 06:11](2136 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [22:10, 20:53] ( 1 warnings 1057 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:55, 12:52](2090 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:16, 05:49](1402 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:27, 14:14](1989 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [10:36, 05:54](3043 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [08:14, 03:01](3032 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [07:17, 02:10](2473 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [06:25, 01:54](2241 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [06:24, 01:51](2238 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [03:37, 01:13](1551 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [06:43, 01:56](2227 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [05:26, 01:13](2223 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:33, 00:24](1539 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [05:53, 01:37](2169 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [03:04, 00:31](2164 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [06:06, 01:18](1508 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:10, 04:27] ( 339 warnings 2777 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:09, 21:38](2064 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:10, 09:45] ( 1 warnings 501 remarks ) +PASS -- TEST 'control_flake_intel' [04:29, 03:02](725 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:06, 01:54](1610 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:00, 02:26](1618 MB) +PASS -- TEST 'control_latlon_intel' [03:42, 02:01](1613 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:47, 02:23](1623 MB) +PASS -- TEST 'control_c48_intel' [07:29, 05:33](1717 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:27, 05:21](851 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [07:29, 05:43](1717 MB) +PASS -- TEST 'control_c192_intel' [07:41, 06:06](1810 MB) +PASS -- TEST 'control_c384_intel' [09:20, 06:48](2010 MB) +PASS -- TEST 'control_c384gdas_intel' [11:17, 07:52](1474 MB) +PASS -- TEST 'control_stochy_intel' [03:45, 01:28](683 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:42, 00:56](556 MB) +PASS -- TEST 'control_lndp_intel' [03:44, 01:21](679 MB) +PASS -- TEST 'control_iovr4_intel' [04:47, 02:12](672 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:52, 02:47](973 MB) +PASS -- TEST 'control_iovr5_intel' [04:47, 02:17](674 MB) +PASS -- TEST 'control_p8_intel' [05:32, 02:53](1896 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:29, 02:59](1897 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:39, 02:50](1909 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [05:33, 02:48](1925 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [05:28, 02:52](1932 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [04:57, 01:36](2424 MB) +PASS -- TEST 'control_restart_p8_intel' [04:13, 01:28](1206 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:27, 02:53](1903 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:21, 01:29](1225 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:26, 02:52](1896 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:51, 04:09](1984 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:44, 04:40](1911 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:44, 03:34](1972 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:35, 02:27](1917 MB) +PASS -- TEST 'merra2_thompson_intel' [05:30, 02:51](1914 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [07:22, 04:33](1921 MB) +PASS -- TEST 'regional_control_intel' [06:50, 04:17](1194 MB) +PASS -- TEST 'regional_restart_intel' [04:30, 02:32](1185 MB) +PASS -- TEST 'regional_decomp_intel' [06:50, 04:37](1165 MB) +PASS -- TEST 'regional_2threads_intel' [06:41, 04:27](1089 MB) +PASS -- TEST 'regional_noquilt_intel' [06:50, 04:17](1502 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:41, 04:19](1191 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:42, 04:18](1190 MB) +PASS -- TEST 'regional_wofs_intel' [07:40, 05:39](2100 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [12:10, 10:16] ( 1 warnings 481 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [10:09, 04:06](1934 MB) + +PASS -- COMPILE 'rrfs_intel' [11:10, 10:02] ( 4 warnings 448 remarks ) +PASS -- TEST 'rap_control_intel' [04:52, 03:01](1098 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:45, 04:07](1426 MB) +PASS -- TEST 'rap_decomp_intel' [06:46, 04:16](1060 MB) +PASS -- TEST 'rap_2threads_intel' [08:03, 04:40](1169 MB) +PASS -- TEST 'rap_restart_intel' [03:59, 01:35](1082 MB) +PASS -- TEST 'rap_sfcdiff_intel' [06:02, 03:00](1096 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [05:50, 03:13](1067 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:54, 01:35](1083 MB) +PASS -- TEST 'hrrr_control_intel' [05:58, 02:43](1095 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:56, 02:50](1051 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:42, 04:08](1142 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:20, 01:31](1052 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:14, 05:04](1208 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:24, 07:06](2012 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:19, 06:42](2162 MB) + +PASS -- COMPILE 'csawmg_intel' [10:11, 08:47] ( 1 warnings 417 remarks ) +PASS -- TEST 'control_csawmg_intel' [07:31, 05:21](1070 MB) +PASS -- TEST 'control_ras_intel' [05:17, 02:49](852 MB) + +PASS -- COMPILE 'wam_intel' [10:11, 08:24] ( 1 warnings 395 remarks ) +PASS -- TEST 'control_wam_intel' [12:38, 10:24](1676 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:10, 04:11] ( 418 warnings 589 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:21, 02:02](1631 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:20, 02:08](1641 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:24, 02:52](853 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:19, 02:37](851 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:23, 04:06](1160 MB) +PASS -- TEST 'control_ras_debug_intel' [05:18, 02:45](865 MB) +PASS -- TEST 'control_diag_debug_intel' [04:28, 02:27](1700 MB) +PASS -- TEST 'control_debug_p8_intel' [04:36, 02:31](1938 MB) +PASS -- TEST 'regional_debug_intel' [19:26, 17:19](1149 MB) +PASS -- TEST 'rap_control_debug_intel' [06:17, 04:43](1239 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:20, 04:20](1225 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:17, 04:19](1232 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:16, 04:47](1237 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:16, 04:42](1244 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:22, 05:23](1328 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:16, 04:56](1237 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:23, 04:49](1248 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:22, 04:50](1241 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:22, 05:03](1239 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:22, 04:19](1235 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:19, 04:40](1241 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:18, 07:39](1231 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:21, 04:55](1243 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:20, 04:43](1204 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:10, 02:39] ( 381 warnings 395 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:10, 08:39] ( 4 warnings 415 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:53, 03:37](1294 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:52, 03:17](1066 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:47, 03:23](1064 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:42, 03:47](1085 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:41, 03:34](1067 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:38, 03:40](1013 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [10:52, 01:55](1011 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [10:30, 01:53](981 MB) +PASS -- TEST 'conus13km_control_intel' [04:57, 03:05](1504 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:42, 01:20](1326 MB) +PASS -- TEST 'conus13km_decomp_intel' [05:44, 03:11](1535 MB) +PASS -- TEST 'conus13km_restart_intel' [10:37, 01:53](1242 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:11, 08:34] ( 4 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:33, 03:14](1123 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:47] ( 312 warnings 421 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:20, 04:06](1117 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:20, 04:07](1112 MB) +PASS -- TEST 'conus13km_debug_intel' [20:35, 18:35](1542 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [20:31, 18:34](1146 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [23:28, 21:13](1363 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [21:29, 19:08](1584 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:26, 18:36](1592 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:56] ( 312 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:20, 05:11](1214 MB) + +PASS -- COMPILE 'hafsw_intel' [15:10, 12:53] ( 1 warnings 693 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:37, 03:50](981 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [09:07, 05:41](1183 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:22, 03:25](1275 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [19:44, 14:22](1132 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:38, 05:06](592 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [13:45, 06:27](611 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [09:32, 02:34](432 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:26, 06:39](497 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [12:35, 03:21](603 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [10:40, 03:10](606 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [09:24, 01:06](456 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:10, 11:37] ( 1 warnings 950 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [20:37, 11:51](830 MB) + +PASS -- COMPILE 'hafs_all_intel' [13:10, 10:46] ( 1 warnings 635 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [12:40, 05:09](1074 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [12:39, 05:12](1060 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [21:10, 18:25] ( 585 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [09:16, 02:24](1861 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:16, 01:34](1818 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [09:15, 02:15](1135 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [08:16, 02:17](1117 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [08:15, 02:18](1123 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [07:15, 02:25](1866 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:16, 02:26](1866 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:15, 02:15](1115 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:50, 05:51](1707 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:50, 05:36](1191 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:13, 02:23](1868 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:16, 03:48](4830 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:16, 03:53](4828 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:10, 02:49] ( 2 warnings 585 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:15, 05:41](1777 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:10, 00:47] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:27, 00:52](340 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:20, 00:36](566 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:23, 00:24](554 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [22:10, 18:56] ( 1 warnings 611 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:49, 03:05](2039 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:10, 09:38] ( 1 warnings 499 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:44, 04:07](2051 MB) + +PASS -- COMPILE 'atml_intel' [13:10, 11:13] ( 9 warnings 552 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [04:53, 02:36](1883 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:38, 01:33](1196 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:10, 03:57] ( 425 warnings 552 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:56, 04:12](1912 MB) + +PASS -- COMPILE 'atmw_intel' [12:10, 10:31] ( 1 warnings 518 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:46, 01:33](1937 MB) + +PASS -- COMPILE 'atmaero_intel' [14:11, 12:40] ( 1 warnings 413 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:45, 03:28](2009 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:37, 03:58](1788 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:37, 04:06](1815 MB) + +PASS -- COMPILE 'atmaq_intel' [11:10, 09:31] ( 1 warnings 598 remarks ) +PASS -- TEST 'regional_atmaq_intel' [15:20, 11:46](2938 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [17:06, 14:09](2946 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:10, 02:40] ( 398 warnings 598 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [34:04, 31:44](2952 MB) + +PASS -- COMPILE 'atm_fbh_intel' [10:10, 08:10] ( 4 warnings 422 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:23, 09:37](1081 MB) + +PASS -- COMPILE 'atm_gnu' [06:10, 04:14] +PASS -- TEST 'control_c48_gnu' [09:27, 07:47](1580 MB) +PASS -- TEST 'control_stochy_gnu' [04:19, 02:18](584 MB) +PASS -- TEST 'control_ras_gnu' [05:18, 03:44](589 MB) +PASS -- TEST 'control_p8_gnu' [06:57, 04:12](1539 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [06:36, 04:26](1534 MB) +PASS -- TEST 'control_flake_gnu' [06:22, 04:30](636 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:10, 03:55] +PASS -- TEST 'rap_control_gnu' [06:41, 04:09](936 MB) +PASS -- TEST 'rap_decomp_gnu' [06:35, 04:15](936 MB) +PASS -- TEST 'rap_2threads_gnu' [06:32, 03:33](991 MB) +PASS -- TEST 'rap_restart_gnu' [04:51, 02:12](673 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [07:38, 04:14](936 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [07:36, 04:14](935 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [04:55, 02:12](671 MB) +PASS -- TEST 'hrrr_control_gnu' [07:45, 04:13](930 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [08:32, 04:04](920 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [07:43, 03:34](989 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [07:32, 04:08](932 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [04:22, 02:07](671 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:17, 02:06](751 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [11:54, 07:44](930 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:10, 03:34] +PASS -- TEST 'control_csawmg_gnu' [10:25, 06:47](831 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:10, 06:12] +PASS -- TEST 'control_diag_debug_gnu' [04:25, 01:13](1363 MB) +PASS -- TEST 'regional_debug_gnu' [10:25, 07:07](885 MB) +PASS -- TEST 'rap_control_debug_gnu' [05:17, 02:06](946 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [05:17, 02:07](941 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:17, 02:03](943 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [05:17, 02:07](945 MB) +PASS -- TEST 'rap_diag_debug_gnu' [06:28, 02:30](1030 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [07:16, 03:31](939 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [05:17, 02:19](943 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:17, 01:12](577 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:16, 01:17](573 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:35, 01:21](1529 MB) +PASS -- TEST 'rap_flake_debug_gnu' [04:17, 02:09](943 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:19, 02:13](947 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:48, 03:27](952 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:10, 02:00] +PASS -- TEST 'control_wam_debug_gnu' [07:35, 05:23](1378 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:10, 03:13] +PASS -- TEST 'control_csawmg_debug_gnu' [03:25, 01:52](821 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:10, 03:51] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:41, 03:59](789 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:53, 03:52](786 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [05:29, 03:32](833 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:41, 03:28](830 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:33, 04:00](785 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:43, 02:04](646 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:22, 02:03](645 MB) +PASS -- TEST 'conus13km_control_gnu' [05:43, 03:49](1029 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:34, 02:01](1016 MB) +PASS -- TEST 'conus13km_decomp_gnu' [05:31, 03:56](1037 MB) +PASS -- TEST 'conus13km_restart_gnu' [04:30, 02:12](761 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 09:12] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:28, 04:23](818 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:10, 06:09] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:16, 01:59](795 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:18, 02:00](796 MB) +PASS -- TEST 'conus13km_debug_gnu' [10:30, 08:43](1049 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [10:29, 08:50](775 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [10:26, 09:08](1031 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [10:32, 08:58](1055 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [10:26, 08:42](1119 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:10, 06:00] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:17, 02:01](823 MB) + +PASS -- COMPILE 's2swa_gnu' [18:11, 16:53] +PASS -- TEST 'cpld_control_p8_gnu' [13:15, 10:13](1714 MB) + +PASS -- COMPILE 's2s_gnu' [18:10, 16:38] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [10:52, 08:40](1608 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:10, 02:27] +PASS -- TEST 'cpld_debug_p8_gnu' [07:53, 05:28](1711 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [18:11, 16:26] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [16:52, 14:16](1603 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [08:11, 02:03] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [10:49, 08:54](1609 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [23:11, 16:45] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:15, 02:44](1605 MB) + +PASS -- COMPILE 'atm_mpas_dyn32_gnu' [09:11, 02:44] +PASS -- TEST 'control_gfs_mpas_gnu' [02:19, 00:37](6436 MB) SYNOPSIS: -Starting Date/Time: 20251217 21:16:12 -Ending Date/Time: 20251217 22:50:03 -Total Time: 01h:34m:36s +Starting Date/Time: 20251223 14:04:14 +Ending Date/Time: 20251223 15:47:55 +Total Time: 01h:44m:16s Compiles Completed: 56/56 Tests Completed: 262/262 diff --git a/tests/test_changes.list b/tests/test_changes.list index c2b01e3652..e69de29bb2 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,117 +0,0 @@ -control_flake intel -control_CubedSphereGrid intel -control_CubedSphereGrid_parallel intel -control_latlon intel -control_wrtGauss_netcdf_parallel intel -control_c48 intel -control_c48.v2.sfc intel -control_c48_lnd_iau intel -control_c192 intel -control_c384 intel -control_c384gdas intel -control_stochy intel -control_stochy_restart intel -control_lndp intel -control_iovr4 intel -control_iovr5 intel -rap_control intel -regional_spp_sppt_shum_skeb intel -rap_decomp intel -rap_2threads intel -rap_restart intel -rap_sfcdiff intel -rap_sfcdiff_decomp intel -rap_sfcdiff_restart intel -hrrr_control intel -hrrr_control_decomp intel -hrrr_control_2threads intel -hrrr_control_restart intel -rrfs_v1beta intel -rrfs_v1nssl intel -rrfs_v1nssl_nohailnoccn intel -control_ras intel -control_CubedSphereGrid_debug intel -control_wrtGauss_netcdf_parallel_debug intel -control_stochy_debug intel -control_lndp_debug intel -control_ras_debug intel -control_diag_debug intel -rap_control_debug intel -hrrr_control_debug intel -hrrr_gf_debug intel -hrrr_c3_debug intel -rap_unified_drag_suite_debug intel -rap_diag_debug intel -rap_cires_ugwp_debug intel -rap_unified_ugwp_debug intel -rap_lndp_debug intel -rap_progcld_thompson_debug intel -rap_noah_debug intel -rap_sfcdiff_debug intel -rap_noah_sfcdiff_cires_ugwp_debug intel -rap_clm_lake_debug intel -rap_flake_debug intel -gnv1_c96_no_nest_debug intel -regional_spp_sppt_shum_skeb_dyn32_phy32 intel -rap_control_dyn32_phy32 intel -hrrr_control_dyn32_phy32 intel -rap_2threads_dyn32_phy32 intel -hrrr_control_2threads_dyn32_phy32 intel -hrrr_control_decomp_dyn32_phy32 intel -rap_restart_dyn32_phy32 intel -hrrr_control_restart_dyn32_phy32 intel -rap_control_dyn64_phy32 intel -rap_control_debug_dyn32_phy32 intel -hrrr_control_debug_dyn32_phy32 intel -conus13km_debug_decomp intel -rap_control_dyn64_phy32_debug intel -hafs_regional_atm_thompson_gfdlsf intel -gnv1_nested intel -regional_atmaq intel -regional_atmaq_canopy intel -regional_atmaq_debug intel -cpld_regional_atm_fbh intel -rap_control_dyn32_phy32 intelllvm -rap_control_dyn64_phy32 intelllvm -control_c48 gnu -control_stochy gnu -control_ras gnu -control_flake gnu -rap_control gnu -rap_decomp gnu -rap_2threads gnu -rap_restart gnu -rap_sfcdiff gnu -rap_sfcdiff_decomp gnu -rap_sfcdiff_restart gnu -hrrr_control gnu -hrrr_control_noqr gnu -hrrr_control_2threads gnu -hrrr_control_decomp gnu -hrrr_control_restart gnu -hrrr_control_restart_noqr gnu -rrfs_v1beta gnu -control_diag_debug gnu -rap_control_debug gnu -hrrr_control_debug gnu -hrrr_gf_debug gnu -hrrr_c3_debug gnu -rap_diag_debug gnu -rap_noah_sfcdiff_cires_ugwp_debug gnu -rap_progcld_thompson_debug gnu -control_ras_debug gnu -control_stochy_debug gnu -rap_flake_debug gnu -rap_clm_lake_debug gnu -gnv1_c96_no_nest_debug gnu -rap_control_dyn32_phy32 gnu -hrrr_control_dyn32_phy32 gnu -rap_2threads_dyn32_phy32 gnu -hrrr_control_2threads_dyn32_phy32 gnu -hrrr_control_decomp_dyn32_phy32 gnu -rap_restart_dyn32_phy32 gnu -hrrr_control_restart_dyn32_phy32 gnu -rap_control_dyn64_phy32 gnu -rap_control_debug_dyn32_phy32 gnu -hrrr_control_debug_dyn32_phy32 gnu -rap_control_dyn64_phy32_debug gnu From d999a327008f6023f16cf2f185fbbdae2b67d108 Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Mon, 5 Jan 2026 15:57:19 -0500 Subject: [PATCH 12/23] point to ATM feature branch --- .gitmodules | 6 ++++-- UFSATM | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index c9db7ebabd..2de236b95d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,9 @@ [submodule "UFSATM"] path = UFSATM - url = https://github.com/NOAA-EMC/ufsatm - branch = develop + #url = https://github.com/NOAA-EMC/ufsatm + #branch = develop + url = https://github.com/DusanJovic-NOAA/ufsatm + branch = test_ci [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 diff --git a/UFSATM b/UFSATM index b7a84d4b5c..73b481db58 160000 --- a/UFSATM +++ b/UFSATM @@ -1 +1 @@ -Subproject commit b7a84d4b5c0b6e5bb89809b3f4b3f3b64ecb78b0 +Subproject commit 73b481db58bf689b67e0f77b66a50fb6014525a1 From 160562136e5f1b310623f2c887d8a563d2d436fb Mon Sep 17 00:00:00 2001 From: epic-cicd-jenkins Date: Tue, 6 Jan 2026 03:10:33 +0000 Subject: [PATCH 13/23] ORT Jobs Completed. on-behalf-of @ufs-community --- tests/logs/OpnReqTests_control_p8_hera.log | 48 +++++++++---------- ...sts_cpld_control_nowave_noaero_p8_hera.log | 24 +++++----- .../OpnReqTests_regional_control_hera.log | 30 ++++++------ 3 files changed, 51 insertions(+), 51 deletions(-) diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index e9d5bdbe45..1e454ed7db 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Wed Dec 31 00:58:52 UTC 2025 +Tue Jan 6 02:01:33 UTC 2026 Start Operation Requirement Test baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2802019/bit_base_bit_base +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2241443/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving sfcf000.nc .........OK @@ -51,14 +51,14 @@ Moving baseline bit_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 256.581553 - 0: The maximum resident set size (KB) = 1541904 + 0: The total amount of wall time = 255.728756 + 0: The maximum resident set size (KB) = 1551980 Test bit_base PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2802019/dbg_base_dbg_base +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2241443/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf000.nc .........OK @@ -106,14 +106,14 @@ Moving baseline dbg_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 877.685145 - 0: The maximum resident set size (KB) = 1517992 + 0: The total amount of wall time = 887.363778 + 0: The maximum resident set size (KB) = 1518320 Test dbg_base PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2802019/dcp_dcp +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2241443/dcp_dcp Checking test dcp results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -160,14 +160,14 @@ Checking test dcp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 231.255494 - 0: The maximum resident set size (KB) = 1538076 + 0: The total amount of wall time = 229.336856 + 0: The maximum resident set size (KB) = 1524948 Test dcp PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2802019/mpi_mpi +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2241443/mpi_mpi Checking test mpi results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -214,14 +214,14 @@ Checking test mpi results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 227.633437 - 0: The maximum resident set size (KB) = 1547160 + 0: The total amount of wall time = 230.507246 + 0: The maximum resident set size (KB) = 1512332 Test mpi PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2802019/rst_rst +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2241443/rst_rst Checking test rst results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -268,14 +268,14 @@ Checking test rst results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 231.148856 - 0: The maximum resident set size (KB) = 1526680 + 0: The total amount of wall time = 231.000457 + 0: The maximum resident set size (KB) = 1533736 Test rst PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2802019/std_base_std_base +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2241443/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf000.nc .........OK @@ -323,14 +323,14 @@ Moving baseline std_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 232.493602 - 0: The maximum resident set size (KB) = 1527784 + 0: The total amount of wall time = 232.212151 + 0: The maximum resident set size (KB) = 1537168 Test std_base PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2802019/thr_thr +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2241443/thr_thr Checking test thr results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -377,11 +377,11 @@ Checking test thr results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 230.003200 - 0: The maximum resident set size (KB) = 1522668 + 0: The total amount of wall time = 232.367199 + 0: The maximum resident set size (KB) = 1521448 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Dec 31 02:02:11 UTC 2025 -Elapsed time: 01h:03m:19s. Have a nice day! +Tue Jan 6 03:10:31 UTC 2026 +Elapsed time: 01h:08m:58s. Have a nice day! diff --git a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log index 0ec0e69e33..02fb6f026e 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,9 +1,9 @@ -Tue Dec 30 23:34:10 UTC 2025 +Tue Jan 6 00:37:22 UTC 2026 Start Operation Requirement Test baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2423745/dbg_base_dbg_base +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1776696/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf021.tile1.nc .........OK @@ -66,14 +66,14 @@ Moving baseline dbg_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 2312.298243 - 0: The maximum resident set size (KB) = 1649184 + 0: The total amount of wall time = 2324.655227 + 0: The maximum resident set size (KB) = 1647148 Test dbg_base PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2423745/rst_rst +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1776696/rst_rst Checking test rst results .... Comparing sfcf021.tile1.nc .....USING NCCMP......OK Comparing sfcf021.tile2.nc .....USING NCCMP......OK @@ -135,14 +135,14 @@ Checking test rst results .... Comparing RESTART/iced.2021-03-23-21600.nc .....USING NCCMP......OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK - 0: The total amount of wall time = 591.656337 - 0: The maximum resident set size (KB) = 1636560 + 0: The total amount of wall time = 583.468732 + 0: The maximum resident set size (KB) = 1638868 Test rst PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2423745/std_base_std_base +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1776696/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf021.tile1.nc .........OK @@ -205,11 +205,11 @@ Moving baseline std_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 587.953075 - 0: The maximum resident set size (KB) = 1630792 + 0: The total amount of wall time = 579.288532 + 0: The maximum resident set size (KB) = 1621020 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Dec 31 00:58:52 UTC 2025 -Elapsed time: 01h:24m:42s. Have a nice day! +Tue Jan 6 02:01:33 UTC 2026 +Elapsed time: 01h:24m:12s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 680de1de34..572e6ddf62 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Tue Dec 30 22:40:15 UTC 2025 +Mon Jan 5 23:42:26 UTC 2026 Start Operation Requirement Test baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2081646/bit_base_bit_base +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1676042/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving dynf000.nc .........OK @@ -15,14 +15,14 @@ Moving baseline bit_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 615.007189 - 0: The maximum resident set size (KB) = 891660 + 0: The total amount of wall time = 614.076031 + 0: The maximum resident set size (KB) = 888924 Test bit_base PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2081646/dcp_dcp +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1676042/dcp_dcp Checking test dcp results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -33,14 +33,14 @@ Checking test dcp results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 504.462394 - 0: The maximum resident set size (KB) = 864352 + 0: The total amount of wall time = 503.309757 + 0: The maximum resident set size (KB) = 863504 Test dcp PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2081646/std_base_std_base +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1676042/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving dynf000.nc .........OK @@ -52,14 +52,14 @@ Moving baseline std_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 503.627943 - 0: The maximum resident set size (KB) = 862132 + 0: The total amount of wall time = 504.895981 + 0: The maximum resident set size (KB) = 863976 Test std_base PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2081646/thr_thr +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1676042/thr_thr Checking test thr results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -70,11 +70,11 @@ Checking test thr results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 503.666981 - 0: The maximum resident set size (KB) = 864172 + 0: The total amount of wall time = 508.989191 + 0: The maximum resident set size (KB) = 862724 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Tue Dec 30 23:34:09 UTC 2025 -Elapsed time: 00h:53m:54s. Have a nice day! +Tue Jan 6 00:37:21 UTC 2026 +Elapsed time: 00h:54m:55s. Have a nice day! From 0a48f9083bc5491fbe5e68ed30d7438f2c6069b1 Mon Sep 17 00:00:00 2001 From: gspetro-NOAA Date: Mon, 5 Jan 2026 21:38:14 -0600 Subject: [PATCH 14/23] orion rt log - passed --- tests/logs/RegressionTests_orion.log | 578 +++++++++++++-------------- 1 file changed, 289 insertions(+), 289 deletions(-) diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 478d00d926..6580d0d229 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,7 +1,7 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -4f7220a15ca912eb9236edde14796e9c967ed31a +d999a327008f6023f16cf2f185fbbdae2b67d108 Submodule hashes used in testing: 2c1cec7dd4d7a477abd2ae204db4a78295c24f16 AQM (v0.2.0-63-g2c1cec7) @@ -9,19 +9,19 @@ Submodule hashes used in testing: 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) c90ee5a0e72ecc9cbee4694e95df228d01f8d7dd CICE-interface/CICE (CICE6.0.0-444-gc90ee5a) 4954a6f9033f78e5c32bf33780384cbf2d0843e6 CICE-interface/CICE/icepack (Icepack1.1.0-225-g4954a6f) - 4cd332cf2f43f36733dfbf4b501eac328c88f1c7 CMEPS-interface/CMEPS (cmeps_v0.4.1-3306-g4cd332cf) + c71914a010e09ef5c0ced531267cd1587a4284f9 CMEPS-interface/CMEPS (cmeps_v0.4.1-2327-gc71914a) 69049ec0c26b3160c3dbe1980b2feb78470a37a6 CMakeModules (v1.0.0-36-g69049ec) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) 05a3f7ae291b59a2ab7611a042f2fc99be31dc61 LM4-driver (baseline_change_240904-7-g05a3f7a) c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) - 41f39db7990b82ae037b632ca3feb4d79762af62 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10724-g41f39db79) + 647b04715407efa5a0f34127af6f6b88eeb05dae MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10738-g647b04715) 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - 8b2c4e7472f258fdfa120d723f21df22955b739a UFSATM (remotes/origin/feature/gcycle_non6) + 73b481db58bf689b67e0f77b66a50fb6014525a1 UFSATM (remotes/origin/test_ci) 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) - da93b491c8bf8a6a8be24cf68ed38f133c2dd5c2 UFSATM/ccpp/physics (remotes/origin/feature/gcycle_non6) + 7395db572d57af1118b9b524e8f8cda4e1cced4c UFSATM/ccpp/physics (EP4-2122-g7395db57) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) 87936f8b0d57b541ebade64a33a926b583c70c6d UFSATM/fv3/atmos_cubed_sphere (201912_public_release-450-g87936f8) @@ -41,297 +41,297 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /work2/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20251223 -COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/orion/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_3233545 +COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/orion/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_1120484 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [27:12, 25:49] ( 1 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [18:55, 15:42](2097 MB) -PASS -- TEST 'cpld_control_gefs_intel' [54:36, 37:11](3057 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [28:50, 07:11](2721 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [43:38, 20:55](3076 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [27:13, 26:02] ( 1 warnings 1041 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [27:24, 23:11](1968 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [29:11, 24:16](2149 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [14:39, 09:24](1227 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [19:25, 11:35](2081 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [31:36, 27:08](1876 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [25:12, 24:08] ( 1 warnings 938 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [19:30, 12:38](2228 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [15:39, 07:49](1507 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [07:12, 05:55] ( 339 warnings 938 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [18:27, 12:48](2253 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:12, 06:27] ( 339 warnings 2772 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [27:13, 22:40](1952 MB) - -PASS -- COMPILE 's2swa_intel' [32:14, 30:16] ( 1 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [23:25, 17:58](2180 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [22:03, 16:58](2192 MB) -PASS -- TEST 'cpld_restart_p8_intel' [13:22, 08:35](1771 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [21:54, 17:23](2202 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [13:26, 08:46](1765 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [16:40, 12:43](2289 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [20:45, 17:24](2171 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [16:24, 13:54](2057 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [23:06, 17:25](2182 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [22:07, 17:14](2666 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [15:23, 09:01](2851 MB) - -PASS -- COMPILE 's2swal_intel' [31:13, 30:01] ( 1 warnings 1064 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [20:57, 17:19](2139 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [12:45, 08:45](1744 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:45, 07:50](2169 MB) - -PASS -- COMPILE 's2sw_intel' [28:12, 27:03] ( 1 warnings 1011 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [20:28, 16:44](1989 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:43, 07:57](2104 MB) - -PASS -- COMPILE 's2swa_debug_intel' [08:12, 06:27] ( 339 warnings 2021 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [17:51, 14:30](2217 MB) - -PASS -- COMPILE 's2sw_debug_intel' [08:12, 06:19] ( 339 warnings 2003 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [11:20, 07:56](2017 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [29:12, 27:56] ( 1 warnings 949 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:46, 04:30](2092 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [29:12, 27:53] ( 1 warnings 1034 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [22:56, 20:05](2016 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [15:04, 10:20](1238 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:18, 22:49](1940 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [11:13, 07:37](3047 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:03, 02:24](3041 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:10, 01:52](2477 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [03:43, 01:22](2239 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:45, 00:49](2223 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:42, 00:38](1550 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [03:40, 01:20](2237 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:39, 00:48](2235 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [03:40, 00:56](1548 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:36, 00:48](2172 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [04:42, 01:55](2166 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:42, 00:32](1505 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:11, 05:50] ( 339 warnings 2754 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [31:39, 28:42](1999 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [17:11, 15:34] ( 1 warnings 501 remarks ) -PASS -- TEST 'control_flake_intel' [05:37, 03:43](701 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:42, 02:30](1581 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:50, 02:41](1596 MB) -PASS -- TEST 'control_latlon_intel' [04:38, 02:39](1588 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:42, 02:41](1590 MB) -PASS -- TEST 'control_c48_intel' [10:44, 08:32](1709 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [09:39, 07:53](842 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [10:44, 08:43](1710 MB) -PASS -- TEST 'control_c192_intel' [10:03, 07:48](1780 MB) -PASS -- TEST 'control_c384_intel' [13:05, 09:32](1976 MB) -PASS -- TEST 'control_c384gdas_intel' [15:38, 10:35](1292 MB) -PASS -- TEST 'control_stochy_intel' [03:33, 01:48](657 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:57, 01:14](484 MB) -PASS -- TEST 'control_lndp_intel' [03:33, 01:41](657 MB) -PASS -- TEST 'control_iovr4_intel' [08:43, 06:41](653 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [06:11, 03:31](945 MB) -PASS -- TEST 'control_iovr5_intel' [04:36, 02:40](652 MB) -PASS -- TEST 'control_p8_intel' [05:48, 03:05](1883 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:59, 03:30](1879 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:56, 03:08](1883 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [05:58, 02:59](1900 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [07:25, 03:55](1910 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [05:46, 02:10](2403 MB) -PASS -- TEST 'control_restart_p8_intel' [04:46, 01:53](1128 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:48, 03:02](1874 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:45, 01:58](1114 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:56, 03:32](1872 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:56, 03:28](1962 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:03, 05:14](1889 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:30, 04:34](1930 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:31, 03:24](1881 MB) -PASS -- TEST 'merra2_thompson_intel' [06:45, 03:49](1883 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [10:24, 05:47](1896 MB) -PASS -- TEST 'regional_control_intel' [10:41, 06:56](1080 MB) -PASS -- TEST 'regional_restart_intel' [06:39, 04:32](1097 MB) -PASS -- TEST 'regional_decomp_intel' [10:38, 07:21](1074 MB) -PASS -- TEST 'regional_2threads_intel' [07:44, 04:51](1025 MB) -PASS -- TEST 'regional_noquilt_intel' [09:54, 06:58](1360 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [09:47, 06:57](1079 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [09:46, 07:21](1077 MB) -PASS -- TEST 'regional_wofs_intel' [09:40, 07:40](1895 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [16:11, 14:12] ( 1 warnings 481 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [08:30, 05:17](1910 MB) - -PASS -- COMPILE 'rrfs_intel' [14:11, 12:51] ( 4 warnings 448 remarks ) -PASS -- TEST 'rap_control_intel' [07:27, 04:14](1035 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:03, 05:17](1344 MB) -PASS -- TEST 'rap_decomp_intel' [07:26, 04:24](1030 MB) -PASS -- TEST 'rap_2threads_intel' [07:01, 04:28](1121 MB) -PASS -- TEST 'rap_restart_intel' [05:44, 02:21](1009 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:24, 04:13](1037 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:28, 04:28](1029 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:00, 02:18](1001 MB) -PASS -- TEST 'hrrr_control_intel' [08:11, 04:07](1033 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:26, 04:12](1037 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:05, 04:12](1103 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:43, 02:14](966 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:47, 07:30](1038 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:37, 09:15](1991 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:34, 08:54](2012 MB) - -PASS -- COMPILE 'csawmg_intel' [15:11, 13:15] ( 1 warnings 417 remarks ) -PASS -- TEST 'control_csawmg_intel' [08:47, 06:14](1038 MB) -PASS -- TEST 'control_ras_intel' [05:27, 03:24](742 MB) - -PASS -- COMPILE 'wam_intel' [13:11, 11:56] ( 1 warnings 395 remarks ) -PASS -- TEST 'control_wam_intel' [15:49, 13:07](1671 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [08:11, 06:30] ( 418 warnings 589 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:34, 02:17](1616 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:30, 02:23](1623 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:25, 03:08](826 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:22, 02:47](831 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:41, 05:29](1132 MB) -PASS -- TEST 'control_ras_debug_intel' [04:24, 02:47](834 MB) -PASS -- TEST 'control_diag_debug_intel' [04:45, 02:46](1686 MB) -PASS -- TEST 'control_debug_p8_intel' [06:01, 03:45](1911 MB) -PASS -- TEST 'regional_debug_intel' [19:45, 18:11](1091 MB) -PASS -- TEST 'rap_control_debug_intel' [06:37, 05:08](1209 MB) -PASS -- TEST 'hrrr_control_debug_intel' [16:31, 14:24](1211 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:23, 04:52](1212 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:22, 05:01](1214 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:44, 05:16](1203 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:02, 05:17](1304 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:37, 05:15](1201 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:30, 05:13](1220 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:38, 05:45](1219 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:32, 05:42](1208 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:36, 05:31](1212 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:33, 05:26](1213 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:38, 08:22](1216 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:45, 05:10](1212 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:45, 05:11](1216 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:11, 04:36] ( 381 warnings 395 remarks ) -PASS -- TEST 'control_wam_debug_intel' [16:18, 13:31](1704 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:11, 12:38] ( 4 warnings 415 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:28, 05:11](1245 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:57, 04:05](945 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:04, 03:53](926 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:44, 04:10](972 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:27, 04:06](961 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:27, 03:57](919 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:55, 02:11](892 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:08, 02:10](886 MB) -PASS -- TEST 'conus13km_control_intel' [07:53, 04:45](1310 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:38, 01:38](1219 MB) -PASS -- TEST 'conus13km_decomp_intel' [06:09, 03:59](1343 MB) -PASS -- TEST 'conus13km_restart_intel' [05:23, 02:10](1187 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:11, 12:50] ( 4 warnings 415 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:18, 04:48](1011 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:10, 04:40] ( 312 warnings 421 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:43, 05:09](1094 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:54, 04:56](1084 MB) -PASS -- TEST 'conus13km_debug_intel' [25:27, 22:53](1369 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [25:22, 22:12](1048 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [24:15, 21:59](1264 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [26:09, 23:36](1384 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [25:03, 23:06](1417 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 04:20] ( 312 warnings 415 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:43, 05:13](1178 MB) - -PASS -- COMPILE 'hafsw_intel' [23:11, 19:41] ( 1 warnings 693 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:09, 05:22](870 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [08:45, 06:06](1075 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:46, 04:27](1189 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [31:24, 29:07](982 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:09, 06:44](487 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:19, 07:37](502 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:57, 03:29](363 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:18, 08:17](417 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:05, 04:26](515 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:50, 04:13](522 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:45, 01:42](394 MB) -PASS -- TEST 'gnv1_nested_intel' [07:08, 03:52](1725 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [19:11, 16:42] ( 1 warnings 927 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [15:01, 11:25](713 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:11, 13:22] ( 1 warnings 635 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:06, 06:38](952 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:03, 06:43](939 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [24:11, 22:52] ( 562 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:29, 03:31](1873 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:23, 02:27](1813 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:19, 03:09](1136 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:21, 03:07](1123 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:19, 03:08](1125 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:20, 03:24](1862 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:19, 03:26](1862 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:18, 03:04](1131 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:32, 07:43](1659 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:27, 07:20](1030 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:20, 03:28](1871 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:20, 05:56](4828 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:19, 05:57](4828 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 03:51] ( 2 warnings 562 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:19, 07:09](1778 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:13] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:35, 01:15](252 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:27, 00:48](315 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:36, 00:33](317 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [05:11, 01:31] ( 164 remarks ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:35, 00:36](563 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [04:40, 00:23](452 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [26:15, 22:30] ( 1 warnings 611 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:22, 03:48](1981 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:11, 12:51] ( 1 warnings 499 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:16, 04:49](1990 MB) - -PASS -- COMPILE 'atml_intel' [16:11, 14:33] ( 9 warnings 552 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [06:36, 03:37](1855 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:59, 02:53](1108 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:11, 05:49] ( 425 warnings 552 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:25, 05:02](1881 MB) - -PASS -- COMPILE 'atmw_intel' [14:11, 13:08] ( 1 warnings 518 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [07:23, 03:12](1905 MB) - -PASS -- COMPILE 'atmaero_intel' [16:11, 14:37] ( 1 warnings 413 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [11:20, 05:34](1984 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [10:01, 05:16](1756 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [11:05, 05:23](1778 MB) - -PASS -- COMPILE 'atmaq_intel' [14:11, 12:53] ( 1 warnings 598 remarks ) -PASS -- TEST 'regional_atmaq_intel' [22:28, 18:41](2923 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [26:04, 22:10](2915 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [06:10, 04:26] ( 398 warnings 598 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [43:47, 39:57](2926 MB) - -PASS -- COMPILE 'atm_fbh_intel' [14:11, 12:21] ( 4 warnings 422 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [17:32, 14:11](1082 MB) +PASS -- COMPILE 's2swa_32bit_intel' [30:11, 28:53] ( 1 warnings 1066 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [19:46, 16:07](2110 MB) +PASS -- TEST 'cpld_control_gefs_intel' [36:55, 19:47](3057 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [27:42, 06:59](2735 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [37:08, 20:54](3072 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [27:11, 25:17] ( 1 warnings 1064 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [25:36, 22:04](1957 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [29:01, 24:15](2137 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [14:15, 09:25](1227 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [16:42, 11:27](2074 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [30:32, 26:24](1873 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [30:11, 28:26] ( 1 warnings 961 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [19:04, 12:39](2230 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [14:26, 06:31](1528 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [06:10, 05:07] ( 339 warnings 961 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [17:31, 11:32](2253 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:10, 05:45] ( 339 warnings 2795 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [27:10, 21:56](1936 MB) + +PASS -- COMPILE 's2swa_intel' [31:11, 30:02] ( 1 warnings 1066 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [21:10, 17:17](2184 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [20:53, 16:55](2191 MB) +PASS -- TEST 'cpld_restart_p8_intel' [12:06, 08:30](1770 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [19:22, 16:27](2193 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [12:13, 08:35](1768 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [14:55, 11:36](2287 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [18:38, 15:46](2175 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [16:50, 13:38](2069 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [18:58, 16:09](2192 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [19:54, 16:09](2667 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [17:23, 09:30](2818 MB) + +PASS -- COMPILE 's2swal_intel' [32:11, 30:11] ( 1 warnings 1087 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [20:57, 17:41](2147 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [15:17, 09:08](1738 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:29, 07:44](2171 MB) + +PASS -- COMPILE 's2sw_intel' [25:11, 23:38] ( 1 warnings 1034 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [18:25, 15:45](1993 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:29, 06:28](2112 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:10, 05:59] ( 339 warnings 2044 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [18:40, 14:29](2215 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:10, 05:45] ( 339 warnings 2026 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:15, 06:48](2020 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [30:11, 28:25] ( 1 warnings 972 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:44, 04:35](2091 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [29:11, 27:56] ( 1 warnings 1057 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [22:45, 19:47](2017 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:26, 09:18](1251 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [25:30, 22:44](1934 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [10:04, 07:39](3042 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:00, 02:25](3038 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:04, 01:25](2472 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [03:37, 01:22](2238 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:44, 00:49](2234 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:36, 00:36](1548 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [03:38, 01:20](2237 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:39, 00:48](2223 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:35, 00:35](1539 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:38, 00:47](2160 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:42, 00:40](2161 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:36, 00:31](1506 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:10, 05:34] ( 339 warnings 2777 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:25, 27:41](1996 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [16:10, 14:43] ( 1 warnings 501 remarks ) +PASS -- TEST 'control_flake_intel' [05:41, 03:45](693 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:49, 02:30](1588 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:57, 02:42](1593 MB) +PASS -- TEST 'control_latlon_intel' [04:43, 02:38](1595 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:48, 02:39](1588 MB) +PASS -- TEST 'control_c48_intel' [10:49, 08:31](1715 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:45, 07:53](863 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [10:48, 08:44](1718 MB) +PASS -- TEST 'control_c192_intel' [10:04, 07:46](1790 MB) +PASS -- TEST 'control_c384_intel' [13:05, 09:31](1972 MB) +PASS -- TEST 'control_c384gdas_intel' [15:54, 10:34](1315 MB) +PASS -- TEST 'control_stochy_intel' [03:37, 01:49](659 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:40, 01:07](485 MB) +PASS -- TEST 'control_lndp_intel' [03:37, 01:42](656 MB) +PASS -- TEST 'control_iovr4_intel' [04:40, 02:39](649 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [05:22, 03:08](947 MB) +PASS -- TEST 'control_iovr5_intel' [04:40, 02:40](650 MB) +PASS -- TEST 'control_p8_intel' [05:54, 03:02](1882 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:02, 03:16](1878 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:06, 03:00](1886 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [06:07, 02:58](1898 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [07:23, 03:07](1910 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [04:48, 02:07](2405 MB) +PASS -- TEST 'control_restart_p8_intel' [04:58, 01:50](1126 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:54, 02:58](1874 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:55, 02:23](1132 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:54, 03:05](1875 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:51, 03:26](1967 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:23, 05:12](1883 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:38, 04:35](1936 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:40, 03:13](1894 MB) +PASS -- TEST 'merra2_thompson_intel' [06:50, 03:39](1888 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [08:21, 05:37](1896 MB) +PASS -- TEST 'regional_control_intel' [08:47, 06:07](1074 MB) +PASS -- TEST 'regional_restart_intel' [05:45, 03:27](1098 MB) +PASS -- TEST 'regional_decomp_intel' [08:42, 06:28](1072 MB) +PASS -- TEST 'regional_2threads_intel' [06:36, 04:11](1027 MB) +PASS -- TEST 'regional_noquilt_intel' [08:39, 06:05](1361 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:42, 06:06](1077 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:46, 06:09](1077 MB) +PASS -- TEST 'regional_wofs_intel' [09:44, 07:38](1905 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [15:11, 14:03] ( 1 warnings 481 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [08:33, 05:11](1914 MB) + +PASS -- COMPILE 'rrfs_intel' [14:11, 12:49] ( 4 warnings 448 remarks ) +PASS -- TEST 'rap_control_intel' [07:22, 04:23](1036 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:59, 05:16](1356 MB) +PASS -- TEST 'rap_decomp_intel' [07:14, 04:26](1032 MB) +PASS -- TEST 'rap_2threads_intel' [07:21, 04:28](1115 MB) +PASS -- TEST 'rap_restart_intel' [05:47, 02:21](1006 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:20, 04:13](1037 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:16, 04:26](1031 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [05:51, 02:18](1002 MB) +PASS -- TEST 'hrrr_control_intel' [06:21, 04:04](1039 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:16, 04:12](1032 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:03, 04:12](1100 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:48, 02:15](967 MB) +PASS -- TEST 'rrfs_v1beta_intel' [10:29, 07:30](1042 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:27, 09:22](1993 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:28, 08:54](2010 MB) + +PASS -- COMPILE 'csawmg_intel' [14:11, 13:09] ( 1 warnings 417 remarks ) +PASS -- TEST 'control_csawmg_intel' [08:39, 06:12](1038 MB) +PASS -- TEST 'control_ras_intel' [05:27, 03:24](741 MB) + +PASS -- COMPILE 'wam_intel' [14:15, 12:22] ( 1 warnings 395 remarks ) +PASS -- TEST 'control_wam_intel' [14:49, 12:33](1669 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:11, 06:35] ( 418 warnings 589 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:33, 02:18](1614 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:35, 02:20](1616 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:23, 03:02](824 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:23, 02:42](829 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:38, 04:20](1134 MB) +PASS -- TEST 'control_ras_debug_intel' [04:23, 02:48](832 MB) +PASS -- TEST 'control_diag_debug_intel' [04:37, 02:49](1684 MB) +PASS -- TEST 'control_debug_p8_intel' [04:53, 02:45](1913 MB) +PASS -- TEST 'regional_debug_intel' [20:47, 18:16](1093 MB) +PASS -- TEST 'rap_control_debug_intel' [06:25, 05:03](1221 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:27, 04:59](1196 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:25, 04:59](1208 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:27, 05:01](1214 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:23, 04:55](1218 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:37, 05:17](1302 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:29, 05:01](1217 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:27, 05:07](1210 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:26, 05:06](1211 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:29, 04:58](1213 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:25, 04:54](1204 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [09:25, 05:03](1219 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:24, 08:12](1211 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [09:29, 05:04](1217 MB) +PASS -- TEST 'rap_flake_debug_intel' [09:23, 05:03](1214 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:11, 04:21] ( 381 warnings 395 remarks ) +PASS -- TEST 'control_wam_debug_intel' [16:54, 13:36](1706 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:11, 13:00] ( 4 warnings 415 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:04, 05:03](1242 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:25, 03:53](931 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:44, 03:43](934 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:55, 03:59](969 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:10, 03:50](1005 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:10, 03:52](912 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:34, 02:15](894 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [09:51, 02:05](882 MB) +PASS -- TEST 'conus13km_control_intel' [06:25, 03:45](1310 MB) +PASS -- TEST 'conus13km_2threads_intel' [06:11, 01:32](1219 MB) +PASS -- TEST 'conus13km_decomp_intel' [07:15, 03:49](1343 MB) +PASS -- TEST 'conus13km_restart_intel' [08:54, 02:10](1189 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:11, 12:32] ( 4 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:53, 04:31](1014 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 04:31] ( 312 warnings 421 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:25, 04:57](1092 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [08:29, 04:53](1087 MB) +PASS -- TEST 'conus13km_debug_intel' [25:54, 22:55](1383 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [25:04, 22:30](1040 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [25:06, 21:47](1279 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [25:56, 23:24](1387 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [24:56, 22:53](1410 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 04:43] ( 312 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:29, 04:57](1177 MB) + +PASS -- COMPILE 'hafsw_intel' [21:12, 19:27] ( 1 warnings 693 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:55, 04:38](872 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [11:32, 07:10](1068 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:33, 04:18](1184 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [34:07, 29:53](979 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:59, 06:40](487 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [12:13, 07:33](502 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [08:51, 03:19](363 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:16, 08:12](416 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:56, 04:23](521 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [09:08, 04:10](519 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:32, 01:23](396 MB) +PASS -- TEST 'gnv1_nested_intel' [10:01, 03:52](1731 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [16:12, 15:10] ( 1 warnings 950 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [17:33, 11:17](717 MB) + +PASS -- COMPILE 'hafs_all_intel' [15:11, 14:05] ( 1 warnings 635 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [11:00, 06:34](956 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:01, 06:37](937 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [24:11, 23:02] ( 585 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:20, 03:29](1869 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:25, 02:26](1810 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:18, 03:07](1121 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [06:19, 03:10](1118 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:19, 03:10](1126 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:18, 03:30](1867 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:21, 03:26](1872 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:19, 03:07](1126 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:22, 07:39](1655 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:16, 07:17](1029 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:18, 03:26](1861 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:21, 05:53](4831 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [07:21, 05:56](4829 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 03:51] ( 2 warnings 585 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:19, 07:08](1776 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:17] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:31, 01:17](256 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:27, 00:49](315 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:31, 00:31](313 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:10, 01:32] ( 164 remarks ) +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [03:31, 00:39](565 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:38, 00:22](455 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [25:12, 23:24] ( 1 warnings 611 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:24, 04:45](1987 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:11, 12:53] ( 1 warnings 499 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:15, 05:14](1990 MB) + +PASS -- COMPILE 'atml_intel' [16:11, 14:11] ( 9 warnings 552 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [07:40, 03:57](1859 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:06, 02:54](1107 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:10, 06:07] ( 425 warnings 552 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:41, 05:53](1888 MB) + +PASS -- COMPILE 'atmw_intel' [15:11, 13:34] ( 1 warnings 518 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:36, 02:07](1909 MB) + +PASS -- COMPILE 'atmaero_intel' [17:11, 15:11] ( 1 warnings 413 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:23, 04:27](1971 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:10, 05:14](1755 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:12, 05:17](1771 MB) + +PASS -- COMPILE 'atmaq_intel' [15:12, 13:26] ( 1 warnings 598 remarks ) +PASS -- TEST 'regional_atmaq_intel' [24:01, 19:42](2912 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [26:59, 22:55](2918 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:11, 04:38] ( 398 warnings 598 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [43:56, 40:30](2936 MB) + +PASS -- COMPILE 'atm_fbh_intel' [13:11, 12:03] ( 4 warnings 422 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [16:32, 14:23](1086 MB) SYNOPSIS: -Starting Date/Time: 20251230 16:35:53 -Ending Date/Time: 20251230 18:45:31 -Total Time: 02h:10m:28s +Starting Date/Time: 20260105 16:50:09 +Ending Date/Time: 20260105 18:58:17 +Total Time: 02h:09m:03s Compiles Completed: 40/40 Tests Completed: 201/201 From e9e31aaf85b066c0b93fc79db35affd1e72b0037 Mon Sep 17 00:00:00 2001 From: FernandoAndrade-NOAA Date: Tue, 6 Jan 2026 16:01:37 +0000 Subject: [PATCH 15/23] add hera ursa RT log passed --- tests/logs/RegressionTests_hera.log | 794 +++++++++++++-------------- tests/logs/RegressionTests_ursa.log | 812 ++++++++++++++-------------- 2 files changed, 803 insertions(+), 803 deletions(-) diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index 528c7a6045..8e5d15c2e0 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,20 +1,20 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -4d982b51d8b177ce573c97f7dbdbe6c3b412ba1b +d999a327008f6023f16cf2f185fbbdae2b67d108 Submodule hashes used in testing: 2c1cec7dd4d7a477abd2ae204db4a78295c24f16 AQM (v0.2.0-63-g2c1cec7) 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) c90ee5a0e72ecc9cbee4694e95df228d01f8d7dd CICE-interface/CICE (CICE6.0.0-444-gc90ee5a) - 4cd332cf2f43f36733dfbf4b501eac328c88f1c7 CMEPS-interface/CMEPS (cmeps_v0.4.1-3306-g4cd332cf) + c71914a010e09ef5c0ced531267cd1587a4284f9 CMEPS-interface/CMEPS (cmeps_v0.4.1-2327-gc71914a) 69049ec0c26b3160c3dbe1980b2feb78470a37a6 CMakeModules (v1.0.0-36-g69049ec) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) 05a3f7ae291b59a2ab7611a042f2fc99be31dc61 LM4-driver (baseline_change_240904-7-g05a3f7a) - 41f39db7990b82ae037b632ca3feb4d79762af62 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10724-g41f39db79) + 647b04715407efa5a0f34127af6f6b88eeb05dae MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10738-g647b04715) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - 8b2c4e7472f258fdfa120d723f21df22955b739a UFSATM (remotes/origin/feature/gcycle_non6) + 73b481db58bf689b67e0f77b66a50fb6014525a1 UFSATM (remotes/origin/test_ci) b6db1fc588ad7055247128174245615b2c20c242 WW3 (6.07.1-513-gb6db1fc5) 3be9c444ace991b4235e4e978449cc3d3fd0d2d1 fire_behavior (v0.2.0-3-g3be9c44) ae192f119b8614b4476a1b04ba55f6fb93e2953d stochastic_physics (ufs-v2.0.0-298-gae192f1) @@ -27,406 +27,406 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /scratch3/NAGAPE/epic/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20251223 -COMPARISON DIRECTORY: /scratch3/NCEPDEV/stmp/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_1002608 +COMPARISON DIRECTORY: /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1103354 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [21:11, 19:19] ( 1 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:59, 11:36](2205 MB) -PASS -- TEST 'cpld_control_gefs_intel' [28:10, 16:00](2998 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [20:11, 05:16](2724 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [27:09, 15:51](3060 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:11, 18:47] ( 1 warnings 1041 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:54, 17:12](2080 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:56, 18:21](2259 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:00, 06:53](1373 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [10:16, 07:51](2212 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:54, 21:07](1881 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [19:11, 17:24] ( 1 warnings 938 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [16:06, 11:16](2228 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [10:50, 05:49](1492 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:11, 03:39] ( 339 warnings 938 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [21:51, 11:54](2240 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 04:07] ( 339 warnings 2772 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:56, 21:57](1928 MB) - -PASS -- COMPILE 's2swa_intel' [20:11, 19:05] ( 1 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [15:09, 12:11](2260 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:08, 11:16](2289 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:07, 06:17](1886 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [14:06, 11:14](2284 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:08, 05:48](1877 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [14:00, 12:04](2318 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [13:59, 11:37](2273 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [13:58, 11:24](2053 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:03, 11:48](2286 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [23:04, 16:13](2657 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [12:30, 08:59](2813 MB) - -PASS -- COMPILE 's2swal_intel' [20:11, 18:27] ( 1 warnings 1064 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [15:11, 12:13](2125 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [08:15, 05:59](1710 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:59, 07:15](2265 MB) - -PASS -- COMPILE 's2sw_intel' [20:11, 18:29] ( 1 warnings 1011 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [13:48, 11:11](2104 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:03, 06:20](2187 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:11, 04:04] ( 339 warnings 2021 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [18:16, 13:30](2311 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:11, 03:46] ( 339 warnings 2003 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:55, 06:46](2123 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [19:11, 17:32] ( 1 warnings 949 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [10:01, 04:23](2176 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:11, 19:34] ( 1 warnings 1034 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:51, 15:27](2108 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:03, 06:55](1367 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:51, 18:11](1937 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [09:40, 07:13](3095 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [04:40, 02:15](3082 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [03:38, 01:23](2511 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [04:35, 01:17](2261 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [03:33, 00:46](2259 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:31, 00:36](1576 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [03:32, 01:14](2253 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:34, 00:44](2258 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:30, 00:34](1576 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:33, 00:47](2189 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:30, 00:35](2183 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:28, 00:30](1531 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 03:57] ( 339 warnings 2754 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:46, 27:50](1974 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:11, 11:27] ( 1 warnings 501 remarks ) -PASS -- TEST 'control_flake_intel' [05:32, 03:24](829 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:31, 02:13](1719 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:33, 02:27](1718 MB) -PASS -- TEST 'control_latlon_intel' [04:28, 02:25](1716 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:31, 02:25](1711 MB) -PASS -- TEST 'control_c48_intel' [08:40, 06:35](1725 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:32, 06:17](847 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [08:39, 06:47](1725 MB) -PASS -- TEST 'control_c192_intel' [08:54, 06:59](1926 MB) -PASS -- TEST 'control_c384_intel' [12:56, 08:01](1992 MB) -PASS -- TEST 'control_c384gdas_intel' [13:31, 08:35](1370 MB) -PASS -- TEST 'control_stochy_intel' [03:27, 01:51](776 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:23, 01:02](623 MB) -PASS -- TEST 'control_lndp_intel' [03:27, 01:34](766 MB) -PASS -- TEST 'control_iovr4_intel' [04:28, 02:26](779 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [06:48, 02:52](1058 MB) -PASS -- TEST 'control_iovr5_intel' [04:28, 02:25](779 MB) -PASS -- TEST 'control_p8_intel' [06:01, 02:46](2011 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:08, 02:56](2017 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:57, 02:43](2010 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [06:58, 02:46](2038 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [06:59, 02:55](2044 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [06:00, 02:09](2378 MB) -PASS -- TEST 'control_restart_p8_intel' [04:41, 01:45](1281 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:00, 02:45](2009 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:40, 01:43](1272 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:58, 02:56](1995 MB) -PASS -- TEST 'control_2threads_p8_intel' [07:56, 04:06](2011 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:50, 04:53](2003 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:44, 03:57](2066 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:41, 02:53](2015 MB) -PASS -- TEST 'merra2_thompson_intel' [05:38, 03:19](2010 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [06:28, 04:59](2024 MB) -PASS -- TEST 'regional_control_intel' [06:31, 04:53](1214 MB) -PASS -- TEST 'regional_restart_intel' [04:30, 02:40](1233 MB) -PASS -- TEST 'regional_decomp_intel' [07:28, 05:12](1209 MB) -PASS -- TEST 'regional_2threads_intel' [06:28, 04:50](1090 MB) -PASS -- TEST 'regional_noquilt_intel' [06:30, 04:53](1499 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:30, 04:52](1214 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:27, 04:49](1213 MB) -PASS -- TEST 'regional_wofs_intel' [08:27, 06:11](2041 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [12:11, 10:18] ( 1 warnings 481 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [05:42, 03:50](2037 MB) - -PASS -- COMPILE 'rrfs_intel' [12:12, 10:27] ( 4 warnings 448 remarks ) -PASS -- TEST 'rap_control_intel' [05:33, 03:26](1160 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:58, 03:59](1317 MB) -PASS -- TEST 'rap_decomp_intel' [05:33, 03:40](1149 MB) -PASS -- TEST 'rap_2threads_intel' [06:33, 05:02](1171 MB) -PASS -- TEST 'rap_restart_intel' [03:33, 01:51](1163 MB) -PASS -- TEST 'rap_sfcdiff_intel' [05:31, 03:29](1155 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [05:28, 03:34](1145 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:34, 01:50](1167 MB) -PASS -- TEST 'hrrr_control_intel' [05:34, 03:18](1159 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:27, 03:22](1140 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:32, 04:38](1171 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:22, 01:45](1139 MB) -PASS -- TEST 'rrfs_v1beta_intel' [07:37, 06:05](1203 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:21, 08:00](2095 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:21, 07:53](2164 MB) - -PASS -- COMPILE 'csawmg_intel' [11:11, 09:30] ( 1 warnings 417 remarks ) -PASS -- TEST 'control_csawmg_intel' [07:30, 05:48](1161 MB) -PASS -- TEST 'control_ras_intel' [05:19, 03:07](863 MB) - -PASS -- COMPILE 'wam_intel' [11:11, 09:20] ( 1 warnings 395 remarks ) -PASS -- TEST 'control_wam_intel' [13:41, 10:53](1790 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 05:01] ( 418 warnings 589 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:23, 02:09](1748 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:24, 02:17](1754 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:20, 03:01](953 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:19, 02:43](949 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:30, 04:21](1266 MB) -PASS -- TEST 'control_ras_debug_intel' [04:20, 02:45](956 MB) -PASS -- TEST 'control_diag_debug_intel' [04:28, 02:42](1810 MB) -PASS -- TEST 'control_debug_p8_intel' [04:35, 02:41](2044 MB) -PASS -- TEST 'regional_debug_intel' [19:33, 17:24](1233 MB) -PASS -- TEST 'rap_control_debug_intel' [06:21, 04:49](1345 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:21, 04:47](1342 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:22, 05:01](1344 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:21, 04:49](1342 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:21, 04:49](1347 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:30, 05:16](1428 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:21, 04:57](1345 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:21, 04:55](1353 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:22, 04:58](1352 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:21, 04:59](1344 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:21, 04:49](1345 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:21, 04:53](1339 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:21, 07:59](1343 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:23, 04:53](1349 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:24, 05:00](1348 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:34, 08:51](1340 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:11, 02:59] ( 381 warnings 395 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:44, 13:34](1811 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 09:49] ( 4 warnings 415 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:57, 03:38](1187 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:31, 03:08](1116 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:30, 02:59](1105 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:29, 04:23](1021 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:31, 04:11](1028 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:28, 03:08](1020 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:29, 01:49](1065 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:21, 01:42](1041 MB) -PASS -- TEST 'conus13km_control_intel' [04:55, 02:58](1439 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:40, 01:34](1284 MB) -PASS -- TEST 'conus13km_decomp_intel' [04:42, 02:58](1476 MB) -PASS -- TEST 'conus13km_restart_intel' [03:39, 01:42](1319 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 09:24] ( 4 warnings 415 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:32, 03:54](1103 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:12, 03:31] ( 312 warnings 421 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:20, 04:46](1227 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:21, 04:47](1221 MB) -PASS -- TEST 'conus13km_debug_intel' [24:43, 23:05](1483 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [23:41, 21:58](1187 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [26:36, 25:02](1322 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [25:35, 23:50](1532 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [24:35, 22:38](1556 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 03:11] ( 312 warnings 415 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:21, 05:07](1271 MB) - -PASS -- COMPILE 'hafsw_intel' [15:12, 13:36] ( 1 warnings 693 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:48, 03:42](874 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [09:21, 05:18](1073 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:24, 03:17](1156 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [30:47, 28:42](947 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:36, 05:05](490 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:42, 05:58](514 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [07:31, 02:31](373 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:07, 06:25](424 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:31, 03:28](520 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:35, 03:14](517 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:23, 01:03](403 MB) -PASS -- TEST 'gnv1_nested_intel' [07:56, 03:25](1857 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [14:11, 11:53] ( 1 warnings 927 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:21, 10:23](674 MB) - -PASS -- COMPILE 'hafs_all_intel' [14:11, 11:34] ( 1 warnings 635 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:44, 05:59](903 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:41, 06:02](877 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [19:11, 16:35] ( 562 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:20, 03:01](2009 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:21, 01:57](1945 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:18, 02:47](1266 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:19, 02:52](1266 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:18, 02:48](1263 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:19, 03:00](2003 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:18, 03:04](2010 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:17, 02:46](1262 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:19, 07:22](1775 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:29, 06:58](1153 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:16, 03:04](2009 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:19, 04:53](4967 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:20, 04:43](4962 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:12, 03:49] ( 2 warnings 562 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:19, 07:04](1912 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:12, 01:45] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:38, 00:53](249 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:24, 00:35](306 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:25, 00:23](309 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:12, 01:45] ( 164 remarks ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:34, 00:32](638 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:39, 00:16](518 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [19:12, 17:14] ( 1 warnings 611 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:55, 03:23](2064 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:10, 09:29] ( 1 warnings 499 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:44, 04:31](2103 MB) - -PASS -- COMPILE 'atml_intel' [13:12, 11:18] ( 9 warnings 552 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [05:43, 03:05](1853 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:32, 01:46](1121 MB) - -PASS -- COMPILE 'atml_debug_intel' [06:12, 04:16] ( 425 warnings 552 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:48, 05:03](1869 MB) - -PASS -- COMPILE 'atmw_intel' [12:11, 10:33] ( 1 warnings 518 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:41, 01:50](2029 MB) - -PASS -- COMPILE 'atmaero_intel' [13:12, 11:27] ( 1 warnings 413 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:44, 03:59](2099 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:37, 04:35](1870 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:38, 04:38](1897 MB) - -PASS -- COMPILE 'atmaq_intel' [11:11, 09:37] ( 1 warnings 598 remarks ) -PASS -- TEST 'regional_atmaq_intel' [15:49, 12:59](2927 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [18:33, 16:01](2933 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 03:03] ( 398 warnings 598 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [42:21, 39:08](2945 MB) - -PASS -- COMPILE 'atm_fbh_intel' [10:11, 08:50] ( 4 warnings 422 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [13:26, 11:23](1176 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [07:11, 05:21] -PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [05:30, 03:30](1108 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [07:11, 05:22] -PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [06:30, 04:09](1109 MB) - -PASS -- COMPILE 'atm_gnu' [06:11, 04:20] -PASS -- TEST 'control_c48_gnu' [11:24, 09:42](1534 MB) -PASS -- TEST 'control_stochy_gnu' [04:18, 03:03](599 MB) -PASS -- TEST 'control_ras_gnu' [06:17, 04:50](603 MB) -PASS -- TEST 'control_p8_gnu' [06:46, 04:31](1551 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [06:40, 04:24](1557 MB) -PASS -- TEST 'control_flake_gnu' [07:21, 05:42](642 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:11, 03:54] -PASS -- TEST 'rap_control_gnu' [07:31, 05:59](940 MB) -PASS -- TEST 'rap_decomp_gnu' [07:27, 06:00](939 MB) -PASS -- TEST 'rap_2threads_gnu' [10:32, 08:41](998 MB) -PASS -- TEST 'rap_restart_gnu' [05:31, 03:04](680 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [08:33, 06:07](932 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:28, 06:13](934 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [04:31, 03:06](679 MB) -PASS -- TEST 'hrrr_control_gnu' [07:30, 05:52](944 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [07:29, 05:46](934 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [10:28, 08:13](1002 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [07:28, 05:53](945 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:20, 03:00](689 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [05:21, 02:58](767 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [12:33, 11:06](935 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:11, 03:34] -PASS -- TEST 'control_csawmg_gnu' [10:29, 08:34](847 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 07:02] -PASS -- TEST 'control_diag_debug_gnu' [03:26, 01:33](1372 MB) -PASS -- TEST 'regional_debug_gnu' [10:30, 08:18](878 MB) -PASS -- TEST 'rap_control_debug_gnu' [04:19, 02:32](951 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [04:19, 02:32](956 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [04:18, 02:35](953 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [04:19, 02:32](963 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:29, 02:44](1040 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:21, 04:07](947 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:19, 02:36](950 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:18, 01:29](593 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:18, 01:40](588 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:31, 01:39](1547 MB) -PASS -- TEST 'rap_flake_debug_gnu' [04:20, 02:33](953 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:19, 02:31](952 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:32, 04:19](964 MB) - -PASS -- COMPILE 'wam_debug_gnu' [04:11, 02:18] -PASS -- TEST 'control_wam_debug_gnu' [08:39, 06:42](1402 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 03:54] -PASS -- TEST 'control_csawmg_debug_gnu' [04:30, 02:20](833 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:57] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [06:27, 05:07](799 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [07:27, 04:59](801 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:27, 07:23](848 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [09:26, 07:11](840 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [07:25, 05:09](801 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [04:26, 02:39](652 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:19, 02:36](661 MB) -PASS -- TEST 'conus13km_control_gnu' [06:53, 04:58](1025 MB) -PASS -- TEST 'conus13km_2threads_gnu' [04:41, 02:27](1016 MB) -PASS -- TEST 'conus13km_decomp_gnu' [06:43, 05:02](1026 MB) -PASS -- TEST 'conus13km_restart_gnu' [04:43, 02:41](727 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 10:06] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:31, 05:40](826 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [09:11, 07:13] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:19, 02:28](806 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:20, 02:23](811 MB) -PASS -- TEST 'conus13km_debug_gnu' [12:40, 11:07](1036 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [12:37, 11:06](770 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [13:34, 11:16](1028 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [13:33, 11:35](1041 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [12:34, 11:05](1110 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:12, 07:05] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:20, 02:36](829 MB) - -PASS -- COMPILE 's2swa_gnu' [18:12, 16:28] -PASS -- TEST 'cpld_control_p8_gnu' [14:06, 11:14](1673 MB) - -PASS -- COMPILE 's2s_gnu' [18:11, 16:16] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [11:53, 09:58](1630 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:12, 03:07] -PASS -- TEST 'cpld_debug_p8_gnu' [08:53, 06:50](1684 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [18:11, 16:16] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [19:47, 17:57](1600 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 02:51] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:46, 11:01](1540 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [17:11, 16:03] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [05:18, 03:25](1555 MB) - -PASS -- COMPILE 'atm_mpas_dyn32_gnu' [05:12, 03:18] -PASS -- TEST 'control_gfs_mpas_gnu' [02:25, 00:48](6388 MB) - -PASS -- COMPILE 'pm_ideal_doubly_periodic_intel' [10:12, 09:03] ( 1 warnings 403 remarks ) -PASS -- TEST 'pm_ideal_supercell_intel' [03:33, 01:23](1164 MB) +PASS -- COMPILE 's2swa_32bit_intel' [21:11, 19:36] ( 1 warnings 1066 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:04, 11:26](2208 MB) +PASS -- TEST 'cpld_control_gefs_intel' [30:48, 18:02](3028 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [23:17, 05:14](2734 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [30:08, 15:46](3055 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:11, 19:05] ( 1 warnings 1064 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [20:05, 17:10](2072 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:17, 18:23](2277 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [09:07, 06:53](1371 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [11:17, 07:56](2205 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:00, 21:00](1880 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [19:11, 17:48] ( 1 warnings 961 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [16:34, 11:32](2223 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [10:26, 05:45](1493 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:11, 03:47] ( 339 warnings 961 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [15:54, 11:56](2246 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 04:15] ( 339 warnings 2795 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:55, 21:42](1939 MB) + +PASS -- COMPILE 's2swa_intel' [21:11, 19:19] ( 1 warnings 1066 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [14:26, 12:01](2277 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:30, 11:13](2280 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:09, 06:00](1887 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [14:10, 11:17](2285 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:19, 06:04](1873 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [14:08, 11:53](2319 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [14:05, 11:23](2268 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [13:13, 10:47](2058 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:21, 10:57](2281 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [18:18, 14:22](2659 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [12:49, 08:55](2802 MB) + +PASS -- COMPILE 's2swal_intel' [20:11, 18:38] ( 1 warnings 1087 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [14:23, 12:08](2090 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [09:18, 06:06](1724 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:14, 07:06](2265 MB) + +PASS -- COMPILE 's2sw_intel' [19:11, 17:37] ( 1 warnings 1034 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [14:07, 10:52](2102 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:20, 06:01](2200 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:11, 04:18] ( 339 warnings 2044 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [16:04, 13:43](2302 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:11, 03:45] ( 339 warnings 2026 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:04, 06:29](2114 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [19:11, 17:29] ( 1 warnings 972 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:18, 04:09](2184 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [21:11, 19:19] ( 1 warnings 1057 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:00, 15:07](2123 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:04, 06:57](1357 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:45, 17:45](1943 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [08:39, 07:01](3096 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:37, 02:08](3084 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [03:37, 01:18](2518 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [03:34, 01:11](2259 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:33, 00:41](2250 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:28, 00:35](1575 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [03:33, 01:10](2257 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:33, 00:41](2253 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [03:29, 00:33](1578 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:33, 00:42](2188 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:30, 00:33](2180 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:29, 00:28](1530 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 03:50] ( 339 warnings 2777 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:54, 27:02](1971 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:11, 10:52] ( 1 warnings 501 remarks ) +PASS -- TEST 'control_flake_intel' [06:35, 03:12](822 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:33, 02:09](1713 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:38, 02:20](1729 MB) +PASS -- TEST 'control_latlon_intel' [05:30, 02:19](1720 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:33, 02:22](1726 MB) +PASS -- TEST 'control_c48_intel' [08:43, 06:33](1721 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:38, 06:17](852 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [08:43, 06:44](1697 MB) +PASS -- TEST 'control_c192_intel' [09:49, 06:50](1923 MB) +PASS -- TEST 'control_c384_intel' [10:35, 07:41](2001 MB) +PASS -- TEST 'control_c384gdas_intel' [12:35, 08:28](1346 MB) +PASS -- TEST 'control_stochy_intel' [03:27, 01:40](782 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:23, 00:57](628 MB) +PASS -- TEST 'control_lndp_intel' [04:27, 01:31](787 MB) +PASS -- TEST 'control_iovr4_intel' [04:29, 02:27](778 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [05:51, 02:52](1066 MB) +PASS -- TEST 'control_iovr5_intel' [05:28, 02:23](780 MB) +PASS -- TEST 'control_p8_intel' [06:14, 02:46](2007 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:21, 02:53](2007 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:14, 02:43](2007 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [06:14, 02:41](2029 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [06:13, 02:50](2049 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [05:09, 02:03](2377 MB) +PASS -- TEST 'control_restart_p8_intel' [03:37, 01:40](1283 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:14, 02:42](2003 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:34, 01:35](1281 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:14, 02:47](1988 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:59, 03:58](2011 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:51, 04:42](2016 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:55, 03:56](2067 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:48, 02:57](2015 MB) +PASS -- TEST 'merra2_thompson_intel' [06:43, 03:12](2009 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [07:33, 04:37](2016 MB) +PASS -- TEST 'regional_control_intel' [06:31, 04:55](1226 MB) +PASS -- TEST 'regional_restart_intel' [04:31, 02:48](1221 MB) +PASS -- TEST 'regional_decomp_intel' [07:30, 05:08](1209 MB) +PASS -- TEST 'regional_2threads_intel' [07:30, 04:49](1080 MB) +PASS -- TEST 'regional_noquilt_intel' [06:35, 04:58](1485 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:31, 04:51](1212 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:30, 04:53](1211 MB) +PASS -- TEST 'regional_wofs_intel' [08:32, 06:08](2043 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [12:11, 10:15] ( 1 warnings 481 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [05:55, 03:48](2035 MB) + +PASS -- COMPILE 'rrfs_intel' [11:12, 09:18] ( 4 warnings 448 remarks ) +PASS -- TEST 'rap_control_intel' [05:37, 03:22](1171 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:01, 03:48](1310 MB) +PASS -- TEST 'rap_decomp_intel' [05:31, 03:34](1153 MB) +PASS -- TEST 'rap_2threads_intel' [06:31, 05:05](1156 MB) +PASS -- TEST 'rap_restart_intel' [03:32, 01:51](1178 MB) +PASS -- TEST 'rap_sfcdiff_intel' [05:38, 03:22](1163 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [05:36, 03:35](1150 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:33, 01:50](1167 MB) +PASS -- TEST 'hrrr_control_intel' [05:41, 03:15](1157 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:29, 03:25](1159 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:29, 04:43](1167 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:22, 01:46](1129 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:43, 06:10](1202 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:21, 08:11](2119 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:24, 07:52](2178 MB) + +PASS -- COMPILE 'csawmg_intel' [11:11, 09:27] ( 1 warnings 417 remarks ) +PASS -- TEST 'control_csawmg_intel' [07:32, 05:57](1162 MB) +PASS -- TEST 'control_ras_intel' [05:20, 03:11](867 MB) + +PASS -- COMPILE 'wam_intel' [10:11, 08:51] ( 1 warnings 395 remarks ) +PASS -- TEST 'control_wam_intel' [13:42, 10:44](1795 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 04:37] ( 418 warnings 589 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:24, 02:17](1744 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:24, 02:18](1743 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:20, 03:03](948 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:20, 02:42](952 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:30, 04:15](1262 MB) +PASS -- TEST 'control_ras_debug_intel' [04:19, 02:44](961 MB) +PASS -- TEST 'control_diag_debug_intel' [04:31, 02:49](1800 MB) +PASS -- TEST 'control_debug_p8_intel' [04:37, 02:39](2038 MB) +PASS -- TEST 'regional_debug_intel' [20:36, 18:25](1210 MB) +PASS -- TEST 'rap_control_debug_intel' [06:20, 04:50](1342 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:23, 04:45](1337 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:23, 04:52](1340 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:20, 04:55](1337 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:21, 04:57](1345 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:30, 05:14](1428 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:22, 05:01](1341 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:20, 04:59](1342 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:21, 04:57](1344 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:21, 04:53](1340 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:20, 04:51](1346 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:20, 05:03](1325 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:20, 08:01](1342 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:20, 04:56](1342 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:20, 04:55](1330 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:38, 08:44](1329 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:11, 02:59] ( 381 warnings 395 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:44, 13:35](1815 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 09:10] ( 4 warnings 415 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:00, 03:38](1181 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:35, 03:02](1109 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:34, 02:56](1115 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:28, 04:18](1031 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:28, 04:14](1003 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:27, 03:06](1043 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:27, 01:41](1066 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:19, 01:38](1052 MB) +PASS -- TEST 'conus13km_control_intel' [04:57, 02:56](1447 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:46, 01:33](1278 MB) +PASS -- TEST 'conus13km_decomp_intel' [04:46, 02:59](1483 MB) +PASS -- TEST 'conus13km_restart_intel' [04:46, 01:47](1323 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 09:13] ( 4 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:35, 03:45](1114 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 03:04] ( 312 warnings 421 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:21, 04:52](1227 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:21, 04:55](1215 MB) +PASS -- TEST 'conus13km_debug_intel' [24:39, 22:53](1460 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [23:45, 22:03](1168 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [26:40, 25:09](1323 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [25:39, 23:48](1523 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [24:43, 22:31](1555 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:12, 03:01] ( 312 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:21, 05:06](1291 MB) + +PASS -- COMPILE 'hafsw_intel' [15:15, 13:43] ( 1 warnings 693 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:47, 03:43](871 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [10:18, 05:16](1070 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:32, 03:14](1154 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [31:52, 29:11](940 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:45, 05:08](486 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [13:51, 05:55](511 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [09:37, 02:29](369 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:32, 06:30](418 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:38, 03:22](514 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:39, 03:12](519 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [08:24, 01:03](401 MB) +PASS -- TEST 'gnv1_nested_intel' [06:06, 03:23](1855 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:11, 11:29] ( 1 warnings 950 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [18:32, 10:16](670 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:11, 10:58] ( 1 warnings 635 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [12:49, 05:55](908 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:45, 05:54](893 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [18:11, 16:45] ( 585 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [06:19, 03:01](2021 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:21, 01:56](1953 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:18, 02:51](1268 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:17, 02:53](1258 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:17, 02:52](1265 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:17, 03:02](2008 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:17, 03:00](2008 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:17, 02:48](1269 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:13, 07:19](1779 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:24, 07:08](1156 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:16, 03:03](1998 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:19, 04:49](4963 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:19, 04:51](4972 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:53] ( 2 warnings 585 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:18, 07:03](1922 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:04] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:30, 00:53](249 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:23, 00:35](315 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:23, 00:23](303 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:11, 01:20] ( 164 remarks ) +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:29, 00:31](636 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:29, 00:17](506 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [18:11, 16:40] ( 1 warnings 611 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:03, 03:22](2085 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:11, 09:22] ( 1 warnings 499 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:49, 04:26](2091 MB) + +PASS -- COMPILE 'atml_intel' [12:11, 10:36] ( 9 warnings 552 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [04:51, 03:03](1844 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:35, 01:44](1116 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:11, 04:00] ( 425 warnings 552 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:52, 04:52](1873 MB) + +PASS -- COMPILE 'atmw_intel' [13:11, 10:26] ( 1 warnings 518 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:44, 01:48](2027 MB) + +PASS -- COMPILE 'atmaero_intel' [14:11, 11:22] ( 1 warnings 413 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:50, 03:56](2106 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:40, 04:32](1881 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:44, 04:35](1896 MB) + +PASS -- COMPILE 'atmaq_intel' [11:11, 09:30] ( 1 warnings 598 remarks ) +PASS -- TEST 'regional_atmaq_intel' [15:35, 13:01](2928 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [19:14, 16:30](2928 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:11, 03:06] ( 398 warnings 598 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [42:13, 39:43](2937 MB) + +PASS -- COMPILE 'atm_fbh_intel' [10:11, 08:49] ( 4 warnings 422 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [13:25, 11:52](1182 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [07:11, 05:30] +PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [05:32, 03:27](1096 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [07:11, 05:25] +PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [06:35, 04:09](1110 MB) + +PASS -- COMPILE 'atm_gnu' [06:11, 04:15] +PASS -- TEST 'control_c48_gnu' [11:25, 09:45](1533 MB) +PASS -- TEST 'control_stochy_gnu' [04:19, 02:51](602 MB) +PASS -- TEST 'control_ras_gnu' [06:19, 04:48](607 MB) +PASS -- TEST 'control_p8_gnu' [06:55, 04:27](1537 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [06:46, 04:20](1558 MB) +PASS -- TEST 'control_flake_gnu' [07:21, 05:38](647 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:11, 04:02] +PASS -- TEST 'rap_control_gnu' [07:35, 05:53](945 MB) +PASS -- TEST 'rap_decomp_gnu' [07:27, 05:59](944 MB) +PASS -- TEST 'rap_2threads_gnu' [10:29, 08:26](1007 MB) +PASS -- TEST 'rap_restart_gnu' [04:30, 03:05](682 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [07:37, 05:53](938 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [07:33, 06:04](939 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [04:31, 03:02](679 MB) +PASS -- TEST 'hrrr_control_gnu' [07:36, 05:44](942 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [07:27, 05:42](935 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [09:30, 08:03](1003 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [07:25, 05:43](946 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [04:20, 02:59](683 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:19, 02:57](765 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [12:40, 10:58](937 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:11, 03:46] +PASS -- TEST 'control_csawmg_gnu' [10:31, 08:26](859 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 06:59] +PASS -- TEST 'control_diag_debug_gnu' [03:27, 01:33](1368 MB) +PASS -- TEST 'regional_debug_gnu' [10:35, 08:15](870 MB) +PASS -- TEST 'rap_control_debug_gnu' [04:20, 02:30](949 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:19, 02:28](951 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:19, 02:32](958 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [04:18, 02:33](958 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:29, 02:48](1041 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:19, 04:03](943 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:19, 02:34](947 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:19, 01:31](591 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:18, 01:39](564 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:39, 01:36](1538 MB) +PASS -- TEST 'rap_flake_debug_gnu' [04:19, 02:31](949 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:19, 02:35](950 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:38, 04:15](960 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:12, 02:13] +PASS -- TEST 'control_wam_debug_gnu' [08:43, 06:28](1398 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 03:57] +PASS -- TEST 'control_csawmg_debug_gnu' [04:31, 02:17](831 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:49] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [06:31, 05:07](799 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:30, 05:01](798 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:25, 07:25](844 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [09:24, 07:07](839 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [07:24, 05:10](805 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [04:25, 02:41](649 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:18, 02:38](653 MB) +PASS -- TEST 'conus13km_control_gnu' [06:54, 04:50](1023 MB) +PASS -- TEST 'conus13km_2threads_gnu' [04:47, 02:28](1013 MB) +PASS -- TEST 'conus13km_decomp_gnu' [06:42, 04:55](1027 MB) +PASS -- TEST 'conus13km_restart_gnu' [04:45, 02:40](726 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 09:53] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:33, 05:43](822 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 07:00] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:20, 02:29](803 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:20, 02:24](810 MB) +PASS -- TEST 'conus13km_debug_gnu' [12:45, 11:01](1042 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [12:44, 10:58](769 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [13:40, 11:15](1025 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [13:38, 11:16](1047 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [12:36, 10:57](1115 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [09:11, 07:12] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:20, 02:31](829 MB) + +PASS -- COMPILE 's2swa_gnu' [18:11, 16:41] +PASS -- TEST 'cpld_control_p8_gnu' [14:27, 11:08](1679 MB) + +PASS -- COMPILE 's2s_gnu' [18:11, 16:33] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [12:07, 09:56](1640 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:11, 02:56] +PASS -- TEST 'cpld_debug_p8_gnu' [10:06, 06:57](1686 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [18:11, 16:14] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [20:03, 17:52](1613 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 02:38] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:58, 11:02](1503 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [17:12, 15:53] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [05:18, 03:19](1554 MB) + +PASS -- COMPILE 'atm_mpas_dyn32_gnu' [05:11, 03:11] +PASS -- TEST 'control_gfs_mpas_gnu' [02:28, 00:40](6396 MB) + +PASS -- COMPILE 'pm_ideal_doubly_periodic_intel' [11:11, 09:10] ( 1 warnings 403 remarks ) +PASS -- TEST 'pm_ideal_supercell_intel' [03:33, 01:23](1174 MB) SYNOPSIS: -Starting Date/Time: 20260102 14:26:45 -Ending Date/Time: 20260102 16:18:11 -Total Time: 01h:52m:06s +Starting Date/Time: 20260105 23:51:28 +Ending Date/Time: 20260106 01:44:21 +Total Time: 01h:53m:34s Compiles Completed: 60/60 Tests Completed: 270/270 diff --git a/tests/logs/RegressionTests_ursa.log b/tests/logs/RegressionTests_ursa.log index 62d663ac4b..2fbfec5598 100644 --- a/tests/logs/RegressionTests_ursa.log +++ b/tests/logs/RegressionTests_ursa.log @@ -1,7 +1,7 @@ ====START OF URSA REGRESSION TESTING LOG==== UFSWM hash used in testing: -4d982b51d8b177ce573c97f7dbdbe6c3b412ba1b +d999a327008f6023f16cf2f185fbbdae2b67d108 Submodule hashes used in testing: 2c1cec7dd4d7a477abd2ae204db4a78295c24f16 AQM (v0.2.0-63-g2c1cec7) @@ -9,19 +9,19 @@ Submodule hashes used in testing: 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) c90ee5a0e72ecc9cbee4694e95df228d01f8d7dd CICE-interface/CICE (CICE6.0.0-444-gc90ee5a) 4954a6f9033f78e5c32bf33780384cbf2d0843e6 CICE-interface/CICE/icepack (Icepack1.1.0-225-g4954a6f) - 4cd332cf2f43f36733dfbf4b501eac328c88f1c7 CMEPS-interface/CMEPS (cmeps_v0.4.1-3306-g4cd332cf) + c71914a010e09ef5c0ced531267cd1587a4284f9 CMEPS-interface/CMEPS (cmeps_v0.4.1-2327-gc71914a) 69049ec0c26b3160c3dbe1980b2feb78470a37a6 CMakeModules (v1.0.0-36-g69049ec) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) 05a3f7ae291b59a2ab7611a042f2fc99be31dc61 LM4-driver (baseline_change_240904-7-g05a3f7a) c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) - 41f39db7990b82ae037b632ca3feb4d79762af62 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10724-g41f39db79) + 647b04715407efa5a0f34127af6f6b88eeb05dae MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10738-g647b04715) 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - 8b2c4e7472f258fdfa120d723f21df22955b739a UFSATM (remotes/origin/feature/gcycle_non6) + 73b481db58bf689b67e0f77b66a50fb6014525a1 UFSATM (remotes/origin/test_ci) 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) - da93b491c8bf8a6a8be24cf68ed38f133c2dd5c2 UFSATM/ccpp/physics (remotes/origin/feature/gcycle_non6) + 7395db572d57af1118b9b524e8f8cda4e1cced4c UFSATM/ccpp/physics (EP4-2122-g7395db57) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) 87936f8b0d57b541ebade64a33a926b583c70c6d UFSATM/fv3/atmos_cubed_sphere (201912_public_release-450-g87936f8) @@ -41,414 +41,414 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /scratch4/NAGAPE/epic/role-epic/UFS-WM_RT/NEMSfv3gfs/develop-20251223 -COMPARISON DIRECTORY: /scratch4/NAGAPE/epic/Jong.Kim/stmp/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_2306672 +COMPARISON DIRECTORY: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_43118 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [16:11, 14:23] ( 1 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:49, 06:28](2184 MB) -PASS -- TEST 'cpld_control_gefs_intel' [31:56, 19:49](3264 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [13:58, 06:02](2978 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [43:41, 31:15](3465 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [15:11, 13:25] ( 1 warnings 1041 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [11:53, 09:31](2051 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [13:51, 10:06](2599 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [06:48, 03:47](1493 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [06:58, 04:36](2355 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:46, 17:02](1993 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [14:11, 12:40] ( 1 warnings 938 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [12:24, 08:22](2389 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [09:26, 04:35](1887 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:11, 03:33] ( 339 warnings 938 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [13:21, 08:37](2433 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 03:25] ( 339 warnings 2772 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [15:44, 13:17](2073 MB) - -PASS -- COMPILE 's2swa_intel' [14:11, 12:37] ( 1 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [09:51, 07:01](2461 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:57, 06:44](2529 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:52, 03:41](2293 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:54, 06:35](2357 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:59, 03:36](1999 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [15:52, 13:27](2994 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:53, 06:45](2463 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [13:53, 11:35](2301 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:56, 06:44](2489 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [21:34, 17:27](3597 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [14:57, 11:56](3465 MB) - -PASS -- COMPILE 's2swal_intel' [15:11, 13:22] ( 1 warnings 1064 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [09:59, 07:15](2539 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [07:24, 03:40](2323 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:04, 05:42](3173 MB) - -PASS -- COMPILE 's2sw_intel' [15:11, 13:24] ( 1 warnings 1011 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:44, 06:26](2066 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:03, 05:03](2989 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:11, 03:20] ( 339 warnings 2021 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [12:52, 09:03](2380 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:11, 03:31] ( 339 warnings 2003 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:42, 04:33](2137 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [14:12, 13:08] ( 1 warnings 949 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:54, 03:33](2175 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:16, 13:11] ( 1 warnings 1034 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [10:44, 08:12](2155 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [06:51, 03:51](1688 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [14:39, 11:54](2103 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [06:33, 04:09](3031 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:32, 01:20](3019 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:34, 02:21](2460 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [03:28, 00:51](2209 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [03:29, 00:34](2208 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:45, 00:25](1529 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [03:28, 00:51](2209 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:28, 00:33](2209 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [03:28, 02:01](1530 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:29, 00:34](2137 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:31, 00:26](2135 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [04:28, 01:46](1490 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:11, 04:14] ( 339 warnings 2754 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [22:40, 19:21](2166 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [09:11, 07:20] ( 1 warnings 501 remarks ) -PASS -- TEST 'control_flake_intel' [05:22, 02:30](1339 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:22, 01:50](2195 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:24, 01:40](2211 MB) -PASS -- TEST 'control_latlon_intel' [05:22, 02:13](2222 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:24, 01:42](2210 MB) -PASS -- TEST 'control_c48_intel' [06:28, 04:19](1667 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [05:24, 04:07](799 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [06:28, 04:30](1668 MB) -PASS -- TEST 'control_c192_intel' [06:36, 04:46](1833 MB) -PASS -- TEST 'control_c384_intel' [10:12, 05:35](2065 MB) -PASS -- TEST 'control_c384gdas_intel' [13:04, 07:03](1900 MB) -PASS -- TEST 'control_stochy_intel' [04:20, 01:28](1301 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:20, 00:43](1216 MB) -PASS -- TEST 'control_lndp_intel' [03:20, 01:07](1300 MB) -PASS -- TEST 'control_iovr4_intel' [03:21, 01:44](1292 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [05:32, 02:07](1590 MB) -PASS -- TEST 'control_iovr5_intel' [04:22, 01:41](1298 MB) -PASS -- TEST 'control_p8_intel' [05:41, 02:04](2508 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:44, 02:18](2517 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:35, 02:06](2508 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:35, 02:18](2533 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [13:37, 11:23](2549 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [04:39, 01:46](2408 MB) -PASS -- TEST 'control_restart_p8_intel' [03:37, 01:23](1857 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:36, 02:09](2497 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:34, 01:16](1855 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:48, 02:05](2510 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:34, 01:49](2014 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:31, 03:42](2507 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:35, 02:54](2583 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:36, 02:26](2512 MB) -PASS -- TEST 'merra2_thompson_intel' [05:35, 02:30](2527 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [05:24, 03:29](2523 MB) -PASS -- TEST 'regional_control_intel' [05:28, 03:24](1719 MB) -PASS -- TEST 'regional_restart_intel' [05:27, 01:57](1686 MB) -PASS -- TEST 'regional_decomp_intel' [06:27, 03:42](1708 MB) -PASS -- TEST 'regional_2threads_intel' [04:39, 02:09](1552 MB) -PASS -- TEST 'regional_noquilt_intel' [05:39, 03:26](1984 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:39, 03:27](1702 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:28, 03:25](1702 MB) -PASS -- TEST 'regional_wofs_intel' [06:28, 04:19](2635 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [08:12, 06:38] ( 1 warnings 481 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [05:37, 02:45](2541 MB) - -PASS -- COMPILE 'rrfs_intel' [07:16, 06:11] ( 4 warnings 448 remarks ) -PASS -- TEST 'rap_control_intel' [14:25, 11:56](1871 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:45, 02:41](1614 MB) -PASS -- TEST 'rap_decomp_intel' [04:27, 02:33](1714 MB) -PASS -- TEST 'rap_2threads_intel' [05:24, 02:00](1173 MB) -PASS -- TEST 'rap_restart_intel' [10:29, 08:35](1860 MB) -PASS -- TEST 'rap_sfcdiff_intel' [05:28, 02:29](1765 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [05:26, 02:33](1702 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:26, 01:23](1769 MB) -PASS -- TEST 'hrrr_control_intel' [05:29, 02:24](1780 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:24, 02:28](1711 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:24, 01:57](1160 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:20, 01:18](1724 MB) -PASS -- TEST 'rrfs_v1beta_intel' [07:31, 04:24](1926 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:19, 05:47](2645 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:19, 05:37](2911 MB) - -PASS -- COMPILE 'csawmg_intel' [08:11, 06:14] ( 1 warnings 417 remarks ) -PASS -- TEST 'control_csawmg_intel' [06:27, 04:22](1746 MB) -PASS -- TEST 'control_ras_intel' [04:17, 02:13](1585 MB) - -PASS -- COMPILE 'wam_intel' [07:12, 05:45] ( 1 warnings 395 remarks ) -PASS -- TEST 'control_wam_intel' [09:37, 08:04](2407 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:16, 03:34] ( 418 warnings 589 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:20, 01:39](2238 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:20, 01:40](2262 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:18, 02:13](1481 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:19, 02:16](1470 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:28, 03:07](1793 MB) -PASS -- TEST 'control_ras_debug_intel' [03:18, 02:00](1476 MB) -PASS -- TEST 'control_diag_debug_intel' [03:24, 02:01](2320 MB) -PASS -- TEST 'control_debug_p8_intel' [04:31, 02:17](2552 MB) -PASS -- TEST 'regional_debug_intel' [13:29, 11:56](1638 MB) -PASS -- TEST 'rap_control_debug_intel' [05:19, 03:33](1867 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:18, 03:29](1861 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:19, 03:44](1871 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:19, 03:34](1864 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:19, 03:45](1859 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:25, 03:45](1956 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:20, 03:38](1868 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:19, 03:37](1878 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:19, 03:37](1870 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:19, 03:33](1870 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:19, 03:30](1866 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:19, 03:51](1866 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:19, 06:01](1861 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:19, 03:37](1875 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:19, 03:33](1860 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:29, 06:02](1877 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:12, 02:21] ( 381 warnings 395 remarks ) -PASS -- TEST 'control_wam_debug_intel' [10:31, 09:09](2285 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:12, 05:49] ( 4 warnings 415 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:45, 02:28](1480 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [03:26, 02:08](1729 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:25, 02:04](1735 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [03:23, 01:41](1066 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:22, 01:39](1043 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:23, 02:09](1663 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:25, 01:10](1660 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:19, 01:08](1625 MB) -PASS -- TEST 'conus13km_control_intel' [03:44, 01:55](1755 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:35, 00:51](1781 MB) -PASS -- TEST 'conus13km_decomp_intel' [03:37, 01:55](1807 MB) -PASS -- TEST 'conus13km_restart_intel' [03:34, 01:09](1536 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:11, 05:49] ( 4 warnings 415 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:29, 02:40](1797 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 02:12] ( 312 warnings 421 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:20, 03:24](1738 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:19, 03:24](1743 MB) -PASS -- TEST 'conus13km_debug_intel' [16:36, 15:08](1808 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [17:36, 15:10](1451 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:32, 08:22](1833 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [17:38, 15:05](1848 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:39, 14:47](1882 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:11, 02:08] ( 312 warnings 415 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [10:18, 08:20](1865 MB) - -PASS -- COMPILE 'hafsw_intel' [10:10, 08:34] ( 1 warnings 693 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [04:35, 02:45](1147 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [05:50, 03:59](1376 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:23, 02:28](1461 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [31:36, 29:26](1370 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:31, 03:21](794 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [05:34, 04:07](805 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:29, 01:37](535 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [06:55, 04:28](605 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:27, 02:19](751 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [03:27, 02:08](763 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:20, 00:45](530 MB) -PASS -- TEST 'gnv1_nested_intel' [04:46, 02:25](1739 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [09:12, 08:04] ( 1 warnings 927 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [21:12, 18:20](1123 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:11, 08:22] ( 1 warnings 635 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [06:32, 04:23](1286 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:52, 04:21](1286 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [13:11, 11:31] ( 562 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [18:20, 16:34](1952 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [07:19, 05:18](1889 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:16, 01:58](1190 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:16, 02:03](1192 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:16, 03:42](1201 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:16, 02:05](1934 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:16, 02:00](1932 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:16, 02:03](1198 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:01, 05:32](1847 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:55, 05:25](1370 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:15, 02:13](1928 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:16, 03:22](4788 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:17, 03:27](4788 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:15] ( 2 warnings 562 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:17, 04:18](1844 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 00:39] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:25, 00:47](364 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:22, 00:33](624 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:21, 00:23](620 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:11, 11:07] ( 1 warnings 611 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:41, 02:33](2836 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [08:11, 06:00] ( 1 warnings 499 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:36, 04:11](2857 MB) - -PASS -- COMPILE 'atml_intel' [09:12, 06:58] ( 9 warnings 552 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [04:35, 02:29](1915 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:32, 01:28](1305 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:12, 03:09] ( 425 warnings 552 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:38, 03:35](1936 MB) - -PASS -- COMPILE 'atmw_intel' [09:11, 07:43] ( 1 warnings 518 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:35, 01:48](2693 MB) - -PASS -- COMPILE 'atmaero_intel' [10:11, 08:55] ( 1 warnings 413 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:41, 03:07](1987 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:31, 03:55](2388 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:32, 03:22](2409 MB) - -PASS -- COMPILE 'atmaq_intel' [08:11, 06:10] ( 1 warnings 598 remarks ) -PASS -- TEST 'regional_atmaq_intel' [14:27, 10:40](2874 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [16:20, 12:19](2878 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:25] ( 398 warnings 598 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [31:15, 27:13](2890 MB) - -PASS -- COMPILE 'atm_fbh_intel' [07:11, 05:34] ( 4 warnings 422 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [08:22, 06:21](1138 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [15:11, 13:29] -PASS -- TEST 'cpld_control_gfsv17_intelllvm' [11:43, 09:19](2054 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [05:11, 03:19] -PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [15:43, 13:16](2082 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intelllvm' [16:11, 13:53] -PASS -- TEST 'cpld_control_sfs_intelllvm' [12:44, 08:21](2392 MB) - -PASS -- COMPILE 's2swa_intelllvm' [15:11, 13:32] -PASS -- TEST 'cpld_control_p8_intelllvm' [11:02, 07:04](2475 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [07:11, 05:51] -PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [03:26, 02:07](1721 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [07:11, 05:47] -PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [05:27, 02:38](1816 MB) - -PASS -- COMPILE 'datm_cdeps_intelllvm' [12:11, 10:44] -PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [12:16, 10:15](1940 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [04:11, 02:19] -PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [06:16, 04:12](1839 MB) - -PASS -- COMPILE 'atm_gnu' [04:11, 02:50] -PASS -- TEST 'control_c48_gnu' [07:22, 05:52](1508 MB) -PASS -- TEST 'control_stochy_gnu' [04:17, 02:22](508 MB) -PASS -- TEST 'control_ras_gnu' [04:18, 03:09](512 MB) -PASS -- TEST 'control_p8_gnu' [04:37, 03:05](1449 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:35, 03:28](1459 MB) -PASS -- TEST 'control_flake_gnu' [06:19, 04:09](554 MB) - -PASS -- COMPILE 'rrfs_gnu' [04:11, 02:42] -PASS -- TEST 'rap_control_gnu' [05:27, 03:37](846 MB) -PASS -- TEST 'rap_decomp_gnu' [05:24, 03:39](849 MB) -PASS -- TEST 'rap_2threads_gnu' [08:24, 02:44](899 MB) -PASS -- TEST 'rap_restart_gnu' [04:26, 02:09](581 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [25:29, 23:26](845 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [05:27, 03:52](847 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [15:27, 13:11](596 MB) -PASS -- TEST 'hrrr_control_gnu' [05:26, 03:21](848 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:23, 03:19](836 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [06:23, 02:37](889 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:23, 03:20](851 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:19, 01:45](577 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:20, 02:06](663 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [08:35, 06:12](844 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:11, 02:31] -PASS -- TEST 'control_csawmg_gnu' [07:35, 05:46](753 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:11, 05:09] -PASS -- TEST 'control_diag_debug_gnu' [03:26, 01:23](1281 MB) -PASS -- TEST 'regional_debug_gnu' [07:31, 05:40](761 MB) -PASS -- TEST 'rap_control_debug_gnu' [04:18, 01:49](855 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [04:19, 01:48](856 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [04:18, 01:49](860 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:18, 01:50](861 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:25, 02:01](940 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:19, 02:48](851 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:18, 01:48](855 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:18, 01:07](500 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:17, 01:12](492 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:30, 01:22](1457 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:19, 01:49](855 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:19, 01:49](856 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:29, 03:01](864 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:11, 01:22] -PASS -- TEST 'control_wam_debug_gnu' [06:36, 04:33](1304 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:12, 02:37] -PASS -- TEST 'control_csawmg_debug_gnu' [03:28, 01:48](736 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:11, 02:44] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:23, 03:09](708 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:26, 03:10](709 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [04:27, 02:27](731 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:24, 02:23](726 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:22, 03:07](709 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:24, 01:42](553 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:20, 01:39](553 MB) -PASS -- TEST 'conus13km_control_gnu' [04:43, 02:58](903 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:35, 01:10](904 MB) -PASS -- TEST 'conus13km_decomp_gnu' [05:35, 02:59](905 MB) -PASS -- TEST 'conus13km_restart_gnu' [03:36, 01:41](582 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [07:12, 06:06] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:29, 03:41](733 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:11, 05:04] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:20, 02:08](715 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:19, 01:49](718 MB) -PASS -- TEST 'conus13km_debug_gnu' [09:35, 07:18](920 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [09:34, 07:09](648 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [06:38, 04:16](923 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [10:01, 07:18](924 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:47, 07:08](990 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:12, 05:16] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:27, 02:02](740 MB) - -PASS -- COMPILE 's2swa_gnu' [13:10, 11:51] -PASS -- TEST 'cpld_control_p8_gnu' [10:19, 07:42](1596 MB) - -PASS -- COMPILE 's2s_gnu' [12:11, 11:05] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:05, 06:58](1547 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [03:11, 01:55] -PASS -- TEST 'cpld_debug_p8_gnu' [06:55, 04:40](1603 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [12:11, 10:35] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [10:43, 08:55](1573 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 01:48] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [08:40, 06:38](1572 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [11:15, 09:59] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:17, 02:19](1512 MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:11, 13:06] ( 1 warnings 1066 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [33:51, 06:13](2179 MB) +PASS -- TEST 'cpld_control_gefs_intel' [27:23, 21:15](3274 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [30:57, 06:29](2968 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [38:59, 32:27](3459 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:11, 14:44] ( 1 warnings 1064 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [06:50, 09:25](2050 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [12:55, 10:18](2588 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [06:51, 04:22](1511 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [27:01, 04:32](2354 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [13:39, 16:44](1968 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [14:11, 12:40] ( 1 warnings 961 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [00:14, 08:27](2365 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [08:22, 04:23](1887 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [04:11, 03:07] ( 339 warnings 961 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [12:04, 08:31](2389 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 03:29] ( 339 warnings 2795 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [15:47, 13:22](2083 MB) + +PASS -- COMPILE 's2swa_intel' [15:11, 13:55] ( 1 warnings 1066 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [01:06, 07:02](2476 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [01:05, 06:40](2505 MB) +PASS -- TEST 'cpld_restart_p8_intel' [05:49, 03:37](2294 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [00:51, 06:36](2360 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:50, 03:39](1983 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [03:55, 13:27](2993 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [56:07, 06:32](2447 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [00:11, 11:56](2321 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [52:09, 06:30](2521 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [03:56, 17:33](3585 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [36:18, 11:37](3469 MB) + +PASS -- COMPILE 's2swal_intel' [16:11, 14:29] ( 1 warnings 1087 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [52:08, 07:04](2481 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [05:58, 03:41](2294 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [48:56, 05:33](3128 MB) + +PASS -- COMPILE 's2sw_intel' [14:11, 13:02] ( 1 warnings 1034 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [18:47, 06:06](2085 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [29:58, 08:58](3002 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:12, 03:29] ( 339 warnings 2044 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [11:53, 09:05](2408 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:12, 03:26] ( 339 warnings 2026 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:40, 04:34](2096 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [14:11, 12:36] ( 1 warnings 972 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [45:54, 03:29](2167 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [15:11, 14:02] ( 1 warnings 1057 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [49:47, 08:10](2150 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:15, 03:56](1661 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [51:52, 11:30](2089 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [18:32, 16:03](3033 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:32, 01:25](3020 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [03:28, 00:51](2457 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [02:26, 00:50](2211 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [03:26, 00:32](2209 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:25, 00:25](1530 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [03:25, 00:51](2207 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:25, 00:33](2206 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [04:25, 01:15](1532 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:27, 00:34](2137 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:26, 00:27](2136 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [03:25, 00:23](1487 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 03:24] ( 339 warnings 2777 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:41, 19:37](2151 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:11, 07:14] ( 1 warnings 501 remarks ) +PASS -- TEST 'control_flake_intel' [11:20, 02:31](1342 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [15:24, 04:59](2230 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [20:26, 09:04](2244 MB) +PASS -- TEST 'control_latlon_intel' [19:23, 08:33](2236 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [20:24, 09:55](2228 MB) +PASS -- TEST 'control_c48_intel' [06:23, 04:21](1667 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [10:23, 07:40](803 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [06:23, 04:28](1665 MB) +PASS -- TEST 'control_c192_intel' [39:37, 04:48](1841 MB) +PASS -- TEST 'control_c384_intel' [12:13, 05:33](2091 MB) +PASS -- TEST 'control_c384gdas_intel' [06:26, 06:57](1856 MB) +PASS -- TEST 'control_stochy_intel' [17:20, 07:31](1313 MB) +PASS -- TEST 'control_stochy_restart_intel' [31:19, 00:42](1225 MB) +PASS -- TEST 'control_lndp_intel' [30:22, 20:23](1308 MB) +PASS -- TEST 'control_iovr4_intel' [15:23, 05:14](1309 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [21:32, 08:43](1593 MB) +PASS -- TEST 'control_iovr5_intel' [15:22, 05:07](1299 MB) +PASS -- TEST 'control_p8_intel' [22:47, 08:49](2525 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [49:51, 02:13](2518 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [29:40, 02:13](2508 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [38:42, 01:59](2528 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [33:38, 02:04](2548 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [32:37, 01:47](2380 MB) +PASS -- TEST 'control_restart_p8_intel' [30:42, 01:16](1854 MB) +PASS -- TEST 'control_noqr_p8_intel' [29:35, 01:59](2504 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [10:43, 08:45](1915 MB) +PASS -- TEST 'control_decomp_p8_intel' [28:30, 02:03](2499 MB) +PASS -- TEST 'control_2threads_p8_intel' [27:32, 01:41](2014 MB) +PASS -- TEST 'control_p8_lndp_intel' [25:29, 03:22](2511 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [24:50, 02:47](2585 MB) +PASS -- TEST 'control_p8_mynn_intel' [23:40, 02:06](2524 MB) +PASS -- TEST 'merra2_thompson_intel' [13:35, 02:25](2521 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [05:26, 03:25](2534 MB) +PASS -- TEST 'regional_control_intel' [05:26, 03:29](1709 MB) +PASS -- TEST 'regional_restart_intel' [03:35, 01:59](1681 MB) +PASS -- TEST 'regional_decomp_intel' [05:25, 03:33](1709 MB) +PASS -- TEST 'regional_2threads_intel' [03:26, 02:05](1560 MB) +PASS -- TEST 'regional_noquilt_intel' [05:26, 03:24](1991 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:32, 03:26](1719 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:27, 03:26](1704 MB) +PASS -- TEST 'regional_wofs_intel' [06:32, 04:19](2619 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [08:11, 06:41] ( 1 warnings 481 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [04:35, 02:43](2541 MB) + +PASS -- COMPILE 'rrfs_intel' [08:11, 06:03] ( 4 warnings 448 remarks ) +PASS -- TEST 'rap_control_intel' [04:27, 02:32](1802 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:46, 02:39](1593 MB) +PASS -- TEST 'rap_decomp_intel' [04:34, 02:33](1735 MB) +PASS -- TEST 'rap_2threads_intel' [04:29, 02:01](1174 MB) +PASS -- TEST 'rap_restart_intel' [03:26, 01:21](1765 MB) +PASS -- TEST 'rap_sfcdiff_intel' [04:34, 02:28](1801 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:34, 02:33](1704 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:25, 01:20](1760 MB) +PASS -- TEST 'hrrr_control_intel' [04:28, 02:25](1763 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:27, 02:26](1685 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [03:29, 01:55](1155 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:20, 01:18](1719 MB) +PASS -- TEST 'rrfs_v1beta_intel' [06:42, 04:24](1917 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [07:27, 05:54](2666 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:26, 05:25](2908 MB) + +PASS -- COMPILE 'csawmg_intel' [08:11, 06:04] ( 1 warnings 417 remarks ) +PASS -- TEST 'control_csawmg_intel' [06:30, 04:19](1760 MB) +PASS -- TEST 'control_ras_intel' [04:17, 02:14](1595 MB) + +PASS -- COMPILE 'wam_intel' [08:11, 05:42] ( 1 warnings 395 remarks ) +PASS -- TEST 'control_wam_intel' [10:44, 08:12](2398 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:12, 04:12] ( 418 warnings 589 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:22, 01:37](2251 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:19, 01:56](2248 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:17, 02:13](1468 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:18, 01:58](1469 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:26, 03:06](1790 MB) +PASS -- TEST 'control_ras_debug_intel' [03:17, 02:01](1482 MB) +PASS -- TEST 'control_diag_debug_intel' [03:25, 01:59](2303 MB) +PASS -- TEST 'control_debug_p8_intel' [08:35, 07:13](2513 MB) +PASS -- TEST 'regional_debug_intel' [14:31, 12:01](1628 MB) +PASS -- TEST 'rap_control_debug_intel' [05:18, 03:46](1868 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:18, 03:26](1859 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:22, 03:33](1870 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:22, 03:32](1866 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:21, 03:35](1863 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:28, 03:47](1955 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:17, 03:40](1880 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:18, 03:36](1884 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:24, 03:40](1868 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:23, 03:36](1868 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:23, 03:32](1868 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:20, 03:34](1866 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:18, 05:43](1867 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:18, 03:32](1873 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:18, 03:33](1872 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:34, 06:04](1865 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:11, 02:15] ( 381 warnings 395 remarks ) +PASS -- TEST 'control_wam_debug_intel' [10:34, 09:08](2304 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:12, 05:52] ( 4 warnings 415 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:46, 02:28](1488 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [03:25, 02:05](1711 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:24, 02:02](1737 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [03:22, 01:41](1072 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:25, 01:37](1043 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:24, 02:07](1651 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:24, 01:13](1629 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:18, 01:09](1614 MB) +PASS -- TEST 'conus13km_control_intel' [03:44, 01:54](1772 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:36, 00:52](1798 MB) +PASS -- TEST 'conus13km_decomp_intel' [03:33, 01:56](1795 MB) +PASS -- TEST 'conus13km_restart_intel' [15:32, 01:08](1533 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:12, 05:56] ( 4 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:29, 02:40](1816 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:12, 02:10] ( 312 warnings 421 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [12:18, 11:01](1760 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:19, 03:23](1750 MB) +PASS -- TEST 'conus13km_debug_intel' [17:41, 14:51](1828 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [17:40, 15:17](1453 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:36, 08:13](1832 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [18:35, 15:20](1855 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [27:37, 14:53](1900 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 02:06] ( 312 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:23, 03:33](1860 MB) + +PASS -- COMPILE 'hafsw_intel' [11:11, 08:42] ( 1 warnings 693 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [24:41, 02:46](1167 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [28:01, 03:58](1372 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [25:26, 02:32](1451 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [32:38, 30:02](1333 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [24:32, 03:19](799 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [27:43, 03:57](808 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:32, 01:42](536 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [28:02, 04:19](613 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [24:32, 02:18](769 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [23:31, 02:08](756 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [22:22, 00:44](506 MB) +PASS -- TEST 'gnv1_nested_intel' [24:46, 02:30](1765 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [10:11, 08:02] ( 1 warnings 950 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [39:29, 17:05](1090 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:11, 07:47] ( 1 warnings 635 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [25:37, 04:21](1287 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [25:17, 04:41](1260 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [13:11, 11:16] ( 585 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:19, 02:11](1940 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:18, 02:05](1895 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:16, 02:39](1194 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:16, 01:48](1196 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:15, 02:01](1190 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:15, 02:14](1940 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:16, 02:04](1937 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:15, 01:59](1205 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [20:08, 05:33](1812 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [21:11, 05:34](1365 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [18:15, 16:01](1972 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:17, 03:57](4789 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:17, 03:40](4787 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:12, 02:23] ( 2 warnings 585 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [19:17, 16:21](1858 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 00:42] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [11:27, 00:45](362 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [08:20, 00:36](621 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:20, 00:24](623 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:11, 11:33] ( 1 warnings 611 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:47, 02:39](2832 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [08:12, 06:09] ( 1 warnings 499 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:44, 03:21](2875 MB) + +PASS -- COMPILE 'atml_intel' [09:12, 06:43] ( 9 warnings 552 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [09:38, 02:21](1912 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:29, 01:43](1331 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:11, 03:15] ( 425 warnings 552 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:37, 03:36](1948 MB) + +PASS -- COMPILE 'atmw_intel' [09:12, 07:26] ( 1 warnings 518 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [08:36, 01:47](2705 MB) + +PASS -- COMPILE 'atmaero_intel' [11:11, 08:56] ( 1 warnings 413 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [09:42, 03:15](2013 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:33, 03:17](2393 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:36, 03:22](2408 MB) + +PASS -- COMPILE 'atmaq_intel' [08:12, 05:52] ( 1 warnings 598 remarks ) +PASS -- TEST 'regional_atmaq_intel' [13:26, 10:31](2876 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [15:20, 12:24](2876 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:17] ( 398 warnings 598 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [30:05, 27:27](2888 MB) + +PASS -- COMPILE 'atm_fbh_intel' [07:12, 05:29] ( 4 warnings 422 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [08:24, 07:05](1133 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [14:11, 12:44] +PASS -- TEST 'cpld_control_gfsv17_intelllvm' [11:42, 09:45](2046 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [06:12, 03:43] +PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [15:40, 13:24](2079 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intelllvm' [13:11, 11:19] +PASS -- TEST 'cpld_control_sfs_intelllvm' [12:10, 08:41](2380 MB) + +PASS -- COMPILE 's2swa_intelllvm' [14:11, 12:23] +PASS -- TEST 'cpld_control_p8_intelllvm' [09:55, 07:10](2512 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [08:12, 05:45] +PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [04:25, 02:08](1738 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [08:12, 05:42] +PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [04:27, 02:43](1796 MB) + +PASS -- COMPILE 'datm_cdeps_intelllvm' [12:11, 10:33] +PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [16:16, 14:35](1941 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [04:12, 02:08] +PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [06:20, 04:38](1851 MB) + +PASS -- COMPILE 'atm_gnu' [05:12, 02:51] +PASS -- TEST 'control_c48_gnu' [08:23, 06:12](1507 MB) +PASS -- TEST 'control_stochy_gnu' [03:18, 02:01](509 MB) +PASS -- TEST 'control_ras_gnu' [05:16, 03:10](512 MB) +PASS -- TEST 'control_p8_gnu' [26:43, 24:19](1458 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:34, 03:04](1479 MB) +PASS -- TEST 'control_flake_gnu' [06:19, 04:11](553 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:12, 02:45] +PASS -- TEST 'rap_control_gnu' [05:23, 03:30](848 MB) +PASS -- TEST 'rap_decomp_gnu' [05:23, 03:29](847 MB) +PASS -- TEST 'rap_2threads_gnu' [04:27, 02:40](899 MB) +PASS -- TEST 'rap_restart_gnu' [03:29, 01:49](581 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [05:35, 03:35](846 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [05:29, 03:28](847 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [03:30, 01:50](581 MB) +PASS -- TEST 'hrrr_control_gnu' [05:23, 03:24](849 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:25, 03:22](835 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [04:26, 02:33](889 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:22, 03:34](849 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:20, 01:47](578 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:19, 01:59](663 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [08:30, 06:20](844 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:12, 02:35] +PASS -- TEST 'control_csawmg_gnu' [07:29, 05:48](753 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:11, 05:00] +PASS -- TEST 'control_diag_debug_gnu' [03:25, 01:20](1281 MB) +PASS -- TEST 'regional_debug_gnu' [07:26, 05:42](752 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:18, 01:50](855 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:18, 01:47](857 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:22, 01:48](861 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:22, 01:47](861 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:25, 02:05](941 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:18, 02:49](854 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:29, 01:46](853 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:18, 01:09](500 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:18, 01:11](493 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:33, 01:24](1444 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:21, 01:47](854 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:18, 01:49](856 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:29, 02:57](866 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:11, 01:23] +PASS -- TEST 'control_wam_debug_gnu' [06:36, 04:35](1305 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 02:39] +PASS -- TEST 'control_csawmg_debug_gnu' [03:26, 01:46](734 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 02:41] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:22, 03:13](707 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:31, 03:06](709 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [04:29, 02:27](734 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:23, 02:29](727 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:22, 03:10](709 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [04:24, 01:42](550 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:32, 01:40](557 MB) +PASS -- TEST 'conus13km_control_gnu' [04:44, 02:58](903 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:34, 01:12](907 MB) +PASS -- TEST 'conus13km_decomp_gnu' [04:33, 02:59](907 MB) +PASS -- TEST 'conus13km_restart_gnu' [06:36, 01:43](580 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:11, 06:04] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:28, 03:38](733 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 05:32] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:19, 01:48](714 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:18, 01:46](716 MB) +PASS -- TEST 'conus13km_debug_gnu' [09:34, 07:11](922 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [09:33, 07:10](648 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [06:32, 04:08](923 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [09:32, 07:33](925 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [09:32, 07:06](991 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:11, 05:34] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:19, 01:50](742 MB) + +PASS -- COMPILE 's2swa_gnu' [13:11, 11:15] +PASS -- TEST 'cpld_control_p8_gnu' [12:57, 08:10](1586 MB) + +PASS -- COMPILE 's2s_gnu' [13:11, 11:16] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:51, 06:59](1545 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:11, 02:08] +PASS -- TEST 'cpld_debug_p8_gnu' [08:48, 04:42](1571 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [12:11, 10:28] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [14:43, 09:00](1562 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 01:44] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:42, 06:36](1570 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [12:11, 10:00] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:16, 02:21](1511 MB) SYNOPSIS: -Starting Date/Time: 20260102 15:58:14 -Ending Date/Time: 20260102 17:41:32 -Total Time: 01h:44m:03s +Starting Date/Time: 20260105 23:51:17 +Ending Date/Time: 20260106 02:22:34 +Total Time: 02h:32m:02s Compiles Completed: 63/63 Tests Completed: 272/272 From 6fa1a2d78332cfad7391b9ed00084f401c145cde Mon Sep 17 00:00:00 2001 From: gspetro-NOAA Date: Tue, 6 Jan 2026 10:29:36 -0600 Subject: [PATCH 16/23] hercules rt log - passed --- tests/logs/RegressionTests_hercules.log | 872 +++++++++++++----------- 1 file changed, 487 insertions(+), 385 deletions(-) diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 5880342745..bf3987cb5e 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,7 +1,7 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -9b45c07f7790db3013e9e9578b757f22e5959ed7 +d999a327008f6023f16cf2f185fbbdae2b67d108 Submodule hashes used in testing: 2c1cec7dd4d7a477abd2ae204db4a78295c24f16 AQM (v0.2.0-63-g2c1cec7) @@ -9,7 +9,7 @@ Submodule hashes used in testing: 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) c90ee5a0e72ecc9cbee4694e95df228d01f8d7dd CICE-interface/CICE (CICE6.0.0-444-gc90ee5a) 4954a6f9033f78e5c32bf33780384cbf2d0843e6 CICE-interface/CICE/icepack (Icepack1.1.0-225-g4954a6f) - e3837ee392cc26182a35ce9da532fa8857831385 CMEPS-interface/CMEPS (cmeps_v0.4.1-2326-ge3837ee3) + c71914a010e09ef5c0ced531267cd1587a4284f9 CMEPS-interface/CMEPS (cmeps_v0.4.1-2327-gc71914a) 69049ec0c26b3160c3dbe1980b2feb78470a37a6 CMakeModules (v1.0.0-36-g69049ec) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) @@ -19,12 +19,12 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - 3aba2887a0f7b1ebf9232de526b0de34080e1713 UFSATM (remotes/origin/HEAD) + 73b481db58bf689b67e0f77b66a50fb6014525a1 UFSATM (remotes/origin/test_ci) 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) - ac63f31931368b6fbeb3114e5c611ad3473a73cb UFSATM/ccpp/physics (EP4-2120-gac63f319) + 7395db572d57af1118b9b524e8f8cda4e1cced4c UFSATM/ccpp/physics (EP4-2122-g7395db57) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) - bd2b399a8890ac541e0893486dc78f8c304b4e0d UFSATM/fv3/atmos_cubed_sphere (201912_public_release-446-gbd2b399) + 87936f8b0d57b541ebade64a33a926b583c70c6d UFSATM/fv3/atmos_cubed_sphere (201912_public_release-450-g87936f8) 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/develop-226-g38d2177a) 8d41f98e66ea858c163a387aaa0c6179851a1466 UFSATM/upp (upp_v10.2.0-331-g8d41f98e) -179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd @@ -40,393 +40,495 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /work2/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20251217 -COMPARISON DIRECTORY: /work2/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_3589095 +BASELINE DIRECTORY: /work2/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20251223 +COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_2620518 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: nems +* (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [24:10, 22:30] ( 1 warnings 1066 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:46, 07:51](2162 MB) -PASS -- TEST 'cpld_control_gefs_intel' [28:30, 15:41](3114 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [21:07, 05:15](2813 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [28:30, 14:40](3147 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:12, 18:44] ( 1 warnings 1064 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [18:35, 14:59](2023 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:32, 16:03](2336 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:33, 05:44](1365 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [14:45, 08:03](2215 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:24, 15:50](1920 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [24:10, 22:15] ( 1 warnings 961 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [16:41, 09:35](2306 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [10:34, 04:45](1639 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [06:10, 04:15] ( 339 warnings 961 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [16:54, 09:55](2331 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 04:51] ( 339 warnings 2795 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [20:27, 17:55](1999 MB) - -PASS -- COMPILE 's2swa_intel' [24:10, 22:53] ( 1 warnings 1066 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [11:30, 08:29](2253 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:38, 08:06](2248 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:03, 04:24](1949 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [11:00, 08:14](2272 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:55, 04:26](1825 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [14:03, 11:17](2379 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:57, 08:09](2236 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:08, 06:52](2118 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:02, 08:12](2256 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [21:22, 16:43](2930 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:47, 05:15](2958 MB) - -PASS -- COMPILE 's2swal_intel' [24:10, 23:07] ( 1 warnings 1087 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [14:22, 09:44](2223 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [07:29, 04:15](1931 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [12:59, 08:30](2231 MB) - -PASS -- COMPILE 's2sw_intel' [24:10, 22:50] ( 1 warnings 1034 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [12:55, 08:24](2037 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [13:00, 08:42](2161 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:10, 04:45] ( 339 warnings 2044 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [15:53, 11:18](2289 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:10, 04:20] ( 339 warnings 2026 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:50, 05:36](2072 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [20:10, 18:38] ( 1 warnings 972 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [12:03, 06:11](2136 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [22:10, 20:53] ( 1 warnings 1057 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:55, 12:52](2090 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:16, 05:49](1402 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:27, 14:14](1989 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [10:36, 05:54](3043 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [08:14, 03:01](3032 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [07:17, 02:10](2473 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [06:25, 01:54](2241 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [06:24, 01:51](2238 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [03:37, 01:13](1551 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [06:43, 01:56](2227 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [05:26, 01:13](2223 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:33, 00:24](1539 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [05:53, 01:37](2169 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [03:04, 00:31](2164 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [06:06, 01:18](1508 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:10, 04:27] ( 339 warnings 2777 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:09, 21:38](2064 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:10, 09:45] ( 1 warnings 501 remarks ) -PASS -- TEST 'control_flake_intel' [04:29, 03:02](725 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:06, 01:54](1610 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:00, 02:26](1618 MB) -PASS -- TEST 'control_latlon_intel' [03:42, 02:01](1613 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:47, 02:23](1623 MB) -PASS -- TEST 'control_c48_intel' [07:29, 05:33](1717 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:27, 05:21](851 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [07:29, 05:43](1717 MB) -PASS -- TEST 'control_c192_intel' [07:41, 06:06](1810 MB) -PASS -- TEST 'control_c384_intel' [09:20, 06:48](2010 MB) -PASS -- TEST 'control_c384gdas_intel' [11:17, 07:52](1474 MB) -PASS -- TEST 'control_stochy_intel' [03:45, 01:28](683 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:42, 00:56](556 MB) -PASS -- TEST 'control_lndp_intel' [03:44, 01:21](679 MB) -PASS -- TEST 'control_iovr4_intel' [04:47, 02:12](672 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:52, 02:47](973 MB) -PASS -- TEST 'control_iovr5_intel' [04:47, 02:17](674 MB) -PASS -- TEST 'control_p8_intel' [05:32, 02:53](1896 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:29, 02:59](1897 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:39, 02:50](1909 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [05:33, 02:48](1925 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [05:28, 02:52](1932 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [04:57, 01:36](2424 MB) -PASS -- TEST 'control_restart_p8_intel' [04:13, 01:28](1206 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:27, 02:53](1903 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:21, 01:29](1225 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:26, 02:52](1896 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:51, 04:09](1984 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:44, 04:40](1911 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:44, 03:34](1972 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:35, 02:27](1917 MB) -PASS -- TEST 'merra2_thompson_intel' [05:30, 02:51](1914 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [07:22, 04:33](1921 MB) -PASS -- TEST 'regional_control_intel' [06:50, 04:17](1194 MB) -PASS -- TEST 'regional_restart_intel' [04:30, 02:32](1185 MB) -PASS -- TEST 'regional_decomp_intel' [06:50, 04:37](1165 MB) -PASS -- TEST 'regional_2threads_intel' [06:41, 04:27](1089 MB) -PASS -- TEST 'regional_noquilt_intel' [06:50, 04:17](1502 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:41, 04:19](1191 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:42, 04:18](1190 MB) -PASS -- TEST 'regional_wofs_intel' [07:40, 05:39](2100 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [12:10, 10:16] ( 1 warnings 481 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [10:09, 04:06](1934 MB) - -PASS -- COMPILE 'rrfs_intel' [11:10, 10:02] ( 4 warnings 448 remarks ) -PASS -- TEST 'rap_control_intel' [04:52, 03:01](1098 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:45, 04:07](1426 MB) -PASS -- TEST 'rap_decomp_intel' [06:46, 04:16](1060 MB) -PASS -- TEST 'rap_2threads_intel' [08:03, 04:40](1169 MB) -PASS -- TEST 'rap_restart_intel' [03:59, 01:35](1082 MB) -PASS -- TEST 'rap_sfcdiff_intel' [06:02, 03:00](1096 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [05:50, 03:13](1067 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:54, 01:35](1083 MB) -PASS -- TEST 'hrrr_control_intel' [05:58, 02:43](1095 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:56, 02:50](1051 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:42, 04:08](1142 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:20, 01:31](1052 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:14, 05:04](1208 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:24, 07:06](2012 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:19, 06:42](2162 MB) - -PASS -- COMPILE 'csawmg_intel' [10:11, 08:47] ( 1 warnings 417 remarks ) -PASS -- TEST 'control_csawmg_intel' [07:31, 05:21](1070 MB) -PASS -- TEST 'control_ras_intel' [05:17, 02:49](852 MB) - -PASS -- COMPILE 'wam_intel' [10:11, 08:24] ( 1 warnings 395 remarks ) -PASS -- TEST 'control_wam_intel' [12:38, 10:24](1676 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:10, 04:11] ( 418 warnings 589 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:21, 02:02](1631 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:20, 02:08](1641 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:24, 02:52](853 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:19, 02:37](851 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:23, 04:06](1160 MB) -PASS -- TEST 'control_ras_debug_intel' [05:18, 02:45](865 MB) -PASS -- TEST 'control_diag_debug_intel' [04:28, 02:27](1700 MB) -PASS -- TEST 'control_debug_p8_intel' [04:36, 02:31](1938 MB) -PASS -- TEST 'regional_debug_intel' [19:26, 17:19](1149 MB) -PASS -- TEST 'rap_control_debug_intel' [06:17, 04:43](1239 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:20, 04:20](1225 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:17, 04:19](1232 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:16, 04:47](1237 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:16, 04:42](1244 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:22, 05:23](1328 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:16, 04:56](1237 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:23, 04:49](1248 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:22, 04:50](1241 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:22, 05:03](1239 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:22, 04:19](1235 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:19, 04:40](1241 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:18, 07:39](1231 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:21, 04:55](1243 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:20, 04:43](1204 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:10, 02:39] ( 381 warnings 395 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:10, 08:39] ( 4 warnings 415 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:53, 03:37](1294 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:52, 03:17](1066 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:47, 03:23](1064 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:42, 03:47](1085 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:41, 03:34](1067 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:38, 03:40](1013 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [10:52, 01:55](1011 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [10:30, 01:53](981 MB) -PASS -- TEST 'conus13km_control_intel' [04:57, 03:05](1504 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:42, 01:20](1326 MB) -PASS -- TEST 'conus13km_decomp_intel' [05:44, 03:11](1535 MB) -PASS -- TEST 'conus13km_restart_intel' [10:37, 01:53](1242 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:11, 08:34] ( 4 warnings 415 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:33, 03:14](1123 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:47] ( 312 warnings 421 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:20, 04:06](1117 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:20, 04:07](1112 MB) -PASS -- TEST 'conus13km_debug_intel' [20:35, 18:35](1542 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [20:31, 18:34](1146 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [23:28, 21:13](1363 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [21:29, 19:08](1584 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:26, 18:36](1592 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:56] ( 312 warnings 415 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:20, 05:11](1214 MB) - -PASS -- COMPILE 'hafsw_intel' [15:10, 12:53] ( 1 warnings 693 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [05:37, 03:50](981 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [09:07, 05:41](1183 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:22, 03:25](1275 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [19:44, 14:22](1132 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:38, 05:06](592 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [13:45, 06:27](611 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [09:32, 02:34](432 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:26, 06:39](497 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [12:35, 03:21](603 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [10:40, 03:10](606 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [09:24, 01:06](456 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [14:10, 11:37] ( 1 warnings 950 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [20:37, 11:51](830 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:10, 10:46] ( 1 warnings 635 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [12:40, 05:09](1074 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [12:39, 05:12](1060 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [21:10, 18:25] ( 585 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [09:16, 02:24](1861 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:16, 01:34](1818 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [09:15, 02:15](1135 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [08:16, 02:17](1117 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [08:15, 02:18](1123 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [07:15, 02:25](1866 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:16, 02:26](1866 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:15, 02:15](1115 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:50, 05:51](1707 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:50, 05:36](1191 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:13, 02:23](1868 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:16, 03:48](4830 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:16, 03:53](4828 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:10, 02:49] ( 2 warnings 585 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:15, 05:41](1777 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:10, 00:47] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:27, 00:52](340 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:20, 00:36](566 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:23, 00:24](554 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [22:10, 18:56] ( 1 warnings 611 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:49, 03:05](2039 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:10, 09:38] ( 1 warnings 499 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:44, 04:07](2051 MB) - -PASS -- COMPILE 'atml_intel' [13:10, 11:13] ( 9 warnings 552 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [04:53, 02:36](1883 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:38, 01:33](1196 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:10, 03:57] ( 425 warnings 552 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:56, 04:12](1912 MB) - -PASS -- COMPILE 'atmw_intel' [12:10, 10:31] ( 1 warnings 518 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:46, 01:33](1937 MB) - -PASS -- COMPILE 'atmaero_intel' [14:11, 12:40] ( 1 warnings 413 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:45, 03:28](2009 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:37, 03:58](1788 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:37, 04:06](1815 MB) - -PASS -- COMPILE 'atmaq_intel' [11:10, 09:31] ( 1 warnings 598 remarks ) -PASS -- TEST 'regional_atmaq_intel' [15:20, 11:46](2938 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [17:06, 14:09](2946 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:10, 02:40] ( 398 warnings 598 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [34:04, 31:44](2952 MB) - -PASS -- COMPILE 'atm_fbh_intel' [10:10, 08:10] ( 4 warnings 422 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:23, 09:37](1081 MB) - -PASS -- COMPILE 'atm_gnu' [06:10, 04:14] -PASS -- TEST 'control_c48_gnu' [09:27, 07:47](1580 MB) -PASS -- TEST 'control_stochy_gnu' [04:19, 02:18](584 MB) -PASS -- TEST 'control_ras_gnu' [05:18, 03:44](589 MB) -PASS -- TEST 'control_p8_gnu' [06:57, 04:12](1539 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [06:36, 04:26](1534 MB) -PASS -- TEST 'control_flake_gnu' [06:22, 04:30](636 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:10, 03:55] -PASS -- TEST 'rap_control_gnu' [06:41, 04:09](936 MB) -PASS -- TEST 'rap_decomp_gnu' [06:35, 04:15](936 MB) -PASS -- TEST 'rap_2threads_gnu' [06:32, 03:33](991 MB) -PASS -- TEST 'rap_restart_gnu' [04:51, 02:12](673 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [07:38, 04:14](936 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [07:36, 04:14](935 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [04:55, 02:12](671 MB) -PASS -- TEST 'hrrr_control_gnu' [07:45, 04:13](930 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [08:32, 04:04](920 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [07:43, 03:34](989 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [07:32, 04:08](932 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:22, 02:07](671 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:17, 02:06](751 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [11:54, 07:44](930 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:10, 03:34] -PASS -- TEST 'control_csawmg_gnu' [10:25, 06:47](831 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:10, 06:12] -PASS -- TEST 'control_diag_debug_gnu' [04:25, 01:13](1363 MB) -PASS -- TEST 'regional_debug_gnu' [10:25, 07:07](885 MB) -PASS -- TEST 'rap_control_debug_gnu' [05:17, 02:06](946 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [05:17, 02:07](941 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [04:17, 02:03](943 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [05:17, 02:07](945 MB) -PASS -- TEST 'rap_diag_debug_gnu' [06:28, 02:30](1030 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [07:16, 03:31](939 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [05:17, 02:19](943 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:17, 01:12](577 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:16, 01:17](573 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:35, 01:21](1529 MB) -PASS -- TEST 'rap_flake_debug_gnu' [04:17, 02:09](943 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:19, 02:13](947 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:48, 03:27](952 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:10, 02:00] -PASS -- TEST 'control_wam_debug_gnu' [07:35, 05:23](1378 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:10, 03:13] -PASS -- TEST 'control_csawmg_debug_gnu' [03:25, 01:52](821 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:10, 03:51] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:41, 03:59](789 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:53, 03:52](786 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [05:29, 03:32](833 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:41, 03:28](830 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:33, 04:00](785 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:43, 02:04](646 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:22, 02:03](645 MB) -PASS -- TEST 'conus13km_control_gnu' [05:43, 03:49](1029 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:34, 02:01](1016 MB) -PASS -- TEST 'conus13km_decomp_gnu' [05:31, 03:56](1037 MB) -PASS -- TEST 'conus13km_restart_gnu' [04:30, 02:12](761 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 09:12] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:28, 04:23](818 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:10, 06:09] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:16, 01:59](795 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:18, 02:00](796 MB) -PASS -- TEST 'conus13km_debug_gnu' [10:30, 08:43](1049 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [10:29, 08:50](775 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [10:26, 09:08](1031 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [10:32, 08:58](1055 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [10:26, 08:42](1119 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:10, 06:00] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:17, 02:01](823 MB) - -PASS -- COMPILE 's2swa_gnu' [18:11, 16:53] -PASS -- TEST 'cpld_control_p8_gnu' [13:15, 10:13](1714 MB) - -PASS -- COMPILE 's2s_gnu' [18:10, 16:38] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [10:52, 08:40](1608 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:10, 02:27] -PASS -- TEST 'cpld_debug_p8_gnu' [07:53, 05:28](1711 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [18:11, 16:26] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [16:52, 14:16](1603 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [08:11, 02:03] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [10:49, 08:54](1609 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [23:11, 16:45] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:15, 02:44](1605 MB) - -PASS -- COMPILE 'atm_mpas_dyn32_gnu' [09:11, 02:44] -PASS -- TEST 'control_gfs_mpas_gnu' [02:19, 00:37](6436 MB) +PASS -- COMPILE 's2swa_32bit_intel' [21:10, 19:32] ( 1 warnings 1066 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:08, 07:46](2154 MB) +PASS -- TEST 'cpld_control_gefs_intel' [26:47, 14:52](3111 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [19:56, 04:53](2818 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [26:37, 13:39](3156 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:10, 19:29] ( 1 warnings 1064 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [17:22, 14:53](2018 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:32, 16:45](2332 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:27, 05:47](1319 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [09:44, 07:07](2218 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:53, 15:44](1928 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [22:10, 20:14] ( 1 warnings 961 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [14:08, 09:03](2310 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [10:33, 04:43](1642 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:10, 03:56] ( 339 warnings 961 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [14:14, 10:07](2334 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 04:48] ( 339 warnings 2795 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [20:23, 17:10](1988 MB) + +PASS -- COMPILE 's2swa_intel' [24:11, 22:36] ( 1 warnings 1066 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [11:20, 08:14](2257 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:12, 08:02](2259 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:03, 04:17](1952 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:58, 08:00](2286 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:26, 04:23](1839 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [13:02, 11:05](2381 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:47, 07:57](2244 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:06, 06:42](2122 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:07, 08:04](2256 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [17:43, 14:17](2933 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:30, 05:17](2960 MB) + +PASS -- COMPILE 's2swal_intel' [17:10, 15:38] ( 1 warnings 1087 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [11:14, 08:17](2222 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [07:26, 04:23](1927 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:06, 06:42](2247 MB) + +PASS -- COMPILE 's2sw_intel' [24:11, 22:22] ( 1 warnings 1034 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [10:02, 07:33](2046 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:10, 05:53](2175 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:10, 04:43] ( 339 warnings 2044 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [13:01, 11:04](2264 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:10, 04:21] ( 339 warnings 2026 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:52, 05:58](2066 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [22:10, 20:26] ( 1 warnings 972 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:06, 04:41](2141 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [21:10, 19:21] ( 1 warnings 1057 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [15:00, 12:14](2095 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:11, 05:44](1413 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [14:43, 13:04](1993 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [07:37, 05:16](3044 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:35, 01:38](3033 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:40, 00:59](2479 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [02:25, 00:56](2239 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:26, 00:31](2234 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:27, 00:23](1537 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [02:23, 00:54](2226 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:24, 00:32](2225 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:26, 00:25](1551 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:25, 00:33](2153 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:29, 00:25](2163 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:31, 00:21](1503 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:10, 04:26] ( 339 warnings 2777 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [24:05, 21:24](2064 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:10, 09:44] ( 1 warnings 501 remarks ) +PASS -- TEST 'control_flake_intel' [04:26, 02:52](724 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:26, 01:53](1596 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:30, 02:04](1616 MB) +PASS -- TEST 'control_latlon_intel' [03:23, 01:59](1610 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:26, 02:05](1618 MB) +PASS -- TEST 'control_c48_intel' [07:28, 05:31](1707 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:27, 05:21](829 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [07:29, 05:41](1711 MB) +PASS -- TEST 'control_c192_intel' [07:41, 05:56](1822 MB) +PASS -- TEST 'control_c384_intel' [09:17, 06:36](2007 MB) +PASS -- TEST 'control_c384gdas_intel' [11:12, 07:34](1469 MB) +PASS -- TEST 'control_stochy_intel' [03:22, 01:27](678 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:27, 00:51](554 MB) +PASS -- TEST 'control_lndp_intel' [03:22, 01:20](679 MB) +PASS -- TEST 'control_iovr4_intel' [03:23, 02:03](676 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:33, 02:26](968 MB) +PASS -- TEST 'control_iovr5_intel' [03:23, 02:03](676 MB) +PASS -- TEST 'control_p8_intel' [04:51, 02:22](1895 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:04, 02:29](1903 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:55, 02:20](1905 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:56, 02:22](1923 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [05:02, 02:26](1939 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:48, 01:37](2425 MB) +PASS -- TEST 'control_restart_p8_intel' [03:54, 01:25](1201 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:50, 02:19](1901 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:53, 01:24](1216 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:50, 02:22](1891 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:55, 03:29](1986 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:28, 04:00](1906 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:54, 03:28](1971 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:47, 02:27](1905 MB) +PASS -- TEST 'merra2_thompson_intel' [04:53, 02:52](1910 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [06:44, 04:22](1920 MB) +PASS -- TEST 'regional_control_intel' [06:26, 04:15](1189 MB) +PASS -- TEST 'regional_restart_intel' [04:22, 02:21](1185 MB) +PASS -- TEST 'regional_decomp_intel' [06:25, 04:28](1181 MB) +PASS -- TEST 'regional_2threads_intel' [06:23, 04:20](1080 MB) +PASS -- TEST 'regional_noquilt_intel' [06:38, 04:14](1503 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:28, 04:11](1197 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:25, 04:17](1194 MB) +PASS -- TEST 'regional_wofs_intel' [07:30, 05:23](2078 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [11:10, 10:06] ( 1 warnings 481 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [05:59, 03:15](1948 MB) + +PASS -- COMPILE 'rrfs_intel' [10:11, 08:38] ( 4 warnings 448 remarks ) +PASS -- TEST 'rap_control_intel' [04:49, 02:51](1087 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:46, 03:07](1441 MB) +PASS -- TEST 'rap_decomp_intel' [04:34, 02:58](1057 MB) +PASS -- TEST 'rap_2threads_intel' [06:45, 04:29](1183 MB) +PASS -- TEST 'rap_restart_intel' [03:39, 01:34](1096 MB) +PASS -- TEST 'rap_sfcdiff_intel' [04:46, 02:51](1097 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:44, 02:58](1063 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:51, 01:37](1085 MB) +PASS -- TEST 'hrrr_control_intel' [04:48, 02:43](1100 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:33, 02:49](1060 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:35, 04:06](1156 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:19, 01:30](1035 MB) +PASS -- TEST 'rrfs_v1beta_intel' [07:00, 05:00](1174 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:21, 07:03](2015 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:19, 06:41](2149 MB) + +PASS -- COMPILE 'csawmg_intel' [09:11, 08:03] ( 1 warnings 417 remarks ) +PASS -- TEST 'control_csawmg_intel' [07:24, 05:18](1074 MB) +PASS -- TEST 'control_ras_intel' [04:17, 02:50](853 MB) + +PASS -- COMPILE 'wam_intel' [09:12, 07:56] ( 1 warnings 395 remarks ) +PASS -- TEST 'control_wam_intel' [15:35, 13:14](1677 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:11, 03:47] ( 418 warnings 589 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:21, 01:58](1637 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:20, 02:04](1645 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:17, 02:34](857 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:19, 02:21](851 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:27, 04:36](1160 MB) +PASS -- TEST 'control_ras_debug_intel' [04:16, 02:22](854 MB) +PASS -- TEST 'control_diag_debug_intel' [04:21, 02:28](1709 MB) +PASS -- TEST 'control_debug_p8_intel' [04:33, 02:38](1940 MB) +PASS -- TEST 'regional_debug_intel' [16:27, 14:39](1150 MB) +PASS -- TEST 'rap_control_debug_intel' [06:17, 04:21](1241 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:20, 04:22](1227 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:17, 04:18](1245 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:17, 04:38](1236 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:22, 04:28](1241 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:25, 04:31](1319 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:18, 04:24](1232 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:17, 04:29](1255 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:18, 04:28](1251 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:18, 04:19](1237 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:22, 04:26](1243 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:17, 04:14](1239 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:18, 06:57](1225 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:22, 04:20](1242 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:19, 04:12](1241 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:11, 02:20] ( 381 warnings 395 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 09:16] ( 4 warnings 415 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:48, 02:58](1310 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:48, 02:31](1034 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:55, 02:29](1030 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:45, 03:41](1087 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:58, 03:39](1070 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:39, 02:34](996 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:51, 01:24](982 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:20, 01:23](954 MB) +PASS -- TEST 'conus13km_control_intel' [04:50, 02:29](1503 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:37, 01:20](1327 MB) +PASS -- TEST 'conus13km_decomp_intel' [04:40, 02:29](1542 MB) +PASS -- TEST 'conus13km_restart_intel' [03:36, 01:26](1283 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:11, 09:01] ( 4 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:35, 03:19](1111 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:22] ( 312 warnings 421 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:18, 04:25](1119 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:21, 03:56](1114 MB) +PASS -- TEST 'conus13km_debug_intel' [21:34, 19:24](1544 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [21:33, 19:23](1154 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [23:31, 21:17](1359 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [21:28, 20:05](1618 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:29, 19:00](1608 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:21] ( 312 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:20, 04:04](1217 MB) + +PASS -- COMPILE 'hafsw_intel' [13:11, 11:57] ( 1 warnings 693 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:41, 03:17](993 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [07:08, 04:54](1180 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:20, 02:48](1279 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:52, 14:09](1131 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:41, 04:34](590 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:53, 05:23](608 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:35, 02:13](432 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:27, 05:45](495 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:37, 03:00](608 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:40, 02:51](604 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:24, 00:52](449 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:10, 11:00] ( 1 warnings 950 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:46, 11:27](828 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:10, 10:35] ( 1 warnings 635 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:44, 05:16](1082 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:41, 05:13](1070 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [17:10, 16:06] ( 585 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:17, 02:28](1873 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:17, 01:35](1810 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:15, 02:14](1143 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:16, 02:17](1123 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:15, 02:21](1134 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:15, 02:24](1873 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:15, 02:27](1876 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:15, 02:18](1125 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:56, 05:58](1715 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:55, 05:45](1191 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:14, 02:26](1868 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:17, 03:50](4833 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:16, 03:57](4831 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 03:19] ( 2 warnings 585 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:16, 05:27](1776 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:43] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:29, 00:54](331 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:21, 00:36](558 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:25, 00:24](558 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:11, 15:01] ( 1 warnings 611 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:53, 03:04](2040 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:11, 08:32] ( 1 warnings 499 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:49, 04:06](2052 MB) + +PASS -- COMPILE 'atml_intel' [11:11, 09:35] ( 9 warnings 552 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [04:56, 02:44](1874 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:41, 01:30](1204 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:11, 03:29] ( 425 warnings 552 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:49, 04:09](1906 MB) + +PASS -- COMPILE 'atmw_intel' [11:10, 09:56] ( 1 warnings 518 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:50, 01:35](1940 MB) + +PASS -- COMPILE 'atmaero_intel' [13:11, 11:48] ( 1 warnings 413 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:46, 03:57](2012 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:40, 04:36](1788 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:39, 04:24](1812 MB) + +PASS -- COMPILE 'atmaq_intel' [10:11, 08:39] ( 1 warnings 598 remarks ) +PASS -- TEST 'regional_atmaq_intel' [14:22, 11:36](2945 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [16:12, 14:03](2944 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:37] ( 398 warnings 598 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [34:08, 31:16](2957 MB) + +PASS -- COMPILE 'atm_fbh_intel' [09:11, 07:51] ( 4 warnings 422 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:22, 09:30](1081 MB) + +PASS -- COMPILE 'atm_gnu' [05:11, 03:49] +PASS -- TEST 'control_c48_gnu' [09:30, 07:45](1581 MB) +PASS -- TEST 'control_stochy_gnu' [04:23, 02:33](586 MB) +PASS -- TEST 'control_ras_gnu' [06:20, 04:28](593 MB) +PASS -- TEST 'control_p8_gnu' [05:58, 03:39](1531 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:42, 03:31](1521 MB) +PASS -- TEST 'control_flake_gnu' [06:22, 05:07](633 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:11, 03:31] +PASS -- TEST 'rap_control_gnu' [06:35, 04:12](936 MB) +PASS -- TEST 'rap_decomp_gnu' [06:33, 04:16](936 MB) +PASS -- TEST 'rap_2threads_gnu' [05:47, 03:33](990 MB) +PASS -- TEST 'rap_restart_gnu' [04:54, 02:11](675 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [06:50, 04:16](937 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [06:34, 04:16](933 MB) +FAILED: RUN DID NOT COMPLETE -- TEST 'rap_sfcdiff_restart_gnu' [, ]( MB) +PASS -- TEST 'hrrr_control_gnu' [05:50, 04:02](930 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:43, 03:57](919 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:33, 03:35](989 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:47, 04:02](930 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:26, 02:07](667 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:20, 02:07](752 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [09:55, 07:44](931 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:11, 03:11] +PASS -- TEST 'control_csawmg_gnu' [08:26, 06:45](830 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:11, 05:52] +FAILED: RUN DID NOT COMPLETE -- TEST 'control_diag_debug_gnu' [, ]( MB) +FAILED: RUN DID NOT COMPLETE -- TEST 'regional_debug_gnu' [, ]( MB) +PASS -- TEST 'rap_control_debug_gnu' [03:18, 01:58](947 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:22, 01:56](943 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:17, 01:57](945 MB) +FAILED: RUN DID NOT COMPLETE -- TEST 'hrrr_c3_debug_gnu' [, ]( MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:28, 02:05](1035 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:18, 03:04](939 MB) +FAILED: RUN DID NOT COMPLETE -- TEST 'rap_progcld_thompson_debug_gnu' [, ]( MB) +PASS -- TEST 'control_ras_debug_gnu' [03:20, 01:10](581 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:18, 01:16](579 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:37, 01:17](1545 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:20, 01:58](945 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:20, 02:02](952 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:48, 03:33](951 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:10, 01:43] +PASS -- TEST 'control_wam_debug_gnu' [06:36, 05:08](1380 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:10, 03:04] +PASS -- TEST 'control_csawmg_debug_gnu' [03:26, 01:54](820 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:31] +FAILED: RUN DID NOT COMPLETE -- TEST 'rap_control_dyn32_phy32_gnu' [, ]( MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:36, 03:51](787 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [05:43, 03:55](834 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:41, 03:32](827 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:40, 03:55](786 MB) +FAILED: UNABLE TO START TEST -- TEST 'rap_restart_dyn32_phy32_gnu' [, ]( MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:22, 02:04](647 MB) +PASS -- TEST 'conus13km_control_gnu' [05:46, 03:53](1031 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:40, 02:04](1015 MB) +PASS -- TEST 'conus13km_decomp_gnu' [05:46, 04:01](1038 MB) +PASS -- TEST 'conus13km_restart_gnu' [03:40, 02:07](759 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 09:11] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:32, 04:27](816 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 06:10] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:18, 02:16](799 MB) +FAILED: RUN DID NOT COMPLETE -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [, ]( MB) +PASS -- TEST 'conus13km_debug_gnu' [11:37, 09:20](1052 MB) +FAILED: RUN DID NOT COMPLETE -- TEST 'conus13km_debug_qr_gnu' [, ]( MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [11:27, 09:11](1034 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [11:26, 09:50](1057 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [11:31, 09:44](1124 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 06:11] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:20, 02:16](828 MB) + +PASS -- COMPILE 's2swa_gnu' [18:11, 16:16] +PASS -- TEST 'cpld_control_p8_gnu' [14:28, 11:48](1702 MB) + +PASS -- COMPILE 's2s_gnu' [16:11, 15:10] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [11:03, 08:29](1621 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:11, 02:20] +PASS -- TEST 'cpld_debug_p8_gnu' [09:01, 06:23](1717 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [17:12, 15:16] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [15:57, 13:50](1581 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:10, 02:07] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [10:54, 08:53](1605 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [17:11, 15:35] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:16, 02:48](1603 MB) + +PASS -- COMPILE 'atm_mpas_dyn32_gnu' [04:10, 02:50] +PASS -- TEST 'control_gfs_mpas_gnu' [02:20, 00:36](6437 MB) SYNOPSIS: -Starting Date/Time: 20251223 14:04:14 -Ending Date/Time: 20251223 15:47:55 -Total Time: 01h:44m:16s +Starting Date/Time: 20260105 16:50:04 +Ending Date/Time: 20260105 18:22:54 +Total Time: 01h:34m:28s Compiles Completed: 56/56 -Tests Completed: 262/262 +Tests Completed: 253/262 +Failed Tests: +* TEST rap_sfcdiff_restart_gnu: FAILED: RUN DID NOT COMPLETE +-- LOG: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/3033/tests/logs/log_hercules/run_rap_sfcdiff_restart_gnu.log +* TEST control_diag_debug_gnu: FAILED: RUN DID NOT COMPLETE +-- LOG: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/3033/tests/logs/log_hercules/run_control_diag_debug_gnu.log +* TEST regional_debug_gnu: FAILED: RUN DID NOT COMPLETE +-- LOG: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/3033/tests/logs/log_hercules/run_regional_debug_gnu.log +* TEST hrrr_c3_debug_gnu: FAILED: RUN DID NOT COMPLETE +-- LOG: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/3033/tests/logs/log_hercules/run_hrrr_c3_debug_gnu.log +* TEST rap_progcld_thompson_debug_gnu: FAILED: RUN DID NOT COMPLETE +-- LOG: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/3033/tests/logs/log_hercules/run_rap_progcld_thompson_debug_gnu.log +* TEST rap_control_dyn32_phy32_gnu: FAILED: RUN DID NOT COMPLETE +-- LOG: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/3033/tests/logs/log_hercules/run_rap_control_dyn32_phy32_gnu.log +* TEST rap_restart_dyn32_phy32_gnu: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST hrrr_control_debug_dyn32_phy32_gnu: FAILED: RUN DID NOT COMPLETE +-- LOG: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/3033/tests/logs/log_hercules/run_hrrr_control_debug_dyn32_phy32_gnu.log +* TEST conus13km_debug_qr_gnu: FAILED: RUN DID NOT COMPLETE +-- LOG: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/3033/tests/logs/log_hercules/run_conus13km_debug_qr_gnu.log + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF HERCULES REGRESSION TESTING LOG==== +====START OF HERCULES REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +0a48f9083bc5491fbe5e68ed30d7438f2c6069b1 + +Submodule hashes used in testing: + 2c1cec7dd4d7a477abd2ae204db4a78295c24f16 AQM (v0.2.0-63-g2c1cec7) + 642e81395472d5887b54f601b60ee607ed39bf09 AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-6194-g642e81395) + 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) + c90ee5a0e72ecc9cbee4694e95df228d01f8d7dd CICE-interface/CICE (CICE6.0.0-444-gc90ee5a) + 4954a6f9033f78e5c32bf33780384cbf2d0843e6 CICE-interface/CICE/icepack (Icepack1.1.0-225-g4954a6f) + c71914a010e09ef5c0ced531267cd1587a4284f9 CMEPS-interface/CMEPS (cmeps_v0.4.1-2327-gc71914a) + 69049ec0c26b3160c3dbe1980b2feb78470a37a6 CMakeModules (v1.0.0-36-g69049ec) + 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + 05a3f7ae291b59a2ab7611a042f2fc99be31dc61 LM4-driver (baseline_change_240904-7-g05a3f7a) + c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) + 647b04715407efa5a0f34127af6f6b88eeb05dae MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10738-g647b04715) + 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) + 73b481db58bf689b67e0f77b66a50fb6014525a1 UFSATM (remotes/origin/test_ci) + 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) + 7395db572d57af1118b9b524e8f8cda4e1cced4c UFSATM/ccpp/physics (EP4-2122-g7395db57) + c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) + 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) + 87936f8b0d57b541ebade64a33a926b583c70c6d UFSATM/fv3/atmos_cubed_sphere (201912_public_release-450-g87936f8) + 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/develop-226-g38d2177a) + 8d41f98e66ea858c163a387aaa0c6179851a1466 UFSATM/upp (upp_v10.2.0-331-g8d41f98e) +-179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd +-3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd + b6db1fc588ad7055247128174245615b2c20c242 WW3 (6.07.1-513-gb6db1fc5) + 3be9c444ace991b4235e4e978449cc3d3fd0d2d1 fire_behavior (v0.2.0-3-g3be9c44) + ae192f119b8614b4476a1b04ba55f6fb93e2953d stochastic_physics (ufs-v2.0.0-298-gae192f1) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /work2/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20251223 +COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_3463550 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-l) - USE CONFIG FILE: retest.conf +* (-e) - USE ECFLOW + +PASS -- COMPILE 'rrfs_gnu' [05:10, 03:42] +PASS -- TEST 'rap_sfcdiff_gnu' [06:49, 04:13](934 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [04:42, 02:32](674 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:10, 05:51] +PASS -- TEST 'control_diag_debug_gnu' [03:24, 01:11](1364 MB) +PASS -- TEST 'regional_debug_gnu' [08:29, 06:46](899 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:22, 02:00](944 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [05:18, 03:16](946 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:10, 03:52] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [06:49, 04:44](790 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [04:40, 02:35](644 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:10, 06:24] +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:17, 02:04](800 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [11:37, 09:26](776 MB) + +SYNOPSIS: +Starting Date/Time: 20260105 22:08:13 +Ending Date/Time: 20260105 22:29:29 +Total Time: 00h:21m:35s +Compiles Completed: 4/4 +Tests Completed: 10/10 NOTES: A file 'test_changes.list' was generated but is empty. From e00df7e32ce965cf0b4800dc0fc8930e3921f0d0 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Tue, 6 Jan 2026 17:54:37 +0000 Subject: [PATCH 17/23] Acorn RT Log: passed --- tests/logs/RegressionTests_acorn.log | 530 +++++++++++++-------------- 1 file changed, 265 insertions(+), 265 deletions(-) diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index 13405ba137..292be8422a 100644 --- a/tests/logs/RegressionTests_acorn.log +++ b/tests/logs/RegressionTests_acorn.log @@ -1,7 +1,7 @@ ====START OF ACORN REGRESSION TESTING LOG==== UFSWM hash used in testing: -90a970812d10883a3d8fe59f3f58155bb476b814 +0a48f9083bc5491fbe5e68ed30d7438f2c6069b1 Submodule hashes used in testing: 2c1cec7dd4d7a477abd2ae204db4a78295c24f16 AQM (v0.2.0-63-g2c1cec7) @@ -9,19 +9,19 @@ Submodule hashes used in testing: 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) c90ee5a0e72ecc9cbee4694e95df228d01f8d7dd CICE-interface/CICE (CICE6.0.0-444-gc90ee5a) 4954a6f9033f78e5c32bf33780384cbf2d0843e6 CICE-interface/CICE/icepack (Icepack1.1.0-225-g4954a6f) - 4cd332cf2f43f36733dfbf4b501eac328c88f1c7 CMEPS-interface/CMEPS (cmeps_v0.4.1-3306-g4cd332cf) + c71914a010e09ef5c0ced531267cd1587a4284f9 CMEPS-interface/CMEPS (cmeps_v0.4.1-2327-gc71914a) 69049ec0c26b3160c3dbe1980b2feb78470a37a6 CMakeModules (v1.0.0-36-g69049ec) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) 05a3f7ae291b59a2ab7611a042f2fc99be31dc61 LM4-driver (baseline_change_240904-7-g05a3f7a) c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) - 41f39db7990b82ae037b632ca3feb4d79762af62 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10724-g41f39db79) + 647b04715407efa5a0f34127af6f6b88eeb05dae MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10738-g647b04715) 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - 8b2c4e7472f258fdfa120d723f21df22955b739a UFSATM (remotes/origin/feature/gcycle_non6) + 73b481db58bf689b67e0f77b66a50fb6014525a1 UFSATM (remotes/origin/test_ci) 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) - da93b491c8bf8a6a8be24cf68ed38f133c2dd5c2 UFSATM/ccpp/physics (remotes/origin/feature/gcycle_non6) + 7395db572d57af1118b9b524e8f8cda4e1cced4c UFSATM/ccpp/physics (EP4-2122-g7395db57) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) 87936f8b0d57b541ebade64a33a926b583c70c6d UFSATM/fv3/atmos_cubed_sphere (201912_public_release-450-g87936f8) @@ -41,275 +41,275 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20251223 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_2401025 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_3935473 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [18:31, 17:00] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [17:33, 06:37](3320 MB) -PASS -- TEST 'cpld_control_gefs_intel' [52:39, 17:07](4109 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [24:41, 07:51](3906 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:31, 16:35] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [21:13, 13:16](1899 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:11, 14:12](1950 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:58, 06:27](1072 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [13:13, 06:30](1931 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [28:23, 15:15](1874 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [16:29, 14:42] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [16:20, 11:43](2194 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [17:22, 06:02](1355 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [06:19, 04:34] ( 335 warnings 1 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [18:22, 13:07](2243 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:19, 05:03] ( 335 warnings 1784 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:16, 20:18](1959 MB) - -PASS -- COMPILE 's2swa_intel' [18:34, 16:30] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [25:15, 08:16](3359 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:28, 08:20](3357 MB) -PASS -- TEST 'cpld_restart_p8_intel' [10:49, 04:38](3240 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [24:39, 08:14](3377 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [11:24, 04:50](3256 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [25:06, 07:37](3565 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [18:22, 08:11](3350 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [25:05, 06:52](3295 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [24:39, 08:16](3359 MB) - -PASS -- COMPILE 's2swal_intel' [18:33, 17:06] ( 1 warnings 2 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [22:33, 08:27](3358 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [10:14, 04:50](3238 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [16:24, 08:29](3343 MB) - -PASS -- COMPILE 's2sw_intel' [17:33, 15:22] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [10:45, 04:34](1917 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:19, 07:17](1985 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [16:30, 14:34] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:10, 05:07](1988 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:31, 15:32] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:53, 13:00](1921 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:55, 06:20](1103 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:53, 15:19](1888 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [08:33, 05:56](2888 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [04:27, 01:59](2902 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:06, 01:18](2300 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [03:58, 01:25](2111 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:57, 00:54](2115 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:49, 00:48](1453 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [03:57, 01:20](2118 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:57, 00:55](2113 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [03:56, 00:46](1454 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:56, 00:56](2042 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:57, 00:54](2044 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [04:52, 00:39](1397 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:19, 04:35] ( 335 warnings 1784 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:46, 23:55](1965 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:26, 10:40] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [19:50, 03:59](684 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [20:55, 02:32](1566 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [20:07, 02:38](1574 MB) -PASS -- TEST 'control_latlon_intel' [18:47, 02:42](1574 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [18:53, 02:35](1575 MB) -PASS -- TEST 'control_c48_intel' [08:45, 06:09](1589 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:48, 05:40](720 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [10:45, 06:32](1591 MB) -PASS -- TEST 'control_c192_intel' [22:08, 07:12](1702 MB) -PASS -- TEST 'control_c384_intel' [10:09, 08:43](1992 MB) -PASS -- TEST 'control_c384gdas_intel' [18:38, 09:42](1144 MB) -PASS -- TEST 'control_stochy_intel' [14:43, 01:55](631 MB) -PASS -- TEST 'control_stochy_restart_intel' [05:37, 01:16](399 MB) -PASS -- TEST 'control_lndp_intel' [11:39, 01:44](637 MB) -PASS -- TEST 'control_iovr4_intel' [11:41, 02:34](630 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [11:05, 02:57](916 MB) -PASS -- TEST 'control_iovr5_intel' [10:40, 02:36](628 MB) -PASS -- TEST 'control_p8_intel' [12:25, 02:56](1852 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [11:45, 03:05](1857 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [08:11, 02:54](1857 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [11:26, 02:55](1875 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [11:45, 03:03](1884 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [08:46, 02:17](2429 MB) -PASS -- TEST 'control_restart_p8_intel' [05:44, 01:49](1012 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:35, 02:54](1851 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:59, 01:48](1013 MB) -PASS -- TEST 'control_decomp_p8_intel' [08:01, 03:01](1846 MB) -PASS -- TEST 'control_2threads_p8_intel' [07:42, 02:47](1925 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:02, 04:52](1858 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [09:13, 04:07](1908 MB) -PASS -- TEST 'control_p8_mynn_intel' [07:04, 03:07](1868 MB) -PASS -- TEST 'merra2_thompson_intel' [09:34, 03:26](1856 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [09:15, 04:31](1861 MB) -PASS -- TEST 'regional_control_intel' [07:55, 04:54](870 MB) -PASS -- TEST 'regional_restart_intel' [04:56, 02:52](879 MB) -PASS -- TEST 'regional_decomp_intel' [08:52, 05:12](880 MB) -PASS -- TEST 'regional_2threads_intel' [06:49, 03:10](990 MB) -PASS -- TEST 'regional_noquilt_intel' [07:53, 05:03](1160 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:52, 05:06](872 MB) -PASS -- TEST 'regional_wofs_intel' [09:52, 07:02](1612 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [11:24, 09:54] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [08:09, 04:08](1881 MB) - -PASS -- COMPILE 'rrfs_intel' [10:24, 08:50] ( 4 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [08:08, 03:39](1010 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:19, 04:12](1177 MB) -PASS -- TEST 'rap_decomp_intel' [07:23, 03:55](1016 MB) -PASS -- TEST 'rap_2threads_intel' [06:23, 03:32](1088 MB) -PASS -- TEST 'rap_restart_intel' [06:20, 02:09](768 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:32, 03:41](1005 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:28, 03:50](1006 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:14, 02:14](760 MB) -PASS -- TEST 'hrrr_control_intel' [08:10, 03:40](1008 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:21, 03:48](1006 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:22, 03:14](1074 MB) -PASS -- TEST 'hrrr_control_restart_intel' [05:35, 02:01](757 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:01, 06:46](1004 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:38, 08:38](1966 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:38, 08:11](1960 MB) - -PASS -- COMPILE 'csawmg_intel' [10:23, 08:41] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [08:58, 06:31](958 MB) -PASS -- TEST 'control_ras_intel' [05:31, 03:24](667 MB) - -PASS -- COMPILE 'wam_intel' [09:22, 08:03] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [16:14, 12:30](1649 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:19, 04:59] ( 414 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:39, 02:42](1605 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:38, 02:46](1613 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:32, 03:30](817 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:32, 03:17](816 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:50, 04:52](1110 MB) -PASS -- TEST 'control_ras_debug_intel' [05:31, 03:12](828 MB) -PASS -- TEST 'control_diag_debug_intel' [05:42, 03:15](1673 MB) -PASS -- TEST 'control_debug_p8_intel' [06:03, 03:09](1899 MB) -PASS -- TEST 'regional_debug_intel' [21:13, 18:35](937 MB) -PASS -- TEST 'rap_control_debug_intel' [07:37, 05:44](1185 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:39, 05:35](1185 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [08:36, 05:40](1189 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [08:35, 05:48](1191 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:35, 05:40](1190 MB) -PASS -- TEST 'rap_diag_debug_intel' [09:52, 05:58](1278 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [09:38, 05:51](1187 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [09:35, 05:49](1190 MB) -PASS -- TEST 'rap_lndp_debug_intel' [09:42, 05:45](1198 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [09:42, 05:43](1189 MB) -PASS -- TEST 'rap_noah_debug_intel' [09:36, 05:37](1189 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [09:37, 05:42](1189 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:41, 09:05](1189 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [09:41, 05:39](1193 MB) -PASS -- TEST 'rap_flake_debug_intel' [09:35, 05:40](1190 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [15:30, 09:40](1188 MB) +PASS -- COMPILE 's2swa_32bit_intel' [18:31, 16:59] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [17:39, 06:37](3320 MB) +PASS -- TEST 'cpld_control_gefs_intel' [46:29, 17:03](4103 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [24:45, 07:57](3905 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:33, 17:07] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [28:30, 13:11](1899 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:15, 14:13](1951 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:05, 06:21](1072 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [13:20, 06:30](1930 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [28:36, 15:20](1874 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [16:29, 14:54] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [17:19, 11:56](2197 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [19:40, 06:17](1353 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [06:18, 04:33] ( 335 warnings 1 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [18:26, 13:07](2235 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:19, 05:12] ( 335 warnings 1784 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:08, 20:15](1937 MB) + +PASS -- COMPILE 's2swa_intel' [18:33, 16:18] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [15:43, 08:27](3358 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [24:46, 08:18](3356 MB) +PASS -- TEST 'cpld_restart_p8_intel' [13:14, 04:39](3238 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [15:38, 08:21](3375 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [13:19, 04:56](3253 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [24:40, 07:51](3575 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [24:40, 08:13](3350 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [27:30, 06:49](3294 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:38, 08:16](3358 MB) + +PASS -- COMPILE 's2swal_intel' [18:32, 16:36] ( 1 warnings 2 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [28:48, 08:31](3357 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [10:27, 04:52](3237 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [16:32, 08:17](3343 MB) + +PASS -- COMPILE 's2sw_intel' [17:32, 15:32] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:49, 04:37](1916 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:17, 07:21](1985 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [16:32, 14:54] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:13, 05:13](1989 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:33, 15:18] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:58, 13:03](1922 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [14:59, 06:17](1112 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:09, 15:13](1893 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [08:32, 05:58](2887 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:29, 02:13](2902 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:06, 01:17](2308 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [03:57, 01:18](2117 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [03:56, 00:58](2115 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:50, 00:53](1453 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [03:56, 01:25](2117 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [03:57, 01:09](2117 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [03:47, 00:48](1452 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [03:56, 00:57](2042 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:56, 00:48](2042 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:50, 00:31](1399 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:20, 04:45] ( 335 warnings 1784 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:57, 24:05](1963 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:26, 10:42] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [16:45, 03:59](679 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [15:48, 02:33](1564 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [16:56, 02:37](1574 MB) +PASS -- TEST 'control_latlon_intel' [17:45, 02:31](1575 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [16:52, 02:34](1574 MB) +PASS -- TEST 'control_c48_intel' [08:47, 06:28](1594 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:46, 05:43](722 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [10:47, 06:33](1591 MB) +PASS -- TEST 'control_c192_intel' [21:05, 07:12](1702 MB) +PASS -- TEST 'control_c384_intel' [33:28, 08:47](1993 MB) +PASS -- TEST 'control_c384gdas_intel' [44:21, 09:40](1132 MB) +PASS -- TEST 'control_stochy_intel' [12:42, 01:59](633 MB) +PASS -- TEST 'control_stochy_restart_intel' [06:36, 01:01](401 MB) +PASS -- TEST 'control_lndp_intel' [10:39, 01:42](637 MB) +PASS -- TEST 'control_iovr4_intel' [10:41, 02:36](632 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [10:05, 03:02](913 MB) +PASS -- TEST 'control_iovr5_intel' [09:41, 02:34](631 MB) +PASS -- TEST 'control_p8_intel' [11:28, 02:57](1854 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [11:44, 03:04](1857 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [12:15, 02:56](1856 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [12:14, 03:03](1877 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [12:38, 03:04](1885 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [10:43, 02:20](2429 MB) +PASS -- TEST 'control_restart_p8_intel' [05:36, 01:51](1010 MB) +PASS -- TEST 'control_noqr_p8_intel' [10:12, 02:53](1853 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [07:13, 01:59](1013 MB) +PASS -- TEST 'control_decomp_p8_intel' [10:34, 03:04](1846 MB) +PASS -- TEST 'control_2threads_p8_intel' [08:42, 02:53](1930 MB) +PASS -- TEST 'control_p8_lndp_intel' [11:00, 05:06](1859 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [10:13, 04:17](1908 MB) +PASS -- TEST 'control_p8_mynn_intel' [08:04, 03:07](1868 MB) +PASS -- TEST 'merra2_thompson_intel' [09:35, 03:33](1856 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [10:16, 04:35](1862 MB) +PASS -- TEST 'regional_control_intel' [07:55, 05:08](878 MB) +PASS -- TEST 'regional_restart_intel' [04:54, 02:51](879 MB) +PASS -- TEST 'regional_decomp_intel' [08:50, 05:19](877 MB) +PASS -- TEST 'regional_2threads_intel' [06:50, 03:23](990 MB) +PASS -- TEST 'regional_noquilt_intel' [06:49, 04:56](1176 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:51, 04:59](877 MB) +PASS -- TEST 'regional_wofs_intel' [11:01, 06:51](1612 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [11:24, 09:51] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [08:12, 04:00](1881 MB) + +PASS -- COMPILE 'rrfs_intel' [10:23, 08:49] ( 4 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [08:10, 03:51](1012 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:19, 04:09](1187 MB) +PASS -- TEST 'rap_decomp_intel' [08:27, 03:52](1015 MB) +PASS -- TEST 'rap_2threads_intel' [07:22, 03:31](1075 MB) +PASS -- TEST 'rap_restart_intel' [07:11, 02:09](762 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:52, 03:47](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:36, 03:59](1011 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:15, 02:05](761 MB) +PASS -- TEST 'hrrr_control_intel' [09:45, 03:42](1001 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [09:31, 03:48](1003 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [09:24, 03:23](1066 MB) +PASS -- TEST 'hrrr_control_restart_intel' [07:39, 02:06](757 MB) +PASS -- TEST 'rrfs_v1beta_intel' [13:03, 06:38](1003 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [12:42, 08:39](1967 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:41, 08:17](1959 MB) + +PASS -- COMPILE 'csawmg_intel' [10:23, 08:40] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [10:57, 06:31](959 MB) +PASS -- TEST 'control_ras_intel' [07:34, 03:23](668 MB) + +PASS -- COMPILE 'wam_intel' [09:22, 08:04] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [16:15, 12:34](1658 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:18, 04:57] ( 414 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:40, 02:36](1604 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [07:41, 02:46](1614 MB) +PASS -- TEST 'control_stochy_debug_intel' [09:37, 03:37](819 MB) +PASS -- TEST 'control_lndp_debug_intel' [08:35, 03:20](821 MB) +PASS -- TEST 'control_csawmg_debug_intel' [10:59, 04:49](1110 MB) +PASS -- TEST 'control_ras_debug_intel' [07:33, 03:14](827 MB) +PASS -- TEST 'control_diag_debug_intel' [07:40, 03:18](1673 MB) +PASS -- TEST 'control_debug_p8_intel' [08:01, 03:06](1899 MB) +PASS -- TEST 'regional_debug_intel' [24:19, 18:40](941 MB) +PASS -- TEST 'rap_control_debug_intel' [10:40, 05:43](1187 MB) +PASS -- TEST 'hrrr_control_debug_intel' [11:43, 05:37](1187 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [11:39, 05:37](1186 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [11:38, 05:46](1190 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [11:40, 05:46](1189 MB) +PASS -- TEST 'rap_diag_debug_intel' [10:56, 05:58](1276 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [10:37, 05:53](1190 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [10:35, 05:47](1190 MB) +PASS -- TEST 'rap_lndp_debug_intel' [10:40, 05:47](1196 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [11:38, 05:46](1189 MB) +PASS -- TEST 'rap_noah_debug_intel' [12:39, 05:41](1188 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [12:39, 05:48](1188 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [15:43, 09:04](1188 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [11:41, 05:43](1191 MB) +PASS -- TEST 'rap_flake_debug_intel' [11:39, 05:46](1189 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [17:33, 09:47](1193 MB) PASS -- COMPILE 'wam_debug_intel' [06:19, 03:31] ( 378 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [19:18, 14:54](1695 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:23, 08:12] ( 4 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [11:20, 03:53](1030 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:07, 03:12](885 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [09:13, 03:12](882 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:22, 02:52](936 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:45, 02:48](926 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [08:45, 03:15](887 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:03, 01:52](728 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:33, 01:56](722 MB) -PASS -- TEST 'conus13km_control_intel' [05:23, 03:00](1013 MB) -PASS -- TEST 'conus13km_2threads_intel' [06:03, 01:28](1138 MB) -PASS -- TEST 'conus13km_decomp_intel' [07:06, 02:50](1025 MB) -PASS -- TEST 'conus13km_restart_intel' [04:01, 01:51](682 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:24, 08:25] ( 4 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:55, 04:03](917 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:20, 03:32] ( 309 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [09:36, 05:40](1066 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [09:38, 05:28](1067 MB) -PASS -- TEST 'conus13km_debug_intel' [26:30, 24:22](1096 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [26:26, 24:17](811 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [16:12, 13:44](1213 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [27:21, 24:44](1083 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [27:24, 24:38](1168 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:19, 03:31] ( 309 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:36, 05:40](1100 MB) - -PASS -- COMPILE 'hafsw_intel' [14:28, 12:17] ( 1 warnings 1 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:59, 04:37](695 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [13:06, 04:53](906 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [15:49, 03:31](1053 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:07, 11:41](786 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:00, 05:38](462 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [12:07, 06:41](474 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [07:52, 02:59](378 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [32:15, 07:53](422 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [10:54, 03:49](495 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [09:01, 03:40](498 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [08:34, 01:35](403 MB) -PASS -- TEST 'gnv1_nested_intel' [07:07, 03:43](1689 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:25, 10:20] ( 1 warnings ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [22:38, 05:30](775 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:26, 09:05] ( 1 warnings ) -PASS -- TEST 'hafs_regional_docn_intel' [15:06, 06:50](746 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [13:04, 06:50](720 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [16:30, 13:45] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [06:27, 03:02](1568 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:29, 02:00](1567 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:26, 02:42](684 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:30, 02:55](681 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [07:28, 02:45](683 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [07:28, 03:01](1565 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [08:30, 03:13](1567 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [08:29, 02:52](682 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:31, 07:13](1368 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:30, 06:58](700 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [06:25, 03:05](1568 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:29, 05:19](4521 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:29, 05:13](4525 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:15, 00:52] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:42, 01:09](302 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:34, 00:50](438 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [05:37, 00:39](438 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [17:31, 14:26] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:36, 03:45](1908 MB) - -PASS -- COMPILE 'atml_intel' [16:31, 10:04] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [07:17, 03:23](1862 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:04, 01:57](1031 MB) - -PASS -- COMPILE 'atml_debug_intel' [12:27, 04:27] ( 421 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:16, 05:38](1903 MB) - -PASS -- COMPILE 'atmw_intel' [16:29, 09:02] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [08:09, 02:04](1873 MB) - -PASS -- COMPILE 'atmaero_intel' [22:36, 15:12] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [10:54, 04:39](3227 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:36, 05:19](3109 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:38, 05:20](3115 MB) - -PASS -- COMPILE 'atmaq_intel' [15:28, 08:40] ( 1 warnings ) -PASS -- TEST 'regional_atmaq_intel' [21:54, 14:49](2400 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [24:43, 17:43](2445 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:18, 03:38] ( 395 warnings ) -PASS -- TEST 'regional_atmaq_debug_intel' [48:04, 40:34](1972 MB) +PASS -- TEST 'control_wam_debug_intel' [21:19, 14:52](1697 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:23, 08:22] ( 4 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [14:25, 03:54](1025 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:45, 03:13](888 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [10:55, 03:05](878 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:25, 03:02](931 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [10:47, 02:54](929 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [10:47, 03:17](888 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:08, 01:49](727 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:34, 01:47](720 MB) +PASS -- TEST 'conus13km_control_intel' [05:23, 02:52](1014 MB) +PASS -- TEST 'conus13km_2threads_intel' [06:05, 01:25](1140 MB) +PASS -- TEST 'conus13km_decomp_intel' [07:07, 03:12](1024 MB) +PASS -- TEST 'conus13km_restart_intel' [04:09, 01:42](682 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:24, 08:24] ( 4 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:56, 04:00](918 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:19, 03:34] ( 309 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [09:36, 05:39](1067 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [10:42, 05:34](1067 MB) +PASS -- TEST 'conus13km_debug_intel' [26:35, 24:21](1096 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [27:34, 24:32](811 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [17:14, 13:32](1214 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [28:24, 24:49](1106 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [28:25, 24:28](1169 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:18, 03:33] ( 309 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:38, 05:42](1103 MB) + +PASS -- COMPILE 'hafsw_intel' [14:29, 12:23] ( 1 warnings 1 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:59, 04:37](696 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [14:08, 04:47](908 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [15:53, 03:39](1049 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [17:09, 11:38](785 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:01, 05:40](465 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [13:05, 06:51](474 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [08:54, 02:58](375 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [30:14, 08:01](421 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [12:56, 03:53](512 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [12:02, 03:33](493 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [12:43, 01:38](406 MB) +PASS -- TEST 'gnv1_nested_intel' [08:07, 03:38](1696 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:26, 10:17] ( 1 warnings ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [17:32, 05:31](775 MB) + +PASS -- COMPILE 'hafs_all_intel' [11:24, 09:02] ( 1 warnings ) +PASS -- TEST 'hafs_regional_docn_intel' [17:11, 06:56](746 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [16:14, 06:51](766 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [16:30, 13:53] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:27, 03:10](1565 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:29, 02:03](1565 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:24, 02:43](684 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:26, 02:49](683 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:27, 03:02](681 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:27, 02:59](1565 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:27, 03:11](1565 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [06:27, 02:49](682 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:32, 07:13](1366 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:29, 06:53](699 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:26, 03:03](1564 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:29, 05:22](4522 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [08:31, 05:16](4520 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:16, 00:53] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [05:42, 01:11](303 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [06:37, 00:56](436 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [04:36, 00:42](437 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [17:30, 14:21] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:34, 03:49](1909 MB) + +PASS -- COMPILE 'atml_intel' [14:28, 10:07] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [10:26, 03:26](1863 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:03, 02:08](1032 MB) + +PASS -- COMPILE 'atml_debug_intel' [11:25, 04:24] ( 421 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [12:21, 05:45](1903 MB) + +PASS -- COMPILE 'atmw_intel' [15:28, 08:53] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:04, 02:04](1872 MB) + +PASS -- COMPILE 'atmaero_intel' [22:36, 16:00] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [10:54, 04:38](3229 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [11:38, 05:23](3109 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [11:40, 05:26](3116 MB) + +PASS -- COMPILE 'atmaq_intel' [14:28, 08:47] ( 1 warnings ) +PASS -- TEST 'regional_atmaq_intel' [24:10, 14:52](2397 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [25:59, 17:52](2435 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:18, 03:40] ( 395 warnings ) +PASS -- TEST 'regional_atmaq_debug_intel' [46:15, 40:39](1971 MB) SYNOPSIS: -Starting Date/Time: 20251231 14:44:47 -Ending Date/Time: 20251231 17:22:22 -Total Time: 02h:38m:06s +Starting Date/Time: 20260106 15:14:36 +Ending Date/Time: 20260106 17:46:07 +Total Time: 02h:32m:01s Compiles Completed: 34/34 Tests Completed: 191/191 From 9b2066a47776542ca451e81ab29900104efb0e55 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Tue, 6 Jan 2026 17:55:01 +0000 Subject: [PATCH 18/23] WCOSS2 RT Log: Passed --- tests/logs/RegressionTests_wcoss2.log | 476 +++++++++++++------------- 1 file changed, 238 insertions(+), 238 deletions(-) diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index 319de76932..179ac9d373 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,7 +1,7 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -90a970812d10883a3d8fe59f3f58155bb476b814 +0a48f9083bc5491fbe5e68ed30d7438f2c6069b1 Submodule hashes used in testing: 2c1cec7dd4d7a477abd2ae204db4a78295c24f16 AQM (v0.2.0-63-g2c1cec7) @@ -9,19 +9,19 @@ Submodule hashes used in testing: 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) c90ee5a0e72ecc9cbee4694e95df228d01f8d7dd CICE-interface/CICE (CICE6.0.0-444-gc90ee5a) 4954a6f9033f78e5c32bf33780384cbf2d0843e6 CICE-interface/CICE/icepack (Icepack1.1.0-225-g4954a6f) - 4cd332cf2f43f36733dfbf4b501eac328c88f1c7 CMEPS-interface/CMEPS (cmeps_v0.4.1-3306-g4cd332cf) + c71914a010e09ef5c0ced531267cd1587a4284f9 CMEPS-interface/CMEPS (cmeps_v0.4.1-2327-gc71914a) 69049ec0c26b3160c3dbe1980b2feb78470a37a6 CMakeModules (v1.0.0-36-g69049ec) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) 05a3f7ae291b59a2ab7611a042f2fc99be31dc61 LM4-driver (baseline_change_240904-7-g05a3f7a) c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) - 41f39db7990b82ae037b632ca3feb4d79762af62 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10724-g41f39db79) + 647b04715407efa5a0f34127af6f6b88eeb05dae MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10738-g647b04715) 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - 8b2c4e7472f258fdfa120d723f21df22955b739a UFSATM (remotes/origin/feature/gcycle_non6) + 73b481db58bf689b67e0f77b66a50fb6014525a1 UFSATM (remotes/origin/test_ci) 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) - da93b491c8bf8a6a8be24cf68ed38f133c2dd5c2 UFSATM/ccpp/physics (remotes/origin/feature/gcycle_non6) + 7395db572d57af1118b9b524e8f8cda4e1cced4c UFSATM/ccpp/physics (EP4-2122-g7395db57) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) 87936f8b0d57b541ebade64a33a926b583c70c6d UFSATM/fv3/atmos_cubed_sphere (201912_public_release-450-g87936f8) @@ -41,247 +41,247 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20251223 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_653344 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_1611351 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [18:34, 16:50] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:26, 06:45](3341 MB) -PASS -- TEST 'cpld_control_gefs_intel' [32:06, 17:38](4107 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [24:17, 07:52](3907 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:32, 16:17] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [18:12, 13:21](1898 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:27, 14:25](1942 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:11, 06:24](1069 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [11:23, 06:42](1932 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:03, 15:20](1877 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [16:31, 15:11] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [16:39, 11:44](2202 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [12:32, 06:32](1360 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [06:19, 04:28] ( 335 warnings 1 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [18:22, 13:12](2239 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:20, 04:47] ( 335 warnings 1784 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:22, 20:22](1939 MB) - -PASS -- COMPILE 's2swa_intel' [18:34, 16:44] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [12:08, 08:21](3375 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:31, 08:25](3374 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:20, 05:01](3258 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [12:02, 08:26](3402 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:26, 05:05](3286 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [11:21, 07:55](3604 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [11:57, 08:13](3364 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [11:21, 07:02](3322 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:28, 08:31](3373 MB) - -PASS -- COMPILE 's2swal_intel' [18:34, 16:50] ( 1 warnings 2 remarks ) -PASS -- TEST 'cpld_s2sa_p8_intel' [12:21, 08:40](3341 MB) - -PASS -- COMPILE 's2sw_intel' [17:32, 15:24] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:47, 04:38](1918 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:15, 07:13](1988 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [16:31, 14:56] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:07, 05:19](1989 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:33, 16:04] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:56, 13:32](1927 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:00, 06:39](1108 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:03, 15:33](1895 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [09:33, 06:11](2890 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:28, 02:21](2903 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:24, 01:42](2306 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [03:58, 01:33](2111 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [03:58, 01:06](2112 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:48, 00:53](1453 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [03:58, 01:28](2109 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [03:57, 01:06](2108 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:48, 00:53](1454 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [03:57, 01:10](2039 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:55, 00:55](2041 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:54, 01:00](1396 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:21, 04:55] ( 335 warnings 1784 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:00, 23:54](1960 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:25, 10:38] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [06:39, 04:00](683 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:40, 02:28](1574 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:45, 02:46](1583 MB) -PASS -- TEST 'control_latlon_intel' [04:34, 02:39](1587 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:37, 02:44](1584 MB) -PASS -- TEST 'control_c48_intel' [08:49, 06:30](1593 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:49, 05:47](724 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [08:45, 06:38](1594 MB) -PASS -- TEST 'control_c192_intel' [09:56, 07:12](1700 MB) -PASS -- TEST 'control_c384_intel' [12:18, 08:41](2013 MB) -PASS -- TEST 'control_c384gdas_intel' [14:57, 09:38](1137 MB) -PASS -- TEST 'control_stochy_intel' [03:33, 01:53](640 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:38, 01:18](406 MB) -PASS -- TEST 'control_lndp_intel' [03:31, 01:52](638 MB) -PASS -- TEST 'control_iovr4_intel' [04:36, 02:40](637 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [05:59, 03:21](916 MB) +PASS -- COMPILE 's2swa_32bit_intel' [18:32, 16:46] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:29, 06:44](3342 MB) +PASS -- TEST 'cpld_control_gefs_intel' [40:59, 17:25](4104 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [25:00, 07:50](3910 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:32, 16:46] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [20:19, 13:20](1899 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:40, 14:20](1949 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:05, 06:34](1070 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [11:51, 06:34](1931 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:49, 15:23](1875 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [16:30, 14:43] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:28, 11:43](2201 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [14:59, 06:37](1360 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [06:19, 04:31] ( 335 warnings 1 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [18:33, 13:11](2238 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:20, 04:48] ( 335 warnings 1784 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:15, 20:12](1938 MB) + +PASS -- COMPILE 's2swa_intel' [18:32, 16:37] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [15:10, 08:35](3373 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:25, 08:32](3373 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:01, 05:00](3259 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [14:15, 08:35](3402 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:22, 04:58](3288 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [14:15, 07:47](3601 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [15:06, 08:18](3365 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [14:15, 07:03](3323 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:26, 08:34](3372 MB) + +PASS -- COMPILE 's2swal_intel' [18:32, 16:52] ( 1 warnings 2 remarks ) +PASS -- TEST 'cpld_s2sa_p8_intel' [15:17, 08:37](3343 MB) + +PASS -- COMPILE 's2sw_intel' [17:31, 15:19] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:41, 04:57](1918 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:10, 07:18](1989 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [16:30, 14:33] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:06, 05:20](1988 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:31, 15:49] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:56, 13:29](1923 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:00, 06:38](1105 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:04, 15:31](1892 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [10:32, 06:15](2887 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [06:27, 02:16](2902 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [05:32, 01:38](2306 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [04:56, 01:30](2110 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [04:56, 01:05](2112 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [04:54, 00:53](1453 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [05:57, 01:33](2107 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [04:56, 01:01](2109 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [04:53, 00:56](1454 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [04:55, 01:02](2037 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [04:55, 00:59](2039 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [04:53, 00:49](1396 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:21, 04:36] ( 335 warnings 1784 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:59, 23:51](1957 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:27, 10:34] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [08:42, 04:08](686 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [06:43, 02:35](1574 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:48, 02:43](1583 MB) +PASS -- TEST 'control_latlon_intel' [05:34, 02:37](1583 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:44, 02:36](1583 MB) +PASS -- TEST 'control_c48_intel' [08:48, 06:23](1597 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:48, 05:46](725 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [09:51, 06:38](1596 MB) +PASS -- TEST 'control_c192_intel' [10:00, 07:12](1710 MB) +PASS -- TEST 'control_c384_intel' [13:22, 08:40](2000 MB) +PASS -- TEST 'control_c384gdas_intel' [15:59, 09:35](1148 MB) +PASS -- TEST 'control_stochy_intel' [04:41, 01:56](640 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:37, 01:14](408 MB) +PASS -- TEST 'control_lndp_intel' [03:30, 01:50](636 MB) +PASS -- TEST 'control_iovr4_intel' [04:35, 02:43](633 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [05:58, 03:14](918 MB) PASS -- TEST 'control_iovr5_intel' [04:36, 02:39](637 MB) -PASS -- TEST 'control_p8_intel' [07:20, 03:20](1857 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:37, 03:34](1860 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:12, 03:08](1865 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [07:13, 03:10](1882 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [07:20, 03:27](1881 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [05:46, 02:37](2435 MB) -PASS -- TEST 'control_restart_p8_intel' [06:14, 02:06](1017 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:05, 03:11](1857 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:43, 02:01](1018 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:40, 03:11](1851 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:38, 02:59](1929 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:04, 05:16](1868 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [08:08, 04:31](1914 MB) -PASS -- TEST 'control_p8_mynn_intel' [07:18, 03:20](1872 MB) -PASS -- TEST 'merra2_thompson_intel' [07:20, 03:36](1858 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [09:21, 05:22](1868 MB) -PASS -- TEST 'regional_control_intel' [07:57, 05:16](875 MB) -PASS -- TEST 'regional_restart_intel' [04:54, 03:00](881 MB) -PASS -- TEST 'regional_decomp_intel' [07:53, 05:31](877 MB) -PASS -- TEST 'regional_2threads_intel' [05:51, 03:21](1011 MB) -PASS -- TEST 'regional_noquilt_intel' [07:54, 05:13](1173 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:58, 05:17](875 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:59, 05:26](874 MB) -PASS -- TEST 'regional_wofs_intel' [08:56, 06:41](1608 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [11:24, 10:01] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [08:19, 04:14](1886 MB) - -PASS -- COMPILE 'rrfs_intel' [10:24, 09:01] ( 4 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [07:08, 03:57](1014 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:21, 04:37](1198 MB) -PASS -- TEST 'rap_decomp_intel' [07:41, 04:11](1022 MB) -PASS -- TEST 'rap_2threads_intel' [06:33, 03:39](1084 MB) -PASS -- TEST 'rap_restart_intel' [06:17, 02:12](769 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:37, 03:59](1014 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:28, 04:20](1017 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:14, 02:07](775 MB) -PASS -- TEST 'hrrr_control_intel' [06:44, 03:50](1008 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:34, 04:06](1012 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:33, 03:30](1079 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:37, 02:18](762 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:06, 06:55](1008 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:40, 08:46](1975 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:41, 08:11](1966 MB) - -PASS -- COMPILE 'csawmg_intel' [10:24, 08:42] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [08:58, 06:33](959 MB) -PASS -- TEST 'control_ras_intel' [05:37, 03:32](670 MB) - -PASS -- COMPILE 'wam_intel' [09:23, 08:06] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [15:18, 12:36](1660 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:20, 05:02] ( 414 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:43, 02:45](1611 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:39, 02:46](1619 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:33, 03:40](822 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:32, 03:13](823 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:56, 04:54](1109 MB) -PASS -- TEST 'control_ras_debug_intel' [05:32, 03:16](829 MB) -PASS -- TEST 'control_diag_debug_intel' [05:39, 03:12](1672 MB) -PASS -- TEST 'control_debug_p8_intel' [06:03, 03:12](1896 MB) -PASS -- TEST 'regional_debug_intel' [21:21, 18:36](929 MB) -PASS -- TEST 'rap_control_debug_intel' [07:38, 05:41](1193 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:39, 05:31](1184 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:37, 05:39](1193 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:36, 05:50](1194 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:36, 05:41](1191 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:45, 05:58](1276 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:35, 05:43](1193 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:33, 05:46](1193 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:35, 05:43](1198 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:37, 05:37](1192 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:36, 05:36](1194 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:35, 05:39](1192 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:38, 09:01](1192 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:36, 05:40](1193 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:35, 05:40](1192 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:50, 09:39](1195 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:18, 03:29] ( 378 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [17:24, 14:36](1702 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:25, 08:20] ( 4 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:22, 04:03](1042 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:07, 03:18](888 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:53, 03:07](886 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:22, 02:58](933 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:48, 02:50](928 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:46, 03:27](890 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:22, 02:04](732 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:34, 02:00](726 MB) -PASS -- TEST 'conus13km_control_intel' [06:24, 03:10](1016 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:13, 01:31](1131 MB) -PASS -- TEST 'conus13km_decomp_intel' [05:10, 03:00](1022 MB) -PASS -- TEST 'conus13km_restart_intel' [04:11, 01:52](683 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:24, 08:23] ( 4 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:59, 04:06](921 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:18, 03:36] ( 309 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:35, 05:39](1071 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:41, 05:27](1069 MB) -PASS -- TEST 'conus13km_debug_intel' [26:39, 24:02](1096 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [26:39, 24:14](801 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [16:17, 13:27](1192 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [27:29, 24:54](1103 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [26:28, 24:24](1166 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:19, 03:28] ( 309 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:39, 05:36](1105 MB) - -PASS -- COMPILE 'hafsw_intel' [13:28, 12:05] ( 1 warnings 1 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:02, 04:48](697 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [09:25, 05:40](911 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:49, 03:40](1052 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:20, 11:37](799 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:10, 05:44](468 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:12, 06:49](475 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:59, 03:10](379 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:02, 07:55](425 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:56, 03:57](497 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:11, 03:44](498 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:32, 01:31](411 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:26, 10:13] ( 1 warnings ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:25, 05:30](775 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:26, 09:15] ( 1 warnings ) -PASS -- TEST 'hafs_regional_docn_intel' [10:06, 06:59](752 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:03, 07:04](720 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:32, 14:18] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:39, 04:02](1906 MB) - -PASS -- COMPILE 'atml_intel' [11:28, 10:11] ( 9 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [06:20, 04:29] ( 421 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [17:36, 15:40] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [09:04, 04:48](3232 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:43, 05:21](3200 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:46, 05:31](3206 MB) - -PASS -- COMPILE 'atmaq_intel' [10:25, 08:37] ( 1 warnings ) -PASS -- TEST 'regional_atmaq_intel' [20:18, 15:19](2380 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [23:02, 18:08](2429 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:18, 03:46] ( 395 warnings ) -PASS -- TEST 'regional_atmaq_debug_intel' [45:27, 40:54](1862 MB) +PASS -- TEST 'control_p8_intel' [07:29, 03:06](1856 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:43, 03:15](1860 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [07:13, 03:05](1865 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [07:19, 03:07](1883 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [07:26, 03:14](1880 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [05:55, 02:35](2434 MB) +PASS -- TEST 'control_restart_p8_intel' [07:20, 02:00](1018 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:50, 03:05](1855 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:46, 02:06](1019 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:40, 03:08](1851 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:59, 02:50](1927 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:05, 05:07](1869 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:17, 04:17](1914 MB) +PASS -- TEST 'control_p8_mynn_intel' [07:03, 03:20](1873 MB) +PASS -- TEST 'merra2_thompson_intel' [07:25, 03:41](1860 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [11:28, 05:39](1867 MB) +PASS -- TEST 'regional_control_intel' [10:03, 05:07](875 MB) +PASS -- TEST 'regional_restart_intel' [06:00, 02:59](880 MB) +PASS -- TEST 'regional_decomp_intel' [09:54, 05:25](878 MB) +PASS -- TEST 'regional_2threads_intel' [07:52, 03:13](993 MB) +PASS -- TEST 'regional_noquilt_intel' [09:00, 05:06](1178 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:56, 05:09](876 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:53, 05:09](876 MB) +PASS -- TEST 'regional_wofs_intel' [09:04, 06:37](1608 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [11:25, 09:48] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [08:21, 04:08](1885 MB) + +PASS -- COMPILE 'rrfs_intel' [12:28, 08:49] ( 4 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [07:27, 04:02](1015 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:27, 04:25](1193 MB) +PASS -- TEST 'rap_decomp_intel' [07:25, 04:06](1023 MB) +PASS -- TEST 'rap_2threads_intel' [07:14, 03:36](1086 MB) +PASS -- TEST 'rap_restart_intel' [06:17, 02:14](768 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:53, 04:01](1015 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:32, 04:05](1018 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:23, 02:31](774 MB) +PASS -- TEST 'hrrr_control_intel' [08:34, 03:56](1008 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [08:24, 03:57](1013 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:53, 03:21](1074 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:36, 02:15](763 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:11, 06:55](1010 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:45, 08:47](1973 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:41, 08:16](1966 MB) + +PASS -- COMPILE 'csawmg_intel' [12:28, 08:37] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [09:03, 06:36](960 MB) +PASS -- TEST 'control_ras_intel' [05:32, 03:28](669 MB) + +PASS -- COMPILE 'wam_intel' [11:27, 08:04] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [15:32, 12:36](1660 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:23, 04:54] ( 414 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:39, 02:43](1610 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:40, 02:50](1618 MB) +PASS -- TEST 'control_stochy_debug_intel' [06:34, 03:39](821 MB) +PASS -- TEST 'control_lndp_debug_intel' [06:34, 03:22](819 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:55, 05:03](1107 MB) +PASS -- TEST 'control_ras_debug_intel' [05:32, 03:13](830 MB) +PASS -- TEST 'control_diag_debug_intel' [05:41, 03:18](1671 MB) +PASS -- TEST 'control_debug_p8_intel' [06:02, 03:23](1895 MB) +PASS -- TEST 'regional_debug_intel' [21:11, 18:39](928 MB) +PASS -- TEST 'rap_control_debug_intel' [07:42, 05:41](1190 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:40, 05:40](1188 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:36, 05:37](1195 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:36, 05:39](1192 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:33, 05:39](1193 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:44, 05:55](1274 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:38, 05:53](1192 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:35, 05:49](1189 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:36, 05:41](1198 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:38, 05:40](1192 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:36, 05:39](1194 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:41, 05:47](1190 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:40, 08:55](1192 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:52, 05:42](1196 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:38, 05:38](1192 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:33, 09:38](1196 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:22, 03:24] ( 378 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [17:19, 14:31](1703 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:29, 08:12] ( 4 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:26, 04:01](1031 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:54, 03:25](888 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:19, 03:25](889 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:43, 03:09](936 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:57, 02:58](928 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:49, 03:29](890 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:17, 02:00](730 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:41, 01:47](724 MB) +PASS -- TEST 'conus13km_control_intel' [05:24, 02:59](1015 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:05, 01:38](1140 MB) +PASS -- TEST 'conus13km_decomp_intel' [06:10, 03:13](1022 MB) +PASS -- TEST 'conus13km_restart_intel' [04:31, 02:02](683 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:28, 08:18] ( 4 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:07, 04:19](918 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:22, 03:29] ( 309 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:36, 05:43](1071 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:36, 05:35](1065 MB) +PASS -- TEST 'conus13km_debug_intel' [26:34, 24:08](1097 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [26:32, 24:14](801 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [16:27, 13:34](1206 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [27:43, 24:53](1084 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [27:40, 24:29](1165 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:21, 03:25] ( 309 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:46, 05:38](1105 MB) + +PASS -- COMPILE 'hafsw_intel' [14:39, 12:05] ( 1 warnings 1 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:10, 04:57](694 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [09:06, 05:41](908 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:45, 03:38](1047 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:21, 11:45](793 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:08, 05:36](469 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:15, 06:46](471 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:58, 03:09](384 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:11, 07:56](427 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:57, 03:53](496 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:09, 03:43](493 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:34, 01:40](409 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:31, 10:14] ( 1 warnings ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:47, 05:34](774 MB) + +PASS -- COMPILE 'hafs_all_intel' [11:29, 09:11] ( 1 warnings ) +PASS -- TEST 'hafs_regional_docn_intel' [10:15, 07:03](747 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:07, 06:59](723 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:38, 14:18] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:41, 03:52](1906 MB) + +PASS -- COMPILE 'atml_intel' [12:37, 10:02] ( 9 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [06:21, 04:27] ( 421 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [17:34, 15:40] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:11, 04:44](3233 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:53, 05:15](3200 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:56, 05:26](3206 MB) + +PASS -- COMPILE 'atmaq_intel' [10:26, 08:39] ( 1 warnings ) +PASS -- TEST 'regional_atmaq_intel' [20:07, 15:19](2380 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [23:05, 18:13](2432 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:19, 03:33] ( 395 warnings ) +PASS -- TEST 'regional_atmaq_debug_intel' [45:17, 40:34](1958 MB) SYNOPSIS: -Starting Date/Time: 20251231 14:44:23 -Ending Date/Time: 20251231 16:32:56 -Total Time: 01h:49m:30s +Starting Date/Time: 20260106 15:14:15 +Ending Date/Time: 20260106 17:06:16 +Total Time: 01h:52m:49s Compiles Completed: 31/31 Tests Completed: 169/169 From fbf132ca14e268648d19b10661143923324265d0 Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Wed, 7 Jan 2026 12:41:40 -0500 Subject: [PATCH 19/23] remove CDEPS source files from MOM6 compilation to prevent inheritance of MOM6-specific compiler flags on c6 --- MOM6-interface/CMakeLists.txt | 12 ++++++-- MOM6-interface/mom6_files.cmake | 52 +++++++++++++++++---------------- 2 files changed, 36 insertions(+), 28 deletions(-) diff --git a/MOM6-interface/CMakeLists.txt b/MOM6-interface/CMakeLists.txt index 21c9beb727..76c92c57c2 100644 --- a/MOM6-interface/CMakeLists.txt +++ b/MOM6-interface/CMakeLists.txt @@ -43,10 +43,12 @@ set(MOM6SOLO OFF CACHE BOOL "Build MOM6 solo") include("mom6_files.cmake") ### Use common object library for building target library -add_library(mom6_obj OBJECT ${mom6_src_files} ${mom6_cdeps_share_files}) +add_library(mom6_obj OBJECT ${mom6_src_files}) set_target_properties(mom6_obj PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod) target_include_directories(mom6_obj PRIVATE $) target_compile_definitions(mom6_obj PRIVATE ${CDEPS_SHARE_DEFS} "DISABLE_FoX") +target_include_directories(mom6_obj PRIVATE $) +add_dependencies(mom6_obj cdeps) if(REGIONAL_MOM6) target_include_directories(mom6_obj PRIVATE $ @@ -58,7 +60,8 @@ endif() target_link_libraries(mom6_obj PRIVATE fms ESMF::ESMF stochastic_physics - NetCDF::NetCDF_Fortran) + NetCDF::NetCDF_Fortran + cdeps::cdeps) # OpenMP is disabled in MOM6 #if(OpenMP_Fortran_FOUND) # target_link_libraries(mom6_obj PRIVATE OpenMP::OpenMP_Fortran) @@ -67,6 +70,8 @@ target_link_libraries(mom6_obj PRIVATE fms add_library(mom6_nuopc_obj OBJECT ${mom6_nuopc_src_files}) set_target_properties(mom6_nuopc_obj PROPERTIES Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod) target_include_directories(mom6_nuopc_obj PRIVATE $) +target_include_directories(mom6_nuopc_obj PRIVATE $) +add_dependencies(mom6_nuopc_obj cdeps) if(REGIONAL_MOM6) target_include_directories(mom6_nuopc_obj PRIVATE $ $) @@ -93,7 +98,8 @@ target_include_directories(mom6 PUBLIC $ Date: Wed, 7 Jan 2026 23:19:25 +0000 Subject: [PATCH 20/23] add logs and test_changes.list --- tests/logs/RegressionTests_ursa.log | 808 ++++++++++++++-------------- tests/test_changes.list | 1 - 2 files changed, 404 insertions(+), 405 deletions(-) diff --git a/tests/logs/RegressionTests_ursa.log b/tests/logs/RegressionTests_ursa.log index 2fbfec5598..ab719993bb 100644 --- a/tests/logs/RegressionTests_ursa.log +++ b/tests/logs/RegressionTests_ursa.log @@ -1,7 +1,7 @@ ====START OF URSA REGRESSION TESTING LOG==== UFSWM hash used in testing: -d999a327008f6023f16cf2f185fbbdae2b67d108 +fbf132ca14e268648d19b10661143923324265d0 Submodule hashes used in testing: 2c1cec7dd4d7a477abd2ae204db4a78295c24f16 AQM (v0.2.0-63-g2c1cec7) @@ -9,7 +9,7 @@ Submodule hashes used in testing: 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) c90ee5a0e72ecc9cbee4694e95df228d01f8d7dd CICE-interface/CICE (CICE6.0.0-444-gc90ee5a) 4954a6f9033f78e5c32bf33780384cbf2d0843e6 CICE-interface/CICE/icepack (Icepack1.1.0-225-g4954a6f) - c71914a010e09ef5c0ced531267cd1587a4284f9 CMEPS-interface/CMEPS (cmeps_v0.4.1-2327-gc71914a) + c71914a010e09ef5c0ced531267cd1587a4284f9 CMEPS-interface/CMEPS (cmeps_v0.4.1-2327-gc71914a0) 69049ec0c26b3160c3dbe1980b2feb78470a37a6 CMakeModules (v1.0.0-36-g69049ec) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) @@ -41,414 +41,414 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /scratch4/NAGAPE/epic/role-epic/UFS-WM_RT/NEMSfv3gfs/develop-20251223 -COMPARISON DIRECTORY: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_43118 +COMPARISON DIRECTORY: /scratch4/NCEPDEV/stmp/Denise.Worthen/RT_RUNDIRS/Denise.Worthen/FV3_RT/rt_2582478 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic +* (-a) - HPC PROJECT ACCOUNT: nems * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [14:11, 13:06] ( 1 warnings 1066 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [33:51, 06:13](2179 MB) -PASS -- TEST 'cpld_control_gefs_intel' [27:23, 21:15](3274 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [30:57, 06:29](2968 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [38:59, 32:27](3459 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:11, 14:44] ( 1 warnings 1064 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [06:50, 09:25](2050 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [12:55, 10:18](2588 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [06:51, 04:22](1511 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [27:01, 04:32](2354 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [13:39, 16:44](1968 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [14:11, 12:40] ( 1 warnings 961 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [00:14, 08:27](2365 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [08:22, 04:23](1887 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [04:11, 03:07] ( 339 warnings 961 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [12:04, 08:31](2389 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 03:29] ( 339 warnings 2795 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [15:47, 13:22](2083 MB) - -PASS -- COMPILE 's2swa_intel' [15:11, 13:55] ( 1 warnings 1066 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [01:06, 07:02](2476 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [01:05, 06:40](2505 MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:49, 03:37](2294 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [00:51, 06:36](2360 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:50, 03:39](1983 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [03:55, 13:27](2993 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [56:07, 06:32](2447 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [00:11, 11:56](2321 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [52:09, 06:30](2521 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [03:56, 17:33](3585 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [36:18, 11:37](3469 MB) - -PASS -- COMPILE 's2swal_intel' [16:11, 14:29] ( 1 warnings 1087 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [52:08, 07:04](2481 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [05:58, 03:41](2294 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [48:56, 05:33](3128 MB) - -PASS -- COMPILE 's2sw_intel' [14:11, 13:02] ( 1 warnings 1034 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [18:47, 06:06](2085 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [29:58, 08:58](3002 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:12, 03:29] ( 339 warnings 2044 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:53, 09:05](2408 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:12, 03:26] ( 339 warnings 2026 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:40, 04:34](2096 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [14:11, 12:36] ( 1 warnings 972 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [45:54, 03:29](2167 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:11, 14:02] ( 1 warnings 1057 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [49:47, 08:10](2150 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:15, 03:56](1661 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [51:52, 11:30](2089 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [18:32, 16:03](3033 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:32, 01:25](3020 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [03:28, 00:51](2457 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [02:26, 00:50](2211 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [03:26, 00:32](2209 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:25, 00:25](1530 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [03:25, 00:51](2207 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:25, 00:33](2206 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [04:25, 01:15](1532 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:27, 00:34](2137 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:26, 00:27](2136 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [03:25, 00:23](1487 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 03:24] ( 339 warnings 2777 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:41, 19:37](2151 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [09:11, 07:14] ( 1 warnings 501 remarks ) -PASS -- TEST 'control_flake_intel' [11:20, 02:31](1342 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [15:24, 04:59](2230 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [20:26, 09:04](2244 MB) -PASS -- TEST 'control_latlon_intel' [19:23, 08:33](2236 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [20:24, 09:55](2228 MB) -PASS -- TEST 'control_c48_intel' [06:23, 04:21](1667 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [10:23, 07:40](803 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [06:23, 04:28](1665 MB) -PASS -- TEST 'control_c192_intel' [39:37, 04:48](1841 MB) -PASS -- TEST 'control_c384_intel' [12:13, 05:33](2091 MB) -PASS -- TEST 'control_c384gdas_intel' [06:26, 06:57](1856 MB) -PASS -- TEST 'control_stochy_intel' [17:20, 07:31](1313 MB) -PASS -- TEST 'control_stochy_restart_intel' [31:19, 00:42](1225 MB) -PASS -- TEST 'control_lndp_intel' [30:22, 20:23](1308 MB) -PASS -- TEST 'control_iovr4_intel' [15:23, 05:14](1309 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [21:32, 08:43](1593 MB) -PASS -- TEST 'control_iovr5_intel' [15:22, 05:07](1299 MB) -PASS -- TEST 'control_p8_intel' [22:47, 08:49](2525 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [49:51, 02:13](2518 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [29:40, 02:13](2508 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [38:42, 01:59](2528 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [33:38, 02:04](2548 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [32:37, 01:47](2380 MB) -PASS -- TEST 'control_restart_p8_intel' [30:42, 01:16](1854 MB) -PASS -- TEST 'control_noqr_p8_intel' [29:35, 01:59](2504 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [10:43, 08:45](1915 MB) -PASS -- TEST 'control_decomp_p8_intel' [28:30, 02:03](2499 MB) -PASS -- TEST 'control_2threads_p8_intel' [27:32, 01:41](2014 MB) -PASS -- TEST 'control_p8_lndp_intel' [25:29, 03:22](2511 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [24:50, 02:47](2585 MB) -PASS -- TEST 'control_p8_mynn_intel' [23:40, 02:06](2524 MB) -PASS -- TEST 'merra2_thompson_intel' [13:35, 02:25](2521 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [05:26, 03:25](2534 MB) -PASS -- TEST 'regional_control_intel' [05:26, 03:29](1709 MB) -PASS -- TEST 'regional_restart_intel' [03:35, 01:59](1681 MB) -PASS -- TEST 'regional_decomp_intel' [05:25, 03:33](1709 MB) -PASS -- TEST 'regional_2threads_intel' [03:26, 02:05](1560 MB) -PASS -- TEST 'regional_noquilt_intel' [05:26, 03:24](1991 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:32, 03:26](1719 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:27, 03:26](1704 MB) -PASS -- TEST 'regional_wofs_intel' [06:32, 04:19](2619 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [08:11, 06:41] ( 1 warnings 481 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [04:35, 02:43](2541 MB) - -PASS -- COMPILE 'rrfs_intel' [08:11, 06:03] ( 4 warnings 448 remarks ) -PASS -- TEST 'rap_control_intel' [04:27, 02:32](1802 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:46, 02:39](1593 MB) -PASS -- TEST 'rap_decomp_intel' [04:34, 02:33](1735 MB) -PASS -- TEST 'rap_2threads_intel' [04:29, 02:01](1174 MB) -PASS -- TEST 'rap_restart_intel' [03:26, 01:21](1765 MB) -PASS -- TEST 'rap_sfcdiff_intel' [04:34, 02:28](1801 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:34, 02:33](1704 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:25, 01:20](1760 MB) -PASS -- TEST 'hrrr_control_intel' [04:28, 02:25](1763 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:27, 02:26](1685 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [03:29, 01:55](1155 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:20, 01:18](1719 MB) -PASS -- TEST 'rrfs_v1beta_intel' [06:42, 04:24](1917 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [07:27, 05:54](2666 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:26, 05:25](2908 MB) - -PASS -- COMPILE 'csawmg_intel' [08:11, 06:04] ( 1 warnings 417 remarks ) -PASS -- TEST 'control_csawmg_intel' [06:30, 04:19](1760 MB) -PASS -- TEST 'control_ras_intel' [04:17, 02:14](1595 MB) - -PASS -- COMPILE 'wam_intel' [08:11, 05:42] ( 1 warnings 395 remarks ) -PASS -- TEST 'control_wam_intel' [10:44, 08:12](2398 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:12, 04:12] ( 418 warnings 589 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:22, 01:37](2251 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:19, 01:56](2248 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:17, 02:13](1468 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:18, 01:58](1469 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:26, 03:06](1790 MB) -PASS -- TEST 'control_ras_debug_intel' [03:17, 02:01](1482 MB) -PASS -- TEST 'control_diag_debug_intel' [03:25, 01:59](2303 MB) -PASS -- TEST 'control_debug_p8_intel' [08:35, 07:13](2513 MB) -PASS -- TEST 'regional_debug_intel' [14:31, 12:01](1628 MB) -PASS -- TEST 'rap_control_debug_intel' [05:18, 03:46](1868 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:18, 03:26](1859 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:22, 03:33](1870 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:22, 03:32](1866 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:21, 03:35](1863 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:28, 03:47](1955 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:17, 03:40](1880 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:18, 03:36](1884 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:24, 03:40](1868 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:23, 03:36](1868 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:23, 03:32](1868 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:20, 03:34](1866 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:18, 05:43](1867 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:18, 03:32](1873 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:18, 03:33](1872 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:34, 06:04](1865 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:11, 02:15] ( 381 warnings 395 remarks ) -PASS -- TEST 'control_wam_debug_intel' [10:34, 09:08](2304 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:12, 05:52] ( 4 warnings 415 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:46, 02:28](1488 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [03:25, 02:05](1711 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:24, 02:02](1737 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [03:22, 01:41](1072 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:25, 01:37](1043 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:24, 02:07](1651 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:24, 01:13](1629 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:18, 01:09](1614 MB) -PASS -- TEST 'conus13km_control_intel' [03:44, 01:54](1772 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:36, 00:52](1798 MB) -PASS -- TEST 'conus13km_decomp_intel' [03:33, 01:56](1795 MB) -PASS -- TEST 'conus13km_restart_intel' [15:32, 01:08](1533 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:12, 05:56] ( 4 warnings 415 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:29, 02:40](1816 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:12, 02:10] ( 312 warnings 421 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [12:18, 11:01](1760 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:19, 03:23](1750 MB) -PASS -- TEST 'conus13km_debug_intel' [17:41, 14:51](1828 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [17:40, 15:17](1453 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:36, 08:13](1832 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [18:35, 15:20](1855 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [27:37, 14:53](1900 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 02:06] ( 312 warnings 415 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:23, 03:33](1860 MB) - -PASS -- COMPILE 'hafsw_intel' [11:11, 08:42] ( 1 warnings 693 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [24:41, 02:46](1167 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [28:01, 03:58](1372 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [25:26, 02:32](1451 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [32:38, 30:02](1333 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [24:32, 03:19](799 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [27:43, 03:57](808 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:32, 01:42](536 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [28:02, 04:19](613 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [24:32, 02:18](769 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [23:31, 02:08](756 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [22:22, 00:44](506 MB) -PASS -- TEST 'gnv1_nested_intel' [24:46, 02:30](1765 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [10:11, 08:02] ( 1 warnings 950 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [39:29, 17:05](1090 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:11, 07:47] ( 1 warnings 635 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [25:37, 04:21](1287 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [25:17, 04:41](1260 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [13:11, 11:16] ( 585 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:19, 02:11](1940 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:18, 02:05](1895 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:16, 02:39](1194 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:16, 01:48](1196 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:15, 02:01](1190 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:15, 02:14](1940 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:16, 02:04](1937 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:15, 01:59](1205 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [20:08, 05:33](1812 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [21:11, 05:34](1365 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [18:15, 16:01](1972 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:17, 03:57](4789 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:17, 03:40](4787 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:12, 02:23] ( 2 warnings 585 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [19:17, 16:21](1858 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 00:42] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [11:27, 00:45](362 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [08:20, 00:36](621 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:20, 00:24](623 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:11, 11:33] ( 1 warnings 611 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:47, 02:39](2832 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [08:12, 06:09] ( 1 warnings 499 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:44, 03:21](2875 MB) - -PASS -- COMPILE 'atml_intel' [09:12, 06:43] ( 9 warnings 552 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [09:38, 02:21](1912 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:29, 01:43](1331 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:11, 03:15] ( 425 warnings 552 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:37, 03:36](1948 MB) - -PASS -- COMPILE 'atmw_intel' [09:12, 07:26] ( 1 warnings 518 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [08:36, 01:47](2705 MB) - -PASS -- COMPILE 'atmaero_intel' [11:11, 08:56] ( 1 warnings 413 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [09:42, 03:15](2013 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:33, 03:17](2393 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:36, 03:22](2408 MB) - -PASS -- COMPILE 'atmaq_intel' [08:12, 05:52] ( 1 warnings 598 remarks ) -PASS -- TEST 'regional_atmaq_intel' [13:26, 10:31](2876 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [15:20, 12:24](2876 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:17] ( 398 warnings 598 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [30:05, 27:27](2888 MB) - -PASS -- COMPILE 'atm_fbh_intel' [07:12, 05:29] ( 4 warnings 422 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [08:24, 07:05](1133 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [14:11, 12:44] -PASS -- TEST 'cpld_control_gfsv17_intelllvm' [11:42, 09:45](2046 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [06:12, 03:43] -PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [15:40, 13:24](2079 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intelllvm' [13:11, 11:19] -PASS -- TEST 'cpld_control_sfs_intelllvm' [12:10, 08:41](2380 MB) - -PASS -- COMPILE 's2swa_intelllvm' [14:11, 12:23] -PASS -- TEST 'cpld_control_p8_intelllvm' [09:55, 07:10](2512 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [08:12, 05:45] -PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [04:25, 02:08](1738 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [08:12, 05:42] -PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [04:27, 02:43](1796 MB) - -PASS -- COMPILE 'datm_cdeps_intelllvm' [12:11, 10:33] -PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [16:16, 14:35](1941 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [04:12, 02:08] -PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [06:20, 04:38](1851 MB) - -PASS -- COMPILE 'atm_gnu' [05:12, 02:51] -PASS -- TEST 'control_c48_gnu' [08:23, 06:12](1507 MB) -PASS -- TEST 'control_stochy_gnu' [03:18, 02:01](509 MB) -PASS -- TEST 'control_ras_gnu' [05:16, 03:10](512 MB) -PASS -- TEST 'control_p8_gnu' [26:43, 24:19](1458 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:34, 03:04](1479 MB) -PASS -- TEST 'control_flake_gnu' [06:19, 04:11](553 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:12, 02:45] -PASS -- TEST 'rap_control_gnu' [05:23, 03:30](848 MB) -PASS -- TEST 'rap_decomp_gnu' [05:23, 03:29](847 MB) -PASS -- TEST 'rap_2threads_gnu' [04:27, 02:40](899 MB) -PASS -- TEST 'rap_restart_gnu' [03:29, 01:49](581 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [05:35, 03:35](846 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [05:29, 03:28](847 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [03:30, 01:50](581 MB) -PASS -- TEST 'hrrr_control_gnu' [05:23, 03:24](849 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:25, 03:22](835 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [04:26, 02:33](889 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:22, 03:34](849 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:20, 01:47](578 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:19, 01:59](663 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [08:30, 06:20](844 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:12, 02:35] -PASS -- TEST 'control_csawmg_gnu' [07:29, 05:48](753 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:11, 05:00] -PASS -- TEST 'control_diag_debug_gnu' [03:25, 01:20](1281 MB) -PASS -- TEST 'regional_debug_gnu' [07:26, 05:42](752 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:18, 01:50](855 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:18, 01:47](857 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:22, 01:48](861 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:22, 01:47](861 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:25, 02:05](941 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:18, 02:49](854 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:29, 01:46](853 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:18, 01:09](500 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:18, 01:11](493 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:33, 01:24](1444 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:21, 01:47](854 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:18, 01:49](856 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:29, 02:57](866 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:11, 01:23] -PASS -- TEST 'control_wam_debug_gnu' [06:36, 04:35](1305 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 02:39] -PASS -- TEST 'control_csawmg_debug_gnu' [03:26, 01:46](734 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 02:41] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:22, 03:13](707 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:31, 03:06](709 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [04:29, 02:27](734 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:23, 02:29](727 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:22, 03:10](709 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [04:24, 01:42](550 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:32, 01:40](557 MB) -PASS -- TEST 'conus13km_control_gnu' [04:44, 02:58](903 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:34, 01:12](907 MB) -PASS -- TEST 'conus13km_decomp_gnu' [04:33, 02:59](907 MB) -PASS -- TEST 'conus13km_restart_gnu' [06:36, 01:43](580 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:11, 06:04] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:28, 03:38](733 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 05:32] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:19, 01:48](714 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:18, 01:46](716 MB) -PASS -- TEST 'conus13km_debug_gnu' [09:34, 07:11](922 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [09:33, 07:10](648 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [06:32, 04:08](923 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [09:32, 07:33](925 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [09:32, 07:06](991 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:11, 05:34] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:19, 01:50](742 MB) - -PASS -- COMPILE 's2swa_gnu' [13:11, 11:15] -PASS -- TEST 'cpld_control_p8_gnu' [12:57, 08:10](1586 MB) - -PASS -- COMPILE 's2s_gnu' [13:11, 11:16] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:51, 06:59](1545 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:11, 02:08] -PASS -- TEST 'cpld_debug_p8_gnu' [08:48, 04:42](1571 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [12:11, 10:28] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [14:43, 09:00](1562 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 01:44] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:42, 06:36](1570 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [12:11, 10:00] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:16, 02:21](1511 MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:11, 13:04] ( 1 warnings 1043 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:52, 06:25](2176 MB) +PASS -- TEST 'cpld_control_gefs_intel' [32:25, 21:00](3249 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [16:41, 06:28](2977 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [44:26, 32:57](3473 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [15:11, 13:54] ( 1 warnings 1041 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [14:46, 09:25](2062 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [12:57, 10:11](2629 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [05:52, 03:50](1478 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [07:01, 04:46](2339 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:37, 16:30](2020 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [13:11, 12:00] ( 1 warnings 938 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [11:52, 08:23](2394 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [09:13, 04:27](1858 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:11, 03:17] ( 339 warnings 938 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [11:53, 08:26](2401 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 03:28] ( 339 warnings 2772 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [15:42, 13:18](2074 MB) + +PASS -- COMPILE 's2swa_intel' [14:11, 12:59] ( 1 warnings 1043 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [12:52, 07:11](2537 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:02, 06:34](2479 MB) +PASS -- TEST 'cpld_restart_p8_intel' [05:56, 03:37](2268 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [12:00, 06:35](2371 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:56, 03:39](1996 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [15:46, 13:23](2992 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [12:00, 06:30](2435 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [16:47, 11:30](2331 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:04, 06:36](2503 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [23:47, 17:28](3604 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [16:08, 12:13](3460 MB) + +PASS -- COMPILE 's2swal_intel' [15:11, 14:01] ( 1 warnings 1064 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [10:54, 07:04](2512 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [05:57, 03:43](2252 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:51, 05:43](3148 MB) + +PASS -- COMPILE 's2sw_intel' [15:11, 13:19] ( 1 warnings 1011 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:46, 06:04](2082 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:53, 04:58](3003 MB) + +PASS -- COMPILE 's2swa_debug_intel' [04:11, 03:02] ( 339 warnings 2021 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [12:02, 09:01](2381 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:11, 03:21] ( 339 warnings 2003 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:39, 04:34](2110 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [14:10, 12:26] ( 1 warnings 949 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:55, 03:31](2186 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [15:11, 14:08] ( 1 warnings 1034 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [11:46, 08:09](2168 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [05:55, 03:55](1644 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [14:39, 11:34](2097 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [09:32, 07:51](3026 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:34, 01:23](3019 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [06:48, 04:13](2464 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [02:28, 00:53](2210 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:28, 00:32](2208 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:28, 00:25](1534 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [05:26, 03:55](2212 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:26, 00:31](2207 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:26, 00:26](1531 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:46, 00:32](2138 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:29, 00:27](2137 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [04:27, 02:25](1487 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 03:22] ( 339 warnings 2754 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [21:42, 19:10](2173 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:10, 07:21] ( 1 warnings 501 remarks ) +PASS -- TEST 'control_flake_intel' [06:21, 02:29](1342 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [07:23, 01:33](2207 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:24, 01:41](2225 MB) +PASS -- TEST 'control_latlon_intel' [07:21, 01:38](2214 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [13:23, 09:41](2233 MB) +PASS -- TEST 'control_c48_intel' [06:23, 04:26](1667 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [05:22, 04:04](803 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [06:23, 04:37](1668 MB) +PASS -- TEST 'control_c192_intel' [10:32, 04:44](1802 MB) +PASS -- TEST 'control_c384_intel' [11:07, 05:34](2093 MB) +PASS -- TEST 'control_c384gdas_intel' [12:15, 06:22](1863 MB) +PASS -- TEST 'control_stochy_intel' [12:20, 09:25](1316 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:18, 00:41](1229 MB) +PASS -- TEST 'control_lndp_intel' [03:20, 01:05](1297 MB) +PASS -- TEST 'control_iovr4_intel' [05:21, 01:42](1306 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [11:32, 09:38](1615 MB) +PASS -- TEST 'control_iovr5_intel' [03:19, 01:44](1295 MB) +PASS -- TEST 'control_p8_intel' [03:39, 02:05](2505 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:46, 02:09](2533 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:35, 02:01](2500 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [03:36, 02:02](2530 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [03:38, 02:07](2557 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:39, 01:48](2406 MB) +PASS -- TEST 'control_restart_p8_intel' [03:32, 01:15](1851 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:34, 02:06](2507 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:34, 01:16](1851 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:32, 02:06](2507 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:32, 01:45](2011 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:31, 03:25](2515 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:37, 02:53](2588 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:38, 02:14](2518 MB) +PASS -- TEST 'merra2_thompson_intel' [04:35, 02:54](2526 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [05:27, 03:32](2525 MB) +PASS -- TEST 'regional_control_intel' [05:27, 03:27](1730 MB) +PASS -- TEST 'regional_restart_intel' [03:26, 02:05](1682 MB) +PASS -- TEST 'regional_decomp_intel' [05:26, 03:40](1709 MB) +PASS -- TEST 'regional_2threads_intel' [04:29, 02:07](1560 MB) +PASS -- TEST 'regional_noquilt_intel' [06:28, 03:27](1994 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:28, 03:25](1714 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:27, 03:28](1703 MB) +PASS -- TEST 'regional_wofs_intel' [06:27, 04:17](2630 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [08:10, 06:43] ( 1 warnings 481 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [05:37, 02:46](2565 MB) + +PASS -- COMPILE 'rrfs_intel' [07:10, 06:02] ( 4 warnings 448 remarks ) +PASS -- TEST 'rap_control_intel' [04:24, 02:27](1772 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:48, 02:40](1601 MB) +PASS -- TEST 'rap_decomp_intel' [04:25, 02:56](1726 MB) +PASS -- TEST 'rap_2threads_intel' [03:28, 02:05](1165 MB) +PASS -- TEST 'rap_restart_intel' [03:27, 01:22](1765 MB) +PASS -- TEST 'rap_sfcdiff_intel' [04:29, 02:29](1806 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:23, 02:34](1726 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:25, 01:33](1737 MB) +PASS -- TEST 'hrrr_control_intel' [04:26, 02:39](1761 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:22, 02:52](1692 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [03:27, 01:58](1162 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:18, 01:21](1736 MB) +PASS -- TEST 'rrfs_v1beta_intel' [06:32, 04:28](1914 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [07:18, 05:59](2634 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:18, 05:27](2904 MB) + +PASS -- COMPILE 'csawmg_intel' [08:10, 06:15] ( 1 warnings 417 remarks ) +PASS -- TEST 'control_csawmg_intel' [06:27, 04:36](1759 MB) +PASS -- TEST 'control_ras_intel' [11:18, 09:24](1714 MB) + +PASS -- COMPILE 'wam_intel' [07:10, 05:35] ( 1 warnings 395 remarks ) +PASS -- TEST 'control_wam_intel' [09:36, 08:05](2422 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 03:57] ( 418 warnings 589 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:19, 01:38](2245 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:19, 01:40](2246 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:16, 02:10](1471 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:16, 01:57](1471 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:28, 03:10](1780 MB) +PASS -- TEST 'control_ras_debug_intel' [03:16, 02:01](1484 MB) +PASS -- TEST 'control_diag_debug_intel' [03:23, 02:02](2290 MB) +PASS -- TEST 'control_debug_p8_intel' [08:30, 06:47](2541 MB) +PASS -- TEST 'regional_debug_intel' [13:32, 12:08](1628 MB) +PASS -- TEST 'rap_control_debug_intel' [05:17, 03:33](1860 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:17, 03:28](1872 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:17, 03:31](1866 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:17, 03:45](1874 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:17, 03:40](1873 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:24, 03:50](1949 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:18, 04:02](1844 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:16, 03:40](1873 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:17, 03:51](1875 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:18, 03:34](1879 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:17, 03:30](1868 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:17, 03:55](1864 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:17, 05:39](1865 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:17, 03:34](1874 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:17, 03:53](1865 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:28, 06:02](1863 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:10, 02:08] ( 381 warnings 395 remarks ) +PASS -- TEST 'control_wam_debug_intel' [11:31, 09:11](2293 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:11, 05:40] ( 4 warnings 415 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:44, 02:42](1489 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [03:25, 02:05](1712 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:24, 02:04](1716 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [03:21, 01:41](1060 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:21, 01:37](1035 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:23, 02:24](1652 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:26, 07:55](1716 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:18, 01:27](1627 MB) +PASS -- TEST 'conus13km_control_intel' [04:48, 01:54](1765 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:35, 00:51](1787 MB) +PASS -- TEST 'conus13km_decomp_intel' [04:39, 01:56](1810 MB) +PASS -- TEST 'conus13km_restart_intel' [05:37, 01:09](1536 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:11, 05:53] ( 4 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:35, 02:41](1796 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 02:22] ( 312 warnings 421 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:19, 03:28](1749 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:19, 03:23](1751 MB) +PASS -- TEST 'conus13km_debug_intel' [16:36, 14:48](1811 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:37, 14:48](1446 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:33, 08:18](1836 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [17:33, 15:28](1864 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:33, 15:05](1900 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:14] ( 312 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:19, 03:49](1861 MB) + +PASS -- COMPILE 'hafsw_intel' [10:11, 08:38] ( 1 warnings 693 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [04:34, 03:02](1173 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [08:52, 04:05](1351 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:22, 02:39](1454 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [36:38, 30:37](1336 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:30, 03:20](794 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:35, 04:05](822 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [07:31, 01:35](529 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [07:59, 04:49](619 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:26, 02:17](766 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:40, 02:10](749 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:21, 00:45](522 MB) +PASS -- TEST 'gnv1_nested_intel' [06:45, 02:23](1746 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [10:11, 08:05] ( 1 warnings 927 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [22:25, 18:12](1085 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:11, 08:10] ( 1 warnings 635 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:33, 04:21](1300 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:33, 04:22](1297 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [12:11, 10:54] ( 562 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:16, 02:04](1945 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [12:17, 10:40](1895 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:15, 02:03](1199 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:15, 01:59](1190 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:15, 02:04](1194 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [16:15, 14:34](1951 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:15, 02:03](1936 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:15, 01:53](1206 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:00, 05:30](1813 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:54, 05:24](1364 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:16, 02:01](1936 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:16, 03:35](4785 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:16, 03:26](4789 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 02:24] ( 2 warnings 562 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:16, 04:06](1845 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:45] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [05:27, 00:45](362 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:22, 00:39](621 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:19, 00:23](620 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:11, 11:48] ( 1 warnings 611 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [18:46, 16:56](2846 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [08:11, 06:27] ( 1 warnings 499 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:41, 03:23](2852 MB) + +PASS -- COMPILE 'atml_intel' [08:11, 06:47] ( 9 warnings 552 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [07:41, 02:22](1906 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:29, 01:24](1312 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:10, 03:18] ( 425 warnings 552 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:41, 03:35](1944 MB) + +PASS -- COMPILE 'atmw_intel' [09:11, 07:40] ( 1 warnings 518 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:39, 01:45](2694 MB) + +PASS -- COMPILE 'atmaero_intel' [10:11, 08:52] ( 1 warnings 413 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:44, 03:10](1992 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:33, 03:18](2385 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [18:42, 16:40](2423 MB) + +PASS -- COMPILE 'atmaq_intel' [08:12, 06:12] ( 1 warnings 598 remarks ) +PASS -- TEST 'regional_atmaq_intel' [15:33, 10:25](2877 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [17:25, 12:20](2877 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:19] ( 398 warnings 598 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [31:29, 27:29](2890 MB) + +PASS -- COMPILE 'atm_fbh_intel' [07:11, 05:58] ( 4 warnings 422 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [18:26, 15:39](1141 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [15:11, 13:36] +PASS -- TEST 'cpld_control_gfsv17_intelllvm' [12:47, 09:26](2064 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [05:11, 03:21] +PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [15:42, 13:19](2082 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intelllvm' [14:11, 12:47] +PASS -- TEST 'cpld_control_sfs_intelllvm' [12:15, 08:33](2383 MB) + +PASS -- COMPILE 's2swa_intelllvm' [14:11, 13:06] +PASS -- TEST 'cpld_control_p8_intelllvm' [09:56, 07:04](2463 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [07:11, 05:40] +PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [04:25, 02:07](1720 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [07:11, 06:04] +PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [04:26, 02:39](1808 MB) + +PASS -- COMPILE 'datm_cdeps_intelllvm' [12:10, 11:01] +PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [03:15, 01:57](1937 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [04:11, 02:28] +PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [06:15, 04:30](1844 MB) + +PASS -- COMPILE 'atm_gnu' [04:10, 02:53] +PASS -- TEST 'control_c48_gnu' [08:22, 06:22](1509 MB) +PASS -- TEST 'control_stochy_gnu' [03:16, 02:02](509 MB) +PASS -- TEST 'control_ras_gnu' [05:19, 03:19](514 MB) +PASS -- TEST 'control_p8_gnu' [04:39, 03:06](1439 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [04:34, 03:02](1461 MB) +PASS -- TEST 'control_flake_gnu' [05:18, 04:04](555 MB) + +PASS -- COMPILE 'rrfs_gnu' [04:10, 02:45] +PASS -- TEST 'rap_control_gnu' [05:22, 03:28](847 MB) +PASS -- TEST 'rap_decomp_gnu' [05:22, 03:25](848 MB) +PASS -- TEST 'rap_2threads_gnu' [04:26, 02:38](897 MB) +PASS -- TEST 'rap_restart_gnu' [03:34, 01:49](582 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [05:26, 03:30](848 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [05:22, 03:28](847 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [03:27, 01:50](582 MB) +PASS -- TEST 'hrrr_control_gnu' [05:25, 03:23](849 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:21, 03:22](834 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:21, 02:35](890 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:21, 03:22](849 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:18, 01:47](577 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:18, 01:44](663 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [08:29, 06:15](843 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:10, 02:46] +PASS -- TEST 'control_csawmg_gnu' [07:26, 05:45](754 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:10, 05:37] +PASS -- TEST 'control_diag_debug_gnu' [03:23, 01:18](1280 MB) +PASS -- TEST 'regional_debug_gnu' [07:27, 05:37](773 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:17, 01:50](855 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:16, 01:47](857 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:17, 01:50](859 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:17, 01:49](859 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:33, 02:02](943 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:21, 02:47](854 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:23, 01:49](854 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:19, 01:07](499 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:19, 01:13](493 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:29, 01:22](1455 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:19, 01:50](856 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:21, 01:50](856 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:34, 03:03](866 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:10, 01:56] +PASS -- TEST 'control_wam_debug_gnu' [06:37, 04:45](1305 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:10, 02:33] +PASS -- TEST 'control_csawmg_debug_gnu' [03:27, 01:54](733 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:10, 02:44] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:22, 03:53](706 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:21, 03:22](710 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [04:29, 02:42](735 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:35, 02:23](725 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:32, 03:14](709 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [04:22, 01:41](553 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:17, 01:40](556 MB) +PASS -- TEST 'conus13km_control_gnu' [04:42, 02:59](904 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:38, 01:11](906 MB) +PASS -- TEST 'conus13km_decomp_gnu' [04:34, 02:58](907 MB) +PASS -- TEST 'conus13km_restart_gnu' [04:32, 01:42](581 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:10, 06:08] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:27, 03:37](733 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:11, 05:03] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [10:18, 08:10](712 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [08:17, 06:40](715 MB) +PASS -- TEST 'conus13km_debug_gnu' [10:36, 07:14](921 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [10:35, 07:00](647 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [06:32, 04:04](921 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [10:30, 07:27](924 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [09:31, 07:11](989 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [06:11, 04:59] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:17, 01:51](741 MB) + +PASS -- COMPILE 's2swa_gnu' [12:10, 10:39] +PASS -- TEST 'cpld_control_p8_gnu' [11:01, 07:47](1583 MB) + +PASS -- COMPILE 's2s_gnu' [12:10, 10:41] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:56, 06:59](1567 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [03:11, 01:53] +PASS -- TEST 'cpld_debug_p8_gnu' [07:48, 04:54](1594 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [12:10, 10:22] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [11:41, 08:57](1561 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:10, 01:44] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [08:38, 06:37](1572 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [12:13, 10:18] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:14, 02:30](1513 MB) SYNOPSIS: -Starting Date/Time: 20260105 23:51:17 -Ending Date/Time: 20260106 02:22:34 -Total Time: 02h:32m:02s +Starting Date/Time: 20260107 21:41:12 +Ending Date/Time: 20260107 23:11:18 +Total Time: 01h:30m:53s Compiles Completed: 63/63 Tests Completed: 272/272 diff --git a/tests/test_changes.list b/tests/test_changes.list index 8b13789179..e69de29bb2 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1 +0,0 @@ - From b1d431077ccd2925423193e624738a843d21f693 Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Fri, 9 Jan 2026 12:03:14 -0500 Subject: [PATCH 21/23] remove commented out lines in file list --- MOM6-interface/mom6_files.cmake | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/MOM6-interface/mom6_files.cmake b/MOM6-interface/mom6_files.cmake index 474857d766..79b30ddd21 100644 --- a/MOM6-interface/mom6_files.cmake +++ b/MOM6-interface/mom6_files.cmake @@ -349,34 +349,6 @@ list(APPEND mom6_nuopc_src_files MOM6/config_src/drivers/timing_tests/time_reproducing_sum.F90 ) -# CDEPS files are now compiled separately via CDEPS-interface and linked via target_link_libraries -# This allows CDEPS to use its own compiler flags while MOM6 uses its own flags -# list(APPEND mom6_cdeps_share_files -# ${PROJECT_SOURCE_DIR}/CDEPS-interface/ufs/cdeps_share/shr_assert_mod.F90 -# ${PROJECT_SOURCE_DIR}/CDEPS-interface/ufs/cdeps_share/shr_frz_mod.F90 -# ${PROJECT_SOURCE_DIR}/CDEPS-interface/ufs/cdeps_share/shr_infnan_mod.F90 -# ${PROJECT_SOURCE_DIR}/CDEPS-interface/ufs/cdeps_share/shr_is_restart_fh_mod.F90 -# ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_kind_mod.F90 -# ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_log_mod.F90 -# ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_strconvert_mod.F90 -# ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_const_mod.F90 -# ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_string_mod.F90 -# ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_sys_mod.F90 -# ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_abort_mod.F90 -# ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_timer_mod.F90 -# ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_cal_mod.F90 -# ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_file_mod.F90 -# ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_orb_mod.F90 -# ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/nuopc_shr_methods.F90 -# ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/dshr/dshr_dfield_mod.F90 -# ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/dshr/dshr_fldlist_mod.F90 -# ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/dshr/dshr_mod.F90 -# ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_tinterp_mod.F90 -# ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_strdata_mod.F90 -# ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_stream_mod.F90 -# ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_methods_mod.F90 -# ) - list(APPEND mom6_solo_src_files MOM6/config_src/drivers/solo_driver/MESO_surface_forcing.F90 MOM6/config_src/drivers/solo_driver/MOM_driver.F90 From 1bb5176cd18d139680572e7046354386b828483e Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Fri, 9 Jan 2026 12:06:19 -0500 Subject: [PATCH 22/23] remove Dusans PR branch; revert to develop --- .gitmodules | 6 ++---- UFSATM | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2de236b95d..c9db7ebabd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "UFSATM"] path = UFSATM - #url = https://github.com/NOAA-EMC/ufsatm - #branch = develop - url = https://github.com/DusanJovic-NOAA/ufsatm - branch = test_ci + url = https://github.com/NOAA-EMC/ufsatm + branch = develop [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 diff --git a/UFSATM b/UFSATM index 73b481db58..f34b17cb2d 160000 --- a/UFSATM +++ b/UFSATM @@ -1 +1 @@ -Subproject commit 73b481db58bf689b67e0f77b66a50fb6014525a1 +Subproject commit f34b17cb2dd03eabda80ad10d400de877d294758 From 69d76b3f0c547e635d17a6aa3b282922288fd1a3 Mon Sep 17 00:00:00 2001 From: "denise.worthen" Date: Fri, 9 Jan 2026 14:25:33 -0500 Subject: [PATCH 23/23] commit c6 log --- tests/logs/RegressionTests_gaeac6.log | 560 +++++++++++++------------- 1 file changed, 280 insertions(+), 280 deletions(-) diff --git a/tests/logs/RegressionTests_gaeac6.log b/tests/logs/RegressionTests_gaeac6.log index ee9a7fc051..bb1e5536c8 100644 --- a/tests/logs/RegressionTests_gaeac6.log +++ b/tests/logs/RegressionTests_gaeac6.log @@ -1,7 +1,7 @@ ====START OF GAEAC6 REGRESSION TESTING LOG==== UFSWM hash used in testing: -209d0cf13ef78ac807b311adee2cf12428b9318a +a83cde944b52e1ba6f9dc62474db90732f97d5ff Submodule hashes used in testing: 2c1cec7dd4d7a477abd2ae204db4a78295c24f16 AQM (v0.2.0-63-g2c1cec7) @@ -9,17 +9,17 @@ Submodule hashes used in testing: 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) c90ee5a0e72ecc9cbee4694e95df228d01f8d7dd CICE-interface/CICE (CICE6.0.0-444-gc90ee5a) 4954a6f9033f78e5c32bf33780384cbf2d0843e6 CICE-interface/CICE/icepack (Icepack1.1.0-225-g4954a6f) - c71914a010e09ef5c0ced531267cd1587a4284f9 CMEPS-interface/CMEPS (cmeps_v0.4.1-2327-gc71914a) + c71914a010e09ef5c0ced531267cd1587a4284f9 CMEPS-interface/CMEPS (cmeps_v0.4.1-2327-gc71914a0) 69049ec0c26b3160c3dbe1980b2feb78470a37a6 CMakeModules (v1.0.0-36-g69049ec) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) 05a3f7ae291b59a2ab7611a042f2fc99be31dc61 LM4-driver (baseline_change_240904-7-g05a3f7a) c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) - 41f39db7990b82ae037b632ca3feb4d79762af62 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10724-g41f39db79) + 647b04715407efa5a0f34127af6f6b88eeb05dae MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10738-g647b04715) 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - 73b481db58bf689b67e0f77b66a50fb6014525a1 UFSATM (remotes/origin/test_ci) + f34b17cb2dd03eabda80ad10d400de877d294758 UFSATM (remotes/origin/HEAD) 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) 7395db572d57af1118b9b524e8f8cda4e1cced4c UFSATM/ccpp/physics (EP4-2122-g7395db57) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) @@ -41,290 +41,290 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /gpfs/f6/bil-fire8/world-shared/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20251223 -COMPARISON DIRECTORY: /gpfs/f6/bil-fire8/proj-shared/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_4135412 +COMPARISON DIRECTORY: /gpfs/f6/infra-cpu/proj-shared/Denise.Worthen/RT_RUNDIRS/Denise.Worthen/FV3_RT/rt_3725200 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: bil-fire8 +* (-a) - HPC PROJECT ACCOUNT: infra-cpu * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [23:17, 21:19] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:58, 04:15](6339 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:11, 12:23] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [10:44, 08:46](6338 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [11:40, 09:28](6339 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [06:36, 04:16](6342 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [06:40, 04:18](6339 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [12:46, 10:13](6339 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [11:11, 09:46] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [11:47, 07:22](6339 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [07:36, 04:17](6338 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:10, 03:22] ( 339 warnings 3 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [13:20, 08:47](6338 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 04:10] ( 339 warnings 1734 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [15:19, 12:56](6340 MB) - -PASS -- COMPILE 's2swa_intel' [14:11, 12:31] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [07:51, 05:06](6339 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [07:55, 05:08](6339 MB) -PASS -- TEST 'cpld_restart_p8_intel' [04:43, 02:50](6338 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [07:40, 05:10](6339 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [04:50, 02:53](6338 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [07:41, 05:59](6339 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [07:25, 04:59](6338 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:25, 04:07](6339 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:55, 05:08](6339 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [08:43, 05:24](6338 MB) - -PASS -- COMPILE 's2swal_intel' [13:11, 12:02] ( 1 warnings 4 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [08:30, 05:11](6339 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [05:48, 03:16](6339 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:24, 05:17](6339 MB) - -PASS -- COMPILE 's2sw_intel' [13:11, 11:36] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [05:37, 03:10](6339 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:22, 04:36](6339 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:10, 04:03] ( 339 warnings 995 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:54, 08:32](6339 MB) - -PASS -- COMPILE 's2sw_debug_intel' [23:12, 21:57] ( 339 warnings 995 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:40, 04:15](6339 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:11, 10:12] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:40, 03:20](6339 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [14:11, 12:06] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [10:44, 08:46](6338 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [06:39, 04:17](6338 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [12:40, 10:09](6340 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [06:11, 03:59](6337 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [04:18, 01:16](6337 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [03:27, 01:10](6338 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [02:25, 00:46](6337 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:25, 00:28](6338 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:23, 00:23](6337 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [02:26, 00:46](6337 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:24, 00:26](6338 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:24, 00:22](6338 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:27, 00:28](6338 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:24, 00:23](6336 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:47, 00:21](6338 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 04:01] ( 339 warnings 1734 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [18:36, 16:20](6339 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [03:19, 01:47] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:18, 02:37](6339 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:25, 01:37](6339 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:28, 01:44](6338 MB) -PASS -- TEST 'control_latlon_intel' [03:23, 01:39](6339 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:25, 01:42](6339 MB) -PASS -- TEST 'control_c48_intel' [06:30, 04:21](6338 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:23, 04:05](6338 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [06:30, 04:27](6337 MB) -PASS -- TEST 'control_c192_intel' [06:36, 04:39](6339 MB) -PASS -- TEST 'control_c384_intel' [11:46, 09:22](6338 MB) -PASS -- TEST 'control_c384gdas_intel' [13:28, 10:32](6339 MB) -PASS -- TEST 'control_stochy_intel' [03:21, 01:16](6339 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:16, 00:48](6339 MB) -PASS -- TEST 'control_lndp_intel' [03:20, 01:11](6339 MB) -PASS -- TEST 'control_iovr4_intel' [03:21, 01:46](6339 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [03:37, 02:01](6339 MB) -PASS -- TEST 'control_iovr5_intel' [03:21, 01:46](6339 MB) -PASS -- TEST 'control_p8_intel' [03:45, 01:59](6338 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:52, 02:02](6338 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:45, 01:56](6338 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [03:45, 01:55](6339 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [03:47, 02:03](6339 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:47, 01:35](6339 MB) -PASS -- TEST 'control_restart_p8_intel' [03:30, 01:14](6339 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:45, 01:55](6339 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:30, 01:12](6339 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:45, 01:58](6339 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:38, 02:09](6339 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:37, 03:13](6339 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:42, 02:44](6339 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:47, 02:01](6339 MB) -PASS -- TEST 'merra2_thompson_intel' [04:43, 02:17](6339 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [05:29, 03:59](6338 MB) -PASS -- TEST 'regional_control_intel' [05:23, 03:14](6339 MB) -PASS -- TEST 'regional_restart_intel' [03:22, 01:50](6339 MB) -PASS -- TEST 'regional_decomp_intel' [05:25, 03:25](6339 MB) -PASS -- TEST 'regional_2threads_intel' [04:24, 02:37](6339 MB) -PASS -- TEST 'regional_noquilt_intel' [05:25, 03:11](6339 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:24, 03:19](6339 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:22, 03:16](6338 MB) -PASS -- TEST 'regional_wofs_intel' [06:32, 04:15](6339 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [08:10, 06:46] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [04:32, 02:38](6339 MB) - -PASS -- COMPILE 'rrfs_intel' [07:11, 06:01] ( 4 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [04:25, 02:52](6338 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:01, 02:48](6339 MB) -PASS -- TEST 'rap_decomp_intel' [04:22, 02:34](6339 MB) -PASS -- TEST 'rap_2threads_intel' [04:22, 03:03](6337 MB) -PASS -- TEST 'rap_restart_intel' [03:31, 01:25](6338 MB) -PASS -- TEST 'rap_sfcdiff_intel' [04:29, 02:30](6339 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:27, 02:33](6339 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:25, 01:38](6339 MB) -PASS -- TEST 'hrrr_control_intel' [04:30, 02:30](6338 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:27, 02:52](6338 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:27, 02:40](6339 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:20, 01:23](6338 MB) -PASS -- TEST 'rrfs_v1beta_intel' [06:32, 04:14](6339 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [07:18, 05:20](6338 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:17, 05:13](6339 MB) - -PASS -- COMPILE 'csawmg_intel' [08:11, 06:04] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [06:21, 04:08](6339 MB) -PASS -- TEST 'control_ras_intel' [04:16, 02:15](6339 MB) - -PASS -- COMPILE 'wam_intel' [07:11, 05:46] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [09:25, 07:43](6338 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 03:52] ( 418 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:22, 01:44](6339 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:20, 01:42](6339 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:17, 02:14](6338 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:16, 02:00](6339 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:38, 03:01](6339 MB) -PASS -- TEST 'control_ras_debug_intel' [04:17, 02:00](6339 MB) -PASS -- TEST 'control_diag_debug_intel' [04:21, 02:01](6339 MB) -PASS -- TEST 'control_debug_p8_intel' [04:27, 02:01](6338 MB) -PASS -- TEST 'regional_debug_intel' [13:29, 11:23](6339 MB) -PASS -- TEST 'rap_control_debug_intel' [05:16, 03:31](6338 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:19, 03:26](6339 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:16, 03:28](6339 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:16, 03:28](6339 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:18, 03:32](6339 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:20, 03:42](6339 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:17, 03:34](6339 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:17, 03:34](6339 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:16, 03:31](6339 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:16, 03:27](6338 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:15, 03:26](6339 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:15, 03:30](6339 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:16, 05:33](6339 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:17, 03:30](6339 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:17, 03:29](6338 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:25, 05:55](6338 MB) - -PASS -- COMPILE 'wam_debug_intel' [19:12, 17:27] ( 381 warnings 1 remarks ) +PASS -- COMPILE 's2swa_32bit_intel' [19:14, 17:42] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [05:34, 03:59](6337 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:11, 12:30] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [11:34, 08:54](6338 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [11:41, 09:26](6338 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [06:30, 04:13](6339 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [07:35, 04:16](6339 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [12:26, 10:06](6339 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [07:14, 05:36] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [10:44, 07:20](6339 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [06:15, 03:51](6339 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:10, 03:23] ( 339 warnings 3 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [10:47, 07:55](6339 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:10, 03:35] ( 339 warnings 1734 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [15:28, 12:51](6339 MB) + +PASS -- COMPILE 's2swa_intel' [13:11, 11:46] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [07:45, 05:08](6339 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:56, 05:04](6339 MB) +PASS -- TEST 'cpld_restart_p8_intel' [04:40, 02:52](6341 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [07:42, 05:07](6339 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [04:42, 02:55](6338 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [07:42, 05:58](6339 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [07:42, 05:01](6339 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:42, 04:06](6339 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:54, 05:13](6338 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [09:49, 05:25](6339 MB) + +PASS -- COMPILE 's2swal_intel' [21:14, 19:31] ( 1 warnings 4 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [07:36, 05:08](6338 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [04:31, 02:49](6339 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:32, 05:16](6338 MB) + +PASS -- COMPILE 's2sw_intel' [13:11, 11:31] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [05:42, 02:52](6338 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:53, 04:36](6338 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:10, 03:38] ( 339 warnings 995 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:47, 08:29](6339 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:10, 03:27] ( 339 warnings 995 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:41, 04:09](6339 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:11, 09:13] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:38, 03:23](6338 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [13:11, 11:10] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [10:34, 08:54](6338 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [06:35, 04:14](6338 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [12:25, 10:12](6339 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [05:26, 04:04](6338 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:27, 01:24](6338 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:23, 00:47](6338 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [02:20, 00:49](6337 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:21, 00:30](6336 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:19, 00:21](6338 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [02:21, 00:48](6338 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:20, 00:27](6337 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:18, 00:21](6338 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:19, 00:44](6337 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:19, 00:22](6338 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:18, 00:21](6338 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [23:12, 21:09] ( 339 warnings 1734 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [18:40, 16:15](6339 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:11, 07:34] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:53, 02:36](6338 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:22, 01:37](6338 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:26, 01:42](6339 MB) +PASS -- TEST 'control_latlon_intel' [04:19, 01:39](6339 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:21, 01:42](6339 MB) +PASS -- TEST 'control_c48_intel' [06:23, 04:20](6337 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:20, 04:06](6339 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [06:23, 04:27](6338 MB) +PASS -- TEST 'control_c192_intel' [07:25, 04:35](6338 MB) +PASS -- TEST 'control_c384_intel' [11:37, 09:19](6339 MB) +PASS -- TEST 'control_c384gdas_intel' [13:19, 10:29](6339 MB) +PASS -- TEST 'control_stochy_intel' [03:18, 01:18](6339 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:14, 00:46](6339 MB) +PASS -- TEST 'control_lndp_intel' [03:18, 01:12](6338 MB) +PASS -- TEST 'control_iovr4_intel' [04:19, 01:48](6339 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:27, 01:59](6339 MB) +PASS -- TEST 'control_iovr5_intel' [03:16, 01:45](6339 MB) +PASS -- TEST 'control_p8_intel' [03:31, 01:56](6339 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:37, 02:04](6338 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:26, 01:58](6339 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [03:26, 01:56](6338 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [03:28, 02:01](6339 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:27, 01:32](6338 MB) +PASS -- TEST 'control_restart_p8_intel' [03:28, 01:13](6339 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:28, 01:59](6339 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:22, 01:09](6339 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:29, 02:06](6339 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:22, 02:10](6338 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:21, 03:13](6339 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:29, 02:45](6339 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:33, 02:02](6339 MB) +PASS -- TEST 'merra2_thompson_intel' [04:27, 02:19](6339 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [05:25, 03:59](6339 MB) +PASS -- TEST 'regional_control_intel' [05:19, 03:16](6339 MB) +PASS -- TEST 'regional_restart_intel' [03:21, 01:47](6339 MB) +PASS -- TEST 'regional_decomp_intel' [05:19, 03:22](6339 MB) +PASS -- TEST 'regional_2threads_intel' [04:17, 02:34](6339 MB) +PASS -- TEST 'regional_noquilt_intel' [05:19, 03:12](6339 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:18, 03:13](6339 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:16, 03:12](6339 MB) +PASS -- TEST 'regional_wofs_intel' [06:19, 04:15](6339 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [08:11, 06:48] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [04:26, 02:35](6339 MB) + +PASS -- COMPILE 'rrfs_intel' [07:10, 06:03] ( 4 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [04:25, 02:26](6338 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:33, 02:43](6339 MB) +PASS -- TEST 'rap_decomp_intel' [04:22, 02:31](6339 MB) +PASS -- TEST 'rap_2threads_intel' [04:22, 02:46](6339 MB) +PASS -- TEST 'rap_restart_intel' [03:24, 01:22](6339 MB) +PASS -- TEST 'rap_sfcdiff_intel' [04:25, 02:26](6339 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:23, 02:31](6339 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:24, 01:22](6338 MB) +PASS -- TEST 'hrrr_control_intel' [04:31, 02:22](6342 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:30, 02:28](6338 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:22, 02:41](6339 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:23, 01:19](6339 MB) +PASS -- TEST 'rrfs_v1beta_intel' [06:30, 04:16](6338 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [07:18, 05:24](6339 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:17, 05:08](6338 MB) + +PASS -- COMPILE 'csawmg_intel' [08:10, 06:16] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [06:21, 04:09](6339 MB) +PASS -- TEST 'control_ras_intel' [04:15, 02:16](6338 MB) + +PASS -- COMPILE 'wam_intel' [07:10, 05:38] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [09:27, 07:47](6339 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 03:48] ( 418 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:19, 01:37](6338 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:17, 01:39](6339 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:15, 02:12](6339 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:14, 01:58](6339 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:17, 02:54](6339 MB) +PASS -- TEST 'control_ras_debug_intel' [03:16, 01:58](6339 MB) +PASS -- TEST 'control_diag_debug_intel' [03:19, 01:54](6340 MB) +PASS -- TEST 'control_debug_p8_intel' [03:22, 01:55](6339 MB) +PASS -- TEST 'regional_debug_intel' [13:21, 11:34](6339 MB) +PASS -- TEST 'rap_control_debug_intel' [05:16, 03:27](6338 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:17, 03:24](6339 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:16, 03:27](6338 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:24, 03:24](6339 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:21, 03:27](6338 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:19, 03:38](6339 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:17, 03:32](6339 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:16, 03:33](6338 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:16, 03:32](6339 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:16, 03:28](6339 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:16, 03:25](6339 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:15, 03:28](6338 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:15, 05:35](6338 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:16, 03:32](6339 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:15, 03:33](6339 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:25, 05:51](6338 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:10, 02:14] ( 381 warnings 1 remarks ) PASS -- TEST 'control_wam_debug_intel' [11:25, 09:05](6339 MB) -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:10, 05:55] ( 4 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:34, 02:32](6338 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:26, 02:08](6339 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:25, 02:04](6339 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [04:21, 02:26](6339 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:23, 02:22](6339 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:21, 02:11](6339 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:11, 01:13](6339 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:17, 01:10](6338 MB) -PASS -- TEST 'conus13km_control_intel' [03:36, 01:56](6339 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:24, 00:58](6338 MB) -PASS -- TEST 'conus13km_decomp_intel' [03:29, 01:52](6337 MB) -PASS -- TEST 'conus13km_restart_intel' [03:22, 01:11](6337 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:10, 06:02] ( 4 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:26, 02:41](6338 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:11] ( 312 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:16, 03:23](6339 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:16, 03:19](6339 MB) -PASS -- TEST 'conus13km_debug_intel' [16:25, 14:14](6339 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:27, 14:03](6339 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [14:25, 12:48](6339 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [16:23, 14:16](6338 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:22, 14:17](6338 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:09] ( 312 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:24, 03:23](6339 MB) - -PASS -- COMPILE 'hafsw_intel' [10:10, 08:53] ( 1 warnings 2 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [04:41, 02:46](6338 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [06:12, 03:56](6338 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:52, 02:23](6339 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [09:29, 07:27](6338 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:46, 03:22](6340 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [05:34, 03:59](6339 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:57, 01:43](6338 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [07:25, 04:19](6339 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:27, 02:26](6340 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:39, 02:17](6338 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:32, 00:58](6338 MB) -PASS -- TEST 'gnv1_nested_intel' [04:54, 02:21](6339 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [10:12, 08:14] ( 1 warnings ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [06:46, 03:22](6340 MB) - -PASS -- COMPILE 'hafs_all_intel' [09:10, 07:44] ( 1 warnings 1 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [06:30, 04:17](6338 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:27, 04:21](6339 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [05:18, 03:45] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:22, 02:12](6338 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:16, 01:25](6338 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:22, 02:01](6337 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:21, 02:08](6338 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:21, 02:14](6338 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:21, 02:14](6340 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:22, 02:16](6337 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:19, 02:15](6337 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:17, 05:04](6338 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:17, 04:49](6339 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:17, 02:24](6339 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:22, 03:58](6337 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:24, 03:56](6338 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 02:24] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:17, 04:10](6337 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:41] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:23, 01:00](6338 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:24, 00:43](6338 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:04, 00:34](6338 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:10, 10:21] ( 1 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:48, 02:27](6338 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:10, 05:59] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:34, 03:10](6339 MB) - -PASS -- COMPILE 'atml_intel' [08:10, 06:45] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [04:33, 02:28](6339 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:23, 01:31](6339 MB) - -PASS -- COMPILE 'atml_debug_intel' [04:10, 02:57] ( 425 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:59, 03:25](6339 MB) - -PASS -- COMPILE 'atmw_intel' [09:12, 07:39] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:00, 01:19](6338 MB) - -PASS -- COMPILE 'atmaero_intel' [10:12, 08:37] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:31, 02:49](6339 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:28, 03:15](6339 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:28, 03:19](6338 MB) - -PASS -- COMPILE 'atmaq_intel' [08:11, 06:18] ( 1 warnings ) -PASS -- TEST 'regional_atmaq_intel' [14:58, 12:46](6339 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [16:58, 14:35](6339 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:17] ( 398 warnings ) -PASS -- TEST 'regional_atmaq_debug_intel' [30:13, 26:17](6338 MB) - -PASS -- COMPILE 'atm_fbh_intel' [07:11, 05:35] ( 4 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [07:20, 06:02](6338 MB) +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:10, 05:59] ( 4 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:34, 02:34](6339 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:26, 02:09](6339 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:25, 02:05](6339 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [04:20, 02:27](6339 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:22, 02:21](6338 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:22, 02:11](6338 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:22, 01:13](6339 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:17, 01:11](6339 MB) +PASS -- TEST 'conus13km_control_intel' [03:36, 01:53](6339 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:25, 00:58](6338 MB) +PASS -- TEST 'conus13km_decomp_intel' [03:24, 01:53](6339 MB) +PASS -- TEST 'conus13km_restart_intel' [04:19, 01:08](6339 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:11, 06:09] ( 4 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:26, 02:38](6339 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:10] ( 312 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:16, 03:21](6339 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:15, 03:21](6339 MB) +PASS -- TEST 'conus13km_debug_intel' [16:32, 14:05](6339 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:24, 14:18](6338 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [14:30, 12:49](6339 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [16:23, 14:37](6338 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:24, 14:07](6339 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:14] ( 312 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:16, 03:27](6339 MB) + +PASS -- COMPILE 'hafsw_intel' [11:11, 09:07] ( 1 warnings 2 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:35, 02:47](6338 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [07:54, 03:55](6340 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:19, 02:23](6338 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [10:28, 07:22](6339 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:35, 03:23](6339 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:33, 04:00](6338 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:25, 01:41](6339 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [07:53, 04:19](6339 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:30, 02:27](6339 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:38, 02:17](6339 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:18, 00:55](6338 MB) +PASS -- TEST 'gnv1_nested_intel' [05:48, 02:22](6338 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [10:10, 08:06] ( 1 warnings ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [05:51, 03:22](6340 MB) + +PASS -- COMPILE 'hafs_all_intel' [09:11, 07:43] ( 1 warnings 1 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:26, 04:18](6338 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:26, 04:20](6338 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:11, 08:51] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:15, 02:05](6337 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:14, 01:24](6338 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:14, 01:54](6338 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:14, 01:54](6338 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:14, 01:54](6337 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:14, 02:04](6337 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:14, 02:04](6338 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:14, 01:53](6338 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:35, 05:06](6339 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:31, 04:52](6339 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:13, 02:06](6337 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:15, 03:48](6337 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:15, 03:48](6337 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:31] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:15, 04:10](6337 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [07:11, 05:27] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:21, 01:02](6339 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:19, 00:44](6338 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:18, 00:33](6339 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:11, 09:47] ( 1 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:34, 02:27](6339 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:11, 05:58] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:31, 03:11](6339 MB) + +PASS -- COMPILE 'atml_intel' [09:11, 07:06] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [04:36, 02:28](6339 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:22, 01:31](6339 MB) + +PASS -- COMPILE 'atml_debug_intel' [04:11, 02:50] ( 425 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:32, 03:33](6340 MB) + +PASS -- COMPILE 'atmw_intel' [09:11, 07:34] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:27, 01:19](6338 MB) + +PASS -- COMPILE 'atmaero_intel' [19:14, 17:58] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:26, 02:49](6339 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:25, 03:14](6342 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:26, 03:18](6339 MB) + +PASS -- COMPILE 'atmaq_intel' [08:11, 06:14] ( 1 warnings ) +PASS -- TEST 'regional_atmaq_intel' [14:44, 12:40](6339 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [16:46, 14:23](6338 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:10, 02:10] ( 398 warnings ) +PASS -- TEST 'regional_atmaq_debug_intel' [28:59, 26:05](6339 MB) + +PASS -- COMPILE 'atm_fbh_intel' [07:10, 05:38] ( 4 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [08:19, 06:01](6338 MB) SYNOPSIS: -Starting Date/Time: 20260107 15:02:49 -Ending Date/Time: 20260107 16:41:53 -Total Time: 01h:39m:25s +Starting Date/Time: 20260109 12:18:40 +Ending Date/Time: 20260109 14:20:43 +Total Time: 02h:02m:29s Compiles Completed: 39/39 Tests Completed: 196/196