From 2ccc549348da37aac51ab44482174dff2bb2912d Mon Sep 17 00:00:00 2001 From: Brian Curtis <64433609+BrianCurtis-NOAA@users.noreply.github.com> Date: Wed, 25 Sep 2024 08:38:09 -0400 Subject: [PATCH] Bump libraries on WCOSS2 to ip/4.0.0 w3emc/2.12.0 and all platforms to fms/2024.01 (#2431) * UFSWM - Bump libraries on WCOSS2 to ip/4.0.0 w3emc/2.12.0 and fms/2024.01 * Adjust FMS location and bump ufs_common.lua * Acorn lua update for fms bump, remove ifi library load --- modulefiles/ufs_acorn.intel.lua | 5 +- modulefiles/ufs_common.lua | 2 +- modulefiles/ufs_derecho.gnu.lua | 2 +- modulefiles/ufs_derecho.intel.lua | 2 +- modulefiles/ufs_gaea.intel.lua | 2 +- modulefiles/ufs_hera.gnu.lua | 2 +- modulefiles/ufs_hera.intel.lua | 2 +- modulefiles/ufs_hercules.gnu.lua | 2 +- modulefiles/ufs_hercules.intel.lua | 2 +- modulefiles/ufs_jet.intel.lua | 2 +- modulefiles/ufs_noaacloud.intel.lua | 12 +- modulefiles/ufs_orion.intel.lua | 2 +- modulefiles/ufs_wcoss2.intel.lua | 6 +- tests/logs/OpnReqTests_control_p8_hera.log | 62 +- ...sts_cpld_control_nowave_noaero_p8_hera.log | 96 +- .../OpnReqTests_regional_control_hera.log | 38 +- tests/logs/RegressionTests_acorn.log | 576 +++++---- tests/logs/RegressionTests_derecho.log | 546 ++++---- tests/logs/RegressionTests_gaea.log | 548 ++++---- tests/logs/RegressionTests_hera.log | 728 +++++------ tests/logs/RegressionTests_hercules.log | 1119 +++++++++++------ tests/logs/RegressionTests_jet.log | 486 +++---- tests/logs/RegressionTests_orion.log | 548 ++++---- tests/logs/RegressionTests_wcoss2.log | 448 +++---- 24 files changed, 2797 insertions(+), 2441 deletions(-) diff --git a/modulefiles/ufs_acorn.intel.lua b/modulefiles/ufs_acorn.intel.lua index 4257dc8b3f..e259acb835 100644 --- a/modulefiles/ufs_acorn.intel.lua +++ b/modulefiles/ufs_acorn.intel.lua @@ -2,7 +2,7 @@ help([[ Load environment to build UFS on Acorn with Intel compiler ]]) -prepend_path("MODULEPATH", "/lfs/h1/emc/nceplibs/noscrub/spack-stack/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/lfs/h1/emc/nceplibs/noscrub/spack-stack/spack-stack-1.6.0/envs/unified-env-fms-2024.01/install/modulefiles/Core") load("stack-intel") load("stack-cray-mpich") @@ -17,9 +17,6 @@ remove_path("MODULEPATH", "/apps/prod/lmodules/INTEL_cray_mpich/19.1.3.304/cray- load("cmake") load("ufs_common") -prepend_path("MODULEPATH", "/lfs/h1/emc/nceplibs/noscrub/UPP_IFI/modulefiles") -load("ifi/20230118-intel-19.1.3.304") - setenv("CC", "cc") setenv("CXX", "CC") setenv("FC", "ftn") diff --git a/modulefiles/ufs_common.lua b/modulefiles/ufs_common.lua index a1c4fcfd18..062fa38449 100644 --- a/modulefiles/ufs_common.lua +++ b/modulefiles/ufs_common.lua @@ -11,7 +11,7 @@ local ufs_modules = { {["netcdf-fortran"] = "4.6.1"}, {["parallelio"] = "2.5.10"}, {["esmf"] = "8.6.0"}, - {["fms"] = "2023.04"}, + {["fms"] = "2024.01"}, {["bacio"] = "2.4.1"}, {["crtm"] = "2.4.0"}, {["g2"] = "3.5.1"}, diff --git a/modulefiles/ufs_derecho.gnu.lua b/modulefiles/ufs_derecho.gnu.lua index 4c21b69b0e..295b5560dc 100644 --- a/modulefiles/ufs_derecho.gnu.lua +++ b/modulefiles/ufs_derecho.gnu.lua @@ -9,7 +9,7 @@ load("mysql/8.0.33") setenv("LMOD_TMOD_FIND_FIRST","yes") prepend_path("MODULEPATH", "/lustre/desc1/scratch/epicufsrt/contrib/modulefiles_extra") -prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.6.0/envs/upp-addon-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core") unload("ncarcompilers") stack_gnu_ver=os.getenv("stack_gnu_ver") or "12.2.0" diff --git a/modulefiles/ufs_derecho.intel.lua b/modulefiles/ufs_derecho.intel.lua index 1f3c823f99..f858670436 100644 --- a/modulefiles/ufs_derecho.intel.lua +++ b/modulefiles/ufs_derecho.intel.lua @@ -9,7 +9,7 @@ load("mysql/8.0.33") setenv("LMOD_TMOD_FIND_FIRST","yes") prepend_path("MODULEPATH", "/lustre/desc1/scratch/epicufsrt/contrib/modulefiles_extra") -prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.6.0/envs/upp-addon-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core") unload("ncarcompilers") stack_intel_ver=os.getenv("stack_intel_ver") or "2021.10.0" diff --git a/modulefiles/ufs_gaea.intel.lua b/modulefiles/ufs_gaea.intel.lua index fb2eb49a1b..592eb7461d 100644 --- a/modulefiles/ufs_gaea.intel.lua +++ b/modulefiles/ufs_gaea.intel.lua @@ -5,7 +5,7 @@ help([[ whatis([===[Loads libraries needed for building the UFS Weather Model on Gaea ]===]) -prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/spack-stack-1.6.0/envs/upp-addon-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core") stack_intel_ver=os.getenv("stack_intel_ver") or "2023.1.0" load(pathJoin("stack-intel", stack_intel_ver)) diff --git a/modulefiles/ufs_hera.gnu.lua b/modulefiles/ufs_hera.gnu.lua index 0b38f9c1f4..4e53200209 100644 --- a/modulefiles/ufs_hera.gnu.lua +++ b/modulefiles/ufs_hera.gnu.lua @@ -4,7 +4,7 @@ loads UFS Model prerequisites for Hera/GNU prepend_path("MODULEPATH", "/scratch2/NCEPDEV/stmp1/role.epic/installs/gnu/modulefiles") prepend_path("MODULEPATH", "/scratch2/NCEPDEV/stmp1/role.epic/installs/openmpi/modulefiles") -prepend_path("MODULEPATH", "/scratch2/NCEPDEV/stmp1/role.epic/spack-stack/spack-stack-1.6.0_gnu13/envs/upp-addon-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/scratch2/NCEPDEV/stmp1/role.epic/spack-stack/spack-stack-1.6.0_gnu13/envs/fms-2024.01/install/modulefiles/Core") stack_gnu_ver=os.getenv("stack_gnu_ver") or "13.3.0" load(pathJoin("stack-gcc", stack_gnu_ver)) diff --git a/modulefiles/ufs_hera.intel.lua b/modulefiles/ufs_hera.intel.lua index 7d3c3b4e27..feaa88e560 100644 --- a/modulefiles/ufs_hera.intel.lua +++ b/modulefiles/ufs_hera.intel.lua @@ -2,7 +2,7 @@ help([[ loads UFS Model prerequisites for Hera/Intel ]]) -prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.6.0/envs/upp-addon-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core") stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0" load(pathJoin("stack-intel", stack_intel_ver)) diff --git a/modulefiles/ufs_hercules.gnu.lua b/modulefiles/ufs_hercules.gnu.lua index 6645dd3c80..035290a9c7 100644 --- a/modulefiles/ufs_hercules.gnu.lua +++ b/modulefiles/ufs_hercules.gnu.lua @@ -2,7 +2,7 @@ help([[ loads UFS Model prerequisites for Hercules/GNU ]]) -prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.6.0/envs/upp-addon-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core") -- for mvapich2, need: prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/modulefiles") diff --git a/modulefiles/ufs_hercules.intel.lua b/modulefiles/ufs_hercules.intel.lua index 8f16440134..455ea4d0f4 100644 --- a/modulefiles/ufs_hercules.intel.lua +++ b/modulefiles/ufs_hercules.intel.lua @@ -2,7 +2,7 @@ help([[ loads UFS Model prerequisites for Hercules/Intel ]]) -prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.6.0/envs/upp-addon-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core") stack_intel_ver=os.getenv("stack_intel_ver") or "2021.9.0" load(pathJoin("stack-intel", stack_intel_ver)) diff --git a/modulefiles/ufs_jet.intel.lua b/modulefiles/ufs_jet.intel.lua index 8e54160be8..63dd53721a 100644 --- a/modulefiles/ufs_jet.intel.lua +++ b/modulefiles/ufs_jet.intel.lua @@ -2,7 +2,7 @@ help([[ loads UFS Model prerequisites for Jet/Intel ]]) -prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.6.0/envs/upp-addon-env/install/modulefiles/Core") +prepend_path("MODULEPATH", " /contrib/spack-stack/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core") stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0" load(pathJoin("stack-intel", stack_intel_ver)) diff --git a/modulefiles/ufs_noaacloud.intel.lua b/modulefiles/ufs_noaacloud.intel.lua index 98397ef11c..ef03025c14 100644 --- a/modulefiles/ufs_noaacloud.intel.lua +++ b/modulefiles/ufs_noaacloud.intel.lua @@ -2,13 +2,19 @@ help([[ loads UFS Model prerequisites for NOAA Parallelworks/Intel ]]) -prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/contrib/spack-stack-rocky8/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core") +prepend_path("MODULEPATH", "/apps/modules/modulefiles") +prepend_path("PATH", "/contrib/EPIC/bin") +load("gnu") +load("stack-intel") +load("stack-intel-oneapi-mpi") -stack_intel_ver=os.getenv("stack_intel_ver") or "2021.3.0" +stack_intel_ver=os.getenv("stack_intel_ver") or "2021.10.0" load(pathJoin("stack-intel", stack_intel_ver)) -stack_impi_ver=os.getenv("stack_impi_ver") or "2021.3.0" +stack_impi_ver=os.getenv("stack_impi_ver") or "2021.10.0" load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver)) +unload("gnu") cmake_ver=os.getenv("cmake_ver") or "3.23.1" load(pathJoin("cmake", cmake_ver)) diff --git a/modulefiles/ufs_orion.intel.lua b/modulefiles/ufs_orion.intel.lua index 51cc375df8..e549ec4144 100644 --- a/modulefiles/ufs_orion.intel.lua +++ b/modulefiles/ufs_orion.intel.lua @@ -2,7 +2,7 @@ help([[ loads UFS Model prerequisites for Orion/Intel ]]) -prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.6.0/envs/upp-addon-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core") stack_intel_ver=os.getenv("stack_intel_ver") or "2021.9.0" load(pathJoin("stack-intel", stack_intel_ver)) diff --git a/modulefiles/ufs_wcoss2.intel.lua b/modulefiles/ufs_wcoss2.intel.lua index a2445a9026..983365d6fc 100644 --- a/modulefiles/ufs_wcoss2.intel.lua +++ b/modulefiles/ufs_wcoss2.intel.lua @@ -26,14 +26,14 @@ local ufs_modules = { {["netcdf-C"] = "4.9.2"}, {["pio-C"] = "2.5.10"}, {["esmf-C"] = "8.6.0"}, - {["fms-C"] = "2023.04"}, + {["fms"] = "2024.01"}, {["bacio"] = "2.4.1"}, {["crtm"] = "2.4.0"}, {["g2"] = "3.5.1"}, {["g2tmpl"] = "1.13.0"}, - {["ip"] = "3.3.3"}, + {["ip"] = "4.0.0"}, {["sp"] = "2.3.3"}, - {["w3emc"] = "2.9.2"}, + {["w3emc"] = "2.12.0"}, {["gftl-shared"] = "1.6.1"}, {["mapl-C"] = "2.40.3"}, {["pnetcdf-C"] = "1.12.2"}, diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index 6edef2c7e4..54e7e1fe2c 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Thu Sep 19 10:34:04 UTC 2024 +Tue Sep 24 13:52:59 UTC 2024 Start Operation Requirement Test -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3253678/bit_base_bit_base +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1669225/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 = 302.407527 - 0: The maximum resident set size (KB) = 1441812 + 0: The total amount of wall time = 300.133244 + 0: The maximum resident set size (KB) = 1442744 Test bit_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3253678/dbg_base_dbg_base +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1669225/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 = 1009.311079 - 0: The maximum resident set size (KB) = 1431700 + 0: The total amount of wall time = 1004.154973 + 0: The maximum resident set size (KB) = 1435480 Test dbg_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3253678/dcp_dcp +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1669225/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 = 275.353504 - 0: The maximum resident set size (KB) = 1438552 + 0: The total amount of wall time = 275.107180 + 0: The maximum resident set size (KB) = 1418248 Test dcp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3253678/mpi_mpi +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1669225/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 = 270.526810 - 0: The maximum resident set size (KB) = 1437944 + 0: The total amount of wall time = 270.874828 + 0: The maximum resident set size (KB) = 1418740 Test mpi PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3253678/rst_rst +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1669225/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 = 272.184977 - 0: The maximum resident set size (KB) = 1441260 + 0: The total amount of wall time = 282.223804 + 0: The maximum resident set size (KB) = 1416640 Test rst PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3253678/std_base_std_base +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1669225/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 = 273.007924 - 0: The maximum resident set size (KB) = 1441600 + 0: The total amount of wall time = 278.992660 + 0: The maximum resident set size (KB) = 1428428 Test std_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3253678/thr_thr +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1669225/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 = 270.263073 - 0: The maximum resident set size (KB) = 1429548 + 0: The total amount of wall time = 270.863691 + 0: The maximum resident set size (KB) = 1420068 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Thu Sep 19 11:49:05 UTC 2024 -Elapsed time: 01h:15m:02s. Have a nice day! +Tue Sep 24 15:08:30 UTC 2024 +Elapsed time: 01h:15m:58s. Have a nice day! diff --git a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log index 409bb4bba4..603c36d977 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,79 +1,9 @@ -Thu Sep 19 09:02:15 UTC 2024 +Tue Sep 24 19:26:13 UTC 2024 Start Operation Requirement Test -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2883046/dbg_base_dbg_base -Checking test dbg_base results .... -Moving baseline dbg_base files .... - Moving sfcf021.tile1.nc .........OK - Moving sfcf021.tile2.nc .........OK - Moving sfcf021.tile3.nc .........OK - Moving sfcf021.tile4.nc .........OK - Moving sfcf021.tile5.nc .........OK - Moving sfcf021.tile6.nc .........OK - Moving atmf021.tile1.nc .........OK - Moving atmf021.tile2.nc .........OK - Moving atmf021.tile3.nc .........OK - Moving atmf021.tile4.nc .........OK - Moving atmf021.tile5.nc .........OK - Moving atmf021.tile6.nc .........OK - Moving sfcf024.tile1.nc .........OK - Moving sfcf024.tile2.nc .........OK - Moving sfcf024.tile3.nc .........OK - Moving sfcf024.tile4.nc .........OK - Moving sfcf024.tile5.nc .........OK - Moving sfcf024.tile6.nc .........OK - Moving atmf024.tile1.nc .........OK - Moving atmf024.tile2.nc .........OK - Moving atmf024.tile3.nc .........OK - Moving atmf024.tile4.nc .........OK - Moving atmf024.tile5.nc .........OK - Moving atmf024.tile6.nc .........OK - Moving RESTART/20210323.060000.coupler.res .........OK - Moving RESTART/20210323.060000.fv_core.res.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile1.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile2.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile3.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile4.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile5.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile6.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - Moving RESTART/20210323.060000.MOM.res.nc .........OK - 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 = 2403.226127 - 0: The maximum resident set size (KB) = 1541736 - -Test dbg_base PASS - - -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2883046/rst_rst +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2646490/rst_rst Checking test rst results .... Comparing sfcf021.tile1.nc .....USING NCCMP......OK Comparing sfcf021.tile2.nc .....USING NCCMP......OK @@ -135,14 +65,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 = 652.724686 - 0: The maximum resident set size (KB) = 1530376 + 0: The total amount of wall time = 731.776523 + 0: The maximum resident set size (KB) = 1505896 Test rst PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2883046/std_base_std_base +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2646490/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf021.tile1.nc .........OK @@ -205,11 +135,13 @@ 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 = 668.735610 - 0: The maximum resident set size (KB) = 1518632 + 0: The total amount of wall time = 668.589581 + 0: The maximum resident set size (KB) = 1510092 Test std_base PASS -OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Thu Sep 19 10:34:03 UTC 2024 -Elapsed time: 01h:31m:49s. Have a nice day! +FAILED TESTS: +Test dbg_base failed in run_test failed +OPERATION REQUIREMENT TEST FAILED +Tue Sep 24 22:20:42 UTC 2024 +Elapsed time: 02h:54m:29s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 7c10cbd922..4126d5fd68 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Thu Sep 19 06:26:19 UTC 2024 +Tue Sep 24 16:39:41 UTC 2024 Start Operation Requirement Test -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3951212/bit_base_bit_base +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3755633/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 = 1487.475517 - 0: The maximum resident set size (KB) = 783772 + 0: The total amount of wall time = 1445.966550 + 0: The maximum resident set size (KB) = 766148 Test bit_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3951212/dcp_dcp +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3755633/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 = 2239.533660 - 0: The maximum resident set size (KB) = 711488 + 0: The total amount of wall time = 2197.045041 + 0: The maximum resident set size (KB) = 741516 Test dcp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3951212/std_base_std_base +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3755633/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 = 2256.857916 - 0: The maximum resident set size (KB) = 744788 + 0: The total amount of wall time = 2255.241997 + 0: The maximum resident set size (KB) = 732228 Test std_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3951212/thr_thr +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3755633/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 = 2251.197250 - 0: The maximum resident set size (KB) = 721196 + 0: The total amount of wall time = 2506.849856 + 0: The maximum resident set size (KB) = 700540 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Thu Sep 19 09:02:14 UTC 2024 -Elapsed time: 02h:35m:56s. Have a nice day! +Tue Sep 24 19:21:01 UTC 2024 +Elapsed time: 02h:41m:20s. Have a nice day! diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index 2eca4ed07d..0f75f73fa5 100644 --- a/tests/logs/RegressionTests_acorn.log +++ b/tests/logs/RegressionTests_acorn.log @@ -1,7 +1,7 @@ ====START OF ACORN REGRESSION TESTING LOG==== UFSWM hash used in testing: -e3bd67a093b800f028092d252373abe1b7a7602b +6f4efcb43af3177bb4d8aaccc1a75a61f45d9f80 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -37,268 +37,334 @@ 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-20240909 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_1860289 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_961999 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [12:26, 10:15] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [59:44, 03:29](3362 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:31, 15:44] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [54:39, 03:45](2154 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [31:27, 04:23](2185 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [31:24, 04:10](1300 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [54:40, 03:22](2258 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:31, 16:02] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [54:39, 01:57](2154 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:20, 05:52] ( 1524 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [04:50, 04:14](2242 MB) - -PASS -- COMPILE 's2swa_intel' [12:26, 10:36] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [59:43, 02:43](3366 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [59:43, 03:15](3385 MB) -PASS -- TEST 'cpld_restart_p8_intel' [47:36, 02:44](3305 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [59:43, 02:42](3405 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [47:36, 02:21](3322 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [59:43, 03:21](3676 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [59:43, 02:46](3384 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [59:44, 03:32](3511 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [59:43, 02:52](3387 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [59:43, 03:05](3311 MB) - -PASS -- COMPILE 's2sw_intel' [11:25, 09:53] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [00:44, 02:40](2078 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [00:44, 02:57](2091 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:25, 10:12] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [00:44, 03:11](2056 MB) - -PASS -- COMPILE 's2s_intel' [13:28, 11:55] ( 2 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [58:40, 02:39](2887 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [58:40, 02:42](2896 MB) -PASS -- TEST 'cpld_restart_c48_intel' [51:06, 02:51](2309 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:32, 15:40] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [54:37, 03:02](3388 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:32, 15:44] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [54:37, 02:08](2167 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [32:51, 02:24](1339 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [32:00, 02:40](2288 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:20, 05:33] ( 1524 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [57:29, 02:06](2280 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [10:23, 09:08] ( 2 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [50:20, 02:04](689 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [50:20, 01:57](1587 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [50:20, 02:04](1593 MB) -PASS -- TEST 'control_latlon_intel' [50:20, 01:26](1590 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [50:20, 01:54](1607 MB) -PASS -- TEST 'control_c48_intel' [50:19, 02:10](1593 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [50:19, 02:01](713 MB) -PASS -- TEST 'control_c192_intel' [50:20, 02:18](1853 MB) -PASS -- TEST 'control_c384_intel' [50:24, 02:45](3276 MB) -PASS -- TEST 'control_c384gdas_intel' [50:24, 04:01](2445 MB) -PASS -- TEST 'control_stochy_intel' [50:20, 02:07](666 MB) -PASS -- TEST 'control_stochy_restart_intel' [45:48, 01:32](465 MB) -PASS -- TEST 'control_lndp_intel' [49:37, 01:57](644 MB) -PASS -- TEST 'control_iovr4_intel' [48:44, 01:22](662 MB) -PASS -- TEST 'control_iovr5_intel' [48:22, 01:34](643 MB) -PASS -- TEST 'control_p8_intel' [47:37, 02:53](1877 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [47:36, 03:27](1856 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [47:22, 02:56](1903 MB) -PASS -- TEST 'control_restart_p8_intel' [28:00, 03:35](1033 MB) -PASS -- TEST 'control_noqr_p8_intel' [45:34, 02:04](1899 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [25:57, 02:52](1026 MB) -PASS -- TEST 'control_decomp_p8_intel' [45:21, 02:58](1875 MB) -PASS -- TEST 'control_2threads_p8_intel' [43:44, 02:57](1986 MB) -PASS -- TEST 'control_p8_lndp_intel' [42:18, 01:30](1906 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [41:56, 02:53](1958 MB) -PASS -- TEST 'control_p8_mynn_intel' [40:21, 02:50](1905 MB) -PASS -- TEST 'merra2_thompson_intel' [40:11, 03:24](1884 MB) -PASS -- TEST 'regional_control_intel' [39:27, 01:23](859 MB) -PASS -- TEST 'regional_restart_intel' [22:23, 01:57](849 MB) -PASS -- TEST 'regional_decomp_intel' [39:18, 01:35](863 MB) -PASS -- TEST 'regional_2threads_intel' [38:03, 01:37](1252 MB) -PASS -- TEST 'regional_noquilt_intel' [35:53, 01:41](1194 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [34:27, 01:12](869 MB) -PASS -- TEST 'regional_wofs_intel' [34:15, 01:44](1591 MB) - -PASS -- COMPILE 'rrfs_intel' [10:24, 08:28] ( 4 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [33:22, 03:42](1049 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [30:35, 01:54](1732 MB) -PASS -- TEST 'rap_decomp_intel' [29:45, 03:06](1049 MB) -PASS -- TEST 'rap_2threads_intel' [29:03, 03:16](1131 MB) -PASS -- TEST 'rap_restart_intel' [16:53, 03:25](863 MB) -PASS -- TEST 'rap_sfcdiff_intel' [28:00, 03:43](1030 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [27:47, 02:42](1026 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [15:32, 03:36](863 MB) -PASS -- TEST 'hrrr_control_intel' [26:45, 04:10](1041 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [26:36, 03:45](1041 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [26:17, 03:13](1269 MB) -PASS -- TEST 'hrrr_control_restart_intel' [16:05, 01:52](815 MB) -PASS -- TEST 'rrfs_v1beta_intel' [25:36, 03:07](1042 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [25:34, 02:22](1988 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [24:37, 01:32](1977 MB) - -PASS -- COMPILE 'csawmg_intel' [10:23, 08:13] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [23:51, 01:23](1000 MB) -PASS -- TEST 'control_ras_intel' [23:51, 01:59](682 MB) - -PASS -- COMPILE 'wam_intel' [10:23, 08:20] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [23:06, 02:06](1676 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [18:33, 08:31] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [22:14, 02:50](1872 MB) -PASS -- TEST 'regional_control_faster_intel' [22:07, 01:54](857 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [16:30, 07:18] ( 883 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [21:56, 01:43](1628 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [21:20, 01:55](1657 MB) -PASS -- TEST 'control_stochy_debug_intel' [21:17, 02:07](835 MB) -PASS -- TEST 'control_lndp_debug_intel' [21:11, 02:08](852 MB) -PASS -- TEST 'control_csawmg_debug_intel' [18:36, 01:27](1137 MB) -PASS -- TEST 'control_ras_debug_intel' [18:13, 01:55](839 MB) -PASS -- TEST 'control_diag_debug_intel' [17:01, 02:10](1711 MB) -PASS -- TEST 'control_debug_p8_intel' [16:53, 02:12](1920 MB) -PASS -- TEST 'regional_debug_intel' [16:30, 01:59](937 MB) -PASS -- TEST 'rap_control_debug_intel' [16:29, 01:24](1215 MB) -PASS -- TEST 'hrrr_control_debug_intel' [16:05, 01:41](1228 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [15:17, 01:37](1232 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [15:08, 02:01](1230 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [15:01, 02:00](1232 MB) -PASS -- TEST 'rap_diag_debug_intel' [14:18, 02:30](1316 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [14:12, 01:35](1216 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [13:51, 01:47](1215 MB) -PASS -- TEST 'rap_lndp_debug_intel' [13:44, 01:58](1216 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [13:38, 02:03](1232 MB) -PASS -- TEST 'rap_noah_debug_intel' [13:12, 01:59](1209 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [12:55, 01:23](1215 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:57, 01:23](1227 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [11:55, 01:43](1227 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [11:47, 01:28](1217 MB) -PASS -- TEST 'rap_flake_debug_intel' [11:41, 01:26](1215 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:32, 03:19](1239 MB) - -PASS -- COMPILE 'wam_debug_intel' [11:24, 04:49] ( 838 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [10:59, 02:16](1742 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:27, 08:12] ( 4 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [10:57, 01:52](1612 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:07, 03:26](925 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [09:07, 04:24](923 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:06, 03:35](982 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:57, 04:33](1122 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [08:29, 04:24](919 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [57:44, 03:05](796 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [58:57, 02:06](783 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:30, 08:19] ( 4 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [07:44, 01:51](1106 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:31, 01:23](1468 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:20, 01:34](947 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [19:33, 08:18] ( 4 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:57, 01:51](953 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:26, 04:48] ( 786 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:56, 01:27](1092 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:49, 02:05](1091 MB) -PASS -- TEST 'conus13km_debug_intel' [05:38, 01:30](1185 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [05:33, 01:31](869 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [05:29, 01:31](1546 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [05:20, 01:38](1282 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [14:28, 04:43] ( 786 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:13, 01:32](1115 MB) - -PASS -- COMPILE 'hafsw_intel' [18:32, 09:35] ( 2 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [05:13, 02:58](1803 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:07, 01:31](2153 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [04:37, 02:45](1279 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [04:34, 02:28](1434 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [04:22, 02:31](1462 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [03:43, 01:53](1002 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [02:07, 02:55](1336 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [01:13, 02:37](1200 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [00:25, 04:06](2123 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [00:04, 02:30](1037 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [59:37, 02:14](1039 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [59:35, 02:24](1668 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [59:05, 01:59](1226 MB) -PASS -- TEST 'gnv1_nested_intel' [58:57, 04:22](1953 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [16:30, 05:22] ( 1466 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [58:26, 02:24](1722 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [14:27, 09:17] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [57:47, 02:45](1713 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [54:51, 02:35](1892 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [51:07, 09:19] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [49:54, 02:39](1893 MB) - -PASS -- COMPILE 'hafs_all_intel' [59:15, 09:05] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [40:56, 02:46](1275 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [40:56, 02:46](1256 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [40:54, 01:33](898 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [00:17, 09:10] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [39:48, 01:40](768 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [32:20, 01:24](760 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [39:48, 01:37](649 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [39:48, 01:31](651 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [39:48, 01:51](647 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [39:48, 01:31](770 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [39:48, 01:58](771 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [39:48, 01:40](648 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [39:49, 02:17](870 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [39:49, 02:06](856 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [39:48, 01:33](770 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [39:08, 01:33](2034 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [39:06, 02:14](2036 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [15:34, 09:23] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [22:30, 01:25](769 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [07:26, 01:04] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [30:28, 01:46](678 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [30:28, 01:43](815 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [26:56, 02:05](815 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:32, 09:32] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [21:19, 02:40](2012 MB) - -PASS -- COMPILE 'atml_intel' [12:31, 09:16] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [22:33, 03:08](2263 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [22:33, 03:10](2259 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [13:04, 01:53](1409 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:23, 05:29] ( 881 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [25:23, 03:05](2298 MB) - -PASS -- COMPILE 'atmw_intel' [08:27, 08:47] ( 1 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [22:17, 03:31](1992 MB) - -PASS -- COMPILE 'atmaero_intel' [06:24, 08:42] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [22:21, 02:52](3282 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [22:21, 03:04](3055 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [22:21, 03:06](3048 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [23:37, 04:48] ( 883 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [26:15, 02:27](4881 MB) +PASS -- COMPILE 's2swa_32bit_intel' [24:38, 22:48] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [59:30, 03:17](3349 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:28, 12:40] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [09:39, 04:10](2159 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [48:31, 03:38](2187 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [47:20, 03:38](1301 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [09:40, 03:04](2257 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [22:36, 21:23] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [01:32, 01:39](2147 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [22:36, 21:18] ( 1503 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [01:33, 03:54](2226 MB) + +PASS -- COMPILE 's2swa_intel' [17:32, 15:48] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [06:35, 02:20](3358 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [06:35, 02:35](3374 MB) +PASS -- TEST 'cpld_restart_p8_intel' [54:52, 03:11](3292 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [06:35, 02:03](3372 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [54:52, 03:11](3309 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [06:35, 02:02](3655 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [06:35, 02:24](3363 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [06:36, 03:08](3501 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [06:35, 02:45](3374 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [06:35, 02:55](3298 MB) + +PASS -- COMPILE 's2sw_intel' [21:36, 19:56] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [02:31, 01:57](2065 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [02:31, 03:09](2070 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:26, 10:34] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:41, 03:13](2074 MB) + +PASS -- COMPILE 's2s_intel' [11:25, 09:55] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [12:41, 01:57](2879 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [12:41, 02:35](2893 MB) +PASS -- TEST 'cpld_restart_c48_intel' [07:11, 02:19](2305 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:33, 15:33] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [06:35, 02:53](3372 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [23:39, 21:35] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [00:29, 02:36](2162 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [37:47, 02:36](1337 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [37:41, 02:31](2262 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [24:40, 22:29] ( 1503 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [46:32, 02:07](2286 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [21:35, 19:26] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [50:05, 02:04](684 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [50:05, 01:37](1583 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [50:05, 01:33](1590 MB) +PASS -- TEST 'control_latlon_intel' [49:27, 01:22](1588 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [48:52, 02:10](1592 MB) +PASS -- TEST 'control_c48_intel' [46:17, 02:35](1584 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [45:32, 02:21](708 MB) +PASS -- TEST 'control_c192_intel' [45:33, 02:24](1840 MB) +PASS -- TEST 'control_c384_intel' [44:15, 03:14](3261 MB) +PASS -- TEST 'control_c384gdas_intel' [43:53, 04:21](2437 MB) +PASS -- TEST 'control_stochy_intel' [43:11, 02:03](643 MB) +PASS -- TEST 'control_stochy_restart_intel' [30:32, 01:19](444 MB) +PASS -- TEST 'control_lndp_intel' [39:26, 01:57](640 MB) +PASS -- TEST 'control_iovr4_intel' [39:16, 02:09](653 MB) +PASS -- TEST 'control_iovr5_intel' [39:01, 01:48](652 MB) +PASS -- TEST 'control_p8_intel' [38:25, 03:07](1875 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [37:37, 03:15](1891 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [37:36, 03:02](1873 MB) +PASS -- TEST 'control_restart_p8_intel' [24:57, 03:15](1025 MB) +PASS -- TEST 'control_noqr_p8_intel' [37:33, 02:27](1869 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [24:48, 03:09](1056 MB) +PASS -- TEST 'control_decomp_p8_intel' [36:07, 02:25](1890 MB) +PASS -- TEST 'control_2threads_p8_intel' [35:01, 03:24](1975 MB) +PASS -- TEST 'control_p8_lndp_intel' [34:54, 01:45](1892 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [34:24, 03:45](1926 MB) +PASS -- TEST 'control_p8_mynn_intel' [33:55, 03:29](1905 MB) +PASS -- TEST 'merra2_thompson_intel' [33:32, 03:52](1880 MB) +PASS -- TEST 'regional_control_intel' [33:29, 01:25](858 MB) +PASS -- TEST 'regional_restart_intel' [18:29, 01:22](857 MB) +PASS -- TEST 'regional_decomp_intel' [33:25, 01:25](853 MB) +PASS -- TEST 'regional_2threads_intel' [32:23, 02:01](1235 MB) +PASS -- TEST 'regional_noquilt_intel' [31:38, 01:52](1187 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [29:50, 02:08](859 MB) +PASS -- TEST 'regional_wofs_intel' [28:11, 01:23](1585 MB) + +PASS -- COMPILE 'rrfs_intel' [17:30, 15:21] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [52:08, 03:23](1042 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [52:09, 01:42](1731 MB) +PASS -- TEST 'rap_decomp_intel' [52:08, 02:57](1026 MB) +PASS -- TEST 'rap_2threads_intel' [52:08, 03:30](1126 MB) +PASS -- TEST 'rap_restart_intel' [27:29, 03:29](857 MB) +PASS -- TEST 'rap_sfcdiff_intel' [52:08, 03:32](1025 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [52:08, 03:56](1042 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [27:19, 03:04](856 MB) +PASS -- TEST 'hrrr_control_intel' [52:08, 03:20](1022 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [52:08, 04:08](1018 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [52:09, 03:19](1263 MB) +PASS -- TEST 'hrrr_control_restart_intel' [27:13, 01:27](809 MB) +PASS -- TEST 'rrfs_v1beta_intel' [52:08, 03:30](1035 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [52:08, 01:50](1998 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [52:08, 02:20](1990 MB) + +PASS -- COMPILE 'csawmg_intel' [13:28, 12:06] +PASS -- TEST 'control_csawmg_intel' [53:06, 02:08](954 MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_ras_intel' [, ]( MB) + +PASS -- COMPILE 'wam_intel' [12:27, 10:39] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [54:08, 02:14](1689 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:25, 08:24] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [52:06, 03:46](1889 MB) +PASS -- TEST 'regional_control_faster_intel' [52:05, 01:14](845 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [16:30, 12:22] ( 867 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [24:14, 02:11](1619 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [24:08, 02:04](1648 MB) +PASS -- TEST 'control_stochy_debug_intel' [23:58, 02:13](850 MB) +PASS -- TEST 'control_lndp_debug_intel' [23:41, 01:54](826 MB) +PASS -- TEST 'control_csawmg_debug_intel' [23:05, 02:03](1130 MB) +PASS -- TEST 'control_ras_debug_intel' [21:57, 01:39](851 MB) +PASS -- TEST 'control_diag_debug_intel' [21:36, 01:57](1688 MB) +PASS -- TEST 'control_debug_p8_intel' [21:33, 02:11](1914 MB) +PASS -- TEST 'regional_debug_intel' [21:07, 01:59](943 MB) +PASS -- TEST 'rap_control_debug_intel' [20:38, 01:28](1204 MB) +PASS -- TEST 'hrrr_control_debug_intel' [19:55, 01:30](1218 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [19:52, 02:15](1228 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [19:51, 01:47](1209 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [19:34, 01:44](1222 MB) +PASS -- TEST 'rap_diag_debug_intel' [19:03, 02:32](1290 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [18:35, 01:40](1229 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [18:16, 01:47](1212 MB) +PASS -- TEST 'rap_lndp_debug_intel' [18:11, 01:38](1209 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [18:03, 01:57](1205 MB) +PASS -- TEST 'rap_noah_debug_intel' [17:57, 02:03](1225 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [17:57, 01:35](1207 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [17:52, 01:26](1224 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [17:25, 01:52](1200 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [17:08, 01:49](1226 MB) +PASS -- TEST 'rap_flake_debug_intel' [16:36, 01:59](1204 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [16:27, 03:37](1211 MB) + +PASS -- COMPILE 'wam_debug_intel' [13:27, 07:17] ( 823 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:59, 01:22](1714 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [17:31, 11:36] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [15:44, 02:30](1604 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [15:35, 02:53](897 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [15:12, 05:11](913 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [14:49, 03:07](980 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [14:23, 04:43](1114 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [13:55, 04:51](894 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [02:28, 03:34](785 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:37, 02:07](773 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [20:33, 15:42] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [13:38, 02:07](1101 MB) +PASS -- TEST 'conus13km_2threads_intel' [06:27, 01:26](1462 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [05:48, 01:53](941 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:27, 11:40] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [13:06, 01:55](944 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:23, 07:33] ( 771 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [13:04, 01:27](1084 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [12:19, 01:21](1082 MB) +PASS -- TEST 'conus13km_debug_intel' [11:16, 02:20](1195 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [11:15, 02:16](870 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:03, 01:20](1533 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [10:41, 01:43](1263 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:21, 06:41] ( 771 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [10:01, 01:26](1133 MB) + +PASS -- COMPILE 'hafsw_intel' [41:58, 09:19] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [09:46, 03:10](1803 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [09:39, 01:37](2145 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:29, 02:50](1266 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [09:24, 02:25](1303 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [09:18, 03:07](1451 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:23, 02:11](996 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:28, 03:07](1323 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [06:31, 02:53](1190 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [05:03, 04:09](2151 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:30, 02:33](1034 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:13, 02:24](1036 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [03:15, 02:09](1659 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:39, 02:15](1217 MB) +PASS -- TEST 'gnv1_nested_intel' [02:29, 04:37](1955 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [36:52, 05:23] ( 1447 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [02:31, 02:37](1731 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [38:55, 09:14] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [00:01, 02:33](1708 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [59:03, 01:55](1885 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [38:55, 09:15] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [59:02, 02:51](1887 MB) + +PASS -- COMPILE 'hafs_all_intel' [51:09, 08:55] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [53:52, 03:03](1270 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [53:52, 02:46](1251 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [53:50, 01:21](906 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [51:10, 09:07] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [52:36, 01:57](764 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [45:08, 01:37](756 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [48:11, 01:24](645 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [48:11, 01:28](643 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [46:49, 01:48](644 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [46:00, 01:16](765 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [45:35, 01:34](766 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [45:17, 01:53](644 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [45:06, 01:54](863 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [43:46, 02:37](854 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [42:46, 01:59](765 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [42:05, 01:37](2031 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [41:28, 01:17](2030 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [52:11, 09:12] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [41:15, 01:19](765 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [44:00, 01:01] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [58:45, 02:12](677 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [58:03, 01:46](815 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [41:10, 01:58](816 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [52:11, 09:27] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [40:51, 02:10](2006 MB) + +PASS -- COMPILE 'atml_intel' [50:06, 09:09] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [40:26, 03:37](2254 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [39:53, 03:14](2254 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [28:26, 02:02](1397 MB) + +PASS -- COMPILE 'atml_debug_intel' [24:40, 05:30] ( 866 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [39:51, 03:00](2298 MB) + +PASS -- COMPILE 'atmw_intel' [30:47, 08:39] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [38:27, 03:05](1976 MB) + +PASS -- COMPILE 'atmaero_intel' [30:47, 08:33] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [38:04, 02:40](3250 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [37:42, 02:29](3041 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [37:36, 02:37](3053 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [26:42, 04:45] ( 868 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [39:36, 02:35](4805 MB) SYNOPSIS: -Starting Date/Time: 20240918 13:47:32 -Ending Date/Time: 20240918 16:01:35 -Total Time: 02h:14m:30s +Starting Date/Time: 20240921 13:35:34 +Ending Date/Time: 20240921 15:50:26 +Total Time: 02h:15m:19s Compiles Completed: 37/37 -Tests Completed: 176/176 +Tests Completed: 175/176 +Failed Tests: +* TEST control_ras_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /lfs/h1/emc/nems/noscrub/brian.curtis/git/BrianCurtis-NOAA/ufs-weather-model/wcoss2_lib_bump/tests/logs/log_acorn/run_control_ras_intel.log + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF ACORN REGRESSION TESTING LOG==== +====START OF ACORN REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +ac821add06a576dcd9f87b18c2d72d34913a84a1 + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) + 635d9a100a736bd8d14ad091e879d5da6e4eb2bd CICE-interface/CICE (CICE6.0.0-373-g635d9a1) + 4c87095256c1c599c3ccaa857a95744158751a60 CICE-interface/CICE/icepack (Icepack1.1.0-191-g4c87095) + dc977bcadd1ade1a528dee75f1ad45e8bd80ca0a CMEPS-interface/CMEPS (cmeps_v0.4.1-2310-gdc977bc) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + a9364591091c836984a40107729720705847c195 FV3 (heads/develop) + ac3055eff06099d61cd65e18bc4f0353ffd83f46 FV3/atmos_cubed_sphere (201912_public_release-405-gac3055e) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + b6c433354394bd8ed5e46692a81149441ff4ae38 FV3/ccpp/physics (EP4-873-gb6c43335) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 81b38a88d860ce7e34e8507c2246151a54d96a39 FV3/upp (upp_v10.2.0-218-g81b38a88) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-567edcc94bc418d0dcd6cdaafed448eeb5aab570 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) + 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +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: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240909 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_606589 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: GFS-DEV +* (-n) - RUN SINGLE TEST: control_ras + +PASS -- COMPILE 'csawmg_intel' [09:22, 08:07] +PASS -- TEST 'control_ras_intel' [11:00, 01:48](674 MB) + +SYNOPSIS: +Starting Date/Time: 20240923 12:39:40 +Ending Date/Time: 20240923 12:54:27 +Total Time: 00h:14m:56s +Compiles Completed: 1/1 +Tests Completed: 1/1 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index 68df2e6d28..97923cf0b8 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,7 +1,7 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -4ac63b06501f964ea8feb3cb82fe4bd948d23093 +ce118b02fad212ff25d1995f8d323e41b841d615 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -37,286 +37,286 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240909 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_33930 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_83096 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [24:23, 23:06] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:28, 06:38](3199 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [27:24, 25:17] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [18:48, 14:50](1911 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:08, 16:15](1948 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:16, 08:06](1076 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:49, 16:39](1886 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [26:24, 24:59] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:26, 14:26](1905 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [15:19, 13:22] ( 1528 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:53, 23:43](1946 MB) - -PASS -- COMPILE 's2swa_intel' [24:23, 22:39] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [12:46, 08:31](3221 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:05, 08:20](3236 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:28, 05:01](3148 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [12:44, 08:21](3252 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:29, 04:58](3181 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [11:23, 07:48](3746 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [12:37, 08:19](3217 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [11:23, 06:38](3530 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:55, 08:15](3235 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [15:41, 09:52](3818 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [16:11, 06:53](3616 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [29:38, 09:54](4515 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [30:21, 06:50](4668 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:11, 06:09](3210 MB) - -PASS -- COMPILE 's2sw_intel' [23:22, 20:57] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:33, 05:54](1921 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:54, 08:07](1976 MB) - -PASS -- COMPILE 's2swa_debug_intel' [15:20, 13:19] ( 1418 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [15:49, 12:41](3303 MB) - -PASS -- COMPILE 's2sw_debug_intel' [14:19, 12:27] ( 1418 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:33, 08:47](1953 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [19:21, 17:42] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:50, 05:15](1987 MB) - -PASS -- COMPILE 's2s_intel' [19:21, 17:46] ( 6 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:07, 05:54](2881 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:10, 02:31](2890 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:36, 01:39](2306 MB) - -PASS -- COMPILE 's2swa_faster_intel' [27:20, 25:14] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [12:37, 08:13](3238 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [25:19, 23:47] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:52, 14:53](1935 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:01, 08:01](1092 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:50, 16:55](1903 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [14:16, 12:21] ( 1528 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:31, 24:38](1948 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:17, 14:52] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:34, 03:27](665 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:09, 02:43](1561 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:29, 02:47](1566 MB) -PASS -- TEST 'control_latlon_intel' [05:06, 02:42](1566 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:08, 02:45](1562 MB) -PASS -- TEST 'control_c48_intel' [12:05, 09:14](1592 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:44, 05:15](712 MB) -PASS -- TEST 'control_c192_intel' [14:01, 10:00](1694 MB) -PASS -- TEST 'control_c384_intel' [18:42, 11:26](1978 MB) -PASS -- TEST 'control_c384gdas_intel' [18:27, 07:18](1172 MB) -PASS -- TEST 'control_stochy_intel' [03:46, 01:26](623 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:49, 00:53](437 MB) -PASS -- TEST 'control_lndp_intel' [03:42, 01:27](625 MB) -PASS -- TEST 'control_iovr4_intel' [04:49, 02:12](617 MB) -PASS -- TEST 'control_iovr5_intel' [04:43, 02:07](622 MB) -PASS -- TEST 'control_p8_intel' [06:33, 03:35](1855 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:32, 03:06](1852 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:33, 03:38](1850 MB) -PASS -- TEST 'control_restart_p8_intel' [05:24, 02:26](1004 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:37, 03:42](1856 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:20, 02:28](1015 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:53, 03:53](1847 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:47, 03:32](1936 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:45, 06:04](1858 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:54, 04:01](1904 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:55, 03:26](1866 MB) -PASS -- TEST 'merra2_thompson_intel' [06:52, 03:40](1861 MB) -PASS -- TEST 'regional_control_intel' [08:08, 04:56](858 MB) -PASS -- TEST 'regional_restart_intel' [05:56, 03:01](863 MB) -PASS -- TEST 'regional_decomp_intel' [08:05, 05:11](859 MB) -PASS -- TEST 'regional_noquilt_intel' [08:06, 04:52](1191 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:06, 04:56](858 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:50, 04:59](863 MB) -PASS -- TEST 'regional_wofs_intel' [07:52, 05:41](1590 MB) - -PASS -- COMPILE 'rrfs_intel' [15:16, 13:31] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [09:25, 06:14](1006 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:48, 03:52](1154 MB) -PASS -- TEST 'rap_decomp_intel' [09:25, 06:26](1001 MB) -PASS -- TEST 'rap_2threads_intel' [09:25, 05:46](1093 MB) -PASS -- TEST 'rap_restart_intel' [06:15, 03:15](878 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:28, 06:09](1007 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:28, 06:25](1004 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:15, 04:40](880 MB) -PASS -- TEST 'hrrr_control_intel' [06:12, 03:14](998 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:12, 03:20](1000 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:12, 02:52](1076 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:39, 01:49](832 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:29, 06:02](998 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:02, 07:27](1963 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:01, 07:13](1955 MB) - -PASS -- COMPILE 'csawmg_intel' [14:16, 12:21] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [09:01, 06:38](958 MB) -PASS -- TEST 'control_ras_intel' [05:40, 02:52](655 MB) - -PASS -- COMPILE 'wam_intel' [14:16, 12:01] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [14:04, 10:19](1648 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [14:15, 12:29] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:26, 03:12](1854 MB) -PASS -- TEST 'regional_control_faster_intel' [06:55, 04:44](862 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [17:15, 15:22] ( 887 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:05, 02:13](1604 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:57, 02:07](1611 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:35, 03:02](812 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:26, 02:40](808 MB) -PASS -- TEST 'control_csawmg_debug_intel' [08:03, 04:45](1115 MB) -PASS -- TEST 'control_ras_debug_intel' [04:34, 02:40](818 MB) -PASS -- TEST 'control_diag_debug_intel' [06:21, 02:39](1669 MB) -PASS -- TEST 'control_debug_p8_intel' [06:06, 03:01](1899 MB) -PASS -- TEST 'regional_debug_intel' [19:03, 16:38](924 MB) -PASS -- TEST 'rap_control_debug_intel' [07:33, 04:57](1191 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:38, 04:38](1187 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:36, 04:44](1190 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:38, 04:44](1192 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:36, 04:45](1191 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:41, 05:02](1272 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:36, 04:49](1191 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:39, 04:50](1193 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:39, 04:46](1194 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:34, 04:44](1192 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:39, 04:45](1190 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:37, 04:42](1185 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:28, 07:33](1185 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:29, 04:43](1186 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:32, 05:50](1198 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:34, 05:07](1185 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:10, 08:17](1198 MB) - -PASS -- COMPILE 'wam_debug_intel' [10:14, 08:01] ( 842 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [16:01, 12:09](1698 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:16, 11:56] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:23, 03:31](1018 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:05, 05:11](880 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:03, 02:48](877 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:07, 04:47](937 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:11, 02:31](932 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:01, 02:55](878 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:07, 03:56](790 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:33, 01:33](771 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:16, 11:50] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:40, 01:58](1074 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:24, 01:08](1070 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:30, 01:14](963 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:17, 12:00] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:00, 03:42](900 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:16, 08:28] ( 790 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:28, 04:46](1064 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:28, 04:29](1064 MB) -PASS -- TEST 'conus13km_debug_intel' [18:08, 14:12](1146 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [18:05, 13:53](831 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:48, 08:05](1143 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:52, 13:47](1215 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:16, 08:16] ( 790 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:35, 05:05](1090 MB) - -PASS -- COMPILE 'hafsw_intel' [21:15, 19:04] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:26, 04:40](700 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:51, 05:20](1049 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:52, 06:31](753 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:03, 10:59](772 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:43, 12:01](795 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:29, 04:43](471 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:38, 05:47](487 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:54, 02:20](386 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:28, 06:14](456 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:02, 03:24](505 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:38, 03:06](503 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:24, 03:55](576 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:31, 01:15](421 MB) -PASS -- TEST 'gnv1_nested_intel' [08:19, 04:13](1710 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [11:16, 09:53] ( 1470 warnings 1481 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:14, 12:16](623 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:18, 18:17] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:28, 07:16](624 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:32, 07:20](682 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [21:22, 19:45] ( 5 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:40, 05:23](673 MB) - -PASS -- COMPILE 'hafs_all_intel' [18:15, 16:36] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:38, 05:44](737 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:44, 05:43](724 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:15, 16:17](894 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [11:13, 09:18] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:26, 02:32](756 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:42, 01:33](758 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:37, 02:23](645 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:38, 02:25](646 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:40, 02:25](651 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:36, 02:31](768 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:37, 02:30](768 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:31, 02:22](647 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:00, 05:44](698 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:08, 05:45](681 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:20, 02:31](769 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:49, 03:58](2032 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:41, 03:57](1970 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [08:13, 06:43] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:29, 05:13](753 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [11:14, 09:17] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:39, 02:29](756 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [05:13, 02:55] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:40, 01:14](306 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:30, 01:13](454 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:34, 00:51](451 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:18, 14:46] ( 5 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:52, 04:02](1914 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:17, 13:16] ( 5 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:29, 03:49](1899 MB) - -PASS -- COMPILE 'atml_intel' [17:14, 15:13] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:58, 06:51](1882 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:51, 07:20](1886 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:03, 04:03](1039 MB) - -PASS -- COMPILE 'atml_debug_intel' [13:13, 11:27] ( 885 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:42, 06:20](1926 MB) - -PASS -- COMPILE 'atmw_intel' [16:14, 14:28] ( 5 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:26, 02:16](1884 MB) - -PASS -- COMPILE 'atmaero_intel' [15:14, 13:24] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:31, 04:27](3128 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:44, 04:20](3002 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:07, 04:27](3014 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [11:14, 09:00] ( 887 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [28:06, 22:02](4553 MB) - -PASS -- COMPILE 'atm_fbh_intel' [14:14, 11:50] ( 8 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [10:37, 08:05](807 MB) +PASS -- COMPILE 's2swa_32bit_intel' [26:21, 24:44] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:40, 06:42](3203 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [28:22, 26:41] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [21:09, 14:46](1909 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:22, 15:57](1941 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [13:21, 08:07](1064 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:26, 16:48](1885 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [28:22, 26:40] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:35, 14:37](1910 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [17:17, 15:15] ( 1528 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [27:03, 23:41](1936 MB) + +PASS -- COMPILE 's2swa_intel' [26:20, 24:30] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [12:47, 08:18](3226 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:06, 08:20](3224 MB) +PASS -- TEST 'cpld_restart_p8_intel' [10:49, 05:06](3148 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [12:47, 08:14](3252 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [10:02, 05:05](3178 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [12:32, 07:42](3746 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [12:32, 08:08](3220 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:18, 06:48](3535 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:03, 08:20](3231 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [20:34, 09:52](3819 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [31:58, 07:03](3613 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [31:03, 09:51](4513 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [32:22, 06:50](4671 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:10, 06:19](3211 MB) + +PASS -- COMPILE 's2sw_intel' [24:20, 22:35] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [10:38, 05:56](1921 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:49, 08:04](1984 MB) + +PASS -- COMPILE 's2swa_debug_intel' [17:17, 14:57] ( 1418 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [17:07, 12:54](3300 MB) + +PASS -- COMPILE 's2sw_debug_intel' [16:17, 14:11] ( 1418 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [11:56, 08:46](1966 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [21:20, 19:02] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:52, 04:59](1987 MB) + +PASS -- COMPILE 's2s_intel' [21:24, 19:37] ( 6 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:13, 06:00](2881 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [06:14, 02:44](2888 MB) +PASS -- TEST 'cpld_restart_c48_intel' [05:21, 01:50](2306 MB) + +PASS -- COMPILE 's2swa_faster_intel' [28:27, 26:50] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [12:30, 08:03](3248 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [25:25, 23:45] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:47, 14:56](1931 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [16:17, 08:10](1105 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:02, 16:56](1898 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [14:18, 12:51] ( 1528 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:42, 24:17](1948 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [17:26, 15:14] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:47, 03:32](665 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [06:18, 02:48](1567 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:36, 02:46](1571 MB) +PASS -- TEST 'control_latlon_intel' [06:15, 02:43](1568 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:07, 02:49](1566 MB) +PASS -- TEST 'control_c48_intel' [12:07, 09:21](1586 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:42, 05:20](712 MB) +PASS -- TEST 'control_c192_intel' [13:49, 10:01](1697 MB) +PASS -- TEST 'control_c384_intel' [20:09, 11:22](1979 MB) +PASS -- TEST 'control_c384gdas_intel' [17:15, 07:15](1176 MB) +PASS -- TEST 'control_stochy_intel' [03:38, 01:33](624 MB) +PASS -- TEST 'control_stochy_restart_intel' [05:39, 00:56](436 MB) +PASS -- TEST 'control_lndp_intel' [03:35, 01:24](623 MB) +PASS -- TEST 'control_iovr4_intel' [04:38, 02:10](622 MB) +PASS -- TEST 'control_iovr5_intel' [04:37, 02:14](617 MB) +PASS -- TEST 'control_p8_intel' [07:19, 03:37](1859 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:58, 03:02](1864 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [07:47, 03:42](1853 MB) +PASS -- TEST 'control_restart_p8_intel' [05:28, 02:23](1007 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:46, 03:36](1848 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [06:19, 02:16](1015 MB) +PASS -- TEST 'control_decomp_p8_intel' [08:35, 03:40](1842 MB) +PASS -- TEST 'control_2threads_p8_intel' [08:35, 03:30](1941 MB) +PASS -- TEST 'control_p8_lndp_intel' [10:47, 05:58](1860 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:47, 04:04](1909 MB) +PASS -- TEST 'control_p8_mynn_intel' [08:55, 03:08](1864 MB) +PASS -- TEST 'merra2_thompson_intel' [09:30, 03:22](1864 MB) +PASS -- TEST 'regional_control_intel' [08:03, 04:58](858 MB) +PASS -- TEST 'regional_restart_intel' [07:51, 03:07](860 MB) +PASS -- TEST 'regional_decomp_intel' [08:04, 05:08](864 MB) +PASS -- TEST 'regional_noquilt_intel' [07:57, 04:47](1189 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:59, 04:52](863 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:53, 04:54](862 MB) +PASS -- TEST 'regional_wofs_intel' [07:56, 05:40](1592 MB) + +PASS -- COMPILE 'rrfs_intel' [16:18, 14:21] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:32, 06:12](1006 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:23, 03:49](1159 MB) +PASS -- TEST 'rap_decomp_intel' [10:48, 06:29](1003 MB) +PASS -- TEST 'rap_2threads_intel' [09:32, 05:47](1090 MB) +PASS -- TEST 'rap_restart_intel' [07:22, 03:13](879 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:36, 06:16](1001 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:36, 06:27](1004 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:16, 04:41](878 MB) +PASS -- TEST 'hrrr_control_intel' [07:20, 03:18](999 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:24, 03:23](1001 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:13, 02:51](1079 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:40, 01:45](827 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:34, 06:07](1002 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:07, 07:31](1961 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:06, 07:13](1954 MB) + +PASS -- COMPILE 'csawmg_intel' [15:24, 13:14] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [10:02, 06:28](962 MB) +PASS -- TEST 'control_ras_intel' [05:31, 02:57](657 MB) + +PASS -- COMPILE 'wam_intel' [15:20, 12:53] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [14:09, 10:17](1657 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [15:19, 12:58] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [07:35, 03:11](1856 MB) +PASS -- TEST 'regional_control_faster_intel' [07:54, 04:45](862 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [18:25, 16:24] ( 887 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [07:03, 02:20](1612 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [09:16, 02:08](1605 MB) +PASS -- TEST 'control_stochy_debug_intel' [06:36, 02:52](810 MB) +PASS -- TEST 'control_lndp_debug_intel' [07:32, 02:40](809 MB) +PASS -- TEST 'control_csawmg_debug_intel' [09:57, 04:44](1115 MB) +PASS -- TEST 'control_ras_debug_intel' [07:36, 02:39](816 MB) +PASS -- TEST 'control_diag_debug_intel' [08:36, 02:46](1661 MB) +PASS -- TEST 'control_debug_p8_intel' [10:00, 03:13](1896 MB) +PASS -- TEST 'regional_debug_intel' [19:58, 16:32](920 MB) +PASS -- TEST 'rap_control_debug_intel' [10:39, 04:43](1186 MB) +PASS -- TEST 'hrrr_control_debug_intel' [10:39, 04:38](1184 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [10:34, 04:40](1191 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [11:30, 04:44](1191 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [11:34, 04:43](1190 MB) +PASS -- TEST 'rap_diag_debug_intel' [12:30, 04:54](1273 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [11:32, 04:55](1190 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [10:41, 04:56](1193 MB) +PASS -- TEST 'rap_lndp_debug_intel' [11:39, 04:44](1199 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [11:31, 04:45](1194 MB) +PASS -- TEST 'rap_noah_debug_intel' [11:31, 04:35](1185 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [11:30, 04:44](1191 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [14:37, 07:32](1188 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [10:28, 04:39](1187 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [12:33, 05:51](1195 MB) +PASS -- TEST 'rap_flake_debug_intel' [14:37, 04:44](1190 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [19:04, 07:59](1190 MB) + +PASS -- COMPILE 'wam_debug_intel' [10:21, 08:45] ( 842 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:43, 12:10](1698 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:18, 12:02] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [19:15, 03:41](1015 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [16:04, 05:11](879 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [14:21, 02:49](876 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [15:53, 04:50](937 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [56:07, 02:33](931 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [16:02, 02:55](876 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [32:14, 03:56](788 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [27:22, 01:39](772 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:16, 12:21] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [22:26, 01:55](1075 MB) +PASS -- TEST 'conus13km_2threads_intel' [05:17, 01:00](1072 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [18:52, 01:19](961 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:17, 12:32] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [16:53, 03:50](901 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:16, 08:53] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [19:29, 04:32](1066 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [31:30, 04:36](1067 MB) +PASS -- TEST 'conus13km_debug_intel' [41:34, 13:57](1147 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [42:24, 14:04](831 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [19:22, 08:01](1146 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [44:13, 14:19](1214 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:15, 08:34] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [31:21, 04:43](1091 MB) + +PASS -- COMPILE 'hafsw_intel' [21:16, 18:49] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [09:28, 04:45](702 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [25:45, 05:20](1056 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [16:37, 06:34](752 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [21:23, 11:08](775 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:47, 12:14](801 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [16:23, 04:39](465 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [19:25, 05:52](487 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [16:00, 02:21](388 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [28:55, 06:21](454 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [13:06, 03:19](501 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [16:12, 03:05](501 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [20:27, 04:00](576 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [09:32, 01:16](419 MB) +PASS -- TEST 'gnv1_nested_intel' [31:00, 04:14](1707 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [12:14, 10:13] ( 1470 warnings 1481 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [28:30, 12:24](623 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [20:17, 18:27] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [23:35, 07:17](627 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [22:44, 07:26](686 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [22:17, 19:52] ( 5 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [20:31, 05:30](675 MB) + +PASS -- COMPILE 'hafs_all_intel' [19:17, 17:31] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:13, 05:46](735 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:16, 05:55](725 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [20:24, 16:12](895 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [11:14, 09:22] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [17:36, 02:33](768 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:36, 01:38](746 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [08:27, 02:24](644 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [18:30, 02:29](646 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [09:22, 02:27](653 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [18:33, 02:34](756 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [18:29, 02:32](767 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [18:28, 02:24](651 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [21:45, 05:45](697 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [22:37, 05:40](680 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [16:25, 02:30](768 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [18:38, 04:06](2032 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [19:43, 03:58](2035 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [09:13, 06:47] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [19:36, 05:20](752 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [33:45, 09:52] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:31, 02:30](769 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [24:48, 03:12] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [18:24, 01:25](310 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [18:16, 01:27](452 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [17:43, 00:50](457 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [34:48, 14:46] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [41:08, 04:02](1916 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [33:55, 14:02] ( 5 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [37:43, 04:01](1899 MB) + +PASS -- COMPILE 'atml_intel' [30:50, 15:45] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [23:42, 07:22](1887 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [23:43, 07:25](1890 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [15:03, 04:32](1034 MB) + +PASS -- COMPILE 'atml_debug_intel' [26:35, 12:19] ( 885 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [18:50, 06:12](1928 MB) + +PASS -- COMPILE 'atmw_intel' [25:54, 15:17] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [39:37, 02:18](1880 MB) + +PASS -- COMPILE 'atmaero_intel' [24:52, 13:57] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [29:03, 04:24](3130 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [10:54, 04:27](3004 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:31, 04:29](3022 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [17:38, 09:29] ( 887 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [35:59, 22:20](4546 MB) + +PASS -- COMPILE 'atm_fbh_intel' [18:48, 12:26] ( 8 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [23:51, 08:11](814 MB) SYNOPSIS: -Starting Date/Time: 20240919 07:53:20 -Ending Date/Time: 20240919 09:42:54 -Total Time: 01h:50m:32s +Starting Date/Time: 20240920 08:26:12 +Ending Date/Time: 20240920 14:44:43 +Total Time: 06h:20m:53s Compiles Completed: 42/42 Tests Completed: 185/185 diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index 69dff2601c..1c8f6a1453 100644 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,7 +1,7 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -a04244cbba4aaa7cd72d1546981457f04bea51e1 +34893eceee4525f5276fb3408f7432d3dc195032 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -37,287 +37,287 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240909 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_159670 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_79027 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [20:15, 18:43] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [15:25, 08:35](3201 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:14, 21:54] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [17:41, 13:58](1915 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:38, 14:11](1944 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:35, 06:48](1070 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:37, 15:37](1891 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [25:12, 23:24] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [15:52, 13:53](1915 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [15:14, 14:04] ( 1523 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [36:36, 25:58](1941 MB) - -PASS -- COMPILE 's2swa_intel' [21:11, 19:35] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [15:03, 10:24](3226 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:12, 10:25](3224 MB) -PASS -- TEST 'cpld_restart_p8_intel' [13:34, 06:24](3158 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [15:05, 10:19](3252 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [12:47, 06:04](3176 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [14:11, 08:59](3471 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [14:54, 10:08](3224 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [14:11, 08:51](3169 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:12, 10:14](3226 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [16:07, 10:05](3447 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [13:43, 06:34](3607 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [19:10, 10:00](4206 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:04, 06:04](4362 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [12:48, 08:11](3212 MB) - -PASS -- COMPILE 's2sw_intel' [20:15, 18:24] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [11:43, 06:12](1923 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [15:08, 08:51](1994 MB) - -PASS -- COMPILE 's2swa_debug_intel' [15:14, 13:30] ( 1413 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [25:41, 14:31](3283 MB) - -PASS -- COMPILE 's2sw_debug_intel' [14:13, 12:51] ( 1413 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:41, 09:18](1950 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [18:14, 16:13] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [13:53, 05:29](1992 MB) - -PASS -- COMPILE 's2s_intel' [18:14, 16:39] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [13:26, 05:33](2872 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [09:36, 01:57](2883 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:15, 01:07](2296 MB) - -PASS -- COMPILE 's2swa_faster_intel' [23:11, 20:54] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [15:52, 10:08](3224 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [24:12, 22:38] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:36, 15:09](1923 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:48, 08:07](1098 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:37, 17:29](1904 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [17:12, 15:25] ( 1523 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [31:26, 27:50](1946 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:12, 14:27] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:51, 03:45](663 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [10:23, 03:45](1562 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [10:21, 03:52](1575 MB) -PASS -- TEST 'control_latlon_intel' [08:13, 03:19](1566 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [09:23, 03:52](1565 MB) -PASS -- TEST 'control_c48_intel' [14:30, 09:52](1578 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:11, 05:44](699 MB) -PASS -- TEST 'control_c192_intel' [18:22, 11:33](1686 MB) -PASS -- TEST 'control_c384_intel' [31:45, 23:37](1958 MB) -PASS -- TEST 'control_c384gdas_intel' [23:37, 14:44](1153 MB) -PASS -- TEST 'control_stochy_intel' [03:51, 01:58](620 MB) -PASS -- TEST 'control_stochy_restart_intel' [05:31, 01:01](424 MB) -PASS -- TEST 'control_lndp_intel' [03:51, 02:02](619 MB) -PASS -- TEST 'control_iovr4_intel' [06:56, 02:58](618 MB) -PASS -- TEST 'control_iovr5_intel' [09:38, 02:40](618 MB) -PASS -- TEST 'control_p8_intel' [11:12, 03:41](1861 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [11:34, 03:34](1862 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [11:10, 03:44](1860 MB) -PASS -- TEST 'control_restart_p8_intel' [05:06, 02:23](1012 MB) -PASS -- TEST 'control_noqr_p8_intel' [11:02, 03:44](1853 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:15, 02:23](1021 MB) -PASS -- TEST 'control_decomp_p8_intel' [10:11, 03:44](1847 MB) -PASS -- TEST 'control_2threads_p8_intel' [10:11, 03:36](1942 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:50, 06:23](1860 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:08, 04:11](1910 MB) -PASS -- TEST 'control_p8_mynn_intel' [07:11, 03:38](1859 MB) -PASS -- TEST 'merra2_thompson_intel' [08:20, 04:04](1855 MB) -PASS -- TEST 'regional_control_intel' [07:42, 04:43](849 MB) -PASS -- TEST 'regional_restart_intel' [04:44, 02:33](854 MB) -PASS -- TEST 'regional_decomp_intel' [07:37, 05:05](849 MB) -PASS -- TEST 'regional_2threads_intel' [05:44, 02:54](993 MB) -PASS -- TEST 'regional_noquilt_intel' [06:44, 04:36](1179 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:47, 04:35](850 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:34, 04:40](857 MB) -PASS -- TEST 'regional_wofs_intel' [07:45, 06:04](1582 MB) - -PASS -- COMPILE 'rrfs_intel' [16:12, 14:09] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [09:08, 06:50](1002 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:16, 03:44](1145 MB) -PASS -- TEST 'rap_decomp_intel' [10:05, 07:17](1004 MB) -PASS -- TEST 'rap_2threads_intel' [09:04, 06:23](1085 MB) -PASS -- TEST 'rap_restart_intel' [06:20, 03:27](872 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:05, 06:56](1000 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:12, 07:30](1002 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:17, 04:53](871 MB) -PASS -- TEST 'hrrr_control_intel' [06:04, 03:49](1000 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:03, 03:55](998 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:07, 03:05](1073 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:45, 02:03](827 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:12, 07:08](999 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:40, 08:40](1959 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:31, 08:25](1950 MB) - -PASS -- COMPILE 'csawmg_intel' [15:15, 13:33] -PASS -- TEST 'control_csawmg_intel' [08:41, 06:56](959 MB) -PASS -- TEST 'control_ras_intel' [06:34, 03:26](652 MB) - -PASS -- COMPILE 'wam_intel' [15:15, 12:53] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [14:24, 11:50](1657 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [16:12, 14:01] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:27, 03:08](1861 MB) -PASS -- TEST 'regional_control_faster_intel' [06:53, 04:26](846 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [16:11, 14:50] ( 882 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:13, 02:49](1589 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:09, 02:41](1591 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:27, 03:10](794 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:32, 02:59](792 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:38, 04:13](1096 MB) -PASS -- TEST 'control_ras_debug_intel' [04:29, 02:49](800 MB) -PASS -- TEST 'control_diag_debug_intel' [04:54, 02:58](1653 MB) -PASS -- TEST 'control_debug_p8_intel' [04:45, 03:00](1890 MB) -PASS -- TEST 'regional_debug_intel' [18:44, 16:11](886 MB) -PASS -- TEST 'rap_control_debug_intel' [06:35, 05:04](1179 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:46, 04:54](1169 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:31, 05:12](1176 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:26, 05:06](1176 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:33, 05:04](1173 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:41, 05:18](1258 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:33, 05:11](1173 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:34, 05:08](1176 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:38, 05:12](1178 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:37, 05:22](1173 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:37, 04:56](1169 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:37, 05:06](1176 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:39, 08:24](1169 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:37, 05:13](1172 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:35, 06:25](1179 MB) -PASS -- TEST 'rap_flake_debug_intel' [08:35, 05:23](1175 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:10, 08:32](1178 MB) - -PASS -- COMPILE 'wam_debug_intel' [12:13, 10:48] ( 837 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [18:11, 13:33](1674 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:11, 13:26] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:18, 03:41](1012 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:08, 05:56](881 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:00, 03:53](878 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:53, 05:27](937 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:08, 02:44](925 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:04, 03:47](881 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:55, 04:08](776 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [08:34, 01:38](760 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:11, 12:47] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [06:19, 02:34](1083 MB) -PASS -- TEST 'conus13km_2threads_intel' [07:59, 00:59](1063 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [08:00, 01:32](961 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:11, 12:56] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:08, 04:38](906 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:11, 10:24] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:31, 05:15](1052 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:31, 04:48](1052 MB) -PASS -- TEST 'conus13km_debug_intel' [17:15, 14:55](1135 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [17:13, 14:37](807 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:00, 08:12](1111 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:37, 14:49](1200 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [12:11, 10:09] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:32, 05:18](1078 MB) - -PASS -- COMPILE 'hafsw_intel' [19:12, 17:10] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:28, 04:47](688 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:46, 03:59](1036 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:47, 07:28](732 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:21, 11:35](760 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:45, 12:35](779 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:16, 05:01](462 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [12:36, 06:15](480 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [09:11, 02:30](366 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [18:03, 06:51](430 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:09, 03:35](498 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [11:14, 03:13](496 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [11:17, 04:08](557 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [07:46, 01:13](396 MB) -PASS -- TEST 'gnv1_nested_intel' [13:06, 05:18](1700 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [14:12, 12:13] ( 1465 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [19:13, 12:14](585 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [18:14, 16:11] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [14:20, 07:04](598 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [15:20, 07:14](775 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [18:11, 16:49] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [12:07, 05:26](778 MB) - -PASS -- COMPILE 'hafs_all_intel' [17:11, 15:49] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [12:34, 05:49](718 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [14:20, 06:10](708 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [27:17, 20:01](893 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [15:14, 13:34] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [09:34, 02:36](765 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:24, 02:00](755 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [07:31, 02:26](645 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:27, 02:35](645 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [07:58, 02:29](643 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:28, 02:34](752 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [07:54, 02:36](765 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [06:30, 02:27](641 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:05, 06:08](694 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:10, 05:52](677 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:28, 02:35](765 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:30, 04:39](2030 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:33, 04:40](2031 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [10:13, 08:25] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:26, 05:27](746 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [15:14, 12:58] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:53, 02:32](766 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [05:15, 03:22] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:52, 02:53](308 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:49, 01:26](454 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [05:55, 01:01](454 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [17:13, 15:02] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:49, 04:34](1919 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [16:16, 14:24] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:36, 05:07](1907 MB) - -PASS -- COMPILE 'atml_intel' [16:11, 14:47] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:55, 07:53](1882 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [12:34, 08:40](1882 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [16:46, 04:14](1036 MB) - -PASS -- COMPILE 'atml_debug_intel' [14:13, 11:56] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:39, 07:02](1907 MB) - -PASS -- COMPILE 'atmw_intel' [17:16, 15:15] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:56, 02:19](1888 MB) - -PASS -- COMPILE 'atmaero_intel' [16:14, 14:04] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [11:04, 06:10](3122 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [11:15, 07:00](3006 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [11:03, 06:43](3018 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [13:12, 11:31] ( 882 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [22:49, 18:11](4486 MB) - -PASS -- COMPILE 'atm_fbh_intel' [15:14, 13:40] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:00, 08:56](800 MB) +PASS -- COMPILE 's2swa_32bit_intel' [22:13, 20:22] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:10, 08:17](3188 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [26:15, 24:38] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [16:54, 13:44](1910 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:40, 14:48](1925 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [19:52, 06:50](1070 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:23, 15:04](1880 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:16, 22:28] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [15:59, 13:20](1906 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [16:11, 14:21] ( 1523 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [29:43, 25:33](1938 MB) + +PASS -- COMPILE 's2swa_intel' [21:12, 19:25] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [16:03, 11:09](3212 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:50, 10:28](3210 MB) +PASS -- TEST 'cpld_restart_p8_intel' [23:55, 06:13](3136 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [14:40, 10:54](3234 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [24:13, 06:33](3159 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [14:28, 08:28](3453 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [16:40, 10:01](3208 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [15:44, 08:55](3154 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [17:01, 10:12](3211 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [18:02, 09:56](3441 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [25:29, 06:38](3595 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [19:27, 09:19](4191 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [25:19, 06:01](4348 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:54, 08:31](3196 MB) + +PASS -- COMPILE 's2sw_intel' [20:11, 18:47] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:36, 05:58](1925 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:43, 08:44](1978 MB) + +PASS -- COMPILE 's2swa_debug_intel' [16:11, 14:24] ( 1413 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [18:25, 14:09](3271 MB) + +PASS -- COMPILE 's2sw_debug_intel' [16:11, 14:15] ( 1413 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [11:35, 09:06](1950 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [19:12, 17:03] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:41, 05:20](1988 MB) + +PASS -- COMPILE 's2s_intel' [18:11, 16:56] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:14, 05:32](2865 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:28, 01:55](2875 MB) +PASS -- TEST 'cpld_restart_c48_intel' [05:09, 01:09](2287 MB) + +PASS -- COMPILE 's2swa_faster_intel' [24:13, 22:09] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [26:03, 10:00](3211 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [25:15, 23:47] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [27:10, 15:24](1922 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:31, 07:13](1095 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:33, 17:10](1902 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [16:12, 14:35] ( 1523 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:27, 27:53](1951 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [18:13, 16:09] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [18:31, 03:56](663 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [22:19, 03:22](1561 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [21:15, 03:53](1564 MB) +PASS -- TEST 'control_latlon_intel' [22:06, 03:38](1571 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [20:18, 03:36](1571 MB) +PASS -- TEST 'control_c48_intel' [28:48, 09:57](1576 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [24:06, 05:42](697 MB) +PASS -- TEST 'control_c192_intel' [28:01, 11:11](1690 MB) +PASS -- TEST 'control_c384_intel' [40:22, 23:39](1957 MB) +PASS -- TEST 'control_c384gdas_intel' [30:21, 14:29](1150 MB) +PASS -- TEST 'control_stochy_intel' [11:42, 02:01](618 MB) +PASS -- TEST 'control_stochy_restart_intel' [04:37, 01:13](423 MB) +PASS -- TEST 'control_lndp_intel' [10:45, 01:52](617 MB) +PASS -- TEST 'control_iovr4_intel' [13:48, 02:57](616 MB) +PASS -- TEST 'control_iovr5_intel' [13:36, 02:51](616 MB) +PASS -- TEST 'control_p8_intel' [14:27, 03:45](1857 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [13:32, 03:21](1857 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [09:20, 03:48](1856 MB) +PASS -- TEST 'control_restart_p8_intel' [05:17, 02:03](1005 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:15, 04:00](1856 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:12, 02:36](1016 MB) +PASS -- TEST 'control_decomp_p8_intel' [08:25, 04:03](1848 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:12, 03:29](1930 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:54, 06:33](1860 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:29, 04:34](1907 MB) +PASS -- TEST 'control_p8_mynn_intel' [07:41, 03:32](1864 MB) +PASS -- TEST 'merra2_thompson_intel' [08:13, 03:57](1858 MB) +PASS -- TEST 'regional_control_intel' [07:40, 05:03](849 MB) +PASS -- TEST 'regional_restart_intel' [05:46, 02:49](846 MB) +PASS -- TEST 'regional_decomp_intel' [07:40, 04:59](848 MB) +PASS -- TEST 'regional_2threads_intel' [06:03, 03:02](987 MB) +PASS -- TEST 'regional_noquilt_intel' [06:40, 04:45](1170 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:51, 04:35](856 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:36, 04:45](849 MB) +PASS -- TEST 'regional_wofs_intel' [08:47, 06:16](1573 MB) + +PASS -- COMPILE 'rrfs_intel' [16:14, 14:49] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [10:17, 06:55](998 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [21:21, 03:47](1128 MB) +PASS -- TEST 'rap_decomp_intel' [22:24, 07:11](995 MB) +PASS -- TEST 'rap_2threads_intel' [10:17, 06:08](1080 MB) +PASS -- TEST 'rap_restart_intel' [06:04, 03:25](865 MB) +PASS -- TEST 'rap_sfcdiff_intel' [22:22, 06:58](997 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [21:24, 07:16](998 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:15, 04:52](864 MB) +PASS -- TEST 'hrrr_control_intel' [10:17, 04:09](994 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [12:32, 04:58](1000 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [17:20, 03:09](1070 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:39, 01:59](820 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:05, 07:49](991 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:04, 08:49](1950 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:04, 08:49](1942 MB) + +PASS -- COMPILE 'csawmg_intel' [16:12, 14:30] +PASS -- TEST 'control_csawmg_intel' [10:04, 06:57](955 MB) +PASS -- TEST 'control_ras_intel' [06:53, 03:43](652 MB) + +PASS -- COMPILE 'wam_intel' [16:11, 14:02] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [14:17, 11:51](1641 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [17:11, 15:26] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:17, 03:17](1856 MB) +PASS -- TEST 'regional_control_faster_intel' [06:42, 04:30](845 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [16:12, 14:55] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:11, 02:52](1587 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:04, 03:02](1590 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:31, 03:09](791 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:36, 02:53](791 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:43, 04:15](1091 MB) +PASS -- TEST 'control_ras_debug_intel' [05:29, 02:50](800 MB) +PASS -- TEST 'control_diag_debug_intel' [05:49, 03:13](1650 MB) +PASS -- TEST 'control_debug_p8_intel' [05:45, 03:01](1875 MB) +PASS -- TEST 'regional_debug_intel' [19:48, 16:13](884 MB) +PASS -- TEST 'rap_control_debug_intel' [08:35, 05:01](1171 MB) +PASS -- TEST 'hrrr_control_debug_intel' [08:35, 05:04](1166 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [08:32, 05:09](1168 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [08:33, 05:07](1168 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:27, 05:11](1171 MB) +PASS -- TEST 'rap_diag_debug_intel' [09:39, 05:34](1259 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:35, 05:20](1169 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [09:31, 05:26](1171 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:33, 05:07](1171 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:39, 05:20](1171 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:39, 04:52](1167 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:39, 05:08](1171 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:33, 07:56](1171 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:32, 05:01](1165 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:31, 06:05](1170 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:36, 04:59](1171 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:17, 08:32](1176 MB) + +PASS -- COMPILE 'wam_debug_intel' [13:12, 11:24] ( 837 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [17:11, 13:20](1679 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [17:12, 15:51] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:13, 03:31](1007 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:08, 05:50](876 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:13, 03:37](871 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:14, 05:18](931 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:12, 02:53](918 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [08:03, 03:43](872 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:59, 04:12](773 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:39, 01:43](754 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:11, 15:05] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [07:23, 02:12](1076 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:56, 01:00](1053 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:02, 01:26](953 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [17:13, 15:23] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:07, 04:28](902 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [14:12, 12:30] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:31, 04:59](1049 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:25, 05:16](1045 MB) +PASS -- TEST 'conus13km_debug_intel' [17:09, 14:09](1130 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [19:06, 14:37](803 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [12:01, 08:26](1112 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:58, 14:38](1199 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [13:12, 11:26] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:33, 05:00](1070 MB) + +PASS -- COMPILE 'hafsw_intel' [20:12, 18:39] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:25, 04:50](682 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:44, 04:02](1029 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:48, 07:21](727 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:27, 11:48](762 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:08, 12:33](777 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:20, 05:12](464 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:36, 06:16](477 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:34, 02:29](364 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:05, 07:05](436 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:09, 03:45](493 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:16, 03:31](497 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:15, 04:07](553 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [06:46, 01:15](395 MB) +PASS -- TEST 'gnv1_nested_intel' [12:29, 05:07](1696 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [15:11, 13:43] ( 1465 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [19:18, 12:36](581 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [19:14, 17:07] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [14:17, 07:16](597 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [17:32, 07:08](777 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [22:11, 20:50] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [23:53, 05:30](778 MB) + +PASS -- COMPILE 'hafs_all_intel' [19:15, 17:37] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [15:29, 05:58](721 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [21:19, 05:57](704 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [31:20, 20:28](892 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [15:12, 12:50] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:33, 02:36](752 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [13:36, 01:35](741 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [10:26, 02:27](644 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:32, 02:27](650 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [18:29, 02:31](642 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [18:34, 02:35](752 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [17:30, 02:37](752 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [17:29, 02:30](642 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [21:26, 06:07](694 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [20:09, 05:53](680 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [16:26, 02:34](765 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:25, 04:38](2030 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [18:30, 04:39](2030 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [10:12, 08:25] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [18:31, 05:30](748 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [16:14, 14:05] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [15:29, 02:33](764 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [05:10, 03:43] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [14:05, 01:49](308 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [11:53, 01:13](454 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:57, 01:07](454 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [17:11, 15:32] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [14:33, 04:12](1909 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [16:11, 14:14] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [14:32, 04:02](1895 MB) + +PASS -- COMPILE 'atml_intel' [17:12, 15:26] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [16:05, 07:36](1889 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [16:04, 07:18](1890 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:03, 04:12](1031 MB) + +PASS -- COMPILE 'atml_debug_intel' [14:11, 12:50] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [14:49, 06:25](1918 MB) + +PASS -- COMPILE 'atmw_intel' [17:13, 15:47] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [10:06, 02:28](1879 MB) + +PASS -- COMPILE 'atmaero_intel' [17:15, 14:57] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [13:39, 06:19](3108 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [13:37, 06:44](2993 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [14:25, 06:58](3007 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [14:11, 12:39] ( 882 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [23:36, 18:21](4361 MB) + +PASS -- COMPILE 'atm_fbh_intel' [16:14, 14:21] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [10:51, 08:57](797 MB) SYNOPSIS: -Starting Date/Time: 20240918 23:35:48 -Ending Date/Time: 20240919 01:30:37 -Total Time: 01h:55m:53s +Starting Date/Time: 20240920 15:26:28 +Ending Date/Time: 20240920 17:29:12 +Total Time: 02h:04m:00s Compiles Completed: 42/42 Tests Completed: 186/186 diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index 60f1b9f054..2a303310d1 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,7 +1,7 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -9e7771572ae0e1b5f6c71e6bc0e1e8f79b7af8b5 +b95e609779120a4b25ff8dfad685996d7be80821 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -26,376 +26,376 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240909 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3988882 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3789171 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [15:12, 12:59] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [12:23, 06:34](3332 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [19:12, 16:53] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [20:05, 17:24](1974 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:26, 18:09](2155 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:18, 08:22](1286 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:57, 19:41](1888 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:13, 16:33] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [20:44, 17:06](1962 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:11, 05:54] ( 1523 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:00, 23:54](1939 MB) - -PASS -- COMPILE 's2swa_intel' [15:12, 12:57] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [13:19, 07:48](3355 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:26, 07:38](3339 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:22, 04:28](3271 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [13:19, 07:43](3388 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:22, 04:19](3291 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [13:19, 07:22](3644 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [14:15, 07:52](3326 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [10:14, 06:12](3237 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:24, 07:44](3370 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [17:16, 10:24](3535 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [10:34, 06:31](3611 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:50, 08:53](4301 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:40, 06:09](4384 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [11:13, 05:38](3342 MB) - -PASS -- COMPILE 's2sw_intel' [14:12, 12:28] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [12:59, 05:49](1979 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [14:04, 07:34](2037 MB) - -PASS -- COMPILE 's2swa_debug_intel' [08:12, 06:06] ( 1413 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [15:56, 13:30](3413 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:11, 05:25] ( 1413 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:04, 09:14](2010 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:12, 11:41] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:58, 04:21](2053 MB) - -PASS -- COMPILE 's2s_intel' [13:12, 11:20] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:39, 07:45](3033 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:40, 02:45](3043 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:41, 01:34](2481 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:12, 16:51] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:23, 07:19](3367 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:12, 16:25] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:13, 17:33](2024 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:10, 08:20](1283 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:07, 20:01](1948 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:10, 05:41] ( 1523 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [33:12, 26:41](1965 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:12, 10:51] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:25, 03:26](706 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [06:51, 03:12](1596 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:50, 03:16](1597 MB) -PASS -- TEST 'control_latlon_intel' [06:44, 03:16](1598 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:52, 03:17](1597 MB) -PASS -- TEST 'control_c48_intel' [13:51, 11:28](1724 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:25, 06:29](859 MB) -PASS -- TEST 'control_c192_intel' [15:06, 12:01](1737 MB) -PASS -- TEST 'control_c384_intel' [18:13, 13:46](1987 MB) -PASS -- TEST 'control_c384gdas_intel' [12:54, 08:21](1389 MB) -PASS -- TEST 'control_stochy_intel' [03:21, 01:40](661 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:24, 01:01](507 MB) -PASS -- TEST 'control_lndp_intel' [03:20, 01:35](657 MB) -PASS -- TEST 'control_iovr4_intel' [04:21, 02:31](659 MB) -PASS -- TEST 'control_iovr5_intel' [04:23, 02:29](667 MB) -PASS -- TEST 'control_p8_intel' [05:54, 03:42](1869 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:55, 03:09](1887 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:50, 03:41](1883 MB) -PASS -- TEST 'control_restart_p8_intel' [03:44, 02:01](1132 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:46, 03:36](1877 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:56, 02:00](1166 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:44, 03:43](1874 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:44, 03:29](1958 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:44, 06:31](1893 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:47, 04:03](1953 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:52, 03:05](1901 MB) -PASS -- TEST 'merra2_thompson_intel' [05:51, 03:21](1902 MB) -PASS -- TEST 'regional_control_intel' [07:36, 05:20](1094 MB) -PASS -- TEST 'regional_restart_intel' [04:38, 02:54](1085 MB) -PASS -- TEST 'regional_decomp_intel' [07:35, 05:38](1092 MB) -PASS -- TEST 'regional_2threads_intel' [05:33, 03:24](1091 MB) -PASS -- TEST 'regional_noquilt_intel' [07:38, 05:18](1394 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:36, 05:21](1091 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:36, 05:25](1099 MB) -PASS -- TEST 'regional_wofs_intel' [08:35, 06:53](1914 MB) - -PASS -- COMPILE 'rrfs_intel' [12:12, 10:31] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [09:40, 07:49](1107 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:07, 04:08](1248 MB) -PASS -- TEST 'rap_decomp_intel' [10:34, 08:09](1038 MB) -PASS -- TEST 'rap_2threads_intel' [09:35, 07:23](1165 MB) -PASS -- TEST 'rap_restart_intel' [05:42, 04:03](1098 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:39, 07:46](1098 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:36, 08:10](1033 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:45, 05:53](1126 MB) -PASS -- TEST 'hrrr_control_intel' [05:46, 03:59](1044 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:36, 04:06](1034 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:32, 03:40](1105 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:28, 02:12](1002 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:43, 07:42](1095 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:25, 09:25](1986 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:24, 09:10](2055 MB) - -PASS -- COMPILE 'csawmg_intel' [11:12, 09:58] -PASS -- TEST 'control_csawmg_intel' [08:35, 06:14](1024 MB) -PASS -- TEST 'control_ras_intel' [05:22, 03:18](759 MB) - -PASS -- COMPILE 'csawmg_gnu' [08:12, 04:19] -PASS -- TEST 'control_csawmg_gnu' [11:35, 08:22](746 MB) - -PASS -- COMPILE 'wam_intel' [12:12, 10:09] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:48, 11:21](1678 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [15:12, 10:09] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:48, 02:45](1891 MB) -PASS -- TEST 'regional_control_faster_intel' [06:33, 04:50](1092 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [11:11, 07:37] ( 882 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:38, 02:10](1622 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:39, 02:10](1619 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:21, 03:05](833 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:22, 02:44](831 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:37, 04:20](1140 MB) -PASS -- TEST 'control_ras_debug_intel' [04:21, 02:53](836 MB) -PASS -- TEST 'control_diag_debug_intel' [04:44, 02:51](1679 MB) -PASS -- TEST 'control_debug_p8_intel' [04:38, 02:50](1898 MB) -PASS -- TEST 'regional_debug_intel' [19:38, 17:47](1097 MB) -PASS -- TEST 'rap_control_debug_intel' [06:23, 05:01](1217 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:25, 04:49](1213 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:22, 04:59](1217 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:21, 04:55](1217 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:21, 04:54](1214 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:35, 05:24](1302 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:22, 05:03](1217 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:21, 05:09](1216 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:21, 05:00](1222 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:24, 04:57](1227 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:23, 04:53](1216 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:21, 05:03](1212 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:21, 08:06](1213 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:22, 04:56](1217 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:24, 05:55](1218 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:24, 04:57](1217 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:42, 08:36](1228 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [06:12, 04:00] -PASS -- TEST 'control_csawmg_debug_gnu' [04:38, 02:19](728 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:11, 04:41] ( 837 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:49, 13:27](1695 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 09:47] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:04, 03:53](1125 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:40, 06:27](1048 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:38, 03:25](993 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:35, 06:12](1091 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:30, 03:13](958 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:29, 03:38](930 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:46, 05:00](1031 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:25, 01:54](931 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:11, 10:02] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:59, 02:10](1194 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:42, 00:54](1117 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:40, 01:20](1098 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:11, 10:10] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:40, 04:09](985 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 04:57] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:23, 04:56](1097 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:21, 05:02](1092 MB) -PASS -- TEST 'conus13km_debug_intel' [17:45, 15:10](1230 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:49, 14:59](932 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:41, 08:25](1164 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:41, 14:53](1301 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 04:48] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:22, 05:06](1147 MB) - -PASS -- COMPILE 'hafsw_intel' [13:11, 11:30] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:20, 05:02](721 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:31, 06:19](1094 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:25, 06:59](809 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:19, 13:31](849 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:40, 15:14](867 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:08, 05:29](495 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:25, 06:43](503 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:49, 02:44](374 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:34, 07:13](473 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:48, 03:42](521 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:59, 03:32](520 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:53, 04:08](581 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:32, 01:18](400 MB) -PASS -- TEST 'gnv1_nested_intel' [07:35, 04:14](1741 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:11, 04:57] ( 1465 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:54, 13:22](588 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [13:11, 11:21] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:05, 08:55](658 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:09, 08:51](695 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:12, 11:32] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:30, 06:32](727 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:12, 10:46] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:17, 06:31](811 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:15, 06:43](799 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:59, 16:18](1218 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:11, 06:27] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:19, 02:54](1170 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:20, 01:40](1114 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:19, 02:45](1044 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:23, 02:39](1031 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:19, 02:41](1025 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:18, 02:44](1161 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:19, 02:45](1169 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:19, 02:38](1039 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:55, 06:13](1075 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:41, 06:29](1061 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:17, 02:46](1157 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:27, 04:13](2451 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:21, 03:59](2462 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 03:14] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:22, 06:30](1080 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 06:46] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:19, 02:46](1158 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:08] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:30, 00:46](264 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:26, 00:54](327 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:28, 00:36](322 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:12, 10:36] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:22, 03:50](1945 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:12, 10:18] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:05, 03:36](1933 MB) - -PASS -- COMPILE 'atml_intel' [12:13, 10:40] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:05, 04:25](1868 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [07:00, 04:29](1867 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:43, 02:30](1099 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:12, 05:57] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:57, 05:53](1902 MB) - -PASS -- COMPILE 'atmw_intel' [12:13, 10:57] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:51, 01:56](1937 MB) - -PASS -- COMPILE 'atmaero_intel' [12:12, 10:42] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:56, 04:24](3207 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:57, 04:56](3108 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:47, 04:58](3127 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [06:11, 04:35] ( 882 warnings 6 remarks ) - -PASS -- COMPILE 'atm_gnu' [06:11, 04:31] -PASS -- TEST 'control_c48_gnu' [11:42, 09:17](1511 MB) -PASS -- TEST 'control_stochy_gnu' [05:26, 03:34](499 MB) -PASS -- TEST 'control_ras_gnu' [06:23, 04:57](506 MB) -PASS -- TEST 'control_p8_gnu' [08:07, 05:12](1457 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [07:59, 05:09](1458 MB) -PASS -- TEST 'control_flake_gnu' [12:25, 10:27](540 MB) - -PASS -- COMPILE 'rrfs_gnu' [06:11, 04:17] -PASS -- TEST 'rap_control_gnu' [12:33, 10:50](843 MB) -PASS -- TEST 'rap_decomp_gnu' [12:31, 11:04](812 MB) -PASS -- TEST 'rap_2threads_gnu' [11:44, 10:04](921 MB) -PASS -- TEST 'rap_restart_gnu' [07:41, 05:34](578 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [12:49, 10:55](813 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [13:33, 11:10](815 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:41, 07:59](580 MB) -PASS -- TEST 'hrrr_control_gnu' [07:43, 05:37](812 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [07:39, 05:45](834 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [06:50, 05:05](911 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [07:35, 05:40](813 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:28, 02:59](564 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:30, 02:55](659 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [12:46, 10:32](809 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 06:29] -PASS -- TEST 'control_diag_debug_gnu' [03:49, 01:41](1275 MB) -PASS -- TEST 'regional_debug_gnu' [13:39, 11:26](743 MB) -PASS -- TEST 'rap_control_debug_gnu' [04:23, 02:39](827 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [04:27, 02:38](825 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [04:25, 02:37](826 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [04:23, 02:36](830 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:46, 02:53](912 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:25, 04:04](821 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:24, 02:42](827 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [04:22, 02:38](821 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:24, 01:37](461 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:22, 01:47](450 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:39, 01:36](1433 MB) -PASS -- TEST 'rap_flake_debug_gnu' [04:24, 02:35](823 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:23, 02:50](824 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:43, 04:25](831 MB) - -PASS -- COMPILE 'wam_debug_gnu' [04:10, 02:33] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 04:06] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [11:32, 09:26](716 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:42, 04:55](709 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [10:40, 08:39](751 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:33, 04:40](751 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [07:35, 05:18](706 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [08:36, 07:03](556 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:25, 02:37](539 MB) -PASS -- TEST 'conus13km_control_gnu' [06:26, 03:15](876 MB) -PASS -- TEST 'conus13km_2threads_gnu' [07:47, 05:37](875 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:45, 01:49](559 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 09:45] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:43, 05:39](728 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 06:29] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:27, 02:32](719 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:24, 02:33](718 MB) -PASS -- TEST 'conus13km_debug_gnu' [09:48, 07:06](894 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [09:43, 07:10](582 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [09:40, 06:58](897 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [09:45, 07:06](962 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 06:31] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:28, 02:36](748 MB) - -PASS -- COMPILE 's2swa_gnu' [18:12, 16:29] - -PASS -- COMPILE 's2s_gnu' [18:11, 16:09] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [17:10, 14:27](1520 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [05:11, 03:08] - -PASS -- COMPILE 's2sw_pdlib_gnu' [18:12, 16:18] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [21:59, 19:49](1471 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:10, 02:58] - -PASS -- COMPILE 'datm_cdeps_gnu' [17:12, 15:45] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:19, 03:01](696 MB) - -PASS -- COMPILE 'atm_fbh_intel' [11:12, 09:45] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [13:29, 11:20](1090 MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:11, 12:59] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:09, 06:35](3310 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:12, 16:27] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [20:10, 17:37](1974 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:14, 18:13](2158 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:13, 08:26](1260 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:09, 19:42](1857 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:12, 17:03] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [19:53, 17:19](1935 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:11, 06:09] ( 1523 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:04, 23:51](1925 MB) + +PASS -- COMPILE 's2swa_intel' [15:11, 13:21] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [11:20, 07:40](3339 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:32, 07:36](3361 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:23, 04:18](3261 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [11:20, 07:49](3350 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:23, 04:22](3276 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:21, 07:17](3643 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [11:19, 07:54](3307 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:21, 06:16](3222 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:32, 07:41](3330 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:19, 10:25](3528 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:49, 06:39](3623 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [19:12, 09:10](4278 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [18:17, 05:46](4374 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:18, 05:32](3311 MB) + +PASS -- COMPILE 's2sw_intel' [13:12, 12:07] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:08, 05:50](1992 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:12, 07:24](2011 MB) + +PASS -- COMPILE 's2swa_debug_intel' [08:11, 06:12] ( 1413 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [16:07, 13:41](3401 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:11, 05:50] ( 1413 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:01, 09:17](2007 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [13:11, 11:30] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:16, 04:32](2038 MB) + +PASS -- COMPILE 's2s_intel' [13:11, 11:20] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:54, 07:54](3038 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:53, 02:43](3027 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:58, 01:35](2490 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:11, 16:56] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:28, 07:20](3355 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:11, 15:54] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:19, 17:33](2007 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:23, 08:28](1271 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [23:04, 20:08](1918 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:11, 06:16] ( 1523 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:21, 26:17](1946 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:11, 11:18] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:25, 03:23](704 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:47, 03:15](1581 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:53, 03:19](1596 MB) +PASS -- TEST 'control_latlon_intel' [05:41, 03:14](1575 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:47, 03:15](1585 MB) +PASS -- TEST 'control_c48_intel' [13:42, 11:29](1719 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:27, 06:30](849 MB) +PASS -- TEST 'control_c192_intel' [14:17, 12:03](1761 MB) +PASS -- TEST 'control_c384_intel' [17:23, 13:56](1985 MB) +PASS -- TEST 'control_c384gdas_intel' [13:13, 08:11](1373 MB) +PASS -- TEST 'control_stochy_intel' [03:28, 01:38](654 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:31, 01:02](509 MB) +PASS -- TEST 'control_lndp_intel' [03:25, 01:34](658 MB) +PASS -- TEST 'control_iovr4_intel' [04:26, 02:30](649 MB) +PASS -- TEST 'control_iovr5_intel' [04:25, 02:32](656 MB) +PASS -- TEST 'control_p8_intel' [05:56, 03:46](1857 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:56, 03:09](1854 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:51, 03:42](1866 MB) +PASS -- TEST 'control_restart_p8_intel' [04:51, 02:05](1119 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:51, 03:44](1872 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:53, 02:00](1164 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:47, 03:47](1874 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:46, 03:34](1963 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:42, 06:31](1890 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:51, 04:09](1925 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:53, 03:11](1905 MB) +PASS -- TEST 'merra2_thompson_intel' [05:52, 03:28](1903 MB) +PASS -- TEST 'regional_control_intel' [07:38, 05:22](1088 MB) +PASS -- TEST 'regional_restart_intel' [05:36, 03:02](1080 MB) +PASS -- TEST 'regional_decomp_intel' [07:33, 05:42](1082 MB) +PASS -- TEST 'regional_2threads_intel' [05:38, 03:26](1087 MB) +PASS -- TEST 'regional_noquilt_intel' [07:43, 05:17](1385 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:39, 05:23](1087 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:36, 05:19](1084 MB) +PASS -- TEST 'regional_wofs_intel' [08:36, 07:01](1897 MB) + +PASS -- COMPILE 'rrfs_intel' [12:12, 10:53] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:45, 07:54](1101 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:21, 04:13](1245 MB) +PASS -- TEST 'rap_decomp_intel' [10:44, 08:12](1029 MB) +PASS -- TEST 'rap_2threads_intel' [09:45, 07:22](1166 MB) +PASS -- TEST 'rap_restart_intel' [06:49, 04:07](1104 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:47, 07:47](1108 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:44, 08:14](1033 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:48, 05:51](1136 MB) +PASS -- TEST 'hrrr_control_intel' [06:45, 04:01](1041 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:45, 04:06](1022 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:48, 03:41](1099 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:32, 02:13](990 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:55, 07:42](1099 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:32, 09:25](1963 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:28, 09:04](2056 MB) + +PASS -- COMPILE 'csawmg_intel' [11:11, 09:51] +PASS -- TEST 'control_csawmg_intel' [08:47, 06:13](1028 MB) +PASS -- TEST 'control_ras_intel' [05:24, 03:18](743 MB) + +PASS -- COMPILE 'csawmg_gnu' [06:10, 04:15] +PASS -- TEST 'control_csawmg_gnu' [10:49, 08:26](739 MB) + +PASS -- COMPILE 'wam_intel' [12:11, 10:26] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [14:46, 11:26](1662 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [12:11, 10:48] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:58, 02:52](1884 MB) +PASS -- TEST 'regional_control_faster_intel' [07:37, 04:56](1076 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:11, 07:43] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:43, 02:13](1608 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:44, 02:10](1615 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:20, 03:10](825 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:20, 02:49](832 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:34, 04:22](1135 MB) +PASS -- TEST 'control_ras_debug_intel' [04:23, 02:55](833 MB) +PASS -- TEST 'control_diag_debug_intel' [05:47, 02:50](1687 MB) +PASS -- TEST 'control_debug_p8_intel' [05:40, 02:45](1892 MB) +PASS -- TEST 'regional_debug_intel' [19:38, 17:48](1133 MB) +PASS -- TEST 'rap_control_debug_intel' [06:24, 05:02](1213 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:24, 04:54](1215 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:22, 05:02](1215 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:22, 05:08](1207 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:22, 05:07](1210 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:41, 05:29](1296 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:24, 05:12](1212 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:22, 05:17](1209 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:24, 05:01](1217 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:23, 05:05](1212 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:24, 04:53](1209 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:26, 05:05](1209 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:27, 08:24](1213 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:23, 04:59](1210 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [09:24, 06:27](1192 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:23, 05:03](1215 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:40, 08:39](1216 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [06:11, 04:18] +PASS -- TEST 'control_csawmg_debug_gnu' [04:46, 02:22](714 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:12, 05:45] ( 837 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:45, 13:44](1687 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 09:45] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:03, 03:57](1119 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:40, 06:30](1044 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:36, 03:27](976 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:34, 06:11](1082 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:32, 03:11](954 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:35, 03:37](931 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:40, 04:54](1021 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:24, 01:52](920 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:11, 09:55] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:57, 02:09](1191 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:50, 00:57](1106 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:41, 01:16](1098 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:12, 10:03] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:42, 04:17](978 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 05:05] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:22, 05:02](1089 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:24, 04:56](1091 MB) +PASS -- TEST 'conus13km_debug_intel' [17:49, 15:23](1234 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [17:45, 15:28](931 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:43, 08:29](1149 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:46, 15:13](1297 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 04:35] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:23, 05:12](1106 MB) + +PASS -- COMPILE 'hafsw_intel' [13:12, 11:32] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:18, 05:06](731 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:30, 06:08](1095 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:27, 07:01](817 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:14, 13:34](847 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:31, 15:22](864 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:16, 05:29](490 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:25, 06:59](506 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:45, 02:41](379 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:02, 07:22](464 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:52, 03:44](518 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:56, 03:29](523 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:55, 04:18](574 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:28, 01:10](400 MB) +PASS -- TEST 'gnv1_nested_intel' [07:29, 04:12](1729 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [07:11, 05:37] ( 1465 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:49, 13:19](588 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [13:11, 11:19] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:55, 08:45](640 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [13:04, 08:53](733 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:11, 11:43] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:25, 06:28](720 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:11, 10:56] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:12, 06:33](822 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:09, 06:35](793 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:53, 16:04](1213 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:11, 06:35] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:19, 02:41](1161 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:18, 01:37](1101 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:16, 02:39](1037 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:17, 02:37](1025 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:18, 02:37](1032 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:18, 02:35](1154 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:17, 02:42](1153 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:17, 02:31](1033 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:18, 06:18](1068 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:14, 06:13](1048 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:16, 02:40](1163 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:18, 03:52](2464 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:18, 03:52](2463 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 03:27] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:19, 06:27](1084 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:12, 06:40] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:17, 02:41](1151 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:20] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:29, 00:45](260 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:23, 00:52](327 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:23, 00:32](326 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:11, 11:01] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:03, 03:42](1984 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:11, 10:26] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:53, 03:35](1958 MB) + +PASS -- COMPILE 'atml_intel' [12:12, 11:01] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:58, 04:23](1846 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:55, 04:19](1855 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:39, 02:25](1077 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:10, 05:50] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:50, 05:52](1893 MB) + +PASS -- COMPILE 'atmw_intel' [12:11, 10:27] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:43, 01:52](1915 MB) + +PASS -- COMPILE 'atmaero_intel' [12:10, 10:28] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:52, 04:05](3198 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:53, 04:53](3094 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:41, 05:12](3112 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:10, 04:41] ( 882 warnings 6 remarks ) + +PASS -- COMPILE 'atm_gnu' [06:11, 04:42] +PASS -- TEST 'control_c48_gnu' [11:36, 09:11](1508 MB) +PASS -- TEST 'control_stochy_gnu' [05:21, 03:22](493 MB) +PASS -- TEST 'control_ras_gnu' [06:21, 04:48](497 MB) +PASS -- TEST 'control_p8_gnu' [07:58, 05:11](1455 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [07:54, 05:06](1456 MB) +PASS -- TEST 'control_flake_gnu' [12:21, 10:31](531 MB) + +PASS -- COMPILE 'rrfs_gnu' [06:10, 04:29] +PASS -- TEST 'rap_control_gnu' [12:29, 10:50](811 MB) +PASS -- TEST 'rap_decomp_gnu' [12:31, 11:06](811 MB) +PASS -- TEST 'rap_2threads_gnu' [11:35, 09:43](919 MB) +PASS -- TEST 'rap_restart_gnu' [07:40, 05:37](577 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [12:39, 10:53](846 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [13:39, 11:04](840 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:43, 08:04](577 MB) +PASS -- TEST 'hrrr_control_gnu' [07:34, 05:43](805 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [07:34, 05:35](827 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [06:38, 05:03](911 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [07:29, 05:38](804 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [04:25, 02:56](563 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:24, 02:49](650 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [12:58, 10:28](841 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:10, 06:43] +PASS -- TEST 'control_diag_debug_gnu' [03:43, 01:37](1269 MB) +PASS -- TEST 'regional_debug_gnu' [13:34, 11:53](752 MB) +PASS -- TEST 'rap_control_debug_gnu' [04:22, 02:39](818 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:20, 02:35](816 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:20, 02:38](819 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [04:19, 02:39](822 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:36, 02:47](904 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [06:20, 04:08](820 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:20, 02:38](825 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [04:20, 02:37](818 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:18, 01:34](454 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:19, 01:44](449 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:37, 01:40](1429 MB) +PASS -- TEST 'rap_flake_debug_gnu' [04:21, 02:43](818 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:19, 02:54](819 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:45, 04:24](820 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:11, 02:36] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:11, 04:08] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [11:35, 09:28](699 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:39, 04:56](693 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [10:39, 08:31](742 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:32, 04:30](746 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:34, 05:05](697 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [08:40, 06:56](548 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:33, 02:35](529 MB) +PASS -- TEST 'conus13km_control_gnu' [05:58, 03:14](866 MB) +PASS -- TEST 'conus13km_2threads_gnu' [07:42, 05:42](871 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:44, 01:55](558 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 09:34] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:41, 05:46](725 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [09:11, 06:44] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:21, 02:36](708 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:21, 02:29](709 MB) +PASS -- TEST 'conus13km_debug_gnu' [08:48, 07:04](884 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [09:47, 07:16](575 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [09:40, 07:47](886 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:42, 07:05](949 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:10, 06:42] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:24, 02:37](737 MB) + +PASS -- COMPILE 's2swa_gnu' [18:11, 16:30] + +PASS -- COMPILE 's2s_gnu' [18:12, 16:11] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [13:00, 11:00](1499 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:11, 03:08] + +PASS -- COMPILE 's2sw_pdlib_gnu' [17:12, 15:53] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [24:58, 23:00](1455 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:10, 02:56] + +PASS -- COMPILE 'datm_cdeps_gnu' [17:12, 15:35] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:25, 02:57](697 MB) + +PASS -- COMPILE 'atm_fbh_intel' [11:11, 09:52] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [13:28, 11:40](1082 MB) SYNOPSIS: -Starting Date/Time: 20240917 23:56:35 -Ending Date/Time: 20240918 01:39:45 -Total Time: 01h:43m:27s +Starting Date/Time: 20240920 14:14:41 +Ending Date/Time: 20240920 16:00:24 +Total Time: 01h:46m:04s Compiles Completed: 58/58 Tests Completed: 244/244 diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 82a91d427e..266a62f75d 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,33 +1,68 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -9e7771572ae0e1b5f6c71e6bc0e1e8f79b7af8b5 +c1728190d100b0c3924807bf950e747998706f4f Submodule hashes used in testing: +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:05, 05:03](1736 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:52, 09:08](2548 MB) 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQPASS -- TEST 'cpld_decomp_p8_intel' [09:06, 08:16](2181 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:30, 06:56](2092 MB) + (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) - 635d9a100a736bd8d14ad091e879d5da6e4eb2bd CICE-interface/CICE (CICE6.0.0-373-g635d9a1) - 4c87095256c1c599c3ccaa857a95744158751a60 CICE-interface/CICE/icepack (Icepack1.1.0-191-g4c87095) - dc977bcadd1ade1a528dee75f1ad45e8bd80ca0a CMEPS-interface/CMEPS (cmeps_v0.4.1-2310-gdc977bc) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - a9364591091c836984a40107729720705847c195 FV3 (heads/develop) + 635d9a100a736bd8d14ad091e879d5da6e4eb2bd CICE-interface/CICEPASS -- TEST 'cpld_control_ciceC_p8_intel' [08:33, 07:51](2193 MB) + (CICE6.0.0-373-g635d9a1) + 4c87095256c1c599c3ccaa857a95744158751a60 CICE-interface/CICE/icepackPASS -- TEST 'cpld_control_c192_p8_intel' [17:19, 15:51](2960 MB) + (Icepack1.1.0-191-g4c87095) + dc977bcadd1ade1a528dee75f1ad45e8bd80ca0a CMEPS-interface/CMEPSPASS -- TEST 'cpld_restart_c192_p8_intel' [07:39, 05:52](2904 MB) + (cmeps_v0.4.1-2310-gdc977bc) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModulesPASS -- TEST 'cpld_bmark_p8_intel' [14:15, 09:50](3805 MB) + (v1.0.0-28-gcabd775) + a9364591091c836984a40107729720705847c195 FV3PASS -- TEST 'cpld_restart_bmark_p8_intel' [11:18, 05:21](3633 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [05:38, 05:07](2143 MB) + (heads/develop) ac3055eff06099d61cd65e18bc4f0353ffd83f46 FV3/atmos_cubed_sphere (201912_public_release-405-gac3055e) - 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - b6c433354394bd8ed5e46692a81149441ff4ae38 FV3/ccpp/physics (EP4-873-gb6c43335) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 81b38a88d860ce7e34e8507c2246151a54d96a39 FV3/upp (upp_v10.2.0-218-g81b38a88) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework +PASS -- COMPILE 's2sw_intel' [12:10, 12:10] + (2024-07-11-dev) + b6c433354394bd8ed5e46692a81149441ff4ae38 FV3/ccpp/physicsPASS -- TEST 'cpld_control_noaero_p8_intel' [08:02, 07:19](2008 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:33, 06:59](2062 MB) + (EP4-873-gb6c43335) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp +PASS -- COMPILE 's2swa_debug_intel' [07:50, 07:50] + (v1.6) + 81b38a88d860ce7e34e8507c2246151a54d96a39 FV3/uppPASS -- TEST 'cpld_debug_p8_intel' [12:48, 12:03](2231 MB) + (upp_v10.2.0-218-g81b38a88) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -567edcc94bc418d0dcd6cdaafed448eeb5aab570 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART +PASS -- COMPILE 's2sw_debug_intel' [06:50, 06:50] + (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:02, 08:21](2044 MB) + 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 +PASS -- COMPILE 's2s_aoflux_intel' [11:02, 11:02] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:13, 04:26](2065 MB) + +PASS -- COMPILE 's2s_intel' [11:01, 11:01] +PASS -- TEST 'cpld_control_c48_intel' [06:26, 05:57](3026 MB) + (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-srcPASS -- TEST 'cpld_warmstart_c48_intel' [02:35, 02:05](3031 MB) + (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-FortranPASS -- TEST 'cpld_restart_c48_intel' [01:32, 01:15](2482 MB) + (29e64d6) + +PASS -- COMPILE 's2swa_faster_intel' [12:52, 12:51] 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) - 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3PASS -- TEST 'cpld_control_p8_faster_intel' [08:49, 08:07](2199 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:23, 16:22] + (6.07.1-346-g7f548c79) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behaviorPASS -- TEST 'cpld_control_pdlib_p8_intel' [14:55, 14:14](2061 MB) + (v0.2.0-1-g05cad17) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physicsPASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:41, 06:55](1400 MB) + (ufs-v2.0.0-219-gfad2fe9) NOTES: @@ -37,377 +72,697 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240909 -COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_594867 +COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_3463251 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-r) - USE ROCOTO +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:12, 15:30](1986 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:09, 05:09] + +PASS -- COMPILE 's2swa_32bit_intel' [12:44, 12:44] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [24:34, 23:52](2002 MB) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:40, 07:47](2137 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:00, 09:00] + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:08, 22:08] +PASS -- TEST 'control_flake_intel' [03:07, 02:52](712 MB) +PASS -- TEST 'cpld_control_gfsv17_intel' [14:23, 13:29](1995 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:02, 02:43](1572 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:10, 14:14](2276 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:07, 02:46](1590 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [07:46, 06:33](1349 MB) +PASS -- TEST 'control_latlon_intel' [02:58, 02:40](1595 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:03, 15:11](1902 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:19, 02:53](1598 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:22, 17:21] +PASS -- TEST 'control_c48_intel' [11:00, 10:38](1706 MB) +PASS -- TEST 'cpld_control_sfs_intel' [13:44, 13:16](1980 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:29, 06:16](836 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:52, 07:51] +PASS -- TEST 'control_c192_intel' [11:04, 10:30](1770 MB) +PASS -- TEST 'cpld_debug_gfsv17_intel' [22:48, 21:57](1968 MB) +PASS -- TEST 'control_c384_intel' [13:20, 12:13](2024 MB) + +PASS -- COMPILE 's2swa_intel' [12:58, 12:58] +PASS -- TEST 'control_c384gdas_intel' [08:44, 07:15](1506 MB) +PASS -- TEST 'cpld_control_p8_intel' [09:16, 08:25](2205 MB) +PASS -- TEST 'control_stochy_intel' [01:43, 01:26](671 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:34, 08:53](2204 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:11, 00:54](530 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:12, 05:13](1950 MB) +PASS -- TEST 'control_lndp_intel' [01:38, 01:22](663 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:55, 08:10](2213 MB) +PASS -- TEST 'control_iovr4_intel' [02:21, 02:11](656 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:05, 05:03](1736 MB) +PASS -- TEST 'control_iovr5_intel' [02:18, 02:07](662 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:52, 09:08](2548 MB) +PASS -- TEST 'control_p8_intel' [03:44, 03:12](1877 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:06, 08:16](2181 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:24, 02:45](1896 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:30, 06:56](2092 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:44, 03:05](1890 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:33, 07:51](2193 MB) +PASS -- TEST 'control_restart_p8_intel' [02:35, 01:53](1152 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [17:19, 15:51](2960 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:36, 03:05](1871 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [07:39, 05:52](2904 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:34, 01:52](1202 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [14:15, 09:50](3805 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:59, 03:19](1880 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [11:18, 05:21](3633 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:27, 02:58](1955 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [05:38, 05:07](2143 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:03, 05:38](1886 MB) + +PASS -- COMPILE 's2sw_intel' [12:10, 12:10] +PASS -- TEST 'control_p8_rrtmgp_intel' [05:00, 04:16](1971 MB) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:02, 07:19](2008 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:28, 02:44](1903 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:33, 06:59](2062 MB) +PASS -- TEST 'merra2_thompson_intel' [03:57, 03:14](1897 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:50, 07:50] +PASS -- TEST 'regional_control_intel' [05:25, 05:09](1181 MB) +PASS -- TEST 'cpld_debug_p8_intel' [12:48, 12:03](2231 MB) +PASS -- TEST 'regional_restart_intel' [02:57, 02:39](1154 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:50, 06:50] +PASS -- TEST 'regional_decomp_intel' [05:14, 04:57](1169 MB) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:02, 08:21](2044 MB) +PASS -- TEST 'regional_2threads_intel' [03:15, 03:00](1143 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:02, 11:02] +PASS -- TEST 'regional_noquilt_intel' [04:46, 04:30](1514 MB) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:13, 04:26](2065 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:11, 04:44](1199 MB) + +PASS -- COMPILE 's2s_intel' [11:01, 11:01] +PASS -- TEST 'regional_2dwrtdecomp_intel' [04:50, 04:35](1193 MB) +PASS -- TEST 'cpld_control_c48_intel' [06:26, 05:57](3026 MB) +PASS -- TEST 'regional_wofs_intel' [06:16, 05:58](2083 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [02:35, 02:05](3031 MB) + +PASS -- COMPILE 'rrfs_intel' [08:57, 08:57] +PASS -- TEST 'cpld_restart_c48_intel' [01:32, 01:15](2482 MB) +PASS -- TEST 'rap_control_intel' [07:16, 06:42](1210 MB) + +PASS -- COMPILE 's2swa_faster_intel' [12:52, 12:51] +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:30, 03:55](1365 MB) +PASS -- TEST 'cpld_control_p8_faster_intel' [08:49, 08:07](2199 MB) +PASS -- TEST 'rap_decomp_intel' [07:52, 07:08](1130 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:23, 16:22] +PASS -- TEST 'rap_2threads_intel' [06:50, 06:17](1370 MB) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:55, 14:14](2061 MB) +PASS -- TEST 'rap_restart_intel' [04:13, 03:41](1127 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:41, 06:55](1400 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:09, 06:32](1201 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:12, 15:30](1986 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:32, 06:58](1144 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:09, 05:09] +PASS -- TEST 'rap_sfcdiff_restart_intel' [05:56, 05:10](1203 MB) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [24:34, 23:52](2002 MB) +PASS -- TEST 'hrrr_control_intel' [04:03, 03:27](1072 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:09, 03:33](1036 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:00, 09:00] +PASS -- TEST 'hrrr_control_2threads_intel' [04:46, 04:05](1107 MB) +PASS -- TEST 'control_flake_intel' [03:07, 02:52](712 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:14, 01:54](1025 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:02, 02:43](1572 MB) +PASS -- TEST 'rrfs_v1beta_intel' [07:10, 06:28](1200 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:07, 02:46](1590 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:00, 07:48](2002 MB) +PASS -- TEST 'control_latlon_intel' [02:58, 02:40](1595 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:49, 07:31](2175 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:19, 02:53](1598 MB) + +PASS -- TEST 'control_c48_intel' [11:00, 10:38](1706 MB) +PASS -- COMPILE 'csawmg_intel' [09:13, 09:12] +PASS -- TEST 'control_c48.v2.sfc_intel' [06:29, 06:16](836 MB) +PASS -- TEST 'control_csawmg_intel' [05:53, 05:38](1038 MB) +PASS -- TEST 'control_c192_intel' [11:04, 10:30](1770 MB) +PASS -- TEST 'control_ras_intel' [03:06, 02:56](844 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:15, 04:14] +PASS -- TEST 'control_c384_intel' [13:20, 12:13](2024 MB) +PASS -- TEST 'control_csawmg_gnu' [09:52, 09:38](1055 MB) +PASS -- TEST 'control_c384gdas_intel' [08:44, 07:15](1506 MB) + +PASS -- COMPILE 'wam_intel' [08:24, 08:24] +PASS -- TEST 'control_stochy_intel' [01:43, 01:26](671 MB) +PASS -- TEST 'control_wam_intel' [10:22, 10:00](1657 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:11, 00:54](530 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [08:28, 08:27] +PASS -- TEST 'control_lndp_intel' [01:38, 01:22](663 MB) +PASS -- TEST 'control_p8_faster_intel' [03:27, 02:40](1892 MB) +PASS -- TEST 'control_iovr4_intel' [02:21, 02:11](656 MB) +PASS -- TEST 'regional_control_faster_intel' [04:43, 04:27](1186 MB) +PASS -- TEST 'control_iovr5_intel' [02:18, 02:07](662 MB) +PASS -- TEST 'control_p8_intel' [03:44, 03:12](1877 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:07, 07:07] +PASS -- TEST 'control_p8.v2.sfc_intel' [03:24, 02:45](1896 MB) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:32, 02:08](1616 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:44, 03:05](1890 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:30, 02:00](1629 MB) +PASS -- TEST 'control_restart_p8_intel' [02:35, 01:53](1152 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:24, 03:13](843 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:36, 03:05](1871 MB) +PASS -- TEST 'control_lndp_debug_intel' [02:39, 02:29](841 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:34, 01:52](1202 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:26, 04:07](1155 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:59, 03:19](1880 MB) +PASS -- TEST 'control_ras_debug_intel' [02:42, 02:30](841 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:27, 02:58](1955 MB) +PASS -- TEST 'control_diag_debug_intel' [02:50, 02:24](1698 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:03, 05:38](1886 MB) +PASS -- TEST 'control_debug_p8_intel' [03:52, 03:26](1908 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:00, 04:16](1971 MB) +PASS -- TEST 'regional_debug_intel' [16:43, 16:23](1144 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:28, 02:44](1903 MB) +PASS -- TEST 'rap_control_debug_intel' [04:39, 04:20](1220 MB) +PASS -- TEST 'merra2_thompson_intel' [03:57, 03:14](1897 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:32, 04:15](1211 MB) +PASS -- TEST 'regional_control_intel' [05:25, 05:09](1181 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:45, 04:28](1223 MB) +PASS -- TEST 'regional_restart_intel' [02:57, 02:39](1154 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [04:32, 04:25](1233 MB) +PASS -- TEST 'regional_decomp_intel' [05:14, 04:57](1169 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:40, 04:26](1218 MB) +PASS -- TEST 'regional_2threads_intel' [03:15, 03:00](1143 MB) +PASS -- TEST 'rap_diag_debug_intel' [04:41, 04:28](1313 MB) +PASS -- TEST 'regional_noquilt_intel' [04:46, 04:30](1514 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:38, 04:25](1217 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:11, 04:44](1199 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:42, 04:33](1218 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [04:50, 04:35](1193 MB) +PASS -- TEST 'rap_lndp_debug_intel' [04:27, 04:20](1210 MB) +PASS -- TEST 'regional_wofs_intel' [06:16, 05:58](2083 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:28, 04:20](1220 MB) +PASS -- TEST 'rap_noah_debug_intel' [04:23, 04:15](1224 MB) + +PASS -- COMPILE 'rrfs_intel' [08:57, 08:57] +PASS -- TEST 'rap_sfcdiff_debug_intel' [04:20, 04:12](1235 MB) +PASS -- TEST 'rap_control_intel' [07:16, 06:42](1210 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:43, 07:26](1218 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:30, 03:55](1365 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [04:45, 04:31](1227 MB) +PASS -- TEST 'rap_decomp_intel' [07:52, 07:08](1130 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:25, 05:14](1229 MB) +PASS -- TEST 'rap_2threads_intel' [06:50, 06:17](1370 MB) +PASS -- TEST 'rap_flake_debug_intel' [04:28, 04:19](1226 MB) +PASS -- TEST 'rap_restart_intel' [04:13, 03:41](1127 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:58, 07:18](1220 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:09, 06:32](1201 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:22, 04:22] +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:32, 06:58](1144 MB) +PASS -- TEST 'control_csawmg_debug_gnu' [03:39, 03:14](1039 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [05:56, 05:10](1203 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:18, 04:18] +PASS -- TEST 'hrrr_control_intel' [04:03, 03:27](1072 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:09, 03:33](1036 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:11, 09:10] +PASS -- TEST 'hrrr_control_2threads_intel' [04:46, 04:05](1107 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [03:53, 03:17](1222 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:14, 01:54](1025 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:25, 05:44](1142 MB) +PASS -- TEST 'rrfs_v1beta_intel' [07:10, 06:28](1200 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:06, 03:13](1015 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:00, 07:48](2002 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:56, 05:18](1277 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:49, 07:31](2175 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:36, 02:41](1034 MB) + +PASS -- COMPILE 'csawmg_intel' [09:13, 09:12] +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:57, 03:14](983 MB) +PASS -- TEST 'control_csawmg_intel' [05:53, 05:38](1038 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:03, 04:21](1096 MB) +PASS -- TEST 'control_ras_intel' [03:06, 02:56](844 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [01:54, 01:42](951 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:15, 04:14] + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:18, 09:17] +PASS -- TEST 'control_csawmg_gnu' [09:52, 09:38](1055 MB) +PASS -- TEST 'conus13km_control_intel' [02:43, 02:03](1276 MB) + +PASS -- COMPILE 'wam_intel' [08:24, 08:24] +PASS -- TEST 'conus13km_2threads_intel' [01:26, 00:56](1191 MB) +PASS -- TEST 'control_wam_intel' [10:22, 10:00](1657 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:50, 01:24](1139 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [08:28, 08:27] + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:42, 08:41] +PASS -- TEST 'control_p8_faster_intel' [03:27, 02:40](1892 MB) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:40, 04:10](1072 MB) +PASS -- TEST 'regional_control_faster_intel' [04:43, 04:27](1186 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:58, 03:57] + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:07, 07:07] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:09, 04:43](1110 MB) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:32, 02:08](1616 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:44, 04:36](1103 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:30, 02:00](1629 MB) +PASS -- TEST 'conus13km_debug_intel' [14:50, 14:22](1344 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:24, 03:13](843 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:35, 15:03](1003 MB) +PASS -- TEST 'control_lndp_debug_intel' [02:39, 02:29](841 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:42, 11:12](1246 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:26, 04:07](1155 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:55, 14:22](1420 MB) +PASS -- TEST 'control_ras_debug_intel' [02:42, 02:30](841 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:15, 04:14] +PASS -- TEST 'control_diag_debug_intel' [02:50, 02:24](1698 MB) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:35, 04:19](1167 MB) +PASS -- TEST 'control_debug_p8_intel' [03:52, 03:26](1908 MB) + +PASS -- COMPILE 'hafsw_intel' [10:01, 10:01] +PASS -- TEST 'regional_debug_intel' [16:43, 16:23](1144 MB) +PASS -- TEST 'hafs_regional_atm_intel' [06:36, 05:33](864 MB) +PASS -- TEST 'rap_control_debug_intel' [04:39, 04:20](1220 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:29, 05:13](1259 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:32, 04:15](1211 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:11, 06:59](930 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:45, 04:28](1223 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:05, 14:04](967 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [04:32, 04:25](1233 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:47, 15:38](985 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:40, 04:26](1218 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:18, 05:39](593 MB) +PASS -- TEST 'rap_diag_debug_intel' [04:41, 04:28](1313 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:07, 07:02](599 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:38, 04:25](1217 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:02, 02:33](429 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:42, 04:33](1218 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:24, 07:41](558 MB) +PASS -- TEST 'rap_lndp_debug_intel' [04:27, 04:20](1210 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:56, 04:19](607 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:28, 04:20](1220 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:38, 04:01](593 MB) +PASS -- TEST 'rap_noah_debug_intel' [04:23, 04:15](1224 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:41, 05:02](655 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [04:20, 04:12](1235 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:32, 01:14](445 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:43, 07:26](1218 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:42, 04:41] +PASS -- TEST 'rrfs_v1beta_debug_intel' [04:45, 04:31](1227 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:17, 12:34](636 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:25, 05:14](1229 MB) +PASS -- TEST 'rap_flake_debug_intel' [04:28, 04:19](1226 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [10:14, 10:13] +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:58, 07:18](1220 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [15:51, 15:11](752 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:22, 04:22] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [17:24, 16:30](836 MB) +PASS -- TEST 'control_csawmg_debug_gnu' [03:39, 03:14](1039 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [10:33, 10:32] + +PASS -- COMPILE 'wam_debug_intel' [04:18, 04:18] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:01, 09:44](814 MB) + +PASS -- COMPILE 'hafs_all_intel' [11:17, 11:16] + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:11, 09:10] +PASS -- TEST 'hafs_regional_docn_intel' [06:27, 05:37](929 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [03:53, 03:17](1222 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:52, 05:55](905 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:25, 05:44](1142 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:07, 16:32](1350 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:06, 03:13](1015 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [06:40, 06:40] +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:56, 05:18](1277 MB) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:18, 02:12](1141 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:36, 02:41](1034 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:21, 01:16](1106 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:57, 03:14](983 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:04, 02:58](1022 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:03, 04:21](1096 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:09, 03:01](1024 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [01:54, 01:42](951 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:01, 02:56](1014 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:18, 09:17] +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:12, 02:07](1160 MB) +PASS -- TEST 'conus13km_control_intel' [02:43, 02:03](1276 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:06, 03:01](1139 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:26, 00:56](1191 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:11, 02:06](1016 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:50, 01:24](1139 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:34, 04:57](1167 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:42, 08:41] +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:27, 04:52](1167 MB) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:40, 04:10](1072 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:05, 03:00](1153 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:58, 03:57] +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:06, 03:00](2397 MB) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:09, 04:43](1110 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:23, 03:17](2458 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:44, 04:36](1103 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [03:08, 03:07] +PASS -- TEST 'conus13km_debug_intel' [14:50, 14:22](1344 MB) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:38, 09:31](1065 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:35, 15:03](1003 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [05:30, 05:29] +PASS -- TEST 'conus13km_debug_2threads_intel' [11:42, 11:12](1246 MB) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:14, 02:10](1165 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:55, 14:22](1420 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:15, 04:14] + +PASS -- COMPILE 'datm_cdeps_land_intel' [00:48, 00:48] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:35, 04:19](1167 MB) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:34, 01:13](339 MB) + +PASS -- COMPILE 'hafsw_intel' [10:01, 10:01] +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:29, 01:13](573 MB) +PASS -- TEST 'hafs_regional_atm_intel' [06:36, 05:33](864 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:48, 00:36](572 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:29, 05:13](1259 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [09:27, 09:26] +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:11, 06:59](930 MB) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:06, 04:19](2019 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:05, 14:04](967 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [08:37, 08:36] +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:47, 15:38](985 MB) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [04:07, 03:23](1994 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:18, 05:39](593 MB) + +PASS -- COMPILE 'atml_intel' [09:26, 09:25] +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:07, 07:02](599 MB) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:48, 06:51](1897 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:02, 02:33](429 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [08:03, 07:11](1887 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:24, 07:41](558 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:30, 04:06](1149 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:56, 04:19](607 MB) + +PASS -- COMPILE 'atml_debug_intel' [04:41, 04:40] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:38, 04:01](593 MB) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:04, 06:14](1910 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:41, 05:02](655 MB) + +PASS -- COMPILE 'atmw_intel' [09:29, 09:29] +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:32, 01:14](445 MB) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:06, 02:20](1937 MB) + +PASS -- COMPILE 'atmaero_intel' [08:38, 08:38] + +PASS -- COMPILE 'hafsw_debug_intel' [04:42, 04:41] +PASS -- TEST 'atmaero_control_p8_intel' [05:15, 04:26](2001 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:17, 12:34](636 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:24, 04:34](1779 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [10:14, 10:13] +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:12, 04:33](1787 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [15:51, 15:11](752 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:06, 04:05] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [17:24, 16:30](836 MB) +PASS -- TEST 'regional_atmaq_debug_intel' [17:55, 16:38](4513 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [10:33, 10:32] + +PASS -- COMPILE 'atm_gnu' [04:19, 04:19] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:01, 09:44](814 MB) +PASS -- TEST 'control_c48_gnu' [08:30, 08:06](1522 MB) + +PASS -- COMPILE 'hafs_all_intel' [11:17, 11:16] +PASS -- TEST 'control_stochy_gnu' [02:41, 02:30](722 MB) +PASS -- TEST 'hafs_regional_docn_intel' [06:27, 05:37](929 MB) +PASS -- TEST 'control_ras_gnu' [04:08, 03:58](720 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:52, 05:55](905 MB) +PASS -- TEST 'control_p8_gnu' [05:59, 05:19](1701 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:07, 16:32](1350 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:47, 05:10](1720 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [06:40, 06:40] +PASS -- TEST 'control_flake_gnu' [04:46, 04:37](805 MB) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:18, 02:12](1141 MB) + +PASS -- COMPILE 'rrfs_gnu' [03:56, 03:56] +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:21, 01:16](1106 MB) +PASS -- TEST 'rap_control_gnu' [08:40, 08:03](1076 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:04, 02:58](1022 MB) +PASS -- TEST 'rap_decomp_gnu' [08:49, 08:14](1074 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:09, 03:01](1024 MB) +PASS -- TEST 'rap_2threads_gnu' [07:56, 07:19](1129 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:01, 02:56](1014 MB) +PASS -- TEST 'rap_restart_gnu' [04:53, 04:08](878 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:12, 02:07](1160 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [08:52, 08:12](1074 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:06, 03:01](1139 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:14, 08:36](1072 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:11, 02:06](1016 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:58, 06:16](876 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:34, 04:57](1167 MB) +PASS -- TEST 'hrrr_control_gnu' [04:52, 04:08](1061 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:27, 04:52](1167 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [04:47, 04:16](1127 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:05, 03:00](1153 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [04:23, 03:44](1015 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:06, 03:00](2397 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:01, 04:22](1058 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:23, 03:17](2458 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [02:36, 02:16](877 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [03:08, 03:07] +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:36, 02:09](923 MB) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:38, 09:31](1065 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [08:55, 08:11](1069 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [05:30, 05:29] + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:12, 06:12] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:14, 02:10](1165 MB) +PASS -- TEST 'control_diag_debug_gnu' [01:38, 01:15](1617 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [00:48, 00:48] +PASS -- TEST 'regional_debug_gnu' [06:55, 06:37](1107 MB) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:34, 01:13](339 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:18, 02:04](1087 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:29, 01:13](573 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:06, 01:56](1082 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:48, 00:36](572 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:10, 01:59](1092 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [09:27, 09:26] +PASS -- TEST 'hrrr_c3_debug_gnu' [02:07, 01:59](1096 MB) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:06, 04:19](2019 MB) +PASS -- TEST 'rap_diag_debug_gnu' [02:28, 02:14](1261 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [08:37, 08:36] +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:21, 03:15](1086 MB) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [04:07, 03:23](1994 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:10, 02:04](1090 MB) + +PASS -- COMPILE 'atml_intel' [09:26, 09:25] +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:07, 01:59](1083 MB) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:48, 06:51](1897 MB) +PASS -- TEST 'control_ras_debug_gnu' [01:26, 01:16](718 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [08:03, 07:11](1887 MB) +PASS -- TEST 'control_stochy_debug_gnu' [01:33, 01:23](716 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:30, 04:06](1149 MB) +PASS -- TEST 'control_debug_p8_gnu' [01:43, 01:20](1717 MB) + +PASS -- COMPILE 'atml_debug_intel' [04:41, 04:40] +PASS -- TEST 'rap_flake_debug_gnu' [02:13, 02:01](1092 MB) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:04, 06:14](1910 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [02:18, 02:09](1093 MB) + +PASS -- COMPILE 'atmw_intel' [09:29, 09:29] +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [03:58, 03:24](1092 MB) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:06, 02:20](1937 MB) + +PASS -- COMPILE 'wam_debug_gnu' [02:53, 02:53] +PASS -- TEST 'control_wam_debug_gnu' [06:15, 05:53](1555 MB) + +PASS -- COMPILE 'atmaero_intel' [08:38, 08:38] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:11, 04:10] +PASS -- TEST 'atmaero_control_p8_intel' [05:15, 04:26](2001 MB) +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:14, 07:40](953 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:24, 04:34](1779 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:55, 04:09](940 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:12, 04:33](1787 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:34, 06:57](957 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:06, 04:05] +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:13, 03:28](872 MB) +PASS -- TEST 'regional_atmaq_debug_intel' [17:55, 16:38](4513 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:08, 04:10](941 MB) + +PASS -- COMPILE 'atm_gnu' [04:19, 04:19] +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:48, 06:15](855 MB) +PASS -- TEST 'control_c48_gnu' [08:30, 08:06](1522 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:35, 02:14](851 MB) +PASS -- TEST 'control_stochy_gnu' [02:41, 02:30](722 MB) +PASS -- TEST 'conus13km_control_gnu' [03:13, 02:40](1255 MB) +PASS -- TEST 'control_ras_gnu' [04:08, 03:58](720 MB) +PASS -- TEST 'conus13km_2threads_gnu' [01:25, 01:05](1163 MB) +PASS -- TEST 'control_p8_gnu' [05:59, 05:19](1701 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [01:53, 01:32](924 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:47, 05:10](1720 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [09:25, 09:25] +PASS -- TEST 'control_flake_gnu' [04:46, 04:37](805 MB) +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [04:50, 04:31](980 MB) + +PASS -- COMPILE 'rrfs_gnu' [03:56, 03:56] + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:18, 06:17] +PASS -- TEST 'rap_control_gnu' [08:40, 08:03](1076 MB) +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:16, 02:03](969 MB) +PASS -- TEST 'rap_decomp_gnu' [08:49, 08:14](1074 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:20, 02:10](959 MB) +PASS -- TEST 'rap_2threads_gnu' [07:56, 07:19](1129 MB) +PASS -- TEST 'conus13km_debug_gnu' [06:09, 05:49](1276 MB) +PASS -- TEST 'rap_restart_gnu' [04:53, 04:08](878 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [06:28, 06:05](946 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [08:52, 08:12](1074 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [04:22, 03:57](1182 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:14, 08:36](1072 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:33, 05:46](1344 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:58, 06:16](876 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:06, 07:06] +PASS -- TEST 'hrrr_control_gnu' [04:52, 04:08](1061 MB) +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:11, 01:59](995 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [04:47, 04:16](1127 MB) + +PASS -- COMPILE 's2swa_gnu' [16:58, 16:58] +PASS -- TEST 'hrrr_control_2threads_gnu' [04:23, 03:44](1015 MB) + +PASS -- COMPILE 's2s_gnu' [16:03, 16:03] +PASS -- TEST 'hrrr_control_decomp_gnu' [05:01, 04:22](1058 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:34, 08:52](2711 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [02:36, 02:16](877 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [03:41, 03:41] +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:36, 02:09](923 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [16:03, 16:02] +PASS -- TEST 'rrfs_v1beta_gnu' [08:55, 08:11](1069 MB) +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [26:54, 26:07](2905 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:12, 06:12] + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:08, 03:08] +PASS -- TEST 'control_diag_debug_gnu' [01:38, 01:15](1617 MB) +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:05, 12:23](3023 MB) +PASS -- TEST 'regional_debug_gnu' [06:55, 06:37](1107 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [16:19, 16:19] +PASS -- TEST 'rap_control_debug_gnu' [02:18, 02:04](1087 MB) +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [06:24, 06:19](754 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:06, 01:56](1082 MB) + +PASS -- COMPILE 'atm_fbh_intel' [08:26, 08:26] +PASS -- TEST 'hrrr_gf_debug_gnu' [02:10, 01:59](1092 MB) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [10:15, 10:00](1084 MB) + +SYNOPSIS: +Starting Date/Time: 20240920 08:25:25 +Ending Date/Time: 20240920 14:17:45 +Total Time: 05h:52m:28s +Compiles Completed: 58/58 +Tests Completed: 245/245 + +NOTES: +A file 'test_changes.list' was generated but is empty. +If you are using this log as a pull request verification, please commit 'test_changes.list'. -PASS -- COMPILE 's2swa_32bit_intel' [11:15, 11:15] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:32, 07:47](2147 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:40, 16:40] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [14:12, 13:24](1995 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:07, 14:08](2289 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [07:36, 06:52](1360 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:26, 15:33](1914 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:07, 16:07] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [13:43, 13:07](1988 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:00, 06:00] ( 1523 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:02, 22:07](1973 MB) - -PASS -- COMPILE 's2swa_intel' [11:16, 11:16] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [08:53, 08:04](2216 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:51, 08:00](2225 MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:10, 04:29](1957 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:10, 08:14](2230 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:50, 05:05](1739 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:04, 09:16](2564 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:44, 08:06](2196 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:18, 06:46](2126 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:46, 08:54](2223 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [16:38, 15:22](2991 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [07:39, 05:54](2926 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [13:07, 08:09](3840 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [11:38, 05:52](3646 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [05:44, 05:08](2164 MB) - -PASS -- COMPILE 's2sw_intel' [10:27, 10:26] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:40, 07:10](2022 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:32, 06:50](2084 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:12, 05:12] ( 1413 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [12:52, 12:05](2245 MB) - -PASS -- COMPILE 's2sw_debug_intel' [04:44, 04:44] ( 1413 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:09, 09:26](2060 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [09:24, 09:23] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [04:49, 04:07](2077 MB) - -PASS -- COMPILE 's2s_intel' [09:51, 09:51] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [06:23, 05:54](3039 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [02:28, 02:01](3026 MB) -PASS -- TEST 'cpld_restart_c48_intel' [01:26, 01:08](2488 MB) - -PASS -- COMPILE 's2swa_faster_intel' [12:05, 12:05] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [08:39, 07:51](2212 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:43, 15:43] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:31, 13:57](2078 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:53, 07:01](1404 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:06, 16:21](2008 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:13, 05:13] ( 1523 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:35, 22:54](2023 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [09:25, 09:25] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [03:25, 03:12](714 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:08, 02:41](1602 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:17, 02:46](1598 MB) -PASS -- TEST 'control_latlon_intel' [02:57, 02:42](1583 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:19, 02:50](1594 MB) -PASS -- TEST 'control_c48_intel' [10:55, 10:31](1718 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:01, 05:49](839 MB) -PASS -- TEST 'control_c192_intel' [10:45, 10:11](1771 MB) -PASS -- TEST 'control_c384_intel' [13:19, 12:13](2013 MB) -PASS -- TEST 'control_c384gdas_intel' [09:00, 07:23](1510 MB) -PASS -- TEST 'control_stochy_intel' [01:37, 01:25](676 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:12, 00:54](553 MB) -PASS -- TEST 'control_lndp_intel' [01:32, 01:21](671 MB) -PASS -- TEST 'control_iovr4_intel' [02:17, 02:08](669 MB) -PASS -- TEST 'control_iovr5_intel' [02:26, 02:13](669 MB) -PASS -- TEST 'control_p8_intel' [03:56, 03:18](1873 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:18, 03:24](1906 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:58, 03:05](1894 MB) -PASS -- TEST 'control_restart_p8_intel' [02:18, 01:52](1150 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:38, 03:03](1890 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:18, 01:46](1219 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:56, 03:14](1886 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:07, 03:18](1963 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:14, 05:46](1885 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:18, 03:35](1980 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:16, 02:43](1912 MB) -PASS -- TEST 'merra2_thompson_intel' [04:30, 03:41](1919 MB) -PASS -- TEST 'regional_control_intel' [04:49, 04:34](1209 MB) -PASS -- TEST 'regional_restart_intel' [03:03, 02:48](1179 MB) -PASS -- TEST 'regional_decomp_intel' [05:03, 04:49](1186 MB) -PASS -- TEST 'regional_2threads_intel' [03:14, 02:58](1159 MB) -PASS -- TEST 'regional_noquilt_intel' [04:54, 04:32](1523 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [04:59, 04:36](1200 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:11, 04:56](1199 MB) -PASS -- TEST 'regional_wofs_intel' [06:50, 06:30](2072 MB) - -PASS -- COMPILE 'rrfs_intel' [08:49, 08:49] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [07:38, 06:51](1198 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:59, 03:33](1363 MB) -PASS -- TEST 'rap_decomp_intel' [08:08, 07:28](1141 MB) -PASS -- TEST 'rap_2threads_intel' [07:11, 06:33](1355 MB) -PASS -- TEST 'rap_restart_intel' [05:34, 03:55](1142 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:33, 07:38](1206 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:07, 09:12](1142 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:53, 05:29](1185 MB) -PASS -- TEST 'hrrr_control_intel' [05:33, 04:23](1070 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:52, 03:44](1037 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:15, 04:30](1115 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:18, 02:11](1034 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:39, 07:31](1194 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:27, 07:55](2011 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:08, 07:41](2165 MB) - -PASS -- COMPILE 'csawmg_intel' [07:55, 07:55] -PASS -- TEST 'control_csawmg_intel' [06:22, 06:06](1044 MB) -PASS -- TEST 'control_ras_intel' [03:24, 03:10](830 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:00, 04:00] -PASS -- TEST 'control_csawmg_gnu' [08:49, 08:33](1063 MB) - -PASS -- COMPILE 'wam_intel' [09:19, 09:19] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [10:08, 09:45](1664 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [08:46, 08:46] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:29, 02:48](1897 MB) -PASS -- TEST 'regional_control_faster_intel' [04:41, 04:23](1194 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:39, 06:38] ( 882 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:43, 02:19](1621 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:42, 02:19](1623 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:01, 02:52](845 MB) -PASS -- TEST 'control_lndp_debug_intel' [02:41, 02:32](851 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:43, 04:26](1161 MB) -PASS -- TEST 'control_ras_debug_intel' [02:43, 02:28](859 MB) -PASS -- TEST 'control_diag_debug_intel' [02:59, 02:36](1704 MB) -PASS -- TEST 'control_debug_p8_intel' [03:35, 03:08](1911 MB) -PASS -- TEST 'regional_debug_intel' [17:39, 17:17](1144 MB) -PASS -- TEST 'rap_control_debug_intel' [04:29, 04:21](1226 MB) -PASS -- TEST 'hrrr_control_debug_intel' [04:50, 04:39](1218 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:09, 04:57](1240 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:22, 05:10](1243 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:50, 04:41](1235 MB) -PASS -- TEST 'rap_diag_debug_intel' [04:54, 04:38](1322 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:06, 04:57](1229 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:10, 04:57](1238 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:02, 04:49](1243 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:46, 04:38](1233 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:18, 05:07](1233 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [04:57, 04:47](1235 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:51, 07:44](1227 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [04:45, 04:37](1229 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:42, 05:31](1241 MB) -PASS -- TEST 'rap_flake_debug_intel' [04:59, 04:47](1237 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:50, 07:59](1228 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:37, 04:36] -PASS -- TEST 'control_csawmg_debug_gnu' [03:29, 03:09](1048 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:20, 04:20] ( 837 warnings 1 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:49, 08:48] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:01, 03:21](1239 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:32, 05:48](1169 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:48, 02:56](1032 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:08, 05:22](1281 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:33, 02:40](1040 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:48, 03:03](998 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:55, 04:08](1104 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:12, 01:47](958 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [08:18, 08:18] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [02:20, 01:51](1295 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:19, 00:50](1194 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:26, 01:04](1141 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:28, 08:28] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:12, 03:49](1084 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:19, 04:19] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:21, 04:08](1109 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:16, 04:01](1108 MB) -PASS -- TEST 'conus13km_debug_intel' [13:01, 12:30](1358 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [12:50, 12:21](1004 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [07:31, 07:05](1249 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:40, 12:22](1423 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:07, 04:07] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:41, 04:32](1163 MB) - -PASS -- COMPILE 'hafsw_intel' [10:11, 10:11] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:14, 05:20](853 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:16, 05:03](1261 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:27, 06:23](916 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:54, 14:00](965 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:23, 15:17](990 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:30, 05:43](600 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:03, 06:57](604 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:09, 02:36](435 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:17, 07:35](545 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:14, 03:45](606 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:18, 03:38](610 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:35, 04:51](665 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:31, 01:12](446 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:39, 04:38] ( 1465 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:48, 12:04](643 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [10:00, 09:59] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:38, 16:44](747 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:41, 15:49](833 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [09:46, 09:46] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:36, 10:22](823 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:24, 10:24] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [06:35, 05:42](920 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:25, 05:31](917 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:03, 16:29](1339 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:02, 06:01] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:05, 03:00](1147 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:48, 01:43](1108 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:10, 02:05](1018 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:04, 02:56](1024 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:01, 02:54](1015 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:15, 02:11](1168 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:06, 03:00](1152 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:10, 02:04](1013 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:31, 04:55](1180 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:30, 04:54](1154 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:01, 02:58](1145 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:07, 03:59](2488 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [03:08, 03:03](2408 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:03, 03:03] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:18, 05:13](1081 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:16, 06:16] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:59, 02:55](1142 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [00:45, 00:44] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:12, 00:56](332 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:04, 00:50](575 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:47, 00:32](573 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:42, 08:42] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:27, 03:46](2035 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [08:35, 08:35] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [03:48, 03:13](1999 MB) - -PASS -- COMPILE 'atml_intel' [09:40, 09:40] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:43, 05:55](1896 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:57, 06:11](1903 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:32, 03:09](1133 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:32, 05:32] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:51, 06:00](1926 MB) - -PASS -- COMPILE 'atmw_intel' [09:18, 09:17] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:20, 02:34](1924 MB) - -PASS -- COMPILE 'atmaero_intel' [08:57, 08:57] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:54, 04:07](2011 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:08, 04:29](1794 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:59, 05:29](1809 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:12, 04:12] ( 882 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [17:43, 16:31](4573 MB) - -PASS -- COMPILE 'atm_gnu' [04:14, 04:13] -PASS -- TEST 'control_c48_gnu' [11:38, 11:13](1530 MB) -PASS -- TEST 'control_stochy_gnu' [02:36, 02:24](726 MB) -PASS -- TEST 'control_ras_gnu' [04:01, 03:53](736 MB) -PASS -- TEST 'control_p8_gnu' [04:52, 04:12](1703 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [04:46, 04:13](1710 MB) -PASS -- TEST 'control_flake_gnu' [04:47, 04:36](816 MB) - -PASS -- COMPILE 'rrfs_gnu' [04:31, 04:30] -PASS -- TEST 'rap_control_gnu' [08:57, 08:21](1084 MB) -PASS -- TEST 'rap_decomp_gnu' [08:50, 08:11](1086 MB) -PASS -- TEST 'rap_2threads_gnu' [07:51, 07:16](1140 MB) -PASS -- TEST 'rap_restart_gnu' [04:55, 04:16](889 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [08:32, 07:58](1083 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:07, 08:23](1084 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:02, 06:16](888 MB) -PASS -- TEST 'hrrr_control_gnu' [04:47, 04:04](1071 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [04:42, 04:10](1138 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [17:27, 16:47](1029 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [04:48, 04:09](1071 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [02:20, 02:11](895 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:29, 02:09](938 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [08:43, 07:58](1079 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:23, 06:23] -PASS -- TEST 'control_diag_debug_gnu' [01:40, 01:16](1631 MB) -PASS -- TEST 'regional_debug_gnu' [07:03, 06:48](1155 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:04, 01:57](1106 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:19, 02:04](1093 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:14, 02:04](1100 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:23, 02:11](1101 MB) -PASS -- TEST 'rap_diag_debug_gnu' [02:22, 02:08](1273 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:15, 03:06](1101 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:05, 01:56](1101 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:08, 02:01](1096 MB) -PASS -- TEST 'control_ras_debug_gnu' [01:18, 01:12](725 MB) -PASS -- TEST 'control_stochy_debug_gnu' [01:39, 01:27](723 MB) -PASS -- TEST 'control_debug_p8_gnu' [01:49, 01:23](1723 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:16, 02:07](1101 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [02:30, 02:20](1106 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:17, 03:40](1104 MB) - -PASS -- COMPILE 'wam_debug_gnu' [05:04, 05:04] -PASS -- TEST 'control_wam_debug_gnu' [05:34, 05:11](1559 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:07, 06:06] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:25, 07:53](961 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:58, 04:04](949 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:45, 07:07](982 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:37, 03:49](898 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:57, 04:13](950 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:29, 05:50](867 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:30, 02:09](863 MB) -PASS -- TEST 'conus13km_control_gnu' [03:06, 02:40](1268 MB) -PASS -- TEST 'conus13km_2threads_gnu' [01:27, 01:07](1174 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [01:49, 01:30](936 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:14, 11:13] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [04:56, 04:32](987 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:50, 08:49] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:07, 02:00](975 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:12, 01:58](969 MB) -PASS -- TEST 'conus13km_debug_gnu' [06:08, 05:41](1283 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [06:08, 05:45](958 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [03:32, 03:18](1195 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [05:50, 05:34](1357 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:58, 08:58] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:03, 01:57](1004 MB) - -PASS -- COMPILE 's2swa_gnu' [20:27, 20:27] - -PASS -- COMPILE 's2s_gnu' [20:03, 20:02] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:29, 08:50](3091 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:21, 04:21] - -PASS -- COMPILE 's2sw_pdlib_gnu' [17:40, 17:40] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [26:43, 26:02](3025 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:16, 03:16] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:55, 12:18](3064 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [15:45, 15:45] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:29, 03:22](763 MB) - -PASS -- COMPILE 'atm_fbh_intel' [08:20, 08:19] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [10:05, 09:48](1085 MB) +Result: SUCCESS + +====END OF HERCULES REGRESSION TESTING LOG==== +PASS -- TEST 'hrrr_c3_debug_gnu' [02:07, 01:59](1096 MB) +PASS -- TEST 'rap_diag_debug_gnu' [02:28, 02:14](1261 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:21, 03:15](1086 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:10, 02:04](1090 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:07, 01:59](1083 MB) +PASS -- TEST 'control_ras_debug_gnu' [01:26, 01:16](718 MB) +PASS -- TEST 'control_stochy_debug_gnu' [01:33, 01:23](716 MB) +PASS -- TEST 'control_debug_p8_gnu' [01:43, 01:20](1717 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:13, 02:01](1092 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [02:18, 02:09](1093 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [03:58, 03:24](1092 MB) + +PASS -- COMPILE 'wam_debug_gnu' [02:53, 02:53] +PASS -- TEST 'control_wam_debug_gnu' [06:15, 05:53](1555 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:11, 04:10] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:14, 07:40](953 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:55, 04:09](940 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:34, 06:57](957 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:13, 03:28](872 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:08, 04:10](941 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:48, 06:15](855 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:35, 02:14](851 MB) +PASS -- TEST 'conus13km_control_gnu' [03:13, 02:40](1255 MB) +PASS -- TEST 'conus13km_2threads_gnu' [01:25, 01:05](1163 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [01:53, 01:32](924 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [09:25, 09:25] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [04:50, 04:31](980 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:18, 06:17] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:16, 02:03](969 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:20, 02:10](959 MB) +PASS -- TEST 'conus13km_debug_gnu' [06:09, 05:49](1276 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [06:28, 06:05](946 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [04:22, 03:57](1182 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:33, 05:46](1344 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:06, 07:06] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:11, 01:59](995 MB) + +PASS -- COMPILE 's2swa_gnu' [16:58, 16:58] + +PASS -- COMPILE 's2s_gnu' [16:03, 16:03] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:34, 08:52](2711 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [03:41, 03:41] + +PASS -- COMPILE 's2sw_pdlib_gnu' [16:03, 16:02] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [26:54, 26:07](2905 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:08, 03:08] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:05, 12:23](3023 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [16:19, 16:19] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [06:24, 06:19](754 MB) + +PASS -- COMPILE 'atm_fbh_intel' [08:26, 08:26] +PASS -- TEST 'cpld_regional_atm_fbh_intel' [10:15, 10:00](1084 MB) SYNOPSIS: -Starting Date/Time: 20240917 19:00:54 -Ending Date/Time: 20240917 23:06:40 -Total Time: 04h:06m:31s +Starting Date/Time: 20240920 09:14:54 +Ending Date/Time: 20240920 14:17:46 +Total Time: 05h:02m:59s Compiles Completed: 58/58 Tests Completed: 245/245 diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index d7b20d75c5..a97a0ea0c6 100644 --- a/tests/logs/RegressionTests_jet.log +++ b/tests/logs/RegressionTests_jet.log @@ -1,7 +1,7 @@ ====START OF JET REGRESSION TESTING LOG==== UFSWM hash used in testing: -a04244cbba4aaa7cd72d1546981457f04bea51e1 +34893eceee4525f5276fb3408f7432d3dc195032 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -37,256 +37,256 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /lfs5/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240909 -COMPARISON DIRECTORY: /lfs5/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_4071792 +COMPARISON DIRECTORY: /lfs5/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1641237 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [51:30, 42:19] ( 1 warnings 1380 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [41:33, 08:12](1988 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [58:31, 48:45] ( 1 warnings 1427 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [58:22, 20:45](1895 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:26, 22:24](2023 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [14:08, 10:29](1141 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [58:22, 23:54](1857 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [59:31, 50:07] ( 1 warnings 1424 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [57:04, 20:22](1888 MB) - -PASS -- COMPILE 's2swa_intel' [53:30, 43:23] ( 1 warnings 1399 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [49:21, 09:55](2024 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [49:35, 09:50](2069 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:18, 05:27](1722 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [49:24, 09:49](2089 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:20, 05:33](1746 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [46:16, 09:15](2324 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [49:14, 10:00](2044 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [45:34, 08:17](2002 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [46:38, 09:42](2062 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [46:24, 07:01](2024 MB) - -PASS -- COMPILE 's2sw_intel' [49:30, 40:06] ( 1 warnings 1284 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [34:28, 07:29](1896 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [37:39, 09:20](1983 MB) - -PASS -- COMPILE 's2swa_debug_intel' [32:14, 06:13] ( 1413 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [31:24, 16:29](2110 MB) - -PASS -- COMPILE 's2sw_debug_intel' [30:14, 05:53] ( 1413 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [26:10, 11:21](1932 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [15:22, 36:28] ( 1010 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:37, 05:30](1983 MB) - -PASS -- COMPILE 's2s_intel' [14:21, 37:09] ( 1 warnings 1033 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [12:52, 10:16](3012 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:54, 03:28](3004 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:47, 01:56](2458 MB) - -PASS -- COMPILE 's2swa_faster_intel' [08:32, 32:19] ( 1 warnings 1615 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [13:34, 09:22](2078 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [01:22, 47:10] ( 1 warnings 1344 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [24:19, 20:53](1932 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [14:12, 10:40](1122 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [27:17, 23:54](1909 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [20:14, 05:59] ( 1523 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [36:13, 33:18](1935 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [39:15, 37:26] ( 1 warnings 1126 remarks ) -PASS -- TEST 'control_flake_intel' [07:30, 04:30](648 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [10:09, 04:24](1534 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:12, 04:33](1548 MB) -PASS -- TEST 'control_latlon_intel' [10:04, 04:26](1535 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [10:11, 04:32](1543 MB) -PASS -- TEST 'control_c48_intel' [26:19, 18:03](1703 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [15:38, 10:19](831 MB) -PASS -- TEST 'control_c192_intel' [18:26, 15:57](1685 MB) -PASS -- TEST 'control_c384_intel' [29:19, 23:04](1813 MB) -PASS -- TEST 'control_c384gdas_intel' [21:08, 13:25](1010 MB) -PASS -- TEST 'control_stochy_intel' [04:30, 02:15](601 MB) -PASS -- TEST 'control_stochy_restart_intel' [04:27, 01:18](438 MB) -PASS -- TEST 'control_lndp_intel' [04:30, 02:10](608 MB) -PASS -- TEST 'control_iovr4_intel' [06:33, 03:23](602 MB) -PASS -- TEST 'control_iovr5_intel' [06:32, 03:23](605 MB) -PASS -- TEST 'control_p8_intel' [11:25, 05:02](1819 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [12:36, 04:00](1843 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [11:21, 04:38](1828 MB) -PASS -- TEST 'control_restart_p8_intel' [04:54, 02:39](1054 MB) -PASS -- TEST 'control_noqr_p8_intel' [10:23, 04:52](1828 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:54, 02:35](1073 MB) -PASS -- TEST 'control_decomp_p8_intel' [08:26, 04:55](1821 MB) -PASS -- TEST 'control_2threads_p8_intel' [11:16, 04:29](1916 MB) -PASS -- TEST 'control_p8_lndp_intel' [14:11, 08:45](1823 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [13:23, 05:12](1886 MB) -PASS -- TEST 'control_p8_mynn_intel' [07:24, 04:08](1845 MB) -PASS -- TEST 'merra2_thompson_intel' [07:20, 04:29](1848 MB) -PASS -- TEST 'regional_control_intel' [13:03, 07:16](1016 MB) -PASS -- TEST 'regional_restart_intel' [06:35, 03:47](1010 MB) -PASS -- TEST 'regional_decomp_intel' [14:03, 07:25](998 MB) -PASS -- TEST 'regional_2threads_intel' [07:01, 04:33](993 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [13:42, 07:02](1000 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [13:37, 06:59](1003 MB) - -PASS -- COMPILE 'rrfs_intel' [38:16, 36:33] ( 3 warnings 1102 remarks ) -PASS -- TEST 'rap_control_intel' [13:49, 10:20](993 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:12, 05:45](1180 MB) -PASS -- TEST 'rap_decomp_intel' [13:48, 10:55](988 MB) -PASS -- TEST 'rap_2threads_intel' [12:56, 09:50](1078 MB) -PASS -- TEST 'rap_restart_intel' [07:45, 05:13](986 MB) -PASS -- TEST 'rap_sfcdiff_intel' [12:56, 10:14](995 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:47, 10:49](984 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:47, 07:31](995 MB) -PASS -- TEST 'hrrr_control_intel' [08:45, 05:22](983 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [08:47, 05:29](981 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:52, 04:55](1052 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:31, 02:47](913 MB) -PASS -- TEST 'rrfs_v1beta_intel' [13:04, 10:13](995 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [15:35, 12:41](1940 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [15:35, 12:19](1935 MB) - -PASS -- COMPILE 'csawmg_intel' [36:15, 34:16] ( 1091 remarks ) -PASS -- TEST 'control_csawmg_intel' [10:47, 08:03](974 MB) -PASS -- TEST 'control_ras_intel' [06:26, 04:18](672 MB) - -PASS -- COMPILE 'wam_intel' [36:15, 34:42] ( 994 remarks ) -PASS -- TEST 'control_wam_intel' [16:43, 14:13](1628 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [42:15, 36:38] ( 1294 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:55, 03:35](1842 MB) -PASS -- TEST 'regional_control_faster_intel' [08:38, 06:31](1003 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [10:11, 08:21] ( 882 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:47, 02:52](1576 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:52, 03:05](1570 MB) -PASS -- TEST 'control_stochy_debug_intel' [06:28, 03:43](777 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:27, 03:19](784 MB) -PASS -- TEST 'control_csawmg_debug_intel' [08:41, 05:33](1095 MB) -PASS -- TEST 'control_ras_debug_intel' [06:28, 03:23](787 MB) -PASS -- TEST 'control_diag_debug_intel' [06:49, 03:30](1635 MB) -PASS -- TEST 'control_debug_p8_intel' [06:50, 03:23](1863 MB) -PASS -- TEST 'regional_debug_intel' [25:50, 22:12](1040 MB) -PASS -- TEST 'rap_control_debug_intel' [09:30, 06:16](1165 MB) -PASS -- TEST 'hrrr_control_debug_intel' [09:30, 06:07](1163 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [09:30, 06:13](1168 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [09:30, 06:18](1160 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [09:30, 06:17](1162 MB) -PASS -- TEST 'rap_diag_debug_intel' [10:41, 06:31](1258 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [09:30, 06:22](1166 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [10:28, 06:23](1163 MB) -PASS -- TEST 'rap_lndp_debug_intel' [08:26, 06:09](1168 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:24, 06:05](1168 MB) -PASS -- TEST 'rap_noah_debug_intel' [08:26, 06:00](1163 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [08:26, 06:08](1163 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:27, 10:04](1158 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [08:28, 06:01](1163 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [09:28, 07:23](1165 MB) -PASS -- TEST 'rap_flake_debug_intel' [08:25, 06:04](1163 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:49, 10:39](1174 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:11, 05:03] ( 837 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [18:56, 16:33](1644 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [33:13, 30:22] ( 3 warnings 1026 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:02, 05:05](1052 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:39, 08:09](908 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:45, 04:20](877 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:39, 07:52](941 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:45, 04:02](910 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:38, 04:35](863 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:39, 06:11](898 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:27, 02:19](848 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [35:14, 32:00] ( 3 warnings 1199 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:51, 02:48](1109 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:42, 01:13](1048 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:42, 01:31](1022 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [34:16, 31:18] ( 3 warnings 1046 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:53, 05:28](914 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:11, 05:10] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:26, 06:06](1045 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [08:26, 05:58](1041 MB) -PASS -- TEST 'conus13km_debug_intel' [20:57, 18:42](1153 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [21:54, 19:07](895 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [12:49, 10:52](1097 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:49, 18:45](1220 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:11, 04:53] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:28, 06:06](1094 MB) - -PASS -- COMPILE 'hafsw_intel' [41:17, 38:47] ( 1 warnings 1418 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:22, 06:49](709 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:31, 06:15](1066 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:37, 09:11](750 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [19:29, 16:04](789 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:41, 17:56](807 MB) -PASS -- TEST 'gnv1_nested_intel' [10:57, 06:20](1666 MB) - -PASS -- COMPILE 'hafs_all_intel' [37:19, 35:19] ( 1265 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [11:27, 08:28](755 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:29, 08:25](743 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:11, 08:18] ( 67 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:21, 03:33](1071 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:21, 02:09](1048 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:24, 03:28](936 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:24, 03:33](941 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:24, 03:33](934 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:24, 03:33](1077 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:24, 03:35](1080 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:24, 03:30](931 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:20, 07:42](896 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:19, 07:37](856 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:21, 03:35](1077 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:23, 05:14](2426 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:25, 05:26](2415 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 03:26] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [10:22, 08:05](1019 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [10:15, 08:20] ( 70 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:21, 03:32](1070 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:10, 01:49] ( 60 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:34, 01:17](239 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:29, 01:04](266 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:26, 00:41](260 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [38:17, 35:54] ( 1015 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:07, 04:48](1913 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [36:18, 35:03] ( 1015 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:12, 04:35](1895 MB) - -PASS -- COMPILE 'atml_intel' [38:17, 36:41] ( 8 warnings 1167 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:13, 05:48](1863 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [09:12, 05:47](1868 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:45, 03:10](1069 MB) - -PASS -- COMPILE 'atml_debug_intel' [08:11, 06:04] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:12, 07:21](1882 MB) - -PASS -- COMPILE 'atmw_intel' [39:16, 37:23] ( 1260 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:57, 02:19](1860 MB) - -PASS -- COMPILE 'atmaero_intel' [37:15, 34:57] ( 1098 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:02, 05:15](1949 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:06, 06:18](1719 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:51, 06:19](1739 MB) - -PASS -- COMPILE 'atm_fbh_intel' [33:15, 31:16] ( 3 warnings 996 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [17:38, 15:13](1026 MB) +PASS -- COMPILE 's2swa_32bit_intel' [56:32, 42:24] ( 1 warnings 1380 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:36, 08:20](2017 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [02:34, 48:11] ( 1 warnings 1427 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [24:26, 20:46](1893 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [57:33, 22:21](2012 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [45:26, 09:54](1138 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [27:16, 23:47](1842 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [07:35, 53:08] ( 1 warnings 1424 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [19:04, 20:20](1881 MB) + +PASS -- COMPILE 's2swa_intel' [57:32, 43:02] ( 1 warnings 1399 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [13:24, 10:03](2073 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:38, 09:54](2061 MB) +PASS -- TEST 'cpld_restart_p8_intel' [36:20, 05:27](1715 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [13:24, 10:06](2078 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [36:20, 05:31](1739 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [13:19, 09:30](2318 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [14:17, 10:09](2056 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [12:35, 08:28](2011 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:40, 10:04](2066 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [11:36, 07:14](2038 MB) + +PASS -- COMPILE 's2sw_intel' [55:32, 40:33] ( 1 warnings 1284 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [13:36, 07:43](1906 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [15:39, 09:48](1959 MB) + +PASS -- COMPILE 's2swa_debug_intel' [11:21, 06:17] ( 1413 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [51:42, 16:28](2081 MB) + +PASS -- COMPILE 's2sw_debug_intel' [10:21, 06:16] ( 1413 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [46:28, 11:21](1931 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [44:24, 36:12] ( 1010 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [26:47, 05:33](1960 MB) + +PASS -- COMPILE 's2s_intel' [40:24, 37:20] ( 1 warnings 1033 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [30:14, 10:18](3015 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [23:12, 03:25](3017 MB) +PASS -- TEST 'cpld_restart_c48_intel' [13:19, 01:55](2460 MB) + +PASS -- COMPILE 's2swa_faster_intel' [30:34, 32:32] ( 1 warnings 1615 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [34:35, 09:28](2071 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [21:24, 46:56] ( 1 warnings 1344 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [55:39, 20:52](1921 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [46:26, 10:18](1128 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [59:23, 24:09](1903 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [40:17, 05:55] ( 1523 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [49:34, 33:22](1927 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [58:31, 37:36] ( 1 warnings 1126 remarks ) +PASS -- TEST 'control_flake_intel' [39:19, 04:34](648 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [50:54, 04:19](1534 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [38:58, 04:31](1531 MB) +PASS -- TEST 'control_latlon_intel' [50:45, 04:18](1531 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [50:45, 04:33](1545 MB) +PASS -- TEST 'control_c48_intel' [04:53, 18:08](1698 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [56:36, 10:12](828 MB) +PASS -- TEST 'control_c192_intel' [51:16, 16:08](1693 MB) +PASS -- TEST 'control_c384_intel' [55:00, 24:08](1820 MB) +PASS -- TEST 'control_c384gdas_intel' [46:32, 13:38](1005 MB) +PASS -- TEST 'control_stochy_intel' [10:13, 02:10](603 MB) +PASS -- TEST 'control_stochy_restart_intel' [49:30, 01:33](438 MB) +PASS -- TEST 'control_lndp_intel' [37:01, 02:02](602 MB) +PASS -- TEST 'control_iovr4_intel' [34:47, 03:20](598 MB) +PASS -- TEST 'control_iovr5_intel' [32:42, 03:19](593 MB) +PASS -- TEST 'control_p8_intel' [34:39, 04:49](1823 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [33:22, 04:04](1841 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [33:50, 04:47](1831 MB) +PASS -- TEST 'control_restart_p8_intel' [59:26, 03:06](1044 MB) +PASS -- TEST 'control_noqr_p8_intel' [33:42, 04:43](1825 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [59:26, 03:28](1069 MB) +PASS -- TEST 'control_decomp_p8_intel' [33:15, 05:19](1823 MB) +PASS -- TEST 'control_2threads_p8_intel' [32:39, 04:35](1910 MB) +PASS -- TEST 'control_p8_lndp_intel' [36:20, 08:40](1824 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [37:29, 05:21](1902 MB) +PASS -- TEST 'control_p8_mynn_intel' [36:47, 04:08](1845 MB) +PASS -- TEST 'merra2_thompson_intel' [36:37, 04:24](1841 MB) +PASS -- TEST 'regional_control_intel' [37:54, 07:14](1012 MB) +PASS -- TEST 'regional_restart_intel' [35:58, 04:30](1005 MB) +PASS -- TEST 'regional_decomp_intel' [35:46, 07:43](1006 MB) +PASS -- TEST 'regional_2threads_intel' [28:58, 04:33](995 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [30:54, 07:12](1004 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [30:46, 07:18](1013 MB) + +PASS -- COMPILE 'rrfs_intel' [56:30, 37:06] ( 3 warnings 1102 remarks ) +PASS -- TEST 'rap_control_intel' [30:00, 10:06](991 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [41:29, 05:55](1163 MB) +PASS -- TEST 'rap_decomp_intel' [30:02, 10:41](985 MB) +PASS -- TEST 'rap_2threads_intel' [29:04, 09:44](1072 MB) +PASS -- TEST 'rap_restart_intel' [04:45, 05:47](982 MB) +PASS -- TEST 'rap_sfcdiff_intel' [29:07, 10:13](991 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [30:00, 10:53](988 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [05:33, 07:56](993 MB) +PASS -- TEST 'hrrr_control_intel' [31:32, 05:13](987 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [31:32, 05:20](974 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [31:32, 04:46](1044 MB) +PASS -- TEST 'hrrr_control_restart_intel' [54:04, 03:07](915 MB) +PASS -- TEST 'rrfs_v1beta_intel' [36:12, 09:58](979 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [31:38, 12:37](1938 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [31:00, 12:14](1934 MB) + +PASS -- COMPILE 'csawmg_intel' [49:24, 34:13] ( 1091 remarks ) +PASS -- TEST 'control_csawmg_intel' [29:46, 08:19](970 MB) +PASS -- TEST 'control_ras_intel' [26:19, 04:28](669 MB) + +PASS -- COMPILE 'wam_intel' [09:20, 34:58] ( 994 remarks ) +PASS -- TEST 'control_wam_intel' [34:46, 14:33](1610 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [01:21, 36:28] ( 1294 remarks ) +PASS -- TEST 'control_p8_faster_intel' [39:10, 03:45](1832 MB) +PASS -- TEST 'regional_control_faster_intel' [53:41, 06:35](1009 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [29:45, 08:41] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [52:40, 03:22](1565 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [48:55, 03:15](1564 MB) +PASS -- TEST 'control_stochy_debug_intel' [50:31, 04:07](781 MB) +PASS -- TEST 'control_lndp_debug_intel' [50:31, 03:47](781 MB) +PASS -- TEST 'control_csawmg_debug_intel' [51:05, 06:01](1093 MB) +PASS -- TEST 'control_ras_debug_intel' [45:54, 04:01](785 MB) +PASS -- TEST 'control_diag_debug_intel' [45:35, 03:54](1640 MB) +PASS -- TEST 'control_debug_p8_intel' [42:55, 04:06](1855 MB) +PASS -- TEST 'regional_debug_intel' [58:58, 22:41](1031 MB) +PASS -- TEST 'rap_control_debug_intel' [42:59, 06:31](1159 MB) +PASS -- TEST 'hrrr_control_debug_intel' [03:38, 06:26](1157 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [03:31, 06:42](1170 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [03:42, 06:50](1164 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [02:33, 06:37](1171 MB) +PASS -- TEST 'rap_diag_debug_intel' [02:40, 06:45](1244 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [58:26, 06:35](1164 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [58:22, 06:34](1161 MB) +PASS -- TEST 'rap_lndp_debug_intel' [59:07, 06:33](1171 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [58:32, 06:43](1168 MB) +PASS -- TEST 'rap_noah_debug_intel' [41:57, 06:41](1156 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [40:06, 06:48](1166 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [43:14, 10:33](1159 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [38:37, 06:45](1163 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [11:13, 07:46](1171 MB) +PASS -- TEST 'rap_flake_debug_intel' [09:40, 06:38](1161 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [16:54, 11:18](1170 MB) + +PASS -- COMPILE 'wam_debug_intel' [25:42, 05:25] ( 837 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [18:03, 17:38](1650 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [55:38, 30:27] ( 3 warnings 1026 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [13:20, 07:10](1040 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [12:09, 08:43](900 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:09, 04:46](870 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [11:58, 08:14](948 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:01, 04:24](902 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:51, 04:59](847 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [46:55, 06:19](899 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [47:58, 02:29](842 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [57:38, 32:00] ( 3 warnings 1199 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:40, 04:36](1099 MB) +PASS -- TEST 'conus13km_2threads_intel' [48:23, 01:17](1034 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [47:10, 01:39](1006 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [17:45, 31:11] ( 3 warnings 1046 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:18, 05:50](906 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [39:15, 05:22] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [25:19, 06:25](1034 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [14:00, 06:19](1035 MB) +PASS -- TEST 'conus13km_debug_intel' [24:14, 19:16](1152 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [24:14, 19:18](852 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [12:19, 11:22](1092 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:12, 19:12](1210 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [36:15, 05:13] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:57, 06:35](1089 MB) + +PASS -- COMPILE 'hafsw_intel' [21:43, 39:45] ( 1 warnings 1418 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [58:51, 07:06](716 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [57:01, 06:34](1060 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [01:38, 10:19](750 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [07:55, 16:28](787 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [40:29, 18:10](805 MB) +PASS -- TEST 'gnv1_nested_intel' [52:40, 06:22](1672 MB) + +PASS -- COMPILE 'hafs_all_intel' [15:41, 36:11] ( 1265 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [04:53, 08:55](747 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [05:01, 09:02](739 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [42:43, 08:31] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [21:30, 04:00](1076 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [25:31, 02:22](1037 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [48:35, 03:37](934 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [48:33, 03:39](930 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [48:34, 03:40](936 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [48:28, 03:44](1054 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [45:21, 03:45](1075 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [44:41, 03:15](930 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [48:31, 07:50](888 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [47:44, 07:44](848 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [41:02, 03:43](1076 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [40:43, 05:09](2371 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [26:29, 05:12](2421 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [37:42, 03:32] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [29:26, 08:16](1026 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [58:02, 08:39] ( 70 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [44:29, 03:34](1068 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [57:28, 02:14] ( 60 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [22:39, 01:26](244 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [43:38, 01:06](261 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [16:33, 00:46](262 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [26:33, 36:09] ( 1015 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [36:29, 04:49](1917 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [03:30, 35:45] ( 1015 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [35:09, 04:39](1886 MB) + +PASS -- COMPILE 'atml_intel' [00:30, 38:12] ( 8 warnings 1167 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [35:12, 05:52](1855 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [35:11, 05:49](1855 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [53:09, 03:16](1062 MB) + +PASS -- COMPILE 'atml_debug_intel' [31:15, 06:13] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [23:25, 07:17](1889 MB) + +PASS -- COMPILE 'atmw_intel' [17:25, 36:27] ( 1260 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [40:04, 02:23](1868 MB) + +PASS -- COMPILE 'atmaero_intel' [08:21, 35:30] ( 1098 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [25:59, 05:15](1927 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [28:00, 06:19](1707 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [27:58, 06:26](1719 MB) + +PASS -- COMPILE 'atm_fbh_intel' [02:21, 31:21] ( 3 warnings 996 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [40:33, 15:16](1023 MB) SYNOPSIS: -Starting Date/Time: 20240919 03:36:02 -Ending Date/Time: 20240919 09:46:13 -Total Time: 06h:10m:46s +Starting Date/Time: 20240920 21:26:38 +Ending Date/Time: 20240921 18:44:18 +Total Time: 21h:18m:25s Compiles Completed: 37/37 Tests Completed: 165/165 diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 70cc1e8185..4183a07a11 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,7 +1,7 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -4ac63b06501f964ea8feb3cb82fe4bd948d23093 +ce118b02fad212ff25d1995f8d323e41b841d615 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -37,287 +37,287 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240909 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_3988982 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_3636759 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [19:11, 16:39] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [22:33, 14:36](2092 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:11, 19:54] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [25:39, 18:08](1950 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [51:42, 19:56](2124 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [42:32, 10:41](1237 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [25:39, 19:59](1874 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [22:11, 20:31] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [24:01, 17:46](1949 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [11:10, 09:12] ( 1523 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [31:43, 28:13](1933 MB) - -PASS -- COMPILE 's2swa_intel' [18:11, 16:37] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [23:35, 14:38](2155 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [23:44, 14:44](2153 MB) -PASS -- TEST 'cpld_restart_p8_intel' [34:03, 07:59](1806 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [23:35, 14:41](2169 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [35:07, 08:04](1708 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [22:32, 13:38](2428 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [23:35, 14:24](2144 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [18:32, 12:30](2047 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [23:44, 14:12](2153 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [23:35, 16:28](2720 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [35:40, 08:55](2715 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [21:49, 10:57](3685 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [39:31, 07:11](3508 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [15:28, 06:12](2100 MB) - -PASS -- COMPILE 's2sw_intel' [19:11, 16:46] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [21:19, 13:45](1980 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [16:18, 07:54](2046 MB) - -PASS -- COMPILE 's2swa_debug_intel' [11:10, 09:12] ( 1413 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [16:16, 13:36](2186 MB) - -PASS -- COMPILE 's2sw_debug_intel' [10:10, 08:24] ( 1413 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:18, 09:09](1999 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [17:11, 14:59] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [12:14, 04:45](2043 MB) - -PASS -- COMPILE 's2s_intel' [19:11, 16:48] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [16:09, 08:44](3041 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [11:06, 03:27](3032 MB) -PASS -- TEST 'cpld_restart_c48_intel' [06:02, 01:52](2487 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:10, 16:59] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [21:52, 14:53](2148 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [22:11, 20:10] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:07, 18:19](2009 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [34:44, 09:56](1240 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [42:39, 20:43](1931 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:10, 07:19] ( 1523 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [33:11, 29:57](1971 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [18:11, 13:49] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [31:34, 03:50](698 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [30:50, 03:38](1574 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [29:51, 03:40](1583 MB) -PASS -- TEST 'control_latlon_intel' [29:39, 03:36](1579 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [30:55, 03:33](1580 MB) -PASS -- TEST 'control_c48_intel' [51:56, 14:49](1715 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [43:50, 08:08](846 MB) -PASS -- TEST 'control_c192_intel' [38:59, 13:31](1750 MB) -PASS -- TEST 'control_c384_intel' [43:27, 16:58](1990 MB) -PASS -- TEST 'control_c384gdas_intel' [37:12, 09:58](1342 MB) -PASS -- TEST 'control_stochy_intel' [37:34, 02:27](649 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:43, 01:25](479 MB) -PASS -- TEST 'control_lndp_intel' [34:29, 02:12](648 MB) -PASS -- TEST 'control_iovr4_intel' [31:32, 03:14](649 MB) -PASS -- TEST 'control_iovr5_intel' [30:46, 03:31](649 MB) -PASS -- TEST 'control_p8_intel' [30:14, 04:39](1859 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [29:26, 04:12](1880 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [23:33, 04:41](1876 MB) -PASS -- TEST 'control_restart_p8_intel' [11:40, 02:29](1094 MB) -PASS -- TEST 'control_noqr_p8_intel' [22:21, 04:53](1864 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [11:53, 02:41](1127 MB) -PASS -- TEST 'control_decomp_p8_intel' [18:26, 05:21](1862 MB) -PASS -- TEST 'control_2threads_p8_intel' [17:12, 04:46](1955 MB) -PASS -- TEST 'control_p8_lndp_intel' [20:42, 08:11](1869 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [18:44, 05:56](1949 MB) -PASS -- TEST 'control_p8_mynn_intel' [15:02, 04:16](1892 MB) -PASS -- TEST 'merra2_thompson_intel' [12:49, 04:25](1889 MB) -PASS -- TEST 'regional_control_intel' [14:46, 07:19](1081 MB) -PASS -- TEST 'regional_restart_intel' [07:45, 03:59](1078 MB) -PASS -- TEST 'regional_decomp_intel' [15:44, 07:41](1073 MB) -PASS -- TEST 'regional_2threads_intel' [11:51, 06:00](1071 MB) -PASS -- TEST 'regional_noquilt_intel' [10:50, 07:02](1382 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [10:16, 07:14](1068 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [09:40, 07:13](1087 MB) -PASS -- TEST 'regional_wofs_intel' [11:51, 08:18](1907 MB) - -PASS -- COMPILE 'rrfs_intel' [16:11, 13:21] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [37:28, 08:36](1058 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [34:04, 05:26](1250 MB) -PASS -- TEST 'rap_decomp_intel' [38:04, 08:52](1023 MB) -PASS -- TEST 'rap_2threads_intel' [23:23, 08:47](1154 MB) -PASS -- TEST 'rap_restart_intel' [08:44, 04:32](1037 MB) -PASS -- TEST 'rap_sfcdiff_intel' [37:28, 08:28](1051 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:02, 08:48](1028 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:42, 06:19](1070 MB) -PASS -- TEST 'hrrr_control_intel' [07:44, 05:08](1026 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:18, 04:31](1018 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [15:02, 04:17](1083 MB) -PASS -- TEST 'hrrr_control_restart_intel' [07:27, 02:29](940 MB) -PASS -- TEST 'rrfs_v1beta_intel' [18:42, 08:42](1044 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [18:38, 10:12](1983 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [18:40, 10:02](2021 MB) - -PASS -- COMPILE 'csawmg_intel' [14:11, 12:33] -PASS -- TEST 'control_csawmg_intel' [20:39, 06:37](1018 MB) -PASS -- TEST 'control_ras_intel' [18:24, 03:31](709 MB) - -PASS -- COMPILE 'wam_intel' [14:11, 12:42] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [26:48, 12:45](1653 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [15:11, 13:28] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [12:24, 03:23](1873 MB) -PASS -- TEST 'regional_control_faster_intel' [12:12, 06:34](1076 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [16:11, 10:18] ( 882 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [10:33, 02:22](1610 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [10:14, 02:23](1602 MB) -PASS -- TEST 'control_stochy_debug_intel' [10:33, 03:14](818 MB) -PASS -- TEST 'control_lndp_debug_intel' [10:24, 02:56](818 MB) -PASS -- TEST 'control_csawmg_debug_intel' [11:43, 04:54](1132 MB) -PASS -- TEST 'control_ras_debug_intel' [09:28, 02:51](828 MB) -PASS -- TEST 'control_diag_debug_intel' [08:57, 02:56](1671 MB) -PASS -- TEST 'control_debug_p8_intel' [09:50, 04:13](1896 MB) -PASS -- TEST 'regional_debug_intel' [25:51, 18:25](1096 MB) -PASS -- TEST 'rap_control_debug_intel' [10:50, 05:00](1209 MB) -PASS -- TEST 'hrrr_control_debug_intel' [10:36, 05:28](1201 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [10:30, 05:33](1212 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [10:26, 05:42](1214 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [09:34, 05:33](1205 MB) -PASS -- TEST 'rap_diag_debug_intel' [09:37, 05:40](1285 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [09:26, 05:51](1208 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:23, 05:42](1213 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:27, 05:40](1210 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:22, 05:23](1208 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:21, 04:57](1212 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:22, 05:09](1203 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:24, 08:17](1207 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:26, 04:49](1205 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:36, 06:40](1204 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:32, 05:02](1217 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [17:40, 14:59](1214 MB) - -PASS -- COMPILE 'wam_debug_intel' [11:11, 06:39] ( 837 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [27:51, 13:16](1686 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [16:13, 12:23] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:07, 05:23](1128 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:22, 07:29](1000 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:14, 04:17](928 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:58, 07:39](1072 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:53, 03:57](943 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:24, 04:20](888 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [11:36, 05:25](971 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [06:45, 02:06](880 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:11, 13:36] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [09:23, 02:48](1162 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:55, 01:23](1115 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [05:45, 01:30](1063 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [17:11, 13:25] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [09:46, 04:35](972 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:12, 06:47] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [10:28, 04:56](1087 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [10:35, 04:46](1082 MB) -PASS -- TEST 'conus13km_debug_intel' [20:13, 14:49](1234 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [21:03, 15:14](933 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [13:55, 08:55](1168 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:56, 14:57](1308 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:12, 06:38] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [09:35, 05:01](1137 MB) - -PASS -- COMPILE 'hafsw_intel' [18:12, 14:56] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:30, 06:25](746 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [09:41, 07:06](1121 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [14:44, 07:46](813 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [32:31, 25:19](851 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [35:39, 29:00](868 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [13:17, 07:06](499 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [13:48, 08:30](506 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [09:01, 03:38](375 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [15:47, 09:51](481 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:59, 04:45](519 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [10:05, 04:35](524 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:03, 05:48](574 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:44, 01:37](399 MB) -PASS -- TEST 'gnv1_nested_intel' [09:39, 04:24](1726 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [10:12, 07:26] ( 1465 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:05, 14:09](582 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [17:13, 14:40] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [15:25, 12:56](642 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:20, 13:01](732 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [21:12, 14:33] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:55, 08:42](718 MB) - -PASS -- COMPILE 'hafs_all_intel' [19:12, 13:56] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:23, 07:42](811 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:18, 07:42](798 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:01, 16:29](1203 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [13:12, 09:49] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:19, 03:00](1161 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:19, 01:59](1116 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:18, 02:53](1025 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:18, 02:57](1026 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:19, 02:56](1021 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:18, 03:01](1159 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:20, 03:01](1155 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:18, 02:59](1021 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:18, 06:44](1025 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:22, 06:28](1008 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:17, 03:00](1145 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:22, 04:26](2452 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:22, 04:24](2451 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [09:11, 05:38] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:23, 06:38](1084 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [12:11, 08:21] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:18, 03:03](1150 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [05:12, 01:23] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:32, 01:04](253 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:23, 00:57](324 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:29, 00:39](321 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:11, 13:23] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:21, 04:26](1965 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [17:11, 13:08] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:03, 04:13](1940 MB) - -PASS -- COMPILE 'atml_intel' [16:11, 13:45] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:37, 05:00](1858 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [07:26, 05:00](1857 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:59, 02:52](1072 MB) - -PASS -- COMPILE 'atml_debug_intel' [14:11, 08:02] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:35, 06:05](1888 MB) - -PASS -- COMPILE 'atmw_intel' [20:11, 14:06] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:27, 02:13](1900 MB) - -PASS -- COMPILE 'atmaero_intel' [20:11, 13:25] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:14, 04:37](1987 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:17, 05:19](1769 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:07, 05:29](1779 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [12:10, 06:43] ( 882 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [24:05, 20:23](4556 MB) - -PASS -- COMPILE 'atm_fbh_intel' [14:12, 12:17] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [15:33, 13:50](1084 MB) +PASS -- COMPILE 's2swa_32bit_intel' [19:12, 17:50] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:32, 14:03](2085 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:11, 22:13] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [23:41, 18:10](1948 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:16, 19:06](2136 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [15:00, 08:59](1208 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [25:40, 20:45](1863 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:11, 22:39] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [22:44, 17:48](1939 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:11, 09:04] ( 1523 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [33:51, 28:04](1932 MB) + +PASS -- COMPILE 's2swa_intel' [20:12, 18:50] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [17:32, 14:30](2137 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [17:40, 14:49](2137 MB) +PASS -- TEST 'cpld_restart_p8_intel' [10:43, 08:00](1791 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [17:31, 14:51](2155 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [10:43, 07:58](1692 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [16:37, 13:32](2424 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [17:31, 14:21](2122 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [15:33, 12:19](2045 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [17:45, 15:00](2142 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [20:37, 16:21](2701 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [17:06, 12:27](2716 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [20:14, 11:27](3680 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [19:34, 06:47](3487 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:36, 06:04](2099 MB) + +PASS -- COMPILE 's2sw_intel' [19:11, 17:30] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [16:13, 13:47](1968 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:25, 08:03](2036 MB) + +PASS -- COMPILE 's2swa_debug_intel' [11:11, 09:10] ( 1413 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [17:14, 13:41](2170 MB) + +PASS -- COMPILE 's2sw_debug_intel' [10:11, 08:48] ( 1413 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [14:11, 09:21](1998 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [18:11, 16:12] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:30, 05:00](2035 MB) + +PASS -- COMPILE 's2s_intel' [18:11, 16:20] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [11:00, 08:43](3023 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [07:03, 04:16](3032 MB) +PASS -- TEST 'cpld_restart_c48_intel' [06:12, 02:15](2485 MB) + +PASS -- COMPILE 's2swa_faster_intel' [21:11, 17:23] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [18:30, 15:30](2134 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [23:11, 20:21] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:13, 18:15](2009 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:32, 09:08](1247 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [23:13, 20:54](1928 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [10:11, 08:13] ( 1523 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [32:13, 29:51](1966 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:11, 13:20] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:32, 03:44](685 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:48, 03:33](1569 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:49, 03:39](1577 MB) +PASS -- TEST 'control_latlon_intel' [05:43, 03:29](1576 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:47, 03:34](1572 MB) +PASS -- TEST 'control_c48_intel' [16:54, 14:40](1689 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [10:33, 08:11](830 MB) +PASS -- TEST 'control_c192_intel' [15:02, 13:03](1742 MB) +PASS -- TEST 'control_c384_intel' [19:49, 16:40](1977 MB) +PASS -- TEST 'control_c384gdas_intel' [13:37, 09:57](1331 MB) +PASS -- TEST 'control_stochy_intel' [03:26, 01:48](637 MB) +PASS -- TEST 'control_stochy_restart_intel' [06:39, 01:06](478 MB) +PASS -- TEST 'control_lndp_intel' [03:27, 01:43](646 MB) +PASS -- TEST 'control_iovr4_intel' [04:30, 02:41](636 MB) +PASS -- TEST 'control_iovr5_intel' [04:29, 02:44](630 MB) +PASS -- TEST 'control_p8_intel' [09:13, 04:06](1861 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [08:10, 03:36](1880 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [09:33, 04:04](1866 MB) +PASS -- TEST 'control_restart_p8_intel' [05:14, 02:23](1081 MB) +PASS -- TEST 'control_noqr_p8_intel' [09:16, 04:09](1856 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:29, 02:22](1133 MB) +PASS -- TEST 'control_decomp_p8_intel' [10:23, 04:10](1854 MB) +PASS -- TEST 'control_2threads_p8_intel' [09:11, 04:24](1950 MB) +PASS -- TEST 'control_p8_lndp_intel' [12:52, 07:15](1862 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [11:37, 04:56](1930 MB) +PASS -- TEST 'control_p8_mynn_intel' [09:32, 03:30](1880 MB) +PASS -- TEST 'merra2_thompson_intel' [09:44, 03:51](1876 MB) +PASS -- TEST 'regional_control_intel' [11:37, 06:31](1072 MB) +PASS -- TEST 'regional_restart_intel' [05:36, 03:37](1065 MB) +PASS -- TEST 'regional_decomp_intel' [12:33, 06:49](1071 MB) +PASS -- TEST 'regional_2threads_intel' [08:38, 04:44](1065 MB) +PASS -- TEST 'regional_noquilt_intel' [09:37, 06:26](1369 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [09:41, 06:31](1069 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:36, 06:31](1071 MB) +PASS -- TEST 'regional_wofs_intel' [12:38, 08:01](1896 MB) + +PASS -- COMPILE 'rrfs_intel' [14:10, 13:00] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [12:15, 08:32](1046 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:09, 05:13](1253 MB) +PASS -- TEST 'rap_decomp_intel' [12:15, 08:44](1013 MB) +PASS -- TEST 'rap_2threads_intel' [11:29, 08:44](1158 MB) +PASS -- TEST 'rap_restart_intel' [08:29, 04:27](1033 MB) +PASS -- TEST 'rap_sfcdiff_intel' [11:27, 08:32](1050 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:30, 09:16](1016 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [10:29, 06:20](1066 MB) +PASS -- TEST 'hrrr_control_intel' [07:26, 04:20](1021 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [08:09, 04:29](1009 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [08:09, 04:13](1087 MB) +PASS -- TEST 'hrrr_control_restart_intel' [05:37, 02:22](943 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:28, 08:20](1041 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [12:34, 10:12](1979 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:33, 09:53](2012 MB) + +PASS -- COMPILE 'csawmg_intel' [14:11, 12:34] +PASS -- TEST 'control_csawmg_intel' [09:38, 06:35](1019 MB) +PASS -- TEST 'control_ras_intel' [05:23, 03:29](716 MB) + +PASS -- COMPILE 'wam_intel' [14:11, 12:25] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [14:35, 12:47](1642 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [14:12, 12:54] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:31, 03:22](1878 MB) +PASS -- TEST 'regional_control_faster_intel' [08:36, 06:19](1063 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [11:11, 09:59] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:47, 02:21](1600 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:43, 02:20](1602 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:22, 03:12](819 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:22, 02:54](814 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:41, 04:16](1124 MB) +PASS -- TEST 'control_ras_debug_intel' [04:25, 02:50](824 MB) +PASS -- TEST 'control_diag_debug_intel' [04:41, 02:43](1675 MB) +PASS -- TEST 'control_debug_p8_intel' [04:47, 02:46](1893 MB) +PASS -- TEST 'regional_debug_intel' [19:41, 17:12](1087 MB) +PASS -- TEST 'rap_control_debug_intel' [06:22, 04:58](1201 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:29, 04:53](1189 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:23, 04:59](1207 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:27, 04:59](1205 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:23, 04:56](1200 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:31, 05:13](1285 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:23, 05:09](1197 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:21, 05:20](1198 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:22, 05:06](1201 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:22, 04:57](1204 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:21, 04:58](1199 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:20, 04:55](1200 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:26, 08:08](1196 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:30, 05:04](1195 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:25, 05:57](1203 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:20, 05:03](1201 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:25, 08:33](1207 MB) + +PASS -- COMPILE 'wam_debug_intel' [11:11, 06:33] ( 837 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:45, 13:12](1674 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [17:11, 12:32] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:55, 05:03](1123 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:16, 07:14](993 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:42, 03:45](923 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:52, 07:26](1063 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:24, 03:45](936 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:05, 03:59](892 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [13:25, 05:24](961 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [06:43, 02:02](872 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:11, 12:39] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:51, 02:42](1164 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:43, 01:15](1107 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:42, 01:32](1060 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:11, 12:48] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:47, 04:40](966 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:11, 06:36] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:23, 05:04](1072 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:23, 04:50](1076 MB) +PASS -- TEST 'conus13km_debug_intel' [16:49, 14:41](1224 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [17:45, 15:30](924 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:45, 08:42](1166 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:43, 14:47](1288 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [11:11, 07:37] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:26, 05:01](1132 MB) + +PASS -- COMPILE 'hafsw_intel' [18:11, 15:29] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [09:18, 06:11](737 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:27, 06:32](1112 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:23, 07:36](817 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [27:14, 24:32](845 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [30:33, 28:12](870 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:06, 07:15](495 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:29, 08:34](498 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:58, 03:30](377 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [15:32, 09:46](477 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:54, 04:48](521 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [09:02, 04:29](517 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [09:57, 05:48](574 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [08:31, 01:35](399 MB) +PASS -- TEST 'gnv1_nested_intel' [14:19, 04:22](1728 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [11:11, 08:09] ( 1465 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:05, 13:07](578 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [17:11, 14:09] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [16:14, 12:58](653 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [20:07, 13:01](721 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [17:11, 15:23] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [13:17, 09:03](702 MB) + +PASS -- COMPILE 'hafs_all_intel' [16:11, 14:31] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [15:15, 07:38](816 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [17:12, 09:59](767 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [21:59, 16:24](1204 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:11, 08:29] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:19, 03:01](1154 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:21, 01:57](1112 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [07:19, 02:52](1017 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [06:18, 02:54](1022 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:17, 02:57](1021 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:19, 03:01](1153 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:19, 03:01](1153 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:18, 02:52](1015 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:15, 06:33](1013 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:07, 06:32](998 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:21, 03:01](1149 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:18, 04:20](2385 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:18, 04:27](2454 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:11, 04:54] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:19, 06:40](1082 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [14:11, 09:42] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:19, 03:00](1156 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [05:10, 01:23] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:33, 01:02](252 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:25, 01:00](321 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:30, 00:38](324 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [17:11, 13:55] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:11, 04:08](1961 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:11, 12:59] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:04, 03:58](1948 MB) + +PASS -- COMPILE 'atml_intel' [17:11, 14:17] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:31, 05:09](1858 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [08:27, 05:10](1860 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:55, 02:49](1057 MB) + +PASS -- COMPILE 'atml_debug_intel' [12:11, 07:45] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:26, 06:06](1888 MB) + +PASS -- COMPILE 'atmw_intel' [17:11, 13:56] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:16, 02:13](1896 MB) + +PASS -- COMPILE 'atmaero_intel' [16:11, 13:25] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:15, 04:45](1972 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:12, 05:20](1750 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:07, 05:29](1772 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [09:11, 06:43] ( 882 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [23:57, 20:26](4494 MB) + +PASS -- COMPILE 'atm_fbh_intel' [14:11, 12:08] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [15:30, 13:54](1076 MB) SYNOPSIS: -Starting Date/Time: 20240919 08:53:06 -Ending Date/Time: 20240919 11:17:22 -Total Time: 02h:25m:06s +Starting Date/Time: 20240920 09:01:01 +Ending Date/Time: 20240920 10:49:03 +Total Time: 01h:49m:18s Compiles Completed: 42/42 Tests Completed: 186/186 diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index f4d5157f84..d36c5c7ea2 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,7 +1,7 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -e3bd67a093b800f028092d252373abe1b7a7602b +ce118b02fad212ff25d1995f8d323e41b841d615 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -37,238 +37,238 @@ 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-20240909 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_3481 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_97123 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [12:27, 11:03] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [45:14, 02:21](3099 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [13:27, 11:54] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [44:13, 02:59](1821 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [24:41, 02:35](1843 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [24:37, 03:05](979 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [44:14, 02:29](1786 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [13:26, 11:58] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [44:14, 02:22](1815 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:20, 05:26] ( 1503 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [50:21, 02:48](1840 MB) - -PASS -- COMPILE 's2swa_intel' [13:28, 11:35] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [44:13, 02:34](3130 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [44:13, 02:55](3128 MB) -PASS -- TEST 'cpld_restart_p8_intel' [32:35, 02:20](3057 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [44:13, 02:39](3149 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [32:35, 02:16](3074 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [44:13, 02:27](3368 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [44:13, 02:46](3123 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [44:14, 02:21](3073 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [44:13, 02:56](3128 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [44:22, 06:53](4115 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [23:36, 05:15](4263 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [44:13, 02:53](3111 MB) - -PASS -- COMPILE 's2sw_intel' [13:28, 11:18] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [44:12, 01:47](1830 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [44:12, 02:50](1885 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:25, 10:15] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [45:15, 02:57](1896 MB) - -PASS -- COMPILE 's2s_intel' [12:27, 10:15] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [45:13, 01:48](2864 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [45:13, 02:20](2877 MB) -PASS -- TEST 'cpld_restart_c48_intel' [40:01, 02:17](2277 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:33, 16:22] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [39:08, 03:32](3132 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:28, 11:33] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [33:03, 02:30](3084 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [13:28, 12:08] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [33:00, 02:51](1814 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [13:37, 03:12](1834 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [13:14, 02:35](972 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [33:01, 03:23](1780 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [13:28, 11:38] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [33:00, 02:06](1814 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:21, 05:18] ( 1503 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [39:10, 02:54](1835 MB) + +PASS -- COMPILE 's2swa_intel' [13:26, 11:36] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [33:04, 02:34](3121 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [33:04, 02:57](3117 MB) +PASS -- TEST 'cpld_restart_p8_intel' [21:33, 02:09](3040 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [33:04, 02:33](3137 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [21:32, 02:07](3062 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [33:03, 02:25](3358 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [33:03, 02:37](3113 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [33:05, 02:05](3058 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [33:04, 02:55](3115 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [33:12, 06:42](4109 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [12:44, 06:08](4257 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [33:04, 02:49](3096 MB) + +PASS -- COMPILE 's2sw_intel' [12:27, 11:03] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [34:04, 02:44](1828 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [34:04, 02:47](1884 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:25, 10:17] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [34:05, 03:01](1889 MB) + +PASS -- COMPILE 's2s_intel' [12:26, 10:12] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [34:03, 01:48](2859 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [34:03, 02:31](2869 MB) +PASS -- TEST 'cpld_restart_c48_intel' [28:46, 02:17](2288 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:33, 16:00] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [28:57, 02:55](3118 MB) PASS -- COMPILE 's2sw_pdlib_intel' [13:28, 11:34] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [44:12, 02:33](1827 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [24:57, 02:26](977 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [24:38, 02:37](1801 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:21, 05:02] ( 1503 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [43:58, 01:57](1850 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [10:27, 09:10] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [34:48, 02:21](572 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [34:48, 02:15](1467 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [34:48, 02:08](1473 MB) -PASS -- TEST 'control_latlon_intel' [34:48, 02:04](1470 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [34:48, 02:15](1475 MB) -PASS -- TEST 'control_c48_intel' [34:47, 02:29](1574 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [34:47, 02:00](690 MB) -PASS -- TEST 'control_c192_intel' [34:48, 02:09](1596 MB) -PASS -- TEST 'control_c384_intel' [34:52, 02:34](1879 MB) -PASS -- TEST 'control_c384gdas_intel' [34:25, 03:48](1063 MB) -PASS -- TEST 'control_stochy_intel' [34:19, 01:27](526 MB) -PASS -- TEST 'control_stochy_restart_intel' [30:49, 02:09](330 MB) -PASS -- TEST 'control_lndp_intel' [33:25, 01:31](523 MB) -PASS -- TEST 'control_iovr4_intel' [32:35, 01:49](520 MB) -PASS -- TEST 'control_iovr5_intel' [32:27, 01:54](521 MB) -PASS -- TEST 'control_p8_intel' [32:19, 02:39](1762 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [32:19, 03:12](1759 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [30:11, 02:30](1756 MB) -PASS -- TEST 'control_restart_p8_intel' [25:28, 02:49](910 MB) -PASS -- TEST 'control_noqr_p8_intel' [29:56, 02:25](1758 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [23:26, 02:53](925 MB) -PASS -- TEST 'control_decomp_p8_intel' [28:54, 02:26](1751 MB) -PASS -- TEST 'control_2threads_p8_intel' [28:46, 02:29](1843 MB) -PASS -- TEST 'control_p8_lndp_intel' [28:45, 01:57](1759 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [28:42, 02:59](1812 MB) -PASS -- TEST 'control_p8_mynn_intel' [28:12, 02:40](1771 MB) -PASS -- TEST 'merra2_thompson_intel' [27:53, 02:33](1767 MB) -PASS -- TEST 'regional_control_intel' [27:43, 02:09](838 MB) -PASS -- TEST 'regional_restart_intel' [19:56, 01:22](844 MB) -PASS -- TEST 'regional_decomp_intel' [27:14, 01:57](840 MB) -PASS -- TEST 'regional_2threads_intel' [26:53, 01:53](898 MB) -PASS -- TEST 'regional_noquilt_intel' [26:46, 01:21](1169 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [26:45, 02:19](839 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [25:34, 01:24](838 MB) -PASS -- TEST 'regional_wofs_intel' [25:26, 01:38](1570 MB) - -PASS -- COMPILE 'rrfs_intel' [10:27, 08:32] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [23:39, 02:59](911 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [22:43, 02:02](1048 MB) -PASS -- TEST 'rap_decomp_intel' [22:21, 02:16](911 MB) -PASS -- TEST 'rap_2threads_intel' [22:21, 02:19](995 MB) -PASS -- TEST 'rap_restart_intel' [13:11, 02:16](776 MB) -PASS -- TEST 'rap_sfcdiff_intel' [21:28, 03:03](909 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [21:25, 02:49](913 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [10:56, 02:49](780 MB) -PASS -- TEST 'hrrr_control_intel' [21:15, 02:02](905 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [21:08, 01:53](902 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [21:02, 02:19](976 MB) -PASS -- TEST 'hrrr_control_restart_intel' [15:04, 02:07](733 MB) -PASS -- TEST 'rrfs_v1beta_intel' [20:59, 03:07](903 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [20:46, 01:44](1862 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [20:41, 02:05](1848 MB) - -PASS -- COMPILE 'csawmg_intel' [09:26, 07:56] -PASS -- TEST 'control_csawmg_intel' [35:47, 01:39](864 MB) -PASS -- TEST 'control_ras_intel' [35:47, 01:58](559 MB) - -PASS -- COMPILE 'wam_intel' [09:25, 08:00] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [34:49, 01:36](1563 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [09:27, 08:07] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [20:30, 02:58](1759 MB) -PASS -- TEST 'regional_control_faster_intel' [20:21, 01:19](840 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:27, 07:40] ( 867 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [19:59, 01:39](1495 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [19:52, 01:47](1502 MB) -PASS -- TEST 'control_stochy_debug_intel' [19:47, 01:45](702 MB) -PASS -- TEST 'control_lndp_debug_intel' [19:10, 02:04](702 MB) -PASS -- TEST 'control_csawmg_debug_intel' [18:52, 01:22](1008 MB) -PASS -- TEST 'control_ras_debug_intel' [18:26, 02:03](709 MB) -PASS -- TEST 'control_diag_debug_intel' [17:51, 02:10](1558 MB) -PASS -- TEST 'control_debug_p8_intel' [17:25, 02:17](1800 MB) -PASS -- TEST 'regional_debug_intel' [16:23, 01:27](891 MB) -PASS -- TEST 'rap_control_debug_intel' [15:32, 01:41](1089 MB) -PASS -- TEST 'hrrr_control_debug_intel' [15:21, 01:52](1081 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [15:18, 01:47](1087 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [15:05, 01:41](1084 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [15:04, 01:42](1088 MB) -PASS -- TEST 'rap_diag_debug_intel' [15:04, 01:37](1171 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [15:00, 01:38](1088 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [14:17, 01:37](1089 MB) -PASS -- TEST 'rap_lndp_debug_intel' [14:07, 01:39](1085 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [13:43, 01:40](1085 MB) -PASS -- TEST 'rap_noah_debug_intel' [13:43, 01:47](1084 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [13:18, 01:42](1082 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [13:10, 01:27](1081 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [12:55, 01:45](1080 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [12:21, 01:54](1086 MB) -PASS -- TEST 'rap_flake_debug_intel' [12:18, 01:42](1087 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:08, 02:52](1091 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:23, 04:25] ( 823 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [37:49, 02:11](1581 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:26, 07:51] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [12:02, 02:19](920 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:33, 02:12](785 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [10:56, 03:27](784 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:33, 02:09](842 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [10:30, 03:17](829 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [10:10, 02:49](781 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:07, 02:31](684 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:00, 01:21](668 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:35, 07:52] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [09:52, 02:07](994 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:50, 01:57](993 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:48, 01:45](864 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:22, 07:57] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:03, 02:23](815 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:20, 04:30] ( 771 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:44, 01:58](954 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:44, 02:08](954 MB) -PASS -- TEST 'conus13km_debug_intel' [07:35, 01:50](1043 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [07:34, 01:30](716 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [07:29, 01:18](1049 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [07:25, 01:41](1114 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:19, 04:23] ( 771 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:45, 01:56](989 MB) - -PASS -- COMPILE 'hafsw_intel' [11:33, 09:34] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:47, 03:02](602 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:37, 02:10](945 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [06:11, 02:46](645 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [06:10, 02:39](671 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [05:57, 02:31](693 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:46, 02:05](461 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [05:28, 03:11](392 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:58, 02:38](288 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [04:08, 03:39](364 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:01, 02:35](408 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [03:51, 01:53](400 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [03:47, 01:53](486 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:05, 01:28](311 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:22, 04:52] ( 1447 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [02:41, 02:27](506 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [10:28, 09:06] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [02:36, 02:45](517 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [02:25, 02:41](704 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:29, 09:22] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [01:16, 02:17](705 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:27, 08:37] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [00:58, 03:09](639 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [00:56, 03:09](629 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [00:29, 01:24](881 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:31, 09:50] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [00:04, 01:40](1820 MB) - -PASS -- COMPILE 'atml_intel' [10:28, 08:58] ( 8 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [07:24, 05:23] ( 866 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [10:24, 08:13] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [00:04, 02:20](3023 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [59:32, 02:57](2903 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [59:30, 02:51](2921 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [06:21, 04:28] ( 868 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [59:04, 02:29](4444 MB) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [33:00, 02:05](1824 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [14:15, 02:06](996 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [13:46, 02:43](1803 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:20, 05:07] ( 1503 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [59:20, 02:04](1852 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [10:26, 08:58] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [23:38, 02:29](570 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [23:38, 02:11](1465 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [23:38, 02:04](1469 MB) +PASS -- TEST 'control_latlon_intel' [23:38, 02:05](1474 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [23:38, 02:13](1470 MB) +PASS -- TEST 'control_c48_intel' [23:37, 01:39](1570 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [23:37, 01:44](690 MB) +PASS -- TEST 'control_c192_intel' [23:38, 02:10](1595 MB) +PASS -- TEST 'control_c384_intel' [23:42, 03:17](1890 MB) +PASS -- TEST 'control_c384gdas_intel' [23:32, 03:56](1065 MB) +PASS -- TEST 'control_stochy_intel' [23:24, 01:32](523 MB) +PASS -- TEST 'control_stochy_restart_intel' [19:45, 01:59](332 MB) +PASS -- TEST 'control_lndp_intel' [23:17, 01:36](526 MB) +PASS -- TEST 'control_iovr4_intel' [22:20, 01:49](518 MB) +PASS -- TEST 'control_iovr5_intel' [22:18, 01:48](521 MB) +PASS -- TEST 'control_p8_intel' [21:36, 02:20](1760 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [21:12, 02:55](1756 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [21:11, 02:27](1759 MB) +PASS -- TEST 'control_restart_p8_intel' [15:09, 02:49](911 MB) +PASS -- TEST 'control_noqr_p8_intel' [19:45, 02:20](1757 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [12:57, 02:54](919 MB) +PASS -- TEST 'control_decomp_p8_intel' [19:08, 02:04](1753 MB) +PASS -- TEST 'control_2threads_p8_intel' [17:57, 02:30](1839 MB) +PASS -- TEST 'control_p8_lndp_intel' [17:51, 02:04](1762 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [17:50, 02:38](1812 MB) +PASS -- TEST 'control_p8_mynn_intel' [17:45, 02:46](1766 MB) +PASS -- TEST 'merra2_thompson_intel' [17:41, 02:40](1761 MB) +PASS -- TEST 'regional_control_intel' [17:38, 02:04](842 MB) +PASS -- TEST 'regional_restart_intel' [09:50, 01:15](835 MB) +PASS -- TEST 'regional_decomp_intel' [17:22, 01:46](836 MB) +PASS -- TEST 'regional_2threads_intel' [16:56, 01:54](891 MB) +PASS -- TEST 'regional_noquilt_intel' [16:13, 01:21](1170 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [15:52, 02:20](841 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [15:33, 02:05](841 MB) +PASS -- TEST 'regional_wofs_intel' [14:44, 01:20](1566 MB) + +PASS -- COMPILE 'rrfs_intel' [10:25, 08:26] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [14:37, 03:08](906 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [14:34, 02:07](1048 MB) +PASS -- TEST 'rap_decomp_intel' [13:45, 02:18](901 MB) +PASS -- TEST 'rap_2threads_intel' [11:33, 02:09](988 MB) +PASS -- TEST 'rap_restart_intel' [03:48, 02:16](774 MB) +PASS -- TEST 'rap_sfcdiff_intel' [11:15, 02:58](899 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:13, 02:45](898 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [00:46, 02:44](770 MB) +PASS -- TEST 'hrrr_control_intel' [10:59, 02:22](899 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [10:59, 03:11](900 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [10:41, 02:27](976 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:22, 02:02](728 MB) +PASS -- TEST 'rrfs_v1beta_intel' [10:30, 03:09](892 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:45, 01:47](1855 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:35, 01:58](1848 MB) + +PASS -- COMPILE 'csawmg_intel' [09:23, 07:52] +PASS -- TEST 'control_csawmg_intel' [24:40, 01:41](857 MB) +PASS -- TEST 'control_ras_intel' [24:40, 01:52](555 MB) + +PASS -- COMPILE 'wam_intel' [09:26, 07:55] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [09:29, 01:23](1552 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:26, 08:14] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [09:29, 02:52](1752 MB) +PASS -- TEST 'regional_control_faster_intel' [09:25, 02:00](839 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:26, 07:38] ( 867 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [09:18, 01:40](1497 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [09:17, 01:45](1489 MB) +PASS -- TEST 'control_stochy_debug_intel' [08:53, 01:40](697 MB) +PASS -- TEST 'control_lndp_debug_intel' [07:44, 02:02](695 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:42, 02:17](996 MB) +PASS -- TEST 'control_ras_debug_intel' [07:15, 01:59](703 MB) +PASS -- TEST 'control_diag_debug_intel' [07:13, 02:10](1557 MB) +PASS -- TEST 'control_debug_p8_intel' [05:46, 02:14](1783 MB) +PASS -- TEST 'regional_debug_intel' [05:20, 01:16](874 MB) +PASS -- TEST 'rap_control_debug_intel' [04:58, 01:41](1076 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:22, 01:47](1074 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:14, 01:36](1077 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [04:11, 01:37](1074 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [03:29, 01:42](1074 MB) +PASS -- TEST 'rap_diag_debug_intel' [03:29, 01:31](1161 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [03:23, 01:38](1075 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [02:56, 01:33](1076 MB) +PASS -- TEST 'rap_lndp_debug_intel' [02:37, 01:36](1080 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [02:22, 01:40](1078 MB) +PASS -- TEST 'rap_noah_debug_intel' [02:15, 01:43](1073 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [01:42, 01:42](1071 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [01:39, 01:32](1071 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [01:25, 01:43](1068 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [01:02, 01:57](1077 MB) +PASS -- TEST 'rap_flake_debug_intel' [00:46, 01:39](1081 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [00:03, 02:54](1079 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:20, 04:23] ( 823 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [26:39, 02:18](1580 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:26, 07:41] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [59:53, 02:17](911 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [59:50, 03:16](777 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [59:46, 03:09](780 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [58:52, 02:45](837 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [58:52, 03:05](828 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [57:21, 03:18](777 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [50:20, 02:31](675 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [53:00, 01:20](660 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:22, 07:52] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [57:19, 02:05](988 MB) +PASS -- TEST 'conus13km_2threads_intel' [52:13, 01:54](989 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [52:09, 01:41](860 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:23, 07:55] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [56:43, 02:23](805 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:19, 04:33] ( 771 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [56:42, 01:52](956 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [56:40, 01:54](953 MB) +PASS -- TEST 'conus13km_debug_intel' [55:53, 01:39](1040 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [55:48, 01:27](711 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [55:48, 02:02](1042 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [55:25, 01:39](1108 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:21, 04:21] ( 771 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [55:23, 01:56](978 MB) + +PASS -- COMPILE 'hafsw_intel' [11:27, 09:30] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [55:11, 02:44](598 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [54:50, 01:26](941 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [54:47, 02:24](644 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [54:11, 03:17](672 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [53:58, 03:07](696 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [53:38, 01:59](374 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [53:11, 03:18](386 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [52:45, 02:30](327 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [52:33, 03:15](366 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [52:24, 02:26](407 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [52:08, 01:51](399 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [51:51, 01:46](469 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [51:04, 01:25](329 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:20, 04:53] ( 1447 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [50:23, 02:05](498 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [10:25, 09:07] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [50:21, 02:44](515 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [49:55, 02:25](701 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [11:26, 09:16] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [49:28, 03:06](702 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:25, 08:39] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [49:10, 02:57](638 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [49:05, 02:53](616 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [48:16, 01:32](880 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:31, 10:12] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [48:16, 02:41](1814 MB) + +PASS -- COMPILE 'atml_intel' [10:31, 08:53] ( 8 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [07:25, 05:26] ( 866 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [10:30, 08:17] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [47:39, 02:19](3012 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [47:24, 02:44](2900 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [47:22, 02:43](2906 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:25, 04:27] ( 868 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [46:37, 02:41](4377 MB) SYNOPSIS: -Starting Date/Time: 20240919 12:02:02 -Ending Date/Time: 20240919 13:28:17 -Total Time: 01h:26m:47s +Starting Date/Time: 20240920 13:13:13 +Ending Date/Time: 20240920 14:42:02 +Total Time: 01h:29m:26s Compiles Completed: 33/33 Tests Completed: 156/156