From bc90377d854a9e61cc15571ccead37ab71f303ed Mon Sep 17 00:00:00 2001 From: Rick Grubin Date: Thu, 31 Jul 2025 16:14:23 +0000 Subject: [PATCH 01/26] oneapi@2024.2.1 / CPE PrgEnv-intel/8.6.0 stack --- modulefiles/ufs_gaeac6.intel.lua | 10 +++++----- modulefiles/ufs_gaeac6.intelllvm.lua | 13 +++++-------- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/modulefiles/ufs_gaeac6.intel.lua b/modulefiles/ufs_gaeac6.intel.lua index bb0c3e46b7..d06b9c27eb 100644 --- a/modulefiles/ufs_gaeac6.intel.lua +++ b/modulefiles/ufs_gaeac6.intel.lua @@ -1,17 +1,18 @@ help([[ This module loads libraries required for building and running UFS Weather Model - on the NOAA RDHPC machine Gaea C6 using Intel-2023.2.0. + on the NOAA RDHPC machine Gaea C6 using Intel-2024.2.1. ]]) whatis([===[Loads libraries needed for building the UFS Weather Model on Gaea C6]===]) -prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-intel-2023.2.0/install/modulefiles/Core") +prepend_path("MODULEPATJ", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core") +prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.32-64uo344/gcc/12.3.0") prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/modulefiles") -stack_intel_ver=os.getenv("stack_intel_ver") or "2023.2.0" +stack_intel_ver=os.getenv("stack_intel_ver") or "2024.2.1" load(pathJoin("stack-intel", stack_intel_ver)) -stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.30" +stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.32" load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver)) stack_python_ver=os.getenv("stack_python_ver") or "3.11.7" @@ -27,7 +28,6 @@ nccmp_ver=os.getenv("nccmp_ver") or "1.9.0.1" load(pathJoin("nccmp", nccmp_ver)) unload("darshan-runtime") -unload("cray-libsci") setenv("CC","cc") setenv("CXX","CC") diff --git a/modulefiles/ufs_gaeac6.intelllvm.lua b/modulefiles/ufs_gaeac6.intelllvm.lua index 16af4a20d6..fa48f6001c 100644 --- a/modulefiles/ufs_gaeac6.intelllvm.lua +++ b/modulefiles/ufs_gaeac6.intelllvm.lua @@ -1,17 +1,18 @@ help([[ This module loads libraries required for building and running UFS Weather Model - on the NOAA RDHPC machine Gaea C6 using Intel-2023.2.0. + on the NOAA RDHPC machine Gaea C6 using Intel-2024.2.1. ]]) whatis([===[Loads libraries needed for building the UFS Weather Model on Gaea C6]===]) -prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-intel-2023.2.0/install/modulefiles/Core") +prepend_path("MODULEPATJ", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core") +prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.32-64uo344/gcc/12.3.0") prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/modulefiles") -stack_intel_ver=os.getenv("stack_intel_ver") or "2023.2.0" +stack_intel_ver=os.getenv("stack_intel_ver") or "2024.2.1" load(pathJoin("stack-intel", stack_intel_ver)) -stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.30" +stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.32" load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver)) stack_python_ver=os.getenv("stack_python_ver") or "3.11.7" @@ -27,10 +28,6 @@ nccmp_ver=os.getenv("nccmp_ver") or "1.9.0.1" load(pathJoin("nccmp", nccmp_ver)) unload("darshan-runtime") -unload("cray-libsci") - -unload("intel-classic/2023.2.0") -load("intel-oneapi/2023.2.0") setenv("I_MPI_CC", "icx") setenv("I_MPI_CXX", "icpx") From 263c7916dda39b48c2ca27a49060002c11ec2594 Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Thu, 11 Sep 2025 16:16:32 +0000 Subject: [PATCH 02/26] add pre-test logs and update UFSATM --- .gitmodules | 6 +- UFSATM | 2 +- tests/logs/RegressionTests_ursa.log | 860 ++++++++++++++-------------- tests/test_changes.list | 3 - 4 files changed, 436 insertions(+), 435 deletions(-) diff --git a/.gitmodules b/.gitmodules index b881f89393..6e4b66e94c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,9 @@ [submodule "UFSATM"] path = UFSATM - url = https://github.com/NOAA-EMC/ufsatm - branch = develop + #url = https://github.com/NOAA-EMC/ufsatm + #branch = develop + url = https://github.com/grantfirl/fv3atm + branch = sync_NCAR_main_2025_09_04 [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 diff --git a/UFSATM b/UFSATM index 22ffc2042c..af75000da3 160000 --- a/UFSATM +++ b/UFSATM @@ -1 +1 @@ -Subproject commit 22ffc2042cfa3d51d8ba160f0cce71d077aa5b84 +Subproject commit af75000da35c60a9ebce1afd2f2f83d79c27fa5f diff --git a/tests/logs/RegressionTests_ursa.log b/tests/logs/RegressionTests_ursa.log index 54d7993906..033bb47d1d 100644 --- a/tests/logs/RegressionTests_ursa.log +++ b/tests/logs/RegressionTests_ursa.log @@ -1,7 +1,7 @@ ====START OF URSA REGRESSION TESTING LOG==== UFSWM hash used in testing: -f44fa282e78782bc1458b80bac8c16fe6848c9f1 +e7ee38e2ee0da4df70f916c952bfa1303e5ae94d Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) @@ -19,12 +19,12 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2a55e4d56a772c2b61d14a33993e6bdb993cbd8c NOAHMP-interface/noahmp (v3.7.1-457-g2a55e4d) - efe8268ff3fb9dfaac8fa843435e9790cc51fbc7 UFSATM (remotes/origin/feature/3dtke_update) ++642a7b321072ef22a2b6d621a3762777762ebec8 UFSATM (heads/sync_NCAR_main_2025_09_04) 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) - cb519be7849084b5eb99eb5cba5c04f787e6d242 UFSATM/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-6286-gcb519be7) ++d1ae92fc4ceda95646f8100242fad14ea58784b2 UFSATM/ccpp/physics (EP4-1902-gd1ae92fc) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 462195b3f221b8f2936e79cd8a22eebfde31a1f9 UFSATM/fv3/atmos_cubed_sphere (remotes/origin/feature/3dtke_update) + 0579acce28c95913a2f6d773fd8207172390159a UFSATM/fv3/atmos_cubed_sphere (201912_public_release-423-g0579acc) 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/feature/mpas-in-ufs) 8f6caa9d04f1caf2ca8ce1b362aedcebf9b14c8c UFSATM/upp (upp_v10.2.0-297-g8f6caa9d) -179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd @@ -40,437 +40,439 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /scratch4/NAGAPE/epic/role-epic/UFS-WM_RT/NEMSfv3gfs/develop-20250904 -COMPARISON DIRECTORY: /scratch4/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_2364799 +BASELINE DIRECTORY: /scratch4/NAGAPE/epic/role-epic/UFS-WM_RT/NEMSfv3gfs/develop-20250908 +COMPARISON DIRECTORY: /scratch3/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_3825864 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic +* (-a) - HPC PROJECT ACCOUNT: gmtb +* (-l) - USE CONFIG FILE: rt.conf +* (-k) - KEEP RUN DIRECTORY * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [10:11, 08:38] ( 9 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:50, 07:18](2181 MB) -PASS -- TEST 'cpld_control_gefs_intel' [32:59, 21:48](3272 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [14:11, 05:29](2970 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [46:41, 32:44](3483 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:11, 12:51] ( 9 warnings 1041 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [13:42, 11:47](2051 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:48, 13:06](2633 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [07:49, 05:14](1504 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [07:59, 06:04](2323 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:39, 20:09](2023 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:11, 12:41] ( 9 warnings 1041 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [14:33, 12:37](2014 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:10, 03:25] ( 1563 warnings 2932 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [15:49, 13:18](2107 MB) - -PASS -- COMPILE 's2swa_intel' [10:11, 08:59] ( 9 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [09:55, 07:36](2543 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:57, 06:58](2515 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:51, 03:53](2273 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:53, 07:06](2379 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:51, 03:52](1990 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [17:47, 15:42](3049 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:52, 07:09](2460 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [12:48, 10:35](2321 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:56, 07:03](2513 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [22:37, 19:07](3612 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [15:59, 12:33](3479 MB) - -PASS -- COMPILE 's2swal_intel' [10:11, 08:43] ( 9 warnings 1064 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [09:56, 07:53](2519 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [06:53, 03:55](2296 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:51, 05:34](3102 MB) - -PASS -- COMPILE 's2sw_intel' [10:11, 08:15] ( 9 warnings 1011 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:42, 06:40](2081 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:51, 04:59](2989 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:10, 03:53] ( 1453 warnings 2182 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:58, 09:12](2393 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:10, 03:43] ( 1453 warnings 2164 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:47, 04:35](2126 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [08:11, 06:25] ( 9 warnings 947 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:47, 03:27](2167 MB) - -PASS -- COMPILE 's2swa_faster_intel' [11:11, 09:22] ( 9 warnings 1029 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [08:51, 06:38](2493 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [13:11, 12:02] ( 9 warnings 1034 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [12:40, 10:54](2161 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:49, 05:20](1663 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:38, 16:00](2116 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [09:33, 08:09](3029 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:33, 01:24](3020 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:29, 00:52](2468 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [02:27, 00:52](2210 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:27, 00:35](2211 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:26, 00:25](1530 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [02:27, 00:55](2213 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:28, 00:36](2212 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:25, 00:25](1530 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:27, 00:37](2137 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:26, 00:30](2135 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:25, 00:22](1489 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 03:23] ( 1563 warnings 2914 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:43, 19:35](2184 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [08:11, 06:32] ( 502 remarks ) -PASS -- TEST 'control_flake_intel' [04:19, 02:32](1343 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:17, 01:48](2222 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:19, 01:48](2218 MB) -PASS -- TEST 'control_latlon_intel' [03:17, 01:46](2217 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:19, 01:45](2215 MB) -PASS -- TEST 'control_c48_intel' [06:18, 04:43](1670 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:18, 04:24](807 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [15:17, 13:20](1675 MB) -PASS -- TEST 'control_c192_intel' [06:28, 04:59](1853 MB) -PASS -- TEST 'control_c384_intel' [09:05, 05:57](2088 MB) -PASS -- TEST 'control_c384gdas_intel' [09:49, 06:35](1874 MB) -PASS -- TEST 'control_stochy_intel' [04:15, 01:32](1308 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:16, 00:58](1230 MB) -PASS -- TEST 'control_lndp_intel' [03:15, 01:21](1303 MB) -PASS -- TEST 'control_iovr4_intel' [04:16, 01:46](1300 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:25, 02:26](1594 MB) -PASS -- TEST 'control_iovr5_intel' [03:17, 01:47](1300 MB) -PASS -- TEST 'control_p8_intel' [03:32, 02:08](2517 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:36, 02:22](2525 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:33, 02:08](2515 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:34, 02:25](2552 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:35, 02:12](2549 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [12:37, 10:24](2387 MB) -PASS -- TEST 'control_restart_p8_intel' [03:31, 01:23](1803 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:30, 02:24](2502 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:32, 01:22](1846 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:29, 02:15](2511 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:29, 01:45](2025 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:30, 03:39](2507 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:34, 02:52](2590 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:35, 02:15](2541 MB) -PASS -- TEST 'merra2_thompson_intel' [05:32, 02:46](2545 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [05:23, 03:27](2556 MB) -PASS -- TEST 'regional_control_intel' [05:25, 03:36](1730 MB) -PASS -- TEST 'regional_restart_intel' [03:25, 02:02](1700 MB) -PASS -- TEST 'regional_decomp_intel' [05:27, 03:45](1713 MB) -PASS -- TEST 'regional_2threads_intel' [04:26, 02:11](1569 MB) -PASS -- TEST 'regional_noquilt_intel' [05:26, 03:36](1998 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:27, 03:33](1717 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:25, 03:34](1724 MB) -PASS -- TEST 'regional_wofs_intel' [06:25, 04:29](2653 MB) - -PASS -- COMPILE 'rrfs_intel' [07:11, 05:47] ( 3 warnings 447 remarks ) -PASS -- TEST 'rap_control_intel' [04:26, 02:50](1783 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:44, 02:53](1619 MB) -PASS -- TEST 'rap_decomp_intel' [04:23, 02:49](1718 MB) -PASS -- TEST 'rap_2threads_intel' [04:23, 02:17](1187 MB) -PASS -- TEST 'rap_restart_intel' [03:25, 01:38](1762 MB) -PASS -- TEST 'rap_sfcdiff_intel' [04:27, 02:56](1766 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:24, 02:55](1726 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:31, 01:30](1773 MB) -PASS -- TEST 'hrrr_control_intel' [04:25, 02:39](1785 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:22, 02:44](1691 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:22, 02:11](1175 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:21, 01:28](1733 MB) -PASS -- TEST 'rrfs_v1beta_intel' [06:25, 04:57](1937 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:18, 06:29](2656 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:20, 06:25](2905 MB) - -PASS -- COMPILE 'csawmg_intel' [07:11, 05:37] ( 416 remarks ) -PASS -- TEST 'control_csawmg_intel' [06:26, 04:44](1766 MB) -PASS -- TEST 'control_ras_intel' [04:16, 02:18](1589 MB) - -PASS -- COMPILE 'wam_intel' [07:11, 05:24] ( 394 remarks ) -PASS -- TEST 'control_wam_intel' [09:35, 08:05](2410 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [07:11, 05:43] ( 410 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:33, 02:08](2529 MB) -PASS -- TEST 'regional_control_faster_intel' [05:26, 03:21](1728 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:11, 03:27] ( 902 warnings 588 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:22, 01:42](2249 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:24, 02:47](2261 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:20, 02:12](1483 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:20, 02:00](1485 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:30, 03:06](1796 MB) -PASS -- TEST 'control_ras_debug_intel' [05:20, 02:17](1491 MB) -PASS -- TEST 'control_diag_debug_intel' [05:27, 01:58](2324 MB) -PASS -- TEST 'control_debug_p8_intel' [06:31, 02:25](2552 MB) -PASS -- TEST 'regional_debug_intel' [30:34, 28:14](1628 MB) -PASS -- TEST 'rap_control_debug_intel' [05:20, 03:34](1876 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:19, 03:27](1868 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:17, 03:32](1866 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:17, 03:31](1871 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:17, 03:32](1870 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:24, 03:41](1953 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:20, 03:39](1876 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:17, 03:51](1866 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:19, 03:32](1865 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:17, 03:34](1887 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:18, 03:30](1880 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:22, 03:30](1872 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:21, 05:41](1877 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:18, 03:54](1881 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:18, 03:37](1887 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:31, 06:02](1883 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:11, 02:09] ( 859 warnings 394 remarks ) -PASS -- TEST 'control_wam_debug_intel' [10:42, 09:00](2309 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:11, 05:35] ( 3 warnings 414 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:59, 02:40](1491 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:28, 02:20](1735 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:27, 02:16](1731 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [03:24, 01:56](1079 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:23, 01:51](1058 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:22, 02:21](1664 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:22, 01:17](1642 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:17, 01:15](1637 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [08:11, 05:29] ( 3 warnings 391 remarks ) -PASS -- TEST 'conus13km_control_intel' [14:42, 12:26](1789 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:31, 00:48](1801 MB) -PASS -- TEST 'conus13km_decomp_intel' [03:31, 01:57](1821 MB) -PASS -- TEST 'conus13km_restart_intel' [09:48, 07:35](1547 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:11, 05:20] ( 3 warnings 414 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:26, 02:52](1826 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 02:07] ( 793 warnings 420 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:17, 03:51](1754 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:16, 03:35](1746 MB) -PASS -- TEST 'conus13km_debug_intel' [16:36, 14:43](1841 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:34, 14:26](1464 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:32, 08:09](1839 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [18:00, 15:56](1875 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:50, 14:47](1896 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:11, 02:06] ( 793 warnings 414 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:23, 03:28](1857 MB) - -PASS -- COMPILE 'hafsw_intel' [10:13, 08:26] ( 694 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [05:43, 03:47](1186 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [06:51, 04:01](1397 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:22, 02:35](1484 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:49, 04:45](1324 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [33:52, 31:52](1353 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [26:52, 23:41](1379 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:32, 03:25](797 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [06:46, 04:30](806 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:27, 01:41](529 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [07:07, 04:40](622 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:28, 02:24](750 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:28, 02:13](748 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:32, 02:54](824 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:21, 00:55](532 MB) -PASS -- TEST 'gnv1_nested_intel' [04:50, 02:45](1747 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:11, 02:32] ( 1499 warnings 2056 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [10:30, 08:16](708 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [09:13, 08:02] ( 659 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [29:46, 28:06](883 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [29:36, 27:25](1102 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [09:13, 07:56] ( 9 warnings 927 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [20:39, 17:51](1112 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:14, 08:49] ( 636 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [06:47, 04:28](1316 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:43, 04:44](1290 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [13:41, 11:37](1811 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:10, 04:14] ( 9 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [17:19, 15:21](1945 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:16, 01:15](1890 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:19, 01:38](1203 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [12:25, 10:48](1204 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:18, 01:55](1201 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:15, 01:56](1941 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [13:15, 12:06](1952 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:14, 01:40](1197 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:54, 05:29](1841 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:01, 05:40](1376 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:13, 01:47](1936 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:15, 02:58](4786 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:15, 03:44](4788 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 02:16] ( 13 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:16, 04:21](1844 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:12, 04:17] ( 9 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:16, 02:00](1948 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:41] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:25, 00:44](366 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:20, 00:31](621 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:20, 00:23](621 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [07:10, 05:53] ( 610 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:42, 02:40](2852 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:10, 05:39] ( 498 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:43, 03:38](2863 MB) - -PASS -- COMPILE 'atml_intel' [08:10, 06:17] ( 8 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [04:44, 02:31](1934 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:30, 01:29](1243 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:10, 02:57] ( 907 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:50, 03:31](1965 MB) - -PASS -- COMPILE 'atmw_intel' [09:10, 07:23] ( 519 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:46, 01:54](2699 MB) - -PASS -- COMPILE 'atmaero_intel' [07:10, 05:37] ( 412 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:41, 03:07](2007 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:30, 03:25](2401 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:31, 03:22](2418 MB) - -PASS -- COMPILE 'atmaq_intel' [07:10, 05:30] ( 8 warnings 609 remarks ) -PASS -- TEST 'regional_atmaq_intel' [14:34, 11:08](2878 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [15:31, 12:59](2877 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:10, 02:20] ( 884 warnings 609 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [29:05, 26:59](2889 MB) - -PASS -- COMPILE 'atm_fbh_intel' [07:10, 06:00] ( 3 warnings 421 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [13:23, 11:23](1130 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [15:10, 13:39] -PASS -- TEST 'cpld_control_gfsv17_intelllvm' [14:42, 11:50](2057 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [05:10, 03:38] -PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [16:41, 13:34](2097 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intelllvm' [15:15, 13:25] -PASS -- TEST 'cpld_control_sfs_intelllvm' [15:33, 12:54](1996 MB) - -PASS -- COMPILE 's2swa_intelllvm' [10:14, 08:19] -PASS -- TEST 'cpld_control_p8_intelllvm' [09:55, 07:27](2481 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [07:10, 05:14] -PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [05:24, 03:14](1719 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [07:10, 05:11] -PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [05:27, 02:54](1828 MB) - -PASS -- COMPILE 'hafsw_intelllvm' [10:13, 08:32] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [06:43, 02:46](826 MB) - -PASS -- COMPILE 'hafsw_debug_intelllvm' [04:10, 02:44] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intelllvm' [12:44, 08:19](740 MB) - -PASS -- COMPILE 'datm_cdeps_intelllvm' [06:10, 04:44] -PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [03:15, 02:03](1935 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [04:10, 02:15] -PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [16:17, 14:39](1862 MB) - -PASS -- COMPILE 'atm_gnu' [04:10, 02:48] -PASS -- TEST 'control_c48_gnu' [07:22, 05:41](1513 MB) -PASS -- TEST 'control_stochy_gnu' [03:16, 01:58](515 MB) -PASS -- TEST 'control_ras_gnu' [05:16, 03:08](520 MB) -PASS -- TEST 'control_p8_gnu' [04:34, 02:59](1486 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [04:34, 02:59](1471 MB) -PASS -- TEST 'control_flake_gnu' [05:19, 04:01](557 MB) - -PASS -- COMPILE 'rrfs_gnu' [04:12, 02:52] -PASS -- TEST 'rap_control_gnu' [05:22, 03:27](853 MB) -PASS -- TEST 'rap_decomp_gnu' [05:23, 03:25](854 MB) -PASS -- TEST 'rap_2threads_gnu' [04:26, 02:40](910 MB) -PASS -- TEST 'rap_restart_gnu' [03:28, 01:49](580 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [05:35, 03:28](853 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [05:23, 03:25](855 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [03:27, 01:49](580 MB) -PASS -- TEST 'hrrr_control_gnu' [05:25, 03:21](855 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:22, 03:20](843 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [04:21, 02:35](901 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:30, 03:21](855 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:19, 01:47](580 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:19, 01:45](667 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [08:33, 06:20](849 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:12, 02:39] -PASS -- TEST 'control_csawmg_gnu' [07:25, 05:37](760 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:12, 04:54] -PASS -- TEST 'control_diag_debug_gnu' [03:23, 01:22](1287 MB) -PASS -- TEST 'regional_debug_gnu' [07:32, 05:39](747 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:23, 01:52](862 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:25, 01:49](864 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:17, 01:55](866 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:17, 01:51](867 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:25, 02:04](947 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:17, 02:51](859 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:17, 01:51](860 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:16, 01:07](506 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:16, 01:18](496 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:28, 01:18](1449 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:20, 01:50](860 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:17, 01:50](862 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:26, 02:58](873 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:11, 01:29] -PASS -- TEST 'control_wam_debug_gnu' [06:34, 04:33](1310 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:13, 02:26] -PASS -- TEST 'control_csawmg_debug_gnu' [03:26, 01:49](745 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:11, 02:45] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:21, 03:13](709 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:20, 03:08](712 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [04:24, 02:28](738 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:23, 02:27](731 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:21, 03:09](712 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:24, 01:42](550 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:17, 01:40](554 MB) -PASS -- TEST 'conus13km_control_gnu' [23:41, 21:38](945 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:31, 01:09](907 MB) -PASS -- TEST 'conus13km_decomp_gnu' [04:32, 02:56](910 MB) -PASS -- TEST 'conus13km_restart_gnu' [15:45, 13:37](580 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:10, 06:10] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:26, 03:38](736 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:10, 04:57] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:18, 01:50](717 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:17, 01:48](720 MB) -PASS -- TEST 'conus13km_debug_gnu' [10:37, 08:12](922 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [09:35, 08:04](650 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [05:33, 04:07](924 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [09:34, 07:44](927 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:33, 07:04](993 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [06:10, 04:56] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:17, 01:51](744 MB) - -PASS -- COMPILE 's2swa_gnu' [13:10, 11:36] -PASS -- TEST 'cpld_control_p8_gnu' [09:57, 07:34](1607 MB) - -PASS -- COMPILE 's2s_gnu' [13:15, 11:54] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [08:46, 06:54](1546 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:10, 02:09] -PASS -- TEST 'cpld_debug_p8_gnu' [06:48, 04:44](1616 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [13:10, 11:41] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [10:46, 08:49](1581 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:10, 01:45] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [08:37, 06:39](1579 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [11:10, 09:55] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:22, 02:01](1511 MB) +PASS -- COMPILE 's2swa_32bit_intel' [10:11, 08:46] ( 9 warnings 1043 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:46, 06:42](2188 MB) +PASS -- TEST 'cpld_control_gefs_intel' [28:56, 20:52](3265 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [14:01, 05:54](2945 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [41:01, 32:33](3441 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:11, 12:33] ( 9 warnings 1041 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [14:41, 11:53](2056 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:56, 13:10](2591 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [07:52, 05:13](1479 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [07:59, 05:59](2335 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:40, 20:25](1995 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [13:11, 12:01] ( 9 warnings 1041 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [15:31, 12:37](1998 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 03:40] ( 1565 warnings 2932 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [15:40, 13:15](2083 MB) + +PASS -- COMPILE 's2swa_intel' [11:11, 09:39] ( 9 warnings 1043 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [10:50, 07:39](2479 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:58, 07:12](2519 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:55, 03:47](2309 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:53, 07:00](2377 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:49, 03:53](2008 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [18:45, 15:52](3046 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:53, 07:06](2495 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [14:46, 11:39](2317 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:55, 07:10](2488 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [22:52, 19:25](3588 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [16:01, 12:22](3482 MB) + +PASS -- COMPILE 's2swal_intel' [10:11, 08:27] ( 9 warnings 1064 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [09:52, 07:28](2499 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [05:53, 03:55](2303 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:47, 05:32](3115 MB) + +PASS -- COMPILE 's2sw_intel' [10:11, 09:00] ( 9 warnings 1011 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:40, 06:33](2077 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:48, 04:50](2982 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:11, 03:28] ( 1455 warnings 2182 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [11:48, 09:01](2410 MB) + +PASS -- COMPILE 's2sw_debug_intel' [04:11, 03:00] ( 1455 warnings 2164 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:38, 04:37](2091 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [08:11, 06:16] ( 9 warnings 947 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:45, 03:23](2165 MB) + +PASS -- COMPILE 's2swa_faster_intel' [12:11, 09:27] ( 9 warnings 1029 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [08:50, 06:36](2498 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [15:12, 12:43] ( 9 warnings 1034 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [12:56, 10:54](2168 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:55, 05:23](1676 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:41, 15:12](2098 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [06:30, 04:25](3032 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:31, 01:29](3021 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:29, 00:54](2462 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [02:27, 00:53](2209 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:26, 00:33](2210 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [03:25, 00:27](1534 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [02:27, 00:51](2212 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:27, 00:33](2209 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [03:25, 00:28](1533 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [03:26, 01:47](2139 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:25, 00:27](2138 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:25, 00:24](1489 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 02:53] ( 1565 warnings 2914 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [21:45, 19:22](2185 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:12, 06:22] ( 502 remarks ) +PASS -- TEST 'control_flake_intel' [04:21, 02:32](1351 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [09:20, 07:01](2239 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:21, 01:45](2214 MB) +PASS -- TEST 'control_latlon_intel' [04:19, 01:42](2245 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:22, 01:52](2215 MB) +PASS -- TEST 'control_c48_intel' [07:23, 04:42](1667 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:22, 04:22](806 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [07:23, 04:50](1661 MB) +PASS -- TEST 'control_c192_intel' [07:31, 04:57](1829 MB) +PASS -- TEST 'control_c384_intel' [09:23, 05:45](2134 MB) +PASS -- TEST 'control_c384gdas_intel' [09:49, 06:12](1855 MB) +PASS -- TEST 'control_stochy_intel' [03:18, 01:24](1307 MB) +PASS -- TEST 'control_stochy_restart_intel' [08:18, 05:28](1211 MB) +PASS -- TEST 'control_lndp_intel' [03:17, 01:08](1315 MB) +PASS -- TEST 'control_iovr4_intel' [03:21, 01:51](1293 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:29, 02:12](1594 MB) +PASS -- TEST 'control_iovr5_intel' [10:23, 08:10](1321 MB) +PASS -- TEST 'control_p8_intel' [04:35, 02:05](2523 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:36, 02:13](2524 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:33, 02:09](2536 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:39, 02:34](2545 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:38, 02:23](2556 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [12:37, 10:23](2401 MB) +PASS -- TEST 'control_restart_p8_intel' [03:37, 01:16](1813 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:31, 02:22](2507 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:29, 01:16](1850 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:44, 02:48](2504 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:05, 01:45](2021 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:07, 03:37](2524 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:07, 02:53](2576 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:49, 02:14](2521 MB) +PASS -- TEST 'merra2_thompson_intel' [04:33, 02:30](2535 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [05:24, 03:40](2550 MB) +PASS -- TEST 'regional_control_intel' [05:26, 03:33](1723 MB) +PASS -- TEST 'regional_restart_intel' [03:26, 02:01](1697 MB) +PASS -- TEST 'regional_decomp_intel' [06:29, 03:45](1711 MB) +PASS -- TEST 'regional_2threads_intel' [04:26, 02:09](1569 MB) +PASS -- TEST 'regional_noquilt_intel' [05:25, 03:38](1991 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:27, 03:33](1725 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:25, 03:46](1716 MB) +PASS -- TEST 'regional_wofs_intel' [07:25, 05:13](2649 MB) + +PASS -- COMPILE 'rrfs_intel' [08:12, 05:38] ( 3 warnings 447 remarks ) +PASS -- TEST 'rap_control_intel' [04:29, 02:48](1808 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:45, 02:47](1635 MB) +PASS -- TEST 'rap_decomp_intel' [04:23, 02:52](1730 MB) +PASS -- TEST 'rap_2threads_intel' [04:26, 02:16](1184 MB) +PASS -- TEST 'rap_restart_intel' [03:30, 01:31](1750 MB) +PASS -- TEST 'rap_sfcdiff_intel' [04:32, 02:48](1769 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:24, 02:52](1729 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:31, 01:31](1758 MB) +PASS -- TEST 'hrrr_control_intel' [04:29, 02:42](1758 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:22, 02:45](1693 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:22, 02:10](1175 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:20, 01:28](1700 MB) +PASS -- TEST 'rrfs_v1beta_intel' [06:34, 04:59](1933 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:28, 06:30](2660 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:28, 06:13](2916 MB) + +PASS -- COMPILE 'csawmg_intel' [08:12, 05:21] ( 416 remarks ) +PASS -- TEST 'control_csawmg_intel' [16:27, 14:10](1973 MB) +PASS -- TEST 'control_ras_intel' [04:16, 02:18](1601 MB) + +PASS -- COMPILE 'wam_intel' [07:12, 05:14] ( 394 remarks ) +PASS -- TEST 'control_wam_intel' [09:38, 08:00](2426 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [07:12, 05:27] ( 410 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:39, 02:05](2526 MB) +PASS -- TEST 'regional_control_faster_intel' [05:30, 03:25](1727 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 03:27] ( 904 warnings 588 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:26, 01:37](2231 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:21, 01:40](2251 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:17, 02:26](1487 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:17, 01:58](1475 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:30, 03:06](1800 MB) +PASS -- TEST 'control_ras_debug_intel' [03:19, 02:01](1489 MB) +PASS -- TEST 'control_diag_debug_intel' [03:26, 01:58](2331 MB) +PASS -- TEST 'control_debug_p8_intel' [03:26, 02:07](2562 MB) +PASS -- TEST 'regional_debug_intel' [13:27, 11:48](1632 MB) +PASS -- TEST 'rap_control_debug_intel' [05:19, 03:35](1878 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:24, 03:39](1871 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:21, 03:39](1867 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:18, 03:40](1871 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:28, 04:57](1887 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:34, 03:46](1959 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [11:17, 09:54](1879 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:18, 03:38](1861 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:18, 03:36](1875 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:20, 03:33](1882 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:19, 03:38](1877 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:18, 03:34](1875 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:18, 05:57](1882 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:19, 03:32](1873 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:18, 03:33](1872 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:28, 06:03](1882 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:10, 02:04] ( 861 warnings 394 remarks ) +PASS -- TEST 'control_wam_debug_intel' [11:39, 09:08](2316 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:11, 05:23] ( 3 warnings 414 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:03, 02:39](1480 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:35, 02:25](1730 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:22, 02:19](1712 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [03:25, 01:56](1073 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:24, 01:50](1052 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:23, 02:24](1644 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:23, 01:18](1658 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:18, 01:16](1616 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [08:11, 05:41] ( 3 warnings 391 remarks ) +PASS -- TEST 'conus13km_control_intel' [15:42, 13:12](1799 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:29, 00:47](1803 MB) +PASS -- TEST 'conus13km_decomp_intel' [03:29, 01:55](1804 MB) +PASS -- TEST 'conus13km_restart_intel' [03:37, 01:06](1555 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:11, 05:28] ( 3 warnings 414 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:28, 02:53](1819 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 02:14] ( 794 warnings 420 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:17, 03:24](1753 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:17, 03:23](1745 MB) +PASS -- TEST 'conus13km_debug_intel' [17:37, 15:28](1838 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:40, 14:46](1460 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:36, 08:15](1831 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [15:34, 14:09](1858 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:35, 14:23](1916 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 02:11] ( 794 warnings 414 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:18, 03:31](1874 MB) + +PASS -- COMPILE 'hafsw_intel' [11:11, 08:26] ( 694 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:46, 03:45](1200 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [05:58, 04:01](1385 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:22, 02:27](1457 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [06:49, 04:44](1328 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [33:47, 31:51](1364 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [22:56, 20:59](1364 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:38, 03:24](821 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [06:45, 04:26](812 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:26, 01:48](530 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:03, 04:38](617 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [08:35, 02:24](752 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:32, 02:13](759 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:37, 02:48](806 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:26, 00:50](521 MB) +PASS -- TEST 'gnv1_nested_intel' [07:55, 02:47](1715 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:10, 02:27] ( 1501 warnings 2056 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:35, 08:15](702 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [10:11, 08:18] ( 659 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [31:39, 27:08](900 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [32:41, 27:04](1069 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [10:11, 08:12] ( 9 warnings 927 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [22:05, 18:07](1104 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:11, 08:06] ( 636 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:45, 04:27](1305 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:43, 04:29](1273 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [15:19, 11:34](1817 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [06:17, 04:37] ( 9 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:16, 02:02](1938 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:16, 01:15](1885 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:20, 01:53](1202 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:21, 01:46](1198 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:19, 01:48](1195 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:20, 01:51](1946 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:16, 01:53](1929 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:16, 01:45](1199 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:56, 05:29](1841 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:57, 05:29](1368 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:14, 01:59](1943 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [16:16, 14:11](4790 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [18:17, 15:28](4791 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:27] ( 13 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [14:16, 11:20](1854 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:14, 04:15] ( 9 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:23, 02:03](1939 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 00:42] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:25, 00:43](364 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:22, 00:32](619 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:19, 00:23](622 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:19, 06:04] ( 610 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:45, 02:40](2828 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:18, 05:42] ( 498 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:38, 03:31](2858 MB) + +PASS -- COMPILE 'atml_intel' [08:19, 06:35] ( 8 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [05:33, 02:29](1929 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:28, 01:28](1249 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:14, 03:13] ( 909 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:34, 03:33](1949 MB) + +PASS -- COMPILE 'atmw_intel' [09:12, 07:44] ( 519 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [07:33, 05:09](2716 MB) + +PASS -- COMPILE 'atmaero_intel' [07:11, 05:43] ( 412 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:38, 03:09](1999 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:41, 03:15](2400 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [17:34, 14:38](2438 MB) + +PASS -- COMPILE 'atmaq_intel' [07:11, 05:34] ( 8 warnings 609 remarks ) +PASS -- TEST 'regional_atmaq_intel' [14:35, 11:02](2876 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [16:22, 13:03](2876 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:13] ( 886 warnings 609 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [30:10, 26:54](2888 MB) + +PASS -- COMPILE 'atm_fbh_intel' [07:11, 05:37] ( 3 warnings 421 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [09:22, 07:19](1135 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [14:14, 12:47] +PASS -- TEST 'cpld_control_gfsv17_intelllvm' [14:52, 11:54](2065 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [05:11, 03:50] +PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [15:42, 13:13](2082 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intelllvm' [14:14, 12:41] +PASS -- TEST 'cpld_control_sfs_intelllvm' [14:33, 12:35](1995 MB) + +PASS -- COMPILE 's2swa_intelllvm' [10:15, 08:40] +PASS -- TEST 'cpld_control_p8_intelllvm' [10:55, 07:33](2542 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [07:13, 05:19] +PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [04:28, 02:22](1752 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [07:13, 05:19] +PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [14:32, 10:30](1991 MB) + +PASS -- COMPILE 'hafsw_intelllvm' [09:11, 07:47] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [05:39, 02:45](808 MB) + +PASS -- COMPILE 'hafsw_debug_intelllvm' [04:15, 02:35] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intelllvm' [11:30, 08:16](732 MB) + +PASS -- COMPILE 'datm_cdeps_intelllvm' [06:15, 04:24] +PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [04:15, 02:18](1946 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [04:11, 02:16] +PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [06:15, 03:56](1847 MB) + +PASS -- COMPILE 'atm_gnu' [04:11, 02:51] +PASS -- TEST 'control_c48_gnu' [08:23, 05:51](1506 MB) +PASS -- TEST 'control_stochy_gnu' [04:17, 01:56](516 MB) +PASS -- TEST 'control_ras_gnu' [11:23, 08:15](520 MB) +PASS -- TEST 'control_p8_gnu' [05:39, 02:58](1462 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:33, 02:59](1460 MB) +PASS -- TEST 'control_flake_gnu' [06:20, 04:01](560 MB) + +PASS -- COMPILE 'rrfs_gnu' [04:10, 02:49] +PASS -- TEST 'rap_control_gnu' [07:28, 03:26](852 MB) +PASS -- TEST 'rap_decomp_gnu' [10:23, 03:28](855 MB) +PASS -- TEST 'rap_2threads_gnu' [09:27, 02:39](910 MB) +PASS -- TEST 'rap_restart_gnu' [13:34, 01:49](581 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [17:32, 09:20](854 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:27, 03:23](855 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [20:28, 01:52](579 MB) +PASS -- TEST 'hrrr_control_gnu' [25:28, 17:59](854 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [24:30, 16:39](841 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [16:28, 02:32](903 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [10:27, 03:22](856 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [12:23, 01:46](579 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [13:45, 01:44](669 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [16:27, 06:12](850 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:11, 02:40] +PASS -- TEST 'control_csawmg_gnu' [17:30, 05:40](762 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:11, 04:55] +PASS -- TEST 'control_diag_debug_gnu' [13:26, 01:19](1287 MB) +PASS -- TEST 'regional_debug_gnu' [29:35, 20:20](766 MB) +PASS -- TEST 'rap_control_debug_gnu' [12:18, 01:48](862 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [12:18, 01:47](863 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [12:18, 01:49](892 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [12:20, 01:50](868 MB) +PASS -- TEST 'rap_diag_debug_gnu' [18:26, 06:26](947 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [21:21, 09:10](858 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [14:19, 01:48](861 MB) +PASS -- TEST 'control_ras_debug_gnu' [24:35, 04:28](505 MB) +PASS -- TEST 'control_stochy_debug_gnu' [27:23, 06:51](497 MB) +PASS -- TEST 'control_debug_p8_gnu' [23:32, 01:19](1462 MB) +PASS -- TEST 'rap_flake_debug_gnu' [23:30, 01:52](860 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [23:27, 01:53](862 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [24:33, 03:01](872 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:11, 01:22] +PASS -- TEST 'control_wam_debug_gnu' [26:35, 04:36](1310 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:10, 02:47] +PASS -- TEST 'control_csawmg_debug_gnu' [23:31, 01:49](744 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:11, 02:41] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [24:30, 03:10](709 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [23:25, 03:08](712 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [24:34, 02:28](740 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [23:25, 02:23](732 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [23:31, 03:06](712 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [11:34, 04:35](553 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [06:19, 01:46](556 MB) +PASS -- TEST 'conus13km_control_gnu' [23:44, 20:27](905 MB) +PASS -- TEST 'conus13km_2threads_gnu' [20:40, 01:07](908 MB) +PASS -- TEST 'conus13km_decomp_gnu' [05:31, 02:58](910 MB) +PASS -- TEST 'conus13km_restart_gnu' [11:42, 09:42](586 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:15, 06:13] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [23:29, 03:38](736 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:11, 05:02] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [20:26, 01:48](717 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [20:23, 01:44](721 MB) +PASS -- TEST 'conus13km_debug_gnu' [25:36, 17:44](922 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [14:35, 07:12](649 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [20:32, 04:03](922 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [27:42, 22:04](926 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [12:31, 07:07](990 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [06:11, 04:57] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [15:27, 01:49](746 MB) + +PASS -- COMPILE 's2swa_gnu' [13:14, 11:30] +PASS -- TEST 'cpld_control_p8_gnu' [20:01, 07:31](1594 MB) + +PASS -- COMPILE 's2s_gnu' [12:12, 10:23] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [22:57, 11:23](1569 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [03:11, 02:00] +PASS -- TEST 'cpld_debug_p8_gnu' [12:49, 04:53](1626 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [13:11, 11:16] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [16:40, 08:53](1565 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 01:41] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [22:38, 06:33](1560 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [11:15, 09:56] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:16, 02:10](1512 MB) SYNOPSIS: -Starting Date/Time: 20250905 00:45:45 -Ending Date/Time: 20250905 03:05:59 -Total Time: 02h:21m:12s +Starting Date/Time: 20250910 21:18:45 +Ending Date/Time: 20250910 23:22:21 +Total Time: 02h:04m:38s Compiles Completed: 69/69 Tests Completed: 282/282 diff --git a/tests/test_changes.list b/tests/test_changes.list index d0d4838554..e69de29bb2 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,3 +0,0 @@ -cpld_control_p8_faster intel -control_p8_faster intel -hafs_regional_storm_following_1nest_atm_ocn_wav_inline intel From 3c49f435655ba019182eada71c18e95532d573f6 Mon Sep 17 00:00:00 2001 From: Rick Grubin Date: Tue, 30 Sep 2025 11:25:41 -0600 Subject: [PATCH 03/26] Update ufs_gaeac6.intel.lua Fix typo in MODULEPATH --- modulefiles/ufs_gaeac6.intel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulefiles/ufs_gaeac6.intel.lua b/modulefiles/ufs_gaeac6.intel.lua index d06b9c27eb..b5a25f5e84 100644 --- a/modulefiles/ufs_gaeac6.intel.lua +++ b/modulefiles/ufs_gaeac6.intel.lua @@ -5,7 +5,7 @@ help([[ whatis([===[Loads libraries needed for building the UFS Weather Model on Gaea C6]===]) -prepend_path("MODULEPATJ", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core") +prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core") prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.32-64uo344/gcc/12.3.0") prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/modulefiles") From 34a5cbbf8323f17997676d928d4eef74926d8040 Mon Sep 17 00:00:00 2001 From: Rick Grubin Date: Tue, 30 Sep 2025 11:29:36 -0600 Subject: [PATCH 04/26] Update ufs_gaeac6.intel.lua Fix stack compiler type to load --- modulefiles/ufs_gaeac6.intel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulefiles/ufs_gaeac6.intel.lua b/modulefiles/ufs_gaeac6.intel.lua index b5a25f5e84..3345b09ae3 100644 --- a/modulefiles/ufs_gaeac6.intel.lua +++ b/modulefiles/ufs_gaeac6.intel.lua @@ -10,7 +10,7 @@ prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/env prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/modulefiles") stack_intel_ver=os.getenv("stack_intel_ver") or "2024.2.1" -load(pathJoin("stack-intel", stack_intel_ver)) +load(pathJoin("stack-oneapi", stack_intel_ver)) stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.32" load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver)) From bde80ab903e49abdfd43dcb2c1a3d5390a67b1e5 Mon Sep 17 00:00:00 2001 From: Rick Grubin Date: Tue, 30 Sep 2025 12:12:36 -0600 Subject: [PATCH 05/26] Update ufs_gaeac6.intel.lua Require libfabric/1.20.1 --- modulefiles/ufs_gaeac6.intel.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modulefiles/ufs_gaeac6.intel.lua b/modulefiles/ufs_gaeac6.intel.lua index 3345b09ae3..0bde6514d3 100644 --- a/modulefiles/ufs_gaeac6.intel.lua +++ b/modulefiles/ufs_gaeac6.intel.lua @@ -15,6 +15,9 @@ load(pathJoin("stack-oneapi", stack_intel_ver)) stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.32" load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver)) +libfabric_ver="1.20.1" +load(pathJoin("libfabric", libfabric_ver)) + stack_python_ver=os.getenv("stack_python_ver") or "3.11.7" load(pathJoin("stack-python", stack_python_ver)) From 06696c968bc57cfeb133e9570ea47bfa42dbc059 Mon Sep 17 00:00:00 2001 From: Rick Grubin Date: Tue, 30 Sep 2025 12:17:33 -0600 Subject: [PATCH 06/26] Update ufs_gaeac6.intelllvm.lua Fix stack name, force libfabric/1.20.1 --- modulefiles/ufs_gaeac6.intelllvm.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modulefiles/ufs_gaeac6.intelllvm.lua b/modulefiles/ufs_gaeac6.intelllvm.lua index fa48f6001c..0404af4112 100644 --- a/modulefiles/ufs_gaeac6.intelllvm.lua +++ b/modulefiles/ufs_gaeac6.intelllvm.lua @@ -10,11 +10,14 @@ prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/env prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/modulefiles") stack_intel_ver=os.getenv("stack_intel_ver") or "2024.2.1" -load(pathJoin("stack-intel", stack_intel_ver)) +load(pathJoin("stack-oneapi", stack_intel_ver)) stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.32" load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver)) +libfabric_ver="1.20.1" +load(pathJoin("libfabric", libfabric_ver)) + stack_python_ver=os.getenv("stack_python_ver") or "3.11.7" load(pathJoin("stack-python", stack_python_ver)) From 7b021b61e246ea54db46dfc7b6400eb3161251f4 Mon Sep 17 00:00:00 2001 From: Rick Grubin Date: Tue, 30 Sep 2025 12:18:14 -0600 Subject: [PATCH 07/26] Update ufs_gaeac6.intelllvm.lua --- modulefiles/ufs_gaeac6.intelllvm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulefiles/ufs_gaeac6.intelllvm.lua b/modulefiles/ufs_gaeac6.intelllvm.lua index 0404af4112..32167ccbb8 100644 --- a/modulefiles/ufs_gaeac6.intelllvm.lua +++ b/modulefiles/ufs_gaeac6.intelllvm.lua @@ -5,7 +5,7 @@ help([[ whatis([===[Loads libraries needed for building the UFS Weather Model on Gaea C6]===]) -prepend_path("MODULEPATJ", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core") +prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core") prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.32-64uo344/gcc/12.3.0") prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/modulefiles") From 333c416d5339362be481c57d37f78a37ba5bd14a Mon Sep 17 00:00:00 2001 From: Rick Grubin Date: Tue, 30 Sep 2025 12:33:05 -0600 Subject: [PATCH 08/26] Update rt.sh Fixes for gaeac6 OS upgrade --- tests/rt.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/tests/rt.sh b/tests/rt.sh index a8baa6e7e5..4868243070 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -749,12 +749,14 @@ case ${MACHINE_ID} in fi export LD_PRELOAD=/usr/lib64/libstdc++.so.6 - module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-intel-2023.2.0/install/modulefiles/Core - module load stack-intel/2023.2.0 - module load cray-mpich/8.1.30 - module load python/3.11 + module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core + module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.32-64uo344/gcc/12.3.0 + module load stack-oneapi/2024.2.1 + module load stack-cray-mpich/8.1.32 + module load libfabric/1.20.1 + module load python/3.11.7 + if [[ "${ECFLOW:-false}" == true ]] ; then - module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-intel-2023.2.0/install/modulefiles/gcc/12.3.0 module load ecflow/5.11.4 ECF_HOST=$(hostname) ECF_PORT=$(( $(id -u) + 1500 )) From 939807ec5393f1fc0e0fee83f5e0d12528973ba5 Mon Sep 17 00:00:00 2001 From: Rick Grubin Date: Tue, 30 Sep 2025 13:00:13 -0600 Subject: [PATCH 09/26] Update compile.sh Remove module reset for gaeac6 --- tests/compile.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/compile.sh b/tests/compile.sh index 3b54cb6c78..774666772a 100755 --- a/tests/compile.sh +++ b/tests/compile.sh @@ -64,9 +64,7 @@ case ${MACHINE_ID} in if [[ ${MACHINE_ID} == gaeac5 ]]; then module reset fi - if [[ ${MACHINE_ID} == gaeac6 ]]; then - module reset - elif [[ ${MACHINE_ID} == container ]]; then + if [[ ${MACHINE_ID} == container ]]; then source /usr/lmod/lmod/init/bash module purge elif [[ ${MACHINE_ID} == hercules ]]; then From 04ca92fad5e9ebb5fb4baed1ab7b47900966f5d4 Mon Sep 17 00:00:00 2001 From: Rick Grubin Date: Tue, 30 Sep 2025 13:04:07 -0600 Subject: [PATCH 10/26] Update run_test.sh Updates for new OS --- tests/run_test.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/run_test.sh b/tests/run_test.sh index e60fdd7486..121cc8d3f7 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -126,8 +126,10 @@ case ${MACHINE_ID} in module load nccmp/1.9.0.1 ;; gaeac6) - module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-intel-2023.2.0/install/modulefiles/Core - module load stack-intel/2023.2.0 stack-cray-mpich/8.1.30 + module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core + module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.32-64uo344/gcc/12.3.0 + module load stack-oneapi/2024.2.1 stack-cray-mpich/8.1.32 + module load libfabric/1.20.1 module load nccmp/1.9.0.1 #module use modulefiles #module load modules.fv3 From ac7be13e9d3fdf4aa7482df105af26d8be5bd0cc Mon Sep 17 00:00:00 2001 From: Rick Grubin Date: Tue, 30 Sep 2025 13:37:00 -0600 Subject: [PATCH 11/26] Update rt.sh --- tests/rt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rt.sh b/tests/rt.sh index 4868243070..75cbf6789f 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -752,7 +752,7 @@ case ${MACHINE_ID} in module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.32-64uo344/gcc/12.3.0 module load stack-oneapi/2024.2.1 - module load stack-cray-mpich/8.1.32 + module load cray-mpich/8.1.32 module load libfabric/1.20.1 module load python/3.11.7 From bb44b58a9133b734e8e9caa3ce169bafaa9803eb Mon Sep 17 00:00:00 2001 From: Gillian Petro Date: Thu, 9 Oct 2025 11:39:25 -0400 Subject: [PATCH 12/26] add gaea c6 logs and test_changes.list --- tests/logs/RegressionTests_gaeac6.log | 1010 +++++++++++++++++-------- tests/test_changes.list | 99 +-- 2 files changed, 733 insertions(+), 376 deletions(-) diff --git a/tests/logs/RegressionTests_gaeac6.log b/tests/logs/RegressionTests_gaeac6.log index 9702027a95..97441937d0 100644 --- a/tests/logs/RegressionTests_gaeac6.log +++ b/tests/logs/RegressionTests_gaeac6.log @@ -1,7 +1,7 @@ ====START OF GAEAC6 REGRESSION TESTING LOG==== UFSWM hash used in testing: -6f353205914ad7b4797b14bf42084d577aa683f4 +da73809a3bbe87fcc6f93519605880b4b5e6a8b1 Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) @@ -19,9 +19,9 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) a0363fd82ba2c4a44b3e80904f550868b321024c NOAHMP-interface/noahmp (v3.7.1-466-ga0363fd) - 8e351d3ac681ff8867330e500786a7725c9e4a97 UFSATM (remotes/origin/feature/rad-fix_gjf) + 12be1f2ef83c9de858899845ad0e6405ce0fc236 UFSATM (heads/develop) 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) - 31618fc64a2863bbd8242195779d008d10412dbd UFSATM/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-6388-g31618fc6) + 0722a9d60cedbd837ee0d3666ea90541f7758c80 UFSATM/ccpp/physics (EP4-1943-g0722a9d6) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 7e24e739182281717607b341a1c2ffdba473616f UFSATM/fv3/atmos_cubed_sphere (201912_public_release-424-g7e24e73) @@ -41,313 +41,723 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /gpfs/f6/bil-fire8/world-shared/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20251002 -COMPARISON DIRECTORY: /gpfs/f6/bil-fire8/proj-shared/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3701009 +COMPARISON DIRECTORY: /gpfs/f6/epic/proj-shared/Gillian.Petro/RT_RUNDIRS/Gillian.Petro/FV3_RT/rt_4161906 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: bil-fire8 +* (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [10:11, 08:46] ( 5 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [05:39, 03:56](2021 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:11, 12:44] ( 5 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [11:38, 10:03](1905 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [13:33, 11:09](1940 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [06:25, 04:54](1055 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [06:34, 04:57](1928 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [13:29, 11:47](1895 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:11, 12:20] ( 5 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [12:27, 10:17](1900 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:10, 03:28] ( 1554 warnings 1896 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [14:37, 12:37](1930 MB) - -PASS -- COMPILE 's2swa_intel' [10:11, 08:44] ( 5 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [06:40, 04:59](2050 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [06:44, 05:01](2057 MB) -PASS -- TEST 'cpld_restart_p8_intel' [04:28, 02:42](1592 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [06:35, 04:59](2077 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [04:34, 02:44](1456 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [07:31, 05:53](2224 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [06:30, 04:52](2055 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [05:41, 04:00](1999 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [06:43, 04:59](2050 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [08:20, 05:27](2391 MB) - -PASS -- COMPILE 's2swal_intel' [10:11, 08:18] ( 6 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [06:45, 05:00](2056 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [04:33, 02:45](1590 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:39, 05:05](1920 MB) - -PASS -- COMPILE 's2sw_intel' [09:11, 08:05] ( 5 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [04:30, 02:56](1925 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:35, 04:27](1845 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:10, 03:21] ( 1444 warnings 1158 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:42, 08:10](2077 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:10, 03:24] ( 1444 warnings 1158 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:36, 03:47](1946 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [08:11, 06:31] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:32, 03:07](1974 MB) - -PASS -- COMPILE 's2swa_faster_intel' [10:11, 09:05] ( 5 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [06:35, 04:49](2062 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [14:11, 12:34] ( 5 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [11:38, 10:00](1933 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [06:28, 04:55](1102 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [13:23, 11:42](1909 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [06:22, 04:14](2864 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:23, 01:17](2877 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:20, 00:45](2281 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [02:18, 00:45](2081 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:18, 00:25](2088 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:17, 00:19](1439 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [02:17, 00:45](2091 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:18, 00:25](2088 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:17, 00:19](1426 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:17, 00:27](2017 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:20, 00:20](2019 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:17, 00:16](1370 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 03:20] ( 1554 warnings 1896 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [17:31, 16:05](1949 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [08:10, 06:23] ( 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:15, 02:33](523 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:17, 01:36](1419 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:20, 01:42](1426 MB) -PASS -- TEST 'control_latlon_intel' [03:15, 01:39](1423 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:18, 01:40](1429 MB) -PASS -- TEST 'control_c48_intel' [06:19, 04:40](1568 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:18, 04:17](687 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [06:17, 04:45](1566 MB) -PASS -- TEST 'control_c192_intel' [10:20, 08:25](1693 MB) -PASS -- TEST 'control_c384_intel' [11:33, 09:44](1975 MB) -PASS -- TEST 'control_c384gdas_intel' [13:05, 10:14](1179 MB) -PASS -- TEST 'control_stochy_intel' [03:15, 01:11](481 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:14, 00:41](283 MB) -PASS -- TEST 'control_lndp_intel' [03:15, 01:07](480 MB) -PASS -- TEST 'control_iovr4_intel' [03:17, 01:43](474 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [03:19, 01:58](779 MB) -PASS -- TEST 'control_iovr5_intel' [03:16, 01:43](488 MB) -PASS -- TEST 'control_p8_intel' [03:29, 01:56](1708 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:30, 02:01](1713 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:24, 01:55](1721 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [03:24, 01:55](1739 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [03:25, 01:58](1737 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:25, 01:30](2416 MB) -PASS -- TEST 'control_restart_p8_intel' [03:21, 01:09](868 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:21, 01:54](1713 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:22, 01:07](864 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:20, 01:57](1711 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:21, 02:09](1792 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:19, 03:16](1717 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:25, 02:38](1767 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:25, 02:02](1727 MB) -PASS -- TEST 'merra2_thompson_intel' [04:25, 02:16](1719 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [05:22, 03:52](1728 MB) -PASS -- TEST 'regional_control_intel' [05:18, 03:15](854 MB) -PASS -- TEST 'regional_restart_intel' [03:18, 01:47](879 MB) -PASS -- TEST 'regional_decomp_intel' [05:17, 03:26](861 MB) -PASS -- TEST 'regional_2threads_intel' [04:17, 02:33](986 MB) -PASS -- TEST 'regional_noquilt_intel' [05:18, 03:15](1162 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:18, 03:16](857 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:17, 03:14](858 MB) -PASS -- TEST 'regional_wofs_intel' [06:17, 04:15](1590 MB) - -PASS -- COMPILE 'rrfs_intel' [07:11, 05:48] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [04:23, 02:38](862 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:32, 02:41](1206 MB) -PASS -- TEST 'rap_decomp_intel' [04:19, 02:44](861 MB) -PASS -- TEST 'rap_2threads_intel' [04:20, 03:06](936 MB) -PASS -- TEST 'rap_restart_intel' [03:19, 01:26](731 MB) -PASS -- TEST 'rap_sfcdiff_intel' [04:27, 02:38](865 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:19, 02:42](862 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:20, 01:27](723 MB) -PASS -- TEST 'hrrr_control_intel' [07:19, 05:06](863 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:23, 02:37](857 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:22, 02:56](928 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:16, 01:22](684 MB) -PASS -- TEST 'rrfs_v1beta_intel' [06:27, 04:42](854 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [07:17, 05:50](1820 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:16, 05:41](1805 MB) - -PASS -- COMPILE 'csawmg_intel' [07:10, 05:22] -PASS -- TEST 'control_csawmg_intel' [06:17, 04:08](818 MB) -PASS -- TEST 'control_ras_intel' [04:15, 02:14](517 MB) - -PASS -- COMPILE 'wam_intel' [07:10, 05:26] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [09:24, 07:32](1499 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [07:10, 05:32] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:24, 01:55](1716 MB) -PASS -- TEST 'regional_control_faster_intel' [05:18, 03:09](848 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 03:19] ( 902 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:20, 01:34](1436 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:19, 01:35](1455 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:17, 02:06](656 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:17, 01:54](648 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:20, 02:53](956 MB) -PASS -- TEST 'control_ras_debug_intel' [03:17, 01:55](653 MB) -PASS -- TEST 'control_diag_debug_intel' [03:19, 01:52](1509 MB) -PASS -- TEST 'control_debug_p8_intel' [03:23, 01:51](1739 MB) -PASS -- TEST 'regional_debug_intel' [12:22, 11:04](894 MB) -PASS -- TEST 'rap_control_debug_intel' [05:17, 03:26](1041 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:18, 03:19](1029 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:15, 03:26](1030 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:14, 03:25](1040 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:15, 03:22](1035 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:18, 03:33](1116 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:15, 03:29](1033 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:14, 03:25](1034 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:15, 03:23](1038 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:15, 03:23](1030 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:15, 03:21](1041 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:15, 03:25](1033 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:15, 05:27](1030 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:16, 03:24](1034 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:15, 03:23](1038 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:24, 05:46](1035 MB) - -PASS -- COMPILE 'wam_debug_intel' [03:10, 02:03] ( 859 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [10:21, 08:29](1542 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:10, 05:19] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:31, 02:32](1058 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:25, 02:16](746 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:23, 02:12](738 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [04:19, 02:40](800 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:21, 04:08](784 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:18, 02:18](741 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:21, 01:14](631 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:15, 01:12](612 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [07:10, 05:30] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:35, 01:52](1019 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:27, 00:54](1032 MB) -PASS -- TEST 'conus13km_decomp_intel' [03:26, 01:52](1021 MB) -PASS -- TEST 'conus13km_restart_intel' [02:18, 01:06](888 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:11, 05:33] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:25, 02:45](774 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:10] ( 793 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:15, 03:14](912 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:15, 03:12](904 MB) -PASS -- TEST 'conus13km_debug_intel' [15:25, 13:37](1061 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:25, 13:56](756 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [14:22, 12:36](1069 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [16:21, 14:10](1060 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:21, 13:43](1124 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:10, 02:03] ( 793 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:16, 03:14](947 MB) - -PASS -- COMPILE 'hafsw_intel' [09:11, 07:57] ( 4 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [04:26, 02:30](837 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [05:45, 03:49](1044 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:16, 02:19](1055 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [06:29, 04:14](902 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [09:27, 07:14](943 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [09:34, 07:38](953 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:27, 03:13](451 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [05:29, 03:50](469 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:23, 01:37](379 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [06:50, 04:09](420 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:23, 02:20](482 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:24, 02:10](488 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:25, 03:08](557 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:17, 00:51](415 MB) -PASS -- TEST 'gnv1_nested_intel' [04:40, 02:20](1684 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:10, 02:23] ( 1499 warnings 1430 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [09:27, 07:50](558 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [10:11, 08:02] ( 3 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [06:28, 04:28](606 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [06:30, 04:36](794 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [09:11, 07:50] ( 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [05:45, 03:11](787 MB) - -PASS -- COMPILE 'hafs_all_intel' [09:11, 08:00] ( 3 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [05:25, 03:52](886 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [05:26, 03:54](857 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [12:32, 10:56](883 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:11, 05:06] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:13, 02:04](1554 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:13, 01:22](1551 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:13, 01:52](668 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:14, 01:52](667 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:13, 01:53](672 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:13, 02:02](1553 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:14, 02:14](1547 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:13, 01:50](669 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:30, 04:52](1356 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:27, 04:41](706 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:12, 02:03](1550 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:14, 03:47](4511 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:14, 03:46](4508 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 02:27] ( 4 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:14, 04:07](1555 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:11, 05:12] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:13, 02:02](1551 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:38] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:20, 00:56](305 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:17, 00:38](436 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:17, 00:29](429 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [07:11, 06:06] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:30, 02:24](1776 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:11, 05:39] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:29, 03:10](1760 MB) - -PASS -- COMPILE 'atml_intel' [08:11, 06:16] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [04:31, 02:22](1845 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:17, 01:22](1019 MB) - -PASS -- COMPILE 'atml_debug_intel' [04:11, 02:42] ( 907 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:27, 03:17](1891 MB) - -PASS -- COMPILE 'atmw_intel' [09:11, 07:45] ( 3 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:27, 01:18](1744 MB) - -PASS -- COMPILE 'atmaero_intel' [07:11, 05:34] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:28, 02:42](1929 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:25, 03:09](1582 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:25, 03:12](1585 MB) - -PASS -- COMPILE 'atmaq_intel' [07:11, 05:25] ( 8 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_intel' [14:57, 12:37](2971 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [16:52, 14:28](2971 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [03:11, 02:04] ( 884 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [27:47, 25:24](2986 MB) - -PASS -- COMPILE 'atm_fbh_intel' [07:11, 05:09] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [07:19, 05:59](790 MB) +PASS -- COMPILE 's2swa_32bit_intel' [09:16, 08:04] ( 1044 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8_mixedmode_intel' [, ]( MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [15:10, 13:40] ( 1042 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_gfsv17_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_control_gfsv17_iau_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_gfsv17_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_gfsv17_iau_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_mpi_gfsv17_intel' [, ]( MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [15:10, 13:38] ( 1042 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_sfs_intel' [, ]( MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:10, 03:12] ( 1554 warnings 2933 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_debug_gfsv17_intel' [, ]( MB) + +PASS -- COMPILE 's2swa_intel' [13:23, 11:26] ( 1044 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8.v2.sfc_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_qr_p8_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_qr_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_2threads_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_decomp_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_mpi_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_ciceC_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_c192_p8_intel' [, ]( MB) + +PASS -- COMPILE 's2swal_intel' [10:13, 08:25] ( 1065 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8_lnd_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_p8_lnd_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_s2sa_p8_intel' [, ]( MB) + +PASS -- COMPILE 's2sw_intel' [09:12, 08:05] ( 1012 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_noaero_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_nowave_noaero_p8_intel' [, ]( MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:10, 03:17] ( 1444 warnings 2183 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_debug_p8_intel' [, ]( MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:10, 03:12] ( 1444 warnings 2165 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_debug_noaero_p8_intel' [, ]( MB) + +PASS -- COMPILE 's2s_aoflux_intel' [08:10, 06:29] ( 948 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_noaero_p8_agrid_intel' [, ]( MB) + +PASS -- COMPILE 's2swa_faster_intel' [11:10, 09:21] ( 1030 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8_faster_intel' [, ]( MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [15:10, 13:08] ( 1035 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_pdlib_p8_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_pdlib_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_mpi_pdlib_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_c48_5deg_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_warmstart_c48_5deg_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_c48_5deg_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_c24_5deg_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_warmstart_c24_5deg_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_c24_5deg_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_c24_9deg_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_warmstart_c24_9deg_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_c24_9deg_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_c12_9deg_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_warmstart_c12_9deg_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_c12_9deg_intel' [, ]( MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:11, 03:00] ( 1554 warnings 2915 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_debug_pdlib_p8_intel' [, ]( MB) + +PASS -- COMPILE 'atm_dyn32_intel' [10:10, 08:16] ( 501 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_flake_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_CubedSphereGrid_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_CubedSphereGrid_parallel_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_latlon_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wrtGauss_netcdf_parallel_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_c48_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_c48.v2.sfc_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_c48_lnd_iau_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_c192_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_c384_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_c384gdas_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_stochy_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'control_stochy_restart_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_lndp_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_iovr4_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_iovr4_gfdlmpv3_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_iovr5_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8.v2.sfc_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_ugwpv1_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_ugwpv1_tempo_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'control_restart_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_noqr_p8_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'control_restart_noqr_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_decomp_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_2threads_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_lndp_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_rrtmgp_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_mynn_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'merra2_thompson_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'merra2_hf_thompson_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_control_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'regional_restart_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_decomp_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_2threads_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_noquilt_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_netcdf_parallel_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_2dwrtdecomp_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_wofs_intel' [, ]( MB) + +PASS -- COMPILE 'rrfs_intel' [09:12, 07:30] ( 3 warnings 448 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_control_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_spp_sppt_shum_skeb_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_decomp_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_2threads_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'rap_restart_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_sfcdiff_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_sfcdiff_decomp_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'rap_sfcdiff_restart_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_decomp_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_2threads_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'hrrr_control_restart_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rrfs_v1beta_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rrfs_v1nssl_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [, ]( MB) + +PASS -- COMPILE 'csawmg_intel' [09:16, 07:40] ( 417 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_csawmg_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_ras_intel' [, ]( MB) + +PASS -- COMPILE 'wam_intel' [08:12, 06:34] ( 395 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wam_intel' [, ]( MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [08:11, 06:44] ( 411 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_faster_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_control_faster_intel' [, ]( MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 03:07] ( 902 warnings 589 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_CubedSphereGrid_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_stochy_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_lndp_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_csawmg_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_ras_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_diag_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_debug_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_control_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_gf_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_c3_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_unified_drag_suite_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_diag_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_cires_ugwp_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_unified_ugwp_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_lndp_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_progcld_thompson_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_noah_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_sfcdiff_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_clm_lake_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_flake_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'gnv1_c96_no_nest_debug_intel' [, ]( MB) + +PASS -- COMPILE 'wam_debug_intel' [03:10, 01:56] ( 859 warnings 395 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wam_debug_intel' [, ]( MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:10, 05:50] ( 3 warnings 415 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_control_dyn32_phy32_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_dyn32_phy32_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_2threads_dyn32_phy32_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'rap_restart_dyn32_phy32_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [, ]( MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [07:10, 05:17] ( 3 warnings 392 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_control_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_2threads_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_decomp_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'conus13km_restart_intel' [, ]( MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:10, 05:38] ( 3 warnings 415 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_control_dyn64_phy32_intel' [, ]( MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:10, 02:02] ( 793 warnings 421 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_control_debug_dyn32_phy32_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_debug_qr_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_debug_2threads_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_debug_decomp_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_radar_tten_debug_intel' [, ]( MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:10, 02:01] ( 793 warnings 415 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_control_dyn64_phy32_debug_intel' [, ]( MB) + +PASS -- COMPILE 'hafsw_intel' [09:10, 07:56] ( 695 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_atm_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_atm_ocn_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_atm_wav_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_atm_ocn_wav_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_1nest_atm_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_global_1nest_atm_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_global_multiple_4nests_atm_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_global_storm_following_1nest_atm_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'gnv1_nested_intel' [, ]( MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:10, 02:15] ( 1499 warnings 2057 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [, ]( MB) + +PASS -- COMPILE 'hafsw_faster_intel' [09:10, 07:37] ( 660 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [, ]( MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [09:10, 07:43] ( 928 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [, ]( MB) + +PASS -- COMPILE 'hafs_all_intel' [09:10, 07:35] ( 637 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_docn_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_docn_oisst_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_datm_cdeps_intel' [, ]( MB) + +PASS -- COMPILE 'datm_cdeps_intel' [06:10, 05:05] ( 561 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_control_cfsr_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'datm_cdeps_restart_cfsr_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_control_gefs_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_iau_gefs_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_stochy_gefs_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_ciceC_cfsr_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_bulk_cfsr_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_bulk_gefs_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_mx025_cfsr_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_mx025_gefs_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_gfs_intel' [, ]( MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 02:11] ( 4 warnings 561 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_debug_cfsr_intel' [, ]( MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:10, 05:12] ( 561 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_control_cfsr_faster_intel' [, ]( MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:37] ( 126 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_lnd_gswp3_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_lnd_era5_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'datm_cdeps_lnd_era5_rst_intel' [, ]( MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [09:10, 07:40] ( 611 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'atm_ds2s_docn_pcice_intel' [, ]( MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:10, 05:35] ( 499 remarks ) +FAILED: UNABLE TO START TEST -- TEST 'atm_ds2s_docn_dice_intel' [, ]( MB) + +PASS -- COMPILE 'atml_intel' [08:10, 06:09] ( 8 warnings 552 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_atmlnd_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'control_restart_p8_atmlnd_intel' [, ]( MB) + +PASS -- COMPILE 'atml_debug_intel' [04:10, 02:37] ( 907 warnings 552 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_atmlnd_debug_intel' [, ]( MB) + +PASS -- COMPILE 'atmw_intel' [09:10, 07:11] ( 520 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'atmwav_control_noaero_p8_intel' [, ]( MB) + +PASS -- COMPILE 'atmaero_intel' [07:10, 05:32] ( 413 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'atmaero_control_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'atmaero_control_p8_rad_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'atmaero_control_p8_rad_micro_intel' [, ]( MB) + +PASS -- COMPILE 'atmaq_intel' [07:10, 05:22] ( 8 warnings 610 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_atmaq_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_atmaq_canopy_intel' [, ]( MB) + +PASS -- COMPILE 'atmaq_debug_intel' [03:10, 02:02] ( 884 warnings 610 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_atmaq_debug_intel' [, ]( MB) + +PASS -- COMPILE 'atm_fbh_intel' [07:10, 05:20] ( 3 warnings 422 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_regional_atm_fbh_intel' [, ]( MB) SYNOPSIS: -Starting Date/Time: 20251003 19:52:45 -Ending Date/Time: 20251003 21:08:08 -Total Time: 01h:15m:47s +Starting Date/Time: 20251008 12:27:56 +Ending Date/Time: 20251008 14:44:04 +Total Time: 02h:16m:29s Compiles Completed: 43/43 -Tests Completed: 204/204 +Tests Completed: 0/204 +Failed Tests: +* TEST cpld_control_p8_mixedmode_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_p8_mixedmode_intel.log +* TEST cpld_control_gfsv17_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_gfsv17_intel.log +* TEST cpld_control_gfsv17_iau_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_restart_gfsv17_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_restart_gfsv17_iau_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_mpi_gfsv17_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_mpi_gfsv17_intel.log +* TEST cpld_control_sfs_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_sfs_intel.log +* TEST cpld_debug_gfsv17_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_debug_gfsv17_intel.log +* TEST cpld_control_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_p8_intel.log +* TEST cpld_control_p8.v2.sfc_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_p8.v2.sfc_intel.log +* TEST cpld_restart_p8_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_control_qr_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_qr_p8_intel.log +* TEST cpld_restart_qr_p8_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_2threads_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_2threads_p8_intel.log +* TEST cpld_decomp_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_decomp_p8_intel.log +* TEST cpld_mpi_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_mpi_p8_intel.log +* TEST cpld_control_ciceC_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_ciceC_p8_intel.log +* TEST cpld_control_c192_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_c192_p8_intel.log +* TEST cpld_control_p8_lnd_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_p8_lnd_intel.log +* TEST cpld_restart_p8_lnd_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_s2sa_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_s2sa_p8_intel.log +* TEST cpld_control_noaero_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_noaero_p8_intel.log +* TEST cpld_control_nowave_noaero_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_nowave_noaero_p8_intel.log +* TEST cpld_debug_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_debug_p8_intel.log +* TEST cpld_debug_noaero_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_debug_noaero_p8_intel.log +* TEST cpld_control_noaero_p8_agrid_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_noaero_p8_agrid_intel.log +* TEST cpld_control_p8_faster_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_p8_faster_intel.log +* TEST cpld_control_pdlib_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_pdlib_p8_intel.log +* TEST cpld_restart_pdlib_p8_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_mpi_pdlib_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_mpi_pdlib_p8_intel.log +* TEST cpld_control_c48_5deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_c48_5deg_intel.log +* TEST cpld_warmstart_c48_5deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_warmstart_c48_5deg_intel.log +* TEST cpld_restart_c48_5deg_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_control_c24_5deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_c24_5deg_intel.log +* TEST cpld_warmstart_c24_5deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_warmstart_c24_5deg_intel.log +* TEST cpld_restart_c24_5deg_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_control_c24_9deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_c24_9deg_intel.log +* TEST cpld_warmstart_c24_9deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_warmstart_c24_9deg_intel.log +* TEST cpld_restart_c24_9deg_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_control_c12_9deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_c12_9deg_intel.log +* TEST cpld_warmstart_c12_9deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_warmstart_c12_9deg_intel.log +* TEST cpld_restart_c12_9deg_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_debug_pdlib_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_debug_pdlib_p8_intel.log +* TEST control_flake_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_flake_intel.log +* TEST control_CubedSphereGrid_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_CubedSphereGrid_intel.log +* TEST control_CubedSphereGrid_parallel_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_CubedSphereGrid_parallel_intel.log +* TEST control_latlon_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_latlon_intel.log +* TEST control_wrtGauss_netcdf_parallel_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_wrtGauss_netcdf_parallel_intel.log +* TEST control_c48_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_c48_intel.log +* TEST control_c48.v2.sfc_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_c48.v2.sfc_intel.log +* TEST control_c48_lnd_iau_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_c48_lnd_iau_intel.log +* TEST control_c192_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_c192_intel.log +* TEST control_c384_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_c384_intel.log +* TEST control_c384gdas_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_c384gdas_intel.log +* TEST control_stochy_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_stochy_intel.log +* TEST control_stochy_restart_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST control_lndp_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_lndp_intel.log +* TEST control_iovr4_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_iovr4_intel.log +* TEST control_iovr4_gfdlmpv3_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_iovr4_gfdlmpv3_intel.log +* TEST control_iovr5_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_iovr5_intel.log +* TEST control_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_intel.log +* TEST control_p8.v2.sfc_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8.v2.sfc_intel.log +* TEST control_p8_ugwpv1_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_ugwpv1_intel.log +* TEST control_p8_ugwpv1_tempo_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_ugwpv1_tempo_intel.log +* TEST control_p8_ugwpv1_tempo_aerosol_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_ugwpv1_tempo_aerosol_intel.log +* TEST control_p8_ugwpv1_tempo_aerosol_hail_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_ugwpv1_tempo_aerosol_hail_intel.log +* TEST control_restart_p8_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST control_noqr_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_noqr_p8_intel.log +* TEST control_restart_noqr_p8_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST control_decomp_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_decomp_p8_intel.log +* TEST control_2threads_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_2threads_p8_intel.log +* TEST control_p8_lndp_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_lndp_intel.log +* TEST control_p8_rrtmgp_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_rrtmgp_intel.log +* TEST control_p8_mynn_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_mynn_intel.log +* TEST merra2_thompson_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_merra2_thompson_intel.log +* TEST merra2_hf_thompson_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_merra2_hf_thompson_intel.log +* TEST regional_control_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_control_intel.log +* TEST regional_restart_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST regional_decomp_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_decomp_intel.log +* TEST regional_2threads_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_2threads_intel.log +* TEST regional_noquilt_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_noquilt_intel.log +* TEST regional_netcdf_parallel_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_netcdf_parallel_intel.log +* TEST regional_2dwrtdecomp_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_2dwrtdecomp_intel.log +* TEST regional_wofs_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_wofs_intel.log +* TEST rap_control_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_control_intel.log +* TEST regional_spp_sppt_shum_skeb_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_spp_sppt_shum_skeb_intel.log +* TEST rap_decomp_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_decomp_intel.log +* TEST rap_2threads_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_2threads_intel.log +* TEST rap_restart_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST rap_sfcdiff_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_sfcdiff_intel.log +* TEST rap_sfcdiff_decomp_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_sfcdiff_decomp_intel.log +* TEST rap_sfcdiff_restart_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST hrrr_control_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_control_intel.log +* TEST hrrr_control_decomp_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_control_decomp_intel.log +* TEST hrrr_control_2threads_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_control_2threads_intel.log +* TEST hrrr_control_restart_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST rrfs_v1beta_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rrfs_v1beta_intel.log +* TEST rrfs_v1nssl_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rrfs_v1nssl_intel.log +* TEST rrfs_v1nssl_nohailnoccn_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rrfs_v1nssl_nohailnoccn_intel.log +* TEST control_csawmg_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_csawmg_intel.log +* TEST control_ras_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_ras_intel.log +* TEST control_wam_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_wam_intel.log +* TEST control_p8_faster_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_faster_intel.log +* TEST regional_control_faster_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_control_faster_intel.log +* TEST control_CubedSphereGrid_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_CubedSphereGrid_debug_intel.log +* TEST control_wrtGauss_netcdf_parallel_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_wrtGauss_netcdf_parallel_debug_intel.log +* TEST control_stochy_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_stochy_debug_intel.log +* TEST control_lndp_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_lndp_debug_intel.log +* TEST control_csawmg_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_csawmg_debug_intel.log +* TEST control_ras_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_ras_debug_intel.log +* TEST control_diag_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_diag_debug_intel.log +* TEST control_debug_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_debug_p8_intel.log +* TEST regional_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_debug_intel.log +* TEST rap_control_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_control_debug_intel.log +* TEST hrrr_control_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_control_debug_intel.log +* TEST hrrr_gf_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_gf_debug_intel.log +* TEST hrrr_c3_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_c3_debug_intel.log +* TEST rap_unified_drag_suite_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_unified_drag_suite_debug_intel.log +* TEST rap_diag_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_diag_debug_intel.log +* TEST rap_cires_ugwp_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_cires_ugwp_debug_intel.log +* TEST rap_unified_ugwp_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_unified_ugwp_debug_intel.log +* TEST rap_lndp_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_lndp_debug_intel.log +* TEST rap_progcld_thompson_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_progcld_thompson_debug_intel.log +* TEST rap_noah_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_noah_debug_intel.log +* TEST rap_sfcdiff_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_sfcdiff_debug_intel.log +* TEST rap_noah_sfcdiff_cires_ugwp_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_noah_sfcdiff_cires_ugwp_debug_intel.log +* TEST rap_clm_lake_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_clm_lake_debug_intel.log +* TEST rap_flake_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_flake_debug_intel.log +* TEST gnv1_c96_no_nest_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_gnv1_c96_no_nest_debug_intel.log +* TEST control_wam_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_wam_debug_intel.log +* TEST regional_spp_sppt_shum_skeb_dyn32_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_spp_sppt_shum_skeb_dyn32_phy32_intel.log +* TEST rap_control_dyn32_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_control_dyn32_phy32_intel.log +* TEST hrrr_control_dyn32_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_control_dyn32_phy32_intel.log +* TEST rap_2threads_dyn32_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_2threads_dyn32_phy32_intel.log +* TEST hrrr_control_2threads_dyn32_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_control_2threads_dyn32_phy32_intel.log +* TEST hrrr_control_decomp_dyn32_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_control_decomp_dyn32_phy32_intel.log +* TEST rap_restart_dyn32_phy32_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST hrrr_control_restart_dyn32_phy32_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST conus13km_control_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_conus13km_control_intel.log +* TEST conus13km_2threads_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_conus13km_2threads_intel.log +* TEST conus13km_decomp_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_conus13km_decomp_intel.log +* TEST conus13km_restart_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST rap_control_dyn64_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_control_dyn64_phy32_intel.log +* TEST rap_control_debug_dyn32_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_control_debug_dyn32_phy32_intel.log +* TEST hrrr_control_debug_dyn32_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_control_debug_dyn32_phy32_intel.log +* TEST conus13km_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_conus13km_debug_intel.log +* TEST conus13km_debug_qr_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_conus13km_debug_qr_intel.log +* TEST conus13km_debug_2threads_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_conus13km_debug_2threads_intel.log +* TEST conus13km_debug_decomp_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_conus13km_debug_decomp_intel.log +* TEST conus13km_radar_tten_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_conus13km_radar_tten_debug_intel.log +* TEST rap_control_dyn64_phy32_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_control_dyn64_phy32_debug_intel.log +* TEST hafs_regional_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_atm_intel.log +* TEST hafs_regional_atm_gfdlmpv3_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_atm_gfdlmpv3_intel.log +* TEST hafs_regional_atm_thompson_gfdlsf_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_atm_thompson_gfdlsf_intel.log +* TEST hafs_regional_atm_ocn_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_atm_ocn_intel.log +* TEST hafs_regional_atm_wav_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_atm_wav_intel.log +* TEST hafs_regional_atm_ocn_wav_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_atm_ocn_wav_intel.log +* TEST hafs_regional_1nest_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_1nest_atm_intel.log +* TEST hafs_regional_telescopic_2nests_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_telescopic_2nests_atm_intel.log +* TEST hafs_global_1nest_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_global_1nest_atm_intel.log +* TEST hafs_global_multiple_4nests_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_global_multiple_4nests_atm_intel.log +* TEST hafs_regional_specified_moving_1nest_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_specified_moving_1nest_atm_intel.log +* TEST hafs_regional_storm_following_1nest_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_storm_following_1nest_atm_intel.log +* TEST hafs_regional_storm_following_1nest_atm_ocn_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_storm_following_1nest_atm_ocn_intel.log +* TEST hafs_global_storm_following_1nest_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_global_storm_following_1nest_atm_intel.log +* TEST gnv1_nested_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_gnv1_nested_intel.log +* TEST hafs_regional_storm_following_1nest_atm_ocn_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_storm_following_1nest_atm_ocn_debug_intel.log +* TEST hafs_regional_storm_following_1nest_atm_ocn_wav_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_storm_following_1nest_atm_ocn_wav_intel.log +* TEST hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel.log +* TEST hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel.log +* TEST hafs_regional_docn_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_docn_intel.log +* TEST hafs_regional_docn_oisst_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_docn_oisst_intel.log +* TEST hafs_regional_datm_cdeps_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_datm_cdeps_intel.log +* TEST datm_cdeps_control_cfsr_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_control_cfsr_intel.log +* TEST datm_cdeps_restart_cfsr_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST datm_cdeps_control_gefs_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_control_gefs_intel.log +* TEST datm_cdeps_iau_gefs_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_iau_gefs_intel.log +* TEST datm_cdeps_stochy_gefs_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_stochy_gefs_intel.log +* TEST datm_cdeps_ciceC_cfsr_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_ciceC_cfsr_intel.log +* TEST datm_cdeps_bulk_cfsr_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_bulk_cfsr_intel.log +* TEST datm_cdeps_bulk_gefs_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_bulk_gefs_intel.log +* TEST datm_cdeps_mx025_cfsr_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_mx025_cfsr_intel.log +* TEST datm_cdeps_mx025_gefs_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_mx025_gefs_intel.log +* TEST datm_cdeps_multiple_files_cfsr_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_multiple_files_cfsr_intel.log +* TEST datm_cdeps_3072x1536_cfsr_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_3072x1536_cfsr_intel.log +* TEST datm_cdeps_gfs_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_gfs_intel.log +* TEST datm_cdeps_debug_cfsr_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_debug_cfsr_intel.log +* TEST datm_cdeps_control_cfsr_faster_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_control_cfsr_faster_intel.log +* TEST datm_cdeps_lnd_gswp3_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_lnd_gswp3_intel.log +* TEST datm_cdeps_lnd_era5_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_lnd_era5_intel.log +* TEST datm_cdeps_lnd_era5_rst_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST atm_ds2s_docn_pcice_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_atm_ds2s_docn_pcice_intel.log +* TEST atm_ds2s_docn_dice_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST control_p8_atmlnd_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_atmlnd_intel.log +* TEST control_restart_p8_atmlnd_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST control_p8_atmlnd_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_atmlnd_debug_intel.log +* TEST atmwav_control_noaero_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_atmwav_control_noaero_p8_intel.log +* TEST atmaero_control_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_atmaero_control_p8_intel.log +* TEST atmaero_control_p8_rad_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_atmaero_control_p8_rad_intel.log +* TEST atmaero_control_p8_rad_micro_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_atmaero_control_p8_rad_micro_intel.log +* TEST regional_atmaq_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_atmaq_intel.log +* TEST regional_atmaq_canopy_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_atmaq_canopy_intel.log +* TEST regional_atmaq_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_atmaq_debug_intel.log +* TEST cpld_regional_atm_fbh_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_regional_atm_fbh_intel.log NOTES: -A file 'test_changes.list' was generated but is empty. +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: SUCCESS +Result: FAILURE ====END OF GAEAC6 REGRESSION TESTING LOG==== diff --git a/tests/test_changes.list b/tests/test_changes.list index b25336984a..d353faf81f 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,13 +1,9 @@ cpld_control_p8_mixedmode intel -cpld_control_gefs intel -cpld_restart_gefs intel -cpld_dcp_gefs intel cpld_control_gfsv17 intel cpld_control_gfsv17_iau intel cpld_restart_gfsv17 intel +cpld_restart_gfsv17_iau intel cpld_mpi_gfsv17 intel -cpld_control_gfsv17_nowav_iau intel -cpld_restart_gfsv17_nowav_iau intel cpld_control_sfs intel cpld_debug_gfsv17 intel cpld_control_p8 intel @@ -20,7 +16,6 @@ cpld_decomp_p8 intel cpld_mpi_p8 intel cpld_control_ciceC_p8 intel cpld_control_c192_p8 intel -cpld_restart_c192_p8 intel cpld_control_p8_lnd intel cpld_restart_p8_lnd intel cpld_s2sa_p8 intel @@ -143,13 +138,15 @@ rap_restart_dyn32_phy32 intel hrrr_control_restart_dyn32_phy32 intel conus13km_control intel conus13km_2threads intel -conus13km_restart_mismatch intel +conus13km_decomp intel +conus13km_restart intel rap_control_dyn64_phy32 intel rap_control_debug_dyn32_phy32 intel hrrr_control_debug_dyn32_phy32 intel conus13km_debug intel conus13km_debug_qr intel conus13km_debug_2threads intel +conus13km_debug_decomp intel conus13km_radar_tten_debug intel rap_control_dyn64_phy32_debug intel hafs_regional_atm intel @@ -173,6 +170,25 @@ hafs_regional_storm_following_1nest_atm_ocn_wav_inline intel hafs_regional_storm_following_1nest_atm_ocn_wav_mom6 intel hafs_regional_docn intel hafs_regional_docn_oisst intel +hafs_regional_datm_cdeps intel +datm_cdeps_control_cfsr intel +datm_cdeps_restart_cfsr intel +datm_cdeps_control_gefs intel +datm_cdeps_iau_gefs intel +datm_cdeps_stochy_gefs intel +datm_cdeps_ciceC_cfsr intel +datm_cdeps_bulk_cfsr intel +datm_cdeps_bulk_gefs intel +datm_cdeps_mx025_cfsr intel +datm_cdeps_mx025_gefs intel +datm_cdeps_multiple_files_cfsr intel +datm_cdeps_3072x1536_cfsr intel +datm_cdeps_gfs intel +datm_cdeps_debug_cfsr intel +datm_cdeps_control_cfsr_faster intel +datm_cdeps_lnd_gswp3 intel +datm_cdeps_lnd_era5 intel +datm_cdeps_lnd_era5_rst intel atm_ds2s_docn_pcice intel atm_ds2s_docn_dice intel control_p8_atmlnd intel @@ -186,72 +202,3 @@ regional_atmaq intel regional_atmaq_canopy intel regional_atmaq_debug intel cpld_regional_atm_fbh intel -cpld_control_gfsv17 intelllvm -cpld_debug_gfsv17 intelllvm -cpld_control_sfs intelllvm -cpld_control_p8 intelllvm -rap_control_dyn32_phy32 intelllvm -rap_control_dyn64_phy32 intelllvm -hafs_regional_storm_following_1nest_atm_ocn intelllvm -hafs_regional_storm_following_1nest_atm_ocn_debug intelllvm -control_c48 gnu -control_stochy gnu -control_ras gnu -control_p8 gnu -control_p8_ugwpv1 gnu -control_flake gnu -rap_control gnu -rap_decomp gnu -rap_2threads gnu -rap_restart gnu -rap_sfcdiff gnu -rap_sfcdiff_decomp gnu -rap_sfcdiff_restart gnu -hrrr_control gnu -hrrr_control_noqr gnu -hrrr_control_2threads gnu -hrrr_control_decomp gnu -hrrr_control_restart gnu -hrrr_control_restart_noqr gnu -rrfs_v1beta gnu -control_csawmg gnu -control_diag_debug gnu -regional_debug gnu -rap_control_debug gnu -hrrr_control_debug gnu -hrrr_gf_debug gnu -hrrr_c3_debug gnu -rap_diag_debug gnu -rap_noah_sfcdiff_cires_ugwp_debug gnu -rap_progcld_thompson_debug gnu -control_ras_debug gnu -control_stochy_debug gnu -control_debug_p8 gnu -rap_flake_debug gnu -rap_clm_lake_debug gnu -gnv1_c96_no_nest_debug gnu -control_wam_debug gnu -control_csawmg_debug gnu -rap_control_dyn32_phy32 gnu -hrrr_control_dyn32_phy32 gnu -rap_2threads_dyn32_phy32 gnu -hrrr_control_2threads_dyn32_phy32 gnu -hrrr_control_decomp_dyn32_phy32 gnu -rap_restart_dyn32_phy32 gnu -hrrr_control_restart_dyn32_phy32 gnu -conus13km_control gnu -conus13km_2threads gnu -conus13km_restart_mismatch gnu -rap_control_dyn64_phy32 gnu -rap_control_debug_dyn32_phy32 gnu -hrrr_control_debug_dyn32_phy32 gnu -conus13km_debug gnu -conus13km_debug_qr gnu -conus13km_debug_2threads gnu -conus13km_radar_tten_debug gnu -rap_control_dyn64_phy32_debug gnu -cpld_control_p8 gnu -cpld_control_nowave_noaero_p8 gnu -cpld_debug_p8 gnu -cpld_control_pdlib_p8 gnu -cpld_debug_pdlib_p8 gnu From 1469262f1b0f05d3c613c885311b9e9949e92483 Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Tue, 14 Oct 2025 15:24:08 -0400 Subject: [PATCH 13/26] update test_changes.list --- tests/test_changes.list | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_changes.list b/tests/test_changes.list index 7d80a15986..e69de29bb2 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,2 +0,0 @@ -control_p8_rrtmgp intel -control_p8_rrtmgp_rad32 intel From 983200254dcf7d63de5e1058f9ba1e977e519f91 Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Tue, 14 Oct 2025 16:23:59 -0400 Subject: [PATCH 14/26] update UFSATM submodule --- UFSATM | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UFSATM b/UFSATM index a453bfda07..88550126f2 160000 --- a/UFSATM +++ b/UFSATM @@ -1 +1 @@ -Subproject commit a453bfda0785e28fac675b0571eecefc9c15918a +Subproject commit 88550126f2ec883d45fb9280423ce6d0991889fa From b94271cbbca08d5e8d5b7283b048369f0b5b1f84 Mon Sep 17 00:00:00 2001 From: gspetro-NOAA Date: Tue, 14 Oct 2025 17:28:17 -0400 Subject: [PATCH 15/26] update BL date --- tests/bl_date.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bl_date.conf b/tests/bl_date.conf index ba01c0ca7b..00030da61e 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20251007 +export BL_DATE=20251014 From 0b481a5de12e430c711326002fda21d142d1bd2f Mon Sep 17 00:00:00 2001 From: gspetro-NOAA Date: Tue, 14 Oct 2025 20:26:09 -0400 Subject: [PATCH 16/26] test/add control_p8_rrtmgp_rad32 intel to test_changes.list --- tests/test_changes.list | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_changes.list b/tests/test_changes.list index d353faf81f..dbffe426fc 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -71,6 +71,7 @@ control_decomp_p8 intel control_2threads_p8 intel control_p8_lndp intel control_p8_rrtmgp intel +control_p8_rrtmgp_rad32 intel control_p8_mynn intel merra2_thompson intel merra2_hf_thompson intel From 722152250b7529fbbbf52ea66c0f1d3f79cd4134 Mon Sep 17 00:00:00 2001 From: gspetro-NOAA Date: Tue, 14 Oct 2025 19:28:38 -0500 Subject: [PATCH 17/26] orion rt log - passed --- tests/logs/RegressionTests_orion.log | 620 +++++++++++++-------------- 1 file changed, 310 insertions(+), 310 deletions(-) diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 2acbb53e4a..0a2140e6dd 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: -6a87663f45f361b0eed3fe06729f3eb3da59a510 +b94271cbbca08d5e8d5b7283b048369f0b5b1f84 Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) @@ -19,9 +19,9 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) a0363fd82ba2c4a44b3e80904f550868b321024c NOAHMP-interface/noahmp (v3.7.1-466-ga0363fd) - c06a30d07f46820cd0edf59ad1d6920567062a7c UFSATM (remotes/origin/feature/rte-rrtmgp-v1.8) + 88550126f2ec883d45fb9280423ce6d0991889fa UFSATM (remotes/origin/sync_NCAR_main_2025_09_04) 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) - 4966c232d3bf9ad4de8bd5b401f0730f69cd90df UFSATM/ccpp/physics (ccpp_transition_to_vlab_master_20190705-5447-g4966c232) + 886a74402c97928fc4308b8438f33f6cd3b97321 UFSATM/ccpp/physics (EP4-2007-g886a7440) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) 7e24e739182281717607b341a1c2ffdba473616f UFSATM/fv3/atmos_cubed_sphere (201912_public_release-424-g7e24e73) @@ -40,320 +40,320 @@ 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: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20251007 -COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/orion/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_423269 +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20251014 +COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/orion/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_475746 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [18:11, 17:03] ( 1 warnings 1045 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [15:54, 17:42](2103 MB) -PASS -- TEST 'cpld_control_gefs_intel' [43:58, 20:08](3056 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [26:07, 07:00](2740 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [38:54, 20:38](3089 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [26:11, 24:38] ( 1 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [25:11, 20:31](1971 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:09, 21:18](2133 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:13, 08:07](1241 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [14:32, 09:57](2088 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [30:17, 24:59](1882 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [28:11, 26:14] ( 1 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [23:11, 20:53](1947 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:10, 06:43] ( 1555 warnings 2934 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [35:06, 22:48](1964 MB) - -PASS -- COMPILE 's2swa_intel' [19:11, 17:47] ( 1 warnings 1045 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [29:35, 17:50](2183 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [28:22, 16:29](2197 MB) -PASS -- TEST 'cpld_restart_p8_intel' [11:16, 08:01](1779 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [12:00, 16:31](2215 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [15:07, 09:34](1772 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [25:11, 13:31](2300 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [28:04, 16:27](2178 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [11:01, 15:08](2073 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [43:08, 16:52](2197 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [44:37, 17:20](2672 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [16:52, 09:54](2838 MB) - -PASS -- COMPILE 's2swal_intel' [19:11, 18:00] ( 1 warnings 1066 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [44:34, 18:04](2149 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [15:13, 09:20](1754 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [23:53, 08:39](2156 MB) - -PASS -- COMPILE 's2sw_intel' [20:11, 18:20] ( 1 warnings 1013 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [26:48, 16:39](2007 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [17:56, 07:44](2091 MB) - -PASS -- COMPILE 's2swa_debug_intel' [08:10, 06:43] ( 1445 warnings 2184 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [26:41, 14:46](2209 MB) - -PASS -- COMPILE 's2sw_debug_intel' [08:10, 06:16] ( 1445 warnings 2166 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [34:20, 07:59](2031 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [15:10, 13:40] ( 1 warnings 949 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [25:27, 05:31](2072 MB) - -PASS -- COMPILE 's2swa_faster_intel' [22:10, 16:22] ( 1 warnings 1031 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [17:53, 17:14](2179 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [27:11, 21:25] ( 1 warnings 1036 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [10:01, 18:28](2028 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:24, 08:23](1257 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [10:52, 21:13](1932 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [16:10, 09:26](3048 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [10:12, 03:34](3044 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [18:08, 02:20](2478 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [17:38, 02:43](2228 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [16:34, 02:05](2233 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [14:45, 01:40](1551 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [15:06, 02:47](2237 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [19:45, 02:08](2242 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [03:40, 00:36](1557 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [16:46, 02:25](2168 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [15:41, 01:45](2170 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:45, 00:34](1508 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [12:10, 06:11] ( 1555 warnings 2916 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [39:42, 29:00](2005 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [18:10, 14:01] ( 1 warnings 502 remarks ) -PASS -- TEST 'control_flake_intel' [00:29, 03:47](702 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [59:33, 02:41](1594 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [59:42, 02:53](1594 MB) -PASS -- TEST 'control_latlon_intel' [00:30, 03:00](1590 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [59:34, 02:50](1601 MB) -PASS -- TEST 'control_c48_intel' [25:35, 09:12](1711 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [02:42, 08:20](835 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [11:39, 09:21](1719 MB) -PASS -- TEST 'control_c192_intel' [13:52, 08:22](1791 MB) -PASS -- TEST 'control_c384_intel' [13:03, 09:56](1978 MB) -PASS -- TEST 'control_c384gdas_intel' [17:32, 10:43](1338 MB) -PASS -- TEST 'control_stochy_intel' [04:27, 01:52](655 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:40, 01:07](490 MB) -PASS -- TEST 'control_lndp_intel' [03:27, 01:42](656 MB) -PASS -- TEST 'control_iovr4_intel' [05:27, 02:48](654 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [07:39, 04:11](950 MB) -PASS -- TEST 'control_iovr5_intel' [04:28, 02:46](653 MB) -PASS -- TEST 'control_p8_intel' [06:34, 03:17](1881 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:16, 03:27](1882 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:23, 03:51](1888 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [06:26, 03:50](1911 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [06:43, 03:16](1920 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [04:14, 02:10](2410 MB) -PASS -- TEST 'control_restart_p8_intel' [04:36, 01:52](1134 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:44, 03:07](1880 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:56, 01:47](1131 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:12, 03:12](1883 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:09, 03:41](1973 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:52, 06:23](1897 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:20, 04:49](1953 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:30, 03:24](1897 MB) -PASS -- TEST 'merra2_thompson_intel' [06:37, 03:48](1895 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [08:22, 05:21](1908 MB) -PASS -- TEST 'regional_control_intel' [08:42, 06:20](1089 MB) -PASS -- TEST 'regional_restart_intel' [05:39, 03:23](1102 MB) -PASS -- TEST 'regional_decomp_intel' [08:43, 06:42](1082 MB) -PASS -- TEST 'regional_2threads_intel' [06:47, 04:28](1029 MB) -PASS -- TEST 'regional_noquilt_intel' [08:52, 06:18](1368 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:46, 06:18](1086 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:46, 06:20](1088 MB) -PASS -- TEST 'regional_wofs_intel' [09:43, 07:48](1910 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [20:11, 14:26] ( 1 warnings 482 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [07:29, 04:47](1925 MB) - -PASS -- COMPILE 'rrfs_intel' [18:11, 13:46] ( 4 warnings 449 remarks ) -PASS -- TEST 'rap_control_intel' [07:26, 04:34](1039 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:08, 05:05](1364 MB) -PASS -- TEST 'rap_decomp_intel' [07:00, 04:39](1036 MB) -PASS -- TEST 'rap_2threads_intel' [08:28, 05:20](1123 MB) -PASS -- TEST 'rap_restart_intel' [05:43, 02:28](1007 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:26, 04:34](1040 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:01, 04:39](1037 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [05:37, 02:27](1003 MB) -PASS -- TEST 'hrrr_control_intel' [07:09, 04:20](1046 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:08, 04:24](1031 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:10, 04:59](1144 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:35, 02:22](971 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:35, 08:13](1045 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:29, 09:40](1994 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:32, 09:26](2019 MB) - -PASS -- COMPILE 'csawmg_intel' [19:11, 14:07] ( 1 warnings 418 remarks ) -PASS -- TEST 'control_csawmg_intel' [08:43, 06:25](1044 MB) -PASS -- TEST 'control_ras_intel' [05:26, 03:28](743 MB) - -PASS -- COMPILE 'wam_intel' [17:10, 13:03] ( 1 warnings 396 remarks ) -PASS -- TEST 'control_wam_intel' [14:58, 12:51](1674 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [16:10, 12:18] ( 1 warnings 412 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:30, 03:12](1894 MB) -PASS -- TEST 'regional_control_faster_intel' [08:45, 06:12](1090 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:10, 06:23] ( 903 warnings 590 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:33, 02:14](1618 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:29, 02:15](1624 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:27, 03:00](835 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:25, 02:48](829 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:44, 05:25](1145 MB) -PASS -- TEST 'control_ras_debug_intel' [04:25, 02:44](835 MB) -PASS -- TEST 'control_diag_debug_intel' [04:40, 02:47](1694 MB) -PASS -- TEST 'control_debug_p8_intel' [05:55, 03:57](1915 MB) -PASS -- TEST 'regional_debug_intel' [20:45, 18:16](1100 MB) -PASS -- TEST 'rap_control_debug_intel' [06:34, 05:06](1208 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:27, 04:43](1209 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:24, 04:51](1217 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:26, 04:58](1221 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:26, 04:52](1216 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:37, 05:04](1305 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:28, 05:04](1223 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:24, 04:49](1218 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:26, 04:53](1221 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:27, 04:57](1219 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:26, 04:44](1215 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:23, 04:51](1210 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:24, 07:55](1220 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:29, 04:53](1220 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:25, 05:17](1213 MB) - -PASS -- COMPILE 'wam_debug_intel' [10:10, 04:17] ( 860 warnings 396 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:58, 13:23](1707 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:12, 11:55] ( 4 warnings 416 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:08, 04:51](1231 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:20, 03:53](935 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:47, 03:46](922 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:17, 04:36](971 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:39, 04:25](963 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:15, 03:55](909 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:32, 02:09](895 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [06:50, 02:16](879 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [18:13, 12:16] ( 4 warnings 393 remarks ) -PASS -- TEST 'conus13km_control_intel' [06:18, 03:45](1333 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:56, 01:30](1235 MB) -PASS -- TEST 'conus13km_decomp_intel' [06:02, 03:49](1354 MB) -PASS -- TEST 'conus13km_restart_intel' [07:00, 02:18](1202 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [16:13, 12:17] ( 4 warnings 416 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:53, 04:33](1010 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:11, 04:34] ( 794 warnings 422 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:23, 04:54](1090 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:28, 04:41](1084 MB) -PASS -- TEST 'conus13km_debug_intel' [25:03, 22:21](1364 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [24:56, 22:43](1068 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [23:50, 21:29](1281 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [24:46, 22:22](1395 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [24:49, 22:29](1426 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:11, 04:54] ( 794 warnings 416 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:26, 04:57](1179 MB) - -PASS -- COMPILE 'hafsw_intel' [18:14, 17:01] ( 1 warnings 696 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:50, 04:37](899 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [11:34, 07:23](1095 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:30, 04:31](1214 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [13:14, 06:29](971 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [35:04, 28:30](994 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [37:18, 34:27](1024 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [12:59, 06:34](493 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:14, 07:28](516 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [08:53, 03:24](370 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [14:16, 08:20](418 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [08:50, 04:32](528 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [09:02, 04:20](524 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [09:08, 05:16](565 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:30, 01:33](403 MB) -PASS -- TEST 'gnv1_nested_intel' [08:57, 04:07](1736 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [07:12, 05:48] ( 1500 warnings 2058 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:54, 12:43](582 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [21:11, 15:57] ( 1 warnings 661 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:55, 15:22](631 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:03, 15:10](719 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [20:11, 14:53] ( 1 warnings 929 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:08, 11:04](718 MB) - -PASS -- COMPILE 'hafs_all_intel' [20:14, 14:44] ( 1 warnings 638 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:04, 06:35](969 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:54, 06:35](953 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:05, 16:14](1208 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [15:11, 09:29] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:20, 03:27](1872 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:22, 02:25](1816 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:19, 03:05](1125 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:21, 03:08](1124 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:18, 03:09](1122 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:22, 03:28](1875 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:21, 03:27](1855 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:20, 03:05](1125 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:28, 07:33](1662 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:22, 07:11](1027 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:17, 03:27](1869 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:22, 05:50](4831 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:21, 05:56](4831 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [10:11, 04:43] ( 4 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:20, 07:00](1775 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [12:11, 08:01] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:19, 03:26](1870 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [05:11, 01:17] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:34, 01:15](252 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:29, 00:48](315 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:32, 00:31](311 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [05:11, 01:59] ( 164 remarks ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:37, 00:41](567 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:33, 00:21](451 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:11, 13:44] ( 1 warnings 612 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:27, 03:57](1984 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [16:11, 14:04] ( 1 warnings 500 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:19, 05:00](2000 MB) - -PASS -- COMPILE 'atml_intel' [19:11, 13:55] ( 9 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [06:40, 03:43](1864 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:11, 02:05](1107 MB) - -PASS -- COMPILE 'atml_debug_intel' [09:11, 06:00] ( 908 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:33, 04:54](1891 MB) - -PASS -- COMPILE 'atmw_intel' [16:11, 13:26] ( 1 warnings 521 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:28, 02:08](1910 MB) - -PASS -- COMPILE 'atmaero_intel' [16:12, 13:54] ( 1 warnings 414 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:20, 04:27](1984 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:17, 05:28](1779 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:09, 05:27](1783 MB) - -PASS -- COMPILE 'atmaq_intel' [18:11, 12:51] ( 9 warnings 611 remarks ) -PASS -- TEST 'regional_atmaq_intel' [22:23, 18:53](2908 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [26:19, 22:30](2916 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [11:11, 05:16] ( 885 warnings 611 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [43:04, 40:04](2932 MB) - -PASS -- COMPILE 'atm_fbh_intel' [18:12, 12:57] ( 4 warnings 423 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [15:35, 13:54](1087 MB) - -PASS -- COMPILE 'hafsw_intelllvm' [17:10, 13:03] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [07:08, 05:06](567 MB) +PASS -- COMPILE 's2swa_32bit_intel' [18:11, 16:52] ( 1 warnings 1045 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [23:09, 16:54](2107 MB) +PASS -- TEST 'cpld_control_gefs_intel' [40:44, 20:05](3045 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [24:26, 06:57](2732 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [43:20, 20:46](3080 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:11, 23:36] ( 1 warnings 1043 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [23:06, 19:38](1973 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [27:11, 21:55](2142 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:07, 08:09](1228 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [14:28, 09:17](2098 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [27:04, 23:38](1891 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:11, 21:38] ( 1 warnings 1043 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [24:09, 20:51](1952 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:11, 06:21] ( 1557 warnings 2934 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [27:59, 23:12](1957 MB) + +PASS -- COMPILE 's2swa_intel' [18:11, 16:49] ( 1 warnings 1045 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [24:16, 18:00](2194 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [23:09, 16:51](2189 MB) +PASS -- TEST 'cpld_restart_p8_intel' [12:03, 08:17](1780 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [22:06, 16:53](2204 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [12:13, 08:18](1766 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [23:00, 13:26](2302 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [22:59, 17:07](2177 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [19:46, 14:17](2069 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [23:10, 16:35](2187 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [22:05, 16:06](2672 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [14:32, 08:25](2865 MB) + +PASS -- COMPILE 's2swal_intel' [18:11, 16:49] ( 1 warnings 1066 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [22:04, 18:20](2157 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [12:19, 08:24](1752 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [11:39, 09:03](2163 MB) + +PASS -- COMPILE 's2sw_intel' [16:11, 14:42] ( 1 warnings 1013 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [18:20, 15:27](2000 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:29, 07:45](2088 MB) + +PASS -- COMPILE 's2swa_debug_intel' [08:11, 06:21] ( 1447 warnings 2184 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [19:23, 13:58](2219 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:11, 05:57] ( 1447 warnings 2166 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [14:22, 07:52](2030 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [15:11, 13:24] ( 1 warnings 949 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:25, 04:35](2082 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:11, 17:01] ( 1 warnings 1031 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [18:38, 15:48](2183 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [26:11, 22:01] ( 1 warnings 1036 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:50, 18:29](2031 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:21, 08:51](1260 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [24:44, 20:39](1944 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [10:57, 08:44](3054 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:00, 02:33](3040 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:12, 01:28](2481 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [03:39, 01:24](2229 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:33, 00:48](2244 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:48, 00:35](1555 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [03:47, 01:31](2235 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:40, 00:47](2237 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:39, 00:36](1551 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:40, 00:49](2169 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:46, 00:40](2167 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:34, 00:31](1508 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:11, 05:28] ( 1557 warnings 2916 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [31:21, 28:26](2012 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:11, 13:30] ( 1 warnings 502 remarks ) +PASS -- TEST 'control_flake_intel' [05:26, 03:44](698 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [09:31, 02:40](1592 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:37, 02:51](1601 MB) +PASS -- TEST 'control_latlon_intel' [04:26, 02:47](1604 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [09:32, 02:50](1602 MB) +PASS -- TEST 'control_c48_intel' [11:35, 09:12](1718 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [10:35, 08:18](848 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [11:35, 09:22](1710 MB) +PASS -- TEST 'control_c192_intel' [10:55, 08:14](1794 MB) +PASS -- TEST 'control_c384_intel' [15:50, 09:57](1993 MB) +PASS -- TEST 'control_c384gdas_intel' [18:17, 10:21](1351 MB) +PASS -- TEST 'control_stochy_intel' [03:28, 01:48](654 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:36, 01:07](486 MB) +PASS -- TEST 'control_lndp_intel' [03:28, 01:42](658 MB) +PASS -- TEST 'control_iovr4_intel' [04:24, 02:44](656 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [05:42, 03:11](946 MB) +PASS -- TEST 'control_iovr5_intel' [04:25, 02:43](658 MB) +PASS -- TEST 'control_p8_intel' [06:38, 03:09](1880 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:17, 03:21](1888 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:17, 03:07](1889 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [06:27, 03:07](1913 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [06:36, 03:19](1916 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [05:08, 02:12](2402 MB) +PASS -- TEST 'control_restart_p8_intel' [04:43, 01:55](1132 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:32, 03:08](1883 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:44, 01:49](1129 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:21, 03:13](1870 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:03, 03:44](1972 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:46, 05:30](1887 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:18, 04:57](1953 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:19, 03:24](1894 MB) +PASS -- TEST 'merra2_thompson_intel' [06:41, 03:48](1898 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [08:28, 05:24](1905 MB) +PASS -- TEST 'regional_control_intel' [08:40, 06:23](1080 MB) +PASS -- TEST 'regional_restart_intel' [09:41, 04:28](1101 MB) +PASS -- TEST 'regional_decomp_intel' [08:34, 06:46](1073 MB) +PASS -- TEST 'regional_2threads_intel' [06:37, 04:28](1026 MB) +PASS -- TEST 'regional_noquilt_intel' [08:45, 06:20](1364 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:37, 06:20](1089 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:46, 06:21](1094 MB) +PASS -- TEST 'regional_wofs_intel' [09:42, 07:49](1909 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [14:11, 12:53] ( 1 warnings 482 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [07:31, 04:47](1922 MB) + +PASS -- COMPILE 'rrfs_intel' [14:11, 12:18] ( 4 warnings 449 remarks ) +PASS -- TEST 'rap_control_intel' [07:31, 04:34](1045 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:12, 05:08](1361 MB) +PASS -- TEST 'rap_decomp_intel' [08:34, 04:44](1032 MB) +PASS -- TEST 'rap_2threads_intel' [13:03, 05:22](1117 MB) +PASS -- TEST 'rap_restart_intel' [07:35, 02:30](998 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:17, 04:32](1049 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:08, 04:41](1037 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [05:41, 02:29](1001 MB) +PASS -- TEST 'hrrr_control_intel' [08:12, 04:26](1050 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [08:09, 04:29](1034 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [11:23, 05:07](1117 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:40, 02:25](966 MB) +PASS -- TEST 'rrfs_v1beta_intel' [12:26, 08:16](1042 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [12:28, 09:46](1994 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:27, 09:22](2007 MB) + +PASS -- COMPILE 'csawmg_intel' [13:11, 11:54] ( 1 warnings 418 remarks ) +PASS -- TEST 'control_csawmg_intel' [11:55, 07:37](1041 MB) +PASS -- TEST 'control_ras_intel' [07:30, 03:36](743 MB) + +PASS -- COMPILE 'wam_intel' [13:11, 11:56] ( 1 warnings 396 remarks ) +PASS -- TEST 'control_wam_intel' [17:58, 12:59](1674 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:11, 11:43] ( 1 warnings 412 remarks ) +PASS -- TEST 'control_p8_faster_intel' [09:38, 04:10](1889 MB) +PASS -- TEST 'regional_control_faster_intel' [12:45, 07:08](1086 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:10, 06:11] ( 905 warnings 590 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [07:36, 02:20](1615 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [07:29, 02:26](1632 MB) +PASS -- TEST 'control_stochy_debug_intel' [07:22, 03:04](830 MB) +PASS -- TEST 'control_lndp_debug_intel' [07:30, 02:47](834 MB) +PASS -- TEST 'control_csawmg_debug_intel' [08:43, 05:07](1140 MB) +PASS -- TEST 'control_ras_debug_intel' [05:23, 02:49](834 MB) +PASS -- TEST 'control_diag_debug_intel' [04:41, 02:45](1688 MB) +PASS -- TEST 'control_debug_p8_intel' [05:58, 03:36](1912 MB) +PASS -- TEST 'regional_debug_intel' [19:45, 17:58](1091 MB) +PASS -- TEST 'rap_control_debug_intel' [06:27, 04:57](1219 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:29, 04:49](1207 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:23, 04:56](1215 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:24, 04:55](1220 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:22, 05:00](1210 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:40, 05:00](1302 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:30, 04:55](1211 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:27, 05:00](1210 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:26, 04:52](1222 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:23, 04:55](1209 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:23, 04:47](1207 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:22, 04:54](1216 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:22, 08:04](1207 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:27, 04:52](1221 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:20, 05:01](1219 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:11, 04:21] ( 862 warnings 396 remarks ) +PASS -- TEST 'control_wam_debug_intel' [16:51, 14:23](1708 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:11, 11:25] ( 4 warnings 416 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:08, 04:55](1235 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:14, 04:00](941 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:16, 03:52](931 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:48, 04:36](977 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:14, 04:25](980 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:03, 03:57](919 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:30, 02:11](891 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:51, 02:07](887 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:10, 11:57] ( 4 warnings 393 remarks ) +PASS -- TEST 'conus13km_control_intel' [06:13, 03:50](1328 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:54, 01:33](1232 MB) +PASS -- TEST 'conus13km_decomp_intel' [06:06, 03:51](1351 MB) +PASS -- TEST 'conus13km_restart_intel' [04:03, 02:08](1201 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:10, 12:06] ( 4 warnings 416 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:52, 04:34](1012 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:10, 04:16] ( 795 warnings 422 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:21, 04:50](1092 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:23, 04:45](1093 MB) +PASS -- TEST 'conus13km_debug_intel' [24:53, 22:24](1358 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [24:51, 22:28](1060 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [23:51, 21:34](1273 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [24:54, 22:48](1383 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [24:58, 22:31](1433 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:10, 04:24] ( 795 warnings 416 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:25, 04:53](1182 MB) + +PASS -- COMPILE 'hafsw_intel' [20:11, 14:17] ( 1 warnings 696 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:55, 04:37](916 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [08:37, 05:59](1085 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:34, 04:30](1215 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:11, 06:25](971 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [29:59, 28:08](995 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [37:08, 34:36](1025 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:58, 06:34](491 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:06, 07:29](503 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:47, 03:16](368 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:03, 08:09](414 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:51, 04:22](527 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:56, 04:10](533 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:53, 05:09](571 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:29, 01:25](398 MB) +PASS -- TEST 'gnv1_nested_intel' [07:48, 03:57](1737 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [11:10, 05:25] ( 1502 warnings 2058 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:04, 12:35](578 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [19:10, 13:15] ( 1 warnings 661 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [19:10, 14:58](638 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:15, 15:05](723 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [19:10, 14:02] ( 1 warnings 929 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:59, 11:05](714 MB) + +PASS -- COMPILE 'hafs_all_intel' [16:10, 12:58] ( 1 warnings 638 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:56, 06:36](963 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:52, 06:40](950 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:05, 16:13](1208 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:10, 08:26] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:20, 03:28](1866 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:21, 02:24](1811 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:18, 03:06](1132 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:20, 03:11](1128 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:20, 03:09](1122 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:22, 03:31](1874 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:19, 03:27](1867 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:17, 03:07](1128 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:30, 07:35](1668 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:28, 07:09](1037 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:17, 03:28](1862 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:23, 05:52](4822 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [07:21, 05:56](4832 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 03:30] ( 4 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:21, 07:02](1776 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:11, 08:19] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:19, 03:26](1868 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:15, 01:13] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:32, 01:13](252 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:25, 00:45](318 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:30, 00:31](312 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:10, 01:31] ( 164 remarks ) +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:31, 00:36](568 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:34, 00:21](456 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:11, 12:49] ( 1 warnings 612 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:26, 04:14](1986 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:11, 12:33] ( 1 warnings 500 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:20, 05:00](1995 MB) + +PASS -- COMPILE 'atml_intel' [15:11, 13:27] ( 9 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [06:38, 03:59](1869 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:09, 02:06](1109 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:10, 05:34] ( 910 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:36, 05:33](1889 MB) + +PASS -- COMPILE 'atmw_intel' [14:11, 12:33] ( 1 warnings 521 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:19, 02:07](1911 MB) + +PASS -- COMPILE 'atmaero_intel' [14:11, 12:27] ( 1 warnings 414 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:17, 04:30](1986 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:16, 05:22](1769 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:15, 05:25](1796 MB) + +PASS -- COMPILE 'atmaq_intel' [13:11, 11:58] ( 9 warnings 611 remarks ) +PASS -- TEST 'regional_atmaq_intel' [22:15, 18:51](2921 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [26:26, 22:35](2916 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [10:10, 04:41] ( 887 warnings 611 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [43:15, 39:35](2924 MB) + +PASS -- COMPILE 'atm_fbh_intel' [17:10, 11:23] ( 4 warnings 423 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [15:35, 13:32](1082 MB) + +PASS -- COMPILE 'hafsw_intelllvm' [19:10, 13:05] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [07:09, 05:08](572 MB) SYNOPSIS: -Starting Date/Time: 20251007 21:06:33 -Ending Date/Time: 20251008 00:18:39 -Total Time: 03h:13m:01s +Starting Date/Time: 20251014 16:51:04 +Ending Date/Time: 20251014 19:04:21 +Total Time: 02h:14m:15s Compiles Completed: 46/46 Tests Completed: 211/211 From 47a335d3b78df289594160cb8d74117ffb6703ca Mon Sep 17 00:00:00 2001 From: gspetro-NOAA Date: Wed, 15 Oct 2025 06:57:02 -0500 Subject: [PATCH 18/26] hercules rt log - passed --- tests/logs/RegressionTests_hercules.log | 839 ++++++++++++------------ 1 file changed, 424 insertions(+), 415 deletions(-) mode change 100755 => 100644 tests/logs/RegressionTests_hercules.log diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log old mode 100755 new mode 100644 index 8ddd60521d..0a1ae757a2 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,7 +1,7 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -6a87663f45f361b0eed3fe06729f3eb3da59a510 +b94271cbbca08d5e8d5b7283b048369f0b5b1f84 Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) @@ -19,9 +19,9 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) a0363fd82ba2c4a44b3e80904f550868b321024c NOAHMP-interface/noahmp (v3.7.1-466-ga0363fd) - c06a30d07f46820cd0edf59ad1d6920567062a7c UFSATM (remotes/origin/feature/rte-rrtmgp-v1.8) + 88550126f2ec883d45fb9280423ce6d0991889fa UFSATM (remotes/origin/sync_NCAR_main_2025_09_04) 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) - 4966c232d3bf9ad4de8bd5b401f0730f69cd90df UFSATM/ccpp/physics (ccpp_transition_to_vlab_master_20190705-5447-g4966c232) + 886a74402c97928fc4308b8438f33f6cd3b97321 UFSATM/ccpp/physics (EP4-2007-g886a7440) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) 7e24e739182281717607b341a1c2ffdba473616f UFSATM/fv3/atmos_cubed_sphere (201912_public_release-424-g7e24e73) @@ -40,415 +40,421 @@ 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: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20251007 -COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_3068887 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20251014 +COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_1940489 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:10, 12:04] ( 1 warnings 1045 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:21, 08:25](2160 MB) -PASS -- TEST 'cpld_control_gefs_intel' [32:56, 19:31](3121 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [22:26, 06:32](2815 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [32:57, 20:48](3163 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:10, 19:16] ( 1 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [20:22, 17:10](2024 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:49, 18:47](2350 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:38, 07:00](1356 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [12:50, 09:08](2220 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:08, 18:25](1930 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [20:10, 18:35] ( 1 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [19:50, 17:20](1997 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 04:39] ( 1555 warnings 2934 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [30:29, 27:34](2002 MB) - -PASS -- COMPILE 's2swa_intel' [13:10, 11:44] ( 1 warnings 1045 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [11:18, 08:44](2269 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:20, 08:35](2273 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:26, 04:33](1966 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [11:08, 08:25](2287 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:28, 04:43](1842 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [11:08, 08:42](2392 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [11:08, 08:29](2246 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:11, 07:07](2129 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:20, 08:28](2262 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [23:57, 21:09](2949 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:48, 05:46](2973 MB) - -PASS -- COMPILE 's2swal_intel' [12:10, 10:46] ( 1 warnings 1066 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [11:07, 08:43](2227 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [08:24, 05:34](1931 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:59, 06:56](2238 MB) - -PASS -- COMPILE 's2sw_intel' [12:10, 10:59] ( 1 warnings 1013 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [10:00, 07:52](2050 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:04, 05:58](2166 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:10, 04:05] ( 1445 warnings 2184 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [16:13, 13:12](2290 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:10, 04:02] ( 1445 warnings 2166 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:01, 06:23](2082 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:10, 08:39] ( 1 warnings 949 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:07, 04:13](2125 MB) - -PASS -- COMPILE 's2swa_faster_intel' [14:10, 12:21] ( 1 warnings 1031 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:11, 08:00](2259 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:11, 19:50] ( 1 warnings 1036 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:04, 14:57](2101 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:18, 10:19](1415 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:53, 16:04](2011 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [08:42, 06:10](3058 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:44, 01:56](3038 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:46, 01:06](2481 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [02:29, 01:02](2243 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:29, 00:37](2243 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:33, 00:25](1558 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [02:30, 01:00](2237 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:29, 00:37](2238 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:31, 00:26](1557 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:33, 00:36](2171 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:28, 00:30](2169 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:29, 00:23](1506 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 04:08] ( 1555 warnings 2916 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:10, 23:30](2055 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [10:10, 09:02] ( 1 warnings 502 remarks ) -PASS -- TEST 'control_flake_intel' [04:25, 02:59](722 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:25, 02:06](1619 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:40, 02:18](1616 MB) -PASS -- TEST 'control_latlon_intel' [04:25, 02:15](1617 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:29, 02:14](1623 MB) -PASS -- TEST 'control_c48_intel' [08:28, 06:35](1714 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:26, 05:58](839 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [11:26, 09:33](1722 MB) -PASS -- TEST 'control_c192_intel' [08:39, 06:37](1821 MB) -PASS -- TEST 'control_c384_intel' [12:21, 10:03](2022 MB) -PASS -- TEST 'control_c384gdas_intel' [11:33, 07:38](1507 MB) -PASS -- TEST 'control_stochy_intel' [03:19, 01:27](685 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:31, 00:53](539 MB) -PASS -- TEST 'control_lndp_intel' [03:19, 01:23](678 MB) -PASS -- TEST 'control_iovr4_intel' [04:20, 02:12](671 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:28, 03:06](973 MB) -PASS -- TEST 'control_iovr5_intel' [04:22, 02:10](674 MB) -PASS -- TEST 'control_p8_intel' [05:52, 03:46](1902 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:05, 03:49](1911 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:53, 03:30](1909 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [05:00, 02:34](1930 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [05:07, 02:42](1942 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:57, 01:44](2437 MB) -PASS -- TEST 'control_restart_p8_intel' [03:56, 01:35](1219 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:05, 02:40](1907 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:01, 01:41](1206 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:39, 02:40](1906 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:45, 03:03](1997 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:35, 05:20](1910 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:57, 05:14](1977 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:55, 02:46](1931 MB) -PASS -- TEST 'merra2_thompson_intel' [05:03, 03:02](1918 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [06:52, 04:34](1923 MB) -PASS -- TEST 'regional_control_intel' [07:28, 06:05](1195 MB) -PASS -- TEST 'regional_restart_intel' [04:30, 02:26](1208 MB) -PASS -- TEST 'regional_decomp_intel' [06:29, 04:49](1184 MB) -PASS -- TEST 'regional_2threads_intel' [05:32, 03:36](1087 MB) -PASS -- TEST 'regional_noquilt_intel' [06:34, 04:29](1499 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:28, 04:34](1197 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:27, 04:39](1196 MB) -PASS -- TEST 'regional_wofs_intel' [07:27, 06:03](2094 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [10:11, 08:34] ( 1 warnings 482 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [05:57, 03:41](1949 MB) - -PASS -- COMPILE 'rrfs_intel' [10:10, 08:33] ( 4 warnings 449 remarks ) -PASS -- TEST 'rap_control_intel' [05:46, 03:42](1100 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:49, 03:29](1445 MB) -PASS -- TEST 'rap_decomp_intel' [05:32, 03:51](1065 MB) -PASS -- TEST 'rap_2threads_intel' [06:37, 04:24](1185 MB) -PASS -- TEST 'rap_restart_intel' [03:57, 01:59](1090 MB) -PASS -- TEST 'rap_sfcdiff_intel' [05:46, 03:41](1093 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [05:34, 03:48](1064 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:59, 01:59](1088 MB) -PASS -- TEST 'hrrr_control_intel' [05:49, 03:31](1079 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:41, 03:36](1064 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:35, 04:06](1164 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:24, 01:56](1039 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:02, 06:46](1207 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:26, 08:04](2020 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:22, 07:47](2176 MB) - -PASS -- COMPILE 'csawmg_intel' [09:10, 07:58] ( 1 warnings 418 remarks ) -PASS -- TEST 'control_csawmg_intel' [08:30, 07:05](1078 MB) -PASS -- TEST 'control_ras_intel' [04:21, 02:56](860 MB) - -PASS -- COMPILE 'wam_intel' [09:10, 07:37] ( 1 warnings 396 remarks ) -PASS -- TEST 'control_wam_intel' [12:42, 10:27](1686 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [09:10, 07:46] ( 1 warnings 412 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:51, 02:24](1909 MB) -PASS -- TEST 'regional_control_faster_intel' [06:30, 04:15](1199 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:11, 04:02] ( 903 warnings 590 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:27, 02:02](1633 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:26, 02:10](1646 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:22, 02:36](852 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:20, 02:26](850 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:26, 04:53](1163 MB) -PASS -- TEST 'control_ras_debug_intel' [04:22, 02:29](854 MB) -PASS -- TEST 'control_diag_debug_intel' [04:28, 02:21](1706 MB) -PASS -- TEST 'control_debug_p8_intel' [05:44, 03:09](1939 MB) -PASS -- TEST 'regional_debug_intel' [17:34, 16:03](1159 MB) -PASS -- TEST 'rap_control_debug_intel' [06:23, 04:09](1240 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:30, 04:08](1227 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:24, 04:06](1224 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:22, 04:08](1236 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:22, 04:16](1237 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:28, 04:19](1320 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:21, 04:12](1250 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:19, 04:11](1243 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:22, 04:11](1247 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:21, 04:16](1239 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:22, 04:02](1237 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:20, 04:14](1238 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:20, 06:56](1238 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:23, 04:05](1244 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:20, 04:13](1245 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:10, 02:31] ( 860 warnings 396 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:10, 07:44] ( 4 warnings 416 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:52, 03:16](1313 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:51, 03:04](1041 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:58, 02:58](1029 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:48, 03:46](1099 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:55, 03:38](1048 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:45, 03:07](983 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:41, 01:41](982 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:25, 01:40](968 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:10, 08:19] ( 4 warnings 393 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:58, 02:32](1512 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:46, 01:14](1321 MB) -PASS -- TEST 'conus13km_decomp_intel' [04:45, 02:31](1551 MB) -PASS -- TEST 'conus13km_restart_intel' [05:36, 01:31](1288 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:10, 08:35] ( 4 warnings 416 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:37, 03:49](1103 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:38] ( 794 warnings 422 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:21, 04:07](1126 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:22, 04:18](1113 MB) -PASS -- TEST 'conus13km_debug_intel' [20:37, 19:02](1561 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [21:36, 19:20](1163 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [22:28, 20:28](1370 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [21:27, 19:40](1591 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:28, 19:06](1625 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 02:39] ( 794 warnings 416 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:22, 04:01](1217 MB) - -PASS -- COMPILE 'hafsw_intel' [12:10, 10:55] ( 1 warnings 696 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:41, 04:15](1021 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [10:12, 08:04](1209 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:22, 04:01](1289 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:51, 06:29](1095 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:52, 14:46](1120 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:59, 17:00](1156 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:43, 05:50](602 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:53, 08:15](610 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:36, 03:01](435 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:30, 07:47](507 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:46, 03:48](610 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:40, 03:38](611 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:42, 04:03](659 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:24, 01:17](457 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:11, 02:58] ( 1500 warnings 2058 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:40, 10:53](634 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [12:11, 10:34] ( 1 warnings 661 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:44, 15:42](733 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [19:52, 17:48](831 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:11, 10:21] ( 1 warnings 929 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [15:36, 11:53](833 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:11, 11:31] ( 1 warnings 638 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:44, 05:17](1082 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:43, 05:13](1087 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:45, 16:26](1346 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:11, 06:35] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:17, 02:26](1869 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:16, 01:33](1817 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:15, 02:13](1109 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:16, 02:15](1126 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:16, 02:15](1117 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:15, 02:29](1869 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:16, 02:26](1869 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:16, 02:13](1125 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:00, 07:24](1720 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:00, 07:14](1197 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:15, 02:26](1869 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:15, 03:49](4829 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:16, 03:50](4831 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 03:27] ( 4 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [10:16, 08:30](1780 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:11, 05:36] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:16, 02:26](1869 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 00:45] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:28, 00:55](335 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:22, 00:36](558 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:27, 00:25](556 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [10:11, 08:58] ( 1 warnings 612 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:55, 03:18](2048 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [09:11, 08:06] ( 1 warnings 500 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:50, 04:52](2057 MB) - -PASS -- COMPILE 'atml_intel' [10:10, 08:43] ( 9 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [04:57, 02:59](1888 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:40, 01:47](1201 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:10, 03:38] ( 908 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [11:57, 09:21](1911 MB) - -PASS -- COMPILE 'atmw_intel' [11:11, 09:46] ( 1 warnings 521 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:54, 01:41](1945 MB) - -PASS -- COMPILE 'atmaero_intel' [10:11, 08:44] ( 1 warnings 414 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:48, 05:44](2019 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:43, 05:13](1803 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:45, 05:17](1813 MB) - -PASS -- COMPILE 'atmaq_intel' [10:10, 08:24] ( 9 warnings 611 remarks ) -PASS -- TEST 'regional_atmaq_intel' [16:20, 14:08](2942 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [19:03, 16:27](2941 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:10, 02:31] ( 885 warnings 611 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [34:04, 31:47](2961 MB) - -PASS -- COMPILE 'atm_fbh_intel' [09:10, 08:03] ( 4 warnings 423 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:22, 09:41](1085 MB) - -PASS -- COMPILE 'atm_gnu' [05:10, 03:54] -PASS -- TEST 'control_c48_gnu' [09:28, 07:52](1584 MB) -PASS -- TEST 'control_stochy_gnu' [04:21, 02:16](591 MB) -PASS -- TEST 'control_ras_gnu' [05:18, 03:40](595 MB) -PASS -- TEST 'control_p8_gnu' [05:56, 03:30](1550 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:50, 03:23](1557 MB) -PASS -- TEST 'control_flake_gnu' [06:22, 04:27](637 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:11, 03:59] -PASS -- TEST 'rap_control_gnu' [06:39, 04:10](944 MB) -PASS -- TEST 'rap_decomp_gnu' [06:39, 04:14](945 MB) -PASS -- TEST 'rap_2threads_gnu' [05:48, 03:34](1004 MB) -PASS -- TEST 'rap_restart_gnu' [04:54, 02:12](673 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [06:47, 04:19](944 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [06:36, 04:09](943 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [04:58, 02:12](678 MB) -PASS -- TEST 'hrrr_control_gnu' [05:44, 03:59](939 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:36, 04:01](929 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:40, 03:36](1005 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:34, 04:06](938 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:28, 02:10](670 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:29, 03:05](756 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [10:00, 07:38](936 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:11, 03:27] -PASS -- TEST 'control_csawmg_gnu' [08:33, 06:38](837 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:11, 05:48] -PASS -- TEST 'control_diag_debug_gnu' [03:35, 01:12](1369 MB) -PASS -- TEST 'regional_debug_gnu' [11:29, 09:23](879 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:20, 02:01](954 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:20, 02:07](947 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:22, 02:02](953 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:20, 01:57](948 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:26, 02:06](1035 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:20, 03:18](945 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:19, 02:50](948 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:20, 01:11](584 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:20, 01:16](577 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:41, 01:22](1524 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:22, 01:56](949 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:23, 02:02](950 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:51, 03:24](956 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:11, 01:49] -PASS -- TEST 'control_wam_debug_gnu' [06:35, 05:04](1388 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:11, 02:56] -PASS -- TEST 'control_csawmg_debug_gnu' [04:25, 02:11](848 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:26] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:42, 04:00](798 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:55, 03:48](788 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [05:31, 03:34](839 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:40, 03:27](837 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [07:38, 05:39](790 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:42, 02:03](646 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:20, 02:03](643 MB) -PASS -- TEST 'conus13km_control_gnu' [07:54, 05:47](1038 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:39, 01:55](1021 MB) -PASS -- TEST 'conus13km_decomp_gnu' [07:41, 05:52](1039 MB) -PASS -- TEST 'conus13km_restart_gnu' [04:36, 02:20](761 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [12:11, 10:55] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:35, 05:19](820 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:11, 05:59] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:22, 01:58](804 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:18, 02:11](803 MB) -PASS -- TEST 'conus13km_debug_gnu' [14:33, 12:53](1052 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [10:37, 08:33](778 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [10:32, 08:48](1034 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [10:32, 08:49](1057 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [10:32, 08:38](1122 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:11, 05:57] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:22, 01:58](830 MB) - -PASS -- COMPILE 's2swa_gnu' [19:11, 17:34] -PASS -- TEST 'cpld_control_p8_gnu' [12:23, 10:04](1722 MB) - -PASS -- COMPILE 's2s_gnu' [18:10, 17:05] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [12:05, 09:15](1619 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:10, 02:20] -PASS -- TEST 'cpld_debug_p8_gnu' [07:51, 05:52](1718 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [16:10, 14:43] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [15:49, 13:53](1585 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:10, 02:07] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [10:52, 09:01](1605 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [17:11, 15:54] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:14, 02:42](1605 MB) - -PASS -- COMPILE 'atm_mpas_dyn32_gnu' [04:11, 03:02] -FAILED: RUN DID NOT COMPLETE -- TEST 'control_gfs_mpas_gnu' [, ]( MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:11, 12:04] ( 1 warnings 1045 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:03, 14:01](2160 MB) +PASS -- TEST 'cpld_control_gefs_intel' [38:03, 23:59](3117 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [26:27, 10:12](2820 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [56:11, 28:30](3159 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [19:11, 17:25] ( 1 warnings 1043 remarks ) +FAILED: TEST TIMED OUT -- TEST 'cpld_control_gfsv17_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_control_gfsv17_iau_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_gfsv17_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_gfsv17_iau_intel' [, ]( MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [51:15, 19:05](1926 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [21:11, 19:34] ( 1 warnings 1043 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [59:42, 29:32](1991 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 05:02] ( 1557 warnings 2934 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [32:26, 18:31](1995 MB) + +PASS -- COMPILE 's2swa_intel' [14:11, 12:38] ( 1 warnings 1045 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [41:41, 10:03](2267 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [36:18, 09:36](2276 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:16, 06:38](1965 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [51:10, 24:28](2292 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:30, 04:28](1841 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [44:08, 09:47](2389 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [36:15, 09:32](2256 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [42:03, 15:46](2150 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [36:18, 09:29](2275 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [49:56, 24:24](2945 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [13:34, 09:38](2968 MB) + +PASS -- COMPILE 's2swal_intel' [14:11, 12:32] ( 1 warnings 1066 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [17:16, 09:41](2232 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [25:36, 05:45](1920 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [34:11, 07:54](2241 MB) + +PASS -- COMPILE 's2sw_intel' [13:11, 11:38] ( 1 warnings 1013 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:55, 07:51](2052 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:00, 08:50](2162 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:11, 06:08] ( 1447 warnings 2184 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [15:02, 12:10](2290 MB) + +PASS -- COMPILE 's2sw_debug_intel' [08:11, 06:15] ( 1447 warnings 2166 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:51, 10:21](2080 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [18:11, 16:11] ( 1 warnings 949 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [37:07, 05:14](2131 MB) + +PASS -- COMPILE 's2swa_faster_intel' [14:11, 12:29] ( 1 warnings 1031 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [54:11, 22:35](2271 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [33:11, 31:38] ( 1 warnings 1036 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [22:04, 15:26](2097 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:07, 06:40](1419 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:59, 16:37](2010 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [07:44, 06:02](3053 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [04:44, 02:17](3046 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:41, 01:07](2478 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [02:28, 00:59](2238 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [05:30, 02:01](2241 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [05:29, 01:28](1552 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [02:29, 01:01](2231 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:28, 00:33](2245 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:28, 00:25](1553 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:25, 00:36](2166 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:23, 00:27](2158 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:28, 00:21](1504 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:11, 05:41] ( 1557 warnings 2916 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [57:08, 22:37](2068 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:11, 09:39] ( 1 warnings 502 remarks ) +PASS -- TEST 'control_flake_intel' [26:21, 04:32](729 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:25, 02:04](1618 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:32, 02:12](1626 MB) +PASS -- TEST 'control_latlon_intel' [04:22, 02:08](1619 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:21, 02:09](1616 MB) +PASS -- TEST 'control_c48_intel' [08:24, 06:35](1713 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:25, 05:54](842 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [08:23, 06:40](1704 MB) +PASS -- TEST 'control_c192_intel' [16:36, 14:34](1815 MB) +PASS -- TEST 'control_c384_intel' [16:22, 13:50](2034 MB) +PASS -- TEST 'control_c384gdas_intel' [14:23, 07:48](1528 MB) +PASS -- TEST 'control_stochy_intel' [03:19, 01:26](681 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:24, 00:52](556 MB) +PASS -- TEST 'control_lndp_intel' [03:20, 01:24](680 MB) +PASS -- TEST 'control_iovr4_intel' [04:22, 02:10](674 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [07:26, 03:41](975 MB) +PASS -- TEST 'control_iovr5_intel' [04:22, 02:09](676 MB) +PASS -- TEST 'control_p8_intel' [13:07, 09:05](1903 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [08:00, 04:37](1915 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:47, 03:34](1903 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [05:52, 03:30](1933 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:59, 02:35](1942 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [05:43, 02:46](2437 MB) +PASS -- TEST 'control_restart_p8_intel' [03:58, 01:47](1211 MB) +PASS -- TEST 'control_noqr_p8_intel' [11:00, 08:25](1909 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:52, 02:03](1216 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:48, 02:35](1895 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:46, 02:57](1990 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:37, 04:23](1905 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:00, 03:35](1987 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:49, 02:44](1912 MB) +PASS -- TEST 'merra2_thompson_intel' [05:57, 03:43](1921 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [09:02, 06:42](1925 MB) +PASS -- TEST 'regional_control_intel' [09:29, 07:59](1197 MB) +PASS -- TEST 'regional_restart_intel' [04:22, 02:29](1204 MB) +PASS -- TEST 'regional_decomp_intel' [06:26, 04:41](1190 MB) +PASS -- TEST 'regional_2threads_intel' [10:27, 08:12](1106 MB) +PASS -- TEST 'regional_noquilt_intel' [10:31, 08:28](1510 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:23, 04:32](1199 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:24, 04:32](1198 MB) +PASS -- TEST 'regional_wofs_intel' [07:23, 05:44](2105 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [10:11, 08:35] ( 1 warnings 482 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [33:57, 05:26](1957 MB) + +PASS -- COMPILE 'rrfs_intel' [09:10, 08:08] ( 4 warnings 449 remarks ) +PASS -- TEST 'rap_control_intel' [34:47, 06:43](1106 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [35:57, 08:24](1416 MB) +PASS -- TEST 'rap_decomp_intel' [31:50, 03:48](1062 MB) +PASS -- TEST 'rap_2threads_intel' [36:49, 08:41](1184 MB) +PASS -- TEST 'rap_restart_intel' [03:51, 01:57](1083 MB) +PASS -- TEST 'rap_sfcdiff_intel' [21:49, 03:36](1114 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [31:46, 03:50](1066 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:51, 01:58](1106 MB) +PASS -- TEST 'hrrr_control_intel' [31:40, 03:31](1075 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [31:40, 03:33](1055 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [32:51, 05:17](1164 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:24, 01:52](1064 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:55, 09:38](1207 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:18, 09:39](2016 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:19, 09:33](2190 MB) + +PASS -- COMPILE 'csawmg_intel' [09:10, 07:42] ( 1 warnings 418 remarks ) +PASS -- TEST 'control_csawmg_intel' [07:26, 05:24](1079 MB) +PASS -- TEST 'control_ras_intel' [12:22, 10:23](828 MB) + +PASS -- COMPILE 'wam_intel' [13:10, 07:42] ( 1 warnings 396 remarks ) +PASS -- TEST 'control_wam_intel' [11:36, 09:58](1685 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:10, 07:54] ( 1 warnings 412 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:52, 04:24](1911 MB) +PASS -- TEST 'regional_control_faster_intel' [05:25, 04:06](1197 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:10, 06:32] ( 905 warnings 590 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:22, 04:13](1635 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:20, 01:54](1642 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:16, 02:38](857 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:15, 02:20](856 MB) +PASS -- TEST 'control_csawmg_debug_intel' [08:22, 06:55](1163 MB) +PASS -- TEST 'control_ras_debug_intel' [04:20, 02:22](862 MB) +PASS -- TEST 'control_diag_debug_intel' [04:25, 02:55](1719 MB) +PASS -- TEST 'control_debug_p8_intel' [06:34, 04:59](1947 MB) +PASS -- TEST 'regional_debug_intel' [16:27, 14:27](1157 MB) +PASS -- TEST 'rap_control_debug_intel' [09:17, 07:42](1248 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:19, 04:00](1235 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:17, 04:01](1241 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:16, 04:10](1239 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:19, 04:04](1248 MB) +PASS -- TEST 'rap_diag_debug_intel' [11:27, 09:18](1319 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:16, 06:14](1247 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:16, 06:08](1241 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:16, 04:02](1252 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [11:17, 09:30](1251 MB) +PASS -- TEST 'rap_noah_debug_intel' [11:18, 09:36](1248 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:17, 04:05](1243 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [13:18, 11:51](1246 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [09:18, 07:41](1246 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:15, 04:05](1245 MB) + +PASS -- COMPILE 'wam_debug_intel' [08:10, 02:23] ( 862 warnings 396 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:10, 07:39] ( 4 warnings 416 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:49, 03:09](1296 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:42, 04:04](1060 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:56, 03:54](1066 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:35, 03:39](1085 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:33, 03:31](1055 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:50, 06:00](996 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:45, 02:11](1001 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [07:17, 03:04](984 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:10, 07:54] ( 4 warnings 393 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:50, 02:29](1515 MB) +PASS -- TEST 'conus13km_2threads_intel' [05:37, 03:13](1336 MB) +PASS -- TEST 'conus13km_decomp_intel' [04:35, 02:31](1550 MB) +PASS -- TEST 'conus13km_restart_intel' [04:36, 01:32](1284 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:10, 08:02] ( 4 warnings 416 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:32, 04:19](1115 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:10, 02:24] ( 795 warnings 422 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:16, 04:05](1124 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [15:19, 13:35](1118 MB) +PASS -- TEST 'conus13km_debug_intel' [20:30, 18:34](1567 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [20:33, 18:30](1167 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [21:26, 19:51](1370 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [20:25, 18:46](1568 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:27, 18:40](1628 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 04:14] ( 795 warnings 416 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:18, 04:12](1214 MB) + +PASS -- COMPILE 'hafsw_intel' [14:10, 10:58] ( 1 warnings 696 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:40, 03:17](1038 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [08:12, 05:17](1220 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:21, 03:37](1292 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:48, 05:40](1082 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:58, 14:22](1128 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:58, 16:50](1150 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [13:42, 10:02](594 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [13:55, 11:06](613 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:35, 02:12](433 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [14:27, 10:44](502 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:40, 03:03](616 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:35, 02:52](618 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:39, 05:40](659 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:21, 00:52](454 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:10, 02:46] ( 1502 warnings 2058 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:38, 10:42](637 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [13:10, 10:48] ( 1 warnings 661 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [19:43, 17:44](731 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [20:43, 18:15](834 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:11, 10:47] ( 1 warnings 929 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [23:34, 21:00](923 MB) + +PASS -- COMPILE 'hafs_all_intel' [21:11, 18:48] ( 1 warnings 638 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:40, 05:01](1089 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:38, 05:09](1086 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:47, 16:42](1340 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [11:10, 05:48] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:19, 02:47](1863 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:17, 01:33](1820 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:14, 02:13](1115 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:15, 02:16](1120 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:14, 02:17](1120 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:14, 02:25](1869 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:16, 02:28](1863 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:15, 02:16](1116 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:56, 05:49](1711 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [12:47, 10:37](1194 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:13, 02:25](1871 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [09:15, 07:10](4830 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:16, 03:53](4832 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 03:04] ( 4 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:16, 05:25](1782 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:10, 05:32] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:15, 02:23](1874 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 00:45] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:28, 01:19](334 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:21, 00:37](560 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:25, 00:49](555 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [17:11, 15:03] ( 1 warnings 612 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:52, 03:15](2042 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [20:11, 16:09] ( 1 warnings 500 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:45, 05:29](2060 MB) + +PASS -- COMPILE 'atml_intel' [19:11, 17:13] ( 9 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [08:56, 06:37](1889 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:45, 01:42](1200 MB) + +PASS -- COMPILE 'atml_debug_intel' [09:11, 03:16] ( 910 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:53, 05:03](1909 MB) + +PASS -- COMPILE 'atmw_intel' [14:11, 10:15] ( 1 warnings 521 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:54, 01:56](1945 MB) + +PASS -- COMPILE 'atmaero_intel' [12:11, 08:06] ( 1 warnings 414 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:45, 04:20](2015 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:40, 04:21](1795 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:40, 04:33](1804 MB) + +PASS -- COMPILE 'atmaq_intel' [12:11, 07:48] ( 9 warnings 611 remarks ) +PASS -- TEST 'regional_atmaq_intel' [16:27, 13:53](2938 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [19:19, 16:10](2943 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [07:10, 02:39] ( 887 warnings 611 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [33:16, 30:58](2960 MB) + +PASS -- COMPILE 'atm_fbh_intel' [12:11, 07:40] ( 4 warnings 423 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:24, 09:34](1083 MB) + +PASS -- COMPILE 'atm_gnu' [06:10, 03:41] +PASS -- TEST 'control_c48_gnu' [09:29, 07:42](1584 MB) +PASS -- TEST 'control_stochy_gnu' [04:20, 02:39](590 MB) +PASS -- TEST 'control_ras_gnu' [05:17, 03:40](598 MB) +PASS -- TEST 'control_p8_gnu' [05:59, 03:53](1551 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [08:38, 06:13](1559 MB) +PASS -- TEST 'control_flake_gnu' [07:19, 05:16](634 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:10, 03:45] +PASS -- TEST 'rap_control_gnu' [05:48, 04:07](940 MB) +PASS -- TEST 'rap_decomp_gnu' [05:32, 04:08](942 MB) +PASS -- TEST 'rap_2threads_gnu' [07:45, 03:36](1001 MB) +PASS -- TEST 'rap_restart_gnu' [03:51, 02:09](671 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [07:38, 04:06](940 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [07:38, 04:14](942 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [04:56, 02:10](677 MB) +PASS -- TEST 'hrrr_control_gnu' [13:51, 10:35](944 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [13:32, 10:30](924 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:47, 03:34](1001 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [13:35, 10:12](940 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:22, 02:05](672 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:24, 02:04](759 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [17:53, 14:28](937 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:10, 03:13] +PASS -- TEST 'control_csawmg_gnu' [10:34, 07:36](842 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [15:10, 13:09] +PASS -- TEST 'control_diag_debug_gnu' [04:38, 01:15](1371 MB) +PASS -- TEST 'regional_debug_gnu' [08:31, 06:25](887 MB) +PASS -- TEST 'rap_control_debug_gnu' [04:23, 01:58](951 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:22, 01:57](945 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:18, 03:08](948 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:18, 01:55](952 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:25, 02:07](1037 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:19, 03:10](948 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [06:18, 04:07](951 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:17, 01:08](585 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:18, 01:17](577 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:39, 01:17](1533 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:21, 01:54](949 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:17, 02:00](952 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:50, 03:15](956 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:10, 01:46] +PASS -- TEST 'control_wam_debug_gnu' [06:34, 05:03](1391 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:10, 02:58] +PASS -- TEST 'control_csawmg_debug_gnu' [03:28, 01:48](822 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:25] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [06:29, 04:30](794 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [08:38, 06:21](789 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [05:47, 03:51](843 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:56, 03:49](833 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:34, 04:37](786 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [04:47, 02:26](650 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:17, 02:23](647 MB) +PASS -- TEST 'conus13km_control_gnu' [08:48, 06:46](1034 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:40, 01:51](1017 MB) +PASS -- TEST 'conus13km_decomp_gnu' [05:49, 04:05](1038 MB) +PASS -- TEST 'conus13km_restart_gnu' [04:36, 02:14](761 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:10, 09:06] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:34, 04:20](820 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [17:11, 15:58] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:18, 02:04](802 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:19, 01:57](797 MB) +PASS -- TEST 'conus13km_debug_gnu' [10:32, 08:29](1050 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [10:29, 08:41](776 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [18:28, 16:32](1033 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [10:25, 09:07](1059 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [26:27, 24:12](1110 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [17:11, 15:27] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:23, 02:03](829 MB) + +PASS -- COMPILE 's2swa_gnu' [18:10, 16:39] +PASS -- TEST 'cpld_control_p8_gnu' [13:35, 11:07](1719 MB) + +PASS -- COMPILE 's2s_gnu' [18:11, 16:40] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [22:12, 19:13](1642 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:10, 02:16] +PASS -- TEST 'cpld_debug_p8_gnu' [09:06, 06:36](1733 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [18:10, 16:56] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [18:07, 15:55](1590 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:10, 02:02] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [11:51, 09:35](1598 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [17:10, 15:37] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:15, 02:44](1605 MB) + +PASS -- COMPILE 'atm_mpas_dyn32_gnu' [05:10, 02:50] +PASS -- TEST 'control_gfs_mpas_gnu' [02:19, 00:35](6405 MB) SYNOPSIS: -Starting Date/Time: 20251007 19:55:38 -Ending Date/Time: 20251007 21:37:11 -Total Time: 01h:42m:24s +Starting Date/Time: 20251014 16:52:43 +Ending Date/Time: 20251014 19:54:15 +Total Time: 03h:02m:37s Compiles Completed: 61/61 -Tests Completed: 270/271 +Tests Completed: 267/271 Failed Tests: -* TEST control_gfs_mpas_gnu: FAILED: RUN DID NOT COMPLETE --- LOG: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/2823/tests/logs/log_hercules/run_control_gfs_mpas_gnu.log +* TEST cpld_control_gfsv17_intel: FAILED: TEST TIMED OUT +-- LOG: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_1940489/cpld_control_gfsv17_intel/err +* TEST cpld_control_gfsv17_iau_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_restart_gfsv17_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_restart_gfsv17_iau_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A NOTES: A file 'test_changes.list' was generated with list of all failed tests. @@ -461,7 +467,7 @@ Result: FAILURE ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -40586677a39a48fc7283cd56ed5147b4974267a4 +b94271cbbca08d5e8d5b7283b048369f0b5b1f84 Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) @@ -479,9 +485,9 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) a0363fd82ba2c4a44b3e80904f550868b321024c NOAHMP-interface/noahmp (v3.7.1-466-ga0363fd) -+c06a30d07f46820cd0edf59ad1d6920567062a7c UFSATM (remotes/origin/NOAA-EMC-develop-34-gc06a30d) + 88550126f2ec883d45fb9280423ce6d0991889fa UFSATM (remotes/origin/sync_NCAR_main_2025_09_04) 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) - 4966c232d3bf9ad4de8bd5b401f0730f69cd90df UFSATM/ccpp/physics (ccpp_transition_to_vlab_master_20190705-5447-g4966c232) + 886a74402c97928fc4308b8438f33f6cd3b97321 UFSATM/ccpp/physics (EP4-2007-g886a7440) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) 7e24e739182281717607b341a1c2ffdba473616f UFSATM/fv3/atmos_cubed_sphere (201912_public_release-424-g7e24e73) @@ -500,23 +506,26 @@ 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: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20251007 -COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_2297695 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20251014 +COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_2904557 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-n) - RUN SINGLE TEST: control_gfs_mpas +* (-l) - USE CONFIG FILE: rerun.conf * (-e) - USE ECFLOW -PASS -- COMPILE 'atm_mpas_dyn32_gnu' [05:11, 03:48] -PASS -- TEST 'control_gfs_mpas_gnu' [02:24, 00:36](6404 MB) +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [19:10, 17:32] ( 1 warnings 1043 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:23, 16:40](2028 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:28, 18:11](2315 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [09:36, 06:41](1360 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [19:20, 16:42](2212 MB) SYNOPSIS: -Starting Date/Time: 20251008 11:07:36 -Ending Date/Time: 20251008 11:16:38 -Total Time: 00h:09m:31s +Starting Date/Time: 20251014 19:59:56 +Ending Date/Time: 20251014 22:24:17 +Total Time: 02h:24m:41s Compiles Completed: 1/1 -Tests Completed: 1/1 +Tests Completed: 4/4 NOTES: A file 'test_changes.list' was generated but is empty. From cbe275023d3bb807e7c72f39c999d459a94fbb97 Mon Sep 17 00:00:00 2001 From: FernandoAndrade-NOAA Date: Wed, 15 Oct 2025 14:47:29 +0000 Subject: [PATCH 19/26] add hera RT log passed --- tests/logs/RegressionTests_hera.log | 824 ++++++++++++++-------------- 1 file changed, 412 insertions(+), 412 deletions(-) diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index 3014966017..1717e833ac 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: -40586677a39a48fc7283cd56ed5147b4974267a4 +b94271cbbca08d5e8d5b7283b048369f0b5b1f84 Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) @@ -14,7 +14,7 @@ Submodule hashes used in testing: c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) fe9e7bfdc8792ff875e332914871ac16dee09120 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10722-gfe9e7bfdc) a0363fd82ba2c4a44b3e80904f550868b321024c NOAHMP-interface/noahmp (v3.7.1-466-ga0363fd) - 2a8c1bb3433c372505f30a25ed2155e7a415a108 UFSATM (remotes/origin/feature/rte-rrtmgp-v1.8) + 88550126f2ec883d45fb9280423ce6d0991889fa UFSATM (remotes/origin/sync_NCAR_main_2025_09_04) 91c20381ffe0357001a6626b3af1d37354b77cc8 WW3 (6.07.1-471-g91c20381) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) 97b24f8e40f1de0980388c8326c48b442e5a5e61 stochastic_physics (ufs-v2.0.0-282-g97b24f8) @@ -26,425 +26,425 @@ 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: /scratch3/NAGAPE/epic/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20251007 -COMPARISON DIRECTORY: /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3454516 +BASELINE DIRECTORY: /scratch3/NAGAPE/epic/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20251014 +COMPARISON DIRECTORY: /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_2045715 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:11, 11:53] ( 1 warnings 1045 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:07, 11:28](2209 MB) -PASS -- TEST 'cpld_control_gefs_intel' [40:40, 16:06](3049 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [21:06, 05:15](2739 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [30:53, 15:56](3045 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [19:11, 17:54] ( 1 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [23:49, 18:59](2082 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:03, 20:37](2278 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:00, 07:57](1374 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [12:01, 08:55](2218 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:51, 23:14](1874 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:11, 16:36] ( 1 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [21:44, 19:19](2056 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 04:12] ( 1555 warnings 2934 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:42, 21:40](1928 MB) - -PASS -- COMPILE 's2swa_intel' [13:11, 11:46] ( 1 warnings 1045 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [15:11, 12:35](2287 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:20, 11:49](2288 MB) -PASS -- TEST 'cpld_restart_p8_intel' [10:07, 06:17](1885 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [14:08, 12:00](2284 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:10, 06:06](1885 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [13:05, 10:29](2358 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [14:06, 11:31](2265 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [14:06, 11:26](2042 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:16, 12:00](2303 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [21:08, 14:21](2665 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [13:42, 09:11](2830 MB) - -PASS -- COMPILE 's2swal_intel' [14:11, 12:16] ( 1 warnings 1066 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [15:05, 13:00](2108 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [09:09, 06:12](1722 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:57, 07:19](2255 MB) - -PASS -- COMPILE 's2sw_intel' [13:11, 11:25] ( 1 warnings 1013 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [13:56, 11:26](2108 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:03, 06:18](2191 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:11, 04:08] ( 1445 warnings 2184 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [15:59, 13:10](2307 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:11, 03:40] ( 1445 warnings 2166 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:50, 06:39](2131 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:11, 09:48] ( 1 warnings 949 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:54, 04:17](2169 MB) - -PASS -- COMPILE 's2swa_faster_intel' [13:11, 12:02] ( 1 warnings 1031 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [14:08, 11:14](2288 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:11, 16:39] ( 1 warnings 1036 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [22:51, 17:12](2126 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:59, 08:00](1368 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [23:47, 20:07](1929 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [10:38, 07:55](3089 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [06:39, 02:22](3074 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:36, 01:23](2523 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [05:35, 01:15](2258 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [04:34, 00:42](2261 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:32, 00:33](1583 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [05:34, 01:14](2258 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [04:32, 00:41](2254 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:31, 00:34](1585 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:29, 00:44](2188 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:27, 00:35](2183 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:29, 00:29](1531 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:12, 03:47] ( 1555 warnings 2916 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:46, 27:33](1948 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:12, 09:42] ( 1 warnings 502 remarks ) -PASS -- TEST 'control_flake_intel' [09:23, 03:22](829 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [08:22, 02:23](1717 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:23, 02:35](1735 MB) -PASS -- TEST 'control_latlon_intel' [08:21, 02:32](1717 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:23, 02:32](1714 MB) -PASS -- TEST 'control_c48_intel' [13:25, 07:19](1721 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [13:23, 06:43](848 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [13:25, 07:24](1729 MB) -PASS -- TEST 'control_c192_intel' [11:35, 07:36](1925 MB) -PASS -- TEST 'control_c384_intel' [15:21, 08:29](2010 MB) -PASS -- TEST 'control_c384gdas_intel' [14:19, 08:41](1408 MB) -PASS -- TEST 'control_stochy_intel' [03:19, 01:42](783 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:20, 01:01](624 MB) -PASS -- TEST 'control_lndp_intel' [04:19, 01:33](789 MB) -PASS -- TEST 'control_iovr4_intel' [05:21, 02:31](785 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [05:30, 03:02](1074 MB) -PASS -- TEST 'control_iovr5_intel' [06:20, 02:31](783 MB) -PASS -- TEST 'control_p8_intel' [06:43, 02:57](2002 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:46, 03:08](2021 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:41, 02:54](2018 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:43, 02:56](2039 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:44, 03:04](2042 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:43, 02:05](2417 MB) -PASS -- TEST 'control_restart_p8_intel' [03:40, 01:45](1283 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:39, 02:56](2013 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:38, 01:43](1281 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:37, 03:04](2008 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:39, 03:20](2023 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:34, 05:10](2018 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:46, 04:16](2077 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:40, 03:13](2024 MB) -PASS -- TEST 'merra2_thompson_intel' [05:40, 03:30](2023 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [06:28, 04:51](2030 MB) -PASS -- TEST 'regional_control_intel' [07:30, 05:19](1223 MB) -PASS -- TEST 'regional_restart_intel' [05:32, 02:57](1239 MB) -PASS -- TEST 'regional_decomp_intel' [07:31, 05:38](1214 MB) -PASS -- TEST 'regional_2threads_intel' [06:30, 04:00](1085 MB) -PASS -- TEST 'regional_noquilt_intel' [07:32, 05:17](1506 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:31, 05:19](1212 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:29, 05:18](1228 MB) -PASS -- TEST 'regional_wofs_intel' [08:29, 06:42](2044 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [11:11, 09:36] ( 1 warnings 482 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [07:41, 04:10](2057 MB) - -PASS -- COMPILE 'rrfs_intel' [10:11, 08:50] ( 4 warnings 449 remarks ) -PASS -- TEST 'rap_control_intel' [06:36, 04:09](1185 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:56, 04:09](1325 MB) -PASS -- TEST 'rap_decomp_intel' [06:33, 04:18](1166 MB) -PASS -- TEST 'rap_2threads_intel' [06:32, 04:39](1187 MB) -PASS -- TEST 'rap_restart_intel' [05:33, 02:14](1179 MB) -PASS -- TEST 'rap_sfcdiff_intel' [06:33, 04:11](1176 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [06:31, 04:19](1166 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [05:35, 02:15](1176 MB) -PASS -- TEST 'hrrr_control_intel' [05:35, 03:59](1178 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:31, 04:06](1160 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:30, 04:23](1174 MB) -PASS -- TEST 'hrrr_control_restart_intel' [05:21, 02:09](1137 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:36, 07:37](1219 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:20, 09:25](2118 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:20, 09:12](2183 MB) - -PASS -- COMPILE 'csawmg_intel' [10:11, 08:40] ( 1 warnings 418 remarks ) -PASS -- TEST 'control_csawmg_intel' [08:30, 06:14](1162 MB) -PASS -- TEST 'control_ras_intel' [05:18, 03:21](864 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:10, 12:08] ( 1 warnings 1045 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:48, 12:01](2213 MB) +PASS -- TEST 'cpld_control_gefs_intel' [33:39, 16:16](3063 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [20:44, 05:09](2736 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [36:43, 15:51](3073 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:10, 17:15] ( 1 warnings 1043 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [25:53, 19:12](2079 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [27:49, 21:04](2279 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [13:04, 08:01](1355 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [11:57, 09:01](2220 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [29:56, 23:10](1886 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [20:11, 16:53] ( 1 warnings 1043 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [26:42, 19:17](2066 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:10, 04:04] ( 1557 warnings 2934 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:44, 21:29](1927 MB) + +PASS -- COMPILE 's2swa_intel' [16:10, 12:33] ( 1 warnings 1045 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [18:07, 12:17](2268 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [22:15, 11:29](2278 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:07, 06:13](1899 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [21:01, 11:56](2307 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:09, 06:12](1886 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [21:01, 10:33](2338 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [22:09, 11:46](2228 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [15:06, 11:28](2063 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:04, 12:22](2267 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [26:08, 14:32](2662 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [17:48, 09:15](2813 MB) + +PASS -- COMPILE 's2swal_intel' [15:10, 12:03] ( 1 warnings 1066 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [16:03, 13:07](2084 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [10:09, 06:22](1745 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:54, 07:16](2253 MB) + +PASS -- COMPILE 's2sw_intel' [14:10, 11:17] ( 1 warnings 1013 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [13:50, 11:31](2114 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:58, 06:15](2187 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:10, 03:59] ( 1447 warnings 2184 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [15:01, 12:58](2300 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:10, 03:48] ( 1447 warnings 2166 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:41, 06:30](2122 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:10, 09:41] ( 1 warnings 949 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:51, 04:20](2171 MB) + +PASS -- COMPILE 's2swa_faster_intel' [14:11, 12:20] ( 1 warnings 1031 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [19:05, 11:51](2273 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:11, 15:39] ( 1 warnings 1036 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [25:51, 17:06](2133 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:55, 07:58](1369 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [27:46, 20:02](1948 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [14:33, 07:49](3088 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:36, 02:21](3079 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [03:33, 01:25](2526 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [04:30, 01:16](2257 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [03:28, 00:43](2262 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:28, 00:34](1583 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [03:31, 01:15](2255 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:31, 00:42](2254 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:28, 00:34](1587 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:29, 00:43](2190 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:28, 00:35](2182 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:30, 00:29](1535 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 03:35] ( 1557 warnings 2916 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:46, 27:46](1985 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:11, 09:35] ( 1 warnings 502 remarks ) +PASS -- TEST 'control_flake_intel' [12:23, 03:23](833 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [10:22, 02:24](1717 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [10:24, 02:34](1745 MB) +PASS -- TEST 'control_latlon_intel' [10:21, 02:31](1728 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:23, 02:38](1706 MB) +PASS -- TEST 'control_c48_intel' [15:24, 07:16](1725 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [15:23, 06:41](852 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [15:24, 07:26](1724 MB) +PASS -- TEST 'control_c192_intel' [18:33, 07:38](1921 MB) +PASS -- TEST 'control_c384_intel' [18:39, 08:32](2002 MB) +PASS -- TEST 'control_c384gdas_intel' [13:19, 08:36](1401 MB) +PASS -- TEST 'control_stochy_intel' [03:18, 01:40](785 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:18, 01:02](630 MB) +PASS -- TEST 'control_lndp_intel' [03:17, 01:33](787 MB) +PASS -- TEST 'control_iovr4_intel' [04:19, 02:34](785 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:32, 03:02](1079 MB) +PASS -- TEST 'control_iovr5_intel' [04:20, 02:31](783 MB) +PASS -- TEST 'control_p8_intel' [04:48, 02:59](2008 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:49, 03:10](2017 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:42, 02:56](2016 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:43, 02:55](2039 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [05:41, 03:08](2044 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [04:43, 02:08](2401 MB) +PASS -- TEST 'control_restart_p8_intel' [03:41, 01:44](1277 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:39, 02:56](2011 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [07:41, 01:43](1280 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:34, 03:02](2006 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:34, 03:22](2037 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:35, 05:15](2024 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:46, 04:13](2076 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:43, 03:12](2024 MB) +PASS -- TEST 'merra2_thompson_intel' [05:43, 03:34](2019 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [08:32, 05:17](2010 MB) +PASS -- TEST 'regional_control_intel' [08:33, 05:22](1222 MB) +PASS -- TEST 'regional_restart_intel' [05:35, 02:52](1239 MB) +PASS -- TEST 'regional_decomp_intel' [08:32, 05:38](1215 MB) +PASS -- TEST 'regional_2threads_intel' [07:31, 04:00](1081 MB) +PASS -- TEST 'regional_noquilt_intel' [07:34, 05:21](1508 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:33, 05:20](1212 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:32, 05:21](1224 MB) +PASS -- TEST 'regional_wofs_intel' [08:31, 06:48](2046 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [11:11, 09:33] ( 1 warnings 482 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [06:47, 04:12](2051 MB) + +PASS -- COMPILE 'rrfs_intel' [10:11, 09:02] ( 4 warnings 449 remarks ) +PASS -- TEST 'rap_control_intel' [06:37, 04:10](1183 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [10:58, 04:11](1321 MB) +PASS -- TEST 'rap_decomp_intel' [10:31, 04:18](1166 MB) +PASS -- TEST 'rap_2threads_intel' [10:31, 04:40](1189 MB) +PASS -- TEST 'rap_restart_intel' [04:36, 02:16](1178 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:34, 04:08](1181 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:30, 04:20](1174 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [04:35, 02:15](1183 MB) +PASS -- TEST 'hrrr_control_intel' [07:35, 03:57](1173 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:29, 04:06](1161 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [08:31, 04:22](1183 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:21, 02:09](1117 MB) +PASS -- TEST 'rrfs_v1beta_intel' [10:34, 07:37](1213 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [12:20, 09:21](2117 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:21, 09:16](2191 MB) + +PASS -- COMPILE 'csawmg_intel' [10:11, 08:30] ( 1 warnings 418 remarks ) +PASS -- TEST 'control_csawmg_intel' [09:35, 06:18](1157 MB) +PASS -- TEST 'control_ras_intel' [05:20, 03:20](863 MB) PASS -- COMPILE 'wam_intel' [10:11, 08:27] ( 1 warnings 396 remarks ) -PASS -- TEST 'control_wam_intel' [13:40, 11:26](1789 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:11, 08:58] ( 1 warnings 412 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:41, 02:48](2023 MB) -PASS -- TEST 'regional_control_faster_intel' [08:31, 04:48](1224 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 04:14] ( 903 warnings 590 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:23, 02:10](1746 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:24, 02:14](1765 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:20, 03:02](965 MB) -PASS -- TEST 'control_lndp_debug_intel' [06:19, 02:42](953 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:32, 04:16](1280 MB) -PASS -- TEST 'control_ras_debug_intel' [06:19, 02:45](964 MB) -PASS -- TEST 'control_diag_debug_intel' [06:30, 02:40](1825 MB) -PASS -- TEST 'control_debug_p8_intel' [06:36, 02:39](2042 MB) -PASS -- TEST 'regional_debug_intel' [20:34, 17:17](1237 MB) -PASS -- TEST 'rap_control_debug_intel' [08:22, 04:51](1339 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:20, 04:42](1344 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:19, 04:43](1333 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:20, 04:52](1338 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:19, 04:55](1342 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:32, 05:03](1434 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:20, 05:12](1339 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:19, 05:01](1351 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:20, 04:52](1343 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:20, 04:54](1341 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:20, 04:52](1336 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:19, 04:51](1342 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:20, 08:01](1335 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:20, 04:56](1345 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:20, 04:55](1342 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:32, 08:27](1353 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:11, 02:53] ( 860 warnings 396 remarks ) -PASS -- TEST 'control_wam_debug_intel' [18:39, 13:54](1822 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:11, 08:17] ( 4 warnings 416 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [10:01, 03:54](1182 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:29, 03:31](1110 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:28, 03:24](1106 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:28, 03:59](1030 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [10:28, 03:50](1042 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:26, 03:36](1029 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:28, 01:54](1064 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:19, 01:51](1045 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:11, 08:28] ( 4 warnings 393 remarks ) -PASS -- TEST 'conus13km_control_intel' [06:54, 02:58](1465 MB) -PASS -- TEST 'conus13km_2threads_intel' [05:43, 01:18](1294 MB) -PASS -- TEST 'conus13km_decomp_intel' [06:45, 03:00](1490 MB) -PASS -- TEST 'conus13km_restart_intel' [03:40, 01:43](1336 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:11, 08:44] ( 4 warnings 416 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:34, 04:11](1130 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:11, 02:58] ( 794 warnings 422 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:22, 04:56](1212 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [08:21, 04:36](1224 MB) -PASS -- TEST 'conus13km_debug_intel' [25:45, 21:57](1503 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [25:43, 22:39](1196 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [23:39, 19:36](1344 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [24:44, 23:04](1527 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [25:41, 23:04](1555 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 02:59] ( 794 warnings 416 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:23, 04:57](1284 MB) - -PASS -- COMPILE 'hafsw_intel' [16:11, 11:00] ( 1 warnings 696 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:47, 03:44](916 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [09:17, 05:18](1106 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [09:28, 03:35](1169 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:58, 06:10](936 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [31:45, 29:01](958 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:35, 05:14](492 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:39, 05:56](509 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [08:29, 02:32](368 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:07, 06:29](430 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:32, 03:31](528 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:32, 03:21](526 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:38, 03:46](579 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:22, 01:06](399 MB) -PASS -- TEST 'gnv1_nested_intel' [05:58, 03:35](1860 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [09:11, 03:20] ( 1500 warnings 2058 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:35, 12:36](579 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [17:11, 10:30] ( 1 warnings 661 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:35, 14:57](616 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [19:50, 15:12](674 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [17:11, 10:59] ( 1 warnings 929 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:22, 10:34](673 MB) - -PASS -- COMPILE 'hafs_all_intel' [16:11, 10:28] ( 1 warnings 638 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:43, 05:52](932 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:44, 05:55](923 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:56, 16:19](1307 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:11, 06:09] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:19, 02:57](2007 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:20, 01:57](1950 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:17, 02:45](1275 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:18, 02:52](1269 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:18, 02:50](1267 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:17, 03:01](2007 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:17, 03:00](2007 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:18, 02:42](1267 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:17, 07:07](1777 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:18, 06:46](1162 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:15, 02:59](2015 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:19, 04:48](4969 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:17, 04:53](4964 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 02:49] ( 4 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:17, 06:57](1913 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 06:14] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:17, 02:59](2011 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:02] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:38, 00:52](252 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:23, 00:34](308 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:23, 00:25](304 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:11, 01:16] ( 164 remarks ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:39, 00:32](634 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:34, 00:16](511 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:11, 09:17] ( 1 warnings 612 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:53, 03:41](2092 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:11, 09:01] ( 1 warnings 500 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:44, 04:40](2108 MB) - -PASS -- COMPILE 'atml_intel' [11:11, 09:48] ( 9 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [05:44, 03:12](1859 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [11:38, 01:51](1125 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:12, 03:54] ( 908 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:44, 04:49](1882 MB) - -PASS -- COMPILE 'atmw_intel' [11:11, 09:57] ( 1 warnings 521 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:39, 01:56](2030 MB) - -PASS -- COMPILE 'atmaero_intel' [10:11, 08:57] ( 1 warnings 414 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:48, 04:16](2110 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:38, 04:54](1893 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:36, 05:01](1888 MB) - -PASS -- COMPILE 'atmaq_intel' [10:11, 08:25] ( 9 warnings 611 remarks ) -PASS -- TEST 'regional_atmaq_intel' [19:56, 15:00](2925 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [21:32, 18:32](2924 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:59] ( 885 warnings 611 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [42:18, 39:41](2937 MB) - -PASS -- COMPILE 'atm_fbh_intel' [10:10, 08:22] ( 4 warnings 423 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [13:24, 11:34](1184 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [05:11, 03:54] -PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [06:28, 04:08](1118 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [05:11, 03:56] -PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [07:30, 04:40](1125 MB) - -PASS -- COMPILE 'atm_gnu' [06:11, 04:11] -PASS -- TEST 'control_c48_gnu' [11:23, 09:27](1538 MB) -PASS -- TEST 'control_stochy_gnu' [05:18, 02:54](605 MB) -PASS -- TEST 'control_ras_gnu' [10:18, 04:43](614 MB) -PASS -- TEST 'control_p8_gnu' [09:44, 04:26](1544 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [13:41, 04:15](1568 MB) -PASS -- TEST 'control_flake_gnu' [18:24, 05:25](653 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:11, 03:50] -PASS -- TEST 'rap_control_gnu' [18:32, 05:53](945 MB) -PASS -- TEST 'rap_decomp_gnu' [19:28, 05:56](944 MB) -PASS -- TEST 'rap_2threads_gnu' [19:29, 06:53](1022 MB) -PASS -- TEST 'rap_restart_gnu' [12:31, 03:05](678 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [18:29, 05:55](949 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [14:28, 05:56](943 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [11:33, 03:06](685 MB) -PASS -- TEST 'hrrr_control_gnu' [18:29, 05:45](947 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [23:28, 05:39](938 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [24:29, 06:35](1010 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [23:27, 05:43](953 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [10:23, 02:57](689 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [09:21, 03:01](772 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [28:33, 10:51](940 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:11, 03:38] -PASS -- TEST 'control_csawmg_gnu' [25:32, 08:22](853 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 06:46] -PASS -- TEST 'control_diag_debug_gnu' [18:28, 01:34](1378 MB) -PASS -- TEST 'regional_debug_gnu' [24:35, 08:36](885 MB) -PASS -- TEST 'rap_control_debug_gnu' [18:20, 02:32](960 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [19:19, 02:32](968 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [19:19, 02:34](959 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [18:18, 02:28](968 MB) -PASS -- TEST 'rap_diag_debug_gnu' [18:33, 02:43](1048 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [19:20, 04:02](953 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [14:19, 02:34](963 MB) -PASS -- TEST 'control_ras_debug_gnu' [13:18, 01:30](602 MB) -PASS -- TEST 'control_stochy_debug_gnu' [17:18, 01:37](594 MB) -PASS -- TEST 'control_debug_p8_gnu' [16:35, 01:37](1564 MB) -PASS -- TEST 'rap_flake_debug_gnu' [17:21, 02:32](960 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [15:50, 02:31](964 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [15:34, 04:14](976 MB) - -PASS -- COMPILE 'wam_debug_gnu' [04:11, 02:10] -PASS -- TEST 'control_wam_debug_gnu' [16:36, 06:27](1401 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 03:31] -PASS -- TEST 'control_csawmg_debug_gnu' [10:30, 02:17](838 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:55] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [15:32, 05:05](798 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [13:28, 05:00](802 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [13:25, 06:03](852 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [12:25, 05:54](848 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [11:25, 05:07](805 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [04:27, 02:40](650 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:20, 02:45](660 MB) -PASS -- TEST 'conus13km_control_gnu' [11:50, 04:57](1029 MB) -PASS -- TEST 'conus13km_2threads_gnu' [07:40, 02:02](1015 MB) -PASS -- TEST 'conus13km_decomp_gnu' [12:42, 04:55](1034 MB) -PASS -- TEST 'conus13km_restart_gnu' [04:41, 02:41](733 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 09:41] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [11:30, 05:43](828 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 06:44] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [07:21, 02:32](806 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [08:20, 02:26](816 MB) -PASS -- TEST 'conus13km_debug_gnu' [17:41, 10:51](1045 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [18:41, 11:06](771 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [15:37, 09:04](1032 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [17:37, 11:43](1050 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [16:35, 11:01](1115 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 06:39] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [07:20, 02:37](835 MB) - -PASS -- COMPILE 's2swa_gnu' [18:11, 16:31] -PASS -- TEST 'cpld_control_p8_gnu' [16:11, 11:04](1689 MB) - -PASS -- COMPILE 's2s_gnu' [17:11, 15:58] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [13:57, 09:42](1651 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:11, 02:55] -PASS -- TEST 'cpld_debug_p8_gnu' [08:56, 07:02](1685 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [18:11, 16:17] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [21:48, 17:36](1612 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 02:45] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:45, 11:00](1535 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [17:11, 15:36] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [05:17, 03:23](1558 MB) - -PASS -- COMPILE 'atm_mpas_dyn32_gnu' [06:11, 03:19] -PASS -- TEST 'control_gfs_mpas_gnu' [02:26, 00:41](6361 MB) - -PASS -- COMPILE 'pm_ideal_doubly_periodic_intel' [10:11, 08:36] ( 1 warnings 404 remarks ) -PASS -- TEST 'pm_ideal_supercell_intel' [03:33, 01:26](1168 MB) +PASS -- TEST 'control_wam_intel' [14:48, 11:29](1796 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [11:11, 08:49] ( 1 warnings 412 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:45, 02:50](2015 MB) +PASS -- TEST 'regional_control_faster_intel' [07:37, 04:53](1213 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [11:11, 04:31] ( 905 warnings 590 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:24, 02:08](1749 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:24, 02:17](1760 MB) +PASS -- TEST 'control_stochy_debug_intel' [06:19, 03:04](961 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:19, 02:43](957 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:29, 04:11](1270 MB) +PASS -- TEST 'control_ras_debug_intel' [04:19, 02:42](965 MB) +PASS -- TEST 'control_diag_debug_intel' [04:28, 02:42](1813 MB) +PASS -- TEST 'control_debug_p8_intel' [05:36, 02:40](2045 MB) +PASS -- TEST 'regional_debug_intel' [20:35, 18:12](1231 MB) +PASS -- TEST 'rap_control_debug_intel' [07:20, 04:48](1344 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:22, 04:42](1339 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:18, 04:43](1341 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:18, 04:54](1338 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:18, 04:52](1341 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:32, 05:10](1430 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:19, 05:03](1341 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:18, 05:02](1348 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:18, 04:48](1345 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:18, 04:46](1341 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:19, 04:43](1336 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:18, 04:55](1338 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:18, 07:55](1337 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:18, 04:56](1356 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:18, 04:52](1342 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:33, 08:19](1353 MB) + +PASS -- COMPILE 'wam_debug_intel' [09:11, 02:48] ( 862 warnings 396 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:39, 13:33](1803 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:11, 08:35] ( 4 warnings 416 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:57, 03:56](1180 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:30, 03:33](1119 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:29, 03:25](1111 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:31, 04:00](1035 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:25, 03:49](1027 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:24, 03:35](1034 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:28, 01:54](1068 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:19, 01:51](1028 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:11, 08:41] ( 4 warnings 393 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:51, 02:59](1466 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:41, 01:18](1298 MB) +PASS -- TEST 'conus13km_decomp_intel' [05:39, 03:01](1491 MB) +PASS -- TEST 'conus13km_restart_intel' [03:39, 01:45](1335 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [17:10, 08:30] ( 4 warnings 416 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:30, 04:13](1126 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:10, 02:54] ( 795 warnings 422 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:18, 04:45](1222 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:18, 04:46](1225 MB) +PASS -- TEST 'conus13km_debug_intel' [24:41, 22:22](1499 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [24:40, 22:26](1187 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [21:36, 19:35](1343 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [24:39, 22:59](1533 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [24:38, 23:01](1577 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [11:10, 02:52] ( 795 warnings 416 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:20, 05:00](1283 MB) + +PASS -- COMPILE 'hafsw_intel' [19:10, 10:59] ( 1 warnings 696 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:45, 03:43](917 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [08:15, 05:14](1115 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:33, 03:33](1168 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:56, 06:10](941 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [33:44, 28:36](963 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:34, 05:13](498 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:44, 06:00](508 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:28, 02:32](366 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:07, 06:31](430 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:32, 03:29](523 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:32, 03:20](526 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:33, 03:52](577 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:21, 01:06](400 MB) +PASS -- TEST 'gnv1_nested_intel' [05:56, 03:39](1858 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [11:10, 03:22] ( 1502 warnings 2058 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:34, 12:38](576 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [17:10, 10:47] ( 1 warnings 661 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:36, 15:13](742 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:37, 14:56](674 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [16:10, 10:49] ( 1 warnings 929 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [13:09, 10:39](674 MB) + +PASS -- COMPILE 'hafs_all_intel' [15:11, 11:14] ( 1 warnings 638 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:40, 05:50](934 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:40, 05:56](921 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:50, 17:32](1335 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:10, 06:24] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:18, 03:03](2008 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:19, 02:00](1954 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:16, 02:46](1274 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:17, 02:53](1263 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:16, 02:49](1269 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:16, 02:55](2010 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:16, 02:59](2008 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:16, 02:48](1277 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:04, 07:15](1781 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:11, 07:02](1156 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:15, 03:08](2005 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:18, 05:07](4966 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:17, 04:46](4969 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 02:43] ( 4 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:17, 06:52](1914 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 06:03] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:17, 03:01](2010 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:04] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:26, 01:00](250 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:22, 00:39](307 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:23, 00:23](303 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:10, 01:12] ( 164 remarks ) +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:33, 00:33](633 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:32, 00:17](505 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:11, 09:30] ( 1 warnings 612 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:50, 03:39](2091 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:11, 08:50] ( 1 warnings 500 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:41, 04:44](2099 MB) + +PASS -- COMPILE 'atml_intel' [11:11, 09:36] ( 9 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [05:39, 03:14](1856 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:34, 01:50](1131 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:11, 03:51] ( 910 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:41, 04:44](1869 MB) + +PASS -- COMPILE 'atmw_intel' [12:11, 10:24] ( 1 warnings 521 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:38, 01:56](2032 MB) + +PASS -- COMPILE 'atmaero_intel' [10:11, 08:52] ( 1 warnings 414 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:45, 04:14](2112 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:35, 04:53](1894 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:36, 04:59](1884 MB) + +PASS -- COMPILE 'atmaq_intel' [10:11, 08:35] ( 9 warnings 611 remarks ) +PASS -- TEST 'regional_atmaq_intel' [18:40, 15:12](2924 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [21:16, 18:36](2927 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:11, 02:55] ( 887 warnings 611 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [43:15, 40:18](2931 MB) + +PASS -- COMPILE 'atm_fbh_intel' [10:11, 08:18] ( 4 warnings 423 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [13:24, 11:37](1189 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [07:11, 04:08] +PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [05:29, 04:07](1120 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [08:11, 03:59] +PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [06:29, 04:39](1129 MB) + +PASS -- COMPILE 'atm_gnu' [06:11, 04:09] +PASS -- TEST 'control_c48_gnu' [11:24, 09:27](1537 MB) +PASS -- TEST 'control_stochy_gnu' [04:17, 02:49](604 MB) +PASS -- TEST 'control_ras_gnu' [06:17, 04:43](611 MB) +PASS -- TEST 'control_p8_gnu' [06:43, 04:21](1541 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [06:38, 04:15](1551 MB) +PASS -- TEST 'control_flake_gnu' [07:21, 05:26](650 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:11, 03:52] +PASS -- TEST 'rap_control_gnu' [08:33, 05:54](944 MB) +PASS -- TEST 'rap_decomp_gnu' [08:32, 05:58](948 MB) +PASS -- TEST 'rap_2threads_gnu' [09:31, 06:56](1019 MB) +PASS -- TEST 'rap_restart_gnu' [04:32, 03:05](678 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [08:32, 05:54](950 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:32, 05:59](948 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [04:34, 03:05](683 MB) +PASS -- TEST 'hrrr_control_gnu' [07:30, 05:46](953 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [07:27, 05:41](941 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [09:29, 06:35](1011 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [07:30, 05:48](954 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [04:20, 03:01](685 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:20, 02:59](771 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [13:32, 10:59](939 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:11, 03:43] +PASS -- TEST 'control_csawmg_gnu' [10:31, 08:27](852 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 06:40] +PASS -- TEST 'control_diag_debug_gnu' [03:27, 01:33](1379 MB) +PASS -- TEST 'regional_debug_gnu' [10:33, 08:21](874 MB) +PASS -- TEST 'rap_control_debug_gnu' [04:19, 02:30](959 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:19, 02:27](966 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:19, 02:35](969 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [04:19, 02:34](973 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:29, 02:43](1045 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:19, 03:59](954 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:19, 02:31](961 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:19, 01:28](600 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:18, 01:37](597 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:35, 01:43](1546 MB) +PASS -- TEST 'rap_flake_debug_gnu' [04:18, 02:30](963 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:18, 02:33](964 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:32, 04:16](977 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:11, 02:08] +PASS -- TEST 'control_wam_debug_gnu' [08:39, 06:34](1401 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 03:28] +PASS -- TEST 'control_csawmg_debug_gnu' [04:33, 02:23](836 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:45] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [06:28, 05:04](798 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:29, 05:01](804 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:28, 06:07](852 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [07:27, 05:54](847 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:25, 05:08](804 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [04:25, 02:40](647 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:19, 02:39](658 MB) +PASS -- TEST 'conus13km_control_gnu' [06:50, 04:53](1023 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:40, 02:05](1017 MB) +PASS -- TEST 'conus13km_decomp_gnu' [06:42, 04:53](1030 MB) +PASS -- TEST 'conus13km_restart_gnu' [04:39, 02:43](733 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 09:43] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:31, 05:42](827 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:10, 07:01] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:19, 02:31](804 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:18, 02:26](818 MB) +PASS -- TEST 'conus13km_debug_gnu' [12:39, 10:50](1045 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [12:39, 11:01](772 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [10:38, 08:57](1034 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [13:37, 11:11](1048 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [13:36, 11:12](1116 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:10, 06:50] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:18, 02:40](835 MB) + +PASS -- COMPILE 's2swa_gnu' [18:10, 16:39] +PASS -- TEST 'cpld_control_p8_gnu' [13:08, 11:04](1701 MB) + +PASS -- COMPILE 's2s_gnu' [18:10, 16:17] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [11:55, 09:51](1651 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [05:10, 03:03] +PASS -- TEST 'cpld_debug_p8_gnu' [09:02, 06:59](1687 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [17:10, 15:59] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [19:54, 17:43](1598 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:10, 02:43] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:48, 10:58](1546 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [17:11, 15:57] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [05:16, 03:17](1557 MB) + +PASS -- COMPILE 'atm_mpas_dyn32_gnu' [05:10, 03:29] +PASS -- TEST 'control_gfs_mpas_gnu' [02:26, 00:51](6354 MB) + +PASS -- COMPILE 'pm_ideal_doubly_periodic_intel' [10:10, 08:45] ( 1 warnings 404 remarks ) +PASS -- TEST 'pm_ideal_supercell_intel' [03:30, 01:27](1171 MB) SYNOPSIS: -Starting Date/Time: 20251008 17:16:12 -Ending Date/Time: 20251008 19:27:24 -Total Time: 02h:11m:43s +Starting Date/Time: 20251014 22:45:16 +Ending Date/Time: 20251015 00:48:24 +Total Time: 02h:03m:45s Compiles Completed: 65/65 Tests Completed: 278/278 From 76af4a722f505fec8ef7743f0e7cfb882d31cb1d Mon Sep 17 00:00:00 2001 From: FernandoAndrade-NOAA Date: Wed, 15 Oct 2025 14:49:38 +0000 Subject: [PATCH 20/26] add ursa RT log passed --- tests/logs/RegressionTests_ursa.log | 867 ++++++++++++++-------------- 1 file changed, 434 insertions(+), 433 deletions(-) diff --git a/tests/logs/RegressionTests_ursa.log b/tests/logs/RegressionTests_ursa.log index 033bb47d1d..ae578563c3 100644 --- a/tests/logs/RegressionTests_ursa.log +++ b/tests/logs/RegressionTests_ursa.log @@ -1,7 +1,7 @@ ====START OF URSA REGRESSION TESTING LOG==== UFSWM hash used in testing: -e7ee38e2ee0da4df70f916c952bfa1303e5ae94d +b94271cbbca08d5e8d5b7283b048369f0b5b1f84 Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) @@ -9,27 +9,27 @@ Submodule hashes used in testing: 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) 90ed2522ba8dd04d75237a77aae6b49e7acca523 CICE-interface/CICE (CICE6.0.0-432-g90ed252) 6a5c51e9e6c643da0760a315e452755661d7d745 CICE-interface/CICE/icepack (Icepack1.1.0-220-g6a5c51e) - 61b5a22ff810a647587c3e697b48a15c016f27d7 CMEPS-interface/CMEPS (cmeps_v0.4.1-2322-g61b5a22) + 374373588e22cd86f1b8eb670d489c2967a6b40a CMEPS-interface/CMEPS (cmeps_v0.4.1-2324-g3743735) 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) - 3970dbded4e2cc361ee8b973c204fa99f280d66e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10715-g3970dbded) + fe9e7bfdc8792ff875e332914871ac16dee09120 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10722-gfe9e7bfdc) 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 2a55e4d56a772c2b61d14a33993e6bdb993cbd8c NOAHMP-interface/noahmp (v3.7.1-457-g2a55e4d) -+642a7b321072ef22a2b6d621a3762777762ebec8 UFSATM (heads/sync_NCAR_main_2025_09_04) + a0363fd82ba2c4a44b3e80904f550868b321024c NOAHMP-interface/noahmp (v3.7.1-466-ga0363fd) + 88550126f2ec883d45fb9280423ce6d0991889fa UFSATM (remotes/origin/sync_NCAR_main_2025_09_04) 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) -+d1ae92fc4ceda95646f8100242fad14ea58784b2 UFSATM/ccpp/physics (EP4-1902-gd1ae92fc) + 886a74402c97928fc4308b8438f33f6cd3b97321 UFSATM/ccpp/physics (EP4-2007-g886a7440) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 0579acce28c95913a2f6d773fd8207172390159a UFSATM/fv3/atmos_cubed_sphere (201912_public_release-423-g0579acc) - 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/feature/mpas-in-ufs) + 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) + 7e24e739182281717607b341a1c2ffdba473616f UFSATM/fv3/atmos_cubed_sphere (201912_public_release-424-g7e24e73) + 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/develop-226-g38d2177a) 8f6caa9d04f1caf2ca8ce1b362aedcebf9b14c8c UFSATM/upp (upp_v10.2.0-297-g8f6caa9d) -179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd - 2a9663769a97c351ffdff4648e35f9f5b9319fd8 WW3 (6.07.1-470-g2a966376) + 91c20381ffe0357001a6626b3af1d37354b77cc8 WW3 (6.07.1-471-g91c20381) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) 97b24f8e40f1de0980388c8326c48b442e5a5e61 stochastic_physics (ufs-v2.0.0-282-g97b24f8) @@ -40,441 +40,442 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /scratch4/NAGAPE/epic/role-epic/UFS-WM_RT/NEMSfv3gfs/develop-20250908 -COMPARISON DIRECTORY: /scratch3/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_3825864 +BASELINE DIRECTORY: /scratch4/NAGAPE/epic/role-epic/UFS-WM_RT/NEMSfv3gfs/develop-20251014 +COMPARISON DIRECTORY: /scratch4/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1772755 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: gmtb -* (-l) - USE CONFIG FILE: rt.conf -* (-k) - KEEP RUN DIRECTORY +* (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [10:11, 08:46] ( 9 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:46, 06:42](2188 MB) -PASS -- TEST 'cpld_control_gefs_intel' [28:56, 20:52](3265 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [14:01, 05:54](2945 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [41:01, 32:33](3441 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:11, 12:33] ( 9 warnings 1041 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [14:41, 11:53](2056 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:56, 13:10](2591 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [07:52, 05:13](1479 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [07:59, 05:59](2335 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:40, 20:25](1995 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [13:11, 12:01] ( 9 warnings 1041 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [15:31, 12:37](1998 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 03:40] ( 1565 warnings 2932 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [15:40, 13:15](2083 MB) - -PASS -- COMPILE 's2swa_intel' [11:11, 09:39] ( 9 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [10:50, 07:39](2479 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:58, 07:12](2519 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:55, 03:47](2309 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:53, 07:00](2377 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:49, 03:53](2008 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [18:45, 15:52](3046 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:53, 07:06](2495 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [14:46, 11:39](2317 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:55, 07:10](2488 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [22:52, 19:25](3588 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [16:01, 12:22](3482 MB) - -PASS -- COMPILE 's2swal_intel' [10:11, 08:27] ( 9 warnings 1064 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [09:52, 07:28](2499 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [05:53, 03:55](2303 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:47, 05:32](3115 MB) - -PASS -- COMPILE 's2sw_intel' [10:11, 09:00] ( 9 warnings 1011 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:40, 06:33](2077 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:48, 04:50](2982 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:11, 03:28] ( 1455 warnings 2182 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:48, 09:01](2410 MB) - -PASS -- COMPILE 's2sw_debug_intel' [04:11, 03:00] ( 1455 warnings 2164 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:38, 04:37](2091 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [08:11, 06:16] ( 9 warnings 947 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:45, 03:23](2165 MB) - -PASS -- COMPILE 's2swa_faster_intel' [12:11, 09:27] ( 9 warnings 1029 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [08:50, 06:36](2498 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:12, 12:43] ( 9 warnings 1034 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [12:56, 10:54](2168 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:55, 05:23](1676 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:41, 15:12](2098 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [06:30, 04:25](3032 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:31, 01:29](3021 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:29, 00:54](2462 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [02:27, 00:53](2209 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:26, 00:33](2210 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [03:25, 00:27](1534 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [02:27, 00:51](2212 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:27, 00:33](2209 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [03:25, 00:28](1533 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [03:26, 01:47](2139 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:25, 00:27](2138 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:25, 00:24](1489 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 02:53] ( 1565 warnings 2914 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [21:45, 19:22](2185 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [09:12, 06:22] ( 502 remarks ) -PASS -- TEST 'control_flake_intel' [04:21, 02:32](1351 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [09:20, 07:01](2239 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:21, 01:45](2214 MB) -PASS -- TEST 'control_latlon_intel' [04:19, 01:42](2245 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:22, 01:52](2215 MB) -PASS -- TEST 'control_c48_intel' [07:23, 04:42](1667 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:22, 04:22](806 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [07:23, 04:50](1661 MB) -PASS -- TEST 'control_c192_intel' [07:31, 04:57](1829 MB) -PASS -- TEST 'control_c384_intel' [09:23, 05:45](2134 MB) -PASS -- TEST 'control_c384gdas_intel' [09:49, 06:12](1855 MB) -PASS -- TEST 'control_stochy_intel' [03:18, 01:24](1307 MB) -PASS -- TEST 'control_stochy_restart_intel' [08:18, 05:28](1211 MB) -PASS -- TEST 'control_lndp_intel' [03:17, 01:08](1315 MB) -PASS -- TEST 'control_iovr4_intel' [03:21, 01:51](1293 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:29, 02:12](1594 MB) -PASS -- TEST 'control_iovr5_intel' [10:23, 08:10](1321 MB) -PASS -- TEST 'control_p8_intel' [04:35, 02:05](2523 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:36, 02:13](2524 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:33, 02:09](2536 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:39, 02:34](2545 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:38, 02:23](2556 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [12:37, 10:23](2401 MB) -PASS -- TEST 'control_restart_p8_intel' [03:37, 01:16](1813 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:31, 02:22](2507 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:29, 01:16](1850 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:44, 02:48](2504 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:05, 01:45](2021 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:07, 03:37](2524 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:07, 02:53](2576 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:49, 02:14](2521 MB) -PASS -- TEST 'merra2_thompson_intel' [04:33, 02:30](2535 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [05:24, 03:40](2550 MB) -PASS -- TEST 'regional_control_intel' [05:26, 03:33](1723 MB) -PASS -- TEST 'regional_restart_intel' [03:26, 02:01](1697 MB) -PASS -- TEST 'regional_decomp_intel' [06:29, 03:45](1711 MB) -PASS -- TEST 'regional_2threads_intel' [04:26, 02:09](1569 MB) -PASS -- TEST 'regional_noquilt_intel' [05:25, 03:38](1991 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:27, 03:33](1725 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:25, 03:46](1716 MB) -PASS -- TEST 'regional_wofs_intel' [07:25, 05:13](2649 MB) - -PASS -- COMPILE 'rrfs_intel' [08:12, 05:38] ( 3 warnings 447 remarks ) -PASS -- TEST 'rap_control_intel' [04:29, 02:48](1808 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:45, 02:47](1635 MB) -PASS -- TEST 'rap_decomp_intel' [04:23, 02:52](1730 MB) -PASS -- TEST 'rap_2threads_intel' [04:26, 02:16](1184 MB) -PASS -- TEST 'rap_restart_intel' [03:30, 01:31](1750 MB) -PASS -- TEST 'rap_sfcdiff_intel' [04:32, 02:48](1769 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:24, 02:52](1729 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:31, 01:31](1758 MB) -PASS -- TEST 'hrrr_control_intel' [04:29, 02:42](1758 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:22, 02:45](1693 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:22, 02:10](1175 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:20, 01:28](1700 MB) -PASS -- TEST 'rrfs_v1beta_intel' [06:34, 04:59](1933 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:28, 06:30](2660 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:28, 06:13](2916 MB) - -PASS -- COMPILE 'csawmg_intel' [08:12, 05:21] ( 416 remarks ) -PASS -- TEST 'control_csawmg_intel' [16:27, 14:10](1973 MB) -PASS -- TEST 'control_ras_intel' [04:16, 02:18](1601 MB) - -PASS -- COMPILE 'wam_intel' [07:12, 05:14] ( 394 remarks ) -PASS -- TEST 'control_wam_intel' [09:38, 08:00](2426 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [07:12, 05:27] ( 410 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:39, 02:05](2526 MB) -PASS -- TEST 'regional_control_faster_intel' [05:30, 03:25](1727 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 03:27] ( 904 warnings 588 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:26, 01:37](2231 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:21, 01:40](2251 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:17, 02:26](1487 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:17, 01:58](1475 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:30, 03:06](1800 MB) -PASS -- TEST 'control_ras_debug_intel' [03:19, 02:01](1489 MB) -PASS -- TEST 'control_diag_debug_intel' [03:26, 01:58](2331 MB) -PASS -- TEST 'control_debug_p8_intel' [03:26, 02:07](2562 MB) -PASS -- TEST 'regional_debug_intel' [13:27, 11:48](1632 MB) -PASS -- TEST 'rap_control_debug_intel' [05:19, 03:35](1878 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:24, 03:39](1871 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:21, 03:39](1867 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:18, 03:40](1871 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:28, 04:57](1887 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:34, 03:46](1959 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [11:17, 09:54](1879 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:18, 03:38](1861 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:18, 03:36](1875 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:20, 03:33](1882 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:19, 03:38](1877 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:18, 03:34](1875 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:18, 05:57](1882 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:19, 03:32](1873 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:18, 03:33](1872 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:28, 06:03](1882 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:10, 02:04] ( 861 warnings 394 remarks ) -PASS -- TEST 'control_wam_debug_intel' [11:39, 09:08](2316 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:11, 05:23] ( 3 warnings 414 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:03, 02:39](1480 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:35, 02:25](1730 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:22, 02:19](1712 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [03:25, 01:56](1073 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:24, 01:50](1052 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:23, 02:24](1644 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:23, 01:18](1658 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:18, 01:16](1616 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [08:11, 05:41] ( 3 warnings 391 remarks ) -PASS -- TEST 'conus13km_control_intel' [15:42, 13:12](1799 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:29, 00:47](1803 MB) -PASS -- TEST 'conus13km_decomp_intel' [03:29, 01:55](1804 MB) -PASS -- TEST 'conus13km_restart_intel' [03:37, 01:06](1555 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:11, 05:28] ( 3 warnings 414 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:28, 02:53](1819 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 02:14] ( 794 warnings 420 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:17, 03:24](1753 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:17, 03:23](1745 MB) -PASS -- TEST 'conus13km_debug_intel' [17:37, 15:28](1838 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:40, 14:46](1460 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:36, 08:15](1831 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [15:34, 14:09](1858 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:35, 14:23](1916 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 02:11] ( 794 warnings 414 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:18, 03:31](1874 MB) - -PASS -- COMPILE 'hafsw_intel' [11:11, 08:26] ( 694 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [05:46, 03:45](1200 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [05:58, 04:01](1385 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:22, 02:27](1457 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [06:49, 04:44](1328 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [33:47, 31:51](1364 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [22:56, 20:59](1364 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:38, 03:24](821 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [06:45, 04:26](812 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:26, 01:48](530 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:03, 04:38](617 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [08:35, 02:24](752 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:32, 02:13](759 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:37, 02:48](806 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:26, 00:50](521 MB) -PASS -- TEST 'gnv1_nested_intel' [07:55, 02:47](1715 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:10, 02:27] ( 1501 warnings 2056 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:35, 08:15](702 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [10:11, 08:18] ( 659 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [31:39, 27:08](900 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [32:41, 27:04](1069 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [10:11, 08:12] ( 9 warnings 927 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [22:05, 18:07](1104 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:11, 08:06] ( 636 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:45, 04:27](1305 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:43, 04:29](1273 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [15:19, 11:34](1817 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:17, 04:37] ( 9 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:16, 02:02](1938 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:16, 01:15](1885 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:20, 01:53](1202 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:21, 01:46](1198 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:19, 01:48](1195 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:20, 01:51](1946 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:16, 01:53](1929 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:16, 01:45](1199 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:56, 05:29](1841 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:57, 05:29](1368 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:14, 01:59](1943 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [16:16, 14:11](4790 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [18:17, 15:28](4791 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:27] ( 13 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [14:16, 11:20](1854 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:14, 04:15] ( 9 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:23, 02:03](1939 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 00:42] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:25, 00:43](364 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:22, 00:32](619 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:19, 00:23](622 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:19, 06:04] ( 610 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:45, 02:40](2828 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:18, 05:42] ( 498 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:38, 03:31](2858 MB) - -PASS -- COMPILE 'atml_intel' [08:19, 06:35] ( 8 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [05:33, 02:29](1929 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:28, 01:28](1249 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:14, 03:13] ( 909 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:34, 03:33](1949 MB) - -PASS -- COMPILE 'atmw_intel' [09:12, 07:44] ( 519 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [07:33, 05:09](2716 MB) - -PASS -- COMPILE 'atmaero_intel' [07:11, 05:43] ( 412 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:38, 03:09](1999 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:41, 03:15](2400 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [17:34, 14:38](2438 MB) - -PASS -- COMPILE 'atmaq_intel' [07:11, 05:34] ( 8 warnings 609 remarks ) -PASS -- TEST 'regional_atmaq_intel' [14:35, 11:02](2876 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [16:22, 13:03](2876 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:13] ( 886 warnings 609 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [30:10, 26:54](2888 MB) - -PASS -- COMPILE 'atm_fbh_intel' [07:11, 05:37] ( 3 warnings 421 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [09:22, 07:19](1135 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [14:14, 12:47] -PASS -- TEST 'cpld_control_gfsv17_intelllvm' [14:52, 11:54](2065 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [05:11, 03:50] -PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [15:42, 13:13](2082 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intelllvm' [14:14, 12:41] -PASS -- TEST 'cpld_control_sfs_intelllvm' [14:33, 12:35](1995 MB) - -PASS -- COMPILE 's2swa_intelllvm' [10:15, 08:40] -PASS -- TEST 'cpld_control_p8_intelllvm' [10:55, 07:33](2542 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [07:13, 05:19] -PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [04:28, 02:22](1752 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [07:13, 05:19] -PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [14:32, 10:30](1991 MB) - -PASS -- COMPILE 'hafsw_intelllvm' [09:11, 07:47] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [05:39, 02:45](808 MB) +PASS -- COMPILE 's2swa_32bit_intel' [10:11, 08:16] ( 1 warnings 1045 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:49, 06:40](2183 MB) +PASS -- TEST 'cpld_control_gefs_intel' [37:05, 21:47](3251 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [18:37, 06:09](2944 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [43:54, 32:43](3473 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:11, 12:40] ( 1 warnings 1043 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [17:45, 11:52](2070 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:49, 13:14](2588 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [07:52, 05:18](1498 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [08:06, 06:03](2367 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [25:42, 20:20](1992 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:11, 13:04] ( 1 warnings 1043 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:36, 12:39](2010 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 03:20] ( 1557 warnings 2934 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [16:50, 13:18](2100 MB) + +PASS -- COMPILE 's2swa_intel' [10:11, 08:32] ( 1 warnings 1045 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [10:52, 07:31](2459 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:56, 07:02](2497 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:54, 03:53](2289 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:48, 06:58](2387 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:56, 03:49](2001 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [18:49, 15:35](3007 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:48, 06:56](2452 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [14:49, 11:46](2303 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:53, 06:59](2504 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [28:38, 19:09](3611 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [16:04, 12:54](3499 MB) + +PASS -- COMPILE 's2swal_intel' [10:11, 08:15] ( 1 warnings 1066 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [09:55, 07:27](2502 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [08:02, 03:58](2296 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:50, 05:35](3098 MB) + +PASS -- COMPILE 's2sw_intel' [09:11, 07:55] ( 1 warnings 1013 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:38, 06:41](2104 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:48, 04:55](2988 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:11, 03:29] ( 1447 warnings 2184 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [11:58, 08:59](2383 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:11, 03:13] ( 1447 warnings 2166 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:48, 04:36](2107 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [08:11, 06:41] ( 1 warnings 949 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:40, 03:24](2168 MB) + +PASS -- COMPILE 's2swa_faster_intel' [11:10, 09:23] ( 1 warnings 1031 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:54, 06:40](2470 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [13:10, 11:48] ( 1 warnings 1036 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [13:41, 11:01](2166 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:51, 05:26](1669 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:41, 15:36](2107 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [06:30, 04:22](3030 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:33, 01:28](3019 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:29, 00:52](2471 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [02:27, 00:50](2212 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:29, 00:33](2212 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:26, 00:26](1534 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [02:29, 00:53](2210 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:29, 00:32](2212 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:26, 00:26](1532 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:27, 00:34](2137 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:26, 00:29](2138 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:26, 00:23](1488 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:10, 03:07] ( 1557 warnings 2916 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [22:39, 19:17](2189 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [08:10, 06:20] ( 1 warnings 502 remarks ) +PASS -- TEST 'control_flake_intel' [06:19, 02:30](1348 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [06:20, 01:51](2213 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:22, 01:45](2243 MB) +PASS -- TEST 'control_latlon_intel' [05:20, 01:43](2230 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:21, 01:44](2241 MB) +PASS -- TEST 'control_c48_intel' [07:18, 04:40](1672 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:19, 04:25](805 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [07:18, 04:52](1673 MB) +PASS -- TEST 'control_c192_intel' [08:31, 05:09](1821 MB) +PASS -- TEST 'control_c384_intel' [09:09, 05:46](2098 MB) +PASS -- TEST 'control_c384gdas_intel' [10:55, 06:15](1951 MB) +PASS -- TEST 'control_stochy_intel' [03:16, 01:12](1307 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:17, 00:57](1207 MB) +PASS -- TEST 'control_lndp_intel' [03:16, 01:26](1308 MB) +PASS -- TEST 'control_iovr4_intel' [03:17, 01:46](1307 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:27, 02:11](1604 MB) +PASS -- TEST 'control_iovr5_intel' [03:17, 01:44](1302 MB) +PASS -- TEST 'control_p8_intel' [04:37, 02:08](2517 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:41, 02:17](2520 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:34, 02:06](2526 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [03:35, 02:06](2554 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:38, 02:11](2555 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [12:38, 10:11](2393 MB) +PASS -- TEST 'control_restart_p8_intel' [03:34, 01:24](1845 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:34, 02:06](2502 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:31, 01:17](1861 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:33, 02:12](2498 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:32, 01:46](2023 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:30, 03:41](2528 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:34, 02:50](2590 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:36, 02:16](2516 MB) +PASS -- TEST 'merra2_thompson_intel' [04:34, 02:30](2525 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [05:24, 03:42](2541 MB) +PASS -- TEST 'regional_control_intel' [05:29, 03:37](1723 MB) +PASS -- TEST 'regional_restart_intel' [03:26, 02:02](1695 MB) +PASS -- TEST 'regional_decomp_intel' [05:28, 03:45](1711 MB) +PASS -- TEST 'regional_2threads_intel' [04:27, 02:10](1566 MB) +PASS -- TEST 'regional_noquilt_intel' [05:27, 03:36](1997 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:27, 03:35](1720 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:26, 03:33](1725 MB) +PASS -- TEST 'regional_wofs_intel' [06:26, 04:26](2631 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [08:10, 06:20] ( 1 warnings 482 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [04:34, 02:44](2556 MB) + +PASS -- COMPILE 'rrfs_intel' [07:10, 05:41] ( 4 warnings 449 remarks ) +PASS -- TEST 'rap_control_intel' [04:26, 02:47](1773 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:46, 02:48](1600 MB) +PASS -- TEST 'rap_decomp_intel' [04:23, 02:52](1712 MB) +PASS -- TEST 'rap_2threads_intel' [04:23, 02:17](1184 MB) +PASS -- TEST 'rap_restart_intel' [03:25, 01:30](1747 MB) +PASS -- TEST 'rap_sfcdiff_intel' [04:28, 02:48](1792 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:23, 02:51](1729 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:27, 01:30](1750 MB) +PASS -- TEST 'hrrr_control_intel' [04:25, 02:40](1774 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:22, 02:43](1691 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:22, 02:11](1172 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:20, 01:27](1708 MB) +PASS -- TEST 'rrfs_v1beta_intel' [06:30, 04:58](1930 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:18, 06:26](2665 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:18, 06:11](2925 MB) + +PASS -- COMPILE 'csawmg_intel' [07:10, 05:50] ( 1 warnings 418 remarks ) +PASS -- TEST 'control_csawmg_intel' [06:26, 04:24](1768 MB) +PASS -- TEST 'control_ras_intel' [04:16, 02:17](1589 MB) + +PASS -- COMPILE 'wam_intel' [07:10, 05:13] ( 1 warnings 396 remarks ) +PASS -- TEST 'control_wam_intel' [09:36, 08:07](2430 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [07:10, 05:52] ( 1 warnings 412 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:34, 02:06](2525 MB) +PASS -- TEST 'regional_control_faster_intel' [05:27, 03:22](1722 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 03:21] ( 905 warnings 590 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:19, 01:38](2245 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:19, 01:41](2256 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:16, 02:12](1483 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:16, 01:58](1483 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:27, 03:08](1796 MB) +PASS -- TEST 'control_ras_debug_intel' [03:16, 02:01](1487 MB) +PASS -- TEST 'control_diag_debug_intel' [04:23, 02:01](2325 MB) +PASS -- TEST 'control_debug_p8_intel' [03:32, 02:02](2545 MB) +PASS -- TEST 'regional_debug_intel' [13:28, 11:56](1638 MB) +PASS -- TEST 'rap_control_debug_intel' [05:18, 03:35](1881 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:17, 03:28](1878 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:17, 03:33](1875 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:17, 03:34](1870 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:16, 03:36](1884 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:23, 03:46](1956 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:17, 03:38](1868 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:18, 03:42](1865 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:17, 03:36](1879 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:17, 03:36](1889 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:17, 03:30](1874 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:17, 03:35](1880 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:17, 05:41](1875 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:18, 03:33](1875 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:18, 03:38](1866 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:27, 06:07](1884 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:10, 02:12] ( 862 warnings 396 remarks ) +PASS -- TEST 'control_wam_debug_intel' [11:33, 09:22](2297 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:10, 05:33] ( 4 warnings 416 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:47, 02:39](1482 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:23, 02:22](1713 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:22, 02:19](1703 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [03:25, 01:56](1078 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:24, 01:52](1056 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:23, 02:21](1651 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:25, 01:18](1655 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:19, 01:15](1638 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [08:10, 05:44] ( 4 warnings 393 remarks ) +PASS -- TEST 'conus13km_control_intel' [14:49, 13:00](1773 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:33, 00:50](1814 MB) +PASS -- TEST 'conus13km_decomp_intel' [03:35, 01:59](1832 MB) +PASS -- TEST 'conus13km_restart_intel' [03:40, 01:08](1572 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:10, 05:32] ( 4 warnings 416 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:27, 02:53](1814 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:05] ( 795 warnings 422 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:17, 03:25](1756 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:17, 03:22](1754 MB) +PASS -- TEST 'conus13km_debug_intel' [16:38, 14:29](1846 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:36, 14:56](1457 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:36, 08:18](1826 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [16:36, 14:57](1868 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:33, 15:02](1902 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:09] ( 795 warnings 416 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:18, 03:26](1862 MB) + +PASS -- COMPILE 'hafsw_intel' [10:10, 07:49] ( 1 warnings 696 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [04:34, 02:37](1203 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [05:52, 03:58](1401 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:23, 02:30](1455 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [06:41, 04:17](1311 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [33:36, 31:27](1375 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [25:44, 23:12](1391 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:29, 03:14](793 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [05:34, 03:57](810 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:28, 01:33](536 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [06:56, 04:23](613 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:26, 02:17](756 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:27, 02:07](763 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:35, 02:36](821 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:18, 00:49](521 MB) +PASS -- TEST 'gnv1_nested_intel' [04:46, 02:30](1728 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:10, 02:30] ( 1502 warnings 2058 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [10:28, 08:14](706 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [09:10, 07:55] ( 1 warnings 661 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [28:34, 26:29](901 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [28:36, 25:44](1067 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [09:10, 07:49] ( 1 warnings 929 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [23:05, 19:26](1127 MB) + +PASS -- COMPILE 'hafs_all_intel' [09:10, 07:47] ( 1 warnings 638 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [05:33, 04:06](1304 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:36, 04:23](1278 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [13:47, 11:34](1809 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [06:10, 04:31] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [13:17, 11:10](1949 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [08:20, 06:56](1888 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [18:18, 16:26](1199 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [11:18, 10:08](1189 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:16, 01:45](1199 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:15, 01:51](1943 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:15, 01:53](1937 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:15, 01:41](1202 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:21, 05:47](1816 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:11, 05:24](1378 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [17:13, 15:16](1941 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:14, 03:07](4787 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:14, 03:23](4790 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 02:22] ( 4 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:14, 04:05](1848 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:10, 04:36] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:14, 02:08](1944 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:39] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:23, 00:46](364 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:19, 00:32](616 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:19, 00:23](621 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:11, 06:14] ( 1 warnings 612 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:42, 02:36](2837 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:11, 05:45] ( 1 warnings 500 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:36, 03:26](2861 MB) + +PASS -- COMPILE 'atml_intel' [08:11, 06:26] ( 9 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [04:35, 02:28](1907 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:33, 01:27](1322 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:11, 03:54] ( 910 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:36, 03:32](1951 MB) + +PASS -- COMPILE 'atmw_intel' [09:11, 08:05] ( 1 warnings 521 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:34, 01:51](2688 MB) + +PASS -- COMPILE 'atmaero_intel' [07:11, 05:51] ( 1 warnings 414 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:40, 03:03](1999 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:35, 03:19](2399 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:35, 03:19](2432 MB) + +PASS -- COMPILE 'atmaq_intel' [07:11, 05:41] ( 9 warnings 611 remarks ) +PASS -- TEST 'regional_atmaq_intel' [14:27, 11:08](2872 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [17:09, 13:12](2878 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:22] ( 887 warnings 611 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [31:14, 26:48](2887 MB) + +PASS -- COMPILE 'atm_fbh_intel' [07:10, 05:14] ( 4 warnings 423 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [08:21, 06:46](1136 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [15:10, 13:34] +PASS -- TEST 'cpld_control_gfsv17_intelllvm' [15:44, 11:54](2055 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [05:10, 03:29] +PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [16:43, 13:10](2091 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intelllvm' [14:10, 12:52] +PASS -- TEST 'cpld_control_sfs_intelllvm' [16:35, 12:28](1997 MB) + +PASS -- COMPILE 's2swa_intelllvm' [10:10, 08:23] +PASS -- TEST 'cpld_control_p8_intelllvm' [11:56, 07:20](2503 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [07:10, 05:26] +PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [04:25, 02:37](1748 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [07:10, 05:24] +PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [05:26, 02:51](1837 MB) + +PASS -- COMPILE 'hafsw_intelllvm' [09:10, 07:45] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [05:37, 02:37](827 MB) -PASS -- COMPILE 'hafsw_debug_intelllvm' [04:15, 02:35] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intelllvm' [11:30, 08:16](732 MB) +PASS -- COMPILE 'hafsw_debug_intelllvm' [04:10, 02:39] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intelllvm' [11:34, 08:14](743 MB) -PASS -- COMPILE 'datm_cdeps_intelllvm' [06:15, 04:24] -PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [04:15, 02:18](1946 MB) +PASS -- COMPILE 'datm_cdeps_intelllvm' [06:10, 04:31] +PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [19:19, 17:52](1941 MB) -PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [04:11, 02:16] -PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [06:15, 03:56](1847 MB) +PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [04:10, 03:06] +PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [06:14, 04:11](1838 MB) -PASS -- COMPILE 'atm_gnu' [04:11, 02:51] -PASS -- TEST 'control_c48_gnu' [08:23, 05:51](1506 MB) -PASS -- TEST 'control_stochy_gnu' [04:17, 01:56](516 MB) -PASS -- TEST 'control_ras_gnu' [11:23, 08:15](520 MB) -PASS -- TEST 'control_p8_gnu' [05:39, 02:58](1462 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:33, 02:59](1460 MB) -PASS -- TEST 'control_flake_gnu' [06:20, 04:01](560 MB) +PASS -- COMPILE 'atm_gnu' [04:10, 02:58] +PASS -- TEST 'control_c48_gnu' [07:21, 05:40](1514 MB) +PASS -- TEST 'control_stochy_gnu' [03:17, 02:01](517 MB) +PASS -- TEST 'control_ras_gnu' [05:24, 03:13](520 MB) +PASS -- TEST 'control_p8_gnu' [04:44, 03:00](1454 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [04:36, 03:04](1474 MB) +PASS -- TEST 'control_flake_gnu' [05:19, 03:59](562 MB) PASS -- COMPILE 'rrfs_gnu' [04:10, 02:49] -PASS -- TEST 'rap_control_gnu' [07:28, 03:26](852 MB) -PASS -- TEST 'rap_decomp_gnu' [10:23, 03:28](855 MB) -PASS -- TEST 'rap_2threads_gnu' [09:27, 02:39](910 MB) -PASS -- TEST 'rap_restart_gnu' [13:34, 01:49](581 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [17:32, 09:20](854 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:27, 03:23](855 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [20:28, 01:52](579 MB) -PASS -- TEST 'hrrr_control_gnu' [25:28, 17:59](854 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [24:30, 16:39](841 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [16:28, 02:32](903 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [10:27, 03:22](856 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [12:23, 01:46](579 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [13:45, 01:44](669 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [16:27, 06:12](850 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:11, 02:40] -PASS -- TEST 'control_csawmg_gnu' [17:30, 05:40](762 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:11, 04:55] -PASS -- TEST 'control_diag_debug_gnu' [13:26, 01:19](1287 MB) -PASS -- TEST 'regional_debug_gnu' [29:35, 20:20](766 MB) -PASS -- TEST 'rap_control_debug_gnu' [12:18, 01:48](862 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [12:18, 01:47](863 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [12:18, 01:49](892 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [12:20, 01:50](868 MB) -PASS -- TEST 'rap_diag_debug_gnu' [18:26, 06:26](947 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [21:21, 09:10](858 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [14:19, 01:48](861 MB) -PASS -- TEST 'control_ras_debug_gnu' [24:35, 04:28](505 MB) -PASS -- TEST 'control_stochy_debug_gnu' [27:23, 06:51](497 MB) -PASS -- TEST 'control_debug_p8_gnu' [23:32, 01:19](1462 MB) -PASS -- TEST 'rap_flake_debug_gnu' [23:30, 01:52](860 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [23:27, 01:53](862 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [24:33, 03:01](872 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:11, 01:22] -PASS -- TEST 'control_wam_debug_gnu' [26:35, 04:36](1310 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:10, 02:47] -PASS -- TEST 'control_csawmg_debug_gnu' [23:31, 01:49](744 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:11, 02:41] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [24:30, 03:10](709 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [23:25, 03:08](712 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [24:34, 02:28](740 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [23:25, 02:23](732 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [23:31, 03:06](712 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [11:34, 04:35](553 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [06:19, 01:46](556 MB) -PASS -- TEST 'conus13km_control_gnu' [23:44, 20:27](905 MB) -PASS -- TEST 'conus13km_2threads_gnu' [20:40, 01:07](908 MB) -PASS -- TEST 'conus13km_decomp_gnu' [05:31, 02:58](910 MB) -PASS -- TEST 'conus13km_restart_gnu' [11:42, 09:42](586 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:15, 06:13] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [23:29, 03:38](736 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:11, 05:02] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [20:26, 01:48](717 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [20:23, 01:44](721 MB) -PASS -- TEST 'conus13km_debug_gnu' [25:36, 17:44](922 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [14:35, 07:12](649 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [20:32, 04:03](922 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [27:42, 22:04](926 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [12:31, 07:07](990 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [06:11, 04:57] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [15:27, 01:49](746 MB) - -PASS -- COMPILE 's2swa_gnu' [13:14, 11:30] -PASS -- TEST 'cpld_control_p8_gnu' [20:01, 07:31](1594 MB) - -PASS -- COMPILE 's2s_gnu' [12:12, 10:23] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [22:57, 11:23](1569 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [03:11, 02:00] -PASS -- TEST 'cpld_debug_p8_gnu' [12:49, 04:53](1626 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [13:11, 11:16] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [16:40, 08:53](1565 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 01:41] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [22:38, 06:33](1560 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [11:15, 09:56] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:16, 02:10](1512 MB) +PASS -- TEST 'rap_control_gnu' [05:26, 03:24](853 MB) +PASS -- TEST 'rap_decomp_gnu' [05:22, 03:26](854 MB) +PASS -- TEST 'rap_2threads_gnu' [06:23, 02:39](910 MB) +PASS -- TEST 'rap_restart_gnu' [03:25, 01:48](581 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [05:26, 03:25](854 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [05:22, 03:28](853 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [03:25, 01:54](580 MB) +PASS -- TEST 'hrrr_control_gnu' [05:25, 03:21](854 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:23, 03:22](841 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [04:21, 02:32](901 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:22, 03:20](855 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:18, 01:46](578 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:18, 01:46](668 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [08:28, 06:12](849 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:10, 02:34] +PASS -- TEST 'control_csawmg_gnu' [07:29, 05:39](760 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:10, 04:49] +PASS -- TEST 'control_diag_debug_gnu' [03:24, 01:16](1286 MB) +PASS -- TEST 'regional_debug_gnu' [07:28, 05:39](754 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:17, 01:50](860 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:17, 01:48](863 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:17, 01:47](866 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:17, 01:50](866 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:23, 02:03](948 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:17, 02:52](859 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:17, 01:50](860 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:16, 01:07](506 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:16, 01:12](499 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:28, 01:19](1449 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:17, 01:49](862 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:17, 01:51](862 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:27, 02:59](872 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:10, 01:23] +PASS -- TEST 'control_wam_debug_gnu' [06:38, 04:44](1310 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:10, 02:31] +PASS -- TEST 'control_csawmg_debug_gnu' [03:27, 01:46](743 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:10, 02:42] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:23, 03:14](711 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:21, 03:08](714 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [04:24, 02:28](738 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:23, 02:23](732 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:21, 03:08](713 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:24, 01:42](553 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:18, 01:42](556 MB) +PASS -- TEST 'conus13km_control_gnu' [04:43, 02:58](905 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:34, 01:10](907 MB) +PASS -- TEST 'conus13km_decomp_gnu' [27:36, 25:27](910 MB) +PASS -- TEST 'conus13km_restart_gnu' [03:36, 01:44](583 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:13, 06:16] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:27, 03:37](736 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:12, 05:04] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [06:18, 04:13](717 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:17, 01:45](720 MB) +PASS -- TEST 'conus13km_debug_gnu' [09:34, 07:14](922 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [08:35, 07:03](650 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [05:33, 04:07](925 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [23:33, 21:15](926 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:35, 06:57](990 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [06:10, 04:49] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:18, 01:48](744 MB) + +PASS -- COMPILE 's2swa_gnu' [13:11, 11:18] +PASS -- TEST 'cpld_control_p8_gnu' [10:00, 07:43](1596 MB) + +PASS -- COMPILE 's2s_gnu' [11:16, 10:05] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [08:48, 06:57](1558 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [03:10, 01:52] +PASS -- TEST 'cpld_debug_p8_gnu' [06:49, 04:50](1601 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [12:11, 10:34] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [10:42, 08:58](1591 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:12, 01:38] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [08:40, 06:40](1580 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [12:16, 10:25] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:15, 02:18](1512 MB) SYNOPSIS: -Starting Date/Time: 20250910 21:18:45 -Ending Date/Time: 20250910 23:22:21 -Total Time: 02h:04m:38s -Compiles Completed: 69/69 -Tests Completed: 282/282 +Starting Date/Time: 20251014 22:50:30 +Ending Date/Time: 20251015 00:34:25 +Total Time: 01h:44m:39s +Compiles Completed: 70/70 +Tests Completed: 283/283 NOTES: A file 'test_changes.list' was generated but is empty. From aa69a1aefaddc61725fd8e3d1df95ec75312ea0e Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Wed, 15 Oct 2025 17:07:33 +0000 Subject: [PATCH 21/26] WCOSS2 RT Log: Passed --- tests/logs/RegressionTests_wcoss2.log | 508 +++++++++++++------------- 1 file changed, 254 insertions(+), 254 deletions(-) diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index 13a0f26ee3..12e3407b1d 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: -7446fec3ebe593bad0cfce107faadf0c441c3b2f +85810b42c593afa904c531fad1d31c79bd924d38 Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) @@ -19,9 +19,9 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) a0363fd82ba2c4a44b3e80904f550868b321024c NOAHMP-interface/noahmp (v3.7.1-466-ga0363fd) - 2a8c1bb3433c372505f30a25ed2155e7a415a108 UFSATM (remotes/origin/feature/rte-rrtmgp-v1.8) + 88550126f2ec883d45fb9280423ce6d0991889fa UFSATM (remotes/origin/sync_NCAR_main_2025_09_04) 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) - baf9502b1cb556da735ba49fb63d4ba9c7dcb31c UFSATM/ccpp/physics (ccpp_transition_to_vlab_master_20190705-5448-gbaf9502b) + 886a74402c97928fc4308b8438f33f6cd3b97321 UFSATM/ccpp/physics (EP4-2007-g886a7440) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) 7e24e739182281717607b341a1c2ffdba473616f UFSATM/fv3/atmos_cubed_sphere (201912_public_release-424-g7e24e73) @@ -40,264 +40,264 @@ 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-20251007 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_3977717 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20251014 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_3086500 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [15:29, 12:04] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [32:11, 07:02](3349 MB) -PASS -- TEST 'cpld_control_gefs_intel' [57:21, 17:04](4116 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [32:51, 07:49](3912 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:31, 13:03] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [41:01, 15:26](1903 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [38:57, 16:53](1956 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [31:07, 08:00](1072 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [17:42, 07:53](1928 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [43:19, 17:57](1882 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:32, 13:02] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [39:01, 15:42](1901 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:21, 04:53] ( 1535 warnings 1946 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [29:13, 20:34](1945 MB) - -PASS -- COMPILE 's2swa_intel' [14:28, 11:26] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [32:46, 09:02](3382 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [34:05, 08:55](3378 MB) -PASS -- TEST 'cpld_restart_p8_intel' [30:05, 04:57](3266 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [32:38, 08:34](3409 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [30:18, 04:59](3292 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [32:39, 08:15](3621 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [32:40, 08:53](3373 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [32:39, 07:42](3328 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [33:01, 08:27](3380 MB) - -PASS -- COMPILE 's2swal_intel' [14:28, 11:39] ( 1 warnings 4 remarks ) -PASS -- TEST 'cpld_s2sa_p8_intel' [33:49, 09:07](3339 MB) - -PASS -- COMPILE 's2sw_intel' [14:31, 11:18] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [30:23, 05:24](1923 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [31:50, 08:10](1968 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:27, 10:46] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [28:35, 05:40](1981 MB) - -PASS -- COMPILE 's2swa_faster_intel' [19:37, 16:01] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [34:08, 08:50](3380 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:32, 12:24] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [40:44, 15:48](1927 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [30:45, 07:59](1103 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [42:25, 18:04](1895 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [30:15, 06:30](2889 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [27:14, 02:39](2897 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [26:14, 01:33](2314 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [25:35, 01:42](2112 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [24:34, 01:12](2115 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [25:26, 01:18](1492 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [25:35, 01:55](2111 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [25:34, 01:22](2112 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [25:23, 01:03](1489 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [25:34, 01:21](2041 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [24:32, 01:19](2042 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [25:23, 01:00](1397 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:36, 05:00] ( 1535 warnings 1946 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [49:10, 24:00](1965 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [29:49, 10:04] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [28:14, 04:06](686 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [26:22, 02:53](1580 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [26:29, 02:46](1590 MB) -PASS -- TEST 'control_latlon_intel' [26:16, 02:56](1590 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [27:23, 02:57](1590 MB) -PASS -- TEST 'control_c48_intel' [30:30, 06:43](1596 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [29:40, 06:08](723 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [31:22, 06:52](1602 MB) -PASS -- TEST 'control_c192_intel' [32:00, 07:46](1709 MB) -PASS -- TEST 'control_c384_intel' [36:09, 10:12](2003 MB) -PASS -- TEST 'control_c384gdas_intel' [39:30, 10:18](1173 MB) -PASS -- TEST 'control_stochy_intel' [25:08, 02:02](642 MB) -PASS -- TEST 'control_stochy_restart_intel' [13:07, 01:42](406 MB) -PASS -- TEST 'control_lndp_intel' [25:04, 01:55](646 MB) -PASS -- TEST 'control_iovr4_intel' [26:05, 02:51](635 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [26:28, 03:17](919 MB) -PASS -- TEST 'control_iovr5_intel' [24:59, 02:43](637 MB) -PASS -- TEST 'control_p8_intel' [28:13, 03:42](1863 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [27:22, 03:58](1865 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [23:49, 03:21](1869 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [21:51, 03:24](1882 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [22:23, 03:33](1886 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [20:15, 02:39](2441 MB) -PASS -- TEST 'control_restart_p8_intel' [12:50, 02:12](1015 MB) -PASS -- TEST 'control_noqr_p8_intel' [20:22, 03:23](1862 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [10:21, 01:58](1014 MB) -PASS -- TEST 'control_decomp_p8_intel' [17:59, 03:35](1857 MB) -PASS -- TEST 'control_2threads_p8_intel' [17:18, 03:08](1941 MB) -PASS -- TEST 'control_p8_lndp_intel' [19:34, 05:51](1874 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [19:51, 04:30](1920 MB) -PASS -- TEST 'control_p8_mynn_intel' [18:49, 03:46](1878 MB) -PASS -- TEST 'merra2_thompson_intel' [19:21, 04:29](1869 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [19:46, 06:08](1877 MB) -PASS -- TEST 'regional_control_intel' [16:42, 06:22](872 MB) -PASS -- TEST 'regional_restart_intel' [11:04, 03:19](881 MB) -PASS -- TEST 'regional_decomp_intel' [16:27, 06:09](879 MB) -PASS -- TEST 'regional_2threads_intel' [14:24, 03:52](990 MB) -PASS -- TEST 'regional_noquilt_intel' [15:36, 05:35](1184 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [16:32, 05:47](873 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [14:39, 05:23](871 MB) -PASS -- TEST 'regional_wofs_intel' [16:33, 07:06](1609 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [29:58, 09:22] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [15:14, 04:18](1886 MB) - -PASS -- COMPILE 'rrfs_intel' [28:56, 08:45] ( 4 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [14:36, 04:08](1016 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [13:11, 04:15](1201 MB) -PASS -- TEST 'rap_decomp_intel' [13:57, 04:24](1014 MB) -PASS -- TEST 'rap_2threads_intel' [13:33, 03:48](1095 MB) -PASS -- TEST 'rap_restart_intel' [10:39, 02:21](772 MB) -PASS -- TEST 'rap_sfcdiff_intel' [13:09, 04:09](1016 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:44, 04:21](1018 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:31, 02:43](767 MB) -PASS -- TEST 'hrrr_control_intel' [12:42, 03:57](1011 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [12:37, 04:09](1014 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [12:20, 03:35](1095 MB) -PASS -- TEST 'hrrr_control_restart_intel' [06:41, 02:32](766 MB) -PASS -- TEST 'rrfs_v1beta_intel' [16:37, 07:26](1013 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [17:02, 09:25](1976 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [15:56, 09:07](1971 MB) - -PASS -- COMPILE 'csawmg_intel' [28:58, 08:09] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [13:03, 06:50](959 MB) -PASS -- TEST 'control_ras_intel' [08:47, 03:34](672 MB) - -PASS -- COMPILE 'wam_intel' [30:50, 07:51] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [19:51, 12:27](1670 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [30:49, 08:07] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [11:44, 03:18](1864 MB) -PASS -- TEST 'regional_control_faster_intel' [11:16, 05:05](878 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [27:43, 05:06] ( 888 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [10:01, 02:42](1613 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [09:54, 02:52](1623 MB) -PASS -- TEST 'control_stochy_debug_intel' [10:40, 03:44](827 MB) -PASS -- TEST 'control_lndp_debug_intel' [10:47, 03:14](829 MB) -PASS -- TEST 'control_csawmg_debug_intel' [12:10, 05:02](1116 MB) -PASS -- TEST 'control_ras_debug_intel' [09:45, 03:21](833 MB) -PASS -- TEST 'control_diag_debug_intel' [09:43, 03:20](1679 MB) -PASS -- TEST 'control_debug_p8_intel' [09:28, 03:23](1907 MB) -PASS -- TEST 'regional_debug_intel' [25:31, 18:39](947 MB) -PASS -- TEST 'rap_control_debug_intel' [12:50, 05:49](1202 MB) -PASS -- TEST 'hrrr_control_debug_intel' [11:52, 05:37](1196 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [11:49, 05:42](1195 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [11:50, 05:53](1198 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [11:40, 05:46](1202 MB) -PASS -- TEST 'rap_diag_debug_intel' [10:52, 06:04](1288 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [10:50, 05:51](1203 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [10:41, 05:50](1205 MB) -PASS -- TEST 'rap_lndp_debug_intel' [10:45, 05:56](1206 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [10:59, 05:50](1204 MB) -PASS -- TEST 'rap_noah_debug_intel' [10:41, 05:46](1200 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [09:59, 05:45](1202 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [13:55, 08:54](1198 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [10:48, 05:45](1202 MB) -PASS -- TEST 'rap_flake_debug_intel' [09:44, 05:43](1204 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [15:52, 10:01](1205 MB) - -PASS -- COMPILE 'wam_debug_intel' [26:44, 03:35] ( 846 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [19:00, 14:27](1709 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [30:49, 07:52] ( 4 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [09:06, 04:16](1044 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:37, 03:31](892 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [08:24, 03:29](891 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:25, 03:12](942 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:13, 03:05](945 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [08:03, 03:31](893 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:45, 02:14](732 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [06:57, 02:10](727 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [30:48, 08:08] ( 4 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [06:41, 03:06](1022 MB) -PASS -- TEST 'conus13km_2threads_intel' [07:15, 01:29](1140 MB) -PASS -- TEST 'conus13km_decomp_intel' [09:19, 03:13](1027 MB) -PASS -- TEST 'conus13km_restart_intel' [06:45, 02:14](689 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [30:56, 07:53] ( 4 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [10:11, 05:16](917 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [25:50, 03:30] ( 780 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [09:46, 05:31](1078 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [09:51, 05:48](1072 MB) -PASS -- TEST 'conus13km_debug_intel' [28:04, 23:49](1098 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [28:03, 23:48](819 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [17:44, 13:17](1206 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [28:39, 24:27](1103 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [28:36, 23:57](1171 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [25:48, 03:36] ( 780 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [09:47, 05:40](1108 MB) - -PASS -- COMPILE 'hafsw_intel' [34:07, 10:41] ( 1 warnings 3 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [10:12, 05:36](708 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [11:44, 06:27](919 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:48, 04:25](1049 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:44, 07:16](767 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:21, 12:14](814 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:43, 13:18](918 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:19, 06:27](467 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:31, 06:53](475 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [08:22, 03:18](381 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [14:22, 08:20](430 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:12, 03:54](498 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [09:20, 04:04](501 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [09:22, 04:46](549 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:51, 01:47](409 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [27:47, 04:28] ( 1482 warnings 1450 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [18:23, 14:22](592 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [32:03, 09:35] ( 1 warnings 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:12, 07:47](613 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:18, 07:44](782 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [32:56, 09:40] ( 1 warnings 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:38, 05:42](780 MB) - -PASS -- COMPILE 'hafs_all_intel' [31:54, 09:16] ( 1 warnings 2 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:17, 06:52](760 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:22, 06:44](741 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:59, 16:26](896 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [32:58, 10:35] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:12, 04:28](1913 MB) - -PASS -- COMPILE 'atml_intel' [32:56, 09:31] ( 9 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [17:45, 04:27] ( 893 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [21:48, 08:16] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [09:20, 04:59](3236 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:45, 05:28](3208 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:50, 05:29](3216 MB) - -PASS -- COMPILE 'atmaq_intel' [19:43, 07:55] ( 9 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_intel' [22:53, 16:24](2387 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [25:45, 19:13](2449 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [13:37, 03:50] ( 871 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [46:02, 40:38](1959 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:30, 11:56] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:46, 06:56](3348 MB) +PASS -- TEST 'cpld_control_gefs_intel' [49:47, 26:07](4110 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [34:16, 08:17](3919 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:31, 13:11] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [22:59, 16:30](1904 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:41, 19:29](1972 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [20:20, 13:24](1085 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [17:01, 09:29](1929 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:00, 18:35](1883 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:32, 13:03] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [19:58, 16:53](1901 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:19, 04:56] ( 1537 warnings 1946 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:49, 20:14](1944 MB) + +PASS -- COMPILE 's2swa_intel' [13:31, 11:45] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [12:26, 08:44](3379 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:13, 08:45](3378 MB) +PASS -- TEST 'cpld_restart_p8_intel' [21:55, 14:55](3270 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [12:39, 08:34](3406 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [16:01, 09:31](3291 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:24, 07:44](3620 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [12:05, 08:35](3372 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:24, 07:08](3332 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:57, 08:44](3378 MB) + +PASS -- COMPILE 's2swal_intel' [13:30, 11:39] ( 1 warnings 4 remarks ) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:43, 08:44](3342 MB) + +PASS -- COMPILE 's2sw_intel' [12:28, 11:11] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:49, 05:05](1924 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:11, 07:27](1972 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:30, 10:39] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:11, 05:33](1979 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:38, 16:32] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [16:56, 11:40](3382 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [13:30, 11:50] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [25:11, 19:32](1928 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [17:09, 10:57](1102 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [28:14, 22:27](1896 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [09:47, 06:34](2888 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:45, 02:29](2896 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:17, 01:53](2314 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [04:07, 01:40](2111 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [04:05, 01:24](2114 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [03:56, 01:14](1491 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [04:03, 01:49](2109 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [04:01, 01:17](2112 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [03:56, 01:11](1490 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [04:10, 01:17](2041 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [04:05, 01:04](2042 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:52, 00:57](1396 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:20, 04:43] ( 1537 warnings 1946 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:56, 24:35](1966 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:25, 09:42] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [09:56, 07:03](686 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [07:54, 04:57](1579 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [08:08, 05:20](1589 MB) +PASS -- TEST 'control_latlon_intel' [09:54, 07:01](1590 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:53, 04:12](1589 MB) +PASS -- TEST 'control_c48_intel' [11:25, 07:21](1597 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [12:11, 08:56](722 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [10:11, 07:19](1601 MB) +PASS -- TEST 'control_c192_intel' [14:37, 10:38](1709 MB) +PASS -- TEST 'control_c384_intel' [22:38, 15:27](2001 MB) +PASS -- TEST 'control_c384gdas_intel' [26:19, 17:23](1180 MB) +PASS -- TEST 'control_stochy_intel' [05:14, 02:28](641 MB) +PASS -- TEST 'control_stochy_restart_intel' [05:50, 01:47](407 MB) +PASS -- TEST 'control_lndp_intel' [06:19, 02:23](647 MB) +PASS -- TEST 'control_iovr4_intel' [07:47, 04:49](637 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [09:36, 05:46](918 MB) +PASS -- TEST 'control_iovr5_intel' [09:06, 06:11](637 MB) +PASS -- TEST 'control_p8_intel' [12:57, 06:07](1861 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [10:24, 04:55](1866 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [12:49, 06:14](1869 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [12:01, 05:41](1882 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [12:41, 05:42](1887 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [10:31, 04:36](2441 MB) +PASS -- TEST 'control_restart_p8_intel' [09:31, 05:08](1015 MB) +PASS -- TEST 'control_noqr_p8_intel' [11:35, 05:31](1862 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [08:08, 02:25](1014 MB) +PASS -- TEST 'control_decomp_p8_intel' [11:29, 05:38](1856 MB) +PASS -- TEST 'control_2threads_p8_intel' [10:55, 05:36](1935 MB) +PASS -- TEST 'control_p8_lndp_intel' [13:08, 08:41](1873 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [13:54, 07:42](1920 MB) +PASS -- TEST 'control_p8_mynn_intel' [11:34, 05:47](1877 MB) +PASS -- TEST 'merra2_thompson_intel' [11:48, 05:45](1870 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [12:42, 07:28](1878 MB) +PASS -- TEST 'regional_control_intel' [11:50, 08:42](873 MB) +PASS -- TEST 'regional_restart_intel' [07:03, 04:09](883 MB) +PASS -- TEST 'regional_decomp_intel' [12:26, 09:04](880 MB) +PASS -- TEST 'regional_2threads_intel' [11:55, 08:11](990 MB) +PASS -- TEST 'regional_noquilt_intel' [12:33, 09:46](1180 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [13:22, 09:29](872 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [12:35, 09:16](873 MB) +PASS -- TEST 'regional_wofs_intel' [15:25, 12:02](1612 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [11:26, 09:25] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [13:42, 07:19](1889 MB) + +PASS -- COMPILE 'rrfs_intel' [10:24, 08:37] ( 4 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [11:33, 07:33](1017 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [13:41, 07:50](1204 MB) +PASS -- TEST 'rap_decomp_intel' [11:11, 07:19](1016 MB) +PASS -- TEST 'rap_2threads_intel' [11:31, 06:54](1095 MB) +PASS -- TEST 'rap_restart_intel' [10:18, 04:56](768 MB) +PASS -- TEST 'rap_sfcdiff_intel' [11:51, 07:17](1020 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:48, 07:21](1013 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:33, 03:21](769 MB) +PASS -- TEST 'hrrr_control_intel' [12:04, 07:57](1011 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [10:15, 06:31](1014 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [10:14, 05:31](1077 MB) +PASS -- TEST 'hrrr_control_restart_intel' [05:46, 02:57](762 MB) +PASS -- TEST 'rrfs_v1beta_intel' [14:30, 10:32](1010 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [17:58, 15:22](1978 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [15:31, 12:05](1969 MB) + +PASS -- COMPILE 'csawmg_intel' [09:25, 07:46] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [11:50, 08:32](958 MB) +PASS -- TEST 'control_ras_intel' [08:44, 06:19](669 MB) + +PASS -- COMPILE 'wam_intel' [09:25, 07:45] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [21:33, 17:08](1670 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [09:24, 08:03] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [10:30, 04:50](1864 MB) +PASS -- TEST 'regional_control_faster_intel' [09:43, 06:21](873 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:21, 04:46] ( 890 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:47, 02:40](1610 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:44, 02:47](1623 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:39, 03:32](824 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:55, 03:17](826 MB) +PASS -- TEST 'control_csawmg_debug_intel' [08:58, 05:22](1116 MB) +PASS -- TEST 'control_ras_debug_intel' [06:57, 03:39](836 MB) +PASS -- TEST 'control_diag_debug_intel' [07:12, 03:30](1677 MB) +PASS -- TEST 'control_debug_p8_intel' [08:07, 04:38](1908 MB) +PASS -- TEST 'regional_debug_intel' [22:30, 20:16](934 MB) +PASS -- TEST 'rap_control_debug_intel' [08:51, 06:08](1203 MB) +PASS -- TEST 'hrrr_control_debug_intel' [09:10, 06:13](1194 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [09:35, 05:57](1198 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [09:38, 06:22](1198 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:52, 06:00](1200 MB) +PASS -- TEST 'rap_diag_debug_intel' [09:21, 06:10](1286 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:48, 06:08](1204 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [10:07, 06:35](1204 MB) +PASS -- TEST 'rap_lndp_debug_intel' [09:14, 05:56](1206 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:42, 05:53](1199 MB) +PASS -- TEST 'rap_noah_debug_intel' [09:01, 06:04](1201 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [09:52, 07:03](1203 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:59, 10:30](1198 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [10:03, 06:50](1200 MB) +PASS -- TEST 'rap_flake_debug_intel' [10:52, 07:29](1203 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [15:16, 10:28](1205 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:18, 03:36] ( 848 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [18:48, 15:02](1707 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:23, 07:47] ( 4 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [11:17, 06:55](1043 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:06, 04:26](894 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [15:22, 09:43](891 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:21, 03:30](937 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [12:22, 08:04](932 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [12:18, 07:23](893 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:16, 02:57](733 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:45, 02:22](728 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:27, 08:04] ( 4 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [08:32, 04:09](1022 MB) +PASS -- TEST 'conus13km_2threads_intel' [06:33, 02:53](1138 MB) +PASS -- TEST 'conus13km_decomp_intel' [07:24, 03:57](1027 MB) +PASS -- TEST 'conus13km_restart_intel' [05:46, 02:03](688 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:29, 07:58] ( 4 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [10:48, 07:31](919 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:24, 03:33] ( 781 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [11:15, 08:02](1078 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [09:20, 06:27](1069 MB) +PASS -- TEST 'conus13km_debug_intel' [30:30, 26:27](1099 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [28:36, 24:29](817 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [17:44, 14:23](1209 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [28:10, 24:49](1103 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [27:41, 24:16](1170 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:22, 03:39] ( 781 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [09:05, 06:24](1111 MB) + +PASS -- COMPILE 'hafsw_intel' [11:31, 09:54] ( 1 warnings 3 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [10:41, 07:38](707 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [14:23, 09:14](921 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:13, 05:35](1053 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:51, 07:40](763 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:42, 12:56](804 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:54, 13:47](947 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:38, 06:05](465 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:49, 07:12](478 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [06:34, 03:26](387 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [14:29, 09:39](430 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:41, 04:20](498 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:29, 03:47](500 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [09:44, 05:58](550 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:40, 01:42](410 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:23, 04:19] ( 1484 warnings 1450 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [19:13, 14:49](662 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [11:33, 09:40] ( 1 warnings 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:54, 07:48](615 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:39, 08:06](782 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:36, 10:30] ( 1 warnings 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:17, 06:26](780 MB) + +PASS -- COMPILE 'hafs_all_intel' [11:33, 10:08] ( 1 warnings 2 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:45, 07:37](763 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:28, 07:49](741 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:07, 18:09](834 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:34, 10:33] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [09:23, 04:45](1912 MB) + +PASS -- COMPILE 'atml_intel' [13:28, 11:38] ( 9 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [07:23, 05:08] ( 895 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [10:26, 08:39] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [10:17, 05:14](3237 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [10:46, 05:30](3209 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:47, 05:39](3216 MB) + +PASS -- COMPILE 'atmaq_intel' [11:29, 10:00] ( 9 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_intel' [31:35, 23:42](2396 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [33:08, 25:42](2438 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:22, 04:25] ( 873 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [49:33, 42:14](1956 MB) SYNOPSIS: -Starting Date/Time: 20251008 19:10:11 -Ending Date/Time: 20251008 21:59:16 -Total Time: 02h:50m:22s +Starting Date/Time: 20251015 14:30:30 +Ending Date/Time: 20251015 16:45:25 +Total Time: 02h:16m:33s Compiles Completed: 35/35 Tests Completed: 177/177 From c5087dd7c4e2bd094319c211494eb2858ece7153 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Wed, 15 Oct 2025 17:10:59 +0000 Subject: [PATCH 22/26] Acorn RT Log: Passed --- tests/logs/RegressionTests_acorn.log | 552 +++++++++++++-------------- 1 file changed, 276 insertions(+), 276 deletions(-) diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index 7776ef829e..789b8a5a4c 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: -7446fec3ebe593bad0cfce107faadf0c441c3b2f +85810b42c593afa904c531fad1d31c79bd924d38 Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) @@ -19,9 +19,9 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) a0363fd82ba2c4a44b3e80904f550868b321024c NOAHMP-interface/noahmp (v3.7.1-466-ga0363fd) - 2a8c1bb3433c372505f30a25ed2155e7a415a108 UFSATM (remotes/origin/feature/rte-rrtmgp-v1.8) + 88550126f2ec883d45fb9280423ce6d0991889fa UFSATM (remotes/origin/sync_NCAR_main_2025_09_04) 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) - baf9502b1cb556da735ba49fb63d4ba9c7dcb31c UFSATM/ccpp/physics (ccpp_transition_to_vlab_master_20190705-5448-gbaf9502b) + 886a74402c97928fc4308b8438f33f6cd3b97321 UFSATM/ccpp/physics (EP4-2007-g886a7440) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) 7e24e739182281717607b341a1c2ffdba473616f UFSATM/fv3/atmos_cubed_sphere (201912_public_release-424-g7e24e73) @@ -40,295 +40,295 @@ 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-20251007 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_4184454 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20251014 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_1205644 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:26, 12:01] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:31, 06:32](3333 MB) -PASS -- TEST 'cpld_control_gefs_intel' [11:16, 16:13](4115 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [23:52, 07:37](3918 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:27, 13:07] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [27:33, 15:00](1899 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:19, 16:26](1950 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [14:03, 07:22](1067 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [14:28, 07:28](1923 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [49:48, 17:29](1884 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:27, 13:07] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [26:38, 15:18](1901 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:19, 05:05] ( 1535 warnings 1946 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:07, 20:12](1944 MB) - -PASS -- COMPILE 's2swa_intel' [13:26, 11:51] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [19:36, 08:12](3369 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [19:32, 08:06](3364 MB) -PASS -- TEST 'cpld_restart_p8_intel' [12:25, 04:45](3246 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [12:26, 08:06](3387 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [16:26, 04:41](3266 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [15:51, 07:26](3584 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [15:51, 08:08](3364 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [32:09, 06:49](3309 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:23, 08:11](3364 MB) - -PASS -- COMPILE 's2swal_intel' [13:27, 11:51] ( 1 warnings 4 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [25:34, 08:13](3367 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [14:24, 04:46](3245 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [12:11, 08:09](3337 MB) - -PASS -- COMPILE 's2sw_intel' [12:26, 11:02] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:31, 04:49](1925 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [19:12, 07:03](1974 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:27, 10:58] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:56, 04:52](1975 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:32, 16:16] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [17:21, 08:00](3363 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [14:29, 12:42] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [25:06, 14:59](1928 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:52, 07:16](1105 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [43:26, 17:17](1895 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [10:41, 06:05](2890 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [06:33, 02:07](2895 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:11, 01:25](2318 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [04:00, 01:21](2112 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [04:01, 00:56](2110 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:43, 00:44](1457 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [04:00, 01:22](2113 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [03:00, 00:52](2110 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:45, 00:45](1458 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [04:00, 00:56](2039 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [04:00, 00:55](2040 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [03:46, 00:50](1395 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:19, 04:42] ( 1535 warnings 1946 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:53, 24:02](1971 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:26, 09:37] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [12:41, 04:02](681 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [12:45, 02:34](1575 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [12:49, 02:48](1583 MB) -PASS -- TEST 'control_latlon_intel' [11:43, 02:43](1584 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [11:49, 02:38](1583 MB) -PASS -- TEST 'control_c48_intel' [13:50, 06:41](1596 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [13:49, 06:05](721 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [14:52, 06:50](1599 MB) -PASS -- TEST 'control_c192_intel' [16:00, 07:27](1702 MB) -PASS -- TEST 'control_c384_intel' [25:24, 08:46](2008 MB) -PASS -- TEST 'control_c384gdas_intel' [31:01, 09:20](1171 MB) -PASS -- TEST 'control_stochy_intel' [08:36, 01:59](637 MB) -PASS -- TEST 'control_stochy_restart_intel' [06:35, 01:09](400 MB) -PASS -- TEST 'control_lndp_intel' [08:36, 01:51](638 MB) -PASS -- TEST 'control_iovr4_intel' [08:37, 02:42](631 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [08:54, 03:03](918 MB) -PASS -- TEST 'control_iovr5_intel' [07:36, 02:45](633 MB) -PASS -- TEST 'control_p8_intel' [09:21, 03:07](1858 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [09:38, 03:19](1861 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [10:13, 03:00](1865 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [09:16, 02:58](1878 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [09:43, 03:09](1887 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [14:56, 02:20](2434 MB) -PASS -- TEST 'control_restart_p8_intel' [08:09, 01:49](1011 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:45, 03:05](1858 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [08:46, 01:50](1012 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:39, 03:10](1861 MB) -PASS -- TEST 'control_2threads_p8_intel' [07:39, 02:50](1942 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:04, 05:01](1868 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [10:16, 04:02](1918 MB) -PASS -- TEST 'control_p8_mynn_intel' [09:06, 03:11](1873 MB) -PASS -- TEST 'merra2_thompson_intel' [10:37, 03:50](1866 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [10:19, 04:39](1870 MB) -PASS -- TEST 'regional_control_intel' [07:55, 05:11](876 MB) -PASS -- TEST 'regional_restart_intel' [05:51, 02:50](881 MB) -PASS -- TEST 'regional_decomp_intel' [07:50, 05:28](877 MB) -PASS -- TEST 'regional_2threads_intel' [09:53, 03:21](998 MB) -PASS -- TEST 'regional_noquilt_intel' [06:50, 05:01](1172 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:49, 05:11](871 MB) -PASS -- TEST 'regional_wofs_intel' [08:53, 06:40](1607 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [10:24, 09:11] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [10:15, 04:07](1888 MB) - -PASS -- COMPILE 'rrfs_intel' [10:23, 08:29] ( 4 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [10:01, 04:10](1015 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:17, 04:19](1208 MB) -PASS -- TEST 'rap_decomp_intel' [09:31, 04:22](1012 MB) -PASS -- TEST 'rap_2threads_intel' [09:28, 03:46](1091 MB) -PASS -- TEST 'rap_restart_intel' [09:28, 02:24](765 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:15, 04:06](1014 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:29, 04:15](1013 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:29, 02:22](766 MB) -PASS -- TEST 'hrrr_control_intel' [09:16, 04:01](1007 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [09:26, 03:59](1008 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [09:27, 03:32](1079 MB) -PASS -- TEST 'hrrr_control_restart_intel' [07:37, 02:21](758 MB) -PASS -- TEST 'rrfs_v1beta_intel' [13:10, 07:13](1008 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [13:43, 09:26](1975 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:41, 09:04](1966 MB) - -PASS -- COMPILE 'csawmg_intel' [09:23, 07:45] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [10:59, 06:48](958 MB) -PASS -- TEST 'control_ras_intel' [07:33, 03:32](668 MB) - -PASS -- COMPILE 'wam_intel' [09:23, 07:44] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [16:14, 12:24](1668 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [09:22, 08:06] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [08:13, 03:04](1862 MB) -PASS -- TEST 'regional_control_faster_intel' [06:53, 04:53](880 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:19, 04:50] ( 888 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [10:44, 02:44](1608 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [13:50, 02:52](1618 MB) -PASS -- TEST 'control_stochy_debug_intel' [11:42, 03:32](821 MB) -PASS -- TEST 'control_lndp_debug_intel' [10:39, 03:10](824 MB) -PASS -- TEST 'control_csawmg_debug_intel' [16:07, 04:51](1120 MB) -PASS -- TEST 'control_ras_debug_intel' [13:40, 03:16](826 MB) -PASS -- TEST 'control_diag_debug_intel' [13:47, 03:14](1677 MB) -PASS -- TEST 'control_debug_p8_intel' [08:02, 03:16](1903 MB) -PASS -- TEST 'regional_debug_intel' [20:04, 18:12](928 MB) -PASS -- TEST 'rap_control_debug_intel' [08:36, 05:38](1191 MB) -PASS -- TEST 'hrrr_control_debug_intel' [10:43, 05:40](1188 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [08:35, 05:40](1192 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [09:38, 05:38](1193 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [09:36, 05:40](1192 MB) -PASS -- TEST 'rap_diag_debug_intel' [11:58, 06:05](1283 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [10:39, 05:45](1192 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [11:47, 05:47](1195 MB) -PASS -- TEST 'rap_lndp_debug_intel' [11:38, 05:44](1194 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [10:37, 05:43](1199 MB) -PASS -- TEST 'rap_noah_debug_intel' [11:40, 05:35](1194 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [11:37, 05:42](1194 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [14:43, 09:01](1191 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [10:39, 05:42](1196 MB) -PASS -- TEST 'rap_flake_debug_intel' [10:36, 05:38](1194 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [15:48, 09:44](1197 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:18, 03:32] ( 846 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [23:21, 14:36](1691 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:21, 07:47] ( 4 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [13:29, 04:00](1038 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:08, 03:25](894 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [08:59, 03:23](887 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:23, 03:06](939 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:53, 03:02](927 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [08:49, 03:34](890 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:24, 02:05](727 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:33, 01:54](723 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:22, 07:50] ( 4 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [06:25, 03:02](1020 MB) -PASS -- TEST 'conus13km_2threads_intel' [06:04, 01:21](1145 MB) -PASS -- TEST 'conus13km_decomp_intel' [06:06, 02:58](1028 MB) -PASS -- TEST 'conus13km_restart_intel' [05:11, 01:54](690 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:23, 07:50] ( 4 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:55, 04:15](919 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:17, 03:34] ( 780 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [09:37, 05:29](1074 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [09:40, 05:25](1069 MB) -PASS -- TEST 'conus13km_debug_intel' [26:34, 23:51](1086 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [27:32, 23:48](812 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [16:19, 13:22](1216 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [26:26, 24:12](1112 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [26:22, 23:46](1167 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:18, 03:33] ( 780 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:38, 05:33](1106 MB) - -PASS -- COMPILE 'hafsw_intel' [12:25, 09:52] ( 1 warnings 3 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:01, 04:33](706 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [16:10, 04:45](915 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [09:43, 03:44](1057 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:25, 06:50](758 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:10, 11:49](901 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [27:39, 13:05](810 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:02, 05:34](460 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [20:16, 06:40](469 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [19:06, 02:57](373 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [49:35, 07:50](424 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:48, 03:54](492 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:56, 03:41](493 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [30:24, 04:33](548 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [17:45, 01:40](408 MB) -PASS -- TEST 'gnv1_nested_intel' [10:13, 03:52](1701 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [07:20, 04:05] ( 1482 warnings 1450 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [40:33, 14:11](653 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [13:28, 09:21] ( 1 warnings 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [33:28, 07:06](614 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [33:35, 07:15](781 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:30, 09:48] ( 1 warnings 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [39:55, 05:33](781 MB) - -PASS -- COMPILE 'hafs_all_intel' [14:28, 08:52] ( 1 warnings 2 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [11:05, 06:21](762 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:02, 06:25](734 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:35, 16:06](894 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [16:31, 09:28] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:26, 03:06](1565 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:26, 02:10](1567 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:24, 02:52](684 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:26, 02:51](684 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:25, 02:58](685 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:25, 03:04](1567 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:27, 03:07](1565 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:24, 02:52](684 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:27, 07:20](1367 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:24, 07:02](706 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:23, 03:10](1565 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:29, 05:36](4521 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:29, 05:25](4519 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [17:32, 09:41] +PASS -- COMPILE 's2swa_32bit_intel' [13:28, 11:29] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:30, 06:34](3333 MB) +PASS -- TEST 'cpld_control_gefs_intel' [00:27, 16:14](4126 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [24:06, 07:39](3924 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:28, 12:54] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [26:24, 15:07](1898 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [24:19, 16:32](1937 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [15:01, 07:17](1067 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [16:29, 07:22](1923 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [38:41, 17:30](1886 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [15:28, 13:26] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [24:27, 15:25](1903 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:22, 05:14] ( 1537 warnings 1946 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:17, 20:11](1944 MB) + +PASS -- COMPILE 's2swa_intel' [13:27, 11:42] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [14:01, 08:09](3366 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [18:36, 08:04](3369 MB) +PASS -- TEST 'cpld_restart_p8_intel' [17:00, 04:34](3248 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [11:53, 08:11](3385 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [18:32, 04:39](3265 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:14, 07:33](3576 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [15:17, 07:57](3359 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [13:47, 06:46](3310 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:22, 08:10](3370 MB) + +PASS -- COMPILE 's2swal_intel' [13:27, 11:59] ( 1 warnings 4 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [20:35, 08:24](3368 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [17:29, 04:54](3247 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [15:16, 08:07](3334 MB) + +PASS -- COMPILE 's2sw_intel' [12:27, 11:11] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:30, 04:50](1928 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:58, 07:10](1973 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:27, 10:37] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:57, 05:07](1972 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:34, 16:47] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [15:17, 08:01](3370 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [14:29, 12:35] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [25:06, 15:05](1927 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [14:55, 07:21](1101 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [34:15, 17:32](1893 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [09:36, 06:05](2887 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:31, 02:10](2898 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [05:26, 01:30](2301 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [03:59, 01:25](2113 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [03:59, 00:52](2117 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [04:49, 00:59](1457 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [03:59, 01:16](2113 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [03:59, 01:00](2111 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [03:48, 00:45](1457 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:58, 00:51](2040 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:58, 00:53](2040 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:43, 00:39](1395 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:19, 04:40] ( 1537 warnings 1946 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [38:14, 24:02](1971 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:26, 09:32] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [13:42, 04:05](684 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [12:44, 02:34](1573 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [12:50, 02:47](1586 MB) +PASS -- TEST 'control_latlon_intel' [12:40, 02:33](1585 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [13:48, 02:36](1582 MB) +PASS -- TEST 'control_c48_intel' [16:55, 06:36](1595 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [15:52, 06:10](719 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [16:52, 06:53](1599 MB) +PASS -- TEST 'control_c192_intel' [17:02, 07:23](1703 MB) +PASS -- TEST 'control_c384_intel' [34:33, 08:55](2012 MB) +PASS -- TEST 'control_c384gdas_intel' [44:12, 09:23](1179 MB) +PASS -- TEST 'control_stochy_intel' [10:39, 01:53](637 MB) +PASS -- TEST 'control_stochy_restart_intel' [06:36, 01:17](400 MB) +PASS -- TEST 'control_lndp_intel' [10:40, 01:54](638 MB) +PASS -- TEST 'control_iovr4_intel' [10:41, 02:41](632 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [11:03, 03:05](917 MB) +PASS -- TEST 'control_iovr5_intel' [10:41, 02:38](631 MB) +PASS -- TEST 'control_p8_intel' [11:27, 03:02](1857 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [10:39, 03:15](1863 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [11:13, 03:03](1865 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [11:15, 03:02](1879 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [11:47, 03:04](1884 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [12:51, 02:24](2435 MB) +PASS -- TEST 'control_restart_p8_intel' [06:39, 02:00](1011 MB) +PASS -- TEST 'control_noqr_p8_intel' [11:04, 02:57](1859 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [06:14, 01:53](1012 MB) +PASS -- TEST 'control_decomp_p8_intel' [10:37, 03:13](1861 MB) +PASS -- TEST 'control_2threads_p8_intel' [11:00, 02:54](1932 MB) +PASS -- TEST 'control_p8_lndp_intel' [12:01, 05:07](1868 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [11:15, 04:12](1916 MB) +PASS -- TEST 'control_p8_mynn_intel' [10:11, 03:10](1873 MB) +PASS -- TEST 'merra2_thompson_intel' [11:40, 03:39](1866 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [11:22, 04:38](1872 MB) +PASS -- TEST 'regional_control_intel' [08:54, 05:13](879 MB) +PASS -- TEST 'regional_restart_intel' [04:55, 02:56](879 MB) +PASS -- TEST 'regional_decomp_intel' [08:52, 05:25](876 MB) +PASS -- TEST 'regional_2threads_intel' [08:54, 03:13](991 MB) +PASS -- TEST 'regional_noquilt_intel' [07:51, 05:10](1163 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:51, 05:07](877 MB) +PASS -- TEST 'regional_wofs_intel' [09:51, 06:59](1607 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [10:25, 09:10] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [13:19, 04:00](1888 MB) + +PASS -- COMPILE 'rrfs_intel' [10:23, 08:34] ( 4 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [08:33, 04:12](1010 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:21, 04:25](1191 MB) +PASS -- TEST 'rap_decomp_intel' [08:26, 04:16](1010 MB) +PASS -- TEST 'rap_2threads_intel' [08:10, 03:39](1090 MB) +PASS -- TEST 'rap_restart_intel' [11:22, 02:18](767 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:03, 04:01](1014 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:34, 04:23](1013 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [10:21, 02:31](766 MB) +PASS -- TEST 'hrrr_control_intel' [08:14, 04:04](1006 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [08:27, 04:04](1010 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:39, 03:31](1079 MB) +PASS -- TEST 'hrrr_control_restart_intel' [08:40, 02:15](762 MB) +PASS -- TEST 'rrfs_v1beta_intel' [12:10, 07:22](1009 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [12:42, 09:31](1972 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:40, 09:09](1967 MB) + +PASS -- COMPILE 'csawmg_intel' [09:22, 07:47] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [16:02, 06:39](963 MB) +PASS -- TEST 'control_ras_intel' [06:33, 03:33](668 MB) + +PASS -- COMPILE 'wam_intel' [09:23, 07:47] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [17:16, 12:27](1668 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [09:21, 08:02] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [08:18, 03:04](1860 MB) +PASS -- TEST 'regional_control_faster_intel' [06:54, 05:02](873 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:19, 04:49] ( 890 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [09:43, 02:37](1608 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [12:51, 02:57](1619 MB) +PASS -- TEST 'control_stochy_debug_intel' [10:40, 03:35](822 MB) +PASS -- TEST 'control_lndp_debug_intel' [09:38, 03:14](823 MB) +PASS -- TEST 'control_csawmg_debug_intel' [14:01, 04:52](1114 MB) +PASS -- TEST 'control_ras_debug_intel' [12:39, 03:15](831 MB) +PASS -- TEST 'control_diag_debug_intel' [06:45, 03:21](1678 MB) +PASS -- TEST 'control_debug_p8_intel' [07:00, 03:09](1902 MB) +PASS -- TEST 'regional_debug_intel' [21:09, 18:35](938 MB) +PASS -- TEST 'rap_control_debug_intel' [09:36, 05:40](1194 MB) +PASS -- TEST 'hrrr_control_debug_intel' [08:38, 05:36](1187 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [09:37, 05:46](1193 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [09:36, 05:49](1193 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [10:37, 05:42](1194 MB) +PASS -- TEST 'rap_diag_debug_intel' [10:45, 05:56](1285 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [10:37, 05:53](1195 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [12:38, 05:56](1195 MB) +PASS -- TEST 'rap_lndp_debug_intel' [12:41, 05:47](1194 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [11:42, 05:38](1190 MB) +PASS -- TEST 'rap_noah_debug_intel' [11:41, 05:38](1201 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [11:40, 05:47](1194 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [15:42, 09:07](1192 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [13:41, 05:41](1198 MB) +PASS -- TEST 'rap_flake_debug_intel' [12:42, 05:51](1195 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [18:39, 09:53](1200 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:18, 03:28] ( 848 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [22:21, 14:45](1694 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:24, 07:49] ( 4 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [16:28, 04:00](1040 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:06, 03:26](893 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [09:38, 03:22](887 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:14, 03:12](936 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [09:35, 03:03](928 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [09:36, 03:26](889 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:12, 01:56](727 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:33, 01:58](723 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:22, 07:47] ( 4 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [06:28, 03:14](1019 MB) +PASS -- TEST 'conus13km_2threads_intel' [07:04, 01:20](1137 MB) +PASS -- TEST 'conus13km_decomp_intel' [09:15, 03:01](1027 MB) +PASS -- TEST 'conus13km_restart_intel' [05:10, 02:04](690 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:24, 07:55] ( 4 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [09:59, 04:13](919 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:19, 03:34] ( 781 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [10:38, 05:29](1075 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [09:38, 05:25](1068 MB) +PASS -- TEST 'conus13km_debug_intel' [29:33, 24:17](1102 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [28:37, 23:57](797 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [18:12, 13:29](1216 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [28:19, 24:12](1110 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [27:19, 23:45](1169 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:18, 03:28] ( 781 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [09:38, 05:44](1102 MB) + +PASS -- COMPILE 'hafsw_intel' [13:28, 09:59] ( 1 warnings 3 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [13:06, 04:33](711 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [18:18, 04:43](915 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [13:47, 03:51](1045 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:20, 06:45](763 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:11, 12:01](801 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:40, 13:10](814 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:01, 05:31](462 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:05, 06:36](472 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [14:01, 03:08](375 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [39:31, 07:48](471 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [10:59, 03:46](492 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [14:10, 03:39](495 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [17:14, 04:34](546 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [14:42, 01:41](402 MB) +PASS -- TEST 'gnv1_nested_intel' [07:07, 03:47](1696 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [08:22, 03:55] ( 1484 warnings 1450 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [31:22, 14:16](611 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [14:29, 09:20] ( 1 warnings 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [27:19, 07:10](616 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [28:29, 07:16](781 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:27, 09:28] ( 1 warnings 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [27:42, 05:37](780 MB) + +PASS -- COMPILE 'hafs_all_intel' [16:31, 08:51] ( 1 warnings 2 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [14:11, 06:22](758 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [14:07, 06:25](734 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:39, 16:03](895 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [15:30, 09:37] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:27, 03:10](1565 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:30, 02:15](1567 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:28, 02:48](684 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [06:28, 02:50](685 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:26, 02:58](685 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [07:30, 03:08](1568 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:28, 03:11](1564 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [06:26, 02:53](685 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [12:33, 07:10](1368 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [12:28, 07:02](705 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:25, 03:14](1565 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [08:29, 05:30](4521 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [07:29, 05:37](4521 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [18:33, 09:43] PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:26, 03:07](1565 MB) -PASS -- COMPILE 'datm_cdeps_land_intel' [09:22, 00:52] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:41, 01:09](301 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [05:36, 00:56](438 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [05:41, 00:43](437 MB) +PASS -- COMPILE 'datm_cdeps_land_intel' [11:24, 00:53] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:40, 01:11](302 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:35, 00:59](437 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:37, 00:42](437 MB) -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [18:32, 10:38] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:36, 03:53](1907 MB) +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [20:34, 09:52] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:37, 03:52](1911 MB) -PASS -- COMPILE 'atml_intel' [17:32, 09:22] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [09:23, 03:24](1867 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:01, 02:02](1031 MB) +PASS -- COMPILE 'atml_intel' [17:30, 09:19] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [08:22, 03:25](1865 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:04, 02:06](1031 MB) -PASS -- COMPILE 'atml_debug_intel' [12:26, 04:19] ( 893 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [12:21, 05:37](1910 MB) +PASS -- COMPILE 'atml_debug_intel' [12:25, 04:26] ( 895 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:21, 05:42](1911 MB) -PASS -- COMPILE 'atmw_intel' [11:24, 08:34] ( 1 warnings 3 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:08, 02:07](1885 MB) +PASS -- COMPILE 'atmw_intel' [12:25, 08:41] ( 1 warnings 3 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [07:12, 02:09](1885 MB) -PASS -- COMPILE 'atmaero_intel' [10:24, 08:12] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:51, 04:30](3241 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:36, 05:14](3119 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:37, 05:16](3127 MB) +PASS -- COMPILE 'atmaero_intel' [11:24, 08:13] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:56, 04:35](3240 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:40, 05:06](3118 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:39, 05:15](3130 MB) -PASS -- COMPILE 'atmaq_intel' [12:26, 07:48] ( 9 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_intel' [21:59, 15:38](2394 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [22:53, 18:44](2444 MB) +PASS -- COMPILE 'atmaq_intel' [13:26, 07:50] ( 9 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_intel' [21:59, 15:42](2402 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [23:56, 18:39](2446 MB) -PASS -- COMPILE 'atmaq_debug_intel' [08:22, 03:35] ( 871 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [47:30, 40:19](1869 MB) +PASS -- COMPILE 'atmaq_debug_intel' [09:22, 03:36] ( 873 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [46:11, 40:20](1972 MB) SYNOPSIS: -Starting Date/Time: 20251008 19:08:05 -Ending Date/Time: 20251008 21:58:27 -Total Time: 02h:50m:54s +Starting Date/Time: 20251015 14:29:16 +Ending Date/Time: 20251015 17:08:57 +Total Time: 02h:40m:12s Compiles Completed: 39/39 Tests Completed: 200/200 From 5a65b5685c7fd4cf72bcbbd344884172be2a3753 Mon Sep 17 00:00:00 2001 From: FernandoAndrade-NOAA Date: Wed, 15 Oct 2025 22:19:28 +0000 Subject: [PATCH 23/26] add ORTs passed --- tests/logs/OpnReqTests_control_p8_hera.log | 62 +++++++++---------- ...sts_cpld_control_nowave_noaero_p8_hera.log | 30 ++++----- .../OpnReqTests_regional_control_hera.log | 38 ++++++------ 3 files changed, 65 insertions(+), 65 deletions(-) diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index 2483f8de06..f0ff8b5c48 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Wed Oct 8 23:13:09 UTC 2025 +Wed Oct 15 16:59:57 UTC 2025 Start Operation Requirement Test -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2280223/bit_base_bit_base +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2100959/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 = 250.557703 - 0: The maximum resident set size (KB) = 1545796 + 0: The total amount of wall time = 196.889662 + 0: The maximum resident set size (KB) = 2063056 Test bit_base PASS -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2280223/dbg_base_dbg_base +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2100959/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 = 875.891333 - 0: The maximum resident set size (KB) = 1533348 + 0: The total amount of wall time = 1805.992477 + 0: The maximum resident set size (KB) = 2036284 Test dbg_base PASS -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2280223/dcp_dcp +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2100959/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 = 230.443676 - 0: The maximum resident set size (KB) = 1528124 + 0: The total amount of wall time = 171.943147 + 0: The maximum resident set size (KB) = 1985416 Test dcp PASS -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2280223/mpi_mpi +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2100959/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 = 226.151432 - 0: The maximum resident set size (KB) = 1540944 + 0: The total amount of wall time = 173.222561 + 0: The maximum resident set size (KB) = 1985880 Test mpi PASS -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2280223/rst_rst +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2100959/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 = 227.315474 - 0: The maximum resident set size (KB) = 1531888 + 0: The total amount of wall time = 170.491135 + 0: The maximum resident set size (KB) = 2000924 Test rst PASS -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2280223/std_base_std_base +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2100959/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 = 229.300636 - 0: The maximum resident set size (KB) = 1531176 + 0: The total amount of wall time = 170.587718 + 0: The maximum resident set size (KB) = 2010324 Test std_base PASS -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2280223/thr_thr +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2100959/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 = 228.619614 - 0: The maximum resident set size (KB) = 1528920 + 0: The total amount of wall time = 174.039760 + 0: The maximum resident set size (KB) = 1990280 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Thu Oct 9 00:56:07 UTC 2025 -Elapsed time: 01h:42m:59s. Have a nice day! +Wed Oct 15 18:26:27 UTC 2025 +Elapsed time: 01h:26m:30s. 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 4dd137bc01..08f86a8f99 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,9 +1,9 @@ -Wed Oct 8 21:36:28 UTC 2025 +Wed Oct 15 19:31:13 UTC 2025 Start Operation Requirement Test -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2069079/dbg_base_dbg_base +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_3750763/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf021.tile1.nc .........OK @@ -66,14 +66,14 @@ Moving baseline dbg_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 2257.865417 - 0: The maximum resident set size (KB) = 1648064 + 0: The total amount of wall time = 4413.118271 + 0: The maximum resident set size (KB) = 2212452 Test dbg_base PASS -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2069079/rst_rst +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_3750763/rst_rst Checking test rst results .... Comparing sfcf021.tile1.nc .....USING NCCMP......OK Comparing sfcf021.tile2.nc .....USING NCCMP......OK @@ -135,14 +135,14 @@ Checking test rst results .... Comparing RESTART/iced.2021-03-23-21600.nc .....USING NCCMP......OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK - 0: The total amount of wall time = 584.941874 - 0: The maximum resident set size (KB) = 1641916 + 0: The total amount of wall time = 367.565357 + 0: The maximum resident set size (KB) = 2187016 Test rst PASS -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2069079/std_base_std_base +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_3750763/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf021.tile1.nc .........OK @@ -205,11 +205,11 @@ Moving baseline std_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 580.889446 - 0: The maximum resident set size (KB) = 1632540 + 0: The total amount of wall time = 372.914342 + 0: The maximum resident set size (KB) = 2188536 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Oct 8 23:13:08 UTC 2025 -Elapsed time: 01h:36m:41s. Have a nice day! +Wed Oct 15 21:20:30 UTC 2025 +Elapsed time: 01h:49m:18s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 0269a94012..d7efb736f3 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Wed Oct 8 20:29:12 UTC 2025 +Wed Oct 15 15:04:58 UTC 2025 Start Operation Requirement Test -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1331695/bit_base_bit_base +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1846976/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 = 606.612629 - 0: The maximum resident set size (KB) = 891092 + 0: The total amount of wall time = 412.929104 + 0: The maximum resident set size (KB) = 1379476 Test bit_base PASS -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1331695/dcp_dcp +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1846976/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 = 490.049934 - 0: The maximum resident set size (KB) = 854452 + 0: The total amount of wall time = 313.119305 + 0: The maximum resident set size (KB) = 1224032 Test dcp PASS -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1331695/std_base_std_base +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1846976/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 = 492.148056 - 0: The maximum resident set size (KB) = 863932 + 0: The total amount of wall time = 314.339990 + 0: The maximum resident set size (KB) = 1210220 Test std_base PASS -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1331695/thr_thr +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1846976/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 = 493.580959 - 0: The maximum resident set size (KB) = 863688 + 0: The total amount of wall time = 310.320597 + 0: The maximum resident set size (KB) = 1223476 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Oct 8 21:36:27 UTC 2025 -Elapsed time: 01h:07m:15s. Have a nice day! +Wed Oct 15 15:55:54 UTC 2025 +Elapsed time: 00h:50m:57s. Have a nice day! From f1ba054ca32e2c2b032d78c18b002220a7bffe00 Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Thu, 16 Oct 2025 12:37:19 -0400 Subject: [PATCH 24/26] revert PR#2487 combination --- modulefiles/ufs_gaeac6.intel.lua | 15 +- modulefiles/ufs_gaeac6.intelllvm.lua | 18 +-- tests/bl_date.conf | 2 +- tests/compile.sh | 4 +- tests/rt.sh | 12 +- tests/run_test.sh | 6 +- tests/test_changes.list | 205 --------------------------- 7 files changed, 26 insertions(+), 236 deletions(-) diff --git a/modulefiles/ufs_gaeac6.intel.lua b/modulefiles/ufs_gaeac6.intel.lua index 0bde6514d3..bb0c3e46b7 100644 --- a/modulefiles/ufs_gaeac6.intel.lua +++ b/modulefiles/ufs_gaeac6.intel.lua @@ -1,23 +1,19 @@ help([[ This module loads libraries required for building and running UFS Weather Model - on the NOAA RDHPC machine Gaea C6 using Intel-2024.2.1. + on the NOAA RDHPC machine Gaea C6 using Intel-2023.2.0. ]]) whatis([===[Loads libraries needed for building the UFS Weather Model on Gaea C6]===]) -prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core") -prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.32-64uo344/gcc/12.3.0") +prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-intel-2023.2.0/install/modulefiles/Core") prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/modulefiles") -stack_intel_ver=os.getenv("stack_intel_ver") or "2024.2.1" -load(pathJoin("stack-oneapi", stack_intel_ver)) +stack_intel_ver=os.getenv("stack_intel_ver") or "2023.2.0" +load(pathJoin("stack-intel", stack_intel_ver)) -stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.32" +stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.30" load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver)) -libfabric_ver="1.20.1" -load(pathJoin("libfabric", libfabric_ver)) - stack_python_ver=os.getenv("stack_python_ver") or "3.11.7" load(pathJoin("stack-python", stack_python_ver)) @@ -31,6 +27,7 @@ nccmp_ver=os.getenv("nccmp_ver") or "1.9.0.1" load(pathJoin("nccmp", nccmp_ver)) unload("darshan-runtime") +unload("cray-libsci") setenv("CC","cc") setenv("CXX","CC") diff --git a/modulefiles/ufs_gaeac6.intelllvm.lua b/modulefiles/ufs_gaeac6.intelllvm.lua index 32167ccbb8..16af4a20d6 100644 --- a/modulefiles/ufs_gaeac6.intelllvm.lua +++ b/modulefiles/ufs_gaeac6.intelllvm.lua @@ -1,23 +1,19 @@ help([[ This module loads libraries required for building and running UFS Weather Model - on the NOAA RDHPC machine Gaea C6 using Intel-2024.2.1. + on the NOAA RDHPC machine Gaea C6 using Intel-2023.2.0. ]]) whatis([===[Loads libraries needed for building the UFS Weather Model on Gaea C6]===]) -prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core") -prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.32-64uo344/gcc/12.3.0") +prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-intel-2023.2.0/install/modulefiles/Core") prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/modulefiles") -stack_intel_ver=os.getenv("stack_intel_ver") or "2024.2.1" -load(pathJoin("stack-oneapi", stack_intel_ver)) +stack_intel_ver=os.getenv("stack_intel_ver") or "2023.2.0" +load(pathJoin("stack-intel", stack_intel_ver)) -stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.32" +stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.30" load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver)) -libfabric_ver="1.20.1" -load(pathJoin("libfabric", libfabric_ver)) - stack_python_ver=os.getenv("stack_python_ver") or "3.11.7" load(pathJoin("stack-python", stack_python_ver)) @@ -31,6 +27,10 @@ nccmp_ver=os.getenv("nccmp_ver") or "1.9.0.1" load(pathJoin("nccmp", nccmp_ver)) unload("darshan-runtime") +unload("cray-libsci") + +unload("intel-classic/2023.2.0") +load("intel-oneapi/2023.2.0") setenv("I_MPI_CC", "icx") setenv("I_MPI_CXX", "icpx") diff --git a/tests/bl_date.conf b/tests/bl_date.conf index 00030da61e..ba01c0ca7b 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20251014 +export BL_DATE=20251007 diff --git a/tests/compile.sh b/tests/compile.sh index 774666772a..3b54cb6c78 100755 --- a/tests/compile.sh +++ b/tests/compile.sh @@ -64,7 +64,9 @@ case ${MACHINE_ID} in if [[ ${MACHINE_ID} == gaeac5 ]]; then module reset fi - if [[ ${MACHINE_ID} == container ]]; then + if [[ ${MACHINE_ID} == gaeac6 ]]; then + module reset + elif [[ ${MACHINE_ID} == container ]]; then source /usr/lmod/lmod/init/bash module purge elif [[ ${MACHINE_ID} == hercules ]]; then diff --git a/tests/rt.sh b/tests/rt.sh index 75cbf6789f..a8baa6e7e5 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -749,14 +749,12 @@ case ${MACHINE_ID} in fi export LD_PRELOAD=/usr/lib64/libstdc++.so.6 - module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core - module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.32-64uo344/gcc/12.3.0 - module load stack-oneapi/2024.2.1 - module load cray-mpich/8.1.32 - module load libfabric/1.20.1 - module load python/3.11.7 - + module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-intel-2023.2.0/install/modulefiles/Core + module load stack-intel/2023.2.0 + module load cray-mpich/8.1.30 + module load python/3.11 if [[ "${ECFLOW:-false}" == true ]] ; then + module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-intel-2023.2.0/install/modulefiles/gcc/12.3.0 module load ecflow/5.11.4 ECF_HOST=$(hostname) ECF_PORT=$(( $(id -u) + 1500 )) diff --git a/tests/run_test.sh b/tests/run_test.sh index 121cc8d3f7..e60fdd7486 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -126,10 +126,8 @@ case ${MACHINE_ID} in module load nccmp/1.9.0.1 ;; gaeac6) - module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core - module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.32-64uo344/gcc/12.3.0 - module load stack-oneapi/2024.2.1 stack-cray-mpich/8.1.32 - module load libfabric/1.20.1 + module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-intel-2023.2.0/install/modulefiles/Core + module load stack-intel/2023.2.0 stack-cray-mpich/8.1.30 module load nccmp/1.9.0.1 #module use modulefiles #module load modules.fv3 diff --git a/tests/test_changes.list b/tests/test_changes.list index dbffe426fc..e69de29bb2 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,205 +0,0 @@ -cpld_control_p8_mixedmode intel -cpld_control_gfsv17 intel -cpld_control_gfsv17_iau intel -cpld_restart_gfsv17 intel -cpld_restart_gfsv17_iau intel -cpld_mpi_gfsv17 intel -cpld_control_sfs intel -cpld_debug_gfsv17 intel -cpld_control_p8 intel -cpld_control_p8.v2.sfc intel -cpld_restart_p8 intel -cpld_control_qr_p8 intel -cpld_restart_qr_p8 intel -cpld_2threads_p8 intel -cpld_decomp_p8 intel -cpld_mpi_p8 intel -cpld_control_ciceC_p8 intel -cpld_control_c192_p8 intel -cpld_control_p8_lnd intel -cpld_restart_p8_lnd intel -cpld_s2sa_p8 intel -cpld_control_noaero_p8 intel -cpld_control_nowave_noaero_p8 intel -cpld_debug_p8 intel -cpld_debug_noaero_p8 intel -cpld_control_noaero_p8_agrid intel -cpld_control_p8_faster intel -cpld_control_pdlib_p8 intel -cpld_restart_pdlib_p8 intel -cpld_mpi_pdlib_p8 intel -cpld_control_c48_5deg intel -cpld_warmstart_c48_5deg intel -cpld_restart_c48_5deg intel -cpld_control_c24_5deg intel -cpld_warmstart_c24_5deg intel -cpld_restart_c24_5deg intel -cpld_control_c24_9deg intel -cpld_warmstart_c24_9deg intel -cpld_restart_c24_9deg intel -cpld_control_c12_9deg intel -cpld_warmstart_c12_9deg intel -cpld_restart_c12_9deg intel -cpld_debug_pdlib_p8 intel -control_flake intel -control_CubedSphereGrid intel -control_CubedSphereGrid_parallel intel -control_latlon intel -control_wrtGauss_netcdf_parallel intel -control_c48 intel -control_c48.v2.sfc intel -control_c48_lnd_iau intel -control_c192 intel -control_c384 intel -control_c384gdas intel -control_stochy intel -control_stochy_restart intel -control_lndp intel -control_iovr4 intel -control_iovr4_gfdlmpv3 intel -control_iovr5 intel -control_p8 intel -control_p8.v2.sfc intel -control_p8_ugwpv1 intel -control_p8_ugwpv1_tempo intel -control_p8_ugwpv1_tempo_aerosol intel -control_p8_ugwpv1_tempo_aerosol_hail intel -control_restart_p8 intel -control_noqr_p8 intel -control_restart_noqr_p8 intel -control_decomp_p8 intel -control_2threads_p8 intel -control_p8_lndp intel -control_p8_rrtmgp intel -control_p8_rrtmgp_rad32 intel -control_p8_mynn intel -merra2_thompson intel -merra2_hf_thompson intel -regional_control intel -regional_restart intel -regional_decomp intel -regional_2threads intel -regional_noquilt intel -regional_netcdf_parallel intel -regional_2dwrtdecomp intel -regional_wofs intel -rap_control intel -regional_spp_sppt_shum_skeb intel -rap_decomp intel -rap_2threads intel -rap_restart intel -rap_sfcdiff intel -rap_sfcdiff_decomp intel -rap_sfcdiff_restart intel -hrrr_control intel -hrrr_control_decomp intel -hrrr_control_2threads intel -hrrr_control_restart intel -rrfs_v1beta intel -rrfs_v1nssl intel -rrfs_v1nssl_nohailnoccn intel -control_csawmg intel -control_ras intel -control_wam intel -control_p8_faster intel -regional_control_faster intel -control_CubedSphereGrid_debug intel -control_wrtGauss_netcdf_parallel_debug intel -control_stochy_debug intel -control_lndp_debug intel -control_csawmg_debug intel -control_ras_debug intel -control_diag_debug intel -control_debug_p8 intel -regional_debug intel -rap_control_debug intel -hrrr_control_debug intel -hrrr_gf_debug intel -hrrr_c3_debug intel -rap_unified_drag_suite_debug intel -rap_diag_debug intel -rap_cires_ugwp_debug intel -rap_unified_ugwp_debug intel -rap_lndp_debug intel -rap_progcld_thompson_debug intel -rap_noah_debug intel -rap_sfcdiff_debug intel -rap_noah_sfcdiff_cires_ugwp_debug intel -rap_clm_lake_debug intel -rap_flake_debug intel -gnv1_c96_no_nest_debug intel -control_wam_debug intel -regional_spp_sppt_shum_skeb_dyn32_phy32 intel -rap_control_dyn32_phy32 intel -hrrr_control_dyn32_phy32 intel -rap_2threads_dyn32_phy32 intel -hrrr_control_2threads_dyn32_phy32 intel -hrrr_control_decomp_dyn32_phy32 intel -rap_restart_dyn32_phy32 intel -hrrr_control_restart_dyn32_phy32 intel -conus13km_control intel -conus13km_2threads intel -conus13km_decomp intel -conus13km_restart intel -rap_control_dyn64_phy32 intel -rap_control_debug_dyn32_phy32 intel -hrrr_control_debug_dyn32_phy32 intel -conus13km_debug intel -conus13km_debug_qr intel -conus13km_debug_2threads intel -conus13km_debug_decomp intel -conus13km_radar_tten_debug intel -rap_control_dyn64_phy32_debug intel -hafs_regional_atm intel -hafs_regional_atm_gfdlmpv3 intel -hafs_regional_atm_thompson_gfdlsf intel -hafs_regional_atm_ocn intel -hafs_regional_atm_wav intel -hafs_regional_atm_ocn_wav intel -hafs_regional_1nest_atm intel -hafs_regional_telescopic_2nests_atm intel -hafs_global_1nest_atm intel -hafs_global_multiple_4nests_atm intel -hafs_regional_specified_moving_1nest_atm intel -hafs_regional_storm_following_1nest_atm intel -hafs_regional_storm_following_1nest_atm_ocn intel -hafs_global_storm_following_1nest_atm intel -gnv1_nested intel -hafs_regional_storm_following_1nest_atm_ocn_debug intel -hafs_regional_storm_following_1nest_atm_ocn_wav intel -hafs_regional_storm_following_1nest_atm_ocn_wav_inline intel -hafs_regional_storm_following_1nest_atm_ocn_wav_mom6 intel -hafs_regional_docn intel -hafs_regional_docn_oisst intel -hafs_regional_datm_cdeps intel -datm_cdeps_control_cfsr intel -datm_cdeps_restart_cfsr intel -datm_cdeps_control_gefs intel -datm_cdeps_iau_gefs intel -datm_cdeps_stochy_gefs intel -datm_cdeps_ciceC_cfsr intel -datm_cdeps_bulk_cfsr intel -datm_cdeps_bulk_gefs intel -datm_cdeps_mx025_cfsr intel -datm_cdeps_mx025_gefs intel -datm_cdeps_multiple_files_cfsr intel -datm_cdeps_3072x1536_cfsr intel -datm_cdeps_gfs intel -datm_cdeps_debug_cfsr intel -datm_cdeps_control_cfsr_faster intel -datm_cdeps_lnd_gswp3 intel -datm_cdeps_lnd_era5 intel -datm_cdeps_lnd_era5_rst intel -atm_ds2s_docn_pcice intel -atm_ds2s_docn_dice intel -control_p8_atmlnd intel -control_restart_p8_atmlnd intel -control_p8_atmlnd_debug intel -atmwav_control_noaero_p8 intel -atmaero_control_p8 intel -atmaero_control_p8_rad intel -atmaero_control_p8_rad_micro intel -regional_atmaq intel -regional_atmaq_canopy intel -regional_atmaq_debug intel -cpld_regional_atm_fbh intel From a52b9d5678f7924deb09afe66acd8db0e83b0d71 Mon Sep 17 00:00:00 2001 From: FernandoAndrade-NOAA Date: Thu, 16 Oct 2025 14:54:56 -0400 Subject: [PATCH 25/26] add gaeaC6 RT log passed --- tests/logs/RegressionTests_gaeac6.log | 1019 ++++++++----------------- 1 file changed, 306 insertions(+), 713 deletions(-) diff --git a/tests/logs/RegressionTests_gaeac6.log b/tests/logs/RegressionTests_gaeac6.log index 97441937d0..49e984e0fc 100644 --- a/tests/logs/RegressionTests_gaeac6.log +++ b/tests/logs/RegressionTests_gaeac6.log @@ -1,7 +1,7 @@ ====START OF GAEAC6 REGRESSION TESTING LOG==== UFSWM hash used in testing: -da73809a3bbe87fcc6f93519605880b4b5e6a8b1 +f1ba054ca32e2c2b032d78c18b002220a7bffe00 Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) @@ -19,11 +19,11 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) a0363fd82ba2c4a44b3e80904f550868b321024c NOAHMP-interface/noahmp (v3.7.1-466-ga0363fd) - 12be1f2ef83c9de858899845ad0e6405ce0fc236 UFSATM (heads/develop) + 88550126f2ec883d45fb9280423ce6d0991889fa UFSATM (remotes/origin/sync_NCAR_main_2025_09_04) 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) - 0722a9d60cedbd837ee0d3666ea90541f7758c80 UFSATM/ccpp/physics (EP4-1943-g0722a9d6) + 886a74402c97928fc4308b8438f33f6cd3b97321 UFSATM/ccpp/physics (EP4-2007-g886a7440) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) 7e24e739182281717607b341a1c2ffdba473616f UFSATM/fv3/atmos_cubed_sphere (201912_public_release-424-g7e24e73) 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/develop-226-g38d2177a) 8f6caa9d04f1caf2ca8ce1b362aedcebf9b14c8c UFSATM/upp (upp_v10.2.0-297-g8f6caa9d) @@ -40,724 +40,317 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /gpfs/f6/bil-fire8/world-shared/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20251002 -COMPARISON DIRECTORY: /gpfs/f6/epic/proj-shared/Gillian.Petro/RT_RUNDIRS/Gillian.Petro/FV3_RT/rt_4161906 +BASELINE DIRECTORY: /gpfs/f6/bil-fire8/world-shared/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20251007 +COMPARISON DIRECTORY: /gpfs/f6/bil-fire8/proj-shared/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_541784 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic +* (-a) - HPC PROJECT ACCOUNT: bil-fire8 * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [09:16, 08:04] ( 1044 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8_mixedmode_intel' [, ]( MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [15:10, 13:40] ( 1042 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_gfsv17_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_control_gfsv17_iau_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_gfsv17_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_gfsv17_iau_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_mpi_gfsv17_intel' [, ]( MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [15:10, 13:38] ( 1042 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_sfs_intel' [, ]( MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:10, 03:12] ( 1554 warnings 2933 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_debug_gfsv17_intel' [, ]( MB) - -PASS -- COMPILE 's2swa_intel' [13:23, 11:26] ( 1044 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8.v2.sfc_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_qr_p8_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_qr_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_2threads_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_decomp_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_mpi_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_ciceC_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_c192_p8_intel' [, ]( MB) - -PASS -- COMPILE 's2swal_intel' [10:13, 08:25] ( 1065 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8_lnd_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_p8_lnd_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_s2sa_p8_intel' [, ]( MB) - -PASS -- COMPILE 's2sw_intel' [09:12, 08:05] ( 1012 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_noaero_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_nowave_noaero_p8_intel' [, ]( MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:10, 03:17] ( 1444 warnings 2183 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_debug_p8_intel' [, ]( MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:10, 03:12] ( 1444 warnings 2165 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_debug_noaero_p8_intel' [, ]( MB) - -PASS -- COMPILE 's2s_aoflux_intel' [08:10, 06:29] ( 948 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_noaero_p8_agrid_intel' [, ]( MB) - -PASS -- COMPILE 's2swa_faster_intel' [11:10, 09:21] ( 1030 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8_faster_intel' [, ]( MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:10, 13:08] ( 1035 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_pdlib_p8_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_pdlib_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_mpi_pdlib_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_c48_5deg_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_warmstart_c48_5deg_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_c48_5deg_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_c24_5deg_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_warmstart_c24_5deg_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_c24_5deg_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_c24_9deg_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_warmstart_c24_9deg_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_c24_9deg_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_c12_9deg_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_warmstart_c12_9deg_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_c12_9deg_intel' [, ]( MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:11, 03:00] ( 1554 warnings 2915 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_debug_pdlib_p8_intel' [, ]( MB) - -PASS -- COMPILE 'atm_dyn32_intel' [10:10, 08:16] ( 501 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_flake_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_CubedSphereGrid_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_CubedSphereGrid_parallel_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_latlon_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wrtGauss_netcdf_parallel_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_c48_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_c48.v2.sfc_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_c48_lnd_iau_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_c192_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_c384_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_c384gdas_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_stochy_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'control_stochy_restart_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_lndp_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_iovr4_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_iovr4_gfdlmpv3_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_iovr5_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8.v2.sfc_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_ugwpv1_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_ugwpv1_tempo_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'control_restart_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_noqr_p8_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'control_restart_noqr_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_decomp_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_2threads_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_lndp_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_rrtmgp_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_mynn_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'merra2_thompson_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'merra2_hf_thompson_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_control_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'regional_restart_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_decomp_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_2threads_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_noquilt_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_netcdf_parallel_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_2dwrtdecomp_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_wofs_intel' [, ]( MB) - -PASS -- COMPILE 'rrfs_intel' [09:12, 07:30] ( 3 warnings 448 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_control_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_spp_sppt_shum_skeb_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_decomp_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_2threads_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'rap_restart_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_sfcdiff_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_sfcdiff_decomp_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'rap_sfcdiff_restart_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_decomp_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_2threads_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'hrrr_control_restart_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rrfs_v1beta_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rrfs_v1nssl_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [, ]( MB) - -PASS -- COMPILE 'csawmg_intel' [09:16, 07:40] ( 417 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_csawmg_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_ras_intel' [, ]( MB) - -PASS -- COMPILE 'wam_intel' [08:12, 06:34] ( 395 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wam_intel' [, ]( MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [08:11, 06:44] ( 411 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_faster_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_control_faster_intel' [, ]( MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 03:07] ( 902 warnings 589 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_CubedSphereGrid_debug_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_stochy_debug_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_lndp_debug_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_csawmg_debug_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_ras_debug_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_diag_debug_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_debug_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_debug_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_control_debug_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_debug_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_gf_debug_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_c3_debug_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_unified_drag_suite_debug_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_diag_debug_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_cires_ugwp_debug_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_unified_ugwp_debug_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_lndp_debug_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_progcld_thompson_debug_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_noah_debug_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_sfcdiff_debug_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_clm_lake_debug_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_flake_debug_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'gnv1_c96_no_nest_debug_intel' [, ]( MB) - -PASS -- COMPILE 'wam_debug_intel' [03:10, 01:56] ( 859 warnings 395 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wam_debug_intel' [, ]( MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:10, 05:50] ( 3 warnings 415 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_control_dyn32_phy32_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_dyn32_phy32_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_2threads_dyn32_phy32_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'rap_restart_dyn32_phy32_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [, ]( MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [07:10, 05:17] ( 3 warnings 392 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_control_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_2threads_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_decomp_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'conus13km_restart_intel' [, ]( MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:10, 05:38] ( 3 warnings 415 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_control_dyn64_phy32_intel' [, ]( MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:10, 02:02] ( 793 warnings 421 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_control_debug_dyn32_phy32_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_debug_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_debug_qr_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_debug_2threads_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_debug_decomp_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_radar_tten_debug_intel' [, ]( MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:10, 02:01] ( 793 warnings 415 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_control_dyn64_phy32_debug_intel' [, ]( MB) - -PASS -- COMPILE 'hafsw_intel' [09:10, 07:56] ( 695 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_atm_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_atm_ocn_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_atm_wav_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_atm_ocn_wav_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_1nest_atm_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_global_1nest_atm_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_global_multiple_4nests_atm_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_global_storm_following_1nest_atm_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'gnv1_nested_intel' [, ]( MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:10, 02:15] ( 1499 warnings 2057 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [, ]( MB) - -PASS -- COMPILE 'hafsw_faster_intel' [09:10, 07:37] ( 660 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [, ]( MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [09:10, 07:43] ( 928 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [, ]( MB) - -PASS -- COMPILE 'hafs_all_intel' [09:10, 07:35] ( 637 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_docn_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_docn_oisst_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_datm_cdeps_intel' [, ]( MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:10, 05:05] ( 561 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_control_cfsr_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'datm_cdeps_restart_cfsr_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_control_gefs_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_iau_gefs_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_stochy_gefs_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_ciceC_cfsr_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_bulk_cfsr_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_bulk_gefs_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_mx025_cfsr_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_mx025_gefs_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_gfs_intel' [, ]( MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 02:11] ( 4 warnings 561 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_debug_cfsr_intel' [, ]( MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:10, 05:12] ( 561 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_control_cfsr_faster_intel' [, ]( MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:37] ( 126 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_lnd_gswp3_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_lnd_era5_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'datm_cdeps_lnd_era5_rst_intel' [, ]( MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [09:10, 07:40] ( 611 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'atm_ds2s_docn_pcice_intel' [, ]( MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:10, 05:35] ( 499 remarks ) -FAILED: UNABLE TO START TEST -- TEST 'atm_ds2s_docn_dice_intel' [, ]( MB) - -PASS -- COMPILE 'atml_intel' [08:10, 06:09] ( 8 warnings 552 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_atmlnd_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'control_restart_p8_atmlnd_intel' [, ]( MB) - -PASS -- COMPILE 'atml_debug_intel' [04:10, 02:37] ( 907 warnings 552 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_atmlnd_debug_intel' [, ]( MB) - -PASS -- COMPILE 'atmw_intel' [09:10, 07:11] ( 520 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'atmwav_control_noaero_p8_intel' [, ]( MB) - -PASS -- COMPILE 'atmaero_intel' [07:10, 05:32] ( 413 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'atmaero_control_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'atmaero_control_p8_rad_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'atmaero_control_p8_rad_micro_intel' [, ]( MB) - -PASS -- COMPILE 'atmaq_intel' [07:10, 05:22] ( 8 warnings 610 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_atmaq_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_atmaq_canopy_intel' [, ]( MB) - -PASS -- COMPILE 'atmaq_debug_intel' [03:10, 02:02] ( 884 warnings 610 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_atmaq_debug_intel' [, ]( MB) - -PASS -- COMPILE 'atm_fbh_intel' [07:10, 05:20] ( 3 warnings 422 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_regional_atm_fbh_intel' [, ]( MB) +PASS -- COMPILE 's2swa_32bit_intel' [10:10, 08:38] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:39, 06:36](2021 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:11, 12:27] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [11:34, 10:04](1902 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [12:36, 11:06](1941 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [06:29, 04:55](1069 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [06:33, 04:59](1932 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [13:25, 11:52](1881 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:11, 12:35] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [12:24, 10:16](1910 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:10, 03:42] ( 1557 warnings 1896 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [14:38, 12:54](1924 MB) + +PASS -- COMPILE 's2swa_intel' [10:10, 08:36] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [07:38, 05:18](2068 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [07:46, 05:14](2058 MB) +PASS -- TEST 'cpld_restart_p8_intel' [04:33, 02:45](1597 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [07:33, 05:13](2073 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [04:34, 02:45](1450 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [08:30, 06:06](2222 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [07:28, 05:11](2060 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [06:39, 04:11](2005 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:43, 05:17](2049 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [08:32, 05:33](2392 MB) + +PASS -- COMPILE 's2swal_intel' [10:10, 08:51] ( 1 warnings 6 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [07:44, 05:16](2065 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [04:35, 02:46](1593 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:40, 05:19](1915 MB) + +PASS -- COMPILE 's2sw_intel' [10:10, 08:24] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [05:40, 03:10](1923 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:39, 04:42](1849 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:10, 03:32] ( 1447 warnings 1158 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:43, 08:35](2087 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:10, 03:34] ( 1447 warnings 1158 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:40, 03:56](1952 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [08:10, 06:49] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:32, 03:08](1968 MB) + +PASS -- COMPILE 's2swa_faster_intel' [11:10, 09:29] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [06:45, 04:53](2049 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [14:11, 12:13] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [11:36, 10:02](1930 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [06:33, 04:55](1088 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [13:29, 11:40](1909 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [06:25, 04:14](2864 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:24, 01:18](2868 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:22, 00:46](2288 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [02:19, 00:45](2093 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:20, 00:25](2087 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:18, 00:19](1431 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [02:19, 00:45](2088 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:18, 00:25](2089 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:20, 00:18](1435 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:18, 00:27](2021 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:17, 00:20](2022 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:20, 00:16](1371 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 03:26] ( 1557 warnings 1896 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [18:39, 16:07](1951 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [08:10, 06:21] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:19, 02:33](526 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:21, 01:37](1423 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:25, 01:41](1428 MB) +PASS -- TEST 'control_latlon_intel' [03:19, 01:40](1423 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:21, 01:42](1425 MB) +PASS -- TEST 'control_c48_intel' [06:22, 04:39](1569 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:20, 04:18](686 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [06:22, 04:47](1565 MB) +PASS -- TEST 'control_c192_intel' [06:25, 04:49](1687 MB) +PASS -- TEST 'control_c384_intel' [11:40, 09:44](1973 MB) +PASS -- TEST 'control_c384gdas_intel' [13:12, 10:13](1178 MB) +PASS -- TEST 'control_stochy_intel' [03:18, 01:13](484 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:14, 00:42](281 MB) +PASS -- TEST 'control_lndp_intel' [02:15, 01:07](477 MB) +PASS -- TEST 'control_iovr4_intel' [03:15, 01:43](484 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [03:19, 02:00](778 MB) +PASS -- TEST 'control_iovr5_intel' [03:16, 01:43](473 MB) +PASS -- TEST 'control_p8_intel' [03:30, 01:57](1710 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:33, 02:03](1716 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:26, 01:54](1714 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [03:25, 01:55](1731 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [03:26, 01:59](1745 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:26, 01:26](2425 MB) +PASS -- TEST 'control_restart_p8_intel' [03:21, 01:09](866 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:23, 01:54](1698 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:22, 01:08](865 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:22, 01:58](1715 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:20, 02:10](1796 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:22, 03:16](1708 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:25, 02:36](1766 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:27, 02:02](1723 MB) +PASS -- TEST 'merra2_thompson_intel' [04:26, 02:17](1715 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [05:24, 03:57](1727 MB) +PASS -- TEST 'regional_control_intel' [05:18, 03:17](853 MB) +PASS -- TEST 'regional_restart_intel' [03:21, 01:49](875 MB) +PASS -- TEST 'regional_decomp_intel' [05:19, 03:24](868 MB) +PASS -- TEST 'regional_2threads_intel' [04:21, 02:35](994 MB) +PASS -- TEST 'regional_noquilt_intel' [05:21, 03:15](1166 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:20, 03:17](857 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:20, 03:18](862 MB) +PASS -- TEST 'regional_wofs_intel' [06:20, 04:18](1590 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [08:10, 06:15] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [04:28, 02:32](1740 MB) + +PASS -- COMPILE 'rrfs_intel' [07:10, 05:59] ( 4 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [04:29, 02:38](864 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:32, 02:42](1212 MB) +PASS -- TEST 'rap_decomp_intel' [04:20, 02:45](860 MB) +PASS -- TEST 'rap_2threads_intel' [04:23, 03:06](939 MB) +PASS -- TEST 'rap_restart_intel' [03:21, 01:26](728 MB) +PASS -- TEST 'rap_sfcdiff_intel' [04:27, 02:38](867 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:19, 02:43](861 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:20, 01:26](725 MB) +PASS -- TEST 'hrrr_control_intel' [04:25, 02:34](857 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:19, 02:37](859 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:19, 02:56](933 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:16, 01:24](684 MB) +PASS -- TEST 'rrfs_v1beta_intel' [06:27, 04:39](853 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:18, 06:12](1810 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:24, 05:42](1797 MB) + +PASS -- COMPILE 'csawmg_intel' [07:10, 05:37] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [06:19, 04:12](814 MB) +PASS -- TEST 'control_ras_intel' [04:15, 02:15](518 MB) + +PASS -- COMPILE 'wam_intel' [07:10, 05:33] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [09:26, 07:35](1504 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [07:10, 05:56] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:29, 01:56](1705 MB) +PASS -- TEST 'regional_control_faster_intel' [05:21, 03:10](854 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 03:22] ( 905 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:19, 01:34](1445 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:18, 01:35](1447 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:16, 02:05](649 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:15, 01:53](648 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:20, 02:53](956 MB) +PASS -- TEST 'control_ras_debug_intel' [03:15, 01:55](654 MB) +PASS -- TEST 'control_diag_debug_intel' [03:17, 01:53](1504 MB) +PASS -- TEST 'control_debug_p8_intel' [03:24, 01:53](1743 MB) +PASS -- TEST 'regional_debug_intel' [12:25, 11:04](891 MB) +PASS -- TEST 'rap_control_debug_intel' [05:16, 03:20](1035 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:17, 03:19](1029 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:15, 03:23](1039 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:15, 03:27](1034 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:15, 03:23](1048 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:19, 03:33](1118 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:16, 03:28](1038 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:16, 03:28](1036 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:15, 03:25](1029 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:16, 03:24](1037 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:15, 03:16](1030 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:15, 03:25](1030 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:16, 05:25](1032 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:16, 03:21](1043 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:16, 03:21](1033 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:23, 05:40](1040 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:10, 02:08] ( 862 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [10:24, 08:34](1533 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:11, 05:26] ( 4 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:32, 02:33](1056 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:26, 02:16](735 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:26, 02:13](740 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [04:20, 02:40](798 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:20, 02:34](800 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:20, 02:18](735 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:23, 01:15](649 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:16, 01:12](615 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [07:10, 05:23] ( 4 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:33, 01:54](1018 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:24, 00:56](1024 MB) +PASS -- TEST 'conus13km_decomp_intel' [03:23, 01:52](1019 MB) +PASS -- TEST 'conus13km_restart_intel' [03:21, 01:07](885 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:10, 05:24] ( 4 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:25, 02:44](772 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:10, 02:08] ( 795 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:16, 03:16](911 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:15, 03:13](910 MB) +PASS -- TEST 'conus13km_debug_intel' [15:25, 13:41](1071 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:21, 13:55](759 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [14:18, 12:38](1065 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [16:17, 14:21](1063 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:18, 13:54](1128 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:10, 02:04] ( 795 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:15, 03:21](958 MB) + +PASS -- COMPILE 'hafsw_intel' [09:11, 07:44] ( 1 warnings 4 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [04:28, 02:31](831 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [05:45, 03:52](1043 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:16, 02:18](1057 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [06:30, 04:18](901 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [09:26, 07:12](934 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [09:34, 07:40](967 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:28, 03:15](455 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [05:30, 03:52](463 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:26, 01:36](378 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [06:52, 04:10](413 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:23, 02:22](480 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:24, 02:11](481 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:26, 02:40](557 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:19, 00:52](419 MB) +PASS -- TEST 'gnv1_nested_intel' [04:41, 02:21](1694 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:10, 02:25] ( 1502 warnings 1430 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [10:32, 08:15](563 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [09:11, 07:47] ( 1 warnings 3 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [06:32, 04:54](608 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [06:35, 04:37](777 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [09:11, 08:00] ( 1 warnings 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [05:51, 03:24](781 MB) + +PASS -- COMPILE 'hafs_all_intel' [09:11, 07:32] ( 1 warnings 3 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [05:30, 04:00](890 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [05:25, 04:00](856 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [12:38, 10:54](881 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:11, 05:10] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:21, 02:07](1549 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:14, 01:22](1551 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:14, 01:53](671 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:14, 01:53](671 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:13, 01:54](666 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:14, 02:02](1550 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:13, 02:03](1551 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:14, 01:51](672 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:29, 04:52](1358 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:26, 04:44](706 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:13, 02:03](1554 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:14, 04:00](4507 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:20, 03:49](4513 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:29] ( 4 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:14, 04:06](1549 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:11, 04:58] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:14, 02:03](1557 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:38] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:20, 00:52](301 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:18, 00:38](434 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:17, 00:29](429 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [07:11, 06:04] ( 1 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:32, 02:27](1777 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:11, 05:44] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:26, 03:08](1771 MB) + +PASS -- COMPILE 'atml_intel' [08:11, 06:16] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [04:27, 02:25](1857 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:20, 01:24](1021 MB) + +PASS -- COMPILE 'atml_debug_intel' [04:11, 02:47] ( 910 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:25, 03:21](1878 MB) + +PASS -- COMPILE 'atmw_intel' [09:11, 07:36] ( 1 warnings 3 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:24, 01:19](1744 MB) + +PASS -- COMPILE 'atmaero_intel' [07:11, 05:37] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:27, 02:40](1927 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:25, 03:09](1579 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:25, 03:12](1592 MB) + +PASS -- COMPILE 'atmaq_intel' [07:11, 05:28] ( 9 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_intel' [14:56, 12:33](2969 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [16:55, 14:37](2974 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [03:11, 02:06] ( 887 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [27:38, 25:27](2989 MB) + +PASS -- COMPILE 'atm_fbh_intel' [07:11, 05:25] ( 4 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [07:20, 05:59](791 MB) SYNOPSIS: -Starting Date/Time: 20251008 12:27:56 -Ending Date/Time: 20251008 14:44:04 -Total Time: 02h:16m:29s -Compiles Completed: 43/43 -Tests Completed: 0/204 -Failed Tests: -* TEST cpld_control_p8_mixedmode_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_p8_mixedmode_intel.log -* TEST cpld_control_gfsv17_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_gfsv17_intel.log -* TEST cpld_control_gfsv17_iau_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST cpld_restart_gfsv17_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST cpld_restart_gfsv17_iau_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST cpld_mpi_gfsv17_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_mpi_gfsv17_intel.log -* TEST cpld_control_sfs_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_sfs_intel.log -* TEST cpld_debug_gfsv17_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_debug_gfsv17_intel.log -* TEST cpld_control_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_p8_intel.log -* TEST cpld_control_p8.v2.sfc_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_p8.v2.sfc_intel.log -* TEST cpld_restart_p8_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST cpld_control_qr_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_qr_p8_intel.log -* TEST cpld_restart_qr_p8_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST cpld_2threads_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_2threads_p8_intel.log -* TEST cpld_decomp_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_decomp_p8_intel.log -* TEST cpld_mpi_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_mpi_p8_intel.log -* TEST cpld_control_ciceC_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_ciceC_p8_intel.log -* TEST cpld_control_c192_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_c192_p8_intel.log -* TEST cpld_control_p8_lnd_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_p8_lnd_intel.log -* TEST cpld_restart_p8_lnd_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST cpld_s2sa_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_s2sa_p8_intel.log -* TEST cpld_control_noaero_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_noaero_p8_intel.log -* TEST cpld_control_nowave_noaero_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_nowave_noaero_p8_intel.log -* TEST cpld_debug_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_debug_p8_intel.log -* TEST cpld_debug_noaero_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_debug_noaero_p8_intel.log -* TEST cpld_control_noaero_p8_agrid_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_noaero_p8_agrid_intel.log -* TEST cpld_control_p8_faster_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_p8_faster_intel.log -* TEST cpld_control_pdlib_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_pdlib_p8_intel.log -* TEST cpld_restart_pdlib_p8_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST cpld_mpi_pdlib_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_mpi_pdlib_p8_intel.log -* TEST cpld_control_c48_5deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_c48_5deg_intel.log -* TEST cpld_warmstart_c48_5deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_warmstart_c48_5deg_intel.log -* TEST cpld_restart_c48_5deg_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST cpld_control_c24_5deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_c24_5deg_intel.log -* TEST cpld_warmstart_c24_5deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_warmstart_c24_5deg_intel.log -* TEST cpld_restart_c24_5deg_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST cpld_control_c24_9deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_c24_9deg_intel.log -* TEST cpld_warmstart_c24_9deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_warmstart_c24_9deg_intel.log -* TEST cpld_restart_c24_9deg_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST cpld_control_c12_9deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_c12_9deg_intel.log -* TEST cpld_warmstart_c12_9deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_warmstart_c12_9deg_intel.log -* TEST cpld_restart_c12_9deg_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST cpld_debug_pdlib_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_debug_pdlib_p8_intel.log -* TEST control_flake_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_flake_intel.log -* TEST control_CubedSphereGrid_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_CubedSphereGrid_intel.log -* TEST control_CubedSphereGrid_parallel_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_CubedSphereGrid_parallel_intel.log -* TEST control_latlon_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_latlon_intel.log -* TEST control_wrtGauss_netcdf_parallel_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_wrtGauss_netcdf_parallel_intel.log -* TEST control_c48_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_c48_intel.log -* TEST control_c48.v2.sfc_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_c48.v2.sfc_intel.log -* TEST control_c48_lnd_iau_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_c48_lnd_iau_intel.log -* TEST control_c192_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_c192_intel.log -* TEST control_c384_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_c384_intel.log -* TEST control_c384gdas_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_c384gdas_intel.log -* TEST control_stochy_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_stochy_intel.log -* TEST control_stochy_restart_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST control_lndp_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_lndp_intel.log -* TEST control_iovr4_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_iovr4_intel.log -* TEST control_iovr4_gfdlmpv3_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_iovr4_gfdlmpv3_intel.log -* TEST control_iovr5_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_iovr5_intel.log -* TEST control_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_intel.log -* TEST control_p8.v2.sfc_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8.v2.sfc_intel.log -* TEST control_p8_ugwpv1_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_ugwpv1_intel.log -* TEST control_p8_ugwpv1_tempo_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_ugwpv1_tempo_intel.log -* TEST control_p8_ugwpv1_tempo_aerosol_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_ugwpv1_tempo_aerosol_intel.log -* TEST control_p8_ugwpv1_tempo_aerosol_hail_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_ugwpv1_tempo_aerosol_hail_intel.log -* TEST control_restart_p8_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST control_noqr_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_noqr_p8_intel.log -* TEST control_restart_noqr_p8_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST control_decomp_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_decomp_p8_intel.log -* TEST control_2threads_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_2threads_p8_intel.log -* TEST control_p8_lndp_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_lndp_intel.log -* TEST control_p8_rrtmgp_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_rrtmgp_intel.log -* TEST control_p8_mynn_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_mynn_intel.log -* TEST merra2_thompson_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_merra2_thompson_intel.log -* TEST merra2_hf_thompson_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_merra2_hf_thompson_intel.log -* TEST regional_control_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_control_intel.log -* TEST regional_restart_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST regional_decomp_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_decomp_intel.log -* TEST regional_2threads_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_2threads_intel.log -* TEST regional_noquilt_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_noquilt_intel.log -* TEST regional_netcdf_parallel_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_netcdf_parallel_intel.log -* TEST regional_2dwrtdecomp_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_2dwrtdecomp_intel.log -* TEST regional_wofs_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_wofs_intel.log -* TEST rap_control_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_control_intel.log -* TEST regional_spp_sppt_shum_skeb_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_spp_sppt_shum_skeb_intel.log -* TEST rap_decomp_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_decomp_intel.log -* TEST rap_2threads_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_2threads_intel.log -* TEST rap_restart_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST rap_sfcdiff_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_sfcdiff_intel.log -* TEST rap_sfcdiff_decomp_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_sfcdiff_decomp_intel.log -* TEST rap_sfcdiff_restart_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST hrrr_control_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_control_intel.log -* TEST hrrr_control_decomp_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_control_decomp_intel.log -* TEST hrrr_control_2threads_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_control_2threads_intel.log -* TEST hrrr_control_restart_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST rrfs_v1beta_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rrfs_v1beta_intel.log -* TEST rrfs_v1nssl_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rrfs_v1nssl_intel.log -* TEST rrfs_v1nssl_nohailnoccn_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rrfs_v1nssl_nohailnoccn_intel.log -* TEST control_csawmg_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_csawmg_intel.log -* TEST control_ras_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_ras_intel.log -* TEST control_wam_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_wam_intel.log -* TEST control_p8_faster_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_faster_intel.log -* TEST regional_control_faster_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_control_faster_intel.log -* TEST control_CubedSphereGrid_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_CubedSphereGrid_debug_intel.log -* TEST control_wrtGauss_netcdf_parallel_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_wrtGauss_netcdf_parallel_debug_intel.log -* TEST control_stochy_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_stochy_debug_intel.log -* TEST control_lndp_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_lndp_debug_intel.log -* TEST control_csawmg_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_csawmg_debug_intel.log -* TEST control_ras_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_ras_debug_intel.log -* TEST control_diag_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_diag_debug_intel.log -* TEST control_debug_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_debug_p8_intel.log -* TEST regional_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_debug_intel.log -* TEST rap_control_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_control_debug_intel.log -* TEST hrrr_control_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_control_debug_intel.log -* TEST hrrr_gf_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_gf_debug_intel.log -* TEST hrrr_c3_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_c3_debug_intel.log -* TEST rap_unified_drag_suite_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_unified_drag_suite_debug_intel.log -* TEST rap_diag_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_diag_debug_intel.log -* TEST rap_cires_ugwp_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_cires_ugwp_debug_intel.log -* TEST rap_unified_ugwp_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_unified_ugwp_debug_intel.log -* TEST rap_lndp_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_lndp_debug_intel.log -* TEST rap_progcld_thompson_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_progcld_thompson_debug_intel.log -* TEST rap_noah_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_noah_debug_intel.log -* TEST rap_sfcdiff_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_sfcdiff_debug_intel.log -* TEST rap_noah_sfcdiff_cires_ugwp_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_noah_sfcdiff_cires_ugwp_debug_intel.log -* TEST rap_clm_lake_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_clm_lake_debug_intel.log -* TEST rap_flake_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_flake_debug_intel.log -* TEST gnv1_c96_no_nest_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_gnv1_c96_no_nest_debug_intel.log -* TEST control_wam_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_wam_debug_intel.log -* TEST regional_spp_sppt_shum_skeb_dyn32_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_spp_sppt_shum_skeb_dyn32_phy32_intel.log -* TEST rap_control_dyn32_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_control_dyn32_phy32_intel.log -* TEST hrrr_control_dyn32_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_control_dyn32_phy32_intel.log -* TEST rap_2threads_dyn32_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_2threads_dyn32_phy32_intel.log -* TEST hrrr_control_2threads_dyn32_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_control_2threads_dyn32_phy32_intel.log -* TEST hrrr_control_decomp_dyn32_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_control_decomp_dyn32_phy32_intel.log -* TEST rap_restart_dyn32_phy32_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST hrrr_control_restart_dyn32_phy32_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST conus13km_control_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_conus13km_control_intel.log -* TEST conus13km_2threads_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_conus13km_2threads_intel.log -* TEST conus13km_decomp_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_conus13km_decomp_intel.log -* TEST conus13km_restart_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST rap_control_dyn64_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_control_dyn64_phy32_intel.log -* TEST rap_control_debug_dyn32_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_control_debug_dyn32_phy32_intel.log -* TEST hrrr_control_debug_dyn32_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_control_debug_dyn32_phy32_intel.log -* TEST conus13km_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_conus13km_debug_intel.log -* TEST conus13km_debug_qr_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_conus13km_debug_qr_intel.log -* TEST conus13km_debug_2threads_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_conus13km_debug_2threads_intel.log -* TEST conus13km_debug_decomp_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_conus13km_debug_decomp_intel.log -* TEST conus13km_radar_tten_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_conus13km_radar_tten_debug_intel.log -* TEST rap_control_dyn64_phy32_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_control_dyn64_phy32_debug_intel.log -* TEST hafs_regional_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_atm_intel.log -* TEST hafs_regional_atm_gfdlmpv3_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_atm_gfdlmpv3_intel.log -* TEST hafs_regional_atm_thompson_gfdlsf_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_atm_thompson_gfdlsf_intel.log -* TEST hafs_regional_atm_ocn_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_atm_ocn_intel.log -* TEST hafs_regional_atm_wav_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_atm_wav_intel.log -* TEST hafs_regional_atm_ocn_wav_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_atm_ocn_wav_intel.log -* TEST hafs_regional_1nest_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_1nest_atm_intel.log -* TEST hafs_regional_telescopic_2nests_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_telescopic_2nests_atm_intel.log -* TEST hafs_global_1nest_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_global_1nest_atm_intel.log -* TEST hafs_global_multiple_4nests_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_global_multiple_4nests_atm_intel.log -* TEST hafs_regional_specified_moving_1nest_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_specified_moving_1nest_atm_intel.log -* TEST hafs_regional_storm_following_1nest_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_storm_following_1nest_atm_intel.log -* TEST hafs_regional_storm_following_1nest_atm_ocn_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_storm_following_1nest_atm_ocn_intel.log -* TEST hafs_global_storm_following_1nest_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_global_storm_following_1nest_atm_intel.log -* TEST gnv1_nested_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_gnv1_nested_intel.log -* TEST hafs_regional_storm_following_1nest_atm_ocn_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_storm_following_1nest_atm_ocn_debug_intel.log -* TEST hafs_regional_storm_following_1nest_atm_ocn_wav_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_storm_following_1nest_atm_ocn_wav_intel.log -* TEST hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel.log -* TEST hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel.log -* TEST hafs_regional_docn_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_docn_intel.log -* TEST hafs_regional_docn_oisst_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_docn_oisst_intel.log -* TEST hafs_regional_datm_cdeps_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_datm_cdeps_intel.log -* TEST datm_cdeps_control_cfsr_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_control_cfsr_intel.log -* TEST datm_cdeps_restart_cfsr_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST datm_cdeps_control_gefs_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_control_gefs_intel.log -* TEST datm_cdeps_iau_gefs_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_iau_gefs_intel.log -* TEST datm_cdeps_stochy_gefs_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_stochy_gefs_intel.log -* TEST datm_cdeps_ciceC_cfsr_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_ciceC_cfsr_intel.log -* TEST datm_cdeps_bulk_cfsr_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_bulk_cfsr_intel.log -* TEST datm_cdeps_bulk_gefs_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_bulk_gefs_intel.log -* TEST datm_cdeps_mx025_cfsr_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_mx025_cfsr_intel.log -* TEST datm_cdeps_mx025_gefs_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_mx025_gefs_intel.log -* TEST datm_cdeps_multiple_files_cfsr_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_multiple_files_cfsr_intel.log -* TEST datm_cdeps_3072x1536_cfsr_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_3072x1536_cfsr_intel.log -* TEST datm_cdeps_gfs_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_gfs_intel.log -* TEST datm_cdeps_debug_cfsr_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_debug_cfsr_intel.log -* TEST datm_cdeps_control_cfsr_faster_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_control_cfsr_faster_intel.log -* TEST datm_cdeps_lnd_gswp3_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_lnd_gswp3_intel.log -* TEST datm_cdeps_lnd_era5_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_lnd_era5_intel.log -* TEST datm_cdeps_lnd_era5_rst_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST atm_ds2s_docn_pcice_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_atm_ds2s_docn_pcice_intel.log -* TEST atm_ds2s_docn_dice_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST control_p8_atmlnd_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_atmlnd_intel.log -* TEST control_restart_p8_atmlnd_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST control_p8_atmlnd_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_atmlnd_debug_intel.log -* TEST atmwav_control_noaero_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_atmwav_control_noaero_p8_intel.log -* TEST atmaero_control_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_atmaero_control_p8_intel.log -* TEST atmaero_control_p8_rad_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_atmaero_control_p8_rad_intel.log -* TEST atmaero_control_p8_rad_micro_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_atmaero_control_p8_rad_micro_intel.log -* TEST regional_atmaq_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_atmaq_intel.log -* TEST regional_atmaq_canopy_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_atmaq_canopy_intel.log -* TEST regional_atmaq_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_atmaq_debug_intel.log -* TEST cpld_regional_atm_fbh_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_regional_atm_fbh_intel.log +Starting Date/Time: 20251016 13:21:08 +Ending Date/Time: 20251016 14:37:35 +Total Time: 01h:16m:51s +Compiles Completed: 44/44 +Tests Completed: 205/205 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. +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'. -Result: FAILURE +Result: SUCCESS ====END OF GAEAC6 REGRESSION TESTING LOG==== From 369cead91c98eb5c72da81ff78925250dad08903 Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Thu, 16 Oct 2025 16:33:07 -0400 Subject: [PATCH 26/26] update UFSATM after merge --- .gitmodules | 6 ++---- UFSATM | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6e4b66e94c..b881f89393 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "UFSATM"] path = UFSATM - #url = https://github.com/NOAA-EMC/ufsatm - #branch = develop - url = https://github.com/grantfirl/fv3atm - branch = sync_NCAR_main_2025_09_04 + url = https://github.com/NOAA-EMC/ufsatm + branch = develop [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 diff --git a/UFSATM b/UFSATM index 88550126f2..e3d536f820 160000 --- a/UFSATM +++ b/UFSATM @@ -1 +1 @@ -Subproject commit 88550126f2ec883d45fb9280423ce6d0991889fa +Subproject commit e3d536f8203ea9d2ab68375040015f53383ad6b5