From f9ae04f77e97a2cf7e4874484e49e7965e22b7f6 Mon Sep 17 00:00:00 2001 From: Kris Booker Date: Tue, 29 Jul 2025 10:58:08 -0600 Subject: [PATCH 01/12] Fixing bug with platform log being removed for CI/CD failure cases. --- .cicd/scripts/wm_test.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.cicd/scripts/wm_test.sh b/.cicd/scripts/wm_test.sh index d3469ec770..2c20cef416 100755 --- a/.cicd/scripts/wm_test.sh +++ b/.cicd/scripts/wm_test.sh @@ -134,6 +134,11 @@ if [[ ${WM_REGRESSION_TESTS} = true ]] ; then cd ${workspace} find ${workspace}/tests/logs -ls + ###Fail case check if no test logs were completed move old file back. + [[ ! -f tests/logs/RegressionTests_${UFS_PLATFORM}.log ]] && [[ -f tests/logs/RegressionTests_${UFS_PLATFORM}.log.orig ]] + mv tests/logs/RegressionTests_${UFS_PLATFORM}.log.orig tests/logs/RegressionTests_${UFS_PLATFORM}.log + fi + echo "Pipeline Reqression Tests on ${UFS_PLATFORM} complete. status=${status}" else echo "Pipeline Regression Tests on ${UFS_PLATFORM} (${machine}) skipped." From 12fb8acd45c9a999ff18fff3f51e5926e919bed8 Mon Sep 17 00:00:00 2001 From: Kris Booker Date: Tue, 29 Jul 2025 11:18:59 -0600 Subject: [PATCH 02/12] Updating syntax. --- .cicd/scripts/wm_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cicd/scripts/wm_test.sh b/.cicd/scripts/wm_test.sh index 2c20cef416..25d41d1c1a 100755 --- a/.cicd/scripts/wm_test.sh +++ b/.cicd/scripts/wm_test.sh @@ -135,7 +135,7 @@ if [[ ${WM_REGRESSION_TESTS} = true ]] ; then cd ${workspace} find ${workspace}/tests/logs -ls ###Fail case check if no test logs were completed move old file back. - [[ ! -f tests/logs/RegressionTests_${UFS_PLATFORM}.log ]] && [[ -f tests/logs/RegressionTests_${UFS_PLATFORM}.log.orig ]] + if [[ ! -f "tests/logs/RegressionTests_${UFS_PLATFORM}.log" && -f "tests/logs/RegressionTests_${UFS_PLATFORM}.log.orig" ]];then mv tests/logs/RegressionTests_${UFS_PLATFORM}.log.orig tests/logs/RegressionTests_${UFS_PLATFORM}.log fi From 55325f84cbfe4235526293dd39e0c4c8cf8353a1 Mon Sep 17 00:00:00 2001 From: epic-cicd-jenkins Date: Tue, 29 Jul 2025 14:16:01 -0500 Subject: [PATCH 03/12] [AutoRT] Hercules Job Completed.\n\n\n on-behalf-of @ufs-community --- tests/logs/RegressionTests_hercules.log | 796 ++++++++++++------------ 1 file changed, 398 insertions(+), 398 deletions(-) diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 3682570081..79b1a87c7c 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,7 +1,7 @@ -====START OF hercules REGRESSION TESTING LOG==== +====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -ad3af69744167ad4d0e9d5bf46df3ce81e88dda3 +12fb8acd45c9a999ff18fff3f51e5926e919bed8 Submodule hashes used in testing: 0a8a9a40b112262865491b6d7d25908863b17231 AQM (v0.2.0-39-g0a8a9a4) @@ -9,7 +9,7 @@ Submodule hashes used in testing: 132fa6963ba2f7103f711eb567e4fe97ed0804a8 CDEPS-interface/CDEPS (cdeps0.4.17-406-g132fa69) 4411a158cc4839157e3087d7fe8e399f9685eb35 CICE-interface/CICE (CICE6.0.0-399-g4411a15) 43ead56380bf11ecad66f165dcd736ed0c278763 CICE-interface/CICE/icepack (Icepack1.1.0-200-g43ead56) - b827e0b61f8b5a08a4e2286bd02133cbbe62d933 CMEPS-interface/CMEPS (cmeps_v0.4.1-2322-gb827e0b6) + ae6db2120e7a97429a2b2d3287e13feebe25d530 CMEPS-interface/CMEPS (cmeps_v0.4.1-2318-gae6db21) 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) e5b040cca39537499130260e0b65425543416f03 FV3 (heads/develop) 11359cb04a420fc87e4cf0f035f4d1215ab24488 FV3/ccpp/framework (2025-01-06-dev-5-g11359cb) @@ -32,416 +32,416 @@ Submodule hashes used in testing: 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) 97b24f8e40f1de0980388c8326c48b442e5a5e61 stochastic_physics (ufs-v2.0.0-282-g97b24f8) + NOTES: [Times](Memory) are at the end of each compile/test in format [MM:SS](Size). The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20250724 -COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/jongkim/FV3_RT/rt_3630908 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20250721 +COMPARISON DIRECTORY: /work2/noaa/epic/role-epic/stmp/role-epic/FV3_RT/rt_680955 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-r) - USE ROCOTO - -PASS -- COMPILE s2swa_32bit_intel [13:10, 11:42](0 warnings,1041 remarks) -PASS -- TEST cpld_control_p8_mixedmode_intel [11:12, 08:16] (2147444 MB) -PASS -- TEST cpld_control_gefs_intel [30:38, 15:28] (3119472 MB) -PASS -- TEST cpld_restart_gefs_intel [21:08, 05:45] (2793888 MB) -PASS -- TEST cpld_dcp_gefs_intel [30:36, 14:43] (3148356 MB) - -PASS -- COMPILE s2swa_32bit_pdlib_intel [19:10, 17:19](0 warnings,1039 remarks) -PASS -- TEST cpld_control_gfsv17_intel [20:15, 17:37] (2025756 MB) -PASS -- TEST cpld_control_gfsv17_iau_intel [22:39, 19:18] (2323340 MB) -PASS -- TEST cpld_restart_gfsv17_intel [09:37, 06:52] (1353196 MB) -PASS -- TEST cpld_mpi_gfsv17_intel [21:00, 18:34] (1929768 MB) -PASS -- TEST cpld_control_gfsv17_nowav_iau_intel [06:18, 03:55] (2291828 MB) -PASS -- TEST cpld_restart_gfsv17_nowav_iau_intel [05:33, 02:10] (2188232 MB) - -PASS -- COMPILE s2swa_32bit_pdlib_sfs_intel [18:10, 16:52](0 warnings,1039 remarks) -PASS -- TEST cpld_control_sfs_intel [18:39, 16:42] (1986688 MB) - -PASS -- COMPILE s2swa_32bit_pdlib_debug_intel [05:10, 03:28](1553 warnings,2924 remarks) -PASS -- TEST cpld_debug_gfsv17_intel [20:25, 17:56] (1995864 MB) - -PASS -- COMPILE s2swa_intel [13:10, 11:18](0 warnings,1041 remarks) -PASS -- TEST cpld_control_p8_intel [11:11, 08:51] (2267512 MB) -PASS -- TEST cpld_control_p8.v2.sfc_intel [11:11, 08:37] (2252716 MB) -PASS -- TEST cpld_restart_p8_intel [11:17, 06:52] (1945136 MB) -PASS -- TEST cpld_control_qr_p8_intel [11:04, 08:41] (2276804 MB) -PASS -- TEST cpld_restart_qr_p8_intel [10:30, 05:27] (1800488 MB) -PASS -- TEST cpld_2threads_p8_intel [11:04, 08:36] (2408044 MB) -PASS -- TEST cpld_decomp_p8_intel [11:04, 08:29] (2246192 MB) -PASS -- TEST cpld_mpi_p8_intel [09:09, 07:07] (2135404 MB) -PASS -- TEST cpld_control_ciceC_p8_intel [11:14, 08:33] (2266288 MB) -PASS -- TEST cpld_control_c192_p8_intel [22:54, 15:44] (2928296 MB) -PASS -- TEST cpld_restart_c192_p8_intel [09:41, 05:39] (2958620 MB) - -PASS -- COMPILE s2swal_intel [13:10, 11:47](0 warnings,1062 remarks) -PASS -- TEST cpld_control_p8_lnd_intel [11:12, 08:32] (2232732 MB) -PASS -- TEST cpld_restart_p8_lnd_intel [10:25, 05:33] (1912864 MB) -PASS -- TEST cpld_s2sa_p8_intel [09:04, 06:42] (2240328 MB) - -PASS -- COMPILE s2sw_intel [12:10, 10:12](0 warnings,1009 remarks) -PASS -- TEST cpld_control_noaero_p8_intel [09:57, 07:38] (2052020 MB) -PASS -- TEST cpld_control_nowave_noaero_p8_intel [07:59, 05:45] (2165872 MB) - -PASS -- COMPILE s2swa_debug_intel [08:10, 06:40](1443 warnings,2174 remarks) -PASS -- TEST cpld_debug_p8_intel [13:59, 12:00] (2291112 MB) - -PASS -- COMPILE s2sw_debug_intel [05:10, 03:50](1443 warnings,2156 remarks) -PASS -- TEST cpld_debug_noaero_p8_intel [06:49, 05:05] (2079636 MB) - -PASS -- COMPILE s2s_aoflux_intel [19:10, 17:53](0 warnings,945 remarks) -PASS -- TEST cpld_control_noaero_p8_agrid_intel [06:00, 04:00] (2134564 MB) - -PASS -- COMPILE s2swa_faster_intel [15:11, 13:24](0 warnings,1027 remarks) -PASS -- TEST cpld_control_p8_faster_intel [11:12, 08:24] (2254424 MB) - -PASS -- COMPILE s2sw_pdlib_intel [18:12, 16:13](0 warnings,1032 remarks) -PASS -- TEST cpld_control_pdlib_p8_intel [19:05, 15:19] (2090492 MB) -PASS -- TEST cpld_restart_pdlib_p8_intel [09:10, 06:36] (1426416 MB) -PASS -- TEST cpld_mpi_pdlib_p8_intel [19:54, 16:45] (1996796 MB) -PASS -- TEST cpld_control_c48_5deg_intel [12:42, 07:17] (3062064 MB) -PASS -- TEST cpld_warmstart_c48_5deg_intel [07:44, 02:57] (3039088 MB) -PASS -- TEST cpld_restart_c48_5deg_intel [03:32, 01:27] (2470168 MB) -PASS -- TEST cpld_control_c24_5deg_intel [02:27, 00:58] (2242552 MB) -PASS -- TEST cpld_warmstart_c24_5deg_intel [06:29, 01:29] (2242676 MB) -PASS -- TEST cpld_restart_c24_5deg_intel [02:24, 00:24] (1617472 MB) -PASS -- TEST cpld_control_c24_9deg_intel [02:27, 00:58] (2245932 MB) -PASS -- TEST cpld_warmstart_c24_9deg_intel [02:28, 00:32] (2241524 MB) -PASS -- TEST cpld_restart_c24_9deg_intel [04:23, 01:51] (1617368 MB) -PASS -- TEST cpld_control_c12_9deg_intel [02:27, 00:32] (2170316 MB) -PASS -- TEST cpld_warmstart_c12_9deg_intel [05:30, 01:34] (2169540 MB) -PASS -- TEST cpld_restart_c12_9deg_intel [02:24, 00:21] (1508028 MB) - -PASS -- COMPILE s2sw_pdlib_debug_intel [07:10, 05:39](1553 warnings,2906 remarks) -PASS -- TEST cpld_debug_pdlib_p8_intel [28:09, 23:11] (2067256 MB) - -PASS -- COMPILE atm_dyn32_intel [11:10, 09:21](0 warnings,500 remarks) -PASS -- TEST control_flake_intel [07:21, 03:02] (727368 MB) -PASS -- TEST control_CubedSphereGrid_intel [06:26, 02:15] (1621696 MB) -PASS -- TEST control_CubedSphereGrid_parallel_intel [06:29, 02:24] (1632872 MB) -PASS -- TEST control_latlon_intel [06:18, 02:20] (1615048 MB) -PASS -- TEST control_wrtGauss_netcdf_parallel_intel [05:29, 02:26] (1626692 MB) -PASS -- TEST control_c48_intel [09:26, 06:41] (1710148 MB) -PASS -- TEST control_c48.v2.sfc_intel [08:26, 06:00] (840472 MB) -PASS -- TEST control_c48_lnd_iau_intel [09:23, 06:40] (1711428 MB) -PASS -- TEST control_c192_intel [08:33, 06:25] (1834480 MB) -PASS -- TEST control_c384_intel [11:19, 07:04] (2043036 MB) -PASS -- TEST control_c384gdas_intel [12:11, 08:40] (1509528 MB) -PASS -- TEST control_stochy_intel [03:18, 01:39] (683496 MB) -PASS -- TEST control_stochy_restart_intel [02:26, 00:56] (565680 MB) -PASS -- TEST control_lndp_intel [03:18, 01:26] (684396 MB) -PASS -- TEST control_iovr4_intel [04:19, 02:05] (683660 MB) -PASS -- TEST control_iovr4_gfdlmpv3_intel [04:26, 02:27] (977456 MB) -PASS -- TEST control_iovr5_intel [04:21, 02:04] (676236 MB) -PASS -- TEST control_p8_intel [05:00, 02:31] (1910684 MB) -PASS -- TEST control_p8.v2.sfc_intel [04:58, 02:35] (1917020 MB) -PASS -- TEST control_p8_ugwpv1_intel [04:51, 02:29] (1916288 MB) -PASS -- TEST control_p8_ugwpv1_tempo_intel [04:47, 02:28] (1926020 MB) -PASS -- TEST control_p8_ugwpv1_tempo_aerosol_intel [04:51, 02:29] (1947364 MB) -PASS -- TEST control_p8_ugwpv1_tempo_aerosol_hail_intel [03:42, 01:41] (2435948 MB) -PASS -- TEST control_restart_p8_intel [03:43, 01:27] (1177344 MB) -PASS -- TEST control_noqr_p8_intel [04:58, 02:32] (1903144 MB) -PASS -- TEST control_restart_noqr_p8_intel [03:52, 01:24] (1220004 MB) -PASS -- TEST control_decomp_p8_intel [04:41, 02:28] (1909360 MB) -PASS -- TEST control_2threads_p8_intel [04:36, 02:58] (1986976 MB) -PASS -- TEST control_p8_lndp_intel [06:28, 04:20] (1913084 MB) -PASS -- TEST control_p8_rrtmgp_intel [05:50, 03:33] (1984992 MB) -PASS -- TEST control_p8_mynn_intel [04:49, 02:33] (1916296 MB) -PASS -- TEST merra2_thompson_intel [04:58, 02:52] (1919172 MB) -PASS -- TEST merra2_hf_thompson_intel [06:49, 04:20] (1936600 MB) -PASS -- TEST regional_control_intel [06:30, 04:24] (1198044 MB) -PASS -- TEST regional_restart_intel [04:26, 02:24] (1207528 MB) -PASS -- TEST regional_decomp_intel [06:25, 04:43] (1185608 MB) -PASS -- TEST regional_2threads_intel [05:26, 03:34] (1098136 MB) -PASS -- TEST regional_noquilt_intel [06:37, 04:22] (1506224 MB) -PASS -- TEST regional_netcdf_parallel_intel [06:32, 04:33] (1194644 MB) -PASS -- TEST regional_2dwrtdecomp_intel [06:22, 04:28] (1197832 MB) -PASS -- TEST regional_wofs_intel [08:28, 05:41] (2105176 MB) - -PASS -- COMPILE rrfs_intel [10:11, 08:16](3 warnings,445 remarks) -PASS -- TEST rap_control_intel [09:52, 06:38] (1201788 MB) -PASS -- TEST regional_spp_sppt_shum_skeb_intel [05:48, 03:20] (1457592 MB) -PASS -- TEST rap_decomp_intel [09:37, 07:10] (1121908 MB) -PASS -- TEST rap_2threads_intel [09:34, 08:09] (1205192 MB) -PASS -- TEST rap_restart_intel [05:51, 03:27] (1142420 MB) -PASS -- TEST rap_sfcdiff_intel [08:48, 06:35] (1185304 MB) -PASS -- TEST rap_sfcdiff_decomp_intel [09:35, 07:15] (1127112 MB) -PASS -- TEST rap_sfcdiff_restart_intel [07:53, 05:11] (1223288 MB) -PASS -- TEST hrrr_control_intel [05:51, 03:19] (1087648 MB) -PASS -- TEST hrrr_control_decomp_intel [05:46, 03:24] (1059812 MB) -PASS -- TEST hrrr_control_2threads_intel [05:37, 03:59] (1134836 MB) -PASS -- TEST hrrr_control_restart_intel [03:30, 01:50] (1056580 MB) -PASS -- TEST rrfs_v1beta_intel [08:56, 06:29] (1187112 MB) -PASS -- TEST rrfs_v1nssl_intel [09:22, 08:01] (2012960 MB) -PASS -- TEST rrfs_v1nssl_nohailnoccn_intel [09:19, 07:47] (2180112 MB) - -PASS -- COMPILE csawmg_intel [09:12, 07:45](0 warnings,414 remarks) -PASS -- TEST control_csawmg_intel [07:29, 05:26] (1078488 MB) -PASS -- TEST control_ras_intel [04:19, 02:51] (859740 MB) - -PASS -- COMPILE wam_intel [09:10, 07:51](0 warnings,392 remarks) -PASS -- TEST control_wam_intel [14:38, 12:23] (1691376 MB) - -PASS -- COMPILE atm_faster_dyn32_intel [20:11, 16:23](0 warnings,408 remarks) -PASS -- TEST control_p8_faster_intel [04:51, 02:20] (1913028 MB) -PASS -- TEST regional_control_faster_intel [05:26, 04:01] (1189652 MB) - -PASS -- COMPILE atm_debug_dyn32_intel [09:11, 07:09](901 warnings,586 remarks) -PASS -- TEST control_CubedSphereGrid_debug_intel [03:22, 01:51] (1640540 MB) -PASS -- TEST control_wrtGauss_netcdf_parallel_debug_intel [03:24, 01:56] (1648752 MB) -PASS -- TEST control_stochy_debug_intel [04:17, 02:32] (864932 MB) -PASS -- TEST control_lndp_debug_intel [04:17, 02:22] (861624 MB) -PASS -- TEST control_csawmg_debug_intel [07:25, 05:37] (1170012 MB) -PASS -- TEST control_ras_debug_intel [04:17, 02:12] (867980 MB) -PASS -- TEST control_diag_debug_intel [03:26, 02:09] (1713272 MB) -PASS -- TEST control_debug_p8_intel [04:33, 02:20] (1947520 MB) -PASS -- TEST regional_debug_intel [17:25, 15:16] (1171272 MB) -PASS -- TEST rap_control_debug_intel [05:21, 04:06] (1235880 MB) -PASS -- TEST hrrr_control_debug_intel [05:19, 03:51] (1240980 MB) -PASS -- TEST hrrr_gf_debug_intel [05:20, 03:55] (1245092 MB) -PASS -- TEST hrrr_c3_debug_intel [05:17, 04:02] (1237240 MB) -PASS -- TEST rap_unified_drag_suite_debug_intel [05:17, 04:00] (1244200 MB) -PASS -- TEST rap_diag_debug_intel [06:23, 04:22] (1336624 MB) -PASS -- TEST rap_cires_ugwp_debug_intel [05:17, 04:05] (1244428 MB) -PASS -- TEST rap_unified_ugwp_debug_intel [06:19, 04:14] (1237764 MB) -PASS -- TEST rap_lndp_debug_intel [06:17, 04:22] (1241308 MB) -PASS -- TEST rap_progcld_thompson_debug_intel [06:20, 04:05] (1237072 MB) -PASS -- TEST rap_noah_debug_intel [05:16, 04:03] (1237640 MB) -PASS -- TEST rap_sfcdiff_debug_intel [05:18, 04:05] (1235648 MB) -PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_intel [08:18, 06:42] (1241336 MB) -PASS -- TEST rap_clm_lake_debug_intel [05:20, 04:05] (1254948 MB) -PASS -- TEST rap_flake_debug_intel [05:20, 04:04] (1235344 MB) - -PASS -- COMPILE wam_debug_intel [04:10, 02:20](858 warnings,392 remarks) - -PASS -- COMPILE rrfs_dyn32_phy32_intel [09:10, 08:02](3 warnings,412 remarks) -PASS -- TEST regional_spp_sppt_shum_skeb_dyn32_phy32_intel [05:46, 03:15] (1300340 MB) -PASS -- TEST rap_control_dyn32_phy32_intel [08:47, 06:54] (1145004 MB) -PASS -- TEST hrrr_control_dyn32_phy32_intel [04:57, 02:48] (1024284 MB) -PASS -- TEST rap_2threads_dyn32_phy32_intel [08:46, 06:50] (1113432 MB) -PASS -- TEST hrrr_control_2threads_dyn32_phy32_intel [05:35, 03:29] (1053868 MB) -PASS -- TEST hrrr_control_decomp_dyn32_phy32_intel [04:44, 03:00] (973352 MB) -PASS -- TEST rap_restart_dyn32_phy32_intel [06:52, 04:06] (1096664 MB) -PASS -- TEST hrrr_control_restart_dyn32_phy32_intel [03:19, 01:32] (964916 MB) - -PASS -- COMPILE rrfs_dyn32_phy32_faster_intel [09:11, 08:00](3 warnings,389 remarks) -PASS -- TEST conus13km_control_intel [03:36, 01:36] (1322360 MB) -PASS -- TEST conus13km_2threads_intel [02:31, 00:57] (1220060 MB) -PASS -- TEST conus13km_restart_mismatch_intel [02:36, 00:57] (1187764 MB) - -PASS -- COMPILE rrfs_dyn64_phy32_intel [10:10, 08:14](3 warnings,412 remarks) -PASS -- TEST rap_control_dyn64_phy32_intel [05:30, 03:43] (1115136 MB) - -PASS -- COMPILE rrfs_dyn32_phy32_debug_intel [04:11, 02:11](793 warnings,418 remarks) -PASS -- TEST rap_control_debug_dyn32_phy32_intel [06:18, 04:19] (1121504 MB) -PASS -- TEST hrrr_control_debug_dyn32_phy32_intel [06:17, 04:32] (1110176 MB) -PASS -- TEST conus13km_debug_intel [15:33, 14:04] (1368360 MB) -PASS -- TEST conus13km_debug_qr_intel [15:37, 13:35] (1028164 MB) -PASS -- TEST conus13km_debug_2threads_intel [14:33, 12:16] (1250312 MB) -PASS -- TEST conus13km_radar_tten_debug_intel [15:36, 13:31] (1435676 MB) - -PASS -- COMPILE rrfs_dyn64_phy32_debug_intel [04:12, 02:15](793 warnings,412 remarks) -PASS -- TEST rap_control_dyn64_phy32_debug_intel [05:20, 03:57] (1222320 MB) - -PASS -- COMPILE hafsw_intel [13:12, 11:18](0 warnings,692 remarks) -PASS -- TEST hafs_regional_atm_intel [07:06, 04:48] (1029904 MB) -PASS -- TEST hafs_regional_atm_gfdlmpv3_intel [07:09, 04:55] (1221260 MB) -PASS -- TEST hafs_regional_atm_thompson_gfdlsf_intel [04:23, 02:58] (1293520 MB) -PASS -- TEST hafs_regional_atm_ocn_intel [09:19, 06:18] (1096368 MB) -PASS -- TEST hafs_regional_atm_wav_intel [16:13, 13:38] (1111912 MB) -PASS -- TEST hafs_regional_atm_ocn_wav_intel [19:19, 16:12] (1154316 MB) -PASS -- TEST hafs_regional_1nest_atm_intel [07:01, 04:55] (601600 MB) -PASS -- TEST hafs_regional_telescopic_2nests_atm_intel [08:18, 06:00] (615500 MB) -PASS -- TEST hafs_global_1nest_atm_intel [04:42, 02:14] (431908 MB) -PASS -- TEST hafs_global_multiple_4nests_atm_intel [10:09, 06:51] (520572 MB) -PASS -- TEST hafs_regional_specified_moving_1nest_atm_intel [05:48, 03:10] (616224 MB) -PASS -- TEST hafs_regional_storm_following_1nest_atm_intel [05:00, 03:00] (613804 MB) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_intel [05:50, 03:48] (661228 MB) -PASS -- TEST hafs_global_storm_following_1nest_atm_intel [03:26, 00:59] (454760 MB) - -PASS -- COMPILE hafsw_debug_intel [04:11, 02:34](1498 warnings,2048 remarks) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_debug_intel [12:51, 10:54] (633660 MB) - -PASS -- COMPILE hafsw_faster_intel [14:12, 12:50](0 warnings,657 remarks) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_intel [19:54, 17:27] (752724 MB) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel [20:11, 17:52] (832840 MB) - -PASS -- COMPILE hafs_mom6w_intel [13:11, 11:18](0 warnings,926 remarks) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel [13:41, 11:05] (810736 MB) - -PASS -- COMPILE hafs_all_intel [23:11, 20:25](0 warnings,634 remarks) -PASS -- TEST hafs_regional_docn_intel [08:07, 05:35] (1091592 MB) -PASS -- TEST hafs_regional_docn_oisst_intel [09:08, 05:41] (1074288 MB) -PASS -- TEST hafs_regional_datm_cdeps_intel [18:46, 16:26] (1340952 MB) - -PASS -- COMPILE datm_cdeps_intel [08:11, 05:09](0 warnings,561 remarks) -PASS -- TEST datm_cdeps_control_cfsr_intel [04:16, 02:23] (1873316 MB) -PASS -- TEST datm_cdeps_restart_cfsr_intel [03:17, 01:37] (1810896 MB) -PASS -- TEST datm_cdeps_control_gefs_intel [04:19, 02:14] (1117600 MB) -PASS -- TEST datm_cdeps_iau_gefs_intel [04:15, 02:15] (1124676 MB) -PASS -- TEST datm_cdeps_stochy_gefs_intel [04:16, 02:15] (1125204 MB) -PASS -- TEST datm_cdeps_ciceC_cfsr_intel [04:15, 02:25] (1867836 MB) -PASS -- TEST datm_cdeps_bulk_cfsr_intel [04:15, 02:25] (1871676 MB) -PASS -- TEST datm_cdeps_bulk_gefs_intel [04:15, 02:16] (1112716 MB) -PASS -- TEST datm_cdeps_mx025_cfsr_intel [07:50, 05:39] (1711124 MB) -PASS -- TEST datm_cdeps_mx025_gefs_intel [07:52, 05:26] (1187228 MB) -PASS -- TEST datm_cdeps_multiple_files_cfsr_intel [04:15, 02:27] (1872932 MB) -PASS -- TEST datm_cdeps_3072x1536_cfsr_intel [05:18, 03:52] (4827180 MB) -PASS -- TEST datm_cdeps_gfs_intel [05:17, 03:50] (4835284 MB) - -PASS -- COMPILE datm_cdeps_debug_intel [05:11, 02:06](4 warnings,561 remarks) -PASS -- TEST datm_cdeps_debug_cfsr_intel [07:16, 05:19] (1777896 MB) - -PASS -- COMPILE datm_cdeps_faster_intel [10:16, 08:17](0 warnings,561 remarks) -PASS -- TEST datm_cdeps_control_cfsr_faster_intel [04:16, 02:25] (1869020 MB) - -PASS -- COMPILE datm_cdeps_land_intel [02:11, 00:39](0 warnings,126 remarks) -PASS -- TEST datm_cdeps_lnd_gswp3_intel [02:27, 00:49] (338288 MB) -PASS -- TEST datm_cdeps_lnd_era5_intel [02:21, 00:34] (557168 MB) -PASS -- TEST datm_cdeps_lnd_era5_rst_intel [02:24, 00:24] (556540 MB) - -PASS -- COMPILE atm_ds2s_docn_pcice_intel [11:10, 09:01](0 warnings,607 remarks) -PASS -- TEST atm_ds2s_docn_pcice_intel [05:56, 03:18] (2040688 MB) - -PASS -- COMPILE atm_ds2s_docn_dice_intel [10:10, 08:50](0 warnings,496 remarks) -PASS -- TEST atm_ds2s_docn_dice_intel [07:51, 05:13] (2057104 MB) - -PASS -- COMPILE atml_intel [11:11, 09:18](8 warnings,551 remarks) -PASS -- TEST control_p8_atmlnd_intel [05:00, 02:46] (1889548 MB) -PASS -- TEST control_restart_p8_atmlnd_intel [03:38, 01:35] (1157708 MB) - -PASS -- COMPILE atml_debug_intel [05:11, 03:13](906 warnings,551 remarks) -PASS -- TEST control_p8_atmlnd_debug_intel [07:56, 05:18] (1917640 MB) - -PASS -- COMPILE atmw_intel [12:11, 11:04](0 warnings,517 remarks) -PASS -- TEST atmwav_control_noaero_p8_intel [03:51, 02:02] (1948704 MB) - -PASS -- COMPILE atmaero_intel [10:10, 09:00](0 warnings,410 remarks) -PASS -- TEST atmaero_control_p8_intel [05:48, 03:28] (1996884 MB) -PASS -- TEST atmaero_control_p8_rad_intel [06:42, 04:04] (1791964 MB) -PASS -- TEST atmaero_control_p8_rad_micro_intel [06:39, 04:15] (1823184 MB) - -PASS -- COMPILE atmaq_intel [10:11, 08:14](8 warnings,607 remarks) -PASS -- TEST regional_atmaq_intel [16:18, 13:34] (2939128 MB) -PASS -- TEST regional_atmaq_canopy_intel [19:11, 16:15] (2945832 MB) - -PASS -- COMPILE atmaq_debug_intel [04:11, 02:24](883 warnings,607 remarks) -PASS -- TEST regional_atmaq_debug_intel [34:08, 31:28] (2956376 MB) - -PASS -- COMPILE atm_fbh_intel [10:12, 08:22](3 warnings,419 remarks) -PASS -- TEST cpld_regional_atm_fbh_intel [11:23, 09:34] (1080880 MB) - -PASS -- COMPILE atm_gnu [05:10, 03:44](0 warnings,0 remarks) -PASS -- TEST control_c48_gnu [09:32, 07:50] (1586156 MB) -PASS -- TEST control_stochy_gnu [04:23, 02:13] (593060 MB) -PASS -- TEST control_ras_gnu [05:20, 03:39] (596252 MB) -PASS -- TEST control_p8_gnu [05:56, 03:35] (1534748 MB) -PASS -- TEST control_p8_ugwpv1_gnu [05:43, 03:44] (1553376 MB) -PASS -- TEST control_flake_gnu [06:20, 04:24] (638300 MB) - -PASS -- COMPILE rrfs_gnu [05:11, 03:44](0 warnings,0 remarks) -PASS -- TEST rap_control_gnu [09:41, 07:43] (941768 MB) -PASS -- TEST rap_decomp_gnu [09:44, 07:53] (942500 MB) -PASS -- TEST rap_2threads_gnu [08:46, 06:38] (1004768 MB) -PASS -- TEST rap_restart_gnu [05:53, 04:03] (682172 MB) -PASS -- TEST rap_sfcdiff_gnu [09:49, 07:51] (944344 MB) -PASS -- TEST rap_sfcdiff_decomp_gnu [09:34, 07:58] (943512 MB) -PASS -- TEST rap_sfcdiff_restart_gnu [07:52, 05:55] (682360 MB) -PASS -- TEST hrrr_control_gnu [05:39, 03:58] (968212 MB) -PASS -- TEST hrrr_control_noqr_gnu [05:36, 04:01] (927116 MB) -PASS -- TEST hrrr_control_2threads_gnu [05:33, 03:30] (1005224 MB) -PASS -- TEST hrrr_control_decomp_gnu [05:32, 04:03] (943532 MB) -PASS -- TEST hrrr_control_restart_gnu [04:22, 02:06] (671168 MB) -PASS -- TEST hrrr_control_restart_noqr_gnu [03:20, 02:05] (759188 MB) -PASS -- TEST rrfs_v1beta_gnu [10:54, 09:09] (938536 MB) - -PASS -- COMPILE csawmg_gnu [05:11, 03:26](0 warnings,0 remarks) -PASS -- TEST control_csawmg_gnu [08:24, 06:33] (841092 MB) - -PASS -- COMPILE atm_dyn32_debug_gnu [07:11, 05:29](0 warnings,0 remarks) -PASS -- TEST control_diag_debug_gnu [03:24, 01:14] (1369936 MB) -PASS -- TEST regional_debug_gnu [08:28, 06:37] (886580 MB) -PASS -- TEST rap_control_debug_gnu [03:20, 02:07] (950628 MB) -PASS -- TEST hrrr_control_debug_gnu [03:20, 01:56] (947364 MB) -PASS -- TEST hrrr_gf_debug_gnu [03:18, 02:05] (952636 MB) -PASS -- TEST hrrr_c3_debug_gnu [03:17, 02:08] (949628 MB) -PASS -- TEST rap_diag_debug_gnu [04:30, 02:14] (1037752 MB) -PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_gnu [05:20, 03:14] (945100 MB) -PASS -- TEST rap_progcld_thompson_debug_gnu [03:17, 02:00] (952512 MB) -PASS -- TEST control_ras_debug_gnu [03:17, 01:15] (583332 MB) -PASS -- TEST control_stochy_debug_gnu [03:17, 01:22] (580744 MB) -PASS -- TEST control_debug_p8_gnu [03:36, 01:16] (1538124 MB) -PASS -- TEST rap_flake_debug_gnu [04:19, 02:10] (953836 MB) -PASS -- TEST rap_clm_lake_debug_gnu [04:17, 02:37] (951360 MB) -PASS -- TEST gnv1_c96_no_nest_debug_gnu [05:48, 03:21] (954976 MB) - -PASS -- COMPILE wam_debug_gnu [03:12, 01:45](0 warnings,0 remarks) -PASS -- TEST control_wam_debug_gnu [07:38, 05:01] (1384612 MB) - -PASS -- COMPILE atm_debug_dyn32_gnu [05:11, 03:00](0 warnings,0 remarks) -PASS -- TEST control_csawmg_debug_gnu [03:29, 02:00] (825972 MB) - -PASS -- COMPILE rrfs_dyn32_phy32_gnu [05:11, 03:34](0 warnings,0 remarks) -PASS -- TEST rap_control_dyn32_phy32_gnu [09:37, 07:18] (799488 MB) -PASS -- TEST hrrr_control_dyn32_phy32_gnu [05:49, 03:47] (791640 MB) -PASS -- TEST rap_2threads_dyn32_phy32_gnu [08:47, 06:36] (840388 MB) -PASS -- TEST hrrr_control_2threads_dyn32_phy32_gnu [05:37, 03:22] (838740 MB) -PASS -- TEST hrrr_control_decomp_dyn32_phy32_gnu [05:35, 03:51] (793960 MB) -PASS -- TEST rap_restart_dyn32_phy32_gnu [07:42, 05:32] (644632 MB) -PASS -- TEST hrrr_control_restart_dyn32_phy32_gnu [03:20, 02:01] (643712 MB) -PASS -- TEST conus13km_control_gnu [04:38, 02:27] (984408 MB) -PASS -- TEST conus13km_2threads_gnu [03:33, 01:16] (961100 MB) -PASS -- TEST conus13km_restart_mismatch_gnu [03:31, 01:24] (695444 MB) - -PASS -- COMPILE atm_dyn64_phy32_gnu [10:11, 08:54](0 warnings,0 remarks) -PASS -- TEST rap_control_dyn64_phy32_gnu [06:33, 04:21] (821028 MB) - -PASS -- COMPILE atm_dyn32_phy32_debug_gnu [07:10, 05:54](0 warnings,0 remarks) -PASS -- TEST rap_control_debug_dyn32_phy32_gnu [03:20, 01:55] (801356 MB) -PASS -- TEST hrrr_control_debug_dyn32_phy32_gnu [03:20, 01:51] (801444 MB) -PASS -- TEST conus13km_debug_gnu [07:35, 05:29] (1000068 MB) -PASS -- TEST conus13km_debug_qr_gnu [07:34, 05:29] (723300 MB) -PASS -- TEST conus13km_debug_2threads_gnu [07:31, 05:27] (976148 MB) -PASS -- TEST conus13km_radar_tten_debug_gnu [09:26, 07:26] (1068132 MB) - -PASS -- COMPILE atm_dyn64_phy32_debug_gnu [07:11, 05:44](0 warnings,0 remarks) -PASS -- TEST rap_control_dyn64_phy32_debug_gnu [04:22, 02:14] (828520 MB) - -PASS -- COMPILE s2swa_gnu [18:11, 16:48](0 warnings,0 remarks) -PASS -- TEST cpld_control_p8_gnu [12:28, 09:55] (1737088 MB) - -PASS -- COMPILE s2s_gnu [17:11, 15:57](0 warnings,0 remarks) -PASS -- TEST cpld_control_nowave_noaero_p8_gnu [10:07, 08:08] (1625160 MB) - -PASS -- COMPILE s2swa_debug_gnu [04:11, 02:42](0 warnings,0 remarks) -PASS -- TEST cpld_debug_p8_gnu [09:03, 06:19] (1743272 MB) - -PASS -- COMPILE s2sw_pdlib_gnu [18:11, 16:30](0 warnings,0 remarks) -PASS -- TEST cpld_control_pdlib_p8_gnu [15:56, 13:52] (1588360 MB) - -PASS -- COMPILE s2sw_pdlib_debug_gnu [05:11, 03:57](0 warnings,0 remarks) -PASS -- TEST cpld_debug_pdlib_p8_gnu [10:50, 08:59] (1603780 MB) - -PASS -- COMPILE datm_cdeps_gnu [18:11, 16:48](0 warnings,0 remarks) -PASS -- TEST datm_cdeps_control_cfsr_gnu [04:15, 02:43] (1606372 MB) - +* (-l) - USE CONFIG FILE: rt.conf +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2swa_32bit_intel' [13:10, 12:02] ( 1041 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:00, 08:12](2161 MB) +PASS -- TEST 'cpld_control_gefs_intel' [29:34, 16:40](3117 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [19:43, 05:07](2809 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [28:22, 14:21](3138 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:10, 18:12] ( 1039 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [20:55, 17:18](2020 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:32, 18:02](2319 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [09:31, 06:37](1343 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:55, 17:46](1926 MB) +PASS -- TEST 'cpld_control_gfsv17_nowav_iau_intel' [06:21, 03:53](2311 MB) +PASS -- TEST 'cpld_restart_gfsv17_nowav_iau_intel' [04:23, 02:06](2193 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [35:10, 34:03] ( 1039 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:40, 16:36](1987 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:10, 06:59] ( 1553 warnings 2924 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [21:09, 18:32](2002 MB) + +PASS -- COMPILE 's2swa_intel' [13:10, 11:47] ( 1041 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [12:01, 09:31](2259 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:05, 09:46](2259 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:08, 05:39](1938 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [11:54, 09:15](2279 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:16, 05:30](1801 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [12:55, 09:56](2405 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:47, 08:26](2236 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:59, 07:17](2137 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:00, 09:30](2258 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [18:45, 15:08](2939 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:28, 05:42](2963 MB) + +PASS -- COMPILE 's2swal_intel' [25:10, 23:11] ( 1062 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [12:05, 09:13](2229 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [07:16, 04:22](1911 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:57, 07:39](2233 MB) + +PASS -- COMPILE 's2sw_intel' [13:10, 11:24] ( 1009 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [11:53, 08:49](2050 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:58, 06:26](2164 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:10, 03:24] ( 1443 warnings 2174 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [14:58, 12:43](2299 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:10, 03:19] ( 1443 warnings 2156 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:54, 05:35](2086 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:10, 09:59] ( 945 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:55, 03:53](2142 MB) + +PASS -- COMPILE 's2swa_faster_intel' [13:11, 11:58] ( 1027 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:54, 08:08](2256 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:11, 15:27] ( 1032 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:51, 14:05](2099 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:06, 06:56](1418 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:49, 15:58](2006 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [09:37, 07:01](3051 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:37, 02:31](3035 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:27, 01:02](2477 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [04:25, 01:52](2242 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [04:27, 01:10](2245 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:21, 00:23](1554 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [04:24, 02:05](2240 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [03:27, 00:57](2241 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [04:21, 01:24](1550 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [04:24, 01:37](2159 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [04:27, 01:28](2167 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:21, 00:21](1506 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:10, 06:33] ( 1553 warnings 2906 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:00, 22:24](2065 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [20:11, 18:41] ( 500 remarks ) +PASS -- TEST 'control_flake_intel' [04:18, 02:50](729 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:22, 02:00](1620 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:27, 02:08](1628 MB) +PASS -- TEST 'control_latlon_intel' [04:16, 02:10](1628 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:27, 02:10](1627 MB) +PASS -- TEST 'control_c48_intel' [08:23, 06:30](1702 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:23, 05:53](831 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [08:22, 06:30](1722 MB) +PASS -- TEST 'control_c192_intel' [08:30, 06:17](1830 MB) +PASS -- TEST 'control_c384_intel' [10:10, 07:12](2027 MB) +PASS -- TEST 'control_c384gdas_intel' [12:01, 08:42](1524 MB) +PASS -- TEST 'control_stochy_intel' [03:18, 01:32](684 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:24, 00:53](561 MB) +PASS -- TEST 'control_lndp_intel' [03:16, 01:29](685 MB) +PASS -- TEST 'control_iovr4_intel' [03:17, 02:03](676 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:28, 02:31](982 MB) +PASS -- TEST 'control_iovr5_intel' [03:21, 02:03](683 MB) +PASS -- TEST 'control_p8_intel' [04:47, 02:27](1916 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:52, 02:40](1916 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:50, 02:26](1917 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:52, 02:22](1931 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:57, 02:31](1950 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:40, 01:38](2427 MB) +PASS -- TEST 'control_restart_p8_intel' [03:50, 01:25](1159 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:45, 02:27](1904 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:42, 01:25](1220 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:37, 02:31](1900 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:41, 03:17](1996 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:30, 04:14](1919 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:55, 03:32](1984 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:51, 02:41](1916 MB) +PASS -- TEST 'merra2_thompson_intel' [04:54, 02:54](1918 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [06:47, 04:21](1928 MB) +PASS -- TEST 'regional_control_intel' [06:25, 04:26](1198 MB) +PASS -- TEST 'regional_restart_intel' [06:20, 02:26](1205 MB) +PASS -- TEST 'regional_decomp_intel' [06:22, 04:43](1186 MB) +PASS -- TEST 'regional_2threads_intel' [05:27, 03:35](1094 MB) +PASS -- TEST 'regional_noquilt_intel' [06:33, 04:32](1501 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:33, 04:23](1198 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:26, 04:25](1207 MB) +PASS -- TEST 'regional_wofs_intel' [07:27, 05:44](2083 MB) + +PASS -- COMPILE 'rrfs_intel' [10:10, 08:34] ( 3 warnings 445 remarks ) +PASS -- TEST 'rap_control_intel' [08:38, 06:36](1199 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:45, 03:23](1436 MB) +PASS -- TEST 'rap_decomp_intel' [08:38, 07:00](1146 MB) +PASS -- TEST 'rap_2threads_intel' [10:46, 08:01](1199 MB) +PASS -- TEST 'rap_restart_intel' [05:52, 03:27](1152 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:44, 06:42](1197 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:32, 06:56](1163 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:50, 04:59](1198 MB) +PASS -- TEST 'hrrr_control_intel' [05:45, 03:29](1077 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:46, 03:25](1049 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:45, 03:58](1130 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:19, 01:48](1047 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:51, 06:25](1193 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:19, 08:02](2021 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:18, 07:54](2192 MB) + +PASS -- COMPILE 'csawmg_intel' [10:10, 08:13] ( 414 remarks ) +PASS -- TEST 'control_csawmg_intel' [07:23, 05:25](1077 MB) +PASS -- TEST 'control_ras_intel' [04:17, 02:52](870 MB) + +PASS -- COMPILE 'wam_intel' [10:10, 08:13] ( 392 remarks ) +PASS -- TEST 'control_wam_intel' [13:37, 11:58](1690 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:10, 08:37] ( 408 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:47, 02:21](1912 MB) +PASS -- TEST 'regional_control_faster_intel' [06:26, 04:06](1193 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 03:39] ( 901 warnings 586 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:23, 01:56](1643 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:26, 01:55](1642 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:16, 02:43](862 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:16, 02:24](854 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:26, 04:00](1165 MB) +PASS -- TEST 'control_ras_debug_intel' [04:21, 02:19](857 MB) +PASS -- TEST 'control_diag_debug_intel' [03:26, 02:06](1712 MB) +PASS -- TEST 'control_debug_p8_intel' [04:32, 02:11](1937 MB) +PASS -- TEST 'regional_debug_intel' [16:27, 14:26](1157 MB) +PASS -- TEST 'rap_control_debug_intel' [05:17, 04:02](1232 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:18, 03:58](1236 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:18, 03:58](1247 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:16, 04:01](1232 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:16, 03:56](1239 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:11, 04:19](1328 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:16, 04:00](1236 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:10, 04:02](1231 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:02, 03:59](1239 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:02, 04:02](1243 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:11, 03:58](1232 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:07, 04:01](1238 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:16, 06:35](1239 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:59, 03:58](1245 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:54, 03:59](1235 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:10, 04:18] ( 858 warnings 392 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:10, 08:22] ( 3 warnings 412 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:02, 03:10](1300 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:42, 05:24](1153 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:10, 02:48](1036 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:29, 06:52](1117 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:46, 03:29](1045 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:26, 02:55](980 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:45, 04:03](1097 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:23, 01:33](964 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:11, 15:31] ( 3 warnings 389 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:47, 01:35](1324 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:34, 00:49](1223 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:33, 00:56](1166 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:11, 08:43] ( 3 warnings 412 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:29, 03:46](1093 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:25] ( 793 warnings 418 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:16, 04:19](1119 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:15, 04:21](1117 MB) +PASS -- TEST 'conus13km_debug_intel' [15:31, 13:14](1369 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:30, 13:20](1024 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [14:28, 12:15](1247 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:27, 13:49](1434 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:23] ( 793 warnings 412 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:30, 03:59](1217 MB) + +PASS -- COMPILE 'hafsw_intel' [12:11, 10:41] ( 692 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:07, 04:48](1030 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [07:14, 04:56](1234 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:23, 03:02](1298 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:22, 06:22](1087 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [17:12, 14:17](1125 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:29, 16:33](1151 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:55, 05:02](601 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:16, 06:18](614 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:36, 02:20](432 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:00, 07:09](519 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:41, 03:14](614 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:44, 03:07](615 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:44, 03:49](663 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:23, 01:01](452 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:10, 02:46] ( 1498 warnings 2048 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:41, 10:33](640 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [13:10, 11:06] ( 657 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [20:48, 18:01](726 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [20:50, 17:38](835 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:11, 10:57] ( 926 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [15:17, 12:00](812 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:11, 10:27] ( 634 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:03, 05:34](1085 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:08, 05:39](1077 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:46, 16:26](1341 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:10, 06:22] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:15, 02:07](1150 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:16, 01:17](1096 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:14, 02:02](1024 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:14, 02:04](1028 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:14, 02:06](1027 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:15, 02:08](1134 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:14, 02:09](1133 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:14, 02:02](1025 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:50, 04:53](1170 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:52, 04:50](1150 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:14, 02:11](1136 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:15, 03:00](2528 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:15, 03:03](2519 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 03:11] ( 4 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:15, 05:03](1070 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:10, 05:12] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:15, 02:09](1157 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:40] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:24, 00:47](333 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:19, 00:34](558 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:22, 00:22](567 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [10:10, 09:06] ( 607 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:45, 03:27](2054 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:10, 08:46] ( 496 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:48, 05:59](2054 MB) + +PASS -- COMPILE 'atml_intel' [11:10, 09:11] ( 8 warnings 551 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [04:56, 02:49](1887 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:37, 01:31](1139 MB) + +PASS -- COMPILE 'atml_debug_intel' [04:10, 03:08] ( 906 warnings 551 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:49, 04:56](1923 MB) + +PASS -- COMPILE 'atmw_intel' [12:11, 11:01] ( 517 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:45, 01:51](1949 MB) + +PASS -- COMPILE 'atmaero_intel' [10:11, 08:42] ( 410 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:42, 03:28](2017 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:36, 04:09](1794 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:38, 04:13](1805 MB) + +PASS -- COMPILE 'atmaq_intel' [10:11, 08:22] ( 8 warnings 607 remarks ) +PASS -- TEST 'regional_atmaq_intel' [16:18, 13:21](2939 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [18:17, 16:08](2947 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:20] ( 883 warnings 607 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [34:14, 31:25](2955 MB) + +PASS -- COMPILE 'atm_fbh_intel' [09:11, 07:51] ( 3 warnings 419 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:23, 09:31](1081 MB) + +PASS -- COMPILE 'atm_gnu' [05:10, 03:46] +PASS -- TEST 'control_c48_gnu' [09:28, 07:35](1585 MB) +PASS -- TEST 'control_stochy_gnu' [04:18, 02:11](594 MB) +PASS -- TEST 'control_ras_gnu' [05:18, 03:37](596 MB) +PASS -- TEST 'control_p8_gnu' [05:51, 03:31](1559 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:43, 03:27](1550 MB) +PASS -- TEST 'control_flake_gnu' [06:20, 04:19](642 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:10, 03:28] +PASS -- TEST 'rap_control_gnu' [09:30, 07:44](941 MB) +PASS -- TEST 'rap_decomp_gnu' [09:40, 07:56](944 MB) +PASS -- TEST 'rap_2threads_gnu' [08:42, 06:37](1004 MB) +PASS -- TEST 'rap_restart_gnu' [05:46, 04:02](677 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [09:41, 07:46](943 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:31, 07:54](941 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:51, 05:53](681 MB) +PASS -- TEST 'hrrr_control_gnu' [05:48, 04:01](936 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:39, 03:57](924 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:29, 03:32](1002 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:44, 04:00](941 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:22, 02:05](672 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:17, 02:04](757 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [09:49, 07:48](935 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:10, 03:09] +PASS -- TEST 'control_csawmg_gnu' [08:22, 06:29](835 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:10, 05:34] +PASS -- TEST 'control_diag_debug_gnu' [03:23, 01:16](1371 MB) +PASS -- TEST 'regional_debug_gnu' [08:24, 06:49](878 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:16, 01:59](955 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:16, 01:58](947 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:16, 02:00](954 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:15, 02:00](952 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:22, 02:10](1037 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:15, 03:08](949 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:15, 01:58](954 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:15, 01:12](586 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:15, 01:14](582 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:35, 01:17](1522 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:19, 02:07](954 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:18, 01:56](955 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:44, 03:32](957 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:10, 01:39] +PASS -- TEST 'control_wam_debug_gnu' [07:35, 05:13](1389 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:10, 02:51] +PASS -- TEST 'control_csawmg_debug_gnu' [03:22, 01:48](823 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:10, 03:32] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:29, 07:22](791 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:40, 03:50](790 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:42, 06:48](841 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:35, 03:21](837 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:33, 04:00](789 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:42, 05:34](644 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:17, 02:05](642 MB) +PASS -- TEST 'conus13km_control_gnu' [04:33, 02:28](980 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:28, 01:15](960 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:28, 01:25](696 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [12:11, 10:39] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:26, 04:19](825 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [09:11, 07:28] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:17, 01:54](797 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:17, 01:52](800 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:33, 05:27](997 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:34, 05:26](720 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [07:29, 05:15](974 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:29, 05:17](1066 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [09:11, 07:29] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:18, 01:58](825 MB) + +PASS -- COMPILE 's2swa_gnu' [17:11, 15:46] +PASS -- TEST 'cpld_control_p8_gnu' [12:09, 09:51](1724 MB) + +PASS -- COMPILE 's2s_gnu' [17:10, 15:59] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:54, 08:05](1631 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [06:10, 04:29] +PASS -- TEST 'cpld_debug_p8_gnu' [08:57, 06:34](1729 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [28:10, 16:31] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [15:49, 13:51](1575 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:10, 02:01] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [10:45, 09:08](1599 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [18:11, 16:19] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:14, 02:23](792 MB) SYNOPSIS: -Starting Date/Time: 2025-07-26 13:19:31 -Ending Date/Time: 2025-07-26 14:53:58 -Total Time: 01h:34m:27s +Starting Date/Time: 20250729 12:32:04 +Ending Date/Time: 20250729 14:12:59 +Total Time: 01h:41m:32s Compiles Completed: 59/59 Tests Completed: 266/266 - NOTES: -A file test_changes.list was generated but is empty. -If you are using this log as a pull request verification, please commit test_changes.list. +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: SUCCESS -====END OF hercules REGRESSION TESTING LOG==== +====END OF HERCULES REGRESSION TESTING LOG==== From fae24807b7f47feeba469916ce1e37d9657716ca Mon Sep 17 00:00:00 2001 From: Kris Booker Date: Thu, 31 Jul 2025 09:56:45 -0600 Subject: [PATCH 04/12] Updating to check the log status and report in commit message. --- .cicd/scripts/post_test_results.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.cicd/scripts/post_test_results.sh b/.cicd/scripts/post_test_results.sh index b36aaa985b..ba7a4eea31 100755 --- a/.cicd/scripts/post_test_results.sh +++ b/.cicd/scripts/post_test_results.sh @@ -46,7 +46,13 @@ function post_test() { git add tests/logs/RegressionTests_${machine,,}.log git status - git commit -m "[AutoRT] ${machine} Job Completed.\n\n\n on-behalf-of @ufs-community " + + ##Check regression test logs results + if grep -q "Result: SUCCESS" tests/logs/RegressionTests_${machine,,}.log; then + git commit -m "[AutoRT] ${machine} Job Completed Successfully.\n\n\n on-behalf-of @ufs-community " + else + git commit -m "[AutoRT] ${machine} Job Failed! \n\n\n on-behalf-of @ufs-community " + fi SSH_ORIGIN=$(curl --silent "https://api.github.com/repos/ufs-community/ufs-weather-model/pulls/${CHANGE_ID}" | jq -r '.head.repo.ssh_url') git remote -v | grep -w sshorigin > /dev/null 2>&1 && git remote remove sshorigin > /dev/null 2>&1 From 50528ec5a24409250d3952306297290fdb18a307 Mon Sep 17 00:00:00 2001 From: Kris Booker Date: Thu, 31 Jul 2025 10:19:23 -0600 Subject: [PATCH 05/12] Setting absolute path rather than relative. --- .cicd/scripts/post_test_results.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cicd/scripts/post_test_results.sh b/.cicd/scripts/post_test_results.sh index ba7a4eea31..8d02310659 100755 --- a/.cicd/scripts/post_test_results.sh +++ b/.cicd/scripts/post_test_results.sh @@ -48,7 +48,7 @@ function post_test() { git status ##Check regression test logs results - if grep -q "Result: SUCCESS" tests/logs/RegressionTests_${machine,,}.log; then + if grep -q "Result: SUCCESS" ${UFS_MODEL_DIR}/tests/logs/RegressionTests_${machine,,}.log; then git commit -m "[AutoRT] ${machine} Job Completed Successfully.\n\n\n on-behalf-of @ufs-community " else git commit -m "[AutoRT] ${machine} Job Failed! \n\n\n on-behalf-of @ufs-community " From 2af74e6cb16cfa78090d0dceaa614c03855f2ac3 Mon Sep 17 00:00:00 2001 From: Kris Booker Date: Thu, 31 Jul 2025 10:51:57 -0600 Subject: [PATCH 06/12] Updating to share status var. --- .cicd/scripts/post_test_results.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.cicd/scripts/post_test_results.sh b/.cicd/scripts/post_test_results.sh index 8d02310659..3ecc6511f9 100755 --- a/.cicd/scripts/post_test_results.sh +++ b/.cicd/scripts/post_test_results.sh @@ -14,6 +14,9 @@ export ACCNR=epic export account="-a ${ACCNR}" +export status=$? +echo $status + which jq set -eu @@ -48,7 +51,7 @@ function post_test() { git status ##Check regression test logs results - if grep -q "Result: SUCCESS" ${UFS_MODEL_DIR}/tests/logs/RegressionTests_${machine,,}.log; then + if [ grep -q "Result: SUCCESS" ${UFS_MODEL_DIR}/tests/logs/RegressionTests_${machine,,}.log] && [${status} == 0 ]; then git commit -m "[AutoRT] ${machine} Job Completed Successfully.\n\n\n on-behalf-of @ufs-community " else git commit -m "[AutoRT] ${machine} Job Failed! \n\n\n on-behalf-of @ufs-community " From ded9ec5615637bc1b66e5cceade7a37a8b52e111 Mon Sep 17 00:00:00 2001 From: Kris Booker Date: Fri, 1 Aug 2025 07:40:11 -0600 Subject: [PATCH 07/12] Updating for edge case. --- .cicd/scripts/post_test_results.sh | 5 +---- .cicd/scripts/wm_test.sh | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.cicd/scripts/post_test_results.sh b/.cicd/scripts/post_test_results.sh index 3ecc6511f9..d53c74b118 100755 --- a/.cicd/scripts/post_test_results.sh +++ b/.cicd/scripts/post_test_results.sh @@ -14,9 +14,6 @@ export ACCNR=epic export account="-a ${ACCNR}" -export status=$? -echo $status - which jq set -eu @@ -51,7 +48,7 @@ function post_test() { git status ##Check regression test logs results - if [ grep -q "Result: SUCCESS" ${UFS_MODEL_DIR}/tests/logs/RegressionTests_${machine,,}.log] && [${status} == 0 ]; then + if [ grep -q "Result: SUCCESS" ${UFS_MODEL_DIR}/tests/logs/RegressionTests_${machine,,}.log] && [ grep -q "status=0" ${UFS_MODEL_DIR}/tests/logs/${machine,,}-status ]; then git commit -m "[AutoRT] ${machine} Job Completed Successfully.\n\n\n on-behalf-of @ufs-community " else git commit -m "[AutoRT] ${machine} Job Failed! \n\n\n on-behalf-of @ufs-community " diff --git a/.cicd/scripts/wm_test.sh b/.cicd/scripts/wm_test.sh index 25d41d1c1a..c2f9eaba4e 100755 --- a/.cicd/scripts/wm_test.sh +++ b/.cicd/scripts/wm_test.sh @@ -139,7 +139,7 @@ if [[ ${WM_REGRESSION_TESTS} = true ]] ; then mv tests/logs/RegressionTests_${UFS_PLATFORM}.log.orig tests/logs/RegressionTests_${UFS_PLATFORM}.log fi - echo "Pipeline Reqression Tests on ${UFS_PLATFORM} complete. status=${status}" + echo "Pipeline Reqression Tests on ${UFS_PLATFORM} complete. status=${status}" | tee ${workspace}/${UFS_PLATFORM}-status else echo "Pipeline Regression Tests on ${UFS_PLATFORM} (${machine}) skipped." echo "ExperimentName: null" > ${workspace}/wm_test_results-${UFS_PLATFORM}-${UFS_COMPILER}.txt From 8687878904aee5685d50467c7c7e4df43f586615 Mon Sep 17 00:00:00 2001 From: epic-cicd-jenkins Date: Fri, 1 Aug 2025 11:21:04 -0500 Subject: [PATCH 08/12] [AutoRT] Hercules Job Failed! \n\n\n on-behalf-of @ufs-community --- tests/logs/RegressionTests_hercules.log | 780 ++++++++++++------------ 1 file changed, 390 insertions(+), 390 deletions(-) diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 79b1a87c7c..014670581f 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,7 +1,7 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -12fb8acd45c9a999ff18fff3f51e5926e919bed8 +ded9ec5615637bc1b66e5cceade7a37a8b52e111 Submodule hashes used in testing: 0a8a9a40b112262865491b6d7d25908863b17231 AQM (v0.2.0-39-g0a8a9a4) @@ -9,7 +9,7 @@ Submodule hashes used in testing: 132fa6963ba2f7103f711eb567e4fe97ed0804a8 CDEPS-interface/CDEPS (cdeps0.4.17-406-g132fa69) 4411a158cc4839157e3087d7fe8e399f9685eb35 CICE-interface/CICE (CICE6.0.0-399-g4411a15) 43ead56380bf11ecad66f165dcd736ed0c278763 CICE-interface/CICE/icepack (Icepack1.1.0-200-g43ead56) - ae6db2120e7a97429a2b2d3287e13feebe25d530 CMEPS-interface/CMEPS (cmeps_v0.4.1-2318-gae6db21) + 40ae33c0293f7d98e033dcc3e4ca242fb173776c CMEPS-interface/CMEPS (cmeps_v0.4.1-2319-g40ae33c) 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) e5b040cca39537499130260e0b65425543416f03 FV3 (heads/develop) 11359cb04a420fc87e4cf0f035f4d1215ab24488 FV3/ccpp/framework (2025-01-06-dev-5-g11359cb) @@ -39,402 +39,402 @@ 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-20250721 -COMPARISON DIRECTORY: /work2/noaa/epic/role-epic/stmp/role-epic/FV3_RT/rt_680955 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20250724 +COMPARISON DIRECTORY: /work2/noaa/epic/role-epic/stmp/role-epic/FV3_RT/rt_1639348 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:10, 12:02] ( 1041 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:00, 08:12](2161 MB) -PASS -- TEST 'cpld_control_gefs_intel' [29:34, 16:40](3117 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [19:43, 05:07](2809 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [28:22, 14:21](3138 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:10, 18:12] ( 1039 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [20:55, 17:18](2020 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:32, 18:02](2319 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:31, 06:37](1343 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:55, 17:46](1926 MB) -PASS -- TEST 'cpld_control_gfsv17_nowav_iau_intel' [06:21, 03:53](2311 MB) -PASS -- TEST 'cpld_restart_gfsv17_nowav_iau_intel' [04:23, 02:06](2193 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [35:10, 34:03] ( 1039 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:40, 16:36](1987 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:10, 06:59] ( 1553 warnings 2924 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [21:09, 18:32](2002 MB) - -PASS -- COMPILE 's2swa_intel' [13:10, 11:47] ( 1041 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [12:01, 09:31](2259 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:05, 09:46](2259 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:08, 05:39](1938 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [11:54, 09:15](2279 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:16, 05:30](1801 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [12:55, 09:56](2405 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:47, 08:26](2236 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:59, 07:17](2137 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:00, 09:30](2258 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [18:45, 15:08](2939 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:28, 05:42](2963 MB) - -PASS -- COMPILE 's2swal_intel' [25:10, 23:11] ( 1062 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [12:05, 09:13](2229 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [07:16, 04:22](1911 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:57, 07:39](2233 MB) - -PASS -- COMPILE 's2sw_intel' [13:10, 11:24] ( 1009 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [11:53, 08:49](2050 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:58, 06:26](2164 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:10, 03:24] ( 1443 warnings 2174 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [14:58, 12:43](2299 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:10, 03:19] ( 1443 warnings 2156 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:54, 05:35](2086 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:10, 09:59] ( 945 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:55, 03:53](2142 MB) - -PASS -- COMPILE 's2swa_faster_intel' [13:11, 11:58] ( 1027 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:54, 08:08](2256 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:11, 15:27] ( 1032 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:51, 14:05](2099 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:06, 06:56](1418 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:49, 15:58](2006 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [09:37, 07:01](3051 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:37, 02:31](3035 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:27, 01:02](2477 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [04:25, 01:52](2242 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [04:27, 01:10](2245 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:21, 00:23](1554 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [04:24, 02:05](2240 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [03:27, 00:57](2241 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [04:21, 01:24](1550 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [04:24, 01:37](2159 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [04:27, 01:28](2167 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:21, 00:21](1506 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:10, 06:33] ( 1553 warnings 2906 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:00, 22:24](2065 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [20:11, 18:41] ( 500 remarks ) -PASS -- TEST 'control_flake_intel' [04:18, 02:50](729 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:22, 02:00](1620 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:27, 02:08](1628 MB) -PASS -- TEST 'control_latlon_intel' [04:16, 02:10](1628 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:27, 02:10](1627 MB) -PASS -- TEST 'control_c48_intel' [08:23, 06:30](1702 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:23, 05:53](831 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [08:22, 06:30](1722 MB) -PASS -- TEST 'control_c192_intel' [08:30, 06:17](1830 MB) -PASS -- TEST 'control_c384_intel' [10:10, 07:12](2027 MB) -PASS -- TEST 'control_c384gdas_intel' [12:01, 08:42](1524 MB) -PASS -- TEST 'control_stochy_intel' [03:18, 01:32](684 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:24, 00:53](561 MB) -PASS -- TEST 'control_lndp_intel' [03:16, 01:29](685 MB) -PASS -- TEST 'control_iovr4_intel' [03:17, 02:03](676 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:28, 02:31](982 MB) -PASS -- TEST 'control_iovr5_intel' [03:21, 02:03](683 MB) -PASS -- TEST 'control_p8_intel' [04:47, 02:27](1916 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:52, 02:40](1916 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:50, 02:26](1917 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:52, 02:22](1931 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:57, 02:31](1950 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:40, 01:38](2427 MB) -PASS -- TEST 'control_restart_p8_intel' [03:50, 01:25](1159 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:45, 02:27](1904 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:42, 01:25](1220 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:37, 02:31](1900 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:41, 03:17](1996 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:30, 04:14](1919 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:55, 03:32](1984 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:51, 02:41](1916 MB) -PASS -- TEST 'merra2_thompson_intel' [04:54, 02:54](1918 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [06:47, 04:21](1928 MB) -PASS -- TEST 'regional_control_intel' [06:25, 04:26](1198 MB) -PASS -- TEST 'regional_restart_intel' [06:20, 02:26](1205 MB) -PASS -- TEST 'regional_decomp_intel' [06:22, 04:43](1186 MB) -PASS -- TEST 'regional_2threads_intel' [05:27, 03:35](1094 MB) -PASS -- TEST 'regional_noquilt_intel' [06:33, 04:32](1501 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:33, 04:23](1198 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:26, 04:25](1207 MB) -PASS -- TEST 'regional_wofs_intel' [07:27, 05:44](2083 MB) - -PASS -- COMPILE 'rrfs_intel' [10:10, 08:34] ( 3 warnings 445 remarks ) -PASS -- TEST 'rap_control_intel' [08:38, 06:36](1199 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:45, 03:23](1436 MB) -PASS -- TEST 'rap_decomp_intel' [08:38, 07:00](1146 MB) -PASS -- TEST 'rap_2threads_intel' [10:46, 08:01](1199 MB) -PASS -- TEST 'rap_restart_intel' [05:52, 03:27](1152 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:44, 06:42](1197 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:32, 06:56](1163 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:50, 04:59](1198 MB) -PASS -- TEST 'hrrr_control_intel' [05:45, 03:29](1077 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:46, 03:25](1049 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:45, 03:58](1130 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:19, 01:48](1047 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:51, 06:25](1193 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:19, 08:02](2021 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:18, 07:54](2192 MB) - -PASS -- COMPILE 'csawmg_intel' [10:10, 08:13] ( 414 remarks ) -PASS -- TEST 'control_csawmg_intel' [07:23, 05:25](1077 MB) -PASS -- TEST 'control_ras_intel' [04:17, 02:52](870 MB) - -PASS -- COMPILE 'wam_intel' [10:10, 08:13] ( 392 remarks ) -PASS -- TEST 'control_wam_intel' [13:37, 11:58](1690 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:10, 08:37] ( 408 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:47, 02:21](1912 MB) -PASS -- TEST 'regional_control_faster_intel' [06:26, 04:06](1193 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 03:39] ( 901 warnings 586 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:23, 01:56](1643 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:26, 01:55](1642 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:16, 02:43](862 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:16, 02:24](854 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:26, 04:00](1165 MB) -PASS -- TEST 'control_ras_debug_intel' [04:21, 02:19](857 MB) -PASS -- TEST 'control_diag_debug_intel' [03:26, 02:06](1712 MB) -PASS -- TEST 'control_debug_p8_intel' [04:32, 02:11](1937 MB) -PASS -- TEST 'regional_debug_intel' [16:27, 14:26](1157 MB) -PASS -- TEST 'rap_control_debug_intel' [05:17, 04:02](1232 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:18, 03:58](1236 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:18, 03:58](1247 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:16, 04:01](1232 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:16, 03:56](1239 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:11, 04:19](1328 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:16, 04:00](1236 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:10, 04:02](1231 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:02, 03:59](1239 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:02, 04:02](1243 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:11, 03:58](1232 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:07, 04:01](1238 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:16, 06:35](1239 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:59, 03:58](1245 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:54, 03:59](1235 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:10, 04:18] ( 858 warnings 392 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:10, 08:22] ( 3 warnings 412 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:02, 03:10](1300 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:42, 05:24](1153 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:10, 02:48](1036 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:29, 06:52](1117 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:46, 03:29](1045 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:26, 02:55](980 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:45, 04:03](1097 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:23, 01:33](964 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:11, 15:31] ( 3 warnings 389 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:47, 01:35](1324 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:34, 00:49](1223 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:33, 00:56](1166 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:11, 08:43] ( 3 warnings 412 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:29, 03:46](1093 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:25] ( 793 warnings 418 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:16, 04:19](1119 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:15, 04:21](1117 MB) -PASS -- TEST 'conus13km_debug_intel' [15:31, 13:14](1369 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:30, 13:20](1024 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [14:28, 12:15](1247 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:27, 13:49](1434 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:23] ( 793 warnings 412 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:30, 03:59](1217 MB) - -PASS -- COMPILE 'hafsw_intel' [12:11, 10:41] ( 692 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:07, 04:48](1030 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [07:14, 04:56](1234 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:23, 03:02](1298 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:22, 06:22](1087 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [17:12, 14:17](1125 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:29, 16:33](1151 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:55, 05:02](601 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:16, 06:18](614 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:36, 02:20](432 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:00, 07:09](519 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:41, 03:14](614 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:44, 03:07](615 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:44, 03:49](663 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:23, 01:01](452 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:10, 02:46] ( 1498 warnings 2048 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:41, 10:33](640 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [13:10, 11:06] ( 657 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [20:48, 18:01](726 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [20:50, 17:38](835 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:11, 10:57] ( 926 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [15:17, 12:00](812 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:11, 10:27] ( 634 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:03, 05:34](1085 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:08, 05:39](1077 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:46, 16:26](1341 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:10, 06:22] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:15, 02:07](1150 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:16, 01:17](1096 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:14, 02:02](1024 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:14, 02:04](1028 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:14, 02:06](1027 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:15, 02:08](1134 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:14, 02:09](1133 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:14, 02:02](1025 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:50, 04:53](1170 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:52, 04:50](1150 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:14, 02:11](1136 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:15, 03:00](2528 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:15, 03:03](2519 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 03:11] ( 4 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:15, 05:03](1070 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:10, 05:12] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:15, 02:09](1157 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:40] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:24, 00:47](333 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:19, 00:34](558 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:22, 00:22](567 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [10:10, 09:06] ( 607 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:45, 03:27](2054 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:10, 08:46] ( 496 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:48, 05:59](2054 MB) - -PASS -- COMPILE 'atml_intel' [11:10, 09:11] ( 8 warnings 551 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [04:56, 02:49](1887 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:37, 01:31](1139 MB) - -PASS -- COMPILE 'atml_debug_intel' [04:10, 03:08] ( 906 warnings 551 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:49, 04:56](1923 MB) - -PASS -- COMPILE 'atmw_intel' [12:11, 11:01] ( 517 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:45, 01:51](1949 MB) - -PASS -- COMPILE 'atmaero_intel' [10:11, 08:42] ( 410 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:42, 03:28](2017 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:36, 04:09](1794 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:38, 04:13](1805 MB) - -PASS -- COMPILE 'atmaq_intel' [10:11, 08:22] ( 8 warnings 607 remarks ) -PASS -- TEST 'regional_atmaq_intel' [16:18, 13:21](2939 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [18:17, 16:08](2947 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:20] ( 883 warnings 607 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [34:14, 31:25](2955 MB) - -PASS -- COMPILE 'atm_fbh_intel' [09:11, 07:51] ( 3 warnings 419 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:23, 09:31](1081 MB) - -PASS -- COMPILE 'atm_gnu' [05:10, 03:46] -PASS -- TEST 'control_c48_gnu' [09:28, 07:35](1585 MB) -PASS -- TEST 'control_stochy_gnu' [04:18, 02:11](594 MB) -PASS -- TEST 'control_ras_gnu' [05:18, 03:37](596 MB) -PASS -- TEST 'control_p8_gnu' [05:51, 03:31](1559 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:43, 03:27](1550 MB) -PASS -- TEST 'control_flake_gnu' [06:20, 04:19](642 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:10, 03:28] -PASS -- TEST 'rap_control_gnu' [09:30, 07:44](941 MB) -PASS -- TEST 'rap_decomp_gnu' [09:40, 07:56](944 MB) -PASS -- TEST 'rap_2threads_gnu' [08:42, 06:37](1004 MB) -PASS -- TEST 'rap_restart_gnu' [05:46, 04:02](677 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [09:41, 07:46](943 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:31, 07:54](941 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:51, 05:53](681 MB) -PASS -- TEST 'hrrr_control_gnu' [05:48, 04:01](936 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:39, 03:57](924 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:29, 03:32](1002 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:44, 04:00](941 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:22, 02:05](672 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:17, 02:04](757 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [09:49, 07:48](935 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:10, 03:09] -PASS -- TEST 'control_csawmg_gnu' [08:22, 06:29](835 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:10, 05:34] -PASS -- TEST 'control_diag_debug_gnu' [03:23, 01:16](1371 MB) -PASS -- TEST 'regional_debug_gnu' [08:24, 06:49](878 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:16, 01:59](955 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:16, 01:58](947 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:16, 02:00](954 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:15, 02:00](952 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:22, 02:10](1037 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:15, 03:08](949 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:15, 01:58](954 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:15, 01:12](586 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:15, 01:14](582 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:35, 01:17](1522 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:19, 02:07](954 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:18, 01:56](955 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:44, 03:32](957 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:10, 01:39] -PASS -- TEST 'control_wam_debug_gnu' [07:35, 05:13](1389 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:10, 02:51] -PASS -- TEST 'control_csawmg_debug_gnu' [03:22, 01:48](823 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:10, 03:32] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:29, 07:22](791 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:40, 03:50](790 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:42, 06:48](841 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:35, 03:21](837 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:33, 04:00](789 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:42, 05:34](644 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:17, 02:05](642 MB) -PASS -- TEST 'conus13km_control_gnu' [04:33, 02:28](980 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:28, 01:15](960 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:28, 01:25](696 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [12:11, 10:39] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:26, 04:19](825 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [09:11, 07:28] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:17, 01:54](797 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:17, 01:52](800 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:33, 05:27](997 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:34, 05:26](720 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [07:29, 05:15](974 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:29, 05:17](1066 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [09:11, 07:29] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:18, 01:58](825 MB) - -PASS -- COMPILE 's2swa_gnu' [17:11, 15:46] -PASS -- TEST 'cpld_control_p8_gnu' [12:09, 09:51](1724 MB) - -PASS -- COMPILE 's2s_gnu' [17:10, 15:59] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:54, 08:05](1631 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [06:10, 04:29] -PASS -- TEST 'cpld_debug_p8_gnu' [08:57, 06:34](1729 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [28:10, 16:31] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [15:49, 13:51](1575 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:10, 02:01] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [10:45, 09:08](1599 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [18:11, 16:19] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:14, 02:23](792 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:11, 11:37] ( 1041 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [29:01, 10:13](2154 MB) +PASS -- TEST 'cpld_control_gefs_intel' [42:31, 16:03](3109 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [20:21, 05:09](2793 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [42:27, 14:41](3153 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [19:11, 17:28] ( 1039 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [40:15, 17:50](2025 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:36, 18:56](2329 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:44, 07:16](1337 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [41:06, 19:19](1922 MB) +PASS -- TEST 'cpld_control_gfsv17_nowav_iau_intel' [07:15, 04:00](2306 MB) +PASS -- TEST 'cpld_restart_gfsv17_nowav_iau_intel' [04:41, 02:05](2185 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:11, 16:23] ( 1039 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [39:39, 17:17](1998 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 04:47] ( 1553 warnings 2924 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:55, 18:58](2001 MB) + +PASS -- COMPILE 's2swa_intel' [14:11, 12:19] ( 1041 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [31:04, 10:00](2250 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [27:07, 09:33](2257 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:04, 04:30](1942 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [27:57, 10:06](2277 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:13, 04:30](1801 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [34:56, 09:34](2409 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [27:54, 10:23](2239 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [27:06, 09:02](2124 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [34:04, 09:41](2253 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [34:44, 16:45](2925 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:31, 05:46](2977 MB) + +PASS -- COMPILE 's2swal_intel' [13:11, 11:38] ( 1062 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [22:13, 09:39](2224 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [16:20, 04:58](1912 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [27:00, 08:19](2223 MB) + +PASS -- COMPILE 's2sw_intel' [13:11, 11:06] ( 1009 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [26:48, 08:55](2046 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [24:50, 06:45](2164 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:11, 04:47] ( 1443 warnings 2174 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [19:19, 12:46](2284 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:11, 03:55] ( 1443 warnings 2156 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:27, 05:27](2078 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:11, 09:26] ( 945 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [10:52, 05:03](2146 MB) + +PASS -- COMPILE 's2swa_faster_intel' [14:11, 12:30] ( 1027 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [30:05, 08:51](2266 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [18:13, 17:04] ( 1032 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [30:59, 14:47](2101 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:13, 07:10](1418 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [30:49, 16:58](2017 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [14:38, 07:06](3050 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [08:36, 02:41](3028 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:27, 01:05](2486 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [07:25, 01:35](2242 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [07:27, 01:47](2248 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:25, 00:23](1553 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [06:26, 01:33](2242 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [06:26, 01:36](2243 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:22, 00:23](1558 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [05:23, 01:01](2168 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [03:23, 00:24](2172 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:21, 00:20](1507 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:11, 04:21] ( 1553 warnings 2906 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [35:52, 22:32](2063 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:10, 09:58] ( 500 remarks ) +PASS -- TEST 'control_flake_intel' [22:22, 02:53](725 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [24:24, 02:04](1624 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [25:29, 02:08](1620 MB) +PASS -- TEST 'control_latlon_intel' [24:20, 02:09](1630 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [24:28, 02:13](1631 MB) +PASS -- TEST 'control_c48_intel' [30:35, 06:32](1715 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [25:28, 05:58](842 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [30:27, 06:30](1707 MB) +PASS -- TEST 'control_c192_intel' [08:32, 06:16](1835 MB) +PASS -- TEST 'control_c384_intel' [10:10, 07:15](2035 MB) +PASS -- TEST 'control_c384gdas_intel' [12:10, 08:29](1527 MB) +PASS -- TEST 'control_stochy_intel' [03:18, 01:34](693 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:32, 00:54](547 MB) +PASS -- TEST 'control_lndp_intel' [03:17, 01:24](681 MB) +PASS -- TEST 'control_iovr4_intel' [03:18, 02:06](680 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:28, 02:31](977 MB) +PASS -- TEST 'control_iovr5_intel' [03:26, 02:07](679 MB) +PASS -- TEST 'control_p8_intel' [04:59, 02:29](1911 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:56, 02:37](1914 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:52, 02:29](1908 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:50, 02:22](1932 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:54, 02:35](1946 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:41, 01:38](2432 MB) +PASS -- TEST 'control_restart_p8_intel' [03:47, 01:25](1179 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:46, 02:24](1906 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:48, 01:27](1222 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:45, 02:31](1908 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:44, 02:56](2002 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:31, 04:15](1912 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:50, 03:36](1977 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:46, 02:34](1915 MB) +PASS -- TEST 'merra2_thompson_intel' [04:52, 02:55](1922 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [06:52, 04:28](1928 MB) +PASS -- TEST 'regional_control_intel' [06:27, 04:27](1199 MB) +PASS -- TEST 'regional_restart_intel' [04:34, 02:26](1207 MB) +PASS -- TEST 'regional_decomp_intel' [06:27, 04:47](1185 MB) +PASS -- TEST 'regional_2threads_intel' [05:25, 03:37](1094 MB) +PASS -- TEST 'regional_noquilt_intel' [06:34, 04:28](1501 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:27, 04:27](1200 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:21, 04:26](1197 MB) +PASS -- TEST 'regional_wofs_intel' [07:23, 05:42](2071 MB) + +PASS -- COMPILE 'rrfs_intel' [11:10, 08:12] ( 3 warnings 445 remarks ) +PASS -- TEST 'rap_control_intel' [08:54, 06:41](1206 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:48, 03:22](1452 MB) +PASS -- TEST 'rap_decomp_intel' [08:41, 06:59](1131 MB) +PASS -- TEST 'rap_2threads_intel' [09:41, 08:09](1202 MB) +PASS -- TEST 'rap_restart_intel' [05:56, 03:27](1171 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:45, 06:36](1200 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:36, 07:04](1151 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:52, 05:02](1218 MB) +PASS -- TEST 'hrrr_control_intel' [05:49, 03:24](1090 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:34, 03:29](1058 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:41, 04:00](1154 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:25, 01:48](1064 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:55, 06:32](1186 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:27, 08:03](2017 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:18, 07:50](2158 MB) + +PASS -- COMPILE 'csawmg_intel' [10:10, 08:19] ( 414 remarks ) +PASS -- TEST 'control_csawmg_intel' [07:26, 05:24](1076 MB) +PASS -- TEST 'control_ras_intel' [04:24, 02:58](849 MB) + +PASS -- COMPILE 'wam_intel' [09:12, 07:52] ( 392 remarks ) +PASS -- TEST 'control_wam_intel' [14:40, 12:24](1689 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:10, 08:40] ( 408 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:53, 02:19](1910 MB) +PASS -- TEST 'regional_control_faster_intel' [06:23, 04:05](1198 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:10, 03:31] ( 901 warnings 586 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:24, 01:51](1632 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:27, 01:52](1639 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:16, 02:36](855 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:17, 02:19](856 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:24, 03:27](1153 MB) +PASS -- TEST 'control_ras_debug_intel' [04:17, 02:15](864 MB) +PASS -- TEST 'control_diag_debug_intel' [04:22, 02:09](1710 MB) +PASS -- TEST 'control_debug_p8_intel' [04:35, 02:10](1930 MB) +PASS -- TEST 'regional_debug_intel' [15:33, 14:08](1156 MB) +PASS -- TEST 'rap_control_debug_intel' [05:18, 04:06](1240 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:18, 03:58](1228 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:17, 04:02](1243 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:28, 04:05](1237 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:18, 04:04](1236 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:23, 04:17](1327 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:18, 04:12](1239 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:17, 04:07](1239 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:18, 04:01](1259 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:24, 04:03](1240 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:19, 04:02](1236 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:16, 03:59](1248 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:16, 06:27](1234 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:18, 03:59](1239 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:18, 04:01](1256 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:10, 02:13] ( 858 warnings 392 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:10, 07:53] ( 3 warnings 412 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:14, 03:15](1294 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:43, 05:22](1128 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:57, 02:46](1022 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:47, 06:50](1114 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:48, 03:37](1059 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:37, 02:59](972 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:46, 04:04](1098 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:26, 01:32](968 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:10, 07:56] ( 3 warnings 389 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:38, 01:34](1326 MB) +PASS -- TEST 'conus13km_2threads_intel' [06:32, 00:50](1215 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [06:30, 00:59](1191 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 08:44] ( 3 warnings 412 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:30, 03:42](1117 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:11, 02:27] ( 793 warnings 418 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:16, 04:14](1119 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:18, 04:20](1113 MB) +PASS -- TEST 'conus13km_debug_intel' [15:33, 13:33](1360 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [14:37, 12:54](1023 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [14:28, 12:15](1249 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:27, 13:47](1436 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:10, 02:32] ( 793 warnings 412 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:18, 04:02](1214 MB) + +PASS -- COMPILE 'hafsw_intel' [18:15, 11:06] ( 692 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:03, 04:46](1026 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [09:31, 05:20](1230 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:22, 03:01](1297 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:23, 06:24](1097 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [17:12, 13:57](1111 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:28, 16:16](1154 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:51, 05:00](607 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:17, 06:12](619 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:39, 02:19](431 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:11, 07:12](518 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:50, 03:11](613 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:09, 03:05](609 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:50, 03:48](661 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:31, 01:03](451 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [10:19, 03:21] ( 1498 warnings 2048 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:45, 10:49](636 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [18:10, 11:03] ( 657 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [19:55, 17:51](730 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [19:56, 17:03](831 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [17:13, 11:06] ( 926 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:45, 11:45](812 MB) + +PASS -- COMPILE 'hafs_all_intel' [17:10, 11:03] ( 634 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:10, 05:40](1102 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:05, 05:39](1065 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:44, 16:22](1334 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [12:13, 04:41] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:18, 02:23](1874 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:16, 01:34](1812 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:15, 02:12](1119 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:15, 02:18](1119 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:19, 02:16](1117 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:15, 02:25](1873 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:14, 02:24](1874 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:19, 02:25](1118 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:52, 05:32](1716 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:51, 05:23](1201 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:13, 02:21](1865 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:17, 03:50](4829 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:18, 03:53](4827 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:18, 02:28] ( 4 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:16, 05:20](1776 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 05:56] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:16, 02:26](1870 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 00:46] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:25, 00:46](329 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:24, 00:33](557 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:30, 00:24](568 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [10:11, 09:03] ( 607 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:50, 03:19](2045 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:11, 08:16] ( 496 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:47, 05:20](2054 MB) + +PASS -- COMPILE 'atml_intel' [13:11, 08:54] ( 8 warnings 551 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [04:59, 02:49](1887 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:39, 01:31](1140 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:11, 03:31] ( 906 warnings 551 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:50, 04:58](1931 MB) + +PASS -- COMPILE 'atmw_intel' [15:11, 10:23] ( 517 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:48, 01:54](1951 MB) + +PASS -- COMPILE 'atmaero_intel' [14:10, 08:41] ( 410 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:53, 03:33](2009 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:42, 04:10](1790 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:41, 04:20](1807 MB) + +PASS -- COMPILE 'atmaq_intel' [13:10, 08:20] ( 8 warnings 607 remarks ) +PASS -- TEST 'regional_atmaq_intel' [16:23, 13:47](2941 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [19:24, 16:35](2946 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [08:10, 02:35] ( 883 warnings 607 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [35:16, 32:13](2955 MB) + +PASS -- COMPILE 'atm_fbh_intel' [13:10, 07:53] ( 3 warnings 419 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:22, 09:30](1082 MB) + +PASS -- COMPILE 'atm_gnu' [09:10, 03:52] +PASS -- TEST 'control_c48_gnu' [09:33, 07:36](1584 MB) +PASS -- TEST 'control_stochy_gnu' [04:18, 02:13](593 MB) +PASS -- TEST 'control_ras_gnu' [05:21, 03:43](598 MB) +PASS -- TEST 'control_p8_gnu' [05:55, 03:31](1560 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:41, 03:25](1560 MB) +PASS -- TEST 'control_flake_gnu' [06:24, 04:28](640 MB) + +PASS -- COMPILE 'rrfs_gnu' [07:10, 03:36] +PASS -- TEST 'rap_control_gnu' [09:43, 07:41](942 MB) +PASS -- TEST 'rap_decomp_gnu' [09:36, 08:00](943 MB) +PASS -- TEST 'rap_2threads_gnu' [08:49, 06:49](1006 MB) +PASS -- TEST 'rap_restart_gnu' [06:57, 04:04](679 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [09:46, 07:50](943 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:47, 08:03](939 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:50, 05:53](681 MB) +PASS -- TEST 'hrrr_control_gnu' [05:40, 03:59](936 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:39, 03:57](927 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:36, 03:29](1002 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:36, 04:03](937 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [04:25, 02:07](669 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:25, 02:03](757 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [09:53, 07:41](936 MB) + +PASS -- COMPILE 'csawmg_gnu' [06:10, 03:21] +PASS -- TEST 'control_csawmg_gnu' [08:26, 06:35](837 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:11, 05:31] +PASS -- TEST 'control_diag_debug_gnu' [03:25, 01:11](1371 MB) +PASS -- TEST 'regional_debug_gnu' [08:26, 06:37](890 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:19, 02:02](952 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:19, 01:58](949 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:18, 01:56](951 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:17, 01:55](953 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:33, 02:09](1040 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:18, 03:07](945 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:17, 01:57](954 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:18, 01:09](585 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:17, 01:18](579 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:35, 01:59](1540 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:16, 01:56](950 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:16, 02:02](955 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:46, 03:39](955 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:11, 01:42] +PASS -- TEST 'control_wam_debug_gnu' [07:36, 05:23](1384 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:11, 02:53] +PASS -- TEST 'control_csawmg_debug_gnu' [04:24, 02:20](823 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:34] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:43, 07:18](790 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:58, 03:50](789 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:40, 06:51](843 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:46, 03:25](836 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:36, 03:57](793 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:54, 05:32](646 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:23, 02:00](642 MB) +PASS -- TEST 'conus13km_control_gnu' [05:36, 02:33](982 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:26, 01:13](959 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:28, 01:26](689 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:11, 08:43] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:32, 04:24](824 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:17, 05:27] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:17, 02:01](800 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:18, 01:55](800 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:35, 05:28](1001 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:31, 05:21](723 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [07:28, 05:15](979 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:37, 05:22](1069 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:11, 05:38] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:19, 02:03](827 MB) + +PASS -- COMPILE 's2swa_gnu' [18:11, 16:11] +PASS -- TEST 'cpld_control_p8_gnu' [13:19, 09:56](1722 MB) + +PASS -- COMPILE 's2s_gnu' [18:11, 16:23] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [11:05, 08:07](1633 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:10, 02:21] +PASS -- TEST 'cpld_debug_p8_gnu' [07:57, 05:21](1726 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [16:11, 14:31] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [16:06, 13:48](1609 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:10, 02:02] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [10:50, 08:52](1611 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [17:11, 16:05] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:15, 02:40](1605 MB) SYNOPSIS: -Starting Date/Time: 20250729 12:32:04 -Ending Date/Time: 20250729 14:12:59 -Total Time: 01h:41m:32s +Starting Date/Time: 20250801 09:18:13 +Ending Date/Time: 20250801 11:19:14 +Total Time: 02h:01m:20s Compiles Completed: 59/59 Tests Completed: 266/266 From c2831cef461eb324d4457895490a9224556db792 Mon Sep 17 00:00:00 2001 From: Kris Booker Date: Fri, 1 Aug 2025 12:32:23 -0600 Subject: [PATCH 09/12] Resolving syntax issue. --- .cicd/scripts/post_test_results.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cicd/scripts/post_test_results.sh b/.cicd/scripts/post_test_results.sh index d53c74b118..8fea1d9b1e 100755 --- a/.cicd/scripts/post_test_results.sh +++ b/.cicd/scripts/post_test_results.sh @@ -48,7 +48,7 @@ function post_test() { git status ##Check regression test logs results - if [ grep -q "Result: SUCCESS" ${UFS_MODEL_DIR}/tests/logs/RegressionTests_${machine,,}.log] && [ grep -q "status=0" ${UFS_MODEL_DIR}/tests/logs/${machine,,}-status ]; then + if grep -q "Result: SUCCESS" ${UFS_MODEL_DIR}/tests/logs/RegressionTests_${machine,,}.log && grep -q "status=0" ${UFS_MODEL_DIR}/tests/logs/${machine,,}-status; then git commit -m "[AutoRT] ${machine} Job Completed Successfully.\n\n\n on-behalf-of @ufs-community " else git commit -m "[AutoRT] ${machine} Job Failed! \n\n\n on-behalf-of @ufs-community " From 3721415ad57c539bbcf71ce9ea65ffeaf77d1c87 Mon Sep 17 00:00:00 2001 From: Kris Booker Date: Fri, 1 Aug 2025 12:58:19 -0600 Subject: [PATCH 10/12] Updating to allow empty git commit message for failures. --- .cicd/scripts/post_test_results.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cicd/scripts/post_test_results.sh b/.cicd/scripts/post_test_results.sh index 8fea1d9b1e..6b38fa8662 100755 --- a/.cicd/scripts/post_test_results.sh +++ b/.cicd/scripts/post_test_results.sh @@ -51,7 +51,7 @@ function post_test() { if grep -q "Result: SUCCESS" ${UFS_MODEL_DIR}/tests/logs/RegressionTests_${machine,,}.log && grep -q "status=0" ${UFS_MODEL_DIR}/tests/logs/${machine,,}-status; then git commit -m "[AutoRT] ${machine} Job Completed Successfully.\n\n\n on-behalf-of @ufs-community " else - git commit -m "[AutoRT] ${machine} Job Failed! \n\n\n on-behalf-of @ufs-community " + git commit --allow-empty -m "[AutoRT] ${machine} Job Failed! \n\n\n on-behalf-of @ufs-community " fi SSH_ORIGIN=$(curl --silent "https://api.github.com/repos/ufs-community/ufs-weather-model/pulls/${CHANGE_ID}" | jq -r '.head.repo.ssh_url') From 8bd3abaf557fae1bd9f85c3c8cc0d672b1bca5d5 Mon Sep 17 00:00:00 2001 From: epic-cicd-jenkins Date: Fri, 1 Aug 2025 15:01:50 -0400 Subject: [PATCH 11/12] [AutoRT] GaeaC6 Job Failed! \n\n\n on-behalf-of @ufs-community From 3426afaae18a41fda61154b6934b253a761fc1ab Mon Sep 17 00:00:00 2001 From: Kris Booker Date: Fri, 1 Aug 2025 15:07:14 -0600 Subject: [PATCH 12/12] Reverting logs --- tests/logs/RegressionTests_hercules.log | 794 ++++++++++++------------ 1 file changed, 397 insertions(+), 397 deletions(-) diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 014670581f..3682570081 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,7 +1,7 @@ -====START OF HERCULES REGRESSION TESTING LOG==== +====START OF hercules REGRESSION TESTING LOG==== UFSWM hash used in testing: -ded9ec5615637bc1b66e5cceade7a37a8b52e111 +ad3af69744167ad4d0e9d5bf46df3ce81e88dda3 Submodule hashes used in testing: 0a8a9a40b112262865491b6d7d25908863b17231 AQM (v0.2.0-39-g0a8a9a4) @@ -9,7 +9,7 @@ Submodule hashes used in testing: 132fa6963ba2f7103f711eb567e4fe97ed0804a8 CDEPS-interface/CDEPS (cdeps0.4.17-406-g132fa69) 4411a158cc4839157e3087d7fe8e399f9685eb35 CICE-interface/CICE (CICE6.0.0-399-g4411a15) 43ead56380bf11ecad66f165dcd736ed0c278763 CICE-interface/CICE/icepack (Icepack1.1.0-200-g43ead56) - 40ae33c0293f7d98e033dcc3e4ca242fb173776c CMEPS-interface/CMEPS (cmeps_v0.4.1-2319-g40ae33c) + b827e0b61f8b5a08a4e2286bd02133cbbe62d933 CMEPS-interface/CMEPS (cmeps_v0.4.1-2322-gb827e0b6) 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) e5b040cca39537499130260e0b65425543416f03 FV3 (heads/develop) 11359cb04a420fc87e4cf0f035f4d1215ab24488 FV3/ccpp/framework (2025-01-06-dev-5-g11359cb) @@ -32,7 +32,6 @@ Submodule hashes used in testing: 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) 97b24f8e40f1de0980388c8326c48b442e5a5e61 stochastic_physics (ufs-v2.0.0-282-g97b24f8) - NOTES: [Times](Memory) are at the end of each compile/test in format [MM:SS](Size). The first time is for the full script (prep+run+finalize). @@ -40,408 +39,409 @@ 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-20250724 -COMPARISON DIRECTORY: /work2/noaa/epic/role-epic/stmp/role-epic/FV3_RT/rt_1639348 +COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/jongkim/FV3_RT/rt_3630908 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_32bit_intel' [13:11, 11:37] ( 1041 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [29:01, 10:13](2154 MB) -PASS -- TEST 'cpld_control_gefs_intel' [42:31, 16:03](3109 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [20:21, 05:09](2793 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [42:27, 14:41](3153 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [19:11, 17:28] ( 1039 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [40:15, 17:50](2025 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:36, 18:56](2329 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:44, 07:16](1337 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [41:06, 19:19](1922 MB) -PASS -- TEST 'cpld_control_gfsv17_nowav_iau_intel' [07:15, 04:00](2306 MB) -PASS -- TEST 'cpld_restart_gfsv17_nowav_iau_intel' [04:41, 02:05](2185 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:11, 16:23] ( 1039 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [39:39, 17:17](1998 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 04:47] ( 1553 warnings 2924 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:55, 18:58](2001 MB) - -PASS -- COMPILE 's2swa_intel' [14:11, 12:19] ( 1041 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [31:04, 10:00](2250 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [27:07, 09:33](2257 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:04, 04:30](1942 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [27:57, 10:06](2277 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:13, 04:30](1801 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [34:56, 09:34](2409 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [27:54, 10:23](2239 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [27:06, 09:02](2124 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [34:04, 09:41](2253 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [34:44, 16:45](2925 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:31, 05:46](2977 MB) - -PASS -- COMPILE 's2swal_intel' [13:11, 11:38] ( 1062 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [22:13, 09:39](2224 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [16:20, 04:58](1912 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [27:00, 08:19](2223 MB) - -PASS -- COMPILE 's2sw_intel' [13:11, 11:06] ( 1009 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [26:48, 08:55](2046 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [24:50, 06:45](2164 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:11, 04:47] ( 1443 warnings 2174 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [19:19, 12:46](2284 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:11, 03:55] ( 1443 warnings 2156 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:27, 05:27](2078 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:11, 09:26] ( 945 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [10:52, 05:03](2146 MB) - -PASS -- COMPILE 's2swa_faster_intel' [14:11, 12:30] ( 1027 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [30:05, 08:51](2266 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:13, 17:04] ( 1032 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [30:59, 14:47](2101 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:13, 07:10](1418 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [30:49, 16:58](2017 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [14:38, 07:06](3050 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [08:36, 02:41](3028 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:27, 01:05](2486 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [07:25, 01:35](2242 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [07:27, 01:47](2248 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:25, 00:23](1553 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [06:26, 01:33](2242 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [06:26, 01:36](2243 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:22, 00:23](1558 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [05:23, 01:01](2168 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [03:23, 00:24](2172 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:21, 00:20](1507 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:11, 04:21] ( 1553 warnings 2906 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [35:52, 22:32](2063 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:10, 09:58] ( 500 remarks ) -PASS -- TEST 'control_flake_intel' [22:22, 02:53](725 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [24:24, 02:04](1624 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [25:29, 02:08](1620 MB) -PASS -- TEST 'control_latlon_intel' [24:20, 02:09](1630 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [24:28, 02:13](1631 MB) -PASS -- TEST 'control_c48_intel' [30:35, 06:32](1715 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [25:28, 05:58](842 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [30:27, 06:30](1707 MB) -PASS -- TEST 'control_c192_intel' [08:32, 06:16](1835 MB) -PASS -- TEST 'control_c384_intel' [10:10, 07:15](2035 MB) -PASS -- TEST 'control_c384gdas_intel' [12:10, 08:29](1527 MB) -PASS -- TEST 'control_stochy_intel' [03:18, 01:34](693 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:32, 00:54](547 MB) -PASS -- TEST 'control_lndp_intel' [03:17, 01:24](681 MB) -PASS -- TEST 'control_iovr4_intel' [03:18, 02:06](680 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:28, 02:31](977 MB) -PASS -- TEST 'control_iovr5_intel' [03:26, 02:07](679 MB) -PASS -- TEST 'control_p8_intel' [04:59, 02:29](1911 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:56, 02:37](1914 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:52, 02:29](1908 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:50, 02:22](1932 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:54, 02:35](1946 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:41, 01:38](2432 MB) -PASS -- TEST 'control_restart_p8_intel' [03:47, 01:25](1179 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:46, 02:24](1906 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:48, 01:27](1222 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:45, 02:31](1908 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:44, 02:56](2002 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:31, 04:15](1912 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:50, 03:36](1977 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:46, 02:34](1915 MB) -PASS -- TEST 'merra2_thompson_intel' [04:52, 02:55](1922 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [06:52, 04:28](1928 MB) -PASS -- TEST 'regional_control_intel' [06:27, 04:27](1199 MB) -PASS -- TEST 'regional_restart_intel' [04:34, 02:26](1207 MB) -PASS -- TEST 'regional_decomp_intel' [06:27, 04:47](1185 MB) -PASS -- TEST 'regional_2threads_intel' [05:25, 03:37](1094 MB) -PASS -- TEST 'regional_noquilt_intel' [06:34, 04:28](1501 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:27, 04:27](1200 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:21, 04:26](1197 MB) -PASS -- TEST 'regional_wofs_intel' [07:23, 05:42](2071 MB) - -PASS -- COMPILE 'rrfs_intel' [11:10, 08:12] ( 3 warnings 445 remarks ) -PASS -- TEST 'rap_control_intel' [08:54, 06:41](1206 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:48, 03:22](1452 MB) -PASS -- TEST 'rap_decomp_intel' [08:41, 06:59](1131 MB) -PASS -- TEST 'rap_2threads_intel' [09:41, 08:09](1202 MB) -PASS -- TEST 'rap_restart_intel' [05:56, 03:27](1171 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:45, 06:36](1200 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:36, 07:04](1151 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:52, 05:02](1218 MB) -PASS -- TEST 'hrrr_control_intel' [05:49, 03:24](1090 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:34, 03:29](1058 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:41, 04:00](1154 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:25, 01:48](1064 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:55, 06:32](1186 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:27, 08:03](2017 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:18, 07:50](2158 MB) - -PASS -- COMPILE 'csawmg_intel' [10:10, 08:19] ( 414 remarks ) -PASS -- TEST 'control_csawmg_intel' [07:26, 05:24](1076 MB) -PASS -- TEST 'control_ras_intel' [04:24, 02:58](849 MB) - -PASS -- COMPILE 'wam_intel' [09:12, 07:52] ( 392 remarks ) -PASS -- TEST 'control_wam_intel' [14:40, 12:24](1689 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:10, 08:40] ( 408 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:53, 02:19](1910 MB) -PASS -- TEST 'regional_control_faster_intel' [06:23, 04:05](1198 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:10, 03:31] ( 901 warnings 586 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:24, 01:51](1632 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:27, 01:52](1639 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:16, 02:36](855 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:17, 02:19](856 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:24, 03:27](1153 MB) -PASS -- TEST 'control_ras_debug_intel' [04:17, 02:15](864 MB) -PASS -- TEST 'control_diag_debug_intel' [04:22, 02:09](1710 MB) -PASS -- TEST 'control_debug_p8_intel' [04:35, 02:10](1930 MB) -PASS -- TEST 'regional_debug_intel' [15:33, 14:08](1156 MB) -PASS -- TEST 'rap_control_debug_intel' [05:18, 04:06](1240 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:18, 03:58](1228 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:17, 04:02](1243 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:28, 04:05](1237 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:18, 04:04](1236 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:23, 04:17](1327 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:18, 04:12](1239 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:17, 04:07](1239 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:18, 04:01](1259 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:24, 04:03](1240 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:19, 04:02](1236 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:16, 03:59](1248 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:16, 06:27](1234 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:18, 03:59](1239 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:18, 04:01](1256 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:10, 02:13] ( 858 warnings 392 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:10, 07:53] ( 3 warnings 412 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:14, 03:15](1294 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:43, 05:22](1128 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:57, 02:46](1022 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:47, 06:50](1114 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:48, 03:37](1059 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:37, 02:59](972 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:46, 04:04](1098 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:26, 01:32](968 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:10, 07:56] ( 3 warnings 389 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:38, 01:34](1326 MB) -PASS -- TEST 'conus13km_2threads_intel' [06:32, 00:50](1215 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [06:30, 00:59](1191 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 08:44] ( 3 warnings 412 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:30, 03:42](1117 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:11, 02:27] ( 793 warnings 418 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:16, 04:14](1119 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:18, 04:20](1113 MB) -PASS -- TEST 'conus13km_debug_intel' [15:33, 13:33](1360 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [14:37, 12:54](1023 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [14:28, 12:15](1249 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:27, 13:47](1436 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:10, 02:32] ( 793 warnings 412 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:18, 04:02](1214 MB) - -PASS -- COMPILE 'hafsw_intel' [18:15, 11:06] ( 692 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:03, 04:46](1026 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [09:31, 05:20](1230 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:22, 03:01](1297 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:23, 06:24](1097 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [17:12, 13:57](1111 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:28, 16:16](1154 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:51, 05:00](607 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:17, 06:12](619 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:39, 02:19](431 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:11, 07:12](518 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:50, 03:11](613 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:09, 03:05](609 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:50, 03:48](661 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:31, 01:03](451 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [10:19, 03:21] ( 1498 warnings 2048 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:45, 10:49](636 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [18:10, 11:03] ( 657 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [19:55, 17:51](730 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [19:56, 17:03](831 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [17:13, 11:06] ( 926 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:45, 11:45](812 MB) - -PASS -- COMPILE 'hafs_all_intel' [17:10, 11:03] ( 634 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:10, 05:40](1102 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:05, 05:39](1065 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:44, 16:22](1334 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [12:13, 04:41] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:18, 02:23](1874 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:16, 01:34](1812 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:15, 02:12](1119 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:15, 02:18](1119 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:19, 02:16](1117 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:15, 02:25](1873 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:14, 02:24](1874 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:19, 02:25](1118 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:52, 05:32](1716 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:51, 05:23](1201 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:13, 02:21](1865 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:17, 03:50](4829 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:18, 03:53](4827 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:18, 02:28] ( 4 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:16, 05:20](1776 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 05:56] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:16, 02:26](1870 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 00:46] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:25, 00:46](329 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:24, 00:33](557 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:30, 00:24](568 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [10:11, 09:03] ( 607 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:50, 03:19](2045 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:11, 08:16] ( 496 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:47, 05:20](2054 MB) - -PASS -- COMPILE 'atml_intel' [13:11, 08:54] ( 8 warnings 551 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [04:59, 02:49](1887 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:39, 01:31](1140 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:11, 03:31] ( 906 warnings 551 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:50, 04:58](1931 MB) - -PASS -- COMPILE 'atmw_intel' [15:11, 10:23] ( 517 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:48, 01:54](1951 MB) - -PASS -- COMPILE 'atmaero_intel' [14:10, 08:41] ( 410 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:53, 03:33](2009 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:42, 04:10](1790 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:41, 04:20](1807 MB) - -PASS -- COMPILE 'atmaq_intel' [13:10, 08:20] ( 8 warnings 607 remarks ) -PASS -- TEST 'regional_atmaq_intel' [16:23, 13:47](2941 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [19:24, 16:35](2946 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [08:10, 02:35] ( 883 warnings 607 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [35:16, 32:13](2955 MB) - -PASS -- COMPILE 'atm_fbh_intel' [13:10, 07:53] ( 3 warnings 419 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:22, 09:30](1082 MB) - -PASS -- COMPILE 'atm_gnu' [09:10, 03:52] -PASS -- TEST 'control_c48_gnu' [09:33, 07:36](1584 MB) -PASS -- TEST 'control_stochy_gnu' [04:18, 02:13](593 MB) -PASS -- TEST 'control_ras_gnu' [05:21, 03:43](598 MB) -PASS -- TEST 'control_p8_gnu' [05:55, 03:31](1560 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:41, 03:25](1560 MB) -PASS -- TEST 'control_flake_gnu' [06:24, 04:28](640 MB) - -PASS -- COMPILE 'rrfs_gnu' [07:10, 03:36] -PASS -- TEST 'rap_control_gnu' [09:43, 07:41](942 MB) -PASS -- TEST 'rap_decomp_gnu' [09:36, 08:00](943 MB) -PASS -- TEST 'rap_2threads_gnu' [08:49, 06:49](1006 MB) -PASS -- TEST 'rap_restart_gnu' [06:57, 04:04](679 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [09:46, 07:50](943 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:47, 08:03](939 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:50, 05:53](681 MB) -PASS -- TEST 'hrrr_control_gnu' [05:40, 03:59](936 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:39, 03:57](927 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:36, 03:29](1002 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:36, 04:03](937 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:25, 02:07](669 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:25, 02:03](757 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [09:53, 07:41](936 MB) - -PASS -- COMPILE 'csawmg_gnu' [06:10, 03:21] -PASS -- TEST 'control_csawmg_gnu' [08:26, 06:35](837 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:11, 05:31] -PASS -- TEST 'control_diag_debug_gnu' [03:25, 01:11](1371 MB) -PASS -- TEST 'regional_debug_gnu' [08:26, 06:37](890 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:19, 02:02](952 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:19, 01:58](949 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:18, 01:56](951 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:17, 01:55](953 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:33, 02:09](1040 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:18, 03:07](945 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:17, 01:57](954 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:18, 01:09](585 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:17, 01:18](579 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:35, 01:59](1540 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:16, 01:56](950 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:16, 02:02](955 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:46, 03:39](955 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:11, 01:42] -PASS -- TEST 'control_wam_debug_gnu' [07:36, 05:23](1384 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:11, 02:53] -PASS -- TEST 'control_csawmg_debug_gnu' [04:24, 02:20](823 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:34] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:43, 07:18](790 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:58, 03:50](789 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:40, 06:51](843 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:46, 03:25](836 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:36, 03:57](793 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:54, 05:32](646 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:23, 02:00](642 MB) -PASS -- TEST 'conus13km_control_gnu' [05:36, 02:33](982 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:26, 01:13](959 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:28, 01:26](689 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:11, 08:43] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:32, 04:24](824 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:17, 05:27] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:17, 02:01](800 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:18, 01:55](800 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:35, 05:28](1001 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:31, 05:21](723 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [07:28, 05:15](979 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:37, 05:22](1069 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:11, 05:38] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:19, 02:03](827 MB) - -PASS -- COMPILE 's2swa_gnu' [18:11, 16:11] -PASS -- TEST 'cpld_control_p8_gnu' [13:19, 09:56](1722 MB) - -PASS -- COMPILE 's2s_gnu' [18:11, 16:23] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [11:05, 08:07](1633 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:10, 02:21] -PASS -- TEST 'cpld_debug_p8_gnu' [07:57, 05:21](1726 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [16:11, 14:31] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [16:06, 13:48](1609 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:10, 02:02] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [10:50, 08:52](1611 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [17:11, 16:05] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:15, 02:40](1605 MB) +* (-r) - USE ROCOTO + +PASS -- COMPILE s2swa_32bit_intel [13:10, 11:42](0 warnings,1041 remarks) +PASS -- TEST cpld_control_p8_mixedmode_intel [11:12, 08:16] (2147444 MB) +PASS -- TEST cpld_control_gefs_intel [30:38, 15:28] (3119472 MB) +PASS -- TEST cpld_restart_gefs_intel [21:08, 05:45] (2793888 MB) +PASS -- TEST cpld_dcp_gefs_intel [30:36, 14:43] (3148356 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_intel [19:10, 17:19](0 warnings,1039 remarks) +PASS -- TEST cpld_control_gfsv17_intel [20:15, 17:37] (2025756 MB) +PASS -- TEST cpld_control_gfsv17_iau_intel [22:39, 19:18] (2323340 MB) +PASS -- TEST cpld_restart_gfsv17_intel [09:37, 06:52] (1353196 MB) +PASS -- TEST cpld_mpi_gfsv17_intel [21:00, 18:34] (1929768 MB) +PASS -- TEST cpld_control_gfsv17_nowav_iau_intel [06:18, 03:55] (2291828 MB) +PASS -- TEST cpld_restart_gfsv17_nowav_iau_intel [05:33, 02:10] (2188232 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_sfs_intel [18:10, 16:52](0 warnings,1039 remarks) +PASS -- TEST cpld_control_sfs_intel [18:39, 16:42] (1986688 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_debug_intel [05:10, 03:28](1553 warnings,2924 remarks) +PASS -- TEST cpld_debug_gfsv17_intel [20:25, 17:56] (1995864 MB) + +PASS -- COMPILE s2swa_intel [13:10, 11:18](0 warnings,1041 remarks) +PASS -- TEST cpld_control_p8_intel [11:11, 08:51] (2267512 MB) +PASS -- TEST cpld_control_p8.v2.sfc_intel [11:11, 08:37] (2252716 MB) +PASS -- TEST cpld_restart_p8_intel [11:17, 06:52] (1945136 MB) +PASS -- TEST cpld_control_qr_p8_intel [11:04, 08:41] (2276804 MB) +PASS -- TEST cpld_restart_qr_p8_intel [10:30, 05:27] (1800488 MB) +PASS -- TEST cpld_2threads_p8_intel [11:04, 08:36] (2408044 MB) +PASS -- TEST cpld_decomp_p8_intel [11:04, 08:29] (2246192 MB) +PASS -- TEST cpld_mpi_p8_intel [09:09, 07:07] (2135404 MB) +PASS -- TEST cpld_control_ciceC_p8_intel [11:14, 08:33] (2266288 MB) +PASS -- TEST cpld_control_c192_p8_intel [22:54, 15:44] (2928296 MB) +PASS -- TEST cpld_restart_c192_p8_intel [09:41, 05:39] (2958620 MB) + +PASS -- COMPILE s2swal_intel [13:10, 11:47](0 warnings,1062 remarks) +PASS -- TEST cpld_control_p8_lnd_intel [11:12, 08:32] (2232732 MB) +PASS -- TEST cpld_restart_p8_lnd_intel [10:25, 05:33] (1912864 MB) +PASS -- TEST cpld_s2sa_p8_intel [09:04, 06:42] (2240328 MB) + +PASS -- COMPILE s2sw_intel [12:10, 10:12](0 warnings,1009 remarks) +PASS -- TEST cpld_control_noaero_p8_intel [09:57, 07:38] (2052020 MB) +PASS -- TEST cpld_control_nowave_noaero_p8_intel [07:59, 05:45] (2165872 MB) + +PASS -- COMPILE s2swa_debug_intel [08:10, 06:40](1443 warnings,2174 remarks) +PASS -- TEST cpld_debug_p8_intel [13:59, 12:00] (2291112 MB) + +PASS -- COMPILE s2sw_debug_intel [05:10, 03:50](1443 warnings,2156 remarks) +PASS -- TEST cpld_debug_noaero_p8_intel [06:49, 05:05] (2079636 MB) + +PASS -- COMPILE s2s_aoflux_intel [19:10, 17:53](0 warnings,945 remarks) +PASS -- TEST cpld_control_noaero_p8_agrid_intel [06:00, 04:00] (2134564 MB) + +PASS -- COMPILE s2swa_faster_intel [15:11, 13:24](0 warnings,1027 remarks) +PASS -- TEST cpld_control_p8_faster_intel [11:12, 08:24] (2254424 MB) + +PASS -- COMPILE s2sw_pdlib_intel [18:12, 16:13](0 warnings,1032 remarks) +PASS -- TEST cpld_control_pdlib_p8_intel [19:05, 15:19] (2090492 MB) +PASS -- TEST cpld_restart_pdlib_p8_intel [09:10, 06:36] (1426416 MB) +PASS -- TEST cpld_mpi_pdlib_p8_intel [19:54, 16:45] (1996796 MB) +PASS -- TEST cpld_control_c48_5deg_intel [12:42, 07:17] (3062064 MB) +PASS -- TEST cpld_warmstart_c48_5deg_intel [07:44, 02:57] (3039088 MB) +PASS -- TEST cpld_restart_c48_5deg_intel [03:32, 01:27] (2470168 MB) +PASS -- TEST cpld_control_c24_5deg_intel [02:27, 00:58] (2242552 MB) +PASS -- TEST cpld_warmstart_c24_5deg_intel [06:29, 01:29] (2242676 MB) +PASS -- TEST cpld_restart_c24_5deg_intel [02:24, 00:24] (1617472 MB) +PASS -- TEST cpld_control_c24_9deg_intel [02:27, 00:58] (2245932 MB) +PASS -- TEST cpld_warmstart_c24_9deg_intel [02:28, 00:32] (2241524 MB) +PASS -- TEST cpld_restart_c24_9deg_intel [04:23, 01:51] (1617368 MB) +PASS -- TEST cpld_control_c12_9deg_intel [02:27, 00:32] (2170316 MB) +PASS -- TEST cpld_warmstart_c12_9deg_intel [05:30, 01:34] (2169540 MB) +PASS -- TEST cpld_restart_c12_9deg_intel [02:24, 00:21] (1508028 MB) + +PASS -- COMPILE s2sw_pdlib_debug_intel [07:10, 05:39](1553 warnings,2906 remarks) +PASS -- TEST cpld_debug_pdlib_p8_intel [28:09, 23:11] (2067256 MB) + +PASS -- COMPILE atm_dyn32_intel [11:10, 09:21](0 warnings,500 remarks) +PASS -- TEST control_flake_intel [07:21, 03:02] (727368 MB) +PASS -- TEST control_CubedSphereGrid_intel [06:26, 02:15] (1621696 MB) +PASS -- TEST control_CubedSphereGrid_parallel_intel [06:29, 02:24] (1632872 MB) +PASS -- TEST control_latlon_intel [06:18, 02:20] (1615048 MB) +PASS -- TEST control_wrtGauss_netcdf_parallel_intel [05:29, 02:26] (1626692 MB) +PASS -- TEST control_c48_intel [09:26, 06:41] (1710148 MB) +PASS -- TEST control_c48.v2.sfc_intel [08:26, 06:00] (840472 MB) +PASS -- TEST control_c48_lnd_iau_intel [09:23, 06:40] (1711428 MB) +PASS -- TEST control_c192_intel [08:33, 06:25] (1834480 MB) +PASS -- TEST control_c384_intel [11:19, 07:04] (2043036 MB) +PASS -- TEST control_c384gdas_intel [12:11, 08:40] (1509528 MB) +PASS -- TEST control_stochy_intel [03:18, 01:39] (683496 MB) +PASS -- TEST control_stochy_restart_intel [02:26, 00:56] (565680 MB) +PASS -- TEST control_lndp_intel [03:18, 01:26] (684396 MB) +PASS -- TEST control_iovr4_intel [04:19, 02:05] (683660 MB) +PASS -- TEST control_iovr4_gfdlmpv3_intel [04:26, 02:27] (977456 MB) +PASS -- TEST control_iovr5_intel [04:21, 02:04] (676236 MB) +PASS -- TEST control_p8_intel [05:00, 02:31] (1910684 MB) +PASS -- TEST control_p8.v2.sfc_intel [04:58, 02:35] (1917020 MB) +PASS -- TEST control_p8_ugwpv1_intel [04:51, 02:29] (1916288 MB) +PASS -- TEST control_p8_ugwpv1_tempo_intel [04:47, 02:28] (1926020 MB) +PASS -- TEST control_p8_ugwpv1_tempo_aerosol_intel [04:51, 02:29] (1947364 MB) +PASS -- TEST control_p8_ugwpv1_tempo_aerosol_hail_intel [03:42, 01:41] (2435948 MB) +PASS -- TEST control_restart_p8_intel [03:43, 01:27] (1177344 MB) +PASS -- TEST control_noqr_p8_intel [04:58, 02:32] (1903144 MB) +PASS -- TEST control_restart_noqr_p8_intel [03:52, 01:24] (1220004 MB) +PASS -- TEST control_decomp_p8_intel [04:41, 02:28] (1909360 MB) +PASS -- TEST control_2threads_p8_intel [04:36, 02:58] (1986976 MB) +PASS -- TEST control_p8_lndp_intel [06:28, 04:20] (1913084 MB) +PASS -- TEST control_p8_rrtmgp_intel [05:50, 03:33] (1984992 MB) +PASS -- TEST control_p8_mynn_intel [04:49, 02:33] (1916296 MB) +PASS -- TEST merra2_thompson_intel [04:58, 02:52] (1919172 MB) +PASS -- TEST merra2_hf_thompson_intel [06:49, 04:20] (1936600 MB) +PASS -- TEST regional_control_intel [06:30, 04:24] (1198044 MB) +PASS -- TEST regional_restart_intel [04:26, 02:24] (1207528 MB) +PASS -- TEST regional_decomp_intel [06:25, 04:43] (1185608 MB) +PASS -- TEST regional_2threads_intel [05:26, 03:34] (1098136 MB) +PASS -- TEST regional_noquilt_intel [06:37, 04:22] (1506224 MB) +PASS -- TEST regional_netcdf_parallel_intel [06:32, 04:33] (1194644 MB) +PASS -- TEST regional_2dwrtdecomp_intel [06:22, 04:28] (1197832 MB) +PASS -- TEST regional_wofs_intel [08:28, 05:41] (2105176 MB) + +PASS -- COMPILE rrfs_intel [10:11, 08:16](3 warnings,445 remarks) +PASS -- TEST rap_control_intel [09:52, 06:38] (1201788 MB) +PASS -- TEST regional_spp_sppt_shum_skeb_intel [05:48, 03:20] (1457592 MB) +PASS -- TEST rap_decomp_intel [09:37, 07:10] (1121908 MB) +PASS -- TEST rap_2threads_intel [09:34, 08:09] (1205192 MB) +PASS -- TEST rap_restart_intel [05:51, 03:27] (1142420 MB) +PASS -- TEST rap_sfcdiff_intel [08:48, 06:35] (1185304 MB) +PASS -- TEST rap_sfcdiff_decomp_intel [09:35, 07:15] (1127112 MB) +PASS -- TEST rap_sfcdiff_restart_intel [07:53, 05:11] (1223288 MB) +PASS -- TEST hrrr_control_intel [05:51, 03:19] (1087648 MB) +PASS -- TEST hrrr_control_decomp_intel [05:46, 03:24] (1059812 MB) +PASS -- TEST hrrr_control_2threads_intel [05:37, 03:59] (1134836 MB) +PASS -- TEST hrrr_control_restart_intel [03:30, 01:50] (1056580 MB) +PASS -- TEST rrfs_v1beta_intel [08:56, 06:29] (1187112 MB) +PASS -- TEST rrfs_v1nssl_intel [09:22, 08:01] (2012960 MB) +PASS -- TEST rrfs_v1nssl_nohailnoccn_intel [09:19, 07:47] (2180112 MB) + +PASS -- COMPILE csawmg_intel [09:12, 07:45](0 warnings,414 remarks) +PASS -- TEST control_csawmg_intel [07:29, 05:26] (1078488 MB) +PASS -- TEST control_ras_intel [04:19, 02:51] (859740 MB) + +PASS -- COMPILE wam_intel [09:10, 07:51](0 warnings,392 remarks) +PASS -- TEST control_wam_intel [14:38, 12:23] (1691376 MB) + +PASS -- COMPILE atm_faster_dyn32_intel [20:11, 16:23](0 warnings,408 remarks) +PASS -- TEST control_p8_faster_intel [04:51, 02:20] (1913028 MB) +PASS -- TEST regional_control_faster_intel [05:26, 04:01] (1189652 MB) + +PASS -- COMPILE atm_debug_dyn32_intel [09:11, 07:09](901 warnings,586 remarks) +PASS -- TEST control_CubedSphereGrid_debug_intel [03:22, 01:51] (1640540 MB) +PASS -- TEST control_wrtGauss_netcdf_parallel_debug_intel [03:24, 01:56] (1648752 MB) +PASS -- TEST control_stochy_debug_intel [04:17, 02:32] (864932 MB) +PASS -- TEST control_lndp_debug_intel [04:17, 02:22] (861624 MB) +PASS -- TEST control_csawmg_debug_intel [07:25, 05:37] (1170012 MB) +PASS -- TEST control_ras_debug_intel [04:17, 02:12] (867980 MB) +PASS -- TEST control_diag_debug_intel [03:26, 02:09] (1713272 MB) +PASS -- TEST control_debug_p8_intel [04:33, 02:20] (1947520 MB) +PASS -- TEST regional_debug_intel [17:25, 15:16] (1171272 MB) +PASS -- TEST rap_control_debug_intel [05:21, 04:06] (1235880 MB) +PASS -- TEST hrrr_control_debug_intel [05:19, 03:51] (1240980 MB) +PASS -- TEST hrrr_gf_debug_intel [05:20, 03:55] (1245092 MB) +PASS -- TEST hrrr_c3_debug_intel [05:17, 04:02] (1237240 MB) +PASS -- TEST rap_unified_drag_suite_debug_intel [05:17, 04:00] (1244200 MB) +PASS -- TEST rap_diag_debug_intel [06:23, 04:22] (1336624 MB) +PASS -- TEST rap_cires_ugwp_debug_intel [05:17, 04:05] (1244428 MB) +PASS -- TEST rap_unified_ugwp_debug_intel [06:19, 04:14] (1237764 MB) +PASS -- TEST rap_lndp_debug_intel [06:17, 04:22] (1241308 MB) +PASS -- TEST rap_progcld_thompson_debug_intel [06:20, 04:05] (1237072 MB) +PASS -- TEST rap_noah_debug_intel [05:16, 04:03] (1237640 MB) +PASS -- TEST rap_sfcdiff_debug_intel [05:18, 04:05] (1235648 MB) +PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_intel [08:18, 06:42] (1241336 MB) +PASS -- TEST rap_clm_lake_debug_intel [05:20, 04:05] (1254948 MB) +PASS -- TEST rap_flake_debug_intel [05:20, 04:04] (1235344 MB) + +PASS -- COMPILE wam_debug_intel [04:10, 02:20](858 warnings,392 remarks) + +PASS -- COMPILE rrfs_dyn32_phy32_intel [09:10, 08:02](3 warnings,412 remarks) +PASS -- TEST regional_spp_sppt_shum_skeb_dyn32_phy32_intel [05:46, 03:15] (1300340 MB) +PASS -- TEST rap_control_dyn32_phy32_intel [08:47, 06:54] (1145004 MB) +PASS -- TEST hrrr_control_dyn32_phy32_intel [04:57, 02:48] (1024284 MB) +PASS -- TEST rap_2threads_dyn32_phy32_intel [08:46, 06:50] (1113432 MB) +PASS -- TEST hrrr_control_2threads_dyn32_phy32_intel [05:35, 03:29] (1053868 MB) +PASS -- TEST hrrr_control_decomp_dyn32_phy32_intel [04:44, 03:00] (973352 MB) +PASS -- TEST rap_restart_dyn32_phy32_intel [06:52, 04:06] (1096664 MB) +PASS -- TEST hrrr_control_restart_dyn32_phy32_intel [03:19, 01:32] (964916 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_faster_intel [09:11, 08:00](3 warnings,389 remarks) +PASS -- TEST conus13km_control_intel [03:36, 01:36] (1322360 MB) +PASS -- TEST conus13km_2threads_intel [02:31, 00:57] (1220060 MB) +PASS -- TEST conus13km_restart_mismatch_intel [02:36, 00:57] (1187764 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_intel [10:10, 08:14](3 warnings,412 remarks) +PASS -- TEST rap_control_dyn64_phy32_intel [05:30, 03:43] (1115136 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_debug_intel [04:11, 02:11](793 warnings,418 remarks) +PASS -- TEST rap_control_debug_dyn32_phy32_intel [06:18, 04:19] (1121504 MB) +PASS -- TEST hrrr_control_debug_dyn32_phy32_intel [06:17, 04:32] (1110176 MB) +PASS -- TEST conus13km_debug_intel [15:33, 14:04] (1368360 MB) +PASS -- TEST conus13km_debug_qr_intel [15:37, 13:35] (1028164 MB) +PASS -- TEST conus13km_debug_2threads_intel [14:33, 12:16] (1250312 MB) +PASS -- TEST conus13km_radar_tten_debug_intel [15:36, 13:31] (1435676 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_debug_intel [04:12, 02:15](793 warnings,412 remarks) +PASS -- TEST rap_control_dyn64_phy32_debug_intel [05:20, 03:57] (1222320 MB) + +PASS -- COMPILE hafsw_intel [13:12, 11:18](0 warnings,692 remarks) +PASS -- TEST hafs_regional_atm_intel [07:06, 04:48] (1029904 MB) +PASS -- TEST hafs_regional_atm_gfdlmpv3_intel [07:09, 04:55] (1221260 MB) +PASS -- TEST hafs_regional_atm_thompson_gfdlsf_intel [04:23, 02:58] (1293520 MB) +PASS -- TEST hafs_regional_atm_ocn_intel [09:19, 06:18] (1096368 MB) +PASS -- TEST hafs_regional_atm_wav_intel [16:13, 13:38] (1111912 MB) +PASS -- TEST hafs_regional_atm_ocn_wav_intel [19:19, 16:12] (1154316 MB) +PASS -- TEST hafs_regional_1nest_atm_intel [07:01, 04:55] (601600 MB) +PASS -- TEST hafs_regional_telescopic_2nests_atm_intel [08:18, 06:00] (615500 MB) +PASS -- TEST hafs_global_1nest_atm_intel [04:42, 02:14] (431908 MB) +PASS -- TEST hafs_global_multiple_4nests_atm_intel [10:09, 06:51] (520572 MB) +PASS -- TEST hafs_regional_specified_moving_1nest_atm_intel [05:48, 03:10] (616224 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_intel [05:00, 03:00] (613804 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_intel [05:50, 03:48] (661228 MB) +PASS -- TEST hafs_global_storm_following_1nest_atm_intel [03:26, 00:59] (454760 MB) + +PASS -- COMPILE hafsw_debug_intel [04:11, 02:34](1498 warnings,2048 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_debug_intel [12:51, 10:54] (633660 MB) + +PASS -- COMPILE hafsw_faster_intel [14:12, 12:50](0 warnings,657 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_intel [19:54, 17:27] (752724 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel [20:11, 17:52] (832840 MB) + +PASS -- COMPILE hafs_mom6w_intel [13:11, 11:18](0 warnings,926 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel [13:41, 11:05] (810736 MB) + +PASS -- COMPILE hafs_all_intel [23:11, 20:25](0 warnings,634 remarks) +PASS -- TEST hafs_regional_docn_intel [08:07, 05:35] (1091592 MB) +PASS -- TEST hafs_regional_docn_oisst_intel [09:08, 05:41] (1074288 MB) +PASS -- TEST hafs_regional_datm_cdeps_intel [18:46, 16:26] (1340952 MB) + +PASS -- COMPILE datm_cdeps_intel [08:11, 05:09](0 warnings,561 remarks) +PASS -- TEST datm_cdeps_control_cfsr_intel [04:16, 02:23] (1873316 MB) +PASS -- TEST datm_cdeps_restart_cfsr_intel [03:17, 01:37] (1810896 MB) +PASS -- TEST datm_cdeps_control_gefs_intel [04:19, 02:14] (1117600 MB) +PASS -- TEST datm_cdeps_iau_gefs_intel [04:15, 02:15] (1124676 MB) +PASS -- TEST datm_cdeps_stochy_gefs_intel [04:16, 02:15] (1125204 MB) +PASS -- TEST datm_cdeps_ciceC_cfsr_intel [04:15, 02:25] (1867836 MB) +PASS -- TEST datm_cdeps_bulk_cfsr_intel [04:15, 02:25] (1871676 MB) +PASS -- TEST datm_cdeps_bulk_gefs_intel [04:15, 02:16] (1112716 MB) +PASS -- TEST datm_cdeps_mx025_cfsr_intel [07:50, 05:39] (1711124 MB) +PASS -- TEST datm_cdeps_mx025_gefs_intel [07:52, 05:26] (1187228 MB) +PASS -- TEST datm_cdeps_multiple_files_cfsr_intel [04:15, 02:27] (1872932 MB) +PASS -- TEST datm_cdeps_3072x1536_cfsr_intel [05:18, 03:52] (4827180 MB) +PASS -- TEST datm_cdeps_gfs_intel [05:17, 03:50] (4835284 MB) + +PASS -- COMPILE datm_cdeps_debug_intel [05:11, 02:06](4 warnings,561 remarks) +PASS -- TEST datm_cdeps_debug_cfsr_intel [07:16, 05:19] (1777896 MB) + +PASS -- COMPILE datm_cdeps_faster_intel [10:16, 08:17](0 warnings,561 remarks) +PASS -- TEST datm_cdeps_control_cfsr_faster_intel [04:16, 02:25] (1869020 MB) + +PASS -- COMPILE datm_cdeps_land_intel [02:11, 00:39](0 warnings,126 remarks) +PASS -- TEST datm_cdeps_lnd_gswp3_intel [02:27, 00:49] (338288 MB) +PASS -- TEST datm_cdeps_lnd_era5_intel [02:21, 00:34] (557168 MB) +PASS -- TEST datm_cdeps_lnd_era5_rst_intel [02:24, 00:24] (556540 MB) + +PASS -- COMPILE atm_ds2s_docn_pcice_intel [11:10, 09:01](0 warnings,607 remarks) +PASS -- TEST atm_ds2s_docn_pcice_intel [05:56, 03:18] (2040688 MB) + +PASS -- COMPILE atm_ds2s_docn_dice_intel [10:10, 08:50](0 warnings,496 remarks) +PASS -- TEST atm_ds2s_docn_dice_intel [07:51, 05:13] (2057104 MB) + +PASS -- COMPILE atml_intel [11:11, 09:18](8 warnings,551 remarks) +PASS -- TEST control_p8_atmlnd_intel [05:00, 02:46] (1889548 MB) +PASS -- TEST control_restart_p8_atmlnd_intel [03:38, 01:35] (1157708 MB) + +PASS -- COMPILE atml_debug_intel [05:11, 03:13](906 warnings,551 remarks) +PASS -- TEST control_p8_atmlnd_debug_intel [07:56, 05:18] (1917640 MB) + +PASS -- COMPILE atmw_intel [12:11, 11:04](0 warnings,517 remarks) +PASS -- TEST atmwav_control_noaero_p8_intel [03:51, 02:02] (1948704 MB) + +PASS -- COMPILE atmaero_intel [10:10, 09:00](0 warnings,410 remarks) +PASS -- TEST atmaero_control_p8_intel [05:48, 03:28] (1996884 MB) +PASS -- TEST atmaero_control_p8_rad_intel [06:42, 04:04] (1791964 MB) +PASS -- TEST atmaero_control_p8_rad_micro_intel [06:39, 04:15] (1823184 MB) + +PASS -- COMPILE atmaq_intel [10:11, 08:14](8 warnings,607 remarks) +PASS -- TEST regional_atmaq_intel [16:18, 13:34] (2939128 MB) +PASS -- TEST regional_atmaq_canopy_intel [19:11, 16:15] (2945832 MB) + +PASS -- COMPILE atmaq_debug_intel [04:11, 02:24](883 warnings,607 remarks) +PASS -- TEST regional_atmaq_debug_intel [34:08, 31:28] (2956376 MB) + +PASS -- COMPILE atm_fbh_intel [10:12, 08:22](3 warnings,419 remarks) +PASS -- TEST cpld_regional_atm_fbh_intel [11:23, 09:34] (1080880 MB) + +PASS -- COMPILE atm_gnu [05:10, 03:44](0 warnings,0 remarks) +PASS -- TEST control_c48_gnu [09:32, 07:50] (1586156 MB) +PASS -- TEST control_stochy_gnu [04:23, 02:13] (593060 MB) +PASS -- TEST control_ras_gnu [05:20, 03:39] (596252 MB) +PASS -- TEST control_p8_gnu [05:56, 03:35] (1534748 MB) +PASS -- TEST control_p8_ugwpv1_gnu [05:43, 03:44] (1553376 MB) +PASS -- TEST control_flake_gnu [06:20, 04:24] (638300 MB) + +PASS -- COMPILE rrfs_gnu [05:11, 03:44](0 warnings,0 remarks) +PASS -- TEST rap_control_gnu [09:41, 07:43] (941768 MB) +PASS -- TEST rap_decomp_gnu [09:44, 07:53] (942500 MB) +PASS -- TEST rap_2threads_gnu [08:46, 06:38] (1004768 MB) +PASS -- TEST rap_restart_gnu [05:53, 04:03] (682172 MB) +PASS -- TEST rap_sfcdiff_gnu [09:49, 07:51] (944344 MB) +PASS -- TEST rap_sfcdiff_decomp_gnu [09:34, 07:58] (943512 MB) +PASS -- TEST rap_sfcdiff_restart_gnu [07:52, 05:55] (682360 MB) +PASS -- TEST hrrr_control_gnu [05:39, 03:58] (968212 MB) +PASS -- TEST hrrr_control_noqr_gnu [05:36, 04:01] (927116 MB) +PASS -- TEST hrrr_control_2threads_gnu [05:33, 03:30] (1005224 MB) +PASS -- TEST hrrr_control_decomp_gnu [05:32, 04:03] (943532 MB) +PASS -- TEST hrrr_control_restart_gnu [04:22, 02:06] (671168 MB) +PASS -- TEST hrrr_control_restart_noqr_gnu [03:20, 02:05] (759188 MB) +PASS -- TEST rrfs_v1beta_gnu [10:54, 09:09] (938536 MB) + +PASS -- COMPILE csawmg_gnu [05:11, 03:26](0 warnings,0 remarks) +PASS -- TEST control_csawmg_gnu [08:24, 06:33] (841092 MB) + +PASS -- COMPILE atm_dyn32_debug_gnu [07:11, 05:29](0 warnings,0 remarks) +PASS -- TEST control_diag_debug_gnu [03:24, 01:14] (1369936 MB) +PASS -- TEST regional_debug_gnu [08:28, 06:37] (886580 MB) +PASS -- TEST rap_control_debug_gnu [03:20, 02:07] (950628 MB) +PASS -- TEST hrrr_control_debug_gnu [03:20, 01:56] (947364 MB) +PASS -- TEST hrrr_gf_debug_gnu [03:18, 02:05] (952636 MB) +PASS -- TEST hrrr_c3_debug_gnu [03:17, 02:08] (949628 MB) +PASS -- TEST rap_diag_debug_gnu [04:30, 02:14] (1037752 MB) +PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_gnu [05:20, 03:14] (945100 MB) +PASS -- TEST rap_progcld_thompson_debug_gnu [03:17, 02:00] (952512 MB) +PASS -- TEST control_ras_debug_gnu [03:17, 01:15] (583332 MB) +PASS -- TEST control_stochy_debug_gnu [03:17, 01:22] (580744 MB) +PASS -- TEST control_debug_p8_gnu [03:36, 01:16] (1538124 MB) +PASS -- TEST rap_flake_debug_gnu [04:19, 02:10] (953836 MB) +PASS -- TEST rap_clm_lake_debug_gnu [04:17, 02:37] (951360 MB) +PASS -- TEST gnv1_c96_no_nest_debug_gnu [05:48, 03:21] (954976 MB) + +PASS -- COMPILE wam_debug_gnu [03:12, 01:45](0 warnings,0 remarks) +PASS -- TEST control_wam_debug_gnu [07:38, 05:01] (1384612 MB) + +PASS -- COMPILE atm_debug_dyn32_gnu [05:11, 03:00](0 warnings,0 remarks) +PASS -- TEST control_csawmg_debug_gnu [03:29, 02:00] (825972 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_gnu [05:11, 03:34](0 warnings,0 remarks) +PASS -- TEST rap_control_dyn32_phy32_gnu [09:37, 07:18] (799488 MB) +PASS -- TEST hrrr_control_dyn32_phy32_gnu [05:49, 03:47] (791640 MB) +PASS -- TEST rap_2threads_dyn32_phy32_gnu [08:47, 06:36] (840388 MB) +PASS -- TEST hrrr_control_2threads_dyn32_phy32_gnu [05:37, 03:22] (838740 MB) +PASS -- TEST hrrr_control_decomp_dyn32_phy32_gnu [05:35, 03:51] (793960 MB) +PASS -- TEST rap_restart_dyn32_phy32_gnu [07:42, 05:32] (644632 MB) +PASS -- TEST hrrr_control_restart_dyn32_phy32_gnu [03:20, 02:01] (643712 MB) +PASS -- TEST conus13km_control_gnu [04:38, 02:27] (984408 MB) +PASS -- TEST conus13km_2threads_gnu [03:33, 01:16] (961100 MB) +PASS -- TEST conus13km_restart_mismatch_gnu [03:31, 01:24] (695444 MB) + +PASS -- COMPILE atm_dyn64_phy32_gnu [10:11, 08:54](0 warnings,0 remarks) +PASS -- TEST rap_control_dyn64_phy32_gnu [06:33, 04:21] (821028 MB) + +PASS -- COMPILE atm_dyn32_phy32_debug_gnu [07:10, 05:54](0 warnings,0 remarks) +PASS -- TEST rap_control_debug_dyn32_phy32_gnu [03:20, 01:55] (801356 MB) +PASS -- TEST hrrr_control_debug_dyn32_phy32_gnu [03:20, 01:51] (801444 MB) +PASS -- TEST conus13km_debug_gnu [07:35, 05:29] (1000068 MB) +PASS -- TEST conus13km_debug_qr_gnu [07:34, 05:29] (723300 MB) +PASS -- TEST conus13km_debug_2threads_gnu [07:31, 05:27] (976148 MB) +PASS -- TEST conus13km_radar_tten_debug_gnu [09:26, 07:26] (1068132 MB) + +PASS -- COMPILE atm_dyn64_phy32_debug_gnu [07:11, 05:44](0 warnings,0 remarks) +PASS -- TEST rap_control_dyn64_phy32_debug_gnu [04:22, 02:14] (828520 MB) + +PASS -- COMPILE s2swa_gnu [18:11, 16:48](0 warnings,0 remarks) +PASS -- TEST cpld_control_p8_gnu [12:28, 09:55] (1737088 MB) + +PASS -- COMPILE s2s_gnu [17:11, 15:57](0 warnings,0 remarks) +PASS -- TEST cpld_control_nowave_noaero_p8_gnu [10:07, 08:08] (1625160 MB) + +PASS -- COMPILE s2swa_debug_gnu [04:11, 02:42](0 warnings,0 remarks) +PASS -- TEST cpld_debug_p8_gnu [09:03, 06:19] (1743272 MB) + +PASS -- COMPILE s2sw_pdlib_gnu [18:11, 16:30](0 warnings,0 remarks) +PASS -- TEST cpld_control_pdlib_p8_gnu [15:56, 13:52] (1588360 MB) + +PASS -- COMPILE s2sw_pdlib_debug_gnu [05:11, 03:57](0 warnings,0 remarks) +PASS -- TEST cpld_debug_pdlib_p8_gnu [10:50, 08:59] (1603780 MB) + +PASS -- COMPILE datm_cdeps_gnu [18:11, 16:48](0 warnings,0 remarks) +PASS -- TEST datm_cdeps_control_cfsr_gnu [04:15, 02:43] (1606372 MB) + SYNOPSIS: -Starting Date/Time: 20250801 09:18:13 -Ending Date/Time: 20250801 11:19:14 -Total Time: 02h:01m:20s +Starting Date/Time: 2025-07-26 13:19:31 +Ending Date/Time: 2025-07-26 14:53:58 +Total Time: 01h:34m:27s Compiles Completed: 59/59 Tests Completed: 266/266 + NOTES: -A file 'test_changes.list' was generated but is empty. -If you are using this log as a pull request verification, please commit 'test_changes.list'. +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: SUCCESS -====END OF HERCULES REGRESSION TESTING LOG==== +====END OF hercules REGRESSION TESTING LOG====