diff --git a/CDEPS-interface/CMakeLists.txt b/CDEPS-interface/CMakeLists.txt index b0781aa38d..b4d53d60ea 100644 --- a/CDEPS-interface/CMakeLists.txt +++ b/CDEPS-interface/CMakeLists.txt @@ -16,7 +16,7 @@ elseif(CMAKE_Fortran_COMPILER_ID MATCHES "Intel") else() set(CMAKE_Fortran_FLAGS_RELEASE "-O2 -fp-model precise") endif() - set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -check -check noarg_temp_created -check nopointer -fpe0 -ftrapuv -init=snan,arrays") + set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -check all -check noarg_temp_created -check nopointer -fpe0 -ftrapuv -init=snan,arrays") #Set CPP defintions for the ufs/cdeps_share target library list(APPEND CDEPS_SHARE_DEFS "CPRINTEL") else() diff --git a/CICE-interface/CMakeLists.txt b/CICE-interface/CMakeLists.txt index 82492a8813..1f0111ce5a 100644 --- a/CICE-interface/CMakeLists.txt +++ b/CICE-interface/CMakeLists.txt @@ -16,13 +16,13 @@ elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(Intel)$") else() set(CMAKE_Fortran_FLAGS_RELEASE "-O2 -fp-model precise") endif() - set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -init=snan,arrays") + set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -check all -fpe0 -check noarg_temp_created -init=snan,arrays") set(CMAKE_Fortran_LINK_FLAGS "") elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(IntelLLVM)$") set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -g -traceback") set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -FR -convert big_endian -assume byterecl -ftz -align array64byte") set(CMAKE_Fortran_FLAGS_RELEASE "-O2 -fp-model precise") - set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -init=snan,arrays") + set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -check all -fpe0 -check noarg_temp_created -ftrapuv -init=snan,arrays") set(CMAKE_Fortran_LINK_FLAGS "") else() message(WARNING "Fortran compiler with ID ${CMAKE_Fortran_COMPILER_ID} will be used with CMake default options") diff --git a/CMEPS-interface/CMakeLists.txt b/CMEPS-interface/CMakeLists.txt index 938ee56332..c7f76fe2cf 100644 --- a/CMEPS-interface/CMakeLists.txt +++ b/CMEPS-interface/CMakeLists.txt @@ -20,7 +20,7 @@ elseif(CMAKE_Fortran_COMPILER_ID MATCHES "Intel") else() set(CMAKE_Fortran_FLAGS_RELEASE "-O2 -fp-model precise") endif() - set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -check -check noarg_temp_created -check nopointer -fpe0 -ftrapuv -init=snan,arrays") + set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -check all -check noarg_temp_created -check nopointer -fpe0 -ftrapuv -init=snan,arrays") set(CMAKE_Fortran_LINK_FLAGS "") #Set CPP defintions for the ufs/cdeps_share source component of the cmeps target library list(APPEND CDEPS_SHARE_DEFS "CPRINTEL") diff --git a/HYCOM-interface/CMakeLists.txt b/HYCOM-interface/CMakeLists.txt index 5fbc76f34d..50276a947f 100644 --- a/HYCOM-interface/CMakeLists.txt +++ b/HYCOM-interface/CMakeLists.txt @@ -11,12 +11,12 @@ if(CMAKE_Fortran_COMPILER_ID MATCHES "GNU") elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(Intel)$") set(CMAKE_Fortran_FLAGS "-g -traceback -mcmodel=small -r8 ${HYCOM_Extra_FORTRAN_FLAGS}") set(CMAKE_Fortran_FLAGS_RELEASE "-O3 -fp-model source -warn nogeneral") - set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -check all -fpe0 -ftrapuv -link_mpi=dbg -init=snan,arrays") + set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -check all -check noarg_temp_created -fpe0 -ftrapuv -link_mpi=dbg -init=snan,arrays") set(CMAKE_Fortran_LINK_FLAGS "-V ${CMAKE_Fortran_FLAGS} -static-intel") elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(IntelLLVM)$") set(CMAKE_Fortran_FLAGS "-g -traceback -mcmodel=small -r8 ${HYCOM_Extra_FORTRAN_FLAGS}") set(CMAKE_Fortran_FLAGS_RELEASE "-O3 -fp-model source -warn nogeneral") - set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -check all -fpe0 -ftrapuv -link_mpi=dbg -init=snan,arrays") + set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -check all -check noarg_temp_created -fpe0 -ftrapuv -link_mpi=dbg -init=snan,arrays") set(CMAKE_Fortran_LINK_FLAGS "-V ${CMAKE_Fortran_FLAGS} -static-intel") else() message(WARNING "Fortran compiler with ID ${CMAKE_Fortran_COMPILER_ID} will be used with CMake default options") diff --git a/MOM6-interface/CMakeLists.txt b/MOM6-interface/CMakeLists.txt index a62cedc752..99c325392a 100644 --- a/MOM6-interface/CMakeLists.txt +++ b/MOM6-interface/CMakeLists.txt @@ -15,7 +15,7 @@ elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(Intel)$") else() set(CMAKE_Fortran_FLAGS_RELEASE "-O2 -debug minimal -fp-model source") endif() - set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -check -check noarg_temp_created -check nopointer -fpe0 -ftrapuv -init=snan,arrays") + set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -check all -check noarg_temp_created -check nopointer -fpe0 -ftrapuv -init=snan,arrays") set(CMAKE_Fortran_LINK_FLAGS "") elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(IntelLLVM)$") set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -g -traceback") @@ -26,7 +26,7 @@ elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(IntelLLVM)$") else() set(CMAKE_Fortran_FLAGS_RELEASE "-O2 -debug minimal -fp-model precise") endif() - set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -check -check noarg_temp_created -check nopointer -fpe0 -ftrapuv -init=snan,arrays") + set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -check all -check noarg_temp_created -check nopointer -fpe0 -ftrapuv -init=snan,arrays") set(CMAKE_Fortran_LINK_FLAGS "") else() message(WARNING "Fortran compiler with ID ${CMAKE_Fortran_COMPILER_ID} will be used with CMake default options") diff --git a/NOAHMP-interface/CMakeLists.txt b/NOAHMP-interface/CMakeLists.txt index 5974189061..227d1468da 100644 --- a/NOAHMP-interface/CMakeLists.txt +++ b/NOAHMP-interface/CMakeLists.txt @@ -41,8 +41,12 @@ endif() if(32BIT) message(STATUS "Compile CCPP slow physics with 64-bit precision, fast physics with 32-bit precision") add_definitions(-DOVERLOAD_R4) - if(CMAKE_Fortran_COMPILER_ID MATCHES "Intel") + if(CMAKE_Fortran_COMPILER_ID MATCHES "^(Intel)$") set(CMAKE_Fortran_FLAGS_PHYSICS "-real-size 64 -no-prec-div -no-prec-sqrt") + set(CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -check all -check noarg_temp_created -ftrapuv") + elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(IntelLLVM)$") + set(CMAKE_Fortran_FLAGS_PHYSICS "-real-size 64 -no-prec-div -no-prec-sqrt") + set(CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -check all -check noarg_temp_created -ftrapuv") elseif(CMAKE_Fortran_COMPILER_ID MATCHES "GNU") set(CMAKE_Fortran_FLAGS_PHYSICS "-fdefault-real-8 -fdefault-double-8") endif() @@ -51,6 +55,11 @@ else() message(STATUS "Compile CCPP physics with 64-bit precision") remove_definitions(-DOVERLOAD_R8) remove_definitions(-DOVERLOAD_R4) + if(CMAKE_Fortran_COMPILER_ID MATCHES "^(Intel)$") + set(CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -check all -check noarg_temp_created -ftrapuv") + elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(IntelLLVM)$") + set(CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -check all -check noarg_temp_created -ftrapuv") + endif() set(CMAKE_Fortran_FLAGS_PHYSICS "") set(CMAKE_Fortran_FLAGS_DYNAMICS "") endif() diff --git a/UFSATM b/UFSATM index deda0c0cb1..32870d2d7c 160000 --- a/UFSATM +++ b/UFSATM @@ -1 +1 @@ -Subproject commit deda0c0cb17c7f575525a58216152e384b29c277 +Subproject commit 32870d2d7ca992d9af95b370307ba300f3c57516 diff --git a/cmake/Intel.cmake b/cmake/Intel.cmake index 6b8cae0ef6..2cc4648027 100644 --- a/cmake/Intel.cmake +++ b/cmake/Intel.cmake @@ -21,7 +21,7 @@ endif() if(DEBUG) add_definitions(-DDEBUG) #set(CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -ftrapuv -init=snan,arrays") - set(CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -O0 -check -check noarg_temp_created -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -ftrapuv -init=snan,arrays") + set(CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -O0 -check all -check noarg_temp_created -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -ftrapuv -init=snan,arrays") set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -O0 -ftrapuv") else() if(FASTER) diff --git a/cmake/IntelLLVM.cmake b/cmake/IntelLLVM.cmake index 963eaabace..0327d84810 100644 --- a/cmake/IntelLLVM.cmake +++ b/cmake/IntelLLVM.cmake @@ -23,7 +23,7 @@ endif() if(DEBUG) add_definitions(-DDEBUG) - set(CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug minimal -ftrapuv -init=snan,arrays") + set(CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug minimal -ftrapuv -init=snan,arrays") set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -O0 -ftrapuv") else() if(FASTER) diff --git a/cmake/IntelMixed.cmake b/cmake/IntelMixed.cmake index 2cadee15bf..b19a10407e 100644 --- a/cmake/IntelMixed.cmake +++ b/cmake/IntelMixed.cmake @@ -21,7 +21,7 @@ endif() if(DEBUG) add_definitions(-DDEBUG) #set(CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -ftrapuv -init=snan,arrays") - set(CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -O0 -check -check noarg_temp_created -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -ftrapuv -init=snan,arrays") + set(CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -O0 -check all -check noarg_temp_created -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -ftrapuv -init=snan,arrays") set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -O0 -ftrapuv") else() if(FASTER) diff --git a/fire_behavior b/fire_behavior index 05cad173fe..3be9c444ac 160000 --- a/fire_behavior +++ b/fire_behavior @@ -1 +1 @@ -Subproject commit 05cad173feeb598431e3ef5f17c2df6562c8d101 +Subproject commit 3be9c444ace991b4235e4e978449cc3d3fd0d2d1 diff --git a/stochastic_physics b/stochastic_physics index aea3150e0b..ae192f119b 160000 --- a/stochastic_physics +++ b/stochastic_physics @@ -1 +1 @@ -Subproject commit aea3150e0baa6289a144f6da41d02869ab80f24c +Subproject commit ae192f119b8614b4476a1b04ba55f6fb93e2953d diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index b131d8ff9b..900b61ec9e 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Tue Nov 25 20:37:28 UTC 2025 +Wed Dec 3 16:41:00 UTC 2025 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_2490760/bit_base_bit_base +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2292125/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 = 257.971418 - 0: The maximum resident set size (KB) = 1547592 + 0: The total amount of wall time = 181.676080 + 0: The maximum resident set size (KB) = 2065028 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_2490760/dbg_base_dbg_base +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2292125/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 = 890.918314 - 0: The maximum resident set size (KB) = 1517848 + 0: The total amount of wall time = 1831.151448 + 0: The maximum resident set size (KB) = 2031900 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_2490760/dcp_dcp +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2292125/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 = 233.392222 - 0: The maximum resident set size (KB) = 1533720 + 0: The total amount of wall time = 156.797235 + 0: The maximum resident set size (KB) = 2007812 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_2490760/mpi_mpi +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2292125/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 = 232.525634 - 0: The maximum resident set size (KB) = 1536080 + 0: The total amount of wall time = 160.206373 + 0: The maximum resident set size (KB) = 2002820 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_2490760/rst_rst +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2292125/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 = 229.676628 - 0: The maximum resident set size (KB) = 1514064 + 0: The total amount of wall time = 156.816915 + 0: The maximum resident set size (KB) = 2003400 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_2490760/std_base_std_base +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2292125/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.548827 - 0: The maximum resident set size (KB) = 1502836 + 0: The total amount of wall time = 158.653127 + 0: The maximum resident set size (KB) = 1994004 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_2490760/thr_thr +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2292125/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 = 232.922068 - 0: The maximum resident set size (KB) = 1522592 + 0: The total amount of wall time = 160.627196 + 0: The maximum resident set size (KB) = 2003356 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Tue Nov 25 21:41:21 UTC 2025 -Elapsed time: 01h:03m:54s. Have a nice day! +Wed Dec 3 18:12:16 UTC 2025 +Elapsed time: 01h:31m:16s. 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 3c4c6aa54a..072070e457 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 Nov 25 19:11:09 UTC 2025 +Wed Dec 3 16:40:07 UTC 2025 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_1841466/dbg_base_dbg_base +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2280090/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 = 2291.371373 - 0: The maximum resident set size (KB) = 1642192 + 0: The total amount of wall time = 4511.417142 + 0: The maximum resident set size (KB) = 2204584 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_1841466/rst_rst +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2280090/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 = 586.029278 - 0: The maximum resident set size (KB) = 1638164 + 0: The total amount of wall time = 362.432615 + 0: The maximum resident set size (KB) = 2177924 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_1841466/std_base_std_base +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2280090/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 = 585.044467 - 0: The maximum resident set size (KB) = 1625196 + 0: The total amount of wall time = 359.919270 + 0: The maximum resident set size (KB) = 2181100 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Tue Nov 25 20:37:27 UTC 2025 -Elapsed time: 01h:26m:18s. Have a nice day! +Wed Dec 3 18:47:43 UTC 2025 +Elapsed time: 02h:07m:36s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 6b16b71681..a198248b62 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Tue Nov 25 18:14:45 UTC 2025 +Wed Dec 3 16:11:58 UTC 2025 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_1763979/bit_base_bit_base +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2226603/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 = 625.795598 - 0: The maximum resident set size (KB) = 890968 + 0: The total amount of wall time = 400.190927 + 0: The maximum resident set size (KB) = 1389308 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_1763979/dcp_dcp +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2226603/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 = 501.951176 - 0: The maximum resident set size (KB) = 861260 + 0: The total amount of wall time = 286.293460 + 0: The maximum resident set size (KB) = 1205432 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_1763979/std_base_std_base +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2226603/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 = 502.405930 - 0: The maximum resident set size (KB) = 851224 + 0: The total amount of wall time = 291.279938 + 0: The maximum resident set size (KB) = 1212044 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_1763979/thr_thr +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2226603/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 = 501.117401 - 0: The maximum resident set size (KB) = 862004 + 0: The total amount of wall time = 281.939614 + 0: The maximum resident set size (KB) = 1201368 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Tue Nov 25 19:11:09 UTC 2025 -Elapsed time: 00h:56m:24s. Have a nice day! +Wed Dec 3 17:05:29 UTC 2025 +Elapsed time: 00h:53m:32s. Have a nice day! diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index 39ff11a465..759dc6a5f9 100644 --- a/tests/logs/RegressionTests_acorn.log +++ b/tests/logs/RegressionTests_acorn.log @@ -1,37 +1,37 @@ ====START OF ACORN REGRESSION TESTING LOG==== UFSWM hash used in testing: -2e502c91aaee176ed997189e0ff9abc35fe30c61 +bc2187f184b4b0c8dba00a084058b5054ee2cc8a Submodule hashes used in testing: - a57f569b8465b93694051ccd910412355bf5fb09 AQM (remotes/origin/remove_findesmf) + 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) - 5278e39e4bbbc8aaf240b203740a1cf904256fca CICE-interface/CICE (remotes/origin/sync_cice_2025-11) + c90ee5a0e72ecc9cbee4694e95df228d01f8d7dd CICE-interface/CICE (CICE6.0.0-444-gc90ee5a) 4954a6f9033f78e5c32bf33780384cbf2d0843e6 CICE-interface/CICE/icepack (Icepack1.1.0-225-g4954a6f) 607a0bddcef8b8c4f0c80886be68db88fe52429f CMEPS-interface/CMEPS (cmeps_v0.4.1-2325-g607a0bd) 69049ec0c26b3160c3dbe1980b2feb78470a37a6 CMakeModules (v1.0.0-36-g69049ec) - 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) + 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (heads/main-3-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 58ae7aa3adef6daf489c707994b32017689b0aa8 LM4-driver (remotes/origin/remove_findesmf) + 05a3f7ae291b59a2ab7611a042f2fc99be31dc61 LM4-driver (heads/develop-1-g05a3f7a) c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) 9c8b26c2d870636f359f2ef62ef775639132b3ba MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10723-g9c8b26c2d) 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) - 8dbaeb50defdacfce55d726e7b35c7e844388dd2 UFSATM (remotes/origin/remove_findesmf) + a7942df0703073bd6b127b0d1f9a14f112f0ab08 UFSATM (remotes/origin/nco_debug_changes) 3256121dc4972d5c78f43f1a16ea1cb118ec6daf UFSATM/ccpp/framework (2025-06-03-dev-12-g3256121) 7e9ddf0b6bb2ec6034049b05447e060115dd8de0 UFSATM/ccpp/physics (EP4-2052-g7e9ddf0b) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) - e514f6d6b585e8fd857f55ef7d92618cd4d995f0 UFSATM/fv3/atmos_cubed_sphere (201912_public_release-438-ge514f6d) + d2294104101f5bb9c12f7bb79b96c31af2acd0a0 UFSATM/fv3/atmos_cubed_sphere (remotes/origin/nco_debug_changes) 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/develop-226-g38d2177a) 1a16f94d20898ff2ffcc3c8b6e036a9a16ed19a4 UFSATM/upp (upp_v10.2.0-327-g1a16f94d) -179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd - e6d31d9ad19a72c069985cd416ddefe25cf955c1 WW3 (remotes/origin/remove_findesmf) - 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) - aea3150e0baa6289a144f6da41d02869ab80f24c stochastic_physics (ufs-v2.0.0-293-gaea3150) + af7ecf2f623a81c9662836b2e51dff3586740a7a WW3 (6.07.1-496-gaf7ecf2f) + 3be9c444ace991b4235e4e978449cc3d3fd0d2d1 fire_behavior (v0.2.0-3-g3be9c44) + 956d3746023785d844ad9cfa3007ff6e2b27b5d1 stochastic_physics (remotes/origin/nco_debug_changes) NOTES: @@ -41,287 +41,287 @@ 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-20251119 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_1540660 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_3087477 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [18:31, 16:46] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:28, 06:33](3321 MB) -PASS -- TEST 'cpld_control_gefs_intel' [51:43, 16:50](4096 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [24:00, 07:42](3903 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:31, 17:07] ( 1 warnings 4 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [21:10, 13:04](1899 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:15, 14:03](1944 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:59, 06:22](1074 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [14:32, 06:35](1933 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [29:26, 15:17](1876 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [16:31, 14:55] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:08, 11:49](2198 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [19:29, 06:05](1356 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [06:20, 04:41] ( 334 warnings 1 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [18:26, 13:13](2239 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:21, 05:12] ( 352 warnings 1777 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:58, 20:11](1939 MB) - -PASS -- COMPILE 's2swa_intel' [18:33, 16:51] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [22:34, 08:22](3355 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [23:37, 08:16](3355 MB) -PASS -- TEST 'cpld_restart_p8_intel' [10:57, 04:41](3235 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [22:29, 08:13](3373 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [12:24, 04:44](3253 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [15:17, 07:42](3559 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [23:00, 08:10](3344 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [29:40, 06:48](3290 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [19:28, 08:26](3356 MB) - -PASS -- COMPILE 's2swal_intel' [18:31, 16:59] ( 1 warnings 4 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [23:37, 08:23](3357 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [13:28, 04:57](3237 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [15:15, 08:17](3325 MB) - -PASS -- COMPILE 's2sw_intel' [17:30, 15:14] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [10:30, 04:32](1917 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [15:00, 07:13](1969 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [16:30, 14:50] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:55, 05:03](1966 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:32, 16:55] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [15:22, 08:14](3356 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:31, 16:12] ( 1 warnings 4 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [22:56, 13:12](1918 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:43, 06:26](1107 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [33:07, 15:11](1890 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [11:40, 05:56](2885 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [07:26, 02:01](2888 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [05:23, 01:23](2293 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [04:53, 01:21](2117 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [05:55, 00:54](2112 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [05:48, 00:45](1450 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [04:53, 01:16](2114 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [04:53, 00:57](2113 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [05:48, 00:44](1451 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [03:51, 00:58](2037 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [04:47, 00:52](2040 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [04:49, 00:40](1395 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:19, 04:44] ( 352 warnings 1777 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:44, 24:02](1973 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:25, 10:40] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [13:41, 03:59](684 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [14:47, 02:29](1565 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [15:52, 02:40](1575 MB) -PASS -- TEST 'control_latlon_intel' [14:45, 02:40](1573 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [12:46, 02:37](1572 MB) -PASS -- TEST 'control_c48_intel' [09:45, 06:20](1597 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [09:45, 05:48](719 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [12:47, 06:42](1593 MB) -PASS -- TEST 'control_c192_intel' [16:01, 07:13](1707 MB) -PASS -- TEST 'control_c384_intel' [33:30, 08:35](1992 MB) -PASS -- TEST 'control_c384gdas_intel' [44:12, 09:43](1132 MB) -PASS -- TEST 'control_stochy_intel' [10:38, 01:56](633 MB) -PASS -- TEST 'control_stochy_restart_intel' [07:37, 01:08](400 MB) -PASS -- TEST 'control_lndp_intel' [09:38, 01:52](632 MB) -PASS -- TEST 'control_iovr4_intel' [11:41, 02:38](631 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [10:57, 03:03](914 MB) -PASS -- TEST 'control_iovr5_intel' [09:41, 02:41](634 MB) -PASS -- TEST 'control_p8_intel' [09:29, 03:00](1853 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [10:39, 03:17](1857 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [10:12, 03:03](1858 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [10:13, 02:51](1876 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [11:42, 03:02](1885 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [12:48, 02:18](2432 MB) -PASS -- TEST 'control_restart_p8_intel' [06:45, 01:52](1013 MB) -PASS -- TEST 'control_noqr_p8_intel' [11:18, 03:02](1852 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [06:00, 01:47](1012 MB) -PASS -- TEST 'control_decomp_p8_intel' [10:42, 02:57](1846 MB) -PASS -- TEST 'control_2threads_p8_intel' [10:38, 02:40](1929 MB) -PASS -- TEST 'control_p8_lndp_intel' [12:03, 04:55](1859 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [11:11, 04:09](1908 MB) -PASS -- TEST 'control_p8_mynn_intel' [10:06, 03:04](1871 MB) -PASS -- TEST 'merra2_thompson_intel' [10:35, 03:36](1856 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [11:15, 04:35](1864 MB) -PASS -- TEST 'regional_control_intel' [07:53, 04:59](875 MB) -PASS -- TEST 'regional_restart_intel' [06:54, 02:47](882 MB) -PASS -- TEST 'regional_decomp_intel' [07:49, 05:14](875 MB) -PASS -- TEST 'regional_2threads_intel' [06:47, 03:15](989 MB) -PASS -- TEST 'regional_noquilt_intel' [07:52, 04:52](1171 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:54, 04:57](875 MB) -PASS -- TEST 'regional_wofs_intel' [08:55, 06:42](1611 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [11:24, 09:56] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [08:10, 04:01](1880 MB) - -PASS -- COMPILE 'rrfs_intel' [10:24, 08:52] ( 4 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [08:08, 03:55](1013 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:19, 04:18](1187 MB) -PASS -- TEST 'rap_decomp_intel' [07:22, 03:56](1016 MB) -PASS -- TEST 'rap_2threads_intel' [07:21, 03:29](1081 MB) -PASS -- TEST 'rap_restart_intel' [08:16, 02:11](762 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:56, 03:49](1002 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:28, 03:56](1010 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:13, 02:08](761 MB) -PASS -- TEST 'hrrr_control_intel' [08:16, 03:43](1010 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [08:25, 03:48](1007 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [08:24, 03:26](1071 MB) -PASS -- TEST 'hrrr_control_restart_intel' [06:36, 02:05](759 MB) -PASS -- TEST 'rrfs_v1beta_intel' [12:08, 06:48](1006 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [12:41, 08:36](1964 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:40, 08:16](1963 MB) - -PASS -- COMPILE 'csawmg_intel' [10:23, 08:39] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [10:55, 06:32](962 MB) -PASS -- TEST 'control_ras_intel' [06:32, 03:26](666 MB) - -PASS -- COMPILE 'wam_intel' [09:23, 08:03] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [16:13, 12:39](1649 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:24, 08:13] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [08:11, 03:05](1853 MB) -PASS -- TEST 'regional_control_faster_intel' [07:52, 05:05](878 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:22, 05:02] ( 415 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:37, 02:41](1601 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:37, 02:52](1610 MB) -PASS -- TEST 'control_stochy_debug_intel' [06:33, 03:40](818 MB) -PASS -- TEST 'control_lndp_debug_intel' [06:33, 03:21](813 MB) -PASS -- TEST 'control_csawmg_debug_intel' [08:54, 05:00](1107 MB) -PASS -- TEST 'control_ras_debug_intel' [06:32, 03:17](825 MB) -PASS -- TEST 'control_diag_debug_intel' [07:40, 03:19](1672 MB) -PASS -- TEST 'control_debug_p8_intel' [08:06, 03:08](1893 MB) -PASS -- TEST 'regional_debug_intel' [21:11, 18:51](938 MB) -PASS -- TEST 'rap_control_debug_intel' [10:40, 05:46](1186 MB) -PASS -- TEST 'hrrr_control_debug_intel' [10:42, 05:34](1185 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [10:38, 05:44](1185 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [10:39, 05:47](1186 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [10:35, 05:44](1183 MB) -PASS -- TEST 'rap_diag_debug_intel' [10:52, 05:59](1273 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [10:42, 05:49](1187 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [10:38, 05:50](1189 MB) -PASS -- TEST 'rap_lndp_debug_intel' [11:37, 05:59](1193 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [10:36, 05:45](1186 MB) -PASS -- TEST 'rap_noah_debug_intel' [12:39, 05:46](1187 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [12:39, 05:44](1182 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [15:43, 09:15](1188 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [12:42, 05:42](1187 MB) -PASS -- TEST 'rap_flake_debug_intel' [12:40, 05:44](1182 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [18:50, 09:48](1186 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:18, 03:33] ( 377 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [26:23, 14:49](1694 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:23, 08:17] ( 4 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [13:22, 03:50](1030 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:02, 03:17](884 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [11:26, 03:10](884 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:32, 02:56](933 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [10:57, 02:46](927 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [11:50, 03:17](887 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:40, 01:48](728 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:35, 01:45](721 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:23, 08:05] ( 4 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [06:26, 03:06](1012 MB) -PASS -- TEST 'conus13km_2threads_intel' [08:01, 01:21](1134 MB) -PASS -- TEST 'conus13km_decomp_intel' [07:09, 02:56](1023 MB) -PASS -- TEST 'conus13km_restart_intel' [05:00, 01:57](680 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:23, 08:24] ( 4 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:56, 04:00](917 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:19, 03:35] ( 310 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [11:38, 05:33](1068 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [11:40, 05:28](1065 MB) -PASS -- TEST 'conus13km_debug_intel' [27:29, 24:22](1098 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [28:26, 24:11](811 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [17:19, 13:26](1206 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [28:25, 24:41](1081 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [28:24, 24:03](1167 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:19, 03:33] ( 310 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [09:38, 05:33](1096 MB) - -PASS -- COMPILE 'hafsw_intel' [14:28, 12:16] ( 1 warnings 3 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:02, 04:35](694 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [14:11, 04:53](902 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:41, 03:36](1047 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:14, 11:47](786 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:00, 05:33](464 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [13:10, 06:42](470 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [15:00, 03:02](377 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [28:10, 07:49](458 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:50, 03:50](492 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [10:58, 03:35](493 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [13:40, 01:35](404 MB) -PASS -- TEST 'gnv1_nested_intel' [09:04, 03:48](1695 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:26, 10:31] ( 1 warnings 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [25:36, 05:27](782 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:26, 09:11] ( 1 warnings 2 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [16:07, 06:51](746 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [17:09, 06:56](724 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [16:30, 13:35] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [06:27, 03:15](1564 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:28, 02:03](1565 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:26, 02:52](684 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:26, 02:50](682 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:24, 02:54](682 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:25, 03:01](1565 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:25, 03:00](1567 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [06:26, 02:53](688 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:30, 07:08](1365 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:24, 07:03](704 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:23, 03:05](1567 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:29, 05:11](4519 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:29, 05:11](4522 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [17:31, 13:58] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:26, 03:05](1564 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [05:18, 00:54] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [05:42, 01:05](301 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [06:36, 00:51](437 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:34, 00:43](436 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [17:31, 14:28] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:34, 03:44](1907 MB) - -PASS -- COMPILE 'atml_intel' [12:24, 10:01] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [09:18, 03:22](1862 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:59, 01:59](1032 MB) - -PASS -- COMPILE 'atml_debug_intel' [12:25, 04:25] ( 420 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [11:16, 05:41](1911 MB) - -PASS -- COMPILE 'atmw_intel' [16:30, 08:47] ( 1 warnings 3 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [07:06, 02:02](1874 MB) - -PASS -- COMPILE 'atmaero_intel' [21:35, 15:06] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [09:52, 04:42](3230 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:35, 05:25](3111 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:36, 05:22](3118 MB) - -PASS -- COMPILE 'atmaq_intel' [11:24, 08:40] ( 1 warnings ) -PASS -- TEST 'regional_atmaq_intel' [21:57, 14:44](2399 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [23:58, 17:44](2444 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [08:21, 03:39] ( 394 warnings ) -PASS -- TEST 'regional_atmaq_debug_intel' [46:15, 40:29](1884 MB) +PASS -- COMPILE 's2swa_32bit_intel' [18:32, 16:50] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:32, 06:30](3320 MB) +PASS -- TEST 'cpld_control_gefs_intel' [32:09, 17:06](4099 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [25:26, 07:55](3910 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:32, 16:53] ( 1 warnings 4 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [20:22, 13:04](1898 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:14, 14:15](1947 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:04, 06:19](1074 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [11:09, 06:33](1933 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:19, 15:15](1877 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [16:30, 14:57] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [17:21, 11:50](2197 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [18:42, 06:16](1339 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [06:19, 04:40] ( 334 warnings 1 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [18:15, 13:07](2244 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:19, 05:02] ( 352 warnings 1777 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:04, 20:18](1939 MB) + +PASS -- COMPILE 's2swa_intel' [18:34, 16:50] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [22:40, 08:16](3355 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [22:37, 08:19](3356 MB) +PASS -- TEST 'cpld_restart_p8_intel' [13:25, 04:42](3237 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [24:37, 08:27](3373 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [13:07, 04:46](3253 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [15:28, 07:37](3567 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [16:04, 08:15](3343 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [21:33, 06:48](3290 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:36, 08:20](3354 MB) + +PASS -- COMPILE 's2swal_intel' [18:34, 17:03] ( 1 warnings 4 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [20:39, 08:28](3357 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [11:33, 04:53](3238 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [14:29, 08:26](3325 MB) + +PASS -- COMPILE 's2sw_intel' [17:32, 15:22] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:34, 04:35](1917 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:55, 07:23](1968 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [16:32, 15:00] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:00, 05:04](1970 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:34, 16:49] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [18:56, 08:23](3357 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:31, 15:49] ( 1 warnings 4 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [22:57, 13:09](1916 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:55, 06:20](1109 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [31:07, 15:17](1888 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [12:47, 06:05](2885 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [08:33, 01:57](2891 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [09:28, 01:16](2296 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [05:54, 01:16](2116 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [06:56, 00:56](2111 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [08:51, 00:49](1452 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [06:56, 01:23](2107 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [05:55, 00:56](2113 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [08:51, 00:45](1453 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [05:54, 00:53](2039 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [06:51, 00:43](2039 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [08:51, 00:44](1395 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:19, 04:46] ( 352 warnings 1777 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:48, 24:01](1959 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:25, 10:35] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [13:42, 03:57](683 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [13:46, 02:29](1566 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [11:48, 02:42](1574 MB) +PASS -- TEST 'control_latlon_intel' [11:39, 02:38](1576 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [11:44, 02:36](1575 MB) +PASS -- TEST 'control_c48_intel' [14:50, 06:16](1595 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [13:49, 05:50](719 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [13:49, 06:25](1599 MB) +PASS -- TEST 'control_c192_intel' [14:00, 07:07](1704 MB) +PASS -- TEST 'control_c384_intel' [32:33, 08:46](2000 MB) +PASS -- TEST 'control_c384gdas_intel' [44:13, 09:50](1133 MB) +PASS -- TEST 'control_stochy_intel' [07:37, 01:57](634 MB) +PASS -- TEST 'control_stochy_restart_intel' [08:40, 01:11](400 MB) +PASS -- TEST 'control_lndp_intel' [05:34, 01:49](635 MB) +PASS -- TEST 'control_iovr4_intel' [06:36, 02:40](629 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [06:52, 03:00](916 MB) +PASS -- TEST 'control_iovr5_intel' [05:34, 02:35](633 MB) +PASS -- TEST 'control_p8_intel' [07:20, 02:59](1851 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [08:44, 03:06](1856 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [09:13, 02:58](1858 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [10:18, 03:00](1876 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [10:48, 03:03](1886 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [09:59, 02:20](2430 MB) +PASS -- TEST 'control_restart_p8_intel' [07:39, 01:48](1012 MB) +PASS -- TEST 'control_noqr_p8_intel' [11:29, 02:57](1854 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [06:12, 01:49](1015 MB) +PASS -- TEST 'control_decomp_p8_intel' [11:40, 03:03](1846 MB) +PASS -- TEST 'control_2threads_p8_intel' [11:38, 02:54](1928 MB) +PASS -- TEST 'control_p8_lndp_intel' [13:05, 05:03](1857 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [13:15, 04:08](1906 MB) +PASS -- TEST 'control_p8_mynn_intel' [11:05, 03:02](1870 MB) +PASS -- TEST 'merra2_thompson_intel' [12:36, 03:32](1856 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [12:17, 04:36](1863 MB) +PASS -- TEST 'regional_control_intel' [08:56, 05:11](872 MB) +PASS -- TEST 'regional_restart_intel' [06:55, 02:47](880 MB) +PASS -- TEST 'regional_decomp_intel' [09:51, 05:16](875 MB) +PASS -- TEST 'regional_2threads_intel' [09:50, 03:10](993 MB) +PASS -- TEST 'regional_noquilt_intel' [07:55, 04:56](1174 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:53, 05:03](879 MB) +PASS -- TEST 'regional_wofs_intel' [10:53, 06:49](1611 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [11:24, 09:50] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [09:13, 03:58](1881 MB) + +PASS -- COMPILE 'rrfs_intel' [10:25, 08:56] ( 4 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [08:29, 03:56](1011 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:22, 04:18](1182 MB) +PASS -- TEST 'rap_decomp_intel' [08:24, 04:00](1016 MB) +PASS -- TEST 'rap_2threads_intel' [07:54, 03:30](1081 MB) +PASS -- TEST 'rap_restart_intel' [07:02, 02:15](769 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:55, 03:48](1006 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:36, 03:58](1012 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:18, 02:21](762 MB) +PASS -- TEST 'hrrr_control_intel' [07:46, 03:47](1009 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:26, 03:49](1007 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:23, 03:26](1067 MB) +PASS -- TEST 'hrrr_control_restart_intel' [07:37, 02:13](759 MB) +PASS -- TEST 'rrfs_v1beta_intel' [10:57, 06:46](1002 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [12:43, 08:32](1970 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:40, 08:14](1961 MB) + +PASS -- COMPILE 'csawmg_intel' [10:24, 08:38] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [10:56, 06:36](959 MB) +PASS -- TEST 'control_ras_intel' [06:31, 03:23](667 MB) + +PASS -- COMPILE 'wam_intel' [09:22, 08:03] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [16:16, 12:34](1658 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:23, 08:12] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [08:12, 03:14](1854 MB) +PASS -- TEST 'regional_control_faster_intel' [07:52, 04:59](877 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:19, 05:00] ( 415 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:40, 02:43](1601 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:37, 02:46](1611 MB) +PASS -- TEST 'control_stochy_debug_intel' [06:32, 03:35](811 MB) +PASS -- TEST 'control_lndp_debug_intel' [06:31, 03:16](813 MB) +PASS -- TEST 'control_csawmg_debug_intel' [08:57, 05:03](1111 MB) +PASS -- TEST 'control_ras_debug_intel' [06:33, 03:17](833 MB) +PASS -- TEST 'control_diag_debug_intel' [06:42, 03:25](1669 MB) +PASS -- TEST 'control_debug_p8_intel' [08:04, 03:07](1896 MB) +PASS -- TEST 'regional_debug_intel' [21:14, 18:38](928 MB) +PASS -- TEST 'rap_control_debug_intel' [09:38, 05:45](1186 MB) +PASS -- TEST 'hrrr_control_debug_intel' [10:41, 05:40](1182 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [11:43, 05:44](1189 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [10:38, 05:50](1187 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [11:38, 05:44](1186 MB) +PASS -- TEST 'rap_diag_debug_intel' [12:49, 06:02](1272 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [11:37, 05:49](1182 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [11:37, 05:57](1187 MB) +PASS -- TEST 'rap_lndp_debug_intel' [10:40, 05:54](1193 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [10:37, 05:47](1186 MB) +PASS -- TEST 'rap_noah_debug_intel' [11:40, 05:40](1186 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [12:39, 05:48](1186 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [15:42, 09:16](1186 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [12:42, 05:51](1189 MB) +PASS -- TEST 'rap_flake_debug_intel' [12:40, 05:45](1186 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [18:35, 09:55](1189 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:18, 03:32] ( 377 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [22:22, 15:01](1696 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:24, 08:18] ( 4 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [14:28, 03:52](1026 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:37, 03:13](889 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [11:58, 03:14](884 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:37, 02:54](933 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [10:55, 02:49](928 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [11:50, 03:27](887 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:06, 01:49](731 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:34, 01:55](722 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:24, 08:07] ( 4 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:31, 02:59](1013 MB) +PASS -- TEST 'conus13km_2threads_intel' [07:04, 01:24](1136 MB) +PASS -- TEST 'conus13km_decomp_intel' [08:09, 03:00](1022 MB) +PASS -- TEST 'conus13km_restart_intel' [05:03, 01:51](681 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:26, 08:24] ( 4 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [11:00, 04:08](921 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:23, 03:39] ( 310 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [11:39, 05:36](1068 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [11:39, 05:34](1065 MB) +PASS -- TEST 'conus13km_debug_intel' [28:31, 24:06](1098 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [29:27, 24:11](809 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [18:13, 13:31](1201 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [28:27, 24:47](1105 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [28:25, 24:13](1167 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:23, 03:31] ( 310 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [09:38, 05:36](1102 MB) + +PASS -- COMPILE 'hafsw_intel' [17:32, 12:12] ( 1 warnings 3 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [09:00, 04:38](696 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [15:12, 04:48](905 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [16:50, 03:34](1044 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:11, 11:44](785 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:06, 05:38](465 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [13:07, 06:42](468 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [15:01, 03:06](372 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [29:13, 08:01](419 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [11:56, 03:54](496 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:02, 03:39](493 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [13:41, 01:37](403 MB) +PASS -- TEST 'gnv1_nested_intel' [09:06, 03:41](1696 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [18:33, 10:31] ( 1 warnings 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [18:33, 05:27](775 MB) + +PASS -- COMPILE 'hafs_all_intel' [15:30, 09:04] ( 1 warnings 2 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [14:09, 06:50](742 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [19:12, 06:58](720 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [21:36, 13:58] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:27, 03:04](1565 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:28, 02:04](1567 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:24, 02:53](682 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:25, 02:52](684 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:25, 02:54](684 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:29, 03:11](1565 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:28, 03:14](1565 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:26, 02:47](688 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:34, 07:09](1369 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [13:28, 06:55](700 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:23, 03:06](1564 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:28, 05:13](4520 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [08:31, 05:13](4521 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [21:36, 14:01] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:27, 03:08](1565 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [08:22, 00:55] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [06:42, 01:06](303 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [06:36, 00:58](437 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [05:37, 00:47](437 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [19:33, 14:30] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:36, 03:49](1910 MB) + +PASS -- COMPILE 'atml_intel' [14:28, 10:07] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [09:17, 03:25](1865 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [10:08, 02:05](1032 MB) + +PASS -- COMPILE 'atml_debug_intel' [09:22, 04:31] ( 420 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [12:22, 05:47](1905 MB) + +PASS -- COMPILE 'atmw_intel' [12:27, 08:52] ( 1 warnings 3 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [07:09, 02:02](1874 MB) + +PASS -- COMPILE 'atmaero_intel' [18:31, 15:37] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [09:55, 04:34](3230 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [10:34, 05:22](3111 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:38, 05:22](3114 MB) + +PASS -- COMPILE 'atmaq_intel' [10:24, 08:42] ( 1 warnings ) +PASS -- TEST 'regional_atmaq_intel' [20:53, 14:51](2392 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [26:01, 17:42](2440 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:18, 03:39] ( 394 warnings ) +PASS -- TEST 'regional_atmaq_debug_intel' [47:11, 40:33](1971 MB) SYNOPSIS: -Starting Date/Time: 20251125 18:29:17 -Ending Date/Time: 20251125 21:05:12 -Total Time: 02h:36m:26s +Starting Date/Time: 20251202 13:32:26 +Ending Date/Time: 20251202 16:28:59 +Total Time: 02h:57m:03s Compiles Completed: 38/38 Tests Completed: 195/195 diff --git a/tests/logs/RegressionTests_gaeac6.log b/tests/logs/RegressionTests_gaeac6.log index b62c7e96f7..835a5ac65e 100644 --- a/tests/logs/RegressionTests_gaeac6.log +++ b/tests/logs/RegressionTests_gaeac6.log @@ -1,37 +1,37 @@ ====START OF GAEAC6 REGRESSION TESTING LOG==== UFSWM hash used in testing: -742e4fd886f1226a7dcbc595078709a8b9961650 +695612af459ebbb4c0c0c8df1be7310e8ec44e28 Submodule hashes used in testing: - a57f569b8465b93694051ccd910412355bf5fb09 AQM (remotes/origin/remove_findesmf) + 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) - 5278e39e4bbbc8aaf240b203740a1cf904256fca CICE-interface/CICE (remotes/origin/sync_cice_2025-11) + c90ee5a0e72ecc9cbee4694e95df228d01f8d7dd CICE-interface/CICE (CICE6.0.0-444-gc90ee5a) 4954a6f9033f78e5c32bf33780384cbf2d0843e6 CICE-interface/CICE/icepack (Icepack1.1.0-225-g4954a6f) 607a0bddcef8b8c4f0c80886be68db88fe52429f CMEPS-interface/CMEPS (cmeps_v0.4.1-2325-g607a0bd) 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) - 58ae7aa3adef6daf489c707994b32017689b0aa8 LM4-driver (remotes/origin/remove_findesmf) + 05a3f7ae291b59a2ab7611a042f2fc99be31dc61 LM4-driver (heads/develop-1-g05a3f7a) c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) 9c8b26c2d870636f359f2ef62ef775639132b3ba MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10723-g9c8b26c2d) 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) - 8dbaeb50defdacfce55d726e7b35c7e844388dd2 UFSATM (remotes/origin/remove_findesmf) + a7942df0703073bd6b127b0d1f9a14f112f0ab08 UFSATM (remotes/origin/nco_debug_changes) 3256121dc4972d5c78f43f1a16ea1cb118ec6daf UFSATM/ccpp/framework (2025-06-03-dev-12-g3256121) 7e9ddf0b6bb2ec6034049b05447e060115dd8de0 UFSATM/ccpp/physics (EP4-2052-g7e9ddf0b) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) - e514f6d6b585e8fd857f55ef7d92618cd4d995f0 UFSATM/fv3/atmos_cubed_sphere (201912_public_release-438-ge514f6d) + d2294104101f5bb9c12f7bb79b96c31af2acd0a0 UFSATM/fv3/atmos_cubed_sphere (remotes/origin/nco_debug_changes) 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/develop-226-g38d2177a) 1a16f94d20898ff2ffcc3c8b6e036a9a16ed19a4 UFSATM/upp (upp_v10.2.0-327-g1a16f94d) -179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd - e6d31d9ad19a72c069985cd416ddefe25cf955c1 WW3 (remotes/origin/remove_findesmf) - 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) - aea3150e0baa6289a144f6da41d02869ab80f24c stochastic_physics (ufs-v2.0.0-293-gaea3150) + af7ecf2f623a81c9662836b2e51dff3586740a7a WW3 (6.07.1-496-gaf7ecf2f) + 3be9c444ace991b4235e4e978449cc3d3fd0d2d1 fire_behavior (v0.2.0-3-g3be9c44) + 956d3746023785d844ad9cfa3007ff6e2b27b5d1 stochastic_physics (remotes/origin/nco_debug_changes) NOTES: @@ -41,304 +41,382 @@ 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-20251119 -COMPARISON DIRECTORY: /gpfs/f6/bil-fire8/proj-shared/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3403047 +COMPARISON DIRECTORY: /gpfs/f6/bil-fire8/proj-shared/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1708222 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: bil-fire8 * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:11, 11:59] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [05:46, 03:59](2010 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:11, 12:22] ( 1 warnings 6 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [10:37, 08:32](1899 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [11:37, 09:15](1929 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [05:31, 04:04](1065 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [06:36, 04:11](1932 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [11:29, 09:55](1873 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [12:11, 11:00] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [10:39, 07:16](2194 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [06:36, 03:45](1340 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:11, 03:28] ( 338 warnings 3 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [11:45, 07:53](2229 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 03:34] ( 360 warnings 1727 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [14:46, 12:38](1924 MB) - -PASS -- COMPILE 's2swa_intel' [13:11, 11:48] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [06:48, 05:05](2051 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [06:53, 05:03](2050 MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:34, 02:47](1580 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [06:39, 05:06](2071 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:34, 02:48](1451 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [07:38, 05:56](2204 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [06:41, 04:57](2039 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [05:45, 04:05](1990 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [06:49, 05:05](2043 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [08:29, 05:21](2377 MB) - -PASS -- COMPILE 's2swal_intel' [13:11, 12:08] ( 1 warnings 6 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [06:55, 05:04](2043 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [05:38, 02:47](1588 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:44, 05:10](1900 MB) - -PASS -- COMPILE 's2sw_intel' [11:11, 09:52] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [04:35, 03:03](1913 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:38, 04:51](1823 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:11, 03:34] ( 359 warnings 988 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:45, 08:33](2062 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:11, 03:31] ( 359 warnings 988 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:40, 03:52](1941 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:11, 10:29] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:38, 03:15](1960 MB) - -PASS -- COMPILE 's2swa_faster_intel' [13:11, 11:48] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [06:46, 05:02](2047 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [13:11, 11:50] ( 1 warnings 6 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [10:45, 08:37](1919 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [06:36, 04:09](1076 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [11:40, 10:00](1898 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [05:32, 03:58](2845 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:32, 01:14](2866 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:23, 00:43](2266 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [02:27, 00:44](2089 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:27, 00:25](2087 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:23, 00:19](1425 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [02:28, 00:43](2094 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:28, 00:24](2077 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:24, 00:19](1433 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:27, 00:27](2016 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:26, 00:20](2012 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:23, 00:16](1367 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 03:32] ( 360 warnings 1727 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [17:41, 16:06](1952 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [09:11, 07:12] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:17, 02:32](526 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:19, 01:34](1409 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:23, 01:38](1421 MB) -PASS -- TEST 'control_latlon_intel' [04:17, 01:36](1416 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:19, 01:37](1420 MB) -PASS -- TEST 'control_c48_intel' [06:20, 04:18](1566 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:20, 04:04](691 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [06:19, 04:26](1557 MB) -PASS -- TEST 'control_c192_intel' [06:23, 04:33](1683 MB) -PASS -- TEST 'control_c384_intel' [11:32, 09:18](1975 MB) -PASS -- TEST 'control_c384gdas_intel' [13:18, 10:28](1150 MB) -PASS -- TEST 'control_stochy_intel' [03:16, 01:11](484 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:16, 00:42](278 MB) -PASS -- TEST 'control_lndp_intel' [03:16, 01:07](474 MB) -PASS -- TEST 'control_iovr4_intel' [03:16, 01:42](473 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [03:20, 01:55](772 MB) -PASS -- TEST 'control_iovr5_intel' [03:17, 01:42](479 MB) -PASS -- TEST 'control_p8_intel' [03:33, 01:53](1700 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:34, 01:58](1711 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:31, 01:51](1710 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [03:32, 01:52](1728 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [03:34, 01:56](1738 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:34, 01:27](2421 MB) -PASS -- TEST 'control_restart_p8_intel' [03:27, 01:09](869 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:24, 01:50](1704 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:24, 01:06](862 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:25, 01:55](1707 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:25, 02:05](1779 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:22, 03:10](1713 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:29, 02:38](1755 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:30, 01:58](1715 MB) -PASS -- TEST 'merra2_thompson_intel' [04:29, 02:13](1719 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [05:26, 03:57](1724 MB) -PASS -- TEST 'regional_control_intel' [05:20, 03:14](856 MB) -PASS -- TEST 'regional_restart_intel' [03:20, 01:48](868 MB) -PASS -- TEST 'regional_decomp_intel' [05:23, 03:20](857 MB) -PASS -- TEST 'regional_2threads_intel' [04:21, 02:32](992 MB) -PASS -- TEST 'regional_noquilt_intel' [05:23, 03:09](1147 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:20, 03:12](859 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:19, 03:10](860 MB) -PASS -- TEST 'regional_wofs_intel' [06:20, 04:08](1589 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [08:11, 06:45] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [04:29, 02:34](1726 MB) - -PASS -- COMPILE 'rrfs_intel' [08:11, 06:08] ( 4 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [04:26, 02:27](859 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:33, 02:40](1187 MB) -PASS -- TEST 'rap_decomp_intel' [04:20, 02:31](859 MB) -PASS -- TEST 'rap_2threads_intel' [04:23, 02:47](936 MB) -PASS -- TEST 'rap_restart_intel' [03:30, 01:20](722 MB) -PASS -- TEST 'rap_sfcdiff_intel' [04:28, 02:28](856 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:25, 02:31](857 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:26, 01:19](717 MB) -PASS -- TEST 'hrrr_control_intel' [04:27, 02:22](853 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:21, 02:24](861 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:21, 02:37](925 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:17, 01:17](682 MB) -PASS -- TEST 'rrfs_v1beta_intel' [06:31, 04:11](855 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [07:15, 05:20](1811 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:17, 05:10](1803 MB) - -PASS -- COMPILE 'csawmg_intel' [07:11, 06:00] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [05:20, 04:04](822 MB) -PASS -- TEST 'control_ras_intel' [04:16, 02:10](520 MB) - -PASS -- COMPILE 'wam_intel' [07:11, 05:36] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [09:24, 07:41](1508 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [07:11, 05:47] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:29, 01:57](1708 MB) -PASS -- TEST 'regional_control_faster_intel' [05:20, 03:12](849 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:11, 03:41] ( 419 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:19, 01:35](1439 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:18, 01:37](1451 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:15, 02:08](647 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:15, 01:58](641 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:20, 02:56](950 MB) -PASS -- TEST 'control_ras_debug_intel' [03:14, 01:57](651 MB) -PASS -- TEST 'control_diag_debug_intel' [03:16, 01:56](1505 MB) -PASS -- TEST 'control_debug_p8_intel' [03:24, 01:55](1732 MB) -PASS -- TEST 'regional_debug_intel' [13:23, 11:22](883 MB) -PASS -- TEST 'rap_control_debug_intel' [05:15, 03:27](1035 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:17, 03:19](1025 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:16, 03:26](1031 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:15, 03:25](1027 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:15, 03:24](1026 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:19, 03:37](1115 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:16, 03:29](1030 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:14, 03:32](1025 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:14, 03:31](1030 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:15, 03:26](1028 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:15, 03:27](1033 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:15, 03:24](1029 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:15, 05:30](1023 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:15, 03:27](1031 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:15, 03:30](1028 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:27, 05:54](1033 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:11, 02:12] ( 380 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [10:30, 08:52](1524 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:11, 05:49] ( 4 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:35, 02:28](1071 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [03:23, 02:04](742 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:23, 02:02](736 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [04:22, 02:23](785 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:20, 02:19](782 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:20, 02:05](742 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:20, 01:10](622 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:15, 01:07](616 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [07:11, 05:44] ( 4 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:32, 01:51](1007 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:24, 00:56](1012 MB) -PASS -- TEST 'conus13km_decomp_intel' [03:23, 01:53](1015 MB) -PASS -- TEST 'conus13km_restart_intel' [04:20, 01:07](884 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:11, 06:00] ( 4 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:24, 02:37](777 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 02:13] ( 313 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:15, 03:22](910 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:15, 03:13](907 MB) -PASS -- TEST 'conus13km_debug_intel' [15:30, 13:55](1041 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:27, 14:15](744 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [14:28, 12:47](1053 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [16:22, 14:21](1050 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:23, 14:17](1120 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:11, 02:05] ( 313 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:14, 03:23](948 MB) - -PASS -- COMPILE 'hafsw_intel' [11:11, 09:08] ( 1 warnings 4 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [04:27, 02:40](794 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [05:47, 03:50](1034 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:17, 02:19](1038 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [11:29, 07:21](911 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:28, 03:19](458 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:33, 03:56](454 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:27, 01:40](374 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:54, 04:14](413 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:25, 02:22](487 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:32, 02:13](490 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:19, 00:50](413 MB) -PASS -- TEST 'gnv1_nested_intel' [06:42, 02:18](1681 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [09:11, 07:56] ( 1 warnings 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [06:47, 03:16](779 MB) - -PASS -- COMPILE 'hafs_all_intel' [09:11, 07:43] ( 1 warnings 3 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [06:27, 04:16](854 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:27, 04:16](825 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:11, 08:24] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:14, 02:03](1551 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:14, 01:21](1546 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:14, 01:52](670 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:15, 01:53](667 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:15, 01:54](669 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:14, 02:01](1551 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:15, 02:03](1550 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:16, 01:50](669 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:30, 04:58](1359 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:27, 04:46](706 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:13, 02:03](1546 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:15, 03:45](4503 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:15, 03:46](4506 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:24] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:14, 04:06](1555 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [11:11, 09:10] ( 2 remarks ) +PASS -- COMPILE 's2swa_32bit_intel' [14:13, 12:12] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [12:36, 03:57](2018 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [15:13, 13:29] ( 1 warnings 6 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [17:38, 08:34](1907 MB) +FAILED: RUN DID NOT COMPLETE -- TEST 'cpld_control_gfsv17_iau_intel' [, ]( MB) +FAILED: RUN DID NOT COMPLETE -- TEST 'cpld_restart_gfsv17_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_gfsv17_iau_intel' [, ]( MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:29, 09:56](1889 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [12:12, 10:19] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [10:36, 07:12](2196 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [07:16, 03:47](1335 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:11, 03:23] ( 338 warnings 3 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [10:38, 07:54](2227 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 03:33] ( 360 warnings 1727 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [15:40, 13:06](1921 MB) + +PASS -- COMPILE 's2swa_intel' [13:12, 12:01] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [07:43, 05:02](2054 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:42, 05:21](2064 MB) +PASS -- TEST 'cpld_restart_p8_intel' [04:29, 02:44](1593 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [10:32, 05:03](2079 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [04:29, 02:46](1450 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [08:30, 05:55](2207 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:30, 04:54](2049 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:30, 04:04](2003 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:43, 05:03](2047 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [15:21, 05:17](2384 MB) + +PASS -- COMPILE 's2swal_intel' [18:13, 16:09] ( 1 warnings 6 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [12:39, 05:03](2043 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [05:32, 02:47](1584 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:36, 05:10](1896 MB) + +PASS -- COMPILE 's2sw_intel' [12:12, 11:05] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [04:33, 02:47](1919 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:38, 04:32](1826 MB) + +PASS -- COMPILE 's2swa_debug_intel' [23:13, 21:43] ( 359 warnings 988 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:37, 08:27](2078 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:11, 03:29] ( 359 warnings 988 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:38, 03:52](1942 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:12, 10:24] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [10:37, 03:13](1954 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:13, 15:26] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [07:37, 05:23](2041 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [13:11, 11:55] ( 1 warnings 6 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [15:39, 08:37](1920 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [06:29, 04:09](1080 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:31, 09:56](1891 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [10:28, 03:58](2864 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [07:27, 01:14](2862 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:20, 00:44](2279 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [07:24, 00:44](2088 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [07:24, 00:24](2084 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:18, 00:18](1428 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [07:24, 00:43](2086 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [07:24, 00:24](2082 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:18, 00:18](1428 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [07:23, 00:26](2019 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [07:23, 00:20](2011 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:18, 00:16](1368 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:12, 03:17] ( 360 warnings 1727 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:37, 16:11](1945 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:13, 07:15] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [06:17, 02:31](517 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:19, 01:33](1416 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:23, 01:37](1421 MB) +PASS -- TEST 'control_latlon_intel' [03:16, 01:34](1418 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:17, 01:36](1421 MB) +PASS -- TEST 'control_c48_intel' [07:21, 04:18](1562 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [05:18, 04:03](686 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [06:18, 04:26](1561 MB) +PASS -- TEST 'control_c192_intel' [06:20, 04:31](1681 MB) +PASS -- TEST 'control_c384_intel' [11:35, 09:14](1964 MB) +PASS -- TEST 'control_c384gdas_intel' [13:01, 10:26](1148 MB) +PASS -- TEST 'control_stochy_intel' [03:16, 01:12](482 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:15, 00:41](276 MB) +PASS -- TEST 'control_lndp_intel' [03:15, 01:08](479 MB) +PASS -- TEST 'control_iovr4_intel' [04:16, 01:41](478 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [03:19, 01:56](771 MB) +PASS -- TEST 'control_iovr5_intel' [03:16, 01:41](472 MB) +PASS -- TEST 'control_p8_intel' [03:30, 01:52](1709 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:30, 01:56](1717 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:25, 01:51](1715 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [03:27, 01:50](1731 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:26, 01:56](1729 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:25, 01:26](2433 MB) +PASS -- TEST 'control_restart_p8_intel' [03:21, 01:08](886 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:21, 01:50](1709 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:24, 01:06](870 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:20, 01:54](1700 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:21, 02:04](1785 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:20, 03:07](1711 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:27, 02:37](1757 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:26, 01:56](1715 MB) +PASS -- TEST 'merra2_thompson_intel' [04:25, 02:10](1712 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [06:23, 03:51](1714 MB) +PASS -- TEST 'regional_control_intel' [05:19, 03:11](861 MB) +PASS -- TEST 'regional_restart_intel' [05:20, 01:46](876 MB) +PASS -- TEST 'regional_decomp_intel' [05:18, 03:21](858 MB) +PASS -- TEST 'regional_2threads_intel' [04:20, 02:30](996 MB) +PASS -- TEST 'regional_noquilt_intel' [05:21, 03:09](1150 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:19, 03:10](851 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:17, 03:10](852 MB) +PASS -- TEST 'regional_wofs_intel' [06:19, 04:11](1592 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [08:13, 06:51] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [04:25, 02:32](1733 MB) + +PASS -- COMPILE 'rrfs_intel' [07:12, 06:08] ( 4 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [04:25, 02:27](864 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:32, 02:41](1183 MB) +PASS -- TEST 'rap_decomp_intel' [04:21, 02:29](859 MB) +PASS -- TEST 'rap_2threads_intel' [04:20, 02:45](938 MB) +PASS -- TEST 'rap_restart_intel' [04:21, 01:20](724 MB) +PASS -- TEST 'rap_sfcdiff_intel' [04:20, 02:24](857 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:23, 02:30](857 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [04:22, 01:19](725 MB) +PASS -- TEST 'hrrr_control_intel' [05:19, 02:20](857 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:25, 02:24](854 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:21, 02:38](923 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:16, 01:17](686 MB) +PASS -- TEST 'rrfs_v1beta_intel' [06:28, 04:12](853 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [07:18, 05:23](1813 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:18, 05:10](1798 MB) + +PASS -- COMPILE 'csawmg_intel' [07:12, 06:02] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [06:20, 04:05](819 MB) +PASS -- TEST 'control_ras_intel' [04:17, 02:10](519 MB) + +PASS -- COMPILE 'wam_intel' [07:14, 05:42] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [10:27, 07:37](1505 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [07:14, 05:44] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:26, 01:55](1711 MB) +PASS -- TEST 'regional_control_faster_intel' [05:19, 03:09](856 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:12, 03:38] ( 419 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:17, 01:36](1438 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:19, 01:38](1446 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:15, 02:08](646 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:15, 01:55](643 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:21, 02:55](952 MB) +PASS -- TEST 'control_ras_debug_intel' [05:16, 01:59](648 MB) +PASS -- TEST 'control_diag_debug_intel' [05:19, 01:54](1502 MB) +PASS -- TEST 'control_debug_p8_intel' [04:23, 01:52](1743 MB) +PASS -- TEST 'regional_debug_intel' [14:23, 11:38](893 MB) +PASS -- TEST 'rap_control_debug_intel' [06:15, 03:28](1029 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:17, 03:20](1029 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:16, 03:24](1036 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:15, 03:27](1034 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:16, 03:29](1030 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:19, 03:39](1118 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:16, 03:29](1035 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:16, 03:33](1027 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:16, 03:28](1039 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:17, 03:28](1030 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:16, 03:25](1026 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:16, 03:27](1027 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:16, 05:30](1031 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:16, 03:25](1028 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:17, 03:27](1036 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:24, 05:52](1034 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:10, 02:09] ( 380 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [11:23, 09:01](1524 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:12, 05:50] ( 4 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:32, 02:28](1068 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:25, 02:07](746 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:25, 02:00](744 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [04:20, 02:26](797 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:20, 02:21](778 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:20, 02:06](740 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:20, 01:09](626 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:16, 01:07](612 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [07:12, 05:41] ( 4 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:31, 01:50](1006 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:24, 00:54](1021 MB) +PASS -- TEST 'conus13km_decomp_intel' [03:23, 01:51](1024 MB) +PASS -- TEST 'conus13km_restart_intel' [03:19, 01:06](886 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:12, 06:36] ( 4 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:24, 02:34](778 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:12, 02:11] ( 313 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:15, 03:16](912 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:14, 03:18](905 MB) +PASS -- TEST 'conus13km_debug_intel' [16:26, 14:10](1037 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:28, 14:05](752 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [14:24, 12:47](1051 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [16:19, 14:22](1054 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:20, 13:54](1114 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:12, 02:13] ( 313 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:16, 03:26](948 MB) + +PASS -- COMPILE 'hafsw_intel' [10:13, 08:50] ( 1 warnings 4 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [04:27, 02:40](793 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [05:46, 03:48](1035 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:15, 02:17](1041 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [09:28, 07:22](909 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:29, 03:19](459 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [05:29, 03:56](463 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:25, 01:39](376 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [06:57, 04:12](416 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:25, 02:22](494 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:27, 02:12](490 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:19, 00:50](415 MB) +PASS -- TEST 'gnv1_nested_intel' [04:42, 02:16](1678 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [10:11, 08:11] ( 1 warnings 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [05:48, 03:13](780 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:17, 08:20] ( 1 warnings 3 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:30, 04:11](855 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:30, 04:14](824 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [11:11, 09:00] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:14, 02:06](1544 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:15, 01:22](1552 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:14, 01:51](671 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:13, 01:51](671 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:14, 01:52](670 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:14, 02:01](1550 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:14, 02:02](1549 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:17, 01:50](670 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:29, 04:52](1364 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:25, 04:40](705 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:12, 02:02](1555 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:14, 03:45](4508 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:15, 03:46](4512 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:26] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:14, 04:08](1549 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [11:11, 09:28] ( 2 remarks ) PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:14, 02:02](1547 MB) -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 00:38] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:22, 00:54](301 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:18, 00:39](430 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:18, 00:30](431 MB) +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:39] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:21, 00:55](295 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:18, 00:40](429 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:17, 00:29](430 MB) -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:11, 09:25] ( 1 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:32, 02:22](1774 MB) +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:11, 12:33] ( 1 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:32, 02:24](1770 MB) -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:11, 05:59] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:30, 03:07](1759 MB) +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:11, 06:06] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [04:27, 03:06](1759 MB) -PASS -- COMPILE 'atml_intel' [08:11, 06:58] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [04:32, 02:20](1842 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:20, 01:22](1000 MB) +PASS -- COMPILE 'atml_intel' [08:11, 06:41] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [04:31, 02:21](1850 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:20, 01:22](998 MB) -PASS -- COMPILE 'atml_debug_intel' [04:11, 03:05] ( 424 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:31, 03:26](1875 MB) +PASS -- COMPILE 'atml_debug_intel' [05:11, 02:59] ( 424 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:31, 03:26](1871 MB) -PASS -- COMPILE 'atmw_intel' [09:11, 07:17] ( 1 warnings 3 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:28, 01:15](1740 MB) +PASS -- COMPILE 'atmw_intel' [09:11, 07:21] ( 1 warnings 3 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:27, 01:17](1739 MB) -PASS -- COMPILE 'atmaero_intel' [10:10, 08:31] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:29, 02:45](1921 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:24, 03:11](1570 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:26, 03:16](1573 MB) +PASS -- COMPILE 'atmaero_intel' [10:12, 08:29] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:34, 02:47](1923 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:27, 03:10](1579 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:25, 03:15](1571 MB) -PASS -- COMPILE 'atmaq_intel' [07:10, 06:05] ( 1 warnings ) -PASS -- TEST 'regional_atmaq_intel' [18:00, 12:32](2972 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [18:58, 14:10](2969 MB) +PASS -- COMPILE 'atmaq_intel' [08:11, 06:09] ( 1 warnings ) +PASS -- TEST 'regional_atmaq_intel' [14:59, 12:34](2969 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [16:47, 14:15](2968 MB) -PASS -- COMPILE 'atmaq_debug_intel' [04:10, 02:13] ( 397 warnings ) -PASS -- TEST 'regional_atmaq_debug_intel' [30:54, 25:57](2984 MB) +PASS -- COMPILE 'atmaq_debug_intel' [04:12, 02:13] ( 397 warnings ) +PASS -- TEST 'regional_atmaq_debug_intel' [27:46, 25:35](2988 MB) -PASS -- COMPILE 'atm_fbh_intel' [07:10, 05:32] ( 4 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [10:19, 06:00](786 MB) +PASS -- COMPILE 'atm_fbh_intel' [07:11, 05:31] ( 4 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [07:20, 06:00](784 MB) SYNOPSIS: -Starting Date/Time: 20251125 11:24:02 -Ending Date/Time: 20251125 12:44:05 -Total Time: 01h:20m:30s +Starting Date/Time: 20251203 02:22:45 +Ending Date/Time: 20251203 04:04:43 +Total Time: 01h:42m:23s Compiles Completed: 43/43 -Tests Completed: 200/200 +Tests Completed: 197/200 +Failed Tests: +* TEST cpld_control_gfsv17_iau_intel: FAILED: RUN DID NOT COMPLETE +-- LOG: /gpfs/f6/bil-fire8/scratch/Fernando.Andrade-maldonado/regression-testing/wm/2789/ufs-weather-model/tests/logs/log_gaeac6/run_cpld_control_gfsv17_iau_intel.log +* TEST cpld_restart_gfsv17_intel: FAILED: RUN DID NOT COMPLETE +-- LOG: /gpfs/f6/bil-fire8/scratch/Fernando.Andrade-maldonado/regression-testing/wm/2789/ufs-weather-model/tests/logs/log_gaeac6/run_cpld_restart_gfsv17_intel.log +* TEST cpld_restart_gfsv17_iau_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A + +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 GAEAC6 REGRESSION TESTING LOG==== +====START OF GAEAC6 REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +695612af459ebbb4c0c0c8df1be7310e8ec44e28 + +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) + 607a0bddcef8b8c4f0c80886be68db88fe52429f CMEPS-interface/CMEPS (cmeps_v0.4.1-2325-g607a0bd) + 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 (heads/develop-1-g05a3f7a) + c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) + 9c8b26c2d870636f359f2ef62ef775639132b3ba MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10723-g9c8b26c2d) + 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) + a7942df0703073bd6b127b0d1f9a14f112f0ab08 UFSATM (remotes/origin/nco_debug_changes) + 3256121dc4972d5c78f43f1a16ea1cb118ec6daf UFSATM/ccpp/framework (2025-06-03-dev-12-g3256121) + 7e9ddf0b6bb2ec6034049b05447e060115dd8de0 UFSATM/ccpp/physics (EP4-2052-g7e9ddf0b) + c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) + 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) + d2294104101f5bb9c12f7bb79b96c31af2acd0a0 UFSATM/fv3/atmos_cubed_sphere (remotes/origin/nco_debug_changes) + 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/develop-226-g38d2177a) + 1a16f94d20898ff2ffcc3c8b6e036a9a16ed19a4 UFSATM/upp (upp_v10.2.0-327-g1a16f94d) +-179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd +-3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd + af7ecf2f623a81c9662836b2e51dff3586740a7a WW3 (6.07.1-496-gaf7ecf2f) + 3be9c444ace991b4235e4e978449cc3d3fd0d2d1 fire_behavior (v0.2.0-3-g3be9c44) + 956d3746023785d844ad9cfa3007ff6e2b27b5d1 stochastic_physics (remotes/origin/nco_debug_changes) + + +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: /gpfs/f6/bil-fire8/world-shared/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20251119 +COMPARISON DIRECTORY: /gpfs/f6/bil-fire8/proj-shared/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_2455409 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: bil-fire8 +* (-l) - USE CONFIG FILE: rt.conf.rerun +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [15:12, 13:55] ( 1 warnings 6 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [12:41, 10:30](1893 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [11:33, 09:16](1931 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [06:25, 04:06](1066 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [06:24, 04:10](1923 MB) + +SYNOPSIS: +Starting Date/Time: 20251203 11:08:59 +Ending Date/Time: 20251203 11:56:19 +Total Time: 00h:47m:27s +Compiles Completed: 1/1 +Tests Completed: 4/4 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index a70eae4f36..9fa9636a6f 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,23 +1,23 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -742e4fd886f1226a7dcbc595078709a8b9961650 +695612af459ebbb4c0c0c8df1be7310e8ec44e28 Submodule hashes used in testing: - a57f569b8465b93694051ccd910412355bf5fb09 AQM (remotes/origin/remove_findesmf) + 2c1cec7dd4d7a477abd2ae204db4a78295c24f16 AQM (v0.2.0-63-g2c1cec7) 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) - 5278e39e4bbbc8aaf240b203740a1cf904256fca CICE-interface/CICE (remotes/origin/sync_cice_2025-11) + c90ee5a0e72ecc9cbee4694e95df228d01f8d7dd CICE-interface/CICE (CICE6.0.0-444-gc90ee5a) 607a0bddcef8b8c4f0c80886be68db88fe52429f CMEPS-interface/CMEPS (cmeps_v0.4.1-2325-g607a0bd) 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) - 58ae7aa3adef6daf489c707994b32017689b0aa8 LM4-driver (remotes/origin/remove_findesmf) + 05a3f7ae291b59a2ab7611a042f2fc99be31dc61 LM4-driver (heads/develop-1-g05a3f7a) 9c8b26c2d870636f359f2ef62ef775639132b3ba MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10723-g9c8b26c2d) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - 8dbaeb50defdacfce55d726e7b35c7e844388dd2 UFSATM (remotes/origin/remove_findesmf) - e6d31d9ad19a72c069985cd416ddefe25cf955c1 WW3 (remotes/origin/remove_findesmf) - 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) - aea3150e0baa6289a144f6da41d02869ab80f24c stochastic_physics (ufs-v2.0.0-293-gaea3150) + a7942df0703073bd6b127b0d1f9a14f112f0ab08 UFSATM (remotes/origin/nco_debug_changes) + af7ecf2f623a81c9662836b2e51dff3586740a7a WW3 (6.07.1-496-gaf7ecf2f) + 3be9c444ace991b4235e4e978449cc3d3fd0d2d1 fire_behavior (v0.2.0-3-g3be9c44) + 956d3746023785d844ad9cfa3007ff6e2b27b5d1 stochastic_physics (remotes/origin/nco_debug_changes) NOTES: @@ -27,418 +27,418 @@ 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-20251119 -COMPARISON DIRECTORY: /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1785281 +COMPARISON DIRECTORY: /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1510236 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [20:10, 18:54] ( 1 warnings 1044 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:09, 11:14](2208 MB) -PASS -- TEST 'cpld_control_gefs_intel' [33:06, 15:32](3031 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [23:05, 04:57](2729 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [33:07, 15:34](3050 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:10, 18:52] ( 1 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [20:01, 17:14](2086 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:04, 18:16](2271 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:52, 06:52](1369 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [20:02, 08:03](2216 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:01, 21:05](1874 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [19:11, 17:39] ( 1 warnings 937 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [15:37, 11:14](2222 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [10:24, 06:02](1504 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:10, 03:35] ( 338 warnings 937 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [15:41, 11:57](2251 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:10, 04:03] ( 360 warnings 2764 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:51, 22:01](1898 MB) - -PASS -- COMPILE 's2swa_intel' [20:11, 18:58] ( 1 warnings 1044 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [15:18, 12:09](2286 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:22, 11:36](2281 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:11, 06:03](1888 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [14:11, 11:34](2295 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:13, 06:12](1874 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [12:11, 10:07](2339 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [14:10, 11:34](2271 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [14:11, 11:08](2055 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:15, 11:09](2290 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [17:15, 13:39](2650 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [12:28, 08:41](2804 MB) - -PASS -- COMPILE 's2swal_intel' [21:10, 19:17] ( 1 warnings 1065 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [15:11, 12:32](2119 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [08:09, 06:06](1724 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:58, 07:14](2253 MB) - -PASS -- COMPILE 's2sw_intel' [19:10, 17:46] ( 1 warnings 1012 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [13:45, 11:09](2102 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:53, 06:08](2148 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:10, 04:08] ( 359 warnings 2013 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [15:55, 13:17](2309 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:10, 03:49] ( 359 warnings 1995 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:49, 06:34](2127 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [19:11, 17:43] ( 1 warnings 948 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:58, 04:15](2151 MB) - -PASS -- COMPILE 's2swa_faster_intel' [21:10, 19:15] ( 1 warnings 1030 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [14:03, 11:07](2285 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [19:10, 17:34] ( 1 warnings 1036 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:50, 14:56](2133 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:59, 06:51](1372 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:49, 17:31](1908 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [09:36, 07:08](3078 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [04:35, 02:11](3077 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [03:36, 01:20](2498 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [03:29, 01:13](2250 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:28, 00:42](2252 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:29, 00:32](1577 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [03:31, 01:12](2254 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:31, 00:40](2256 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:35, 00:32](1579 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:31, 00:42](2192 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:31, 00:33](2187 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:33, 00:30](1527 MB) +PASS -- COMPILE 's2swa_32bit_intel' [20:11, 18:17] ( 1 warnings 1044 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [18:20, 11:03](2201 MB) +PASS -- TEST 'cpld_control_gefs_intel' [30:18, 15:57](3036 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [20:16, 05:23](2726 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [30:21, 15:44](3055 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:11, 20:05] ( 1 warnings 1043 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [23:10, 17:35](2080 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:07, 18:11](2260 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:10, 06:51](1371 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [10:16, 07:48](2225 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [24:55, 20:49](1880 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [20:11, 18:20] ( 1 warnings 937 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [19:16, 11:36](2226 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [12:31, 05:49](1506 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:11, 03:33] ( 338 warnings 937 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [20:52, 11:46](2249 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 04:11] ( 360 warnings 2764 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [33:57, 21:59](1901 MB) + +PASS -- COMPILE 's2swa_intel' [20:11, 18:54] ( 1 warnings 1044 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [19:23, 12:20](2281 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [22:28, 11:29](2278 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:14, 05:59](1886 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [19:12, 11:45](2268 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:15, 06:01](1882 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [22:09, 10:06](2330 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [17:04, 11:22](2266 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [16:18, 11:16](2058 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [17:24, 11:42](2288 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [20:23, 14:01](2665 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [14:54, 08:46](2814 MB) + +PASS -- COMPILE 's2swal_intel' [20:11, 19:00] ( 1 warnings 1065 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [16:23, 12:06](2114 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [09:08, 06:14](1723 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [13:16, 07:06](2248 MB) + +PASS -- COMPILE 's2sw_intel' [19:11, 18:08] ( 1 warnings 1012 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [13:55, 11:10](2101 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:03, 06:07](2148 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:11, 04:04] ( 359 warnings 2013 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [20:15, 13:22](2294 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:11, 03:48] ( 359 warnings 1995 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [11:01, 06:40](2112 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [19:11, 17:54] ( 1 warnings 948 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [13:11, 04:11](2163 MB) + +PASS -- COMPILE 's2swa_faster_intel' [20:11, 19:09] ( 1 warnings 1030 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [19:18, 11:28](2281 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [19:11, 17:48] ( 1 warnings 1036 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:05, 14:54](2137 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:03, 06:51](1368 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:53, 17:38](1939 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [15:46, 07:02](3089 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [10:44, 02:11](3074 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [03:34, 01:18](2513 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [09:37, 01:11](2253 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [08:38, 00:40](2257 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:30, 00:32](1576 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [09:37, 01:11](2253 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [07:31, 00:40](2251 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:28, 00:32](1581 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [06:31, 00:42](2182 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:30, 00:33](2188 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:27, 00:30](1531 MB) PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 03:47] ( 360 warnings 2746 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:44, 27:46](1975 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:11, 10:49] ( 1 warnings 501 remarks ) -PASS -- TEST 'control_flake_intel' [05:23, 03:17](824 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:23, 02:11](1712 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:25, 02:24](1726 MB) -PASS -- TEST 'control_latlon_intel' [04:23, 02:17](1722 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:26, 02:24](1722 MB) -PASS -- TEST 'control_c48_intel' [08:25, 06:34](1716 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:24, 06:11](849 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [08:25, 06:42](1714 MB) -PASS -- TEST 'control_c192_intel' [08:33, 06:56](1915 MB) -PASS -- TEST 'control_c384_intel' [13:36, 07:59](1997 MB) -PASS -- TEST 'control_c384gdas_intel' [12:05, 08:35](1370 MB) -PASS -- TEST 'control_stochy_intel' [03:19, 01:38](784 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:19, 00:58](628 MB) -PASS -- TEST 'control_lndp_intel' [03:18, 01:32](780 MB) -PASS -- TEST 'control_iovr4_intel' [04:20, 02:22](774 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:33, 02:51](1072 MB) -PASS -- TEST 'control_iovr5_intel' [04:19, 02:24](783 MB) -PASS -- TEST 'control_p8_intel' [04:46, 02:49](1993 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:52, 02:51](2015 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:44, 02:40](2007 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:44, 02:40](2029 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:44, 02:49](2044 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:43, 02:01](2415 MB) -PASS -- TEST 'control_restart_p8_intel' [03:38, 01:39](1271 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:41, 02:43](2002 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:36, 01:36](1277 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:40, 02:51](1989 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:40, 03:09](2019 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:37, 04:44](2004 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:44, 03:58](2055 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:38, 02:57](2022 MB) -PASS -- TEST 'merra2_thompson_intel' [05:40, 03:19](2026 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [06:27, 04:51](2022 MB) -PASS -- TEST 'regional_control_intel' [06:30, 04:55](1214 MB) -PASS -- TEST 'regional_restart_intel' [05:31, 02:43](1239 MB) -PASS -- TEST 'regional_decomp_intel' [07:28, 05:06](1209 MB) -PASS -- TEST 'regional_2threads_intel' [06:29, 03:49](1089 MB) -PASS -- TEST 'regional_noquilt_intel' [06:29, 04:55](1492 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:30, 04:56](1214 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:28, 04:57](1217 MB) -PASS -- TEST 'regional_wofs_intel' [08:27, 06:12](2038 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [12:11, 10:12] ( 1 warnings 481 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [05:42, 03:47](2040 MB) - -PASS -- COMPILE 'rrfs_intel' [11:11, 09:19] ( 4 warnings 448 remarks ) -PASS -- TEST 'rap_control_intel' [05:30, 03:25](1163 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:55, 03:50](1315 MB) -PASS -- TEST 'rap_decomp_intel' [05:30, 03:33](1151 MB) -PASS -- TEST 'rap_2threads_intel' [05:28, 04:02](1177 MB) -PASS -- TEST 'rap_restart_intel' [04:31, 01:52](1180 MB) -PASS -- TEST 'rap_sfcdiff_intel' [05:30, 03:24](1166 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [05:34, 03:35](1145 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [04:32, 01:51](1174 MB) -PASS -- TEST 'hrrr_control_intel' [05:34, 03:14](1155 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:28, 03:28](1140 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:29, 03:49](1164 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:21, 01:46](1130 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:35, 06:06](1209 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:20, 08:22](2113 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:20, 07:59](2177 MB) - -PASS -- COMPILE 'csawmg_intel' [11:11, 09:23] ( 1 warnings 417 remarks ) -PASS -- TEST 'control_csawmg_intel' [09:32, 05:46](1158 MB) -PASS -- TEST 'control_ras_intel' [05:18, 03:09](867 MB) - -PASS -- COMPILE 'wam_intel' [10:11, 08:53] ( 1 warnings 395 remarks ) -PASS -- TEST 'control_wam_intel' [13:42, 10:45](1790 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:11, 08:59] ( 1 warnings 411 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:41, 02:53](2005 MB) -PASS -- TEST 'regional_control_faster_intel' [07:32, 04:57](1204 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 04:23] ( 419 warnings 589 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:21, 02:14](1738 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:22, 02:17](1750 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:18, 03:03](950 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:18, 02:51](954 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:31, 04:16](1259 MB) -PASS -- TEST 'control_ras_debug_intel' [05:19, 02:44](959 MB) -PASS -- TEST 'control_diag_debug_intel' [05:30, 02:42](1805 MB) -PASS -- TEST 'control_debug_p8_intel' [05:35, 02:45](2032 MB) -PASS -- TEST 'regional_debug_intel' [20:34, 17:37](1222 MB) -PASS -- TEST 'rap_control_debug_intel' [08:20, 05:06](1337 MB) -PASS -- TEST 'hrrr_control_debug_intel' [08:19, 04:47](1331 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [08:20, 04:54](1341 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [08:19, 04:57](1341 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:20, 04:55](1341 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:33, 05:13](1426 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:20, 05:04](1345 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:21, 05:09](1344 MB) -PASS -- TEST 'rap_lndp_debug_intel' [08:19, 05:08](1343 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:20, 04:50](1345 MB) -PASS -- TEST 'rap_noah_debug_intel' [08:20, 04:59](1337 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [08:20, 04:53](1342 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:20, 08:08](1337 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:23, 05:01](1343 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:21, 05:03](1341 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:31, 08:36](1336 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:11, 02:57] ( 380 warnings 395 remarks ) -PASS -- TEST 'control_wam_debug_intel' [16:43, 13:51](1815 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:11, 09:04] ( 4 warnings 415 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:59, 03:40](1181 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:31, 03:04](1110 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:31, 02:56](1106 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:30, 03:35](1019 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:30, 03:27](1017 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:28, 03:07](1030 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:29, 01:39](1067 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [06:21, 01:37](1052 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:11, 08:56] ( 4 warnings 392 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:59, 02:56](1440 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:45, 01:18](1277 MB) -PASS -- TEST 'conus13km_decomp_intel' [05:43, 02:58](1476 MB) -PASS -- TEST 'conus13km_restart_intel' [03:44, 01:41](1312 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 09:19] ( 4 warnings 415 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:31, 03:48](1116 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 03:01] ( 313 warnings 421 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:19, 04:56](1221 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:21, 04:50](1218 MB) -PASS -- TEST 'conus13km_debug_intel' [24:42, 22:41](1484 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [25:43, 23:14](1176 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [25:41, 20:01](1314 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [26:41, 24:28](1562 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [24:39, 22:30](1556 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 03:12] ( 313 warnings 415 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:21, 04:57](1297 MB) - -PASS -- COMPILE 'hafsw_intel' [15:11, 13:33] ( 1 warnings 695 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:42, 03:45](877 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [15:18, 05:16](1062 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [11:25, 03:17](1151 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [37:49, 28:35](940 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [14:36, 05:11](486 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [14:42, 06:01](507 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [13:29, 02:30](368 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [15:08, 06:22](420 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [16:31, 03:24](518 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [14:37, 03:16](516 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [13:22, 01:05](398 MB) -PASS -- TEST 'gnv1_nested_intel' [05:52, 03:24](1854 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:11, 11:01] ( 1 warnings 928 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [21:14, 10:26](665 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:11, 10:42] ( 1 warnings 637 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [16:44, 05:53](905 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [16:41, 05:59](882 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [18:11, 16:29] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [12:17, 03:00](2002 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:20, 01:59](1944 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [12:17, 02:48](1265 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [12:18, 02:54](1263 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [12:17, 02:51](1276 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [11:17, 02:56](2004 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [10:17, 03:00](2002 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [09:17, 02:50](1261 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [12:16, 07:13](1777 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:19, 06:49](1157 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [06:15, 02:57](2010 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:17, 04:51](4970 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:18, 04:45](4965 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:45] ( 2 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:18, 06:58](1915 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [18:11, 16:43] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:17, 02:59](2013 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:06] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:35, 00:53](248 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:24, 00:35](309 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:24, 00:24](307 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:11, 01:13] ( 164 remarks ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:38, 00:32](636 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:35, 00:16](513 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [18:11, 16:48] ( 1 warnings 611 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:49, 03:22](2087 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:11, 09:24] ( 1 warnings 499 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:42, 04:28](2098 MB) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [35:56, 27:30](1988 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:11, 10:55] ( 1 warnings 501 remarks ) +PASS -- TEST 'control_flake_intel' [05:23, 03:26](830 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:25, 02:09](1716 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:28, 02:37](1720 MB) +PASS -- TEST 'control_latlon_intel' [04:20, 02:30](1725 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:23, 02:19](1715 MB) +PASS -- TEST 'control_c48_intel' [08:25, 06:33](1710 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:25, 06:11](844 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [08:23, 06:38](1722 MB) +PASS -- TEST 'control_c192_intel' [08:36, 06:50](1919 MB) +PASS -- TEST 'control_c384_intel' [10:38, 07:40](1988 MB) +PASS -- TEST 'control_c384gdas_intel' [12:36, 08:34](1351 MB) +PASS -- TEST 'control_stochy_intel' [03:20, 01:36](784 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:19, 00:57](622 MB) +PASS -- TEST 'control_lndp_intel' [03:19, 01:32](782 MB) +PASS -- TEST 'control_iovr4_intel' [04:21, 02:24](775 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [05:34, 02:50](1073 MB) +PASS -- TEST 'control_iovr5_intel' [04:22, 02:23](782 MB) +PASS -- TEST 'control_p8_intel' [04:54, 02:43](2002 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:58, 02:52](2007 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:48, 02:42](1990 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:48, 02:42](2026 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:47, 02:48](2042 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [04:47, 02:00](2383 MB) +PASS -- TEST 'control_restart_p8_intel' [03:39, 01:42](1278 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:43, 02:43](2009 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:42, 01:36](1279 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:39, 02:48](2006 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:36, 03:13](2004 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:36, 04:43](2007 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:52, 03:54](2066 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:47, 02:51](2016 MB) +PASS -- TEST 'merra2_thompson_intel' [05:46, 03:12](1999 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [06:35, 04:39](1997 MB) +PASS -- TEST 'regional_control_intel' [06:32, 04:49](1216 MB) +PASS -- TEST 'regional_restart_intel' [04:35, 02:40](1236 MB) +PASS -- TEST 'regional_decomp_intel' [07:31, 05:11](1209 MB) +PASS -- TEST 'regional_2threads_intel' [06:31, 03:50](1077 MB) +PASS -- TEST 'regional_noquilt_intel' [06:35, 04:55](1501 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:30, 04:56](1220 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:29, 04:56](1213 MB) +PASS -- TEST 'regional_wofs_intel' [08:30, 06:14](2044 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [12:11, 10:14] ( 1 warnings 481 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [06:50, 03:50](2032 MB) + +PASS -- COMPILE 'rrfs_intel' [11:11, 09:18] ( 4 warnings 448 remarks ) +PASS -- TEST 'rap_control_intel' [05:38, 03:28](1164 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:03, 03:48](1311 MB) +PASS -- TEST 'rap_decomp_intel' [05:31, 03:34](1153 MB) +PASS -- TEST 'rap_2threads_intel' [06:32, 04:01](1178 MB) +PASS -- TEST 'rap_restart_intel' [03:31, 01:51](1170 MB) +PASS -- TEST 'rap_sfcdiff_intel' [05:39, 03:24](1165 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [05:30, 03:35](1148 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [04:33, 01:50](1178 MB) +PASS -- TEST 'hrrr_control_intel' [05:38, 03:17](1163 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:28, 03:25](1152 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:29, 03:47](1168 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:21, 01:46](1128 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:42, 06:07](1203 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:21, 08:16](2110 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:21, 07:54](2179 MB) + +PASS -- COMPILE 'csawmg_intel' [11:12, 09:22] ( 1 warnings 417 remarks ) +PASS -- TEST 'control_csawmg_intel' [07:33, 05:49](1158 MB) +PASS -- TEST 'control_ras_intel' [04:19, 03:06](867 MB) + +PASS -- COMPILE 'wam_intel' [10:12, 08:49] ( 1 warnings 395 remarks ) +PASS -- TEST 'control_wam_intel' [12:46, 10:42](1794 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:11, 09:00] ( 1 warnings 411 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:49, 02:49](2006 MB) +PASS -- TEST 'regional_control_faster_intel' [06:34, 04:54](1213 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 04:27] ( 419 warnings 589 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:24, 02:11](1743 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:23, 02:15](1742 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:19, 03:01](950 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:19, 02:43](949 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:33, 04:13](1263 MB) +PASS -- TEST 'control_ras_debug_intel' [04:19, 02:47](937 MB) +PASS -- TEST 'control_diag_debug_intel' [04:27, 02:44](1809 MB) +PASS -- TEST 'control_debug_p8_intel' [05:40, 02:42](2030 MB) +PASS -- TEST 'regional_debug_intel' [19:36, 17:53](1219 MB) +PASS -- TEST 'rap_control_debug_intel' [07:25, 04:59](1340 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:20, 04:47](1338 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:20, 04:56](1341 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:20, 04:54](1334 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:20, 04:52](1349 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:29, 05:13](1429 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:20, 05:01](1346 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:19, 04:59](1343 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:19, 05:00](1341 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:20, 04:52](1345 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:19, 04:47](1344 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:20, 04:56](1340 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:20, 07:54](1340 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:20, 04:58](1340 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:20, 05:02](1338 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:37, 08:28](1328 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:10, 02:59] ( 380 warnings 395 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:39, 13:19](1816 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [17:11, 09:00] ( 4 warnings 415 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [11:06, 03:40](1188 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:32, 03:06](1076 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:30, 02:57](1091 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:25, 03:34](1021 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:25, 03:25](1021 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:25, 03:08](1024 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:26, 01:41](1065 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:18, 01:40](1040 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:11, 09:03] ( 4 warnings 392 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:56, 02:54](1444 MB) +PASS -- TEST 'conus13km_2threads_intel' [05:39, 01:19](1277 MB) +PASS -- TEST 'conus13km_decomp_intel' [05:41, 02:56](1470 MB) +PASS -- TEST 'conus13km_restart_intel' [03:39, 01:42](1320 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:11, 09:19] ( 4 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:35, 03:46](1114 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:11, 03:00] ( 313 warnings 421 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:19, 05:02](1217 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [08:18, 04:48](1213 MB) +PASS -- TEST 'conus13km_debug_intel' [25:43, 23:00](1482 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [25:43, 22:41](1184 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [22:38, 20:01](1325 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [26:37, 23:37](1532 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [25:37, 23:06](1554 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 02:53] ( 313 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:19, 04:58](1296 MB) + +PASS -- COMPILE 'hafsw_intel' [15:11, 13:23] ( 1 warnings 695 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:46, 03:46](863 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [08:26, 05:22](1063 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:31, 03:18](1156 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [31:47, 29:04](939 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:47, 05:08](482 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:50, 05:52](503 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:35, 02:31](367 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:26, 06:27](419 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:38, 03:27](522 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:41, 03:14](519 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:23, 01:05](400 MB) +PASS -- TEST 'gnv1_nested_intel' [06:05, 03:23](1850 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:11, 11:05] ( 1 warnings 928 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [13:20, 10:20](672 MB) + +PASS -- COMPILE 'hafs_all_intel' [13:11, 11:18] ( 1 warnings 637 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:46, 05:55](903 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:47, 05:58](896 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [18:11, 16:30] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:17, 03:00](2010 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:19, 01:58](1949 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:17, 02:47](1258 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:17, 02:49](1259 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:16, 02:49](1267 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:17, 02:59](2008 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:17, 03:07](1996 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:16, 02:47](1267 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:24, 07:19](1781 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:43, 06:55](1147 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:15, 03:03](2011 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:18, 04:49](4965 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:18, 04:52](4965 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:44] ( 2 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:18, 06:57](1916 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [18:11, 16:12] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:17, 02:57](2009 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:06] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [08:39, 00:52](251 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [07:23, 00:34](308 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [04:24, 00:23](307 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:11, 01:20] ( 164 remarks ) +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:38, 00:32](634 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [07:32, 00:18](508 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [19:11, 17:22] ( 1 warnings 611 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [10:58, 03:21](2085 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:11, 09:22] ( 1 warnings 499 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [11:49, 04:24](2097 MB) PASS -- COMPILE 'atml_intel' [12:11, 10:38] ( 9 warnings 552 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [05:40, 03:05](1839 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:35, 01:42](1121 MB) - -PASS -- COMPILE 'atml_debug_intel' [06:10, 04:08] ( 424 warnings 552 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:51, 05:01](1874 MB) - -PASS -- COMPILE 'atmw_intel' [12:10, 10:37] ( 1 warnings 520 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:42, 01:49](2030 MB) - -PASS -- COMPILE 'atmaero_intel' [13:11, 11:38] ( 1 warnings 413 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:50, 03:56](2098 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:37, 04:31](1872 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:39, 04:35](1893 MB) - -PASS -- COMPILE 'atmaq_intel' [11:10, 09:25] ( 1 warnings 598 remarks ) -PASS -- TEST 'regional_atmaq_intel' [15:35, 12:52](2927 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [18:33, 15:57](2924 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:11, 03:16] ( 397 warnings 598 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [42:09, 39:44](2941 MB) - -PASS -- COMPILE 'atm_fbh_intel' [12:10, 08:55] ( 4 warnings 422 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [13:25, 11:12](1220 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [08:11, 05:29] -PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [05:30, 03:27](1094 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [07:11, 05:30] -PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [06:29, 04:10](1107 MB) - -PASS -- COMPILE 'atm_gnu' [05:11, 04:04] -PASS -- TEST 'control_c48_gnu' [11:24, 09:43](1536 MB) -PASS -- TEST 'control_stochy_gnu' [04:18, 02:51](601 MB) -PASS -- TEST 'control_ras_gnu' [06:18, 04:44](603 MB) -PASS -- TEST 'control_p8_gnu' [07:46, 04:23](1536 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [07:41, 04:20](1546 MB) -PASS -- TEST 'control_flake_gnu' [08:21, 05:36](650 MB) - -PASS -- COMPILE 'rrfs_gnu' [07:11, 04:08] -PASS -- TEST 'rap_control_gnu' [08:32, 05:59](936 MB) -PASS -- TEST 'rap_decomp_gnu' [08:29, 06:03](941 MB) -PASS -- TEST 'rap_2threads_gnu' [09:31, 07:08](1009 MB) -PASS -- TEST 'rap_restart_gnu' [04:35, 03:07](681 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [08:30, 06:02](939 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [07:30, 06:03](942 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [04:34, 03:06](682 MB) -PASS -- TEST 'hrrr_control_gnu' [07:31, 05:45](941 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [07:28, 05:47](935 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [08:29, 06:51](998 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [07:29, 05:47](943 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:22, 02:59](684 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:22, 02:59](765 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [12:32, 11:04](934 MB) - -PASS -- COMPILE 'csawmg_gnu' [06:11, 03:46] -PASS -- TEST 'control_csawmg_gnu' [10:32, 08:31](852 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [09:11, 07:09] -PASS -- TEST 'control_diag_debug_gnu' [03:27, 01:34](1371 MB) -PASS -- TEST 'regional_debug_gnu' [10:33, 08:19](878 MB) -PASS -- TEST 'rap_control_debug_gnu' [04:20, 02:36](951 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [05:23, 02:28](957 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [05:21, 02:32](960 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [05:20, 02:31](955 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:31, 02:46](1035 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [06:19, 04:09](945 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:19, 02:31](955 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:18, 01:29](592 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:18, 01:38](588 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:34, 01:36](1516 MB) -PASS -- TEST 'rap_flake_debug_gnu' [04:20, 02:30](951 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:19, 02:37](950 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:33, 04:20](964 MB) - -PASS -- COMPILE 'wam_debug_gnu' [04:11, 02:14] -PASS -- TEST 'control_wam_debug_gnu' [08:42, 06:34](1398 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 03:40] -PASS -- TEST 'control_csawmg_debug_gnu' [04:33, 02:20](834 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:57] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [07:28, 05:12](790 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:28, 05:01](803 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:29, 06:14](850 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [07:26, 06:04](839 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [07:27, 05:09](802 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [04:26, 02:41](653 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:19, 02:35](659 MB) -PASS -- TEST 'conus13km_control_gnu' [06:51, 04:51](1024 MB) -PASS -- TEST 'conus13km_2threads_gnu' [05:39, 02:08](1013 MB) -PASS -- TEST 'conus13km_decomp_gnu' [07:42, 05:04](1030 MB) -PASS -- TEST 'conus13km_restart_gnu' [04:38, 02:41](731 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 09:49] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:30, 05:47](825 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 07:01] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:20, 02:30](805 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:19, 02:35](810 MB) -PASS -- TEST 'conus13km_debug_gnu' [13:38, 11:28](1046 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [13:39, 11:03](775 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [11:37, 09:15](1041 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [13:35, 11:35](1051 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [13:35, 11:24](1117 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [09:12, 07:17] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:20, 02:33](835 MB) - -PASS -- COMPILE 's2swa_gnu' [19:11, 16:51] -PASS -- TEST 'cpld_control_p8_gnu' [14:06, 11:15](1669 MB) - -PASS -- COMPILE 's2s_gnu' [18:11, 16:20] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [11:53, 09:54](1638 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [05:12, 02:50] -PASS -- TEST 'cpld_debug_p8_gnu' [08:55, 06:58](1686 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [18:11, 16:30] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [19:47, 17:46](1596 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 02:45] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:47, 11:06](1530 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [18:12, 15:50] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [05:18, 03:21](1555 MB) - -PASS -- COMPILE 'atm_mpas_dyn32_gnu' [06:11, 03:10] -PASS -- TEST 'control_gfs_mpas_gnu' [03:27, 00:44](6374 MB) - -PASS -- COMPILE 'pm_ideal_doubly_periodic_intel' [11:10, 09:10] ( 1 warnings 403 remarks ) -PASS -- TEST 'pm_ideal_supercell_intel' [03:29, 01:23](1164 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [10:49, 03:04](1851 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:34, 01:44](1115 MB) + +PASS -- COMPILE 'atml_debug_intel' [06:11, 04:12] ( 424 warnings 552 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [12:50, 04:59](1880 MB) + +PASS -- COMPILE 'atmw_intel' [12:11, 09:51] ( 1 warnings 520 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [10:45, 01:49](2018 MB) + +PASS -- COMPILE 'atmaero_intel' [13:11, 11:24] ( 1 warnings 413 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [12:50, 03:57](2065 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:41, 04:35](1880 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [13:42, 04:36](1876 MB) + +PASS -- COMPILE 'atmaq_intel' [11:11, 09:34] ( 1 warnings 598 remarks ) +PASS -- TEST 'regional_atmaq_intel' [21:43, 13:05](2924 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [24:37, 16:37](2931 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:11, 03:01] ( 397 warnings 598 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [48:21, 39:58](2851 MB) + +PASS -- COMPILE 'atm_fbh_intel' [10:11, 08:56] ( 4 warnings 422 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [18:26, 11:26](1177 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [07:11, 05:30] +PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [10:33, 03:25](1089 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [07:11, 05:24] +PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [11:34, 04:06](1110 MB) + +PASS -- COMPILE 'atm_gnu' [06:11, 04:00] +PASS -- TEST 'control_c48_gnu' [16:26, 09:36](1534 MB) +PASS -- TEST 'control_stochy_gnu' [08:18, 02:51](604 MB) +PASS -- TEST 'control_ras_gnu' [10:18, 04:48](608 MB) +PASS -- TEST 'control_p8_gnu' [09:59, 04:24](1548 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [08:48, 04:21](1546 MB) +PASS -- TEST 'control_flake_gnu' [09:21, 05:31](652 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:11, 03:59] +PASS -- TEST 'rap_control_gnu' [10:36, 05:56](941 MB) +PASS -- TEST 'rap_decomp_gnu' [10:28, 06:02](941 MB) +PASS -- TEST 'rap_2threads_gnu' [10:29, 07:06](1007 MB) +PASS -- TEST 'rap_restart_gnu' [05:32, 03:06](677 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [07:34, 05:56](945 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [07:28, 06:02](940 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [05:32, 03:04](680 MB) +PASS -- TEST 'hrrr_control_gnu' [07:38, 05:48](947 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [07:27, 05:43](929 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [08:28, 06:49](1002 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [07:26, 05:46](950 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [05:20, 03:05](682 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [05:20, 03:02](764 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [12:40, 11:06](935 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:11, 03:44] +PASS -- TEST 'control_csawmg_gnu' [10:30, 08:32](859 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 07:01] +PASS -- TEST 'control_diag_debug_gnu' [03:27, 01:33](1371 MB) +PASS -- TEST 'regional_debug_gnu' [10:33, 08:28](880 MB) +PASS -- TEST 'rap_control_debug_gnu' [04:20, 02:31](950 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:21, 02:35](958 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:19, 02:31](959 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [05:19, 02:31](960 MB) +PASS -- TEST 'rap_diag_debug_gnu' [07:29, 02:41](1038 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [06:20, 04:03](950 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [06:19, 02:31](953 MB) +PASS -- TEST 'control_ras_debug_gnu' [04:18, 01:28](593 MB) +PASS -- TEST 'control_stochy_debug_gnu' [04:19, 01:38](589 MB) +PASS -- TEST 'control_debug_p8_gnu' [04:39, 01:38](1536 MB) +PASS -- TEST 'rap_flake_debug_gnu' [05:22, 02:37](952 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [05:20, 02:29](952 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:38, 04:18](964 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:11, 02:04] +PASS -- TEST 'control_wam_debug_gnu' [08:42, 06:38](1397 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 03:46] +PASS -- TEST 'control_csawmg_debug_gnu' [04:32, 02:21](830 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:52] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [07:31, 05:09](791 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [07:30, 05:04](797 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:26, 06:14](845 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [08:24, 06:05](839 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [07:25, 05:14](801 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [04:25, 02:39](655 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:18, 02:39](657 MB) +PASS -- TEST 'conus13km_control_gnu' [06:53, 04:55](1025 MB) +PASS -- TEST 'conus13km_2threads_gnu' [04:46, 02:05](1015 MB) +PASS -- TEST 'conus13km_decomp_gnu' [06:43, 05:02](1025 MB) +PASS -- TEST 'conus13km_restart_gnu' [04:40, 02:43](714 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [12:11, 09:57] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:34, 05:43](822 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [09:11, 07:11] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:19, 02:31](808 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:19, 02:25](812 MB) +PASS -- TEST 'conus13km_debug_gnu' [12:41, 10:57](1045 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [13:42, 11:14](772 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [11:40, 09:16](1030 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [13:40, 11:24](1051 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [13:37, 11:05](1115 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 06:56] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:20, 02:32](832 MB) + +PASS -- COMPILE 's2swa_gnu' [18:12, 16:53] +PASS -- TEST 'cpld_control_p8_gnu' [14:27, 11:06](1683 MB) + +PASS -- COMPILE 's2s_gnu' [18:11, 16:45] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [13:04, 09:46](1627 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:10, 02:48] +PASS -- TEST 'cpld_debug_p8_gnu' [10:04, 06:54](1696 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [18:11, 16:33] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [20:03, 17:39](1574 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [05:11, 02:32] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:57, 10:43](1539 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [18:11, 16:03] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [05:17, 03:21](1554 MB) + +PASS -- COMPILE 'atm_mpas_dyn32_gnu' [05:11, 03:07] +PASS -- TEST 'control_gfs_mpas_gnu' [02:27, 00:48](6372 MB) + +PASS -- COMPILE 'pm_ideal_doubly_periodic_intel' [11:11, 09:21] ( 1 warnings 403 remarks ) +PASS -- TEST 'pm_ideal_supercell_intel' [03:31, 01:25](1161 MB) SYNOPSIS: -Starting Date/Time: 20251125 16:24:13 -Ending Date/Time: 20251125 18:26:08 -Total Time: 02h:02m:29s +Starting Date/Time: 20251203 07:23:18 +Ending Date/Time: 20251203 09:28:36 +Total Time: 02h:05m:48s Compiles Completed: 64/64 Tests Completed: 274/274 diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index ebf83b7ec5..49b7332b31 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,37 +1,37 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -742e4fd886f1226a7dcbc595078709a8b9961650 +9457efbf00e6653645743e74b2f8fa79d2d000cf Submodule hashes used in testing: - a57f569b8465b93694051ccd910412355bf5fb09 AQM (remotes/origin/remove_findesmf) + 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) - 5278e39e4bbbc8aaf240b203740a1cf904256fca CICE-interface/CICE (remotes/origin/sync_cice_2025-11) + c90ee5a0e72ecc9cbee4694e95df228d01f8d7dd CICE-interface/CICE (CICE6.0.0-444-gc90ee5a) 4954a6f9033f78e5c32bf33780384cbf2d0843e6 CICE-interface/CICE/icepack (Icepack1.1.0-225-g4954a6f) 607a0bddcef8b8c4f0c80886be68db88fe52429f CMEPS-interface/CMEPS (cmeps_v0.4.1-2325-g607a0bd) 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) - 58ae7aa3adef6daf489c707994b32017689b0aa8 LM4-driver (remotes/origin/remove_findesmf) + 05a3f7ae291b59a2ab7611a042f2fc99be31dc61 LM4-driver (heads/develop-1-g05a3f7a) c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) 9c8b26c2d870636f359f2ef62ef775639132b3ba MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10723-g9c8b26c2d) 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) - 8dbaeb50defdacfce55d726e7b35c7e844388dd2 UFSATM (remotes/origin/remove_findesmf) + a7942df0703073bd6b127b0d1f9a14f112f0ab08 UFSATM (remotes/origin/nco_debug_changes) 3256121dc4972d5c78f43f1a16ea1cb118ec6daf UFSATM/ccpp/framework (2025-06-03-dev-12-g3256121) 7e9ddf0b6bb2ec6034049b05447e060115dd8de0 UFSATM/ccpp/physics (EP4-2052-g7e9ddf0b) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) - e514f6d6b585e8fd857f55ef7d92618cd4d995f0 UFSATM/fv3/atmos_cubed_sphere (201912_public_release-438-ge514f6d) + d2294104101f5bb9c12f7bb79b96c31af2acd0a0 UFSATM/fv3/atmos_cubed_sphere (remotes/origin/nco_debug_changes) 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/develop-226-g38d2177a) 1a16f94d20898ff2ffcc3c8b6e036a9a16ed19a4 UFSATM/upp (upp_v10.2.0-327-g1a16f94d) -179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd - e6d31d9ad19a72c069985cd416ddefe25cf955c1 WW3 (remotes/origin/remove_findesmf) - 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) - aea3150e0baa6289a144f6da41d02869ab80f24c stochastic_physics (ufs-v2.0.0-293-gaea3150) + af7ecf2f623a81c9662836b2e51dff3586740a7a WW3 (6.07.1-496-gaf7ecf2f) + 3be9c444ace991b4235e4e978449cc3d3fd0d2d1 fire_behavior (v0.2.0-3-g3be9c44) + 956d3746023785d844ad9cfa3007ff6e2b27b5d1 stochastic_physics (remotes/origin/nco_debug_changes) NOTES: @@ -41,402 +41,402 @@ 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-20251119 -COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_3466508 +COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_1177882 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [22:11, 20:50] ( 1 warnings 1044 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:04, 07:52](2165 MB) -PASS -- TEST 'cpld_control_gefs_intel' [26:06, 15:09](3114 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [18:16, 04:54](2819 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [26:08, 14:02](3171 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:11, 19:58] ( 1 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [18:04, 15:26](2006 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:22, 16:23](2304 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:27, 05:55](1324 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [10:45, 07:21](2213 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:05, 15:49](1925 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [22:11, 20:21] ( 1 warnings 937 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [14:36, 09:57](2304 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [10:11, 04:51](1641 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:10, 03:57] ( 338 warnings 937 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [14:36, 09:52](2334 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 04:42] ( 360 warnings 2764 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [21:24, 18:18](1996 MB) - -PASS -- COMPILE 's2swa_intel' [21:11, 19:37] ( 1 warnings 1044 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [11:08, 08:24](2246 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:06, 07:52](2256 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:06, 04:27](1952 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:54, 07:54](2281 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:16, 04:22](1835 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:54, 08:22](2383 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:54, 08:00](2247 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:01, 06:44](2126 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:06, 08:07](2262 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [17:52, 14:35](2926 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:23, 05:15](2960 MB) - -PASS -- COMPILE 's2swal_intel' [22:11, 20:41] ( 1 warnings 1065 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [11:04, 08:21](2225 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [07:17, 04:16](1929 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:00, 06:42](2227 MB) - -PASS -- COMPILE 's2sw_intel' [22:11, 20:24] ( 1 warnings 1012 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:56, 07:39](2043 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:04, 06:07](2162 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:10, 04:34] ( 359 warnings 2013 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [14:01, 11:37](2271 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:10, 04:18] ( 359 warnings 1995 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:53, 06:13](2069 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [18:11, 16:31] ( 1 warnings 948 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:01, 04:39](2124 MB) - -PASS -- COMPILE 's2swa_faster_intel' [22:11, 20:48] ( 1 warnings 1030 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:05, 07:54](2252 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [22:11, 21:03] ( 1 warnings 1036 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:56, 12:53](2085 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:01, 05:59](1399 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [15:45, 13:40](1998 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [07:39, 05:33](3046 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:36, 01:39](3031 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:40, 00:59](2468 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [02:23, 00:56](2244 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:24, 00:32](2237 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:27, 00:24](1540 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [02:23, 00:56](2228 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:24, 00:32](2233 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:24, 00:24](1552 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:23, 00:32](2171 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:24, 00:25](2168 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:23, 00:21](1502 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 03:27] ( 360 warnings 2746 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [24:04, 22:04](2065 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:11, 10:21] ( 1 warnings 501 remarks ) -PASS -- TEST 'control_flake_intel' [04:19, 02:55](723 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:21, 01:56](1606 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:25, 02:06](1622 MB) -PASS -- TEST 'control_latlon_intel' [03:18, 02:01](1605 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:22, 02:06](1609 MB) -PASS -- TEST 'control_c48_intel' [07:22, 05:40](1711 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:22, 05:27](846 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [07:22, 05:49](1706 MB) -PASS -- TEST 'control_c192_intel' [07:32, 06:02](1815 MB) -PASS -- TEST 'control_c384_intel' [09:10, 06:48](2009 MB) -PASS -- TEST 'control_c384gdas_intel' [11:04, 07:55](1487 MB) -PASS -- TEST 'control_stochy_intel' [03:16, 01:30](682 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:24, 00:52](555 MB) -PASS -- TEST 'control_lndp_intel' [03:16, 01:21](675 MB) -PASS -- TEST 'control_iovr4_intel' [03:19, 02:04](680 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:25, 02:28](969 MB) -PASS -- TEST 'control_iovr5_intel' [03:19, 02:06](671 MB) -PASS -- TEST 'control_p8_intel' [05:02, 02:23](1897 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:56, 02:34](1905 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:51, 02:23](1906 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:48, 02:20](1922 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:52, 02:27](1937 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:42, 01:38](2424 MB) -PASS -- TEST 'control_restart_p8_intel' [03:55, 01:27](1188 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:50, 02:21](1904 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:42, 01:26](1213 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:40, 02:26](1887 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:36, 02:52](1988 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:31, 04:04](1909 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:51, 03:30](1961 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:43, 02:29](1909 MB) -PASS -- TEST 'merra2_thompson_intel' [04:48, 02:49](1910 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [06:42, 04:32](1915 MB) -PASS -- TEST 'regional_control_intel' [06:24, 04:21](1189 MB) -PASS -- TEST 'regional_restart_intel' [04:24, 02:27](1182 MB) -PASS -- TEST 'regional_decomp_intel' [06:25, 04:31](1178 MB) -PASS -- TEST 'regional_2threads_intel' [05:24, 03:31](1087 MB) -PASS -- TEST 'regional_noquilt_intel' [06:26, 04:16](1498 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:25, 04:19](1192 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:24, 04:17](1188 MB) -PASS -- TEST 'regional_wofs_intel' [07:24, 05:32](2074 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [11:11, 09:59] ( 1 warnings 481 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [06:55, 04:24](1936 MB) - -PASS -- COMPILE 'rrfs_intel' [10:11, 08:37] ( 4 warnings 448 remarks ) -PASS -- TEST 'rap_control_intel' [04:44, 02:54](1083 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:44, 03:47](1423 MB) -PASS -- TEST 'rap_decomp_intel' [04:31, 03:01](1055 MB) -PASS -- TEST 'rap_2threads_intel' [05:36, 03:45](1156 MB) -PASS -- TEST 'rap_restart_intel' [03:53, 01:34](1106 MB) -PASS -- TEST 'rap_sfcdiff_intel' [04:43, 02:49](1106 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:37, 03:00](1048 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:50, 01:36](1074 MB) -PASS -- TEST 'hrrr_control_intel' [04:38, 02:50](1087 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:37, 02:57](1061 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:40, 03:31](1132 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:19, 01:37](1038 MB) -PASS -- TEST 'rrfs_v1beta_intel' [07:51, 05:14](1186 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:18, 07:03](2008 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:18, 06:45](2173 MB) - -PASS -- COMPILE 'csawmg_intel' [10:11, 08:32] ( 1 warnings 417 remarks ) -PASS -- TEST 'control_csawmg_intel' [07:22, 05:23](1074 MB) -PASS -- TEST 'control_ras_intel' [04:16, 02:50](837 MB) - -PASS -- COMPILE 'wam_intel' [10:11, 08:27] ( 1 warnings 395 remarks ) -PASS -- TEST 'control_wam_intel' [11:37, 09:48](1674 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:11, 08:26] ( 1 warnings 411 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:46, 02:28](1908 MB) -PASS -- TEST 'regional_control_faster_intel' [06:24, 04:22](1192 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 04:15] ( 419 warnings 589 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:23, 02:22](1634 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:22, 02:15](1636 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:16, 03:04](849 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:16, 02:48](844 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:28, 04:09](1154 MB) -PASS -- TEST 'control_ras_debug_intel' [04:18, 02:26](858 MB) -PASS -- TEST 'control_diag_debug_intel' [04:24, 02:39](1699 MB) -PASS -- TEST 'control_debug_p8_intel' [04:36, 02:52](1933 MB) -PASS -- TEST 'regional_debug_intel' [20:29, 18:24](1145 MB) -PASS -- TEST 'rap_control_debug_intel' [06:17, 05:05](1234 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:21, 04:50](1228 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:17, 04:51](1238 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:17, 04:46](1231 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:17, 04:52](1231 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:24, 05:07](1324 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:17, 05:08](1227 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:19, 05:06](1232 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:17, 04:56](1239 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:17, 04:56](1234 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:17, 04:50](1241 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:16, 04:55](1225 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:16, 08:07](1229 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:17, 05:01](1236 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:16, 04:44](1237 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:11, 02:23] ( 380 warnings 395 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:10, 08:36] ( 4 warnings 415 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:43, 03:02](1309 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:40, 02:32](1035 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:54, 02:30](1036 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:42, 03:17](1081 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:48, 03:10](1057 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:36, 02:38](993 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:42, 01:26](983 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:18, 01:24](957 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:10, 08:09] ( 4 warnings 392 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:48, 02:31](1497 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:37, 01:13](1318 MB) -PASS -- TEST 'conus13km_decomp_intel' [04:36, 02:38](1524 MB) -PASS -- TEST 'conus13km_restart_intel' [06:32, 01:30](1257 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 09:22] ( 4 warnings 415 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:27, 03:43](1101 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:48] ( 313 warnings 421 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:19, 04:15](1119 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:20, 03:59](1110 MB) -PASS -- TEST 'conus13km_debug_intel' [21:44, 19:59](1545 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [21:42, 20:06](1149 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [22:30, 20:35](1364 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [22:30, 20:50](1593 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [21:31, 19:36](1584 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:31] ( 313 warnings 415 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:19, 04:11](1199 MB) - -PASS -- COMPILE 'hafsw_intel' [14:10, 12:55] ( 1 warnings 695 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [05:36, 03:20](982 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [07:03, 05:04](1190 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:20, 02:48](1277 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:45, 14:23](1109 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:36, 04:40](589 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:43, 05:24](610 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:31, 02:13](429 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:23, 05:50](499 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:34, 03:08](606 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:31, 02:56](607 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:22, 00:55](449 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:11, 10:26] ( 1 warnings 928 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [16:31, 11:36](825 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:11, 11:30] ( 1 warnings 637 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:36, 05:11](1075 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:40, 05:15](1065 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [18:11, 16:37] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:16, 02:32](1868 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:16, 01:34](1801 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:15, 02:18](1130 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:15, 02:18](1123 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:14, 02:18](1118 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:15, 02:29](1873 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:15, 02:28](1867 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:15, 02:19](1124 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:56, 06:15](1709 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:54, 05:58](1200 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:14, 02:28](1870 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:16, 03:54](4836 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:16, 03:57](4822 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 03:13] ( 2 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:15, 05:29](1789 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [18:11, 16:52] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:14, 02:24](1868 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 00:42] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:27, 00:55](338 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:22, 00:35](554 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:23, 00:27](561 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [18:10, 16:42] ( 1 warnings 611 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:42, 03:07](2045 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:10, 08:57] ( 1 warnings 499 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:47, 04:08](2046 MB) - -PASS -- COMPILE 'atml_intel' [11:11, 09:25] ( 9 warnings 552 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [04:55, 02:41](1876 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:40, 01:31](1205 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:11, 03:32] ( 424 warnings 552 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:52, 04:23](1908 MB) - -PASS -- COMPILE 'atmw_intel' [12:11, 10:52] ( 1 warnings 520 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:46, 01:37](1946 MB) - -PASS -- COMPILE 'atmaero_intel' [13:10, 11:48] ( 1 warnings 413 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:43, 04:19](2011 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:35, 04:52](1783 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:38, 04:43](1804 MB) - -PASS -- COMPILE 'atmaq_intel' [11:11, 09:20] ( 1 warnings 598 remarks ) -PASS -- TEST 'regional_atmaq_intel' [14:23, 11:41](2941 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [16:18, 14:06](2947 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:48] ( 397 warnings 598 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [34:01, 31:38](2954 MB) - -PASS -- COMPILE 'atm_fbh_intel' [10:11, 08:19] ( 4 warnings 422 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:22, 09:45](1079 MB) - -PASS -- COMPILE 'atm_gnu' [05:10, 03:51] -PASS -- TEST 'control_c48_gnu' [09:30, 07:44](1578 MB) -PASS -- TEST 'control_stochy_gnu' [04:20, 02:19](583 MB) -PASS -- TEST 'control_ras_gnu' [05:16, 03:45](592 MB) -PASS -- TEST 'control_p8_gnu' [05:57, 03:30](1538 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:41, 03:26](1528 MB) -PASS -- TEST 'control_flake_gnu' [06:21, 04:32](632 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:10, 03:40] -PASS -- TEST 'rap_control_gnu' [06:34, 04:11](936 MB) -PASS -- TEST 'rap_decomp_gnu' [06:33, 04:18](937 MB) -PASS -- TEST 'rap_2threads_gnu' [05:44, 03:35](992 MB) -PASS -- TEST 'rap_restart_gnu' [04:51, 02:14](674 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [06:36, 04:16](937 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [06:35, 04:20](935 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [04:54, 02:11](673 MB) -PASS -- TEST 'hrrr_control_gnu' [05:48, 04:06](930 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:43, 04:02](921 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:37, 03:39](985 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:32, 04:05](934 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:25, 02:10](671 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [05:23, 02:08](750 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [09:59, 07:51](931 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:10, 03:44] -PASS -- TEST 'control_csawmg_gnu' [08:30, 06:41](834 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 06:38] -PASS -- TEST 'control_diag_debug_gnu' [03:28, 01:16](1362 MB) -PASS -- TEST 'regional_debug_gnu' [08:27, 06:24](874 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:17, 01:55](943 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:19, 01:54](940 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:19, 02:00](944 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:17, 01:56](947 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:23, 02:20](1034 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:17, 03:09](940 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:20, 01:57](946 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:17, 01:09](575 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:17, 01:15](575 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:36, 01:16](1528 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:21, 01:56](946 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:17, 02:00](945 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:50, 03:19](948 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:11, 01:46] -PASS -- TEST 'control_wam_debug_gnu' [07:40, 05:22](1381 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 03:11] -PASS -- TEST 'control_csawmg_debug_gnu' [04:27, 02:03](812 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:45] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:37, 04:00](790 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:48, 03:51](789 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [05:36, 03:38](834 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:37, 03:30](830 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [07:37, 04:01](790 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [04:43, 02:09](647 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:18, 02:04](646 MB) -PASS -- TEST 'conus13km_control_gnu' [06:57, 03:57](1033 MB) -PASS -- TEST 'conus13km_2threads_gnu' [07:33, 01:58](1016 MB) -PASS -- TEST 'conus13km_decomp_gnu' [06:36, 04:00](1038 MB) -PASS -- TEST 'conus13km_restart_gnu' [04:34, 02:10](760 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 09:30] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:32, 04:29](818 MB) +PASS -- COMPILE 's2swa_32bit_intel' [23:11, 18:17] ( 1 warnings 1044 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:03, 08:01](2154 MB) +PASS -- TEST 'cpld_control_gefs_intel' [29:36, 16:08](3108 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [21:03, 05:33](2813 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [29:39, 14:59](3175 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:11, 19:14] ( 1 warnings 1043 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [22:21, 16:14](2012 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:35, 16:50](2319 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:32, 05:58](1345 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [11:52, 07:47](2201 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:01, 17:07](1918 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [23:11, 19:04] ( 1 warnings 937 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [15:58, 10:42](2311 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [11:28, 05:29](1651 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [08:11, 03:44] ( 338 warnings 937 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [24:30, 10:56](2335 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:10, 03:56] ( 360 warnings 2764 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:24, 19:30](1991 MB) + +PASS -- COMPILE 's2swa_intel' [23:11, 18:36] ( 1 warnings 1044 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [12:10, 09:10](2255 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:11, 09:04](2256 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:15, 05:32](1951 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [12:02, 09:05](2288 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:17, 04:23](1834 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [12:02, 09:14](2383 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [12:02, 09:00](2248 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:03, 06:59](2131 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:04, 08:44](2273 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [19:49, 16:22](2931 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:33, 05:22](2953 MB) + +PASS -- COMPILE 's2swal_intel' [26:11, 22:05] ( 1 warnings 1065 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [12:11, 09:03](2218 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [07:28, 04:24](1912 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:06, 07:03](2233 MB) + +PASS -- COMPILE 's2sw_intel' [24:11, 19:56] ( 1 warnings 1012 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [14:00, 08:33](2048 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [13:10, 07:09](2162 MB) + +PASS -- COMPILE 's2swa_debug_intel' [09:11, 04:43] ( 359 warnings 2013 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [23:02, 12:18](2274 MB) + +PASS -- COMPILE 's2sw_debug_intel' [08:10, 04:05] ( 359 warnings 1995 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [13:57, 06:39](2066 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [27:11, 20:59] ( 1 warnings 948 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:05, 04:34](2127 MB) + +PASS -- COMPILE 's2swa_faster_intel' [27:10, 21:00] ( 1 warnings 1030 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [11:10, 08:34](2249 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [27:10, 21:03] ( 1 warnings 1036 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:58, 13:47](2093 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:16, 05:59](1411 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:03, 13:17](1993 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [09:40, 06:36](3042 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [04:35, 02:32](3037 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:37, 00:58](2463 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [02:24, 00:56](2232 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:28, 00:32](2239 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:29, 00:24](1552 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [02:24, 00:56](2236 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:25, 00:31](2238 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:27, 00:25](1551 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:24, 00:33](2163 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:23, 00:25](2164 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:23, 00:21](1506 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:10, 03:37] ( 360 warnings 2746 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:06, 22:48](2064 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [14:11, 10:25] ( 1 warnings 501 remarks ) +PASS -- TEST 'control_flake_intel' [04:21, 02:52](731 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:24, 01:58](1606 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:31, 02:04](1619 MB) +PASS -- TEST 'control_latlon_intel' [03:21, 02:03](1617 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:24, 02:04](1621 MB) +PASS -- TEST 'control_c48_intel' [07:24, 05:40](1710 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:23, 05:27](842 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [07:23, 05:50](1712 MB) +PASS -- TEST 'control_c192_intel' [07:35, 06:03](1820 MB) +PASS -- TEST 'control_c384_intel' [09:08, 06:49](2014 MB) +PASS -- TEST 'control_c384gdas_intel' [12:08, 07:58](1474 MB) +PASS -- TEST 'control_stochy_intel' [04:17, 01:27](675 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:31, 00:53](545 MB) +PASS -- TEST 'control_lndp_intel' [03:17, 01:19](677 MB) +PASS -- TEST 'control_iovr4_intel' [04:20, 02:06](678 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [06:29, 03:14](973 MB) +PASS -- TEST 'control_iovr5_intel' [04:20, 02:07](675 MB) +PASS -- TEST 'control_p8_intel' [05:07, 02:26](1895 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:58, 02:32](1896 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:51, 02:20](1908 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:52, 02:23](1920 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:57, 02:29](1933 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:40, 01:39](2423 MB) +PASS -- TEST 'control_restart_p8_intel' [03:54, 01:27](1204 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:52, 02:24](1903 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:42, 01:24](1204 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:39, 02:27](1887 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:38, 02:52](1984 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:28, 04:07](1904 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:52, 03:28](1969 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:46, 02:30](1909 MB) +PASS -- TEST 'merra2_thompson_intel' [04:52, 02:51](1916 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [06:44, 04:31](1919 MB) +PASS -- TEST 'regional_control_intel' [06:26, 04:16](1191 MB) +PASS -- TEST 'regional_restart_intel' [04:26, 02:23](1182 MB) +PASS -- TEST 'regional_decomp_intel' [06:26, 04:29](1181 MB) +PASS -- TEST 'regional_2threads_intel' [05:25, 03:30](1088 MB) +PASS -- TEST 'regional_noquilt_intel' [06:32, 04:18](1504 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:27, 04:19](1195 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:24, 04:18](1194 MB) +PASS -- TEST 'regional_wofs_intel' [07:24, 05:37](2089 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [11:11, 09:48] ( 1 warnings 481 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [06:54, 04:27](1940 MB) + +PASS -- COMPILE 'rrfs_intel' [10:11, 08:36] ( 4 warnings 448 remarks ) +PASS -- TEST 'rap_control_intel' [04:50, 02:52](1085 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:46, 03:49](1413 MB) +PASS -- TEST 'rap_decomp_intel' [04:37, 03:00](1058 MB) +PASS -- TEST 'rap_2threads_intel' [05:43, 03:43](1161 MB) +PASS -- TEST 'rap_restart_intel' [03:52, 01:35](1101 MB) +PASS -- TEST 'rap_sfcdiff_intel' [04:35, 02:54](1090 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:34, 03:00](1082 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:51, 01:36](1101 MB) +PASS -- TEST 'hrrr_control_intel' [04:41, 02:50](1070 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:40, 02:55](1046 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:44, 03:31](1141 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:26, 01:38](1060 MB) +PASS -- TEST 'rrfs_v1beta_intel' [06:57, 05:03](1197 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:21, 06:56](2016 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:19, 06:40](2181 MB) + +PASS -- COMPILE 'csawmg_intel' [10:11, 08:38] ( 1 warnings 417 remarks ) +PASS -- TEST 'control_csawmg_intel' [07:28, 05:22](1078 MB) +PASS -- TEST 'control_ras_intel' [04:18, 02:49](854 MB) + +PASS -- COMPILE 'wam_intel' [10:10, 08:13] ( 1 warnings 395 remarks ) +PASS -- TEST 'control_wam_intel' [11:38, 09:55](1674 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:10, 08:19] ( 1 warnings 411 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:48, 02:32](1903 MB) +PASS -- TEST 'regional_control_faster_intel' [06:25, 04:15](1190 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:10, 03:51] ( 419 warnings 589 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:22, 02:10](1631 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:20, 02:04](1639 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:17, 02:58](847 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:16, 02:33](847 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:25, 04:30](1156 MB) +PASS -- TEST 'control_ras_debug_intel' [04:16, 02:40](854 MB) +PASS -- TEST 'control_diag_debug_intel' [04:25, 02:48](1704 MB) +PASS -- TEST 'control_debug_p8_intel' [05:38, 03:12](1929 MB) +PASS -- TEST 'regional_debug_intel' [20:30, 18:55](1142 MB) +PASS -- TEST 'rap_control_debug_intel' [06:19, 04:52](1225 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:20, 05:03](1226 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:17, 04:41](1231 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:16, 05:08](1231 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:21, 05:09](1227 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:24, 05:00](1320 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:18, 04:58](1238 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:21, 05:05](1240 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:18, 04:55](1238 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:17, 04:48](1233 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:18, 04:56](1225 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:19, 04:40](1231 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:17, 08:09](1233 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:21, 04:56](1231 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:19, 05:16](1245 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:11, 02:19] ( 380 warnings 395 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 08:55] ( 4 warnings 415 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:48, 02:59](1314 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:45, 02:36](1041 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:57, 02:31](1056 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:45, 03:17](1080 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:55, 03:09](1039 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:44, 02:38](1005 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:50, 01:27](991 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:20, 01:25](976 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:11, 08:45] ( 4 warnings 392 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:54, 02:29](1497 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:41, 01:13](1316 MB) +PASS -- TEST 'conus13km_decomp_intel' [04:37, 02:32](1530 MB) +PASS -- TEST 'conus13km_restart_intel' [06:40, 01:32](1260 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 09:00] ( 4 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:32, 03:42](1115 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 02:45] ( 313 warnings 421 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:18, 04:35](1120 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:21, 04:07](1104 MB) +PASS -- TEST 'conus13km_debug_intel' [21:29, 20:02](1543 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [21:29, 20:00](1155 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [22:26, 20:36](1366 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [22:31, 20:23](1580 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [22:31, 20:18](1646 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 02:54] ( 313 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:20, 04:20](1218 MB) + +PASS -- COMPILE 'hafsw_intel' [15:12, 13:02] ( 1 warnings 695 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:41, 03:21](987 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [08:12, 05:00](1193 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:19, 02:54](1286 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [18:46, 14:17](1103 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:43, 04:41](589 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:54, 05:28](606 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:35, 02:15](434 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:28, 05:54](500 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:38, 03:07](612 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:43, 03:00](607 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [06:25, 00:56](451 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:12, 11:11] ( 1 warnings 928 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [15:52, 11:54](823 MB) + +PASS -- COMPILE 'hafs_all_intel' [14:12, 10:51] ( 1 warnings 637 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [11:43, 05:16](1076 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:40, 05:17](1058 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [16:11, 12:30] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [08:18, 02:33](1864 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:17, 01:36](1820 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [07:15, 02:17](1120 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:16, 02:19](1120 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:14, 02:17](1115 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:16, 02:30](1875 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:14, 02:35](1870 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:16, 02:19](1119 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:58, 06:15](1715 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:51, 06:08](1201 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:14, 02:29](1872 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:18, 03:57](4831 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:16, 03:58](4833 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:42] ( 2 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:15, 05:32](1775 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [17:12, 15:22] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:15, 02:27](1867 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:42] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:27, 00:51](334 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:21, 00:36](557 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:28, 00:27](557 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [17:11, 16:06] ( 1 warnings 611 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:52, 03:08](2035 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:11, 08:42] ( 1 warnings 499 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:54, 04:12](2047 MB) + +PASS -- COMPILE 'atml_intel' [11:11, 09:45] ( 9 warnings 552 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [04:58, 02:47](1883 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:40, 01:35](1183 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:10, 03:52] ( 424 warnings 552 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:55, 04:21](1911 MB) + +PASS -- COMPILE 'atmw_intel' [11:11, 10:09] ( 1 warnings 520 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:53, 01:36](1939 MB) + +PASS -- COMPILE 'atmaero_intel' [14:11, 12:18] ( 1 warnings 413 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:49, 04:22](2005 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:38, 04:33](1786 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:38, 04:53](1794 MB) + +PASS -- COMPILE 'atmaq_intel' [10:11, 08:58] ( 1 warnings 598 remarks ) +PASS -- TEST 'regional_atmaq_intel' [15:26, 12:23](2940 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [18:04, 14:26](2941 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:10, 02:44] ( 397 warnings 598 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [35:03, 32:01](2957 MB) + +PASS -- COMPILE 'atm_fbh_intel' [10:10, 08:41] ( 4 warnings 422 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:23, 09:49](1082 MB) + +PASS -- COMPILE 'atm_gnu' [05:11, 03:43] +PASS -- TEST 'control_c48_gnu' [10:30, 07:59](1579 MB) +PASS -- TEST 'control_stochy_gnu' [04:20, 02:20](587 MB) +PASS -- TEST 'control_ras_gnu' [05:17, 03:47](595 MB) +PASS -- TEST 'control_p8_gnu' [05:56, 03:30](1530 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:42, 03:31](1538 MB) +PASS -- TEST 'control_flake_gnu' [06:22, 04:31](632 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:11, 03:34] +PASS -- TEST 'rap_control_gnu' [06:37, 04:14](934 MB) +PASS -- TEST 'rap_decomp_gnu' [06:34, 04:17](934 MB) +PASS -- TEST 'rap_2threads_gnu' [05:43, 03:35](987 MB) +PASS -- TEST 'rap_restart_gnu' [04:52, 02:13](676 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [06:46, 04:16](939 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [06:35, 04:11](933 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [04:56, 02:13](673 MB) +PASS -- TEST 'hrrr_control_gnu' [06:51, 04:06](930 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [06:41, 04:02](917 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:33, 03:38](990 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [06:32, 04:06](930 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [04:18, 02:15](668 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:19, 02:08](750 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [09:58, 07:47](929 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:10, 03:23] +PASS -- TEST 'control_csawmg_gnu' [08:25, 06:43](834 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:10, 06:11] +PASS -- TEST 'control_diag_debug_gnu' [03:26, 01:14](1363 MB) +PASS -- TEST 'regional_debug_gnu' [08:25, 06:34](882 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:17, 01:59](941 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:18, 01:53](939 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:17, 02:02](940 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:17, 01:57](944 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:24, 02:24](1032 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:17, 03:05](938 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:16, 01:57](943 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:16, 01:09](579 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:16, 01:15](571 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:38, 01:18](1540 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:21, 01:57](944 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:18, 02:00](945 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:50, 03:21](946 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:10, 01:48] +PASS -- TEST 'control_wam_debug_gnu' [07:36, 05:25](1382 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:10, 03:16] +PASS -- TEST 'control_csawmg_debug_gnu' [03:26, 01:56](814 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:36] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:41, 04:01](790 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:45, 03:56](782 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [06:29, 03:38](837 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:34, 03:32](830 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:52, 03:59](785 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:44, 02:05](645 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:17, 02:03](641 MB) +PASS -- TEST 'conus13km_control_gnu' [05:50, 03:55](1033 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:37, 01:57](1016 MB) +PASS -- TEST 'conus13km_decomp_gnu' [05:35, 04:03](1039 MB) +PASS -- TEST 'conus13km_restart_gnu' [04:36, 02:10](756 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [13:11, 11:53] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:30, 04:30](817 MB) PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:11, 06:06] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:19, 02:13](796 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:20, 02:06](792 MB) -PASS -- TEST 'conus13km_debug_gnu' [11:32, 09:19](1048 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [11:29, 08:58](774 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [12:28, 08:50](1030 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [11:30, 09:02](1051 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [11:28, 09:01](1119 MB) +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:18, 02:08](794 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:20, 02:08](793 MB) +PASS -- TEST 'conus13km_debug_gnu' [10:33, 08:52](1047 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [11:30, 09:11](775 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [10:30, 08:44](1034 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [10:31, 08:56](1053 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [10:32, 08:53](1120 MB) -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 06:24] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:20, 02:04](825 MB) +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 06:23] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:19, 01:57](823 MB) -PASS -- COMPILE 's2swa_gnu' [22:11, 17:39] -PASS -- TEST 'cpld_control_p8_gnu' [13:25, 10:12](1716 MB) +PASS -- COMPILE 's2swa_gnu' [18:12, 16:54] +PASS -- TEST 'cpld_control_p8_gnu' [13:21, 10:10](1713 MB) -PASS -- COMPILE 's2s_gnu' [20:11, 15:46] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [11:00, 08:21](1621 MB) +PASS -- COMPILE 's2s_gnu' [17:11, 15:37] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [10:50, 08:29](1613 MB) -PASS -- COMPILE 's2swa_debug_gnu' [07:10, 02:18] -PASS -- TEST 'cpld_debug_p8_gnu' [07:56, 05:46](1721 MB) +PASS -- COMPILE 's2swa_debug_gnu' [04:11, 02:19] +PASS -- TEST 'cpld_debug_p8_gnu' [07:56, 05:50](1719 MB) -PASS -- COMPILE 's2sw_pdlib_gnu' [20:11, 16:16] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [16:53, 14:01](1582 MB) +PASS -- COMPILE 's2sw_pdlib_gnu' [18:12, 16:27] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [15:53, 13:57](1594 MB) -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [06:11, 02:17] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [11:57, 09:02](1575 MB) +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [05:10, 02:10] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [10:50, 08:54](1594 MB) -PASS -- COMPILE 'datm_cdeps_gnu' [20:11, 16:46] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:16, 02:44](1605 MB) +PASS -- COMPILE 'datm_cdeps_gnu' [20:11, 15:43] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:16, 02:45](1604 MB) -PASS -- COMPILE 'atm_mpas_dyn32_gnu' [05:10, 02:58] -PASS -- TEST 'control_gfs_mpas_gnu' [02:21, 00:37](6449 MB) +PASS -- COMPILE 'atm_mpas_dyn32_gnu' [07:12, 02:49] +PASS -- TEST 'control_gfs_mpas_gnu' [02:20, 00:37](6445 MB) SYNOPSIS: -Starting Date/Time: 20251125 10:59:02 -Ending Date/Time: 20251125 12:39:19 -Total Time: 01h:41m:13s +Starting Date/Time: 20251202 12:15:50 +Ending Date/Time: 20251202 14:04:47 +Total Time: 01h:49m:45s Compiles Completed: 60/60 Tests Completed: 266/266 diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 7dedd00933..4e16b12d59 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,37 +1,37 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -9685c174806f26732e9ebed384dc2cbccd82ba63 +9457efbf00e6653645743e74b2f8fa79d2d000cf Submodule hashes used in testing: - a57f569b8465b93694051ccd910412355bf5fb09 AQM (remotes/origin/remove_findesmf) + 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) - 5278e39e4bbbc8aaf240b203740a1cf904256fca CICE-interface/CICE (remotes/origin/sync_cice_2025-11) + c90ee5a0e72ecc9cbee4694e95df228d01f8d7dd CICE-interface/CICE (CICE6.0.0-444-gc90ee5a) 4954a6f9033f78e5c32bf33780384cbf2d0843e6 CICE-interface/CICE/icepack (Icepack1.1.0-225-g4954a6f) 607a0bddcef8b8c4f0c80886be68db88fe52429f CMEPS-interface/CMEPS (cmeps_v0.4.1-2325-g607a0bd) 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) - 58ae7aa3adef6daf489c707994b32017689b0aa8 LM4-driver (remotes/origin/remove_findesmf) + 05a3f7ae291b59a2ab7611a042f2fc99be31dc61 LM4-driver (heads/develop-1-g05a3f7a) c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) 9c8b26c2d870636f359f2ef62ef775639132b3ba MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10723-g9c8b26c2d) 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) - 09ce53932b36cce28a93ec37aab78065588b2be6 UFSATM (remotes/origin/remove_findesmf) + a7942df0703073bd6b127b0d1f9a14f112f0ab08 UFSATM (remotes/origin/nco_debug_changes) 3256121dc4972d5c78f43f1a16ea1cb118ec6daf UFSATM/ccpp/framework (2025-06-03-dev-12-g3256121) 7e9ddf0b6bb2ec6034049b05447e060115dd8de0 UFSATM/ccpp/physics (EP4-2052-g7e9ddf0b) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) - e514f6d6b585e8fd857f55ef7d92618cd4d995f0 UFSATM/fv3/atmos_cubed_sphere (201912_public_release-438-ge514f6d) + d2294104101f5bb9c12f7bb79b96c31af2acd0a0 UFSATM/fv3/atmos_cubed_sphere (remotes/origin/nco_debug_changes) 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/develop-226-g38d2177a) 1a16f94d20898ff2ffcc3c8b6e036a9a16ed19a4 UFSATM/upp (upp_v10.2.0-327-g1a16f94d) -179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd - e6d31d9ad19a72c069985cd416ddefe25cf955c1 WW3 (remotes/origin/remove_findesmf) - 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) - aea3150e0baa6289a144f6da41d02869ab80f24c stochastic_physics (ufs-v2.0.0-293-gaea3150) + af7ecf2f623a81c9662836b2e51dff3586740a7a WW3 (6.07.1-496-gaf7ecf2f) + 3be9c444ace991b4235e4e978449cc3d3fd0d2d1 fire_behavior (v0.2.0-3-g3be9c44) + 956d3746023785d844ad9cfa3007ff6e2b27b5d1 stochastic_physics (remotes/origin/nco_debug_changes) NOTES: @@ -41,309 +41,309 @@ 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-20251119 -COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/orion/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_3450539 +COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/orion/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_1046917 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [32:11, 30:18] ( 1 warnings 1044 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [18:30, 15:33](2107 MB) -PASS -- TEST 'cpld_control_gefs_intel' [32:56, 18:58](3055 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [20:59, 05:53](2725 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [33:20, 19:54](3076 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [37:12, 35:30] ( 1 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [24:58, 22:05](1965 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [28:56, 24:14](2134 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:39, 09:22](1227 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [14:57, 10:32](2088 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [30:06, 26:32](1874 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [33:12, 31:14] ( 1 warnings 937 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:17, 12:29](2235 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [13:28, 06:28](1515 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [07:11, 06:06] ( 338 warnings 937 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [16:07, 11:32](2258 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:11, 07:13] ( 360 warnings 2764 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:07, 21:57](1947 MB) - -PASS -- COMPILE 's2swa_intel' [33:11, 31:20] ( 1 warnings 1044 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [19:41, 16:54](2199 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [18:36, 15:54](2184 MB) -PASS -- TEST 'cpld_restart_p8_intel' [11:51, 08:26](1778 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [19:32, 16:17](2212 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [11:39, 08:39](1767 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [14:35, 11:33](2289 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [18:25, 16:04](2167 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [16:35, 13:37](2063 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [18:37, 15:47](2198 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [19:33, 15:54](2667 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [13:31, 09:06](2854 MB) - -PASS -- COMPILE 's2swal_intel' [37:12, 36:02] ( 1 warnings 1065 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [19:36, 16:59](2139 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [11:47, 08:43](1744 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:21, 07:33](2148 MB) - -PASS -- COMPILE 's2sw_intel' [34:11, 32:35] ( 1 warnings 1012 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [18:16, 15:42](1992 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:32, 06:22](2087 MB) - -PASS -- COMPILE 's2swa_debug_intel' [08:11, 06:58] ( 359 warnings 2013 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [16:25, 13:20](2208 MB) - -PASS -- COMPILE 's2sw_debug_intel' [08:11, 06:39] ( 359 warnings 1995 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:05, 06:48](2016 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [24:11, 22:18] ( 1 warnings 948 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:35, 04:26](2064 MB) - -PASS -- COMPILE 's2swa_faster_intel' [36:12, 34:17] ( 1 warnings 1030 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [18:43, 16:09](2188 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [35:12, 33:56] ( 1 warnings 1036 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:18, 20:16](2015 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:44, 09:26](1239 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:27, 23:29](1931 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [09:58, 07:37](3050 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [04:57, 02:23](3041 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:03, 01:23](2469 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [03:33, 01:21](2243 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:33, 00:47](2238 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:36, 00:35](1553 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [03:33, 01:20](2231 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:34, 00:47](2235 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:36, 00:35](1547 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:32, 00:48](2157 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:31, 00:41](2167 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:37, 00:30](1504 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:11, 05:49] ( 360 warnings 2746 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:13, 27:57](1992 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:11, 14:48] ( 1 warnings 501 remarks ) -PASS -- TEST 'control_flake_intel' [05:34, 03:40](696 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:38, 02:29](1588 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:45, 02:40](1603 MB) -PASS -- TEST 'control_latlon_intel' [04:34, 02:37](1599 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:39, 02:39](1598 MB) -PASS -- TEST 'control_c48_intel' [10:40, 08:31](1715 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [09:38, 07:53](833 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [10:40, 08:44](1720 MB) -PASS -- TEST 'control_c192_intel' [09:57, 07:44](1776 MB) -PASS -- TEST 'control_c384_intel' [12:54, 09:30](1973 MB) -PASS -- TEST 'control_c384gdas_intel' [15:15, 10:26](1312 MB) -PASS -- TEST 'control_stochy_intel' [03:32, 01:49](650 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:47, 01:05](484 MB) -PASS -- TEST 'control_lndp_intel' [03:32, 01:40](652 MB) -PASS -- TEST 'control_iovr4_intel' [04:34, 02:39](651 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [05:00, 03:07](949 MB) -PASS -- TEST 'control_iovr5_intel' [04:34, 02:38](653 MB) -PASS -- TEST 'control_p8_intel' [05:33, 03:01](1874 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:33, 03:11](1880 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:42, 02:58](1892 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [05:41, 02:56](1902 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [05:58, 03:05](1914 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [05:30, 02:08](2398 MB) -PASS -- TEST 'control_restart_p8_intel' [04:40, 01:46](1123 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:33, 02:58](1882 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:24, 01:44](1129 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:33, 03:02](1866 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:15, 03:24](1962 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:37, 05:11](1890 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:14, 04:33](1932 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:13, 03:10](1896 MB) -PASS -- TEST 'merra2_thompson_intel' [06:25, 03:36](1888 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [08:15, 05:22](1895 MB) -PASS -- TEST 'regional_control_intel' [07:31, 06:07](1079 MB) -PASS -- TEST 'regional_restart_intel' [05:37, 03:18](1100 MB) -PASS -- TEST 'regional_decomp_intel' [08:33, 06:25](1071 MB) -PASS -- TEST 'regional_2threads_intel' [05:32, 04:09](1023 MB) -PASS -- TEST 'regional_noquilt_intel' [07:35, 06:04](1365 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:37, 06:05](1075 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:34, 06:06](1080 MB) -PASS -- TEST 'regional_wofs_intel' [09:34, 07:39](1901 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [16:11, 14:17] ( 1 warnings 481 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [07:11, 04:25](1909 MB) - -PASS -- COMPILE 'rrfs_intel' [14:11, 13:08] ( 4 warnings 448 remarks ) -PASS -- TEST 'rap_control_intel' [07:15, 04:11](1036 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:58, 05:14](1360 MB) -PASS -- TEST 'rap_decomp_intel' [07:08, 04:21](1029 MB) -PASS -- TEST 'rap_2threads_intel' [06:56, 04:26](1136 MB) -PASS -- TEST 'rap_restart_intel' [05:39, 02:18](1002 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:04, 04:10](1036 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [06:54, 04:20](1025 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [05:42, 02:17](1002 MB) -PASS -- TEST 'hrrr_control_intel' [06:20, 04:00](1034 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:14, 04:09](1025 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:21, 04:11](1106 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:52, 02:13](964 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:19, 07:28](1040 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:24, 09:06](1991 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:23, 08:44](2014 MB) - -PASS -- COMPILE 'csawmg_intel' [14:11, 12:48] ( 1 warnings 417 remarks ) -PASS -- TEST 'control_csawmg_intel' [08:34, 06:10](1040 MB) -PASS -- TEST 'control_ras_intel' [05:24, 03:22](740 MB) - -PASS -- COMPILE 'wam_intel' [14:11, 12:13] ( 1 warnings 395 remarks ) -PASS -- TEST 'control_wam_intel' [14:45, 12:25](1670 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [14:11, 12:40] ( 1 warnings 411 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:19, 03:08](1883 MB) -PASS -- TEST 'regional_control_faster_intel' [07:36, 06:06](1080 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [08:11, 06:27] ( 419 warnings 589 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:28, 02:13](1611 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:26, 02:19](1620 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:21, 03:03](826 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:22, 02:43](822 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:41, 04:12](1123 MB) -PASS -- TEST 'control_ras_debug_intel' [04:21, 02:46](826 MB) -PASS -- TEST 'control_diag_debug_intel' [04:31, 02:48](1673 MB) -PASS -- TEST 'control_debug_p8_intel' [04:49, 02:41](1915 MB) -PASS -- TEST 'regional_debug_intel' [18:37, 16:55](1089 MB) -PASS -- TEST 'rap_control_debug_intel' [06:21, 04:58](1210 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:24, 04:54](1204 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:21, 04:55](1203 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:22, 05:00](1211 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:20, 04:58](1211 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:34, 05:15](1301 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:22, 05:02](1202 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:22, 05:00](1209 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:21, 05:00](1206 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:23, 04:59](1209 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:23, 04:54](1209 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:22, 04:55](1209 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:21, 07:55](1203 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:26, 04:52](1211 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:22, 04:56](1208 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:10, 04:29] ( 380 warnings 395 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:47, 13:19](1695 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:11, 12:24] ( 4 warnings 415 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:00, 04:58](1244 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:12, 03:44](942 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:32, 03:36](930 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:57, 03:57](971 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:00, 03:49](964 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:24, 03:45](909 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:20, 02:03](889 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:37, 02:01](881 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:11, 12:05] ( 4 warnings 392 remarks ) -PASS -- TEST 'conus13km_control_intel' [06:02, 03:41](1310 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:51, 01:28](1219 MB) -PASS -- TEST 'conus13km_decomp_intel' [05:52, 03:44](1339 MB) -PASS -- TEST 'conus13km_restart_intel' [03:57, 02:06](1175 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:11, 12:52] ( 4 warnings 415 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:41, 04:23](1009 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 04:28] ( 313 warnings 421 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:22, 04:46](1087 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:24, 04:43](1085 MB) -PASS -- TEST 'conus13km_debug_intel' [24:48, 22:41](1334 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [24:46, 22:14](1048 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [23:43, 21:48](1259 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [24:44, 23:03](1372 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [23:45, 21:54](1413 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 04:49] ( 313 warnings 415 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:20, 04:56](1175 MB) - -PASS -- COMPILE 'hafsw_intel' [20:11, 18:49] ( 1 warnings 695 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:49, 04:40](870 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [08:22, 05:59](1056 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:31, 04:18](1174 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [30:58, 28:56](984 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:48, 06:34](485 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:00, 07:29](502 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:43, 03:17](361 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:49, 08:08](416 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:44, 04:19](516 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:37, 04:07](523 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:26, 01:23](393 MB) -PASS -- TEST 'gnv1_nested_intel' [06:38, 03:44](1729 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [16:10, 14:54] ( 1 warnings 928 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [15:06, 11:14](713 MB) - -PASS -- COMPILE 'hafs_all_intel' [16:10, 14:12] ( 1 warnings 637 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:57, 06:32](958 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:47, 06:42](939 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [24:11, 22:27] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:18, 03:29](1867 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:20, 02:24](1818 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:17, 03:05](1124 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:18, 03:06](1132 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:17, 03:09](1120 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:17, 03:25](1863 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:19, 03:25](1854 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:17, 03:03](1126 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:17, 07:32](1654 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:13, 07:10](1028 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:16, 03:27](1869 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:19, 05:50](4835 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:19, 05:51](4829 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 03:34] ( 2 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:18, 06:55](1775 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [23:11, 21:22] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:18, 03:25](1869 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:16] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:32, 01:18](248 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:24, 00:47](315 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:28, 00:30](313 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:11, 01:36] ( 164 remarks ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:30, 00:36](566 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:31, 00:19](451 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [23:11, 21:20] ( 1 warnings 611 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:06, 03:47](1978 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [16:10, 14:46] ( 1 warnings 499 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:05, 04:44](1991 MB) - -PASS -- COMPILE 'atml_intel' [15:11, 13:58] ( 9 warnings 552 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [06:28, 03:31](1860 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:00, 01:59](1104 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:10, 06:08] ( 424 warnings 552 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:21, 04:54](1885 MB) - -PASS -- COMPILE 'atmw_intel' [15:11, 13:12] ( 1 warnings 520 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:17, 02:01](1910 MB) - -PASS -- COMPILE 'atmaero_intel' [17:11, 15:24] ( 1 warnings 413 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:16, 04:22](1985 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:58, 05:11](1755 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:59, 05:17](1778 MB) - -PASS -- COMPILE 'atmaq_intel' [14:11, 13:06] ( 1 warnings 598 remarks ) -PASS -- TEST 'regional_atmaq_intel' [21:52, 18:13](2907 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [24:49, 21:34](2907 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [06:11, 04:55] ( 397 warnings 598 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [42:44, 39:47](2930 MB) - -PASS -- COMPILE 'atm_fbh_intel' [13:10, 11:51] ( 4 warnings 422 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [15:27, 13:56](1085 MB) +PASS -- COMPILE 's2swa_32bit_intel' [30:11, 28:23] ( 1 warnings 1044 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [18:54, 15:58](2100 MB) +PASS -- TEST 'cpld_control_gefs_intel' [34:36, 19:01](3056 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [24:51, 06:46](2728 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [35:04, 19:51](3064 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [27:11, 25:43] ( 1 warnings 1043 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [25:07, 22:08](1958 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [29:13, 24:20](2138 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [14:12, 09:26](1217 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [15:21, 10:32](2090 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [30:14, 26:29](1873 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [29:11, 28:05] ( 1 warnings 937 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [19:46, 12:30](2224 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [16:06, 07:33](1514 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [06:10, 05:05] ( 338 warnings 937 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [18:35, 12:16](2261 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:10, 06:02] ( 360 warnings 2764 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:10, 22:40](1949 MB) + +PASS -- COMPILE 's2swa_intel' [26:10, 24:36] ( 1 warnings 1044 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [21:20, 17:23](2193 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [20:10, 16:22](2193 MB) +PASS -- TEST 'cpld_restart_p8_intel' [12:29, 08:32](1775 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [18:54, 16:05](2201 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [12:24, 08:34](1765 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [14:43, 11:40](2291 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [18:54, 15:54](2175 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [16:44, 13:48](2070 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [19:12, 16:10](2195 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [20:18, 16:01](2670 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [14:45, 08:28](2833 MB) + +PASS -- COMPILE 's2swal_intel' [31:11, 29:26] ( 1 warnings 1065 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [19:50, 16:59](2147 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [12:21, 08:32](1746 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:43, 07:36](2155 MB) + +PASS -- COMPILE 's2sw_intel' [30:11, 29:05] ( 1 warnings 1012 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [18:39, 15:10](1999 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:43, 06:25](2077 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:10, 05:48] ( 359 warnings 2013 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [17:37, 14:17](2204 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:10, 05:44] ( 359 warnings 1995 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:21, 06:46](2023 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [24:11, 22:22] ( 1 warnings 948 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:42, 04:25](2077 MB) + +PASS -- COMPILE 's2swa_faster_intel' [31:12, 29:46] ( 1 warnings 1030 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [19:00, 16:04](2192 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [31:11, 29:25] ( 1 warnings 1036 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:51, 20:18](2013 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:39, 09:28](1253 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:36, 23:26](1934 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [10:03, 07:37](3049 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:02, 02:23](3034 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:17, 01:24](2474 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [03:39, 01:20](2243 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:38, 00:47](2238 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:41, 00:35](1552 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [03:37, 01:21](2234 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:38, 00:47](2224 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:49, 00:34](1549 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:36, 00:48](2165 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:41, 00:39](2162 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:46, 00:30](1493 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:10, 05:24] ( 360 warnings 2746 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:49, 28:12](2005 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [16:11, 15:09] ( 1 warnings 501 remarks ) +PASS -- TEST 'control_flake_intel' [05:30, 03:40](697 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:33, 02:38](1592 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:39, 02:40](1601 MB) +PASS -- TEST 'control_latlon_intel' [04:29, 02:37](1591 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:33, 02:37](1597 MB) +PASS -- TEST 'control_c48_intel' [10:40, 08:31](1702 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:36, 07:57](855 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [10:39, 08:45](1718 MB) +PASS -- TEST 'control_c192_intel' [09:52, 07:44](1785 MB) +PASS -- TEST 'control_c384_intel' [12:44, 09:28](1977 MB) +PASS -- TEST 'control_c384gdas_intel' [15:52, 10:26](1320 MB) +PASS -- TEST 'control_stochy_intel' [03:23, 01:55](653 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:43, 01:14](479 MB) +PASS -- TEST 'control_lndp_intel' [03:24, 01:40](653 MB) +PASS -- TEST 'control_iovr4_intel' [04:23, 02:38](651 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:33, 03:07](951 MB) +PASS -- TEST 'control_iovr5_intel' [04:27, 02:47](653 MB) +PASS -- TEST 'control_p8_intel' [05:46, 03:00](1877 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:35, 03:12](1885 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:38, 02:57](1882 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [06:38, 03:11](1902 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [05:56, 03:07](1918 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [04:24, 02:05](2398 MB) +PASS -- TEST 'control_restart_p8_intel' [05:10, 01:55](1127 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:41, 02:58](1883 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:38, 01:45](1130 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:18, 03:03](1874 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:29, 03:25](1956 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:56, 05:10](1882 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:32, 04:31](1939 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:31, 03:11](1890 MB) +PASS -- TEST 'merra2_thompson_intel' [06:44, 03:36](1895 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [08:31, 05:36](1895 MB) +PASS -- TEST 'regional_control_intel' [07:52, 06:07](1075 MB) +PASS -- TEST 'regional_restart_intel' [05:53, 03:18](1098 MB) +PASS -- TEST 'regional_decomp_intel' [08:49, 06:26](1072 MB) +PASS -- TEST 'regional_2threads_intel' [05:46, 04:09](1027 MB) +PASS -- TEST 'regional_noquilt_intel' [07:46, 06:06](1366 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:43, 06:06](1078 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:41, 06:08](1077 MB) +PASS -- TEST 'regional_wofs_intel' [09:44, 07:38](1900 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [16:11, 14:15] ( 1 warnings 481 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [07:26, 04:27](1907 MB) + +PASS -- COMPILE 'rrfs_intel' [15:11, 13:14] ( 4 warnings 448 remarks ) +PASS -- TEST 'rap_control_intel' [07:28, 04:13](1039 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:05, 05:15](1339 MB) +PASS -- TEST 'rap_decomp_intel' [07:38, 04:30](1032 MB) +PASS -- TEST 'rap_2threads_intel' [07:24, 04:27](1108 MB) +PASS -- TEST 'rap_restart_intel' [05:58, 02:18](995 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:29, 04:10](1034 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:15, 04:21](1031 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [05:55, 02:17](1007 MB) +PASS -- TEST 'hrrr_control_intel' [06:36, 04:00](1033 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:37, 04:10](1026 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:24, 04:14](1107 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:49, 02:13](960 MB) +PASS -- TEST 'rrfs_v1beta_intel' [10:38, 07:27](1036 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:33, 09:03](1986 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:27, 08:43](2016 MB) + +PASS -- COMPILE 'csawmg_intel' [14:11, 12:43] ( 1 warnings 417 remarks ) +PASS -- TEST 'control_csawmg_intel' [08:45, 06:11](1037 MB) +PASS -- TEST 'control_ras_intel' [05:25, 03:21](742 MB) + +PASS -- COMPILE 'wam_intel' [13:11, 11:47] ( 1 warnings 395 remarks ) +PASS -- TEST 'control_wam_intel' [15:00, 12:26](1673 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:11, 11:55] ( 1 warnings 411 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:38, 03:09](1886 MB) +PASS -- TEST 'regional_control_faster_intel' [08:44, 06:07](1078 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:11, 06:17] ( 419 warnings 589 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:38, 02:15](1617 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:42, 02:26](1619 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:31, 03:23](826 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:25, 02:47](824 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:57, 05:35](1130 MB) +PASS -- TEST 'control_ras_debug_intel' [04:30, 02:48](829 MB) +PASS -- TEST 'control_diag_debug_intel' [04:40, 02:45](1680 MB) +PASS -- TEST 'control_debug_p8_intel' [05:57, 03:50](1909 MB) +PASS -- TEST 'regional_debug_intel' [19:55, 17:38](1078 MB) +PASS -- TEST 'rap_control_debug_intel' [06:35, 04:57](1205 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:33, 04:51](1216 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:25, 04:55](1208 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:26, 05:02](1207 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:35, 05:38](1202 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:37, 05:15](1298 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:26, 05:05](1208 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:23, 05:08](1204 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:28, 05:08](1213 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:27, 04:59](1201 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:26, 04:46](1212 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:29, 04:48](1206 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:29, 08:02](1199 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:32, 05:01](1211 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:26, 04:55](1203 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:10, 04:15] ( 380 warnings 395 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:54, 13:21](1695 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:11, 12:05] ( 4 warnings 415 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:03, 04:57](1243 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:26, 03:44](944 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:53, 03:36](926 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:57, 03:58](980 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:13, 03:50](964 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:12, 03:46](906 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:37, 02:04](898 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [07:49, 02:01](887 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:11, 12:23] ( 4 warnings 392 remarks ) +PASS -- TEST 'conus13km_control_intel' [06:22, 03:42](1303 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:00, 01:29](1217 MB) +PASS -- TEST 'conus13km_decomp_intel' [07:24, 03:45](1345 MB) +PASS -- TEST 'conus13km_restart_intel' [07:13, 02:08](1178 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:11, 12:38] ( 4 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:57, 04:23](1008 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 04:45] ( 313 warnings 421 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:26, 05:07](1077 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:27, 04:41](1086 MB) +PASS -- TEST 'conus13km_debug_intel' [25:01, 22:39](1342 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [24:50, 22:59](1021 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [23:45, 21:41](1271 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [25:59, 23:27](1387 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [24:56, 22:53](1417 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 04:33] ( 313 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:28, 04:50](1176 MB) + +PASS -- COMPILE 'hafsw_intel' [20:12, 18:58] ( 1 warnings 695 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:55, 04:41](871 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [08:38, 05:53](1073 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:31, 04:16](1185 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [32:06, 29:31](986 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [12:59, 06:34](491 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:03, 07:29](502 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [09:47, 03:21](364 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [17:09, 09:50](411 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:53, 04:20](523 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [09:50, 04:08](514 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [06:29, 01:23](394 MB) +PASS -- TEST 'gnv1_nested_intel' [09:55, 03:49](1722 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [16:12, 14:49] ( 1 warnings 928 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [15:23, 11:21](712 MB) + +PASS -- COMPILE 'hafs_all_intel' [15:11, 13:49] ( 1 warnings 637 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:56, 06:36](954 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:56, 06:36](938 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [24:12, 22:28] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:20, 03:26](1862 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:21, 02:23](1803 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:19, 03:06](1126 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:19, 03:11](1122 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:18, 03:06](1133 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:19, 03:25](1871 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:20, 03:27](1875 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:17, 03:05](1130 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:32, 07:40](1661 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:30, 07:14](1037 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:17, 03:25](1871 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:22, 06:01](4831 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [07:21, 05:56](4833 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 03:34] ( 2 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:19, 07:00](1776 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [22:12, 20:16] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:19, 03:26](1868 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:17] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:32, 01:15](247 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:25, 00:46](314 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:35, 00:29](313 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:11, 01:35] ( 164 remarks ) +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:33, 00:36](567 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:35, 00:20](453 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [25:11, 23:16] ( 1 warnings 611 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:18, 03:55](1985 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:11, 13:15] ( 1 warnings 499 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:16, 04:51](1987 MB) + +PASS -- COMPILE 'atml_intel' [16:11, 14:16] ( 9 warnings 552 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [06:39, 03:44](1860 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:07, 02:07](1106 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:11, 05:56] ( 424 warnings 552 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:44, 05:39](1881 MB) + +PASS -- COMPILE 'atmw_intel' [15:11, 13:24] ( 1 warnings 520 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:30, 02:07](1912 MB) + +PASS -- COMPILE 'atmaero_intel' [16:11, 15:03] ( 1 warnings 413 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:24, 04:34](1971 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:08, 05:32](1754 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:06, 05:23](1781 MB) + +PASS -- COMPILE 'atmaq_intel' [14:11, 12:48] ( 1 warnings 598 remarks ) +PASS -- TEST 'regional_atmaq_intel' [21:05, 18:06](2919 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [24:50, 21:33](2918 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:11, 04:36] ( 397 warnings 598 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [42:56, 39:57](2928 MB) + +PASS -- COMPILE 'atm_fbh_intel' [13:11, 11:54] ( 4 warnings 422 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [15:31, 13:57](1082 MB) SYNOPSIS: -Starting Date/Time: 20251124 19:59:54 -Ending Date/Time: 20251124 22:10:58 -Total Time: 02h:11m:56s +Starting Date/Time: 20251202 13:35:30 +Ending Date/Time: 20251202 15:46:41 +Total Time: 02h:12m:07s Compiles Completed: 44/44 Tests Completed: 205/205 diff --git a/tests/logs/RegressionTests_ursa.log b/tests/logs/RegressionTests_ursa.log index 4c8b3e8deb..e05cf94fa6 100644 --- a/tests/logs/RegressionTests_ursa.log +++ b/tests/logs/RegressionTests_ursa.log @@ -1,37 +1,37 @@ ====START OF URSA REGRESSION TESTING LOG==== UFSWM hash used in testing: -742e4fd886f1226a7dcbc595078709a8b9961650 +695612af459ebbb4c0c0c8df1be7310e8ec44e28 Submodule hashes used in testing: - a57f569b8465b93694051ccd910412355bf5fb09 AQM (remotes/origin/remove_findesmf) + 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) - 5278e39e4bbbc8aaf240b203740a1cf904256fca CICE-interface/CICE (remotes/origin/sync_cice_2025-11) + c90ee5a0e72ecc9cbee4694e95df228d01f8d7dd CICE-interface/CICE (CICE6.0.0-444-gc90ee5a) 4954a6f9033f78e5c32bf33780384cbf2d0843e6 CICE-interface/CICE/icepack (Icepack1.1.0-225-g4954a6f) 607a0bddcef8b8c4f0c80886be68db88fe52429f CMEPS-interface/CMEPS (cmeps_v0.4.1-2325-g607a0bd) 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) - 58ae7aa3adef6daf489c707994b32017689b0aa8 LM4-driver (remotes/origin/remove_findesmf) + 05a3f7ae291b59a2ab7611a042f2fc99be31dc61 LM4-driver (heads/develop-1-g05a3f7a) c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) 9c8b26c2d870636f359f2ef62ef775639132b3ba MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10723-g9c8b26c2d) 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) - 8dbaeb50defdacfce55d726e7b35c7e844388dd2 UFSATM (remotes/origin/remove_findesmf) + a7942df0703073bd6b127b0d1f9a14f112f0ab08 UFSATM (remotes/origin/nco_debug_changes) 3256121dc4972d5c78f43f1a16ea1cb118ec6daf UFSATM/ccpp/framework (2025-06-03-dev-12-g3256121) 7e9ddf0b6bb2ec6034049b05447e060115dd8de0 UFSATM/ccpp/physics (EP4-2052-g7e9ddf0b) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) - e514f6d6b585e8fd857f55ef7d92618cd4d995f0 UFSATM/fv3/atmos_cubed_sphere (201912_public_release-438-ge514f6d) + d2294104101f5bb9c12f7bb79b96c31af2acd0a0 UFSATM/fv3/atmos_cubed_sphere (remotes/origin/nco_debug_changes) 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/develop-226-g38d2177a) 1a16f94d20898ff2ffcc3c8b6e036a9a16ed19a4 UFSATM/upp (upp_v10.2.0-327-g1a16f94d) -179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd - e6d31d9ad19a72c069985cd416ddefe25cf955c1 WW3 (remotes/origin/remove_findesmf) - 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) - aea3150e0baa6289a144f6da41d02869ab80f24c stochastic_physics (ufs-v2.0.0-293-gaea3150) + af7ecf2f623a81c9662836b2e51dff3586740a7a WW3 (6.07.1-496-gaf7ecf2f) + 3be9c444ace991b4235e4e978449cc3d3fd0d2d1 fire_behavior (v0.2.0-3-g3be9c44) + 956d3746023785d844ad9cfa3007ff6e2b27b5d1 stochastic_physics (remotes/origin/nco_debug_changes) NOTES: @@ -41,502 +41,428 @@ 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-20251119 -COMPARISON DIRECTORY: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_41762 +COMPARISON DIRECTORY: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3583907 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [16:11, 14:21] ( 1 warnings 1044 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:50, 06:28](2171 MB) -PASS -- TEST 'cpld_control_gefs_intel' [30:37, 20:01](3282 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [20:53, 06:14](2972 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [42:25, 31:50](3456 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:11, 14:26] ( 1 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [11:48, 09:23](2068 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [12:56, 09:54](2641 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [06:46, 03:48](1516 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [06:52, 04:32](2342 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:43, 16:34](1985 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [14:11, 13:00] ( 1 warnings 937 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [12:11, 08:23](2379 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [09:34, 04:26](1873 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:11, 03:17] ( 338 warnings 937 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [12:20, 08:35](2426 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 03:42] ( 360 warnings 2764 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [15:45, 13:44](2078 MB) - -PASS -- COMPILE 's2swa_intel' [16:11, 14:37] ( 1 warnings 1044 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [09:53, 07:03](2464 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:00, 06:41](2490 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:53, 03:34](2283 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:54, 06:32](2352 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:49, 03:53](1968 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [17:48, 14:58](2988 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:54, 06:38](2450 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [13:55, 11:25](2326 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:58, 06:40](2529 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [20:37, 18:04](3594 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [16:53, 12:00](3474 MB) - -PASS -- COMPILE 's2swal_intel' [16:11, 14:11] ( 1 warnings 1065 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [09:58, 07:12](2527 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [08:01, 03:40](2277 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:51, 05:36](3114 MB) - -PASS -- COMPILE 's2sw_intel' [15:11, 13:31] ( 1 warnings 1012 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:38, 06:08](2078 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:46, 04:53](3003 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:11, 03:35] ( 359 warnings 2013 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:52, 08:57](2384 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:11, 03:25] ( 359 warnings 1995 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:41, 04:41](2132 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:11, 11:58] ( 1 warnings 948 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:52, 03:29](2174 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:11, 15:18] ( 1 warnings 1030 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:53, 06:29](2521 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:11, 14:35] ( 1 warnings 1036 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [11:42, 08:10](2159 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [06:52, 03:54](1623 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [14:44, 11:47](2092 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [05:33, 04:09](3028 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:30, 01:21](3017 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:30, 00:56](2454 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [02:26, 00:48](2209 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:26, 00:33](2209 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:25, 00:27](1532 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [02:26, 00:48](2211 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:30, 00:32](2207 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:30, 00:24](1530 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:29, 00:33](2136 MB) -FAILED: TEST TIMED OUT -- TEST 'cpld_warmstart_c12_9deg_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_c12_9deg_intel' [, ]( MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 03:40] ( 360 warnings 2746 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [21:40, 19:31](2172 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [09:11, 07:15] ( 1 warnings 501 remarks ) -PASS -- TEST 'control_flake_intel' [04:20, 02:29](1345 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:20, 01:34](2211 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:22, 01:40](2212 MB) -PASS -- TEST 'control_latlon_intel' [03:19, 01:44](2213 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:21, 01:40](2222 MB) -PASS -- TEST 'control_c48_intel' [06:20, 04:25](1663 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:19, 04:10](801 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [06:21, 04:31](1668 MB) -PASS -- TEST 'control_c192_intel' [06:31, 04:44](1850 MB) -PASS -- TEST 'control_c384_intel' [08:07, 05:32](2065 MB) -PASS -- TEST 'control_c384gdas_intel' [11:54, 06:13](1870 MB) -PASS -- TEST 'control_stochy_intel' [02:20, 01:10](1299 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:18, 00:41](1216 MB) -PASS -- TEST 'control_lndp_intel' [03:21, 01:06](1296 MB) -PASS -- TEST 'control_iovr4_intel' [04:21, 01:55](1299 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:28, 02:16](1589 MB) -PASS -- TEST 'control_iovr5_intel' [04:19, 01:55](1286 MB) -PASS -- TEST 'control_p8_intel' [04:46, 02:02](2504 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:42, 02:08](2502 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:34, 02:01](2512 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [03:34, 02:04](2538 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [03:34, 02:06](2538 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [12:36, 10:19](2381 MB) -PASS -- TEST 'control_restart_p8_intel' [03:31, 01:17](1859 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:31, 01:58](2499 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:33, 01:16](1852 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:30, 02:10](2515 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:30, 01:42](2013 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:28, 03:24](2531 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:32, 02:47](2580 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:34, 02:09](2511 MB) -PASS -- TEST 'merra2_thompson_intel' [04:32, 02:23](2528 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [05:27, 03:22](2533 MB) -PASS -- TEST 'regional_control_intel' [05:31, 03:25](1710 MB) -PASS -- TEST 'regional_restart_intel' [04:26, 01:59](1689 MB) -PASS -- TEST 'regional_decomp_intel' [05:30, 03:35](1714 MB) -PASS -- TEST 'regional_2threads_intel' [04:25, 02:05](1561 MB) -PASS -- TEST 'regional_noquilt_intel' [05:25, 03:25](1991 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:25, 03:27](1706 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:29, 03:28](1716 MB) -PASS -- TEST 'regional_wofs_intel' [06:28, 04:17](2620 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [08:11, 06:46] ( 1 warnings 481 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [12:37, 10:33](2560 MB) - -PASS -- COMPILE 'rrfs_intel' [07:11, 06:01] ( 4 warnings 448 remarks ) -PASS -- TEST 'rap_control_intel' [04:33, 02:28](1771 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:45, 02:39](1601 MB) -PASS -- TEST 'rap_decomp_intel' [04:23, 02:32](1713 MB) -PASS -- TEST 'rap_2threads_intel' [04:24, 02:02](1166 MB) -PASS -- TEST 'rap_restart_intel' [03:25, 01:21](1778 MB) -PASS -- TEST 'rap_sfcdiff_intel' [04:27, 02:27](1777 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:25, 02:35](1727 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:35, 01:20](1777 MB) -PASS -- TEST 'hrrr_control_intel' [04:32, 02:29](1771 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:22, 02:30](1700 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:24, 02:06](1161 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:30, 01:18](1716 MB) -PASS -- TEST 'rrfs_v1beta_intel' [06:32, 04:24](1924 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:29, 05:59](2680 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:27, 05:41](2903 MB) - -PASS -- COMPILE 'csawmg_intel' [08:12, 06:12] ( 1 warnings 417 remarks ) -PASS -- TEST 'control_csawmg_intel' [06:55, 04:24](1751 MB) -PASS -- TEST 'control_ras_intel' [04:28, 02:16](1592 MB) - -PASS -- COMPILE 'wam_intel' [07:12, 05:52] ( 1 warnings 395 remarks ) -PASS -- TEST 'control_wam_intel' [10:46, 08:06](2415 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [07:11, 06:00] ( 1 warnings 411 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:33, 02:09](2515 MB) -PASS -- TEST 'regional_control_faster_intel' [05:25, 03:29](1722 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:12, 03:49] ( 419 warnings 589 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:18, 01:39](2238 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:20, 01:43](2262 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:16, 02:12](1481 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:16, 02:00](1468 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:27, 03:08](1785 MB) -PASS -- TEST 'control_ras_debug_intel' [03:18, 02:02](1487 MB) -PASS -- TEST 'control_diag_debug_intel' [03:24, 02:01](2311 MB) -PASS -- TEST 'control_debug_p8_intel' [03:33, 02:05](2555 MB) -PASS -- TEST 'regional_debug_intel' [14:02, 12:08](1642 MB) -PASS -- TEST 'rap_control_debug_intel' [05:17, 03:35](1879 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:41, 03:45](1865 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:37, 04:06](1852 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:24, 03:41](1870 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:19, 03:43](1869 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:25, 03:48](1942 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:20, 04:03](1847 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:20, 04:12](1871 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:48, 03:57](1865 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [09:45, 07:57](1879 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:34, 03:32](1864 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:24, 03:35](1864 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:18, 05:44](1864 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:24, 03:34](1863 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:23, 03:44](1870 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [16:32, 12:57](1875 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:11, 02:27] ( 380 warnings 395 remarks ) -PASS -- TEST 'control_wam_debug_intel' [11:45, 09:13](2311 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:11, 06:04] ( 4 warnings 415 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:47, 02:35](1484 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:30, 02:09](1744 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:24, 02:02](1733 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [03:22, 01:41](1071 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:24, 01:38](1048 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:20, 02:10](1629 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:25, 01:10](1632 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:18, 01:10](1647 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [07:11, 05:44] ( 4 warnings 392 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:44, 01:57](1768 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:32, 00:52](1792 MB) -PASS -- TEST 'conus13km_decomp_intel' [03:33, 01:59](1805 MB) -PASS -- TEST 'conus13km_restart_intel' [02:36, 01:08](1566 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:11, 05:53] ( 4 warnings 415 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:30, 02:41](1797 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:17] ( 313 warnings 421 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:17, 03:29](1752 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:17, 03:38](1744 MB) -PASS -- TEST 'conus13km_debug_intel' [16:46, 14:34](1805 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [17:12, 14:50](1444 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:59, 08:18](1840 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [16:52, 15:05](1856 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:49, 15:23](1893 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:17] ( 313 warnings 415 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:19, 03:32](1846 MB) - -PASS -- COMPILE 'hafsw_intel' [11:11, 09:10] ( 1 warnings 695 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [05:54, 02:44](1156 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [08:58, 03:57](1349 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:36, 02:24](1459 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [34:50, 32:02](1311 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:44, 03:20](795 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [06:45, 04:00](810 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:49, 01:34](536 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:06, 04:23](613 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:33, 02:17](757 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:42, 02:21](757 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:25, 00:45](520 MB) -PASS -- TEST 'gnv1_nested_intel' [06:04, 02:26](1711 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [10:10, 08:32] ( 1 warnings 928 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [22:23, 18:11](1075 MB) - -PASS -- COMPILE 'hafs_all_intel' [09:11, 07:46] ( 1 warnings 637 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [06:39, 04:31](1280 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:36, 04:53](1262 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [13:11, 11:26] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:16, 02:44](1941 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:29, 01:10](1888 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [17:16, 15:19](1194 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:16, 02:07](1196 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [11:20, 09:05](1213 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:18, 01:54](1932 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:24, 02:02](1940 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [15:24, 14:14](1221 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:11, 05:31](1842 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:10, 05:22](1382 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:15, 02:06](1939 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:16, 03:08](4787 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:16, 02:57](4787 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:20] ( 2 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:15, 04:08](1845 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [12:13, 10:56] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:15, 02:01](1939 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 00:41] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:26, 00:43](358 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:37, 00:31](618 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:22, 00:23](621 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:16, 11:07] ( 1 warnings 611 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:01, 02:33](2850 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:11, 06:03] ( 1 warnings 499 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:46, 03:28](2861 MB) - -PASS -- COMPILE 'atml_intel' [08:11, 06:50] ( 9 warnings 552 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [04:35, 02:23](1904 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:29, 01:24](1294 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:11, 03:18] ( 424 warnings 552 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:37, 03:39](1927 MB) - -PASS -- COMPILE 'atmw_intel' [09:15, 07:33] ( 1 warnings 520 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:33, 01:46](2682 MB) - -PASS -- COMPILE 'atmaero_intel' [10:18, 08:51] ( 1 warnings 413 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:44, 03:11](2006 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [13:34, 12:00](2401 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [18:36, 16:57](2416 MB) - -PASS -- COMPILE 'atmaq_intel' [08:16, 06:12] ( 1 warnings 598 remarks ) -PASS -- TEST 'regional_atmaq_intel' [13:29, 10:46](2873 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [15:07, 12:27](2876 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:12, 02:18] ( 397 warnings 598 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [30:05, 27:22](2891 MB) - -PASS -- COMPILE 'atm_fbh_intel' [07:15, 05:44] ( 4 warnings 422 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [08:24, 06:49](1136 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [16:45, 14:44] -PASS -- TEST 'cpld_control_gfsv17_intelllvm' [11:42, 09:17](2049 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [05:13, 03:26] -PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [15:41, 13:22](2083 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intelllvm' [14:44, 12:46] -PASS -- TEST 'cpld_control_sfs_intelllvm' [12:25, 08:28](2404 MB) - -PASS -- COMPILE 's2swa_intelllvm' [15:35, 14:01] -PASS -- TEST 'cpld_control_p8_intelllvm' [10:04, 07:12](2520 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [07:26, 05:34] -PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [04:29, 02:14](1722 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [07:32, 05:52] -PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [14:29, 12:48](1887 MB) - -PASS -- COMPILE 'datm_cdeps_intelllvm' [12:29, 11:04] -PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [03:25, 01:56](1938 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [04:27, 02:35] -PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [05:29, 04:05](1848 MB) - -PASS -- COMPILE 'atm_gnu' [04:27, 03:00] -PASS -- TEST 'control_c48_gnu' [07:26, 05:48](1508 MB) -PASS -- TEST 'control_stochy_gnu' [04:20, 03:01](509 MB) -PASS -- TEST 'control_ras_gnu' [25:23, 23:17](512 MB) -PASS -- TEST 'control_p8_gnu' [05:37, 03:14](1436 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:34, 03:27](1469 MB) -PASS -- TEST 'control_flake_gnu' [05:20, 04:02](554 MB) - -PASS -- COMPILE 'rrfs_gnu' [04:32, 02:55] -PASS -- TEST 'rap_control_gnu' [05:24, 03:24](848 MB) -PASS -- TEST 'rap_decomp_gnu' [21:33, 19:47](847 MB) -PASS -- TEST 'rap_2threads_gnu' [04:26, 02:44](898 MB) -PASS -- TEST 'rap_restart_gnu' [03:28, 01:50](581 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [26:44, 24:46](845 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [05:26, 03:26](846 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [03:28, 01:49](581 MB) -PASS -- TEST 'hrrr_control_gnu' [05:22, 03:24](848 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:24, 03:23](834 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [04:25, 02:35](890 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:22, 03:20](849 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:19, 01:47](577 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:19, 01:46](663 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [08:27, 06:17](841 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:27, 02:37] -PASS -- TEST 'control_csawmg_gnu' [07:26, 05:45](753 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:15, 05:10] -PASS -- TEST 'control_diag_debug_gnu' [03:24, 01:30](1281 MB) -PASS -- TEST 'regional_debug_gnu' [07:27, 05:41](748 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:20, 01:49](853 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:20, 01:46](857 MB) +PASS -- COMPILE 's2swa_32bit_intel' [17:10, 14:48] ( 1 warnings 1044 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [22:50, 06:23](2185 MB) +PASS -- TEST 'cpld_control_gefs_intel' [46:50, 20:08](3263 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [20:32, 06:14](2939 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [54:11, 32:29](3461 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:10, 15:02] ( 1 warnings 1043 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [25:46, 09:22](2053 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:58, 09:57](2599 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:49, 03:49](1508 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [06:54, 04:30](2329 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [32:37, 16:48](1992 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [15:10, 13:22] ( 1 warnings 937 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [15:32, 08:23](2383 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [23:30, 04:51](1897 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:10, 03:23] ( 338 warnings 937 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [13:48, 08:30](2388 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 03:43] ( 360 warnings 2764 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [22:48, 13:36](2085 MB) + +PASS -- COMPILE 's2swa_intel' [16:10, 14:20] ( 1 warnings 1044 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [14:48, 07:08](2465 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [19:05, 06:38](2455 MB) +PASS -- TEST 'cpld_restart_p8_intel' [21:05, 03:39](2272 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [13:59, 06:32](2352 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [21:54, 03:33](1981 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [24:01, 15:29](2995 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [13:59, 06:27](2434 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [18:58, 11:22](2333 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:04, 06:33](2491 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [24:35, 17:56](3599 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [26:09, 11:50](3461 MB) + +PASS -- COMPILE 's2swal_intel' [16:10, 14:11] ( 1 warnings 1065 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [13:58, 07:07](2514 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [20:58, 03:42](2289 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [18:53, 05:31](3149 MB) + +PASS -- COMPILE 's2sw_intel' [16:10, 14:13] ( 1 warnings 1012 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [12:45, 06:06](2079 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [17:53, 04:50](2978 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:10, 03:40] ( 359 warnings 2013 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [12:55, 09:07](2362 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:10, 03:27] ( 359 warnings 1995 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:49, 04:35](2108 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [15:10, 13:42] ( 1 warnings 948 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [17:52, 03:23](2167 MB) + +PASS -- COMPILE 's2swa_faster_intel' [16:10, 14:18] ( 1 warnings 1030 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [26:00, 06:30](2497 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [15:10, 13:30] ( 1 warnings 1036 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [27:48, 08:05](2151 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:48, 03:53](1647 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [32:43, 11:38](2092 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [07:34, 04:25](3027 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [04:34, 01:37](3016 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [22:30, 19:55](2446 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [02:29, 00:59](2209 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:30, 00:38](2209 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:26, 00:26](1530 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [02:30, 00:59](2209 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:30, 00:35](2207 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:26, 00:25](1533 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [03:27, 00:34](2138 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:24, 00:28](2136 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [22:28, 19:54](1490 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:10, 04:06] ( 360 warnings 2746 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:43, 19:11](2179 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:11, 07:02] ( 1 warnings 501 remarks ) +PASS -- TEST 'control_flake_intel' [39:22, 29:36](1356 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [09:23, 06:49](2221 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [15:31, 03:16](2235 MB) +PASS -- TEST 'control_latlon_intel' [18:19, 01:37](2215 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [19:21, 01:39](2222 MB) +PASS -- TEST 'control_c48_intel' [06:21, 04:26](1665 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:21, 04:09](803 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [06:21, 04:26](1665 MB) +PASS -- TEST 'control_c192_intel' [21:31, 04:41](1818 MB) +PASS -- TEST 'control_c384_intel' [22:06, 05:35](2091 MB) +PASS -- TEST 'control_c384gdas_intel' [23:56, 06:17](1893 MB) +PASS -- TEST 'control_stochy_intel' [18:19, 01:11](1293 MB) +PASS -- TEST 'control_stochy_restart_intel' [07:18, 00:41](1224 MB) +PASS -- TEST 'control_lndp_intel' [18:18, 01:05](1297 MB) +PASS -- TEST 'control_iovr4_intel' [18:25, 01:43](1295 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [18:30, 02:06](1589 MB) +PASS -- TEST 'control_iovr5_intel' [17:19, 01:43](1291 MB) +PASS -- TEST 'control_p8_intel' [17:36, 01:59](2495 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [16:44, 02:07](2523 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [16:36, 02:05](2500 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [15:38, 02:00](2515 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [14:40, 02:06](2540 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [18:39, 10:07](2382 MB) +PASS -- TEST 'control_restart_p8_intel' [10:31, 01:13](1857 MB) +PASS -- TEST 'control_noqr_p8_intel' [09:34, 02:02](2509 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [09:30, 01:15](1847 MB) +PASS -- TEST 'control_decomp_p8_intel' [10:30, 02:04](2493 MB) +PASS -- TEST 'control_2threads_p8_intel' [10:29, 01:47](2011 MB) +PASS -- TEST 'control_p8_lndp_intel' [10:28, 03:31](2511 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [11:36, 02:49](2570 MB) +PASS -- TEST 'control_p8_mynn_intel' [10:37, 02:07](2514 MB) +PASS -- TEST 'merra2_thompson_intel' [09:36, 02:20](2542 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [10:32, 03:31](2534 MB) +PASS -- TEST 'regional_control_intel' [10:25, 03:25](1714 MB) +PASS -- TEST 'regional_restart_intel' [04:30, 01:56](1692 MB) +PASS -- TEST 'regional_decomp_intel' [10:24, 03:34](1710 MB) +PASS -- TEST 'regional_2threads_intel' [07:26, 02:06](1562 MB) +PASS -- TEST 'regional_noquilt_intel' [10:31, 03:27](1989 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [13:27, 03:24](1711 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [13:25, 03:23](1724 MB) +PASS -- TEST 'regional_wofs_intel' [14:25, 04:17](2628 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [08:11, 06:42] ( 1 warnings 481 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [11:36, 02:39](2559 MB) + +PASS -- COMPILE 'rrfs_intel' [08:11, 06:08] ( 4 warnings 448 remarks ) +PASS -- TEST 'rap_control_intel' [11:31, 02:29](1784 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [11:45, 02:40](1606 MB) +PASS -- TEST 'rap_decomp_intel' [09:31, 02:33](1718 MB) +PASS -- TEST 'rap_2threads_intel' [09:23, 02:00](1172 MB) +PASS -- TEST 'rap_restart_intel' [06:30, 01:20](1741 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:31, 02:29](1778 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:23, 02:33](1733 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [05:31, 01:20](1751 MB) +PASS -- TEST 'hrrr_control_intel' [07:40, 02:24](1761 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [08:45, 02:27](1705 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:22, 01:55](1163 MB) +PASS -- TEST 'hrrr_control_restart_intel' [05:19, 01:18](1704 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:33, 04:23](1943 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:19, 05:49](2640 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:24, 05:25](2909 MB) + +PASS -- COMPILE 'csawmg_intel' [08:11, 06:11] ( 1 warnings 417 remarks ) +PASS -- TEST 'control_csawmg_intel' [08:29, 04:19](1753 MB) +PASS -- TEST 'control_ras_intel' [05:18, 02:14](1588 MB) + +PASS -- COMPILE 'wam_intel' [08:11, 05:51] ( 1 warnings 395 remarks ) +PASS -- TEST 'control_wam_intel' [10:34, 08:03](2393 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [08:11, 05:59] ( 1 warnings 411 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:56, 02:06](2513 MB) +PASS -- TEST 'regional_control_faster_intel' [05:26, 03:26](1713 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 03:43] ( 419 warnings 589 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:35, 01:39](2225 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:20, 01:41](2246 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:17, 02:13](1469 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:18, 02:00](1466 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:27, 03:06](1782 MB) +PASS -- TEST 'control_ras_debug_intel' [08:17, 06:44](1479 MB) +PASS -- TEST 'control_diag_debug_intel' [04:24, 02:07](2314 MB) +PASS -- TEST 'control_debug_p8_intel' [07:28, 02:01](2545 MB) +PASS -- TEST 'regional_debug_intel' [18:30, 12:05](1643 MB) +PASS -- TEST 'rap_control_debug_intel' [10:17, 03:33](1864 MB) +PASS -- TEST 'hrrr_control_debug_intel' [10:19, 03:25](1859 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [10:18, 03:34](1860 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [10:18, 03:35](1877 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [09:29, 03:35](1863 MB) +PASS -- TEST 'rap_diag_debug_intel' [09:32, 03:46](1955 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [09:22, 03:42](1864 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [09:18, 03:39](1873 MB) +PASS -- TEST 'rap_lndp_debug_intel' [09:18, 03:39](1868 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [09:18, 03:38](1866 MB) +PASS -- TEST 'rap_noah_debug_intel' [08:17, 03:31](1862 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [08:17, 03:34](1860 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:17, 05:47](1861 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:18, 03:36](1877 MB) +PASS -- TEST 'rap_flake_debug_intel' [09:18, 03:31](1863 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:31, 05:59](1864 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:11, 02:08] ( 380 warnings 395 remarks ) +PASS -- TEST 'control_wam_debug_intel' [16:33, 09:02](2305 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:11, 05:47] ( 4 warnings 415 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [10:45, 02:29](1472 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:27, 02:06](1716 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [10:26, 02:05](1718 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:21, 01:41](1069 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [09:22, 01:37](1054 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [09:21, 02:08](1656 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:23, 01:09](1628 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:18, 01:08](1645 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [07:11, 05:39] ( 4 warnings 392 remarks ) +PASS -- TEST 'conus13km_control_intel' [19:45, 14:45](1788 MB) +PASS -- TEST 'conus13km_2threads_intel' [06:38, 00:49](1788 MB) +PASS -- TEST 'conus13km_decomp_intel' [16:36, 10:42](1802 MB) +PASS -- TEST 'conus13km_restart_intel' [10:36, 09:05](1545 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:11, 05:50] ( 4 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:29, 02:39](1833 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 02:13] ( 313 warnings 421 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:18, 03:30](1762 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:17, 03:23](1750 MB) +PASS -- TEST 'conus13km_debug_intel' [18:37, 15:13](1819 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [18:36, 15:00](1448 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:31, 08:13](1843 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [18:31, 15:41](1854 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:32, 14:54](1891 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 02:15] ( 313 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:18, 03:34](1877 MB) + +PASS -- COMPILE 'hafsw_intel' [10:11, 08:40] ( 1 warnings 695 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:36, 02:45](1156 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [10:55, 04:00](1369 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:23, 02:25](1447 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [33:38, 31:01](1328 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:40, 03:18](785 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [06:41, 03:58](831 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:39, 01:37](530 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:16, 04:22](611 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:36, 02:18](746 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:34, 02:07](756 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:22, 00:45](513 MB) +PASS -- TEST 'gnv1_nested_intel' [06:56, 02:27](1745 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [10:11, 08:09] ( 1 warnings 928 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [22:14, 17:28](1082 MB) + +PASS -- COMPILE 'hafs_all_intel' [09:11, 07:42] ( 1 warnings 637 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:36, 04:19](1288 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:33, 04:21](1270 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [12:13, 10:59] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [13:16, 11:11](1940 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [09:20, 07:43](1894 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:15, 01:51](1195 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:15, 02:01](1192 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:15, 01:54](1204 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:15, 01:57](1941 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:16, 01:54](1946 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:15, 01:51](1200 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:55, 05:28](1844 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:48, 05:22](1366 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:14, 02:00](1938 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:17, 03:36](4788 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:16, 02:58](4789 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:39] ( 2 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:16, 04:07](1847 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [13:15, 11:10] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:19, 02:05](1933 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 00:42] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:25, 00:42](365 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:21, 00:32](622 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:21, 00:23](621 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:15, 10:51] ( 1 warnings 611 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:46, 02:33](2836 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [08:14, 06:08] ( 1 warnings 499 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:38, 03:21](2853 MB) + +PASS -- COMPILE 'atml_intel' [09:14, 07:05] ( 9 warnings 552 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [05:41, 02:23](1908 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:29, 01:26](1307 MB) + +PASS -- COMPILE 'atml_debug_intel' [06:11, 03:27] ( 424 warnings 552 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:38, 03:38](1944 MB) + +PASS -- COMPILE 'atmw_intel' [10:11, 07:27] ( 1 warnings 520 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:40, 01:47](2693 MB) + +PASS -- COMPILE 'atmaero_intel' [10:16, 08:58] ( 1 warnings 413 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:45, 03:06](1992 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:33, 03:22](2392 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:40, 03:25](2407 MB) + +PASS -- COMPILE 'atmaq_intel' [08:12, 06:09] ( 1 warnings 598 remarks ) +PASS -- TEST 'regional_atmaq_intel' [14:42, 10:47](2874 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [15:21, 12:29](2877 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:29] ( 397 warnings 598 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [30:19, 26:56](2889 MB) + +PASS -- COMPILE 'atm_fbh_intel' [08:12, 05:34] ( 4 warnings 422 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [08:22, 06:51](1133 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [17:11, 14:31] +PASS -- TEST 'cpld_control_gfsv17_intelllvm' [12:04, 09:19](2067 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [06:12, 03:18] +PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [15:51, 13:21](2094 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intelllvm' [14:11, 12:07] +PASS -- TEST 'cpld_control_sfs_intelllvm' [11:58, 08:22](2384 MB) + +PASS -- COMPILE 's2swa_intelllvm' [15:11, 12:24] +PASS -- TEST 'cpld_control_p8_intelllvm' [09:58, 07:17](2502 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [08:12, 05:47] +PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [04:29, 02:06](1717 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [08:12, 05:43] +PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [04:29, 02:39](1826 MB) + +PASS -- COMPILE 'datm_cdeps_intelllvm' [14:11, 11:19] +PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [03:16, 01:52](1951 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [04:12, 02:20] +PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [16:16, 14:46](1857 MB) + +PASS -- COMPILE 'atm_gnu' [05:12, 02:51] +PASS -- TEST 'control_c48_gnu' [07:22, 05:51](1509 MB) +PASS -- TEST 'control_stochy_gnu' [04:17, 02:00](508 MB) +PASS -- TEST 'control_ras_gnu' [05:17, 03:08](514 MB) +PASS -- TEST 'control_p8_gnu' [05:39, 03:09](1450 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:37, 03:06](1468 MB) +PASS -- TEST 'control_flake_gnu' [05:18, 04:06](553 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:12, 02:52] +PASS -- TEST 'rap_control_gnu' [05:29, 03:32](847 MB) +PASS -- TEST 'rap_decomp_gnu' [05:29, 03:31](847 MB) +PASS -- TEST 'rap_2threads_gnu' [05:26, 02:47](899 MB) +PASS -- TEST 'rap_restart_gnu' [05:29, 03:43](581 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [06:39, 03:25](847 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [06:38, 03:27](847 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [03:28, 01:51](580 MB) +PASS -- TEST 'hrrr_control_gnu' [05:30, 03:24](848 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:23, 03:26](834 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:22, 02:37](888 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:22, 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:54](663 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [08:30, 06:19](842 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:12, 02:38] +PASS -- TEST 'control_csawmg_gnu' [07:29, 05:41](767 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:11, 05:08] +PASS -- TEST 'control_diag_debug_gnu' [03:24, 01:19](1281 MB) +PASS -- TEST 'regional_debug_gnu' [07:28, 05:36](772 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:18, 01:49](853 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:18, 01:46](857 MB) PASS -- TEST 'hrrr_gf_debug_gnu' [03:18, 01:49](860 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:17, 01:48](859 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:34, 02:01](940 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:18, 02:48](853 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:18, 01:48](854 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:17, 01:06](500 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:17, 01:12](493 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:31, 01:18](1452 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:18, 01:47](855 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:18, 01:49](854 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:28, 03:00](863 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:15, 01:28] -PASS -- TEST 'control_wam_debug_gnu' [06:35, 04:49](1305 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:15, 02:41] -PASS -- TEST 'control_csawmg_debug_gnu' [07:26, 05:38](733 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:12, 02:45] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:22, 03:14](706 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:32, 03:11](709 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [04:25, 02:30](732 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:24, 02:24](726 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:21, 03:07](710 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [09:50, 07:50](553 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:39, 01:52](556 MB) -PASS -- TEST 'conus13km_control_gnu' [13:49, 12:04](902 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:35, 01:09](904 MB) -PASS -- TEST 'conus13km_decomp_gnu' [21:36, 19:53](905 MB) -PASS -- TEST 'conus13km_restart_gnu' [14:31, 12:41](580 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:19, 06:38] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:32, 03:38](734 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:20, 05:21] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:18, 01:47](714 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:18, 01:45](716 MB) -PASS -- TEST 'conus13km_debug_gnu' [09:36, 07:22](921 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [09:37, 07:19](649 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [05:33, 04:06](922 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [09:31, 07:30](922 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:32, 07:06](989 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:10, 05:13] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:18, 01:49](742 MB) - -PASS -- COMPILE 's2swa_gnu' [14:11, 12:20] -PASS -- TEST 'cpld_control_p8_gnu' [10:05, 07:47](1595 MB) - -PASS -- COMPILE 's2s_gnu' [12:12, 10:26] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [13:52, 12:12](1538 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [03:13, 01:59] -PASS -- TEST 'cpld_debug_p8_gnu' [06:50, 04:46](1572 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [12:14, 10:41] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [10:47, 08:57](1561 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 01:55] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [08:45, 06:43](1574 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [12:14, 10:18] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [19:20, 17:39](1511 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [05:18, 04:04](861 MB) +PASS -- TEST 'rap_diag_debug_gnu' [06:26, 05:04](940 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:18, 02:47](852 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:18, 01:50](853 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:17, 01:07](500 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:16, 01:19](493 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:42, 01:19](1444 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:18, 02:00](853 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:26, 01:56](854 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:44, 03:01](865 MB) + +PASS -- COMPILE 'wam_debug_gnu' [05:11, 01:24] +PASS -- TEST 'control_wam_debug_gnu' [06:35, 04:35](1301 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [06:12, 02:44] +PASS -- TEST 'control_csawmg_debug_gnu' [03:26, 01:46](736 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:12, 02:46] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:21, 03:10](706 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:26, 03:08](709 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [04:26, 02:33](733 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:21, 02:26](727 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:21, 03:09](710 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:22, 01:48](553 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:17, 01:42](556 MB) +PASS -- TEST 'conus13km_control_gnu' [10:41, 08:52](903 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:34, 01:09](905 MB) +PASS -- TEST 'conus13km_decomp_gnu' [28:36, 27:11](906 MB) +PASS -- TEST 'conus13km_restart_gnu' [07:35, 05:11](581 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:10, 06:31] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:28, 03:39](733 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [10:10, 05:21] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:18, 01:48](714 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:17, 01:44](716 MB) +PASS -- TEST 'conus13km_debug_gnu' [27:35, 25:41](922 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [24:36, 22:50](649 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [08:33, 06:49](922 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [09:32, 07:22](925 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [09:31, 07:34](991 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:10, 05:20] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [06:18, 04:09](742 MB) + +PASS -- COMPILE 's2swa_gnu' [14:10, 12:11] +PASS -- TEST 'cpld_control_p8_gnu' [09:59, 07:41](1596 MB) + +PASS -- COMPILE 's2s_gnu' [13:10, 11:00] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [08:59, 06:58](1540 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [05:10, 02:23] +PASS -- TEST 'cpld_debug_p8_gnu' [07:52, 04:43](1604 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [14:10, 11:57] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [11:43, 08:58](1584 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:10, 01:55] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [09:46, 06:31](1585 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [13:10, 11:23] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [11:15, 09:50](1512 MB) SYNOPSIS: -Starting Date/Time: 20251125 16:23:42 -Ending Date/Time: 20251125 18:09:21 -Total Time: 01h:46m:36s +Starting Date/Time: 20251203 07:21:37 +Ending Date/Time: 20251203 09:37:42 +Total Time: 02h:16m:46s Compiles Completed: 67/67 -Tests Completed: 274/276 -Failed Tests: -* TEST cpld_warmstart_c12_9deg_intel: FAILED: TEST TIMED OUT --- LOG: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_41762/cpld_warmstart_c12_9deg_intel/err -* TEST cpld_restart_c12_9deg_intel: FAILED: UNABLE TO START TEST --- LOG: N/A - -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 URSA REGRESSION TESTING LOG==== -====START OF URSA REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -742e4fd886f1226a7dcbc595078709a8b9961650 - -Submodule hashes used in testing: - a57f569b8465b93694051ccd910412355bf5fb09 AQM (remotes/origin/remove_findesmf) - 642e81395472d5887b54f601b60ee607ed39bf09 AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-6194-g642e81395) - 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) - 5278e39e4bbbc8aaf240b203740a1cf904256fca CICE-interface/CICE (remotes/origin/sync_cice_2025-11) - 4954a6f9033f78e5c32bf33780384cbf2d0843e6 CICE-interface/CICE/icepack (Icepack1.1.0-225-g4954a6f) - 607a0bddcef8b8c4f0c80886be68db88fe52429f CMEPS-interface/CMEPS (cmeps_v0.4.1-2325-g607a0bd) - 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) - 58ae7aa3adef6daf489c707994b32017689b0aa8 LM4-driver (remotes/origin/remove_findesmf) - c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) - 9c8b26c2d870636f359f2ef62ef775639132b3ba MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10723-g9c8b26c2d) - 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) - 8dbaeb50defdacfce55d726e7b35c7e844388dd2 UFSATM (remotes/origin/remove_findesmf) - 3256121dc4972d5c78f43f1a16ea1cb118ec6daf UFSATM/ccpp/framework (2025-06-03-dev-12-g3256121) - 7e9ddf0b6bb2ec6034049b05447e060115dd8de0 UFSATM/ccpp/physics (EP4-2052-g7e9ddf0b) - c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) - 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) - e514f6d6b585e8fd857f55ef7d92618cd4d995f0 UFSATM/fv3/atmos_cubed_sphere (201912_public_release-438-ge514f6d) - 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/develop-226-g38d2177a) - 1a16f94d20898ff2ffcc3c8b6e036a9a16ed19a4 UFSATM/upp (upp_v10.2.0-327-g1a16f94d) --179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd --3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd - e6d31d9ad19a72c069985cd416ddefe25cf955c1 WW3 (remotes/origin/remove_findesmf) - 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) - aea3150e0baa6289a144f6da41d02869ab80f24c stochastic_physics (ufs-v2.0.0-293-gaea3150) - - -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: /scratch4/NAGAPE/epic/role-epic/UFS-WM_RT/NEMSfv3gfs/develop-20251119 -COMPARISON DIRECTORY: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1977309 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-b) - NEW BASELINES FROM FILE: test_changes.list.rerun -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2sw_pdlib_intel' [14:11, 12:16] ( 1 warnings 1036 remarks ) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:29, 00:26](2137 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [03:24, 01:23](1489 MB) - -SYNOPSIS: -Starting Date/Time: 20251125 18:23:58 -Ending Date/Time: 20251125 18:45:21 -Total Time: 00h:21m:31s -Compiles Completed: 1/1 -Tests Completed: 2/2 +Tests Completed: 276/276 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index 76d4d6789e..20784156c9 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,37 +1,37 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -2e502c91aaee176ed997189e0ff9abc35fe30c61 +bc2187f184b4b0c8dba00a084058b5054ee2cc8a Submodule hashes used in testing: - a57f569b8465b93694051ccd910412355bf5fb09 AQM (remotes/origin/remove_findesmf) + 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) - 5278e39e4bbbc8aaf240b203740a1cf904256fca CICE-interface/CICE (remotes/origin/sync_cice_2025-11) + c90ee5a0e72ecc9cbee4694e95df228d01f8d7dd CICE-interface/CICE (CICE6.0.0-444-gc90ee5a) 4954a6f9033f78e5c32bf33780384cbf2d0843e6 CICE-interface/CICE/icepack (Icepack1.1.0-225-g4954a6f) 607a0bddcef8b8c4f0c80886be68db88fe52429f CMEPS-interface/CMEPS (cmeps_v0.4.1-2325-g607a0bd) 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) - 58ae7aa3adef6daf489c707994b32017689b0aa8 LM4-driver (remotes/origin/remove_findesmf) + 05a3f7ae291b59a2ab7611a042f2fc99be31dc61 LM4-driver (heads/develop-1-g05a3f7a) c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) 9c8b26c2d870636f359f2ef62ef775639132b3ba MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10723-g9c8b26c2d) 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) - 8dbaeb50defdacfce55d726e7b35c7e844388dd2 UFSATM (remotes/origin/remove_findesmf) + a7942df0703073bd6b127b0d1f9a14f112f0ab08 UFSATM (remotes/origin/nco_debug_changes) 3256121dc4972d5c78f43f1a16ea1cb118ec6daf UFSATM/ccpp/framework (2025-06-03-dev-12-g3256121) 7e9ddf0b6bb2ec6034049b05447e060115dd8de0 UFSATM/ccpp/physics (EP4-2052-g7e9ddf0b) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) - e514f6d6b585e8fd857f55ef7d92618cd4d995f0 UFSATM/fv3/atmos_cubed_sphere (201912_public_release-438-ge514f6d) + d2294104101f5bb9c12f7bb79b96c31af2acd0a0 UFSATM/fv3/atmos_cubed_sphere (remotes/origin/nco_debug_changes) 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/develop-226-g38d2177a) 1a16f94d20898ff2ffcc3c8b6e036a9a16ed19a4 UFSATM/upp (upp_v10.2.0-327-g1a16f94d) -179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd - e6d31d9ad19a72c069985cd416ddefe25cf955c1 WW3 (remotes/origin/remove_findesmf) - 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) - aea3150e0baa6289a144f6da41d02869ab80f24c stochastic_physics (ufs-v2.0.0-293-gaea3150) + af7ecf2f623a81c9662836b2e51dff3586740a7a WW3 (6.07.1-496-gaf7ecf2f) + 3be9c444ace991b4235e4e978449cc3d3fd0d2d1 fire_behavior (v0.2.0-3-g3be9c44) + 956d3746023785d844ad9cfa3007ff6e2b27b5d1 stochastic_physics (remotes/origin/nco_debug_changes) NOTES: @@ -41,256 +41,256 @@ 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-20251119 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_2693821 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_2141644 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [18:44, 16:46] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:34, 06:52](3340 MB) -PASS -- TEST 'cpld_control_gefs_intel' [33:14, 17:36](4103 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [26:58, 07:55](3906 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:43, 16:52] ( 1 warnings 4 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [20:29, 13:23](1901 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:42, 14:36](1944 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:24, 06:30](1071 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [11:50, 06:39](1933 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:50, 15:20](1878 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [16:44, 14:56] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:29, 11:54](2202 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [13:32, 06:46](1360 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [06:28, 04:28] ( 334 warnings 1 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [21:43, 13:21](2236 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:27, 04:54] ( 352 warnings 1777 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [28:47, 20:57](1940 MB) - -PASS -- COMPILE 's2swa_intel' [18:43, 16:36] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [14:06, 08:35](3372 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:35, 08:34](3372 MB) -PASS -- TEST 'cpld_restart_p8_intel' [10:51, 05:14](3258 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [13:56, 08:40](3402 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [11:02, 05:20](3288 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [13:54, 07:54](3601 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [13:49, 08:22](3366 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [13:26, 07:15](3323 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:34, 08:37](3374 MB) - -PASS -- COMPILE 's2swal_intel' [18:44, 16:32] ( 1 warnings 4 remarks ) -PASS -- TEST 'cpld_s2sa_p8_intel' [14:11, 08:38](3330 MB) - -PASS -- COMPILE 's2sw_intel' [17:48, 15:46] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:12, 04:43](1918 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:21, 07:19](1971 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [16:44, 15:21] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:14, 05:14](1970 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:46, 16:56] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [14:33, 08:32](3369 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:33, 15:29] ( 1 warnings 4 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:22, 13:34](1923 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:25, 06:43](1109 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:27, 15:32](1894 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [10:47, 06:13](2887 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [06:43, 02:14](2890 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [05:45, 02:06](2302 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [05:09, 01:25](2114 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [05:08, 01:02](2115 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [04:00, 01:06](1457 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [05:08, 01:26](2113 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [05:08, 01:00](2113 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:53, 00:56](1456 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [05:07, 01:02](2043 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [04:21, 01:00](2042 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:53, 00:56](1399 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:20, 04:44] ( 352 warnings 1777 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:11, 23:51](1960 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:27, 10:41] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [06:48, 04:00](685 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:51, 02:36](1574 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:56, 02:46](1583 MB) -PASS -- TEST 'control_latlon_intel' [04:40, 02:45](1583 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:47, 02:49](1584 MB) -PASS -- TEST 'control_c48_intel' [09:09, 06:24](1595 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:54, 05:47](724 MB) +PASS -- COMPILE 's2swa_32bit_intel' [18:40, 17:04] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:33, 07:40](3341 MB) +PASS -- TEST 'cpld_control_gefs_intel' [36:07, 18:47](4103 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [27:19, 08:25](3904 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:39, 16:42] ( 1 warnings 4 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:32, 14:06](1901 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:58, 14:38](1945 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:12, 06:35](1069 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [12:38, 06:46](1933 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:24, 16:08](1878 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [16:37, 14:32] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:09, 12:25](2202 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [14:28, 06:45](1360 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [06:24, 04:29] ( 334 warnings 1 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [20:15, 13:33](2233 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:24, 04:48] ( 352 warnings 1777 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:15, 20:33](1946 MB) + +PASS -- COMPILE 's2swa_intel' [17:38, 16:12] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [12:33, 08:57](3373 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:41, 09:20](3373 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:54, 05:09](3260 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [13:04, 09:00](3403 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:23, 05:10](3288 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [12:28, 08:30](3603 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [13:03, 08:48](3367 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [12:28, 08:06](3323 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:43, 09:22](3374 MB) + +PASS -- COMPILE 's2swal_intel' [17:37, 15:56] ( 1 warnings 4 remarks ) +PASS -- TEST 'cpld_s2sa_p8_intel' [13:31, 09:09](3330 MB) + +PASS -- COMPILE 's2sw_intel' [16:37, 15:18] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:15, 05:02](1919 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:19, 07:52](1972 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [16:36, 14:57] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [10:24, 06:34](1969 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:39, 16:10] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [13:39, 09:24](3369 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:37, 16:15] ( 1 warnings 4 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:21, 13:39](1923 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:19, 06:41](1109 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:29, 15:55](1893 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [09:54, 06:31](2886 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:46, 02:43](2889 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [05:42, 01:49](2302 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [04:04, 01:49](2114 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [04:07, 01:34](2115 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [04:02, 01:04](1456 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [04:04, 01:51](2113 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [04:17, 01:37](2113 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [03:56, 01:11](1457 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [04:03, 01:47](2043 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [04:13, 01:44](2044 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [03:56, 01:02](1399 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:21, 04:47] ( 352 warnings 1777 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:18, 24:19](1962 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:26, 11:03] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [07:01, 04:06](687 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:52, 02:37](1574 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:50, 02:49](1584 MB) +PASS -- TEST 'control_latlon_intel' [04:35, 02:40](1584 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:45, 02:47](1583 MB) +PASS -- TEST 'control_c48_intel' [08:59, 06:27](1595 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:57, 05:51](724 MB) PASS -- TEST 'control_c48_lnd_iau_intel' [08:56, 06:38](1594 MB) -PASS -- TEST 'control_c192_intel' [10:03, 07:10](1709 MB) -PASS -- TEST 'control_c384_intel' [15:06, 09:05](1999 MB) -PASS -- TEST 'control_c384gdas_intel' [17:43, 09:34](1136 MB) -PASS -- TEST 'control_stochy_intel' [03:59, 01:54](640 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:43, 01:15](406 MB) -PASS -- TEST 'control_lndp_intel' [03:51, 01:49](633 MB) -PASS -- TEST 'control_iovr4_intel' [04:42, 02:44](634 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [07:14, 03:15](918 MB) -PASS -- TEST 'control_iovr5_intel' [04:40, 02:47](636 MB) -PASS -- TEST 'control_p8_intel' [09:42, 03:13](1856 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [08:49, 03:24](1860 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [08:21, 03:13](1865 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [08:21, 03:06](1882 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [09:55, 03:23](1882 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [07:12, 02:40](2434 MB) -PASS -- TEST 'control_restart_p8_intel' [05:46, 02:07](1018 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:58, 03:24](1857 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:44, 02:03](1018 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:51, 03:20](1850 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:55, 03:05](1930 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:21, 05:11](1866 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [08:24, 04:22](1914 MB) -PASS -- TEST 'control_p8_mynn_intel' [07:15, 03:25](1872 MB) -PASS -- TEST 'merra2_thompson_intel' [07:08, 03:37](1860 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [08:49, 05:39](1868 MB) -PASS -- TEST 'regional_control_intel' [08:04, 05:21](875 MB) -PASS -- TEST 'regional_restart_intel' [07:08, 03:09](881 MB) -PASS -- TEST 'regional_decomp_intel' [07:56, 05:42](878 MB) -PASS -- TEST 'regional_2threads_intel' [05:53, 03:22](989 MB) -PASS -- TEST 'regional_noquilt_intel' [07:53, 05:18](1175 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:57, 05:13](875 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:59, 05:12](875 MB) -PASS -- TEST 'regional_wofs_intel' [10:04, 06:59](1609 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [11:28, 09:48] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [08:21, 04:13](1886 MB) - -PASS -- COMPILE 'rrfs_intel' [10:25, 08:52] ( 4 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [07:41, 04:07](1012 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:33, 04:21](1187 MB) -PASS -- TEST 'rap_decomp_intel' [07:38, 04:09](1020 MB) -PASS -- TEST 'rap_2threads_intel' [07:30, 03:38](1084 MB) -PASS -- TEST 'rap_restart_intel' [06:25, 02:26](769 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:41, 04:05](1013 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:40, 04:10](1015 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:28, 02:25](769 MB) -PASS -- TEST 'hrrr_control_intel' [07:42, 03:59](1006 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:36, 04:06](1011 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:12, 03:36](1076 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:38, 02:21](759 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:29, 07:00](1006 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:42, 08:51](1960 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:48, 08:14](1951 MB) - -PASS -- COMPILE 'csawmg_intel' [10:28, 08:41] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [10:14, 06:36](958 MB) -PASS -- TEST 'control_ras_intel' [06:37, 03:27](670 MB) - -PASS -- COMPILE 'wam_intel' [09:24, 08:04] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [16:29, 12:34](1660 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:28, 08:13] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [08:29, 03:13](1854 MB) -PASS -- TEST 'regional_control_faster_intel' [08:02, 05:26](869 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:21, 04:56] ( 415 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:50, 02:48](1608 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:41, 02:57](1622 MB) -PASS -- TEST 'control_stochy_debug_intel' [06:36, 03:42](823 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:33, 03:16](823 MB) -PASS -- TEST 'control_csawmg_debug_intel' [08:06, 05:03](1109 MB) -PASS -- TEST 'control_ras_debug_intel' [05:37, 03:28](832 MB) -PASS -- TEST 'control_diag_debug_intel' [05:45, 03:22](1672 MB) -PASS -- TEST 'control_debug_p8_intel' [06:03, 03:26](1899 MB) -PASS -- TEST 'regional_debug_intel' [21:28, 18:52](931 MB) -PASS -- TEST 'rap_control_debug_intel' [07:37, 05:38](1195 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:42, 05:37](1190 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:39, 05:34](1196 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:41, 05:41](1198 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:47, 05:41](1195 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:53, 06:03](1280 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:45, 05:57](1195 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:03, 06:00](1193 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:43, 05:50](1202 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:37, 05:49](1195 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:40, 05:40](1197 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:51, 05:55](1195 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:40, 09:12](1194 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:44, 05:49](1199 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:46, 05:50](1195 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:52, 09:48](1199 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:20, 03:31] ( 377 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [19:47, 14:39](1701 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:28, 08:12] ( 4 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:24, 04:02](1034 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:36, 03:21](890 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:11, 03:13](889 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:28, 03:03](935 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:51, 02:49](931 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:50, 03:18](892 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:23, 01:52](734 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:46, 01:57](728 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:34, 08:04] ( 4 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [06:34, 03:05](1018 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:10, 01:32](1137 MB) -PASS -- TEST 'conus13km_decomp_intel' [06:10, 03:17](1023 MB) -PASS -- TEST 'conus13km_restart_intel' [06:24, 01:57](684 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:30, 08:26] ( 4 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:07, 04:14](922 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:26, 03:39] ( 310 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:38, 05:37](1069 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:43, 05:33](1065 MB) -PASS -- TEST 'conus13km_debug_intel' [26:49, 24:17](1094 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [26:54, 24:17](821 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [16:27, 13:33](1206 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [27:43, 24:50](1090 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [26:41, 24:12](1150 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:24, 03:32] ( 310 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:43, 05:34](1104 MB) - -PASS -- COMPILE 'hafsw_intel' [14:37, 12:11] ( 1 warnings 3 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:14, 04:52](694 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [10:09, 05:42](910 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:39, 03:39](1046 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:13, 11:42](896 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:16, 05:45](465 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [12:17, 06:53](473 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [08:06, 03:10](379 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [14:30, 08:08](424 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [08:58, 04:04](493 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:06, 03:47](493 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:48, 01:38](408 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:33, 10:12] ( 1 warnings 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:45, 05:34](774 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:35, 08:57] ( 1 warnings 2 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [11:24, 07:00](752 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:14, 07:05](723 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:41, 14:20] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:48, 04:08](1908 MB) - -PASS -- COMPILE 'atml_intel' [12:28, 10:10] ( 9 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [06:19, 04:30] ( 420 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [16:38, 14:51] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [09:03, 05:02](3233 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:45, 05:23](3195 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:54, 05:28](3205 MB) - -PASS -- COMPILE 'atmaq_intel' [10:28, 08:44] ( 1 warnings ) -PASS -- TEST 'regional_atmaq_intel' [20:26, 15:40](2383 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [23:15, 18:28](2430 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [07:23, 03:41] ( 394 warnings ) -PASS -- TEST 'regional_atmaq_debug_intel' [45:37, 40:54](1857 MB) +PASS -- TEST 'control_c192_intel' [10:14, 07:20](1706 MB) +PASS -- TEST 'control_c384_intel' [12:39, 08:46](1998 MB) +PASS -- TEST 'control_c384gdas_intel' [15:35, 09:43](1141 MB) +PASS -- TEST 'control_stochy_intel' [04:44, 02:05](638 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:53, 01:20](407 MB) +PASS -- TEST 'control_lndp_intel' [03:36, 01:51](635 MB) +PASS -- TEST 'control_iovr4_intel' [04:41, 02:45](635 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [06:02, 03:28](917 MB) +PASS -- TEST 'control_iovr5_intel' [04:48, 02:43](635 MB) +PASS -- TEST 'control_p8_intel' [07:37, 03:28](1855 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:51, 03:36](1859 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [07:25, 03:36](1865 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [07:27, 03:21](1882 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [07:48, 03:22](1882 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [06:00, 02:33](2434 MB) +PASS -- TEST 'control_restart_p8_intel' [06:34, 02:02](1017 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:49, 03:17](1855 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [06:07, 02:03](1016 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:55, 03:11](1849 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:50, 03:09](1927 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:25, 05:24](1868 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:27, 04:27](1914 MB) +PASS -- TEST 'control_p8_mynn_intel' [07:27, 03:26](1873 MB) +PASS -- TEST 'merra2_thompson_intel' [07:46, 03:52](1860 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [09:40, 05:35](1866 MB) +PASS -- TEST 'regional_control_intel' [08:09, 05:20](875 MB) +PASS -- TEST 'regional_restart_intel' [06:10, 03:04](881 MB) +PASS -- TEST 'regional_decomp_intel' [08:09, 05:43](880 MB) +PASS -- TEST 'regional_2threads_intel' [05:50, 03:33](994 MB) +PASS -- TEST 'regional_noquilt_intel' [08:01, 05:21](1174 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:11, 05:12](875 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:07, 05:16](875 MB) +PASS -- TEST 'regional_wofs_intel' [08:59, 06:42](1609 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [12:33, 10:20] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [08:35, 04:10](1884 MB) + +PASS -- COMPILE 'rrfs_intel' [10:27, 08:52] ( 4 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [07:35, 04:03](1010 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:29, 04:30](1187 MB) +PASS -- TEST 'rap_decomp_intel' [07:34, 04:02](1022 MB) +PASS -- TEST 'rap_2threads_intel' [07:28, 03:42](1087 MB) +PASS -- TEST 'rap_restart_intel' [06:44, 02:22](769 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:01, 03:59](1010 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:34, 04:19](1003 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:36, 02:20](769 MB) +PASS -- TEST 'hrrr_control_intel' [07:21, 03:51](1006 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:47, 04:06](1005 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:18, 03:34](1081 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:41, 02:13](760 MB) +PASS -- TEST 'rrfs_v1beta_intel' [10:40, 06:52](1006 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:51, 08:42](1967 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:49, 08:20](1964 MB) + +PASS -- COMPILE 'csawmg_intel' [10:27, 08:36] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [09:01, 06:39](958 MB) +PASS -- TEST 'control_ras_intel' [05:34, 03:35](672 MB) + +PASS -- COMPILE 'wam_intel' [10:26, 08:19] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [16:36, 13:13](1655 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:26, 08:15] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [07:34, 03:27](1854 MB) +PASS -- TEST 'regional_control_faster_intel' [08:16, 05:21](872 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:23, 05:07] ( 415 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:48, 02:58](1603 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:39, 02:53](1617 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:34, 03:31](822 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:32, 03:18](823 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:58, 05:15](1111 MB) +PASS -- TEST 'control_ras_debug_intel' [05:37, 03:19](828 MB) +PASS -- TEST 'control_diag_debug_intel' [06:23, 03:33](1672 MB) +PASS -- TEST 'control_debug_p8_intel' [06:29, 03:34](1897 MB) +PASS -- TEST 'regional_debug_intel' [21:34, 18:53](950 MB) +PASS -- TEST 'rap_control_debug_intel' [07:48, 05:42](1192 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:40, 05:37](1189 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:48, 05:49](1193 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:45, 05:53](1197 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:37, 05:43](1193 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:39, 06:08](1276 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:51, 05:59](1195 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:37, 05:54](1196 MB) +PASS -- TEST 'rap_lndp_debug_intel' [09:46, 06:27](1205 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:52, 06:08](1196 MB) +PASS -- TEST 'rap_noah_debug_intel' [08:42, 06:10](1197 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [08:40, 06:13](1194 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:58, 09:50](1195 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:41, 06:11](1199 MB) +PASS -- TEST 'rap_flake_debug_intel' [08:36, 05:57](1195 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [14:49, 09:45](1193 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:22, 03:40] ( 377 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [18:33, 14:43](1702 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:29, 08:30] ( 4 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:49, 04:27](1028 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:49, 03:24](891 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:11, 03:14](888 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:42, 03:05](937 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:00, 02:58](933 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:59, 03:27](893 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:28, 02:00](730 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:47, 02:13](728 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:27, 08:26] ( 4 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [06:45, 03:09](1017 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:33, 01:30](1134 MB) +PASS -- TEST 'conus13km_decomp_intel' [06:21, 03:14](1024 MB) +PASS -- TEST 'conus13km_restart_intel' [05:19, 02:05](684 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:26, 08:45] ( 4 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:20, 04:29](916 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:18, 03:53] ( 310 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:49, 05:56](1064 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [08:47, 05:57](1065 MB) +PASS -- TEST 'conus13km_debug_intel' [28:01, 24:38](1096 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [27:45, 24:36](806 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [17:05, 13:32](1192 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [27:34, 24:51](1084 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [26:42, 24:19](1164 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:18, 03:42] ( 310 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:48, 05:45](1105 MB) + +PASS -- COMPILE 'hafsw_intel' [13:34, 12:15] ( 1 warnings 3 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:13, 05:22](701 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [09:15, 05:55](910 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:51, 04:09](1046 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:21, 11:45](793 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:31, 06:02](470 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:26, 07:09](474 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [06:16, 03:30](375 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:19, 08:21](425 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:07, 04:12](492 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:11, 04:09](496 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:37, 01:55](407 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:33, 10:18] ( 1 warnings 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:44, 05:50](773 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:26, 09:02] ( 1 warnings 2 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:30, 07:22](746 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:10, 07:14](723 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:32, 14:28] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:12, 04:18](1905 MB) + +PASS -- COMPILE 'atml_intel' [11:30, 10:12] ( 9 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [06:21, 04:35] ( 420 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [17:38, 15:20] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [09:17, 04:48](3232 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:48, 05:19](3200 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:42, 05:27](3207 MB) + +PASS -- COMPILE 'atmaq_intel' [10:26, 08:50] ( 1 warnings ) +PASS -- TEST 'regional_atmaq_intel' [20:38, 15:32](2388 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [23:12, 18:38](2439 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:24, 03:40] ( 394 warnings ) +PASS -- TEST 'regional_atmaq_debug_intel' [45:30, 41:03](1849 MB) SYNOPSIS: -Starting Date/Time: 20251125 18:25:51 -Ending Date/Time: 20251125 20:24:20 -Total Time: 01h:59m:31s +Starting Date/Time: 20251202 13:32:55 +Ending Date/Time: 20251202 15:27:54 +Total Time: 01h:56m:05s Compiles Completed: 34/34 Tests Completed: 172/172