From 058f07361b7f53a76e4cbb057aaebbbefffd34e5 Mon Sep 17 00:00:00 2001 From: Dusan Jovic <48258889+DusanJovic-NOAA@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:47:57 -0500 Subject: [PATCH] Enable some of the intel llvm tests in rt conf + Second reconciliation PR from production/RRFS.v1 #2481 (#2458) * UFSWM - Enable some of the intel llvm tests in rt conf * UFSWM - Second reconciliation PR from production/RRFS.v1 related to FV3 unused and optional variables * FV3 - Second reconciliation PR from production/RRFS.v1 related to FV3 unused and optional variables * ccpp-physics - Second reconciliation PR from production/RRFS.v1 related to FV3 unused and optional variables --------- Co-authored-by: Grant Firl --- FV3 | 2 +- modulefiles/ufs_gaea.intel.lua | 2 +- modulefiles/ufs_gaea.intelllvm.lua | 11 +- modulefiles/ufs_hera.intelllvm.lua | 2 +- modulefiles/ufs_hercules.intelllvm.lua | 2 +- modulefiles/ufs_orion.intelllvm.lua | 2 +- tests/logs/RegressionTests_gaea.log | 578 +++++++++--------- tests/logs/RegressionTests_hera.log | 748 ++++++++++++------------ tests/logs/RegressionTests_hercules.log | 746 +++++++++++------------ tests/logs/RegressionTests_jet.log | 566 ++++++++---------- tests/logs/RegressionTests_orion.log | 572 +++++++++--------- tests/rt.conf | 99 +++- tests/rt_intelllvm.conf | 31 +- tests/test_changes.list | 164 +----- 14 files changed, 1694 insertions(+), 1831 deletions(-) diff --git a/FV3 b/FV3 index bd785e50f9..49967251b8 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit bd785e50f90985fb1330e36852297af38293415b +Subproject commit 49967251b83255bdac7ac2f9626d2714e8b83d07 diff --git a/modulefiles/ufs_gaea.intel.lua b/modulefiles/ufs_gaea.intel.lua index 8e8525c21e..834c8fc41f 100644 --- a/modulefiles/ufs_gaea.intel.lua +++ b/modulefiles/ufs_gaea.intel.lua @@ -1,5 +1,5 @@ help([[ - This module loads libraries required for building and running UFS Weather Model + This module loads libraries required for building and running UFS Weather Model on the NOAA RDHPC machine Gaea C5 using Intel-2023.1.0. ]]) diff --git a/modulefiles/ufs_gaea.intelllvm.lua b/modulefiles/ufs_gaea.intelllvm.lua index f91a712d27..01d8585454 100644 --- a/modulefiles/ufs_gaea.intelllvm.lua +++ b/modulefiles/ufs_gaea.intelllvm.lua @@ -1,16 +1,16 @@ help([[ - This module loads libraries required for building and running UFS Weather Model + This module loads libraries required for building and running UFS Weather Model on the NOAA RDHPC machine Gaea C5 using Intel-2023.1.0. ]]) whatis([===[Loads libraries needed for building the UFS Weather Model on Gaea ]===]) -prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/spack-stack-1.6.0/envs/upp-addon-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core") -stack_intel_ver=os.getenv("stack_intel_ver") or "2023.1.0" +stack_intel_ver=os.getenv("stack_intel_ver") or "2023.2.0" load(pathJoin("stack-intel", stack_intel_ver)) -stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.25" +stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.28" load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver)) stack_python_ver=os.getenv("stack_python_ver") or "3.10.13" @@ -27,8 +27,7 @@ load(pathJoin("nccmp", nccmp_ver)) unload("darshan-runtime") unload("cray-libsci") -unload("intel-classic/2023.1.0") -load("intel-oneapi/2023.1.0") +load("intel-classic/2023.2.0") setenv("I_MPI_CC", "icx") setenv("I_MPI_CXX", "icpx") diff --git a/modulefiles/ufs_hera.intelllvm.lua b/modulefiles/ufs_hera.intelllvm.lua index 49e9f2b4a9..7dfdd61ace 100644 --- a/modulefiles/ufs_hera.intelllvm.lua +++ b/modulefiles/ufs_hera.intelllvm.lua @@ -2,7 +2,7 @@ help([[ loads UFS Model prerequisites for Hera/IntelLLVM ]]) -prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.6.0/envs/upp-addon-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core") stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0" load(pathJoin("stack-intel", stack_intel_ver)) diff --git a/modulefiles/ufs_hercules.intelllvm.lua b/modulefiles/ufs_hercules.intelllvm.lua index 5fb97a59fc..2d5627b417 100644 --- a/modulefiles/ufs_hercules.intelllvm.lua +++ b/modulefiles/ufs_hercules.intelllvm.lua @@ -2,7 +2,7 @@ help([[ loads UFS Model prerequisites for Hercules/IntelLLVM ]]) -prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.6.0/envs/upp-addon-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core") stack_intel_ver=os.getenv("stack_intel_ver") or "2021.9.0" load(pathJoin("stack-intel", stack_intel_ver)) diff --git a/modulefiles/ufs_orion.intelllvm.lua b/modulefiles/ufs_orion.intelllvm.lua index 81f6a07b52..b464ca44c8 100644 --- a/modulefiles/ufs_orion.intelllvm.lua +++ b/modulefiles/ufs_orion.intelllvm.lua @@ -2,7 +2,7 @@ help([[ loads UFS Model prerequisites for OrionLLVM/Intel ]]) -prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.6.0/envs/upp-addon-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core") stack_intel_ver=os.getenv("stack_intel_ver") or "2021.9.0" load(pathJoin("stack-intel", stack_intel_ver)) diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index f84378cb31..7b7c810e3d 100644 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,7 +1,7 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -50c915d559ecbbc39d288ac9da24860f225597f1 +a825b5db2bab633240c281e478989d144055db41 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: 05ac0ec3ea666080eed36e67f6cf8ce1255b243f CICE-interface/CICE/icepack (Icepack1.1.0-192-g05ac0ec) 24e9eed4ffe8138bef635c8f916f91b142595675 CMEPS-interface/CMEPS (cmeps_v0.4.1-2311-g24e9eed) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 99091f9742670bdebd84bd13f17b9115457d64dd FV3 (heads/develop-13-g99091f9) - 24686a2561f1414eb86c7b97c93960c36e4257b1 FV3/atmos_cubed_sphere (201912_public_release-406-g24686a2) + 1947bad314f3c54594828964efc8938596965891 FV3 (remotes/origin/rrfsv1-to-ufs/dev2) + e36e8572e7643d7e59a3979a61bdd83743ff7b00 FV3/atmos_cubed_sphere (201912_public_release-407-ge36e857) b7d55fd07fa35c5de9b2292596d30784a800b276 FV3/ccpp/framework (2024-07-11-dev-1-gb7d55fd) - f3eeb3442775b7239d98e3d09acc6d4f1d42233e FV3/ccpp/physics (EP4-889-gf3eeb344) + 0678f44c137957033d357b2168b40fb5ab029be6 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5338-g0678f44c) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 6f5dd627d124ae94bb5ed7f5afd22f82c470b1b7 FV3/upp (upp_v10.2.0-230-g6f5dd627) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -39,292 +39,304 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20241031 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_2275031 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_1514204 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [16:11, 14:31] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [15:05, 13:01](3181 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:11, 19:05] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [16:58, 13:47](1910 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:24, 14:47](1939 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:54, 06:47](1074 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:34, 15:22](1872 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [21:11, 19:25] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:39, 13:43](1900 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [12:11, 10:50] ( 1528 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [30:08, 27:32](1926 MB) - -PASS -- COMPILE 's2swa_intel' [18:15, 16:43] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [20:15, 15:35](3213 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [20:16, 15:46](3206 MB) -PASS -- TEST 'cpld_restart_p8_intel' [12:30, 09:09](3138 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [20:16, 15:36](3236 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [11:21, 08:50](3157 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [16:35, 13:40](3462 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [20:16, 15:23](3206 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [15:38, 13:04](3156 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [20:16, 15:40](3213 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [13:03, 10:05](3485 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:48, 07:02](3593 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [24:44, 19:07](4251 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:31, 11:57](4349 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [12:35, 09:35](3185 MB) - -PASS -- COMPILE 's2sw_intel' [16:11, 14:47] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [11:03, 08:28](1907 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [16:09, 13:38](1973 MB) - -PASS -- COMPILE 's2swa_debug_intel' [11:10, 09:14] ( 1418 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [25:00, 22:14](3272 MB) - -PASS -- COMPILE 's2sw_debug_intel' [10:10, 09:03] ( 1418 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:51, 08:57](1937 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [14:11, 12:35] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:50, 05:10](1966 MB) - -PASS -- COMPILE 's2s_intel' [16:11, 14:34] ( 6 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [07:48, 05:34](2870 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:55, 02:21](2880 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:41, 01:02](2293 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:11, 15:48] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [19:37, 15:31](3217 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:11, 19:19] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [26:59, 24:48](1915 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [15:58, 12:30](1089 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [31:57, 28:50](1893 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [11:11, 09:22] ( 1528 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [36:25, 32:11](1937 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:11, 11:27] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [06:01, 04:02](656 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [07:19, 03:12](1547 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:18, 03:20](1562 MB) -PASS -- TEST 'control_latlon_intel' [07:02, 03:16](1555 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:25, 03:46](1559 MB) -PASS -- TEST 'control_c48_intel' [13:26, 10:36](1573 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:48, 05:45](695 MB) -PASS -- TEST 'control_c192_intel' [15:18, 11:16](1682 MB) -PASS -- TEST 'control_c384_intel' [27:33, 23:39](1967 MB) -PASS -- TEST 'control_c384gdas_intel' [18:47, 14:36](1174 MB) -PASS -- TEST 'control_stochy_intel' [04:47, 02:14](609 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:23, 01:01](415 MB) -PASS -- TEST 'control_lndp_intel' [03:22, 01:43](606 MB) -PASS -- TEST 'control_iovr4_intel' [04:21, 02:33](609 MB) -PASS -- TEST 'control_iovr5_intel' [04:22, 02:32](609 MB) -PASS -- TEST 'control_p8_intel' [05:46, 03:43](1852 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:11, 03:16](1844 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:58, 03:43](1848 MB) -PASS -- TEST 'control_restart_p8_intel' [03:51, 02:06](996 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:02, 03:43](1843 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:45, 01:56](1005 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:00, 03:43](1842 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:00, 03:18](1925 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:41, 06:09](1850 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:56, 04:13](1899 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:43, 03:22](1849 MB) -PASS -- TEST 'merra2_thompson_intel' [05:45, 03:35](1848 MB) -PASS -- TEST 'regional_control_intel' [06:30, 04:41](847 MB) -PASS -- TEST 'regional_restart_intel' [04:29, 02:45](846 MB) -PASS -- TEST 'regional_decomp_intel' [06:31, 04:49](843 MB) -PASS -- TEST 'regional_2threads_intel' [04:46, 03:00](981 MB) -PASS -- TEST 'regional_noquilt_intel' [06:49, 04:35](1171 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:53, 04:52](847 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:31, 04:40](845 MB) -PASS -- TEST 'regional_wofs_intel' [08:34, 06:33](1571 MB) - -PASS -- COMPILE 'rrfs_intel' [15:11, 13:15] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:41, 06:47](988 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:59, 04:04](1146 MB) -PASS -- TEST 'rap_decomp_intel' [08:38, 07:01](990 MB) -PASS -- TEST 'rap_2threads_intel' [08:39, 06:17](1068 MB) -PASS -- TEST 'rap_restart_intel' [05:47, 03:49](868 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:43, 06:58](988 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:49, 07:13](987 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:42, 04:54](869 MB) -PASS -- TEST 'hrrr_control_intel' [06:11, 03:47](986 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:35, 03:49](984 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:38, 03:05](1063 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:41, 01:53](820 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:40, 07:00](983 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:22, 08:56](1944 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:22, 08:41](1934 MB) - -PASS -- COMPILE 'csawmg_intel' [13:11, 11:46] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [08:32, 06:38](944 MB) -PASS -- TEST 'control_ras_intel' [05:24, 03:29](647 MB) - -PASS -- COMPILE 'wam_intel' [15:11, 13:09] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [14:17, 11:44](1639 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:11, 11:15] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:47, 03:18](1847 MB) -PASS -- TEST 'regional_control_faster_intel' [06:30, 04:27](841 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [13:10, 11:25] ( 887 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:39, 02:55](1578 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:44, 03:07](1582 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:21, 03:38](783 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:22, 03:03](784 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:26, 04:25](1085 MB) -PASS -- TEST 'control_ras_debug_intel' [04:22, 03:05](790 MB) -PASS -- TEST 'control_diag_debug_intel' [04:31, 02:55](1639 MB) -PASS -- TEST 'control_debug_p8_intel' [04:31, 03:06](1876 MB) -PASS -- TEST 'regional_debug_intel' [17:28, 16:01](884 MB) -PASS -- TEST 'rap_control_debug_intel' [07:26, 05:09](1165 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:28, 04:59](1157 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:29, 05:13](1164 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:23, 05:04](1162 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:25, 05:03](1164 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:55, 05:21](1248 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:59, 05:06](1166 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:57, 05:05](1166 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:59, 05:02](1165 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:01, 05:00](1166 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:00, 04:48](1159 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:58, 05:05](1162 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:25, 08:08](1158 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:03, 04:55](1161 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:21, 06:07](1165 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:24, 05:10](1163 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:37, 08:36](1168 MB) - -PASS -- COMPILE 'wam_debug_intel' [10:11, 08:19] ( 842 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:51, 13:58](1668 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:11, 10:58] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:05, 03:45](1020 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:35, 06:04](863 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:54, 03:21](862 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:33, 05:14](919 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:43, 02:45](911 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:33, 03:43](860 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:59, 04:12](770 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:29, 01:42](743 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:11, 11:51] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:57, 02:00](1070 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:00, 00:59](1058 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:59, 01:20](948 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:11, 12:03] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:39, 04:24](895 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:14, 07:09] ( 790 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:21, 05:22](1039 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:21, 05:23](1040 MB) -PASS -- TEST 'conus13km_debug_intel' [15:56, 13:57](1120 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [17:29, 14:12](798 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:42, 07:57](1111 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:39, 13:38](1190 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:10, 07:58] ( 790 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:48, 05:06](1070 MB) - -PASS -- COMPILE 'hafsw_intel' [16:11, 14:34] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:30, 05:04](713 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:50, 04:20](1065 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:38, 07:35](743 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:19, 11:36](779 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:35, 12:54](798 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:07, 05:22](469 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:44, 06:33](498 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:53, 02:45](398 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:01, 07:32](486 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:43, 03:43](507 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:53, 03:32](507 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:58, 04:34](588 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:32, 01:31](426 MB) -PASS -- TEST 'gnv1_nested_intel' [10:28, 05:54](1705 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [09:10, 08:05] ( 1470 warnings 1481 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:57, 12:52](611 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [15:11, 13:27] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [15:57, 07:37](631 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:05, 07:42](808 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:11, 13:15] ( 5 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [13:08, 06:05](811 MB) - -PASS -- COMPILE 'hafs_all_intel' [14:11, 12:23] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [14:05, 06:14](735 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [17:05, 06:18](714 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [29:10, 20:08](891 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [12:15, 10:11] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [11:22, 02:37](763 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:24, 01:34](753 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [10:21, 02:29](645 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [10:22, 02:31](640 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [10:21, 02:31](643 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [10:21, 02:37](763 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [09:23, 02:38](763 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [09:21, 02:29](643 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [12:04, 06:13](692 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:55, 06:13](671 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [07:20, 02:37](751 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:21, 04:41](2030 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [09:23, 04:40](2032 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [08:18, 06:21] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:24, 05:32](748 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [12:11, 10:07] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:22, 02:37](762 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:41] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:41, 01:58](324 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:36, 01:33](461 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:31, 00:57](461 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:12, 02:04] ( 12 warnings ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:48, 00:36](447 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:45, 00:21](252 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:12, 12:12] ( 5 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:14, 04:09](1916 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:11, 10:57] ( 6 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [11:01, 08:51](1899 MB) - -PASS -- COMPILE 'atml_intel' [13:11, 11:33] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:07, 07:02](1873 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:01, 07:16](1872 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:39, 04:55](1023 MB) - -PASS -- COMPILE 'atml_debug_intel' [10:13, 08:58] ( 885 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:57, 06:35](1909 MB) - -PASS -- COMPILE 'atmw_intel' [14:11, 13:05] ( 5 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:49, 02:23](1880 MB) - -PASS -- COMPILE 'atmaero_intel' [14:11, 12:12] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:52, 06:28](3099 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:01, 06:56](2988 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:45, 07:19](2991 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [10:15, 08:42] ( 887 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [21:20, 18:14](4443 MB) - -PASS -- COMPILE 'atm_fbh_intel' [13:11, 11:55] ( 8 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [12:25, 09:32](799 MB) +PASS -- COMPILE 's2swa_32bit_intel' [17:14, 15:24] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [15:16, 12:41](3182 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:12, 20:24] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [21:56, 13:55](1896 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [35:03, 14:25](1929 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [24:51, 06:53](1063 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:56, 15:09](1874 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [21:14, 19:23] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [21:45, 14:04](1896 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [11:11, 09:09] ( 1528 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [29:53, 27:11](1930 MB) + +PASS -- COMPILE 's2swa_intel' [18:15, 16:12] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [20:20, 15:55](3216 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [20:47, 15:58](3212 MB) +PASS -- TEST 'cpld_restart_p8_intel' [24:29, 08:54](3140 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [21:30, 15:57](3236 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [24:10, 08:58](3159 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [16:51, 13:46](3461 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [19:37, 15:44](3210 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [16:51, 13:19](3156 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [21:34, 16:00](3217 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:35, 10:12](3489 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [28:43, 06:50](3599 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [35:57, 19:19](4253 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [27:19, 12:03](4354 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:37, 09:35](3187 MB) + +PASS -- COMPILE 's2sw_intel' [15:14, 13:44] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [10:04, 07:40](1912 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [15:03, 12:43](1966 MB) + +PASS -- COMPILE 's2swa_debug_intel' [10:11, 09:08] ( 1418 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [25:03, 22:22](3267 MB) + +PASS -- COMPILE 's2sw_debug_intel' [11:11, 09:31] ( 1418 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [11:58, 08:59](1942 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [15:13, 13:20] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:24, 05:21](1973 MB) + +PASS -- COMPILE 's2s_intel' [16:11, 14:30] ( 6 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [07:48, 05:33](2865 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:49, 02:16](2880 MB) +PASS -- TEST 'cpld_restart_c48_intel' [05:48, 00:59](2296 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:12, 15:30] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [22:27, 15:44](3210 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [20:13, 18:43] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [46:57, 24:49](1922 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [22:53, 13:01](1103 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [39:58, 29:25](1894 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [11:12, 09:24] ( 1528 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [42:56, 31:18](1940 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:12, 14:08] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [16:22, 03:42](655 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [21:41, 03:16](1550 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [21:44, 03:18](1560 MB) +PASS -- TEST 'control_latlon_intel' [21:40, 03:10](1561 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [20:46, 03:20](1560 MB) +PASS -- TEST 'control_c48_intel' [26:46, 09:59](1572 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [21:13, 05:51](694 MB) +PASS -- TEST 'control_c192_intel' [26:00, 11:16](1679 MB) +PASS -- TEST 'control_c384_intel' [38:33, 23:33](1970 MB) +PASS -- TEST 'control_c384gdas_intel' [32:25, 14:35](1166 MB) +PASS -- TEST 'control_stochy_intel' [16:23, 01:50](612 MB) +PASS -- TEST 'control_stochy_restart_intel' [14:24, 01:35](416 MB) +PASS -- TEST 'control_lndp_intel' [18:22, 01:51](609 MB) +PASS -- TEST 'control_iovr4_intel' [19:23, 02:37](609 MB) +PASS -- TEST 'control_iovr5_intel' [20:24, 03:08](609 MB) +PASS -- TEST 'control_p8_intel' [21:47, 04:14](1848 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [21:58, 03:28](1841 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [21:48, 04:12](1843 MB) +PASS -- TEST 'control_restart_p8_intel' [12:40, 02:10](1000 MB) +PASS -- TEST 'control_noqr_p8_intel' [22:15, 03:42](1846 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [13:40, 02:28](1007 MB) +PASS -- TEST 'control_decomp_p8_intel' [22:06, 03:46](1842 MB) +PASS -- TEST 'control_2threads_p8_intel' [20:42, 03:12](1924 MB) +PASS -- TEST 'control_p8_lndp_intel' [22:36, 06:20](1850 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [21:39, 04:05](1897 MB) +PASS -- TEST 'control_p8_mynn_intel' [18:50, 03:19](1857 MB) +PASS -- TEST 'merra2_thompson_intel' [16:38, 04:18](1847 MB) +PASS -- TEST 'regional_control_intel' [07:31, 05:10](844 MB) +PASS -- TEST 'regional_restart_intel' [04:30, 02:36](846 MB) +PASS -- TEST 'regional_decomp_intel' [07:29, 05:25](850 MB) +PASS -- TEST 'regional_2threads_intel' [06:48, 02:56](973 MB) +PASS -- TEST 'regional_noquilt_intel' [06:30, 04:33](1169 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:33, 04:42](846 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:27, 04:38](848 MB) +PASS -- TEST 'regional_wofs_intel' [08:26, 06:17](1570 MB) + +PASS -- COMPILE 'rrfs_intel' [13:16, 11:59] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [20:14, 07:15](993 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [17:58, 04:01](1148 MB) +PASS -- TEST 'rap_decomp_intel' [13:51, 07:18](989 MB) +PASS -- TEST 'rap_2threads_intel' [11:02, 06:04](1072 MB) +PASS -- TEST 'rap_restart_intel' [13:36, 03:28](868 MB) +PASS -- TEST 'rap_sfcdiff_intel' [20:15, 07:05](990 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:51, 07:16](989 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [15:38, 04:58](868 MB) +PASS -- TEST 'hrrr_control_intel' [07:47, 03:42](986 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [10:30, 03:52](992 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:48, 03:06](1066 MB) +PASS -- TEST 'hrrr_control_restart_intel' [11:25, 01:54](820 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:49, 06:54](985 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [13:35, 08:48](1949 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [21:23, 08:32](1936 MB) + +PASS -- COMPILE 'csawmg_intel' [14:12, 13:08] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [15:27, 06:39](951 MB) +PASS -- TEST 'control_ras_intel' [12:21, 03:25](648 MB) + +PASS -- COMPILE 'wam_intel' [14:11, 12:54] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [24:15, 11:54](1640 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:12, 11:47] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [14:41, 03:08](1840 MB) +PASS -- TEST 'regional_control_faster_intel' [06:30, 04:27](842 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [13:11, 11:38] ( 887 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [14:36, 02:37](1577 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [14:42, 02:36](1589 MB) +PASS -- TEST 'control_stochy_debug_intel' [14:22, 03:11](784 MB) +PASS -- TEST 'control_lndp_debug_intel' [13:22, 02:50](782 MB) +PASS -- TEST 'control_csawmg_debug_intel' [16:28, 04:54](1084 MB) +PASS -- TEST 'control_ras_debug_intel' [14:22, 03:34](789 MB) +PASS -- TEST 'control_diag_debug_intel' [13:33, 02:54](1641 MB) +PASS -- TEST 'control_debug_p8_intel' [14:29, 02:49](1867 MB) +PASS -- TEST 'regional_debug_intel' [27:45, 15:58](885 MB) +PASS -- TEST 'rap_control_debug_intel' [16:20, 05:04](1163 MB) +PASS -- TEST 'hrrr_control_debug_intel' [16:20, 04:56](1157 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [16:21, 05:08](1159 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [17:26, 05:02](1161 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [17:22, 05:07](1163 MB) +PASS -- TEST 'rap_diag_debug_intel' [17:27, 05:32](1248 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [17:20, 05:03](1163 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [16:22, 05:17](1163 MB) +PASS -- TEST 'rap_lndp_debug_intel' [15:21, 05:06](1161 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [15:21, 05:11](1166 MB) +PASS -- TEST 'rap_noah_debug_intel' [15:19, 05:11](1160 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [15:21, 05:11](1165 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [17:47, 08:06](1159 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [14:20, 05:23](1157 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [14:22, 06:09](1166 MB) +PASS -- TEST 'rap_flake_debug_intel' [14:24, 05:29](1166 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [19:28, 09:02](1165 MB) + +PASS -- COMPILE 'wam_debug_intel' [09:11, 07:11] ( 842 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [23:54, 14:13](1661 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:11, 10:20] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [13:55, 04:10](1021 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [15:36, 06:21](865 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [12:34, 03:27](866 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [13:36, 05:23](924 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [12:31, 02:44](916 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [13:33, 03:26](863 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [13:23, 04:12](773 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [10:26, 01:53](747 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:11, 12:49] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [11:53, 02:05](1068 MB) +PASS -- TEST 'conus13km_2threads_intel' [08:42, 01:01](1059 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [09:48, 01:38](942 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:11, 11:15] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [14:37, 04:16](895 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:11, 08:49] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [12:21, 04:59](1037 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [12:19, 04:52](1037 MB) +PASS -- TEST 'conus13km_debug_intel' [21:43, 13:36](1122 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [20:57, 13:54](797 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [14:47, 07:53](1112 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [23:51, 14:13](1189 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:11, 08:14] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [15:21, 05:23](1063 MB) + +PASS -- COMPILE 'hafsw_intel' [15:14, 14:07] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [16:04, 05:43](711 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [14:27, 05:10](1064 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [18:35, 08:16](743 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [19:59, 11:50](772 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [22:16, 12:52](798 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [14:50, 05:22](474 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [16:13, 06:34](500 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [11:47, 02:43](398 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [16:38, 07:29](487 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [11:45, 03:41](507 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [12:49, 03:33](508 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [12:51, 04:35](585 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [10:33, 01:31](426 MB) +PASS -- TEST 'gnv1_nested_intel' [13:52, 05:17](1699 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [09:12, 07:56] ( 1470 warnings 1481 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [21:48, 13:32](615 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [16:16, 14:15] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:56, 08:06](632 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [19:36, 08:20](807 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [17:15, 15:27] ( 5 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [17:06, 06:29](808 MB) + +PASS -- COMPILE 'hafs_all_intel' [16:12, 14:52] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [16:33, 06:10](736 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [18:04, 06:12](718 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [31:06, 20:01](892 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [12:11, 10:55] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [14:49, 02:36](764 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:24, 01:35](753 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [13:47, 02:28](642 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [14:11, 02:30](643 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [13:49, 02:30](641 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [12:49, 02:36](763 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [12:48, 02:37](763 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [12:48, 02:28](642 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [15:51, 06:13](693 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [14:15, 06:09](674 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [10:50, 02:37](751 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [11:21, 04:39](2032 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [11:21, 04:42](2032 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [08:15, 06:22] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [11:20, 05:31](736 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [13:13, 11:31] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [08:19, 02:36](763 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:48] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [07:35, 01:33](314 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [07:32, 01:05](462 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [04:18, 00:52](461 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [05:11, 03:52] ( 12 warnings ) +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [07:37, 00:34](450 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [03:46, 00:38](256 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:12, 13:10] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [10:45, 04:00](1905 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:11, 11:49] ( 6 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [13:44, 08:29](1900 MB) + +PASS -- COMPILE 'atml_intel' [15:12, 13:50] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:49, 07:36](1877 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [12:47, 07:53](1876 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:28, 04:45](1025 MB) + +PASS -- COMPILE 'atml_debug_intel' [11:15, 09:25] ( 885 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:43, 07:04](1909 MB) + +PASS -- COMPILE 'atmw_intel' [15:13, 13:20] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:37, 02:54](1882 MB) + +PASS -- COMPILE 'atmaero_intel' [14:17, 12:12] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:45, 06:27](3097 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:44, 07:21](2987 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:58, 06:50](2997 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [09:15, 07:44] ( 887 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [25:51, 18:11](4439 MB) + +PASS -- COMPILE 'atm_fbh_intel' [12:12, 10:45] ( 8 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [12:00, 09:29](795 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [20:11, 19:06] +PASS -- TEST 'cpld_control_gfsv17_intelllvm' [17:21, 13:56](1908 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [10:11, 08:50] +PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [30:18, 27:38](1924 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intelllvm' [23:14, 21:56] +PASS -- TEST 'cpld_control_sfs_intelllvm' [15:57, 13:41](1900 MB) + +PASS -- COMPILE 's2swa_intelllvm' [17:11, 15:22] +PASS -- TEST 'cpld_control_p8_intelllvm' [18:17, 15:38](3214 MB) SYNOPSIS: -Starting Date/Time: 20241101 09:50:53 -Ending Date/Time: 20241101 11:31:57 -Total Time: 01h:42m:04s -Compiles Completed: 43/43 -Tests Completed: 188/188 +Starting Date/Time: 20241106 19:51:30 +Ending Date/Time: 20241106 22:23:12 +Total Time: 02h:32m:33s +Compiles Completed: 47/47 +Tests Completed: 192/192 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index 5c4b7af873..3ddf04baf1 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,7 +1,7 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -50c915d559ecbbc39d288ac9da24860f225597f1 +7db9d8898499f1fde77381853ea17f3bfcadb7a7 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,7 +9,7 @@ Submodule hashes used in testing: 5e57a89cf533fe98352bcfd1a464b1d50713274d CICE-interface/CICE (CICE6.0.0-378-g5e57a89) 24e9eed4ffe8138bef635c8f916f91b142595675 CMEPS-interface/CMEPS (cmeps_v0.4.1-2311-g24e9eed) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 99091f9742670bdebd84bd13f17b9115457d64dd FV3 (heads/develop-13-g99091f9) + 1947bad314f3c54594828964efc8938596965891 FV3 (remotes/origin/rrfsv1-to-ufs/dev2) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) @@ -27,382 +27,388 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20241031 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3264162 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_250409 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [15:11, 12:59] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:11, 10:28](3294 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:11, 16:10] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [22:57, 16:41](1969 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:17, 17:33](2154 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:09, 08:02](1270 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [24:54, 18:48](1860 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:11, 16:11] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [22:42, 16:26](1968 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:10, 06:04] ( 1523 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [28:02, 25:49](1928 MB) - -PASS -- COMPILE 's2swa_intel' [15:11, 13:01] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [17:13, 13:02](3350 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [22:18, 13:22](3320 MB) -PASS -- TEST 'cpld_restart_p8_intel' [11:17, 06:52](3260 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [17:13, 12:52](3370 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [11:17, 06:59](3267 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [21:07, 12:17](3616 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [23:07, 13:38](3290 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [19:09, 10:22](3223 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [22:19, 12:47](3355 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [19:08, 10:13](3517 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [13:01, 06:21](3620 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [28:44, 15:53](4296 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [24:27, 09:47](4381 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [11:12, 07:19](3312 MB) - -PASS -- COMPILE 's2sw_intel' [14:11, 11:30] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:57, 07:37](1957 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [14:02, 11:07](2046 MB) - -PASS -- COMPILE 's2swa_debug_intel' [08:10, 06:28] ( 1413 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [25:15, 22:17](3399 MB) - -PASS -- COMPILE 's2sw_debug_intel' [08:10, 05:57] ( 1413 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [11:06, 08:55](1963 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:11, 10:58] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:04, 04:27](2040 MB) - -PASS -- COMPILE 's2s_intel' [13:11, 11:13] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:40, 07:45](3033 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:42, 02:24](3024 MB) -PASS -- TEST 'cpld_restart_c48_intel' [07:50, 01:25](2475 MB) - -PASS -- COMPILE 's2swa_faster_intel' [19:12, 17:34] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [20:12, 12:26](3345 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:12, 15:38] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [30:07, 27:18](2013 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [25:25, 13:37](1257 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [44:14, 31:47](1927 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:11, 06:09] ( 1523 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [38:58, 30:40](1906 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:11, 10:31] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:24, 03:25](702 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:43, 03:29](1583 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:49, 03:26](1588 MB) -PASS -- TEST 'control_latlon_intel' [05:40, 03:19](1589 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:47, 03:21](1583 MB) -PASS -- TEST 'control_c48_intel' [13:44, 11:25](1730 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:25, 06:18](851 MB) -PASS -- TEST 'control_c192_intel' [15:00, 12:07](1752 MB) -PASS -- TEST 'control_c384_intel' [24:10, 13:58](1976 MB) -PASS -- TEST 'control_c384gdas_intel' [21:12, 08:15](1381 MB) -PASS -- TEST 'control_stochy_intel' [03:21, 01:45](651 MB) -PASS -- TEST 'control_stochy_restart_intel' [07:25, 01:01](498 MB) -PASS -- TEST 'control_lndp_intel' [08:21, 01:40](657 MB) -PASS -- TEST 'control_iovr4_intel' [07:22, 02:32](645 MB) -PASS -- TEST 'control_iovr5_intel' [07:22, 02:33](648 MB) -PASS -- TEST 'control_p8_intel' [08:47, 03:40](1879 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [08:55, 03:09](1889 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [08:46, 03:35](1876 MB) -PASS -- TEST 'control_restart_p8_intel' [03:45, 02:03](1123 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:48, 03:41](1873 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:52, 01:59](1164 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:43, 03:47](1863 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:45, 03:32](1957 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:39, 06:33](1875 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:49, 04:00](1947 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:47, 03:08](1887 MB) -PASS -- TEST 'merra2_thompson_intel' [05:44, 03:22](1889 MB) -PASS -- TEST 'regional_control_intel' [07:34, 05:21](1087 MB) -PASS -- TEST 'regional_restart_intel' [10:36, 02:58](1076 MB) -PASS -- TEST 'regional_decomp_intel' [07:32, 05:38](1090 MB) -PASS -- TEST 'regional_2threads_intel' [05:31, 03:26](1084 MB) -PASS -- TEST 'regional_noquilt_intel' [07:36, 05:15](1386 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:38, 05:16](1093 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:31, 05:27](1093 MB) -PASS -- TEST 'regional_wofs_intel' [08:32, 07:01](1897 MB) - -PASS -- COMPILE 'rrfs_intel' [12:11, 10:12] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [09:42, 07:57](1100 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:22, 04:15](1248 MB) -PASS -- TEST 'rap_decomp_intel' [10:36, 08:15](1032 MB) -PASS -- TEST 'rap_2threads_intel' [09:36, 07:37](1167 MB) -PASS -- TEST 'rap_restart_intel' [08:44, 04:08](1097 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:39, 07:52](1096 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:34, 08:13](1038 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:45, 05:55](1123 MB) -PASS -- TEST 'hrrr_control_intel' [05:41, 04:00](1043 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:37, 04:13](1023 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:37, 03:50](1096 MB) -PASS -- TEST 'hrrr_control_restart_intel' [07:29, 02:15](990 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:45, 07:50](1097 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:27, 09:32](1983 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:24, 09:12](2052 MB) - -PASS -- COMPILE 'csawmg_intel' [11:11, 09:38] -PASS -- TEST 'control_csawmg_intel' [11:35, 06:20](1018 MB) -PASS -- TEST 'control_ras_intel' [10:23, 03:21](746 MB) - -PASS -- COMPILE 'csawmg_gnu' [06:11, 04:06] -PASS -- TEST 'control_csawmg_gnu' [11:36, 08:28](750 MB) - -PASS -- COMPILE 'wam_intel' [11:11, 09:43] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [17:44, 11:16](1659 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [12:11, 10:10] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [10:53, 02:48](1886 MB) -PASS -- TEST 'regional_control_faster_intel' [11:44, 04:52](1079 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [14:11, 07:56] ( 882 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [08:44, 02:10](1609 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [08:45, 02:13](1608 MB) -PASS -- TEST 'control_stochy_debug_intel' [09:22, 03:01](823 MB) -PASS -- TEST 'control_lndp_debug_intel' [08:23, 02:44](827 MB) -PASS -- TEST 'control_csawmg_debug_intel' [09:35, 04:14](1139 MB) -PASS -- TEST 'control_ras_debug_intel' [08:23, 02:45](833 MB) -PASS -- TEST 'control_diag_debug_intel' [07:47, 02:44](1679 MB) -PASS -- TEST 'control_debug_p8_intel' [06:41, 02:33](1908 MB) -PASS -- TEST 'regional_debug_intel' [20:37, 17:07](1101 MB) -PASS -- TEST 'rap_control_debug_intel' [08:24, 04:52](1207 MB) -PASS -- TEST 'hrrr_control_debug_intel' [08:24, 04:49](1203 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [08:23, 04:49](1204 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:23, 04:52](1211 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:23, 05:02](1217 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:39, 05:16](1300 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:22, 04:59](1213 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:22, 05:01](1212 MB) -PASS -- TEST 'rap_lndp_debug_intel' [09:24, 04:54](1212 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [09:22, 05:00](1208 MB) -PASS -- TEST 'rap_noah_debug_intel' [13:25, 04:53](1215 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [13:23, 04:59](1210 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [16:24, 07:53](1211 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [16:24, 04:52](1203 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [17:25, 05:46](1212 MB) -PASS -- TEST 'rap_flake_debug_intel' [16:25, 04:56](1210 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [20:47, 08:29](1216 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [10:11, 04:28] -PASS -- TEST 'control_csawmg_debug_gnu' [13:37, 02:11](716 MB) - -PASS -- COMPILE 'wam_debug_intel' [08:10, 04:45] ( 837 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [24:46, 13:01](1684 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:13, 09:36] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [15:06, 04:03](1119 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [18:02, 06:42](1055 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [14:41, 03:30](983 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [16:44, 06:25](1080 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [12:47, 03:14](953 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [13:36, 03:40](926 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:01, 04:56](1029 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:33, 02:00](928 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:13, 09:36] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [11:57, 02:07](1194 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:56, 00:57](1109 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:50, 01:13](1092 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:13, 09:41] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [13:45, 04:20](973 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:10, 04:46] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [13:26, 04:58](1081 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [12:24, 04:42](1088 MB) -PASS -- TEST 'conus13km_debug_intel' [20:51, 13:34](1231 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [20:47, 13:45](923 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [14:41, 07:47](1158 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:40, 13:40](1292 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 04:48] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [10:26, 04:57](1140 MB) - -PASS -- COMPILE 'hafsw_intel' [17:12, 11:24] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:28, 04:53](732 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [10:36, 06:28](1102 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:30, 07:08](817 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:32, 13:20](839 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:45, 15:00](865 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:24, 05:42](489 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:29, 06:52](507 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:59, 02:50](368 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:50, 07:38](479 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:56, 03:55](519 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:13, 03:46](521 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:56, 04:25](574 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:33, 01:16](396 MB) -PASS -- TEST 'gnv1_nested_intel' [07:41, 04:05](1726 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [12:13, 05:14] ( 1465 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:57, 12:53](582 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [18:11, 10:56] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:17, 08:47](624 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:15, 08:56](791 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [17:12, 11:04] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:30, 06:29](714 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:11, 10:38] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:07, 06:32](811 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:38, 06:45](794 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:06, 16:29](1213 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:10, 06:22] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:22, 02:44](1153 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:20, 01:39](1110 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:18, 02:37](1038 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:21, 02:41](1028 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:18, 02:41](1027 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:21, 02:44](1154 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:19, 02:44](1167 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:32, 02:40](1022 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:32, 06:28](1063 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:27, 06:23](1070 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:16, 02:44](1166 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:23, 04:09](2468 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:20, 04:11](2405 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:10, 03:20] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:20, 06:13](1086 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 06:33] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:21, 02:43](1149 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:01] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:36, 00:52](263 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:36, 00:55](325 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:40, 00:37](323 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:10, 01:19] -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:45, 00:33](555 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:41, 00:20](458 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:13, 10:24] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:04, 03:47](1986 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:12, 09:59] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [11:09, 08:05](1979 MB) - -PASS -- COMPILE 'atml_intel' [12:12, 10:32] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:09, 04:25](1855 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [07:05, 04:28](1863 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:51, 02:32](1096 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:11, 06:01] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:04, 05:43](1879 MB) - -PASS -- COMPILE 'atmw_intel' [12:11, 10:14] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:55, 01:56](1924 MB) - -PASS -- COMPILE 'atmaero_intel' [13:11, 10:16] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:26, 04:14](3197 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:15, 04:58](3095 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:56, 04:57](3105 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [08:12, 05:07] ( 882 warnings 6 remarks ) - -PASS -- COMPILE 'atm_gnu' [06:13, 04:10] -PASS -- TEST 'control_c48_gnu' [11:56, 09:21](1506 MB) -PASS -- TEST 'control_stochy_gnu' [05:26, 03:29](487 MB) -PASS -- TEST 'control_ras_gnu' [06:26, 04:58](496 MB) -PASS -- TEST 'control_p8_gnu' [08:05, 05:19](1451 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [07:59, 05:16](1452 MB) -PASS -- TEST 'control_flake_gnu' [12:30, 10:29](534 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:13, 04:07] -PASS -- TEST 'rap_control_gnu' [13:40, 11:40](807 MB) -PASS -- TEST 'rap_decomp_gnu' [14:05, 11:41](804 MB) -PASS -- TEST 'rap_2threads_gnu' [12:43, 10:38](917 MB) -PASS -- TEST 'rap_restart_gnu' [08:11, 05:53](572 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [14:09, 11:21](842 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [13:49, 11:34](805 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [11:00, 08:33](572 MB) -PASS -- TEST 'hrrr_control_gnu' [07:45, 05:52](804 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [07:44, 05:52](826 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [07:45, 05:20](907 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [07:40, 05:53](805 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [05:36, 03:12](555 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [05:37, 03:06](648 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [13:48, 11:28](805 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:13, 06:34] -PASS -- TEST 'control_diag_debug_gnu' [03:55, 01:34](1267 MB) -PASS -- TEST 'regional_debug_gnu' [12:40, 10:55](736 MB) -PASS -- TEST 'rap_control_debug_gnu' [04:26, 02:26](816 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [04:25, 02:25](812 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [04:24, 02:29](821 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [04:25, 02:29](820 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:46, 02:42](900 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:27, 03:52](815 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:23, 02:32](815 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [04:24, 02:29](812 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:22, 01:33](453 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:23, 01:39](446 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:46, 01:34](1427 MB) -PASS -- TEST 'rap_flake_debug_gnu' [04:29, 02:31](821 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:29, 02:49](815 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [07:06, 04:07](820 MB) - -PASS -- COMPILE 'wam_debug_gnu' [04:12, 02:21] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:11, 03:55] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [12:33, 10:13](700 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [07:37, 05:15](694 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [11:39, 09:34](738 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:39, 04:50](734 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [07:42, 05:46](686 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [09:52, 07:24](545 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:40, 02:43](528 MB) -PASS -- TEST 'conus13km_control_gnu' [06:01, 03:15](862 MB) -PASS -- TEST 'conus13km_2threads_gnu' [07:50, 06:04](865 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:51, 01:55](555 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [12:12, 09:11] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [08:44, 06:15](720 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 06:17] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:26, 02:30](704 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:39, 02:29](701 MB) -PASS -- TEST 'conus13km_debug_gnu' [09:55, 06:50](886 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [09:55, 06:46](570 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [10:53, 08:20](883 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:48, 06:50](949 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 06:28] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:27, 02:39](723 MB) - -PASS -- COMPILE 's2swa_gnu' [17:13, 15:32] - -PASS -- COMPILE 's2s_gnu' [17:13, 15:11] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [22:14, 19:25](1474 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:11, 03:05] - -PASS -- COMPILE 's2sw_pdlib_gnu' [18:12, 15:21] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [35:10, 32:41](1445 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [06:11, 02:57] - -PASS -- COMPILE 'datm_cdeps_gnu' [16:11, 14:52] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [05:21, 03:21](689 MB) - -PASS -- COMPILE 'atm_fbh_intel' [11:11, 09:28] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [13:35, 11:34](1086 MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:14, 12:52] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:13, 10:43](3293 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:15, 16:12] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [20:02, 17:35](1960 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:16, 18:28](2121 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:08, 08:25](1274 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:59, 19:50](1872 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:15, 16:16] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [19:48, 17:12](1962 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:11, 05:57] ( 1523 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [29:03, 26:20](1922 MB) + +PASS -- COMPILE 's2swa_intel' [14:15, 13:01] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [16:14, 13:00](3355 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:24, 13:09](3341 MB) +PASS -- TEST 'cpld_restart_p8_intel' [10:23, 07:07](3258 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [16:14, 13:04](3363 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [10:23, 07:07](3277 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [16:14, 12:32](3628 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [16:14, 13:03](3341 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [14:13, 10:36](3218 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [18:19, 15:14](3336 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:07, 10:24](3525 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:49, 06:25](3624 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [23:43, 15:33](4294 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [20:03, 09:25](4375 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [11:11, 07:30](3301 MB) + +PASS -- COMPILE 's2sw_intel' [13:14, 11:55] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:58, 07:51](1978 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [13:07, 11:02](2068 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:11, 05:55] ( 1413 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [25:16, 22:46](3385 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:11, 05:35] ( 1413 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:02, 09:22](2006 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [13:14, 11:38] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:02, 04:29](2030 MB) + +PASS -- COMPILE 's2s_intel' [13:14, 11:43] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:45, 07:58](3043 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:44, 02:31](3030 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:42, 01:25](2480 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:12, 16:42] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [15:17, 12:27](3348 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:12, 15:42] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [30:12, 27:59](2008 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [17:12, 14:01](1275 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [35:05, 32:53](1924 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:12, 05:47] ( 1523 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:05, 30:38](1959 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:10, 10:39] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:28, 03:21](700 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:44, 03:14](1587 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:47, 03:15](1591 MB) +PASS -- TEST 'control_latlon_intel' [05:37, 03:12](1578 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:44, 03:15](1585 MB) +PASS -- TEST 'control_c48_intel' [13:41, 11:39](1714 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:25, 06:38](846 MB) +PASS -- TEST 'control_c192_intel' [13:53, 12:06](1755 MB) +PASS -- TEST 'control_c384_intel' [16:45, 13:40](1982 MB) +PASS -- TEST 'control_c384gdas_intel' [12:03, 08:07](1378 MB) +PASS -- TEST 'control_stochy_intel' [03:22, 01:40](655 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:23, 00:59](490 MB) +PASS -- TEST 'control_lndp_intel' [03:21, 01:34](652 MB) +PASS -- TEST 'control_iovr4_intel' [04:25, 02:29](650 MB) +PASS -- TEST 'control_iovr5_intel' [04:22, 02:30](651 MB) +PASS -- TEST 'control_p8_intel' [05:56, 03:40](1878 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:58, 03:03](1886 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:49, 03:35](1878 MB) +PASS -- TEST 'control_restart_p8_intel' [03:42, 02:03](1121 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:45, 03:37](1866 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:51, 02:05](1148 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:46, 03:42](1857 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:42, 03:31](1956 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:41, 06:39](1877 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:47, 04:10](1952 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:51, 03:04](1892 MB) +PASS -- TEST 'merra2_thompson_intel' [05:50, 03:22](1889 MB) +PASS -- TEST 'regional_control_intel' [07:33, 05:25](1091 MB) +PASS -- TEST 'regional_restart_intel' [04:32, 02:54](1084 MB) +PASS -- TEST 'regional_decomp_intel' [07:30, 05:45](1081 MB) +PASS -- TEST 'regional_2threads_intel' [05:31, 03:22](1087 MB) +PASS -- TEST 'regional_noquilt_intel' [07:34, 05:21](1386 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:35, 05:23](1079 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:33, 05:23](1088 MB) +PASS -- TEST 'regional_wofs_intel' [08:34, 06:52](1899 MB) + +PASS -- COMPILE 'rrfs_intel' [12:10, 10:09] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:43, 07:51](1092 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:03, 04:07](1240 MB) +PASS -- TEST 'rap_decomp_intel' [10:34, 08:10](1037 MB) +PASS -- TEST 'rap_2threads_intel' [09:32, 07:25](1166 MB) +PASS -- TEST 'rap_restart_intel' [05:41, 04:05](1107 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:40, 07:46](1097 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:36, 08:10](1034 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:41, 05:53](1125 MB) +PASS -- TEST 'hrrr_control_intel' [05:41, 03:58](1032 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:31, 04:05](1025 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:32, 03:40](1100 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:25, 02:11](995 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:46, 07:48](1084 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:23, 09:34](1979 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:23, 09:16](2063 MB) + +PASS -- COMPILE 'csawmg_intel' [11:11, 09:53] +PASS -- TEST 'control_csawmg_intel' [08:47, 06:17](1013 MB) +PASS -- TEST 'control_ras_intel' [05:24, 03:18](743 MB) + +PASS -- COMPILE 'wam_intel' [11:10, 10:02] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:51, 11:21](1665 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [12:10, 10:11] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:47, 02:46](1889 MB) +PASS -- TEST 'regional_control_faster_intel' [06:33, 04:58](1093 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [10:11, 07:47] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:47, 02:18](1600 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:50, 02:11](1611 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:23, 03:04](828 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:23, 02:49](817 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:42, 04:19](1127 MB) +PASS -- TEST 'control_ras_debug_intel' [04:24, 02:50](828 MB) +PASS -- TEST 'control_diag_debug_intel' [04:51, 02:46](1681 MB) +PASS -- TEST 'control_debug_p8_intel' [04:39, 02:39](1891 MB) +PASS -- TEST 'regional_debug_intel' [19:34, 18:07](1097 MB) +PASS -- TEST 'rap_control_debug_intel' [07:23, 05:09](1216 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:26, 04:59](1200 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:21, 05:00](1211 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:20, 05:01](1209 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:22, 05:05](1207 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:34, 05:21](1286 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:23, 05:08](1203 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:21, 05:10](1215 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:21, 05:08](1213 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:20, 04:58](1210 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:21, 04:53](1217 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:20, 05:09](1211 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:21, 08:13](1208 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:21, 04:56](1210 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:23, 05:58](1217 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:21, 05:01](1217 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:37, 08:50](1208 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [06:10, 04:23] +PASS -- TEST 'control_csawmg_debug_gnu' [04:52, 02:26](721 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:11, 04:34] ( 837 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:56, 13:28](1669 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 10:00] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:05, 03:55](1118 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:39, 06:38](1031 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:36, 03:26](987 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:31, 06:14](1092 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:31, 03:22](950 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:31, 03:46](938 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:39, 04:55](1023 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:26, 01:51](922 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:10, 10:12] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:54, 02:02](1188 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:43, 00:51](1110 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:43, 01:13](1093 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:11, 10:16] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:43, 04:21](997 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 04:39] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:20, 05:02](1087 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:21, 04:52](1080 MB) +PASS -- TEST 'conus13km_debug_intel' [16:47, 14:43](1243 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:44, 14:22](938 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:41, 07:59](1154 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:41, 14:56](1294 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 04:28] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:24, 05:01](1147 MB) + +PASS -- COMPILE 'hafsw_intel' [13:11, 11:36] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:16, 05:05](719 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:31, 05:50](1093 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:26, 06:58](811 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:15, 13:44](839 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:26, 15:23](875 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:03, 05:34](482 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:19, 06:45](503 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:44, 02:41](364 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:12, 07:17](463 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:49, 03:41](518 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:57, 03:31](515 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:52, 04:07](573 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:27, 01:12](390 MB) +PASS -- TEST 'gnv1_nested_intel' [06:39, 04:01](1747 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:12, 04:59] ( 1465 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:48, 13:17](559 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [13:11, 11:20] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:58, 08:54](662 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:01, 09:00](687 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:11, 11:37] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:28, 06:34](722 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:11, 10:42] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:17, 06:34](811 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:15, 06:38](797 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:53, 16:33](1210 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:11, 06:25] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:17, 02:47](1156 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:18, 01:40](1123 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:15, 02:43](1027 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:17, 02:41](1017 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:16, 02:45](1021 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:16, 02:43](1150 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:15, 02:47](1150 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:15, 02:43](1038 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:17, 06:15](1059 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:15, 06:15](1042 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:15, 02:44](1160 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:17, 04:00](2498 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:17, 03:56](2456 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 03:13] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:16, 06:24](1088 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:13, 06:37] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:16, 02:44](1138 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:58] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:28, 00:45](262 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:23, 00:46](329 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:23, 00:33](323 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:10, 01:22] +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:31, 00:29](568 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:30, 00:16](465 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:10, 10:27] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:58, 03:42](1979 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:11, 10:19] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [09:53, 07:58](1979 MB) + +PASS -- COMPILE 'atml_intel' [12:10, 10:51] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:54, 04:27](1854 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:53, 04:22](1834 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:42, 02:29](1088 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:11, 05:32] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:49, 06:01](1870 MB) + +PASS -- COMPILE 'atmw_intel' [12:11, 10:41] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:46, 01:54](1913 MB) + +PASS -- COMPILE 'atmaero_intel' [12:10, 10:35] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:55, 04:12](3178 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:53, 04:57](3087 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:42, 05:02](3086 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:11, 04:37] ( 882 warnings 6 remarks ) + +PASS -- COMPILE 'atm_fbh_intel' [11:10, 09:39] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [13:25, 11:57](1079 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [08:11, 06:42] +PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [10:35, 08:27](1041 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [08:10, 06:36] +PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [06:37, 04:57](972 MB) + +PASS -- COMPILE 'atm_gnu' [06:11, 04:39] +PASS -- TEST 'control_c48_gnu' [11:40, 09:35](1507 MB) +PASS -- TEST 'control_stochy_gnu' [05:19, 03:32](459 MB) +PASS -- TEST 'control_ras_gnu' [06:20, 04:57](502 MB) +PASS -- TEST 'control_p8_gnu' [07:52, 05:17](1448 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [07:47, 05:10](1449 MB) +PASS -- TEST 'control_flake_gnu' [12:22, 10:29](535 MB) + +PASS -- COMPILE 'rrfs_gnu' [06:11, 04:07] +PASS -- TEST 'rap_control_gnu' [13:30, 11:28](814 MB) +PASS -- TEST 'rap_decomp_gnu' [13:29, 11:41](809 MB) +PASS -- TEST 'rap_2threads_gnu' [12:34, 10:28](917 MB) +PASS -- TEST 'rap_restart_gnu' [07:39, 05:48](568 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [13:34, 11:20](839 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [13:31, 11:41](840 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [10:38, 08:26](573 MB) +PASS -- TEST 'hrrr_control_gnu' [07:33, 05:54](838 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [07:29, 05:52](826 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [07:32, 05:21](907 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [07:30, 05:55](838 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [04:25, 03:00](558 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:24, 02:56](652 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [13:41, 11:09](808 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:11, 03:51] +PASS -- TEST 'control_csawmg_gnu' [10:32, 08:45](738 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 06:34] +PASS -- TEST 'control_diag_debug_gnu' [03:41, 01:38](1268 MB) +PASS -- TEST 'regional_debug_gnu' [13:34, 11:26](737 MB) +PASS -- TEST 'rap_control_debug_gnu' [04:20, 02:42](815 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:21, 02:37](810 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:20, 02:42](815 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [04:19, 02:41](816 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:32, 02:52](900 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [06:20, 04:11](815 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:20, 02:41](820 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [04:20, 02:40](814 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:20, 01:34](449 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:21, 01:43](447 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:41, 01:35](1408 MB) +PASS -- TEST 'rap_flake_debug_gnu' [04:20, 02:45](818 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:21, 02:52](816 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:35, 04:27](824 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:11, 02:22] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 04:04] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [11:29, 09:52](701 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [07:28, 05:14](697 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [10:33, 09:00](742 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:32, 04:47](738 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [07:27, 05:19](695 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [09:34, 07:23](548 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:24, 02:39](528 MB) +PASS -- TEST 'conus13km_control_gnu' [05:51, 03:18](865 MB) +PASS -- TEST 'conus13km_2threads_gnu' [07:40, 05:50](859 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:40, 01:49](560 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 09:37] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:36, 05:49](723 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 06:30] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:22, 02:38](714 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:21, 02:33](704 MB) +PASS -- TEST 'conus13km_debug_gnu' [08:52, 07:03](877 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [08:50, 06:58](570 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [09:42, 07:52](872 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:38, 07:00](950 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:12, 06:31] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:21, 02:35](739 MB) + +PASS -- COMPILE 's2swa_gnu' [18:12, 16:23] + +PASS -- COMPILE 's2s_gnu' [17:12, 15:55] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [21:02, 19:01](1512 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:11, 03:07] + +PASS -- COMPILE 's2sw_pdlib_gnu' [18:11, 16:26] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [32:54, 30:46](1454 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 02:49] + +PASS -- COMPILE 'datm_cdeps_gnu' [17:12, 15:33] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:16, 03:05](692 MB) SYNOPSIS: -Starting Date/Time: 20241101 13:15:16 -Ending Date/Time: 20241101 15:27:45 -Total Time: 02h:12m:47s -Compiles Completed: 59/59 -Tests Completed: 246/246 +Starting Date/Time: 20241106 16:20:47 +Ending Date/Time: 20241106 18:17:24 +Total Time: 01h:56m:54s +Compiles Completed: 61/61 +Tests Completed: 248/248 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 00065053c4..c3a6b0a078 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: -50c915d559ecbbc39d288ac9da24860f225597f1 +7db9d8898499f1fde77381853ea17f3bfcadb7a7 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: 05ac0ec3ea666080eed36e67f6cf8ce1255b243f CICE-interface/CICE/icepack (Icepack1.1.0-192-g05ac0ec) 24e9eed4ffe8138bef635c8f916f91b142595675 CMEPS-interface/CMEPS (cmeps_v0.4.1-2311-g24e9eed) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 99091f9742670bdebd84bd13f17b9115457d64dd FV3 (heads/develop-13-g99091f9) - 24686a2561f1414eb86c7b97c93960c36e4257b1 FV3/atmos_cubed_sphere (201912_public_release-406-g24686a2) + 1947bad314f3c54594828964efc8938596965891 FV3 (remotes/origin/rrfsv1-to-ufs/dev2) + e36e8572e7643d7e59a3979a61bdd83743ff7b00 FV3/atmos_cubed_sphere (201912_public_release-407-ge36e857) b7d55fd07fa35c5de9b2292596d30784a800b276 FV3/ccpp/framework (2024-07-11-dev-1-gb7d55fd) - f3eeb3442775b7239d98e3d09acc6d4f1d42233e FV3/ccpp/physics (EP4-889-gf3eeb344) + 0678f44c137957033d357b2168b40fb5ab029be6 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5338-g0678f44c) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 6f5dd627d124ae94bb5ed7f5afd22f82c470b1b7 FV3/upp (upp_v10.2.0-230-g6f5dd627) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -39,379 +39,385 @@ 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-20241031 -COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_524998 +COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_3515789 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-r) - USE ROCOTO -PASS -- COMPILE 's2swa_32bit_intel' [16:57, 16:57] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:24, 13:38](2139 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:34, 24:34] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [14:28, 13:38](1983 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:36, 14:40](2286 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:51, 07:50](1344 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:00, 15:06](1902 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:45, 24:45] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [13:30, 13:01](1989 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:11, 08:11] ( 1523 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:01, 25:09](1976 MB) - -PASS -- COMPILE 's2swa_intel' [17:03, 17:03] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [14:51, 13:57](2207 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:03, 14:07](2204 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:46, 08:00](1983 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [15:17, 14:19](2222 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [10:18, 09:21](1730 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [17:29, 16:38](2553 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [14:59, 14:16](2201 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [13:01, 12:15](2093 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:21, 14:31](2208 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [16:56, 15:30](2971 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [07:43, 05:57](2920 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [28:02, 21:56](3818 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:54, 09:34](3639 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:42, 07:03](2107 MB) - -PASS -- COMPILE 's2sw_intel' [10:38, 10:38] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [15:20, 14:39](2012 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:48, 11:01](2100 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:34, 05:34] ( 1413 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [20:34, 19:28](2229 MB) - -PASS -- COMPILE 's2sw_debug_intel' [04:53, 04:53] ( 1413 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:59, 08:22](2036 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [09:43, 09:43] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [04:59, 04:05](2057 MB) - -PASS -- COMPILE 's2s_intel' [09:40, 09:40] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [06:25, 05:56](3038 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:07, 03:24](3023 MB) -PASS -- TEST 'cpld_restart_c48_intel' [01:39, 01:22](2472 MB) - -PASS -- COMPILE 's2swa_faster_intel' [12:12, 12:12] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [14:29, 13:34](2210 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:59, 18:58] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:36, 22:51](2075 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:28, 11:24](1412 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:37, 25:49](1994 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:02, 06:02] ( 1523 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:14, 26:31](2007 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:03, 12:03] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [03:04, 02:50](723 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:03, 02:41](1588 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:13, 02:47](1601 MB) -PASS -- TEST 'control_latlon_intel' [02:59, 02:43](1603 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:11, 02:42](1595 MB) -PASS -- TEST 'control_c48_intel' [18:34, 18:07](1706 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [10:37, 10:17](825 MB) -PASS -- TEST 'control_c192_intel' [10:55, 10:23](1779 MB) -PASS -- TEST 'control_c384_intel' [16:17, 15:10](2011 MB) -PASS -- TEST 'control_c384gdas_intel' [10:35, 08:56](1500 MB) -PASS -- TEST 'control_stochy_intel' [01:40, 01:28](666 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:12, 00:57](534 MB) -PASS -- TEST 'control_lndp_intel' [02:53, 02:02](675 MB) -PASS -- TEST 'control_iovr4_intel' [02:57, 02:20](650 MB) -PASS -- TEST 'control_iovr5_intel' [02:29, 02:14](666 MB) -PASS -- TEST 'control_p8_intel' [04:29, 03:49](1885 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:31, 02:43](1911 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:32, 03:43](1883 MB) -PASS -- TEST 'control_restart_p8_intel' [03:08, 02:27](1156 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:33, 03:46](1870 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:23, 01:47](1192 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:55, 03:18](1865 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:45, 03:05](1960 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:19, 07:49](1876 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:09, 04:21](1963 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:22, 03:27](1890 MB) -PASS -- TEST 'merra2_thompson_intel' [04:35, 03:38](1891 MB) -PASS -- TEST 'regional_control_intel' [06:14, 05:48](1187 MB) -PASS -- TEST 'regional_restart_intel' [02:51, 02:37](1159 MB) -PASS -- TEST 'regional_decomp_intel' [05:46, 05:23](1179 MB) -PASS -- TEST 'regional_2threads_intel' [04:05, 03:32](1150 MB) -PASS -- TEST 'regional_noquilt_intel' [04:53, 04:29](1513 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:02, 04:36](1189 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:05, 04:41](1194 MB) -PASS -- TEST 'regional_wofs_intel' [09:16, 08:48](2086 MB) - -PASS -- COMPILE 'rrfs_intel' [12:06, 12:06] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [07:22, 06:39](1202 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:48, 04:10](1409 MB) -PASS -- TEST 'rap_decomp_intel' [07:36, 06:59](1145 MB) -PASS -- TEST 'rap_2threads_intel' [07:04, 06:20](1361 MB) -PASS -- TEST 'rap_restart_intel' [04:06, 03:34](1111 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:26, 06:42](1219 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:44, 07:03](1135 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:08, 06:24](1180 MB) -PASS -- TEST 'hrrr_control_intel' [04:08, 03:29](1075 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:11, 03:34](1041 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [09:09, 08:24](1107 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:12, 01:56](1031 MB) -PASS -- TEST 'rrfs_v1beta_intel' [07:22, 06:35](1194 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:38, 08:23](1997 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:15, 08:00](2163 MB) - -PASS -- COMPILE 'csawmg_intel' [11:43, 11:43] -PASS -- TEST 'control_csawmg_intel' [06:39, 06:14](1044 MB) -PASS -- TEST 'control_ras_intel' [03:05, 02:58](802 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:08, 04:08] -PASS -- TEST 'control_csawmg_gnu' [07:54, 07:33](1058 MB) - -PASS -- COMPILE 'wam_intel' [11:25, 11:25] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [10:26, 09:49](1661 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:38, 13:37] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:20, 03:30](1898 MB) -PASS -- TEST 'regional_control_faster_intel' [06:16, 05:52](1195 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:32, 09:31] ( 882 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:30, 02:00](1628 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:34, 01:57](1616 MB) -PASS -- TEST 'control_stochy_debug_intel' [02:50, 02:35](836 MB) -PASS -- TEST 'control_lndp_debug_intel' [02:39, 02:27](833 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:07, 04:40](1147 MB) -PASS -- TEST 'control_ras_debug_intel' [02:37, 02:25](848 MB) -PASS -- TEST 'control_diag_debug_intel' [03:09, 02:34](1686 MB) -PASS -- TEST 'control_debug_p8_intel' [03:40, 03:03](1915 MB) -PASS -- TEST 'regional_debug_intel' [15:56, 15:26](1169 MB) -PASS -- TEST 'rap_control_debug_intel' [04:23, 04:08](1224 MB) -PASS -- TEST 'hrrr_control_debug_intel' [04:20, 04:05](1215 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [04:18, 04:08](1223 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [04:37, 04:18](1226 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:22, 04:13](1218 MB) -PASS -- TEST 'rap_diag_debug_intel' [04:52, 04:30](1310 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:34, 04:24](1220 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:50, 04:34](1229 MB) -PASS -- TEST 'rap_lndp_debug_intel' [04:32, 04:18](1228 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:30, 04:16](1224 MB) -PASS -- TEST 'rap_noah_debug_intel' [04:26, 04:12](1228 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [04:30, 04:16](1222 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:13, 07:01](1217 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [04:16, 04:05](1217 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:06, 04:57](1228 MB) -PASS -- TEST 'rap_flake_debug_intel' [04:35, 04:19](1227 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:47, 07:02](1227 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:39, 04:39] -PASS -- TEST 'control_csawmg_debug_gnu' [03:37, 03:18](1038 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:33, 04:33] ( 837 warnings 1 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:27, 09:26] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:40, 04:02](1208 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:55, 06:17](1152 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:57, 03:10](1027 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:36, 05:59](1273 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [09:14, 08:08](1031 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:11, 03:29](979 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:31, 04:50](1112 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:10, 01:51](950 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:24, 09:24] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [02:21, 01:46](1280 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:17, 00:50](1181 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:38, 01:06](1140 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:01, 09:01] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:16, 03:51](1069 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:43, 04:42] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:14, 04:59](1106 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:26, 04:11](1093 MB) -PASS -- TEST 'conus13km_debug_intel' [12:32, 11:58](1334 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [12:25, 11:59](992 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [07:57, 07:28](1252 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:15, 11:47](1414 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:57, 03:57] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:49, 04:36](1153 MB) - -PASS -- COMPILE 'hafsw_intel' [10:40, 10:40] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:42, 05:44](857 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:47, 05:28](1264 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:45, 06:43](928 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:32, 14:35](956 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:26, 15:17](972 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:26, 06:48](596 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:35, 07:24](607 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:53, 03:23](433 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:45, 08:08](551 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:39, 04:07](605 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:23, 04:25](609 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:42, 04:57](657 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:30, 01:13](452 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [07:01, 07:01] ( 1465 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:38, 11:55](632 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [17:39, 17:39] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [15:51, 15:12](731 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [17:41, 16:49](827 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:44, 13:43] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [12:05, 10:39](813 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:19, 13:18] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:41, 08:49](920 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:08, 07:12](897 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:19, 16:43](1341 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:52, 06:52] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:10, 03:03](1151 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:51, 01:46](1096 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:57, 02:51](1017 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:58, 02:50](1023 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:56, 02:52](1018 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:59, 02:54](1142 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:22, 03:17](1147 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:11, 04:06](1023 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:52, 05:11](1170 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:46, 05:06](1149 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:24, 03:21](1141 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:11, 03:04](2451 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [03:13, 03:08](2395 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:40, 03:40] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:22, 09:16](1069 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:03, 06:03] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:15, 03:08](1153 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [00:49, 00:49] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:15, 00:57](331 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:09, 00:56](572 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:58, 00:37](568 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:26, 16:25] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:30, 03:52](2028 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [08:57, 08:57] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:28, 07:50](2032 MB) - -PASS -- COMPILE 'atml_intel' [16:13, 16:13] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:26, 06:23](1882 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [07:32, 06:31](1893 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:45, 03:47](1152 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:38, 07:38] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:55, 05:04](1932 MB) - -PASS -- COMPILE 'atmw_intel' [10:02, 10:01] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:20, 01:40](1938 MB) - -PASS -- COMPILE 'atmaero_intel' [09:37, 09:37] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:46, 03:58](2007 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:31, 05:47](1785 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:53, 08:55](1804 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [03:54, 03:54] ( 882 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [19:17, 17:54](4538 MB) - -PASS -- COMPILE 'atm_gnu' [04:12, 04:12] -PASS -- TEST 'control_c48_gnu' [21:28, 20:42](1521 MB) -PASS -- TEST 'control_stochy_gnu' [02:33, 02:22](719 MB) -PASS -- TEST 'control_ras_gnu' [04:08, 03:57](721 MB) -PASS -- TEST 'control_p8_gnu' [04:59, 04:17](1722 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [04:43, 04:06](1700 MB) -PASS -- TEST 'control_flake_gnu' [04:51, 04:39](811 MB) - -PASS -- COMPILE 'rrfs_gnu' [04:35, 04:35] -PASS -- TEST 'rap_control_gnu' [09:04, 08:22](1072 MB) -PASS -- TEST 'rap_decomp_gnu' [11:32, 10:53](1071 MB) -PASS -- TEST 'rap_2threads_gnu' [08:04, 07:28](1110 MB) -PASS -- TEST 'rap_restart_gnu' [04:44, 04:10](878 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [11:49, 11:11](1071 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:03, 08:23](1071 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:07, 08:25](877 MB) -PASS -- TEST 'hrrr_control_gnu' [05:10, 04:23](1059 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:12, 04:31](1127 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [04:37, 03:55](1018 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [04:42, 04:19](1058 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [05:03, 04:29](898 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:14, 02:50](923 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [08:37, 07:49](1074 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [05:53, 05:53] -PASS -- TEST 'control_diag_debug_gnu' [02:04, 01:37](1620 MB) -PASS -- TEST 'regional_debug_gnu' [07:19, 06:56](1100 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:25, 02:13](1094 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:18, 02:08](1084 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:58, 02:45](1088 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:30, 02:19](1094 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:22, 03:04](1263 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:26, 03:11](1089 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:37, 02:23](1093 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:20, 02:10](1085 MB) -PASS -- TEST 'control_ras_debug_gnu' [01:25, 01:16](722 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:06, 01:56](724 MB) -PASS -- TEST 'control_debug_p8_gnu' [01:51, 01:24](1699 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:31, 02:19](1091 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [02:39, 02:27](1096 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:20, 04:44](1093 MB) - -PASS -- COMPILE 'wam_debug_gnu' [06:52, 06:52] -PASS -- TEST 'control_wam_debug_gnu' [07:57, 07:29](1549 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [09:09, 09:09] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:22, 07:44](952 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:49, 03:58](942 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:24, 06:51](963 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:39, 03:50](889 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:09, 05:24](939 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:49, 06:01](857 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:16, 02:54](853 MB) -PASS -- TEST 'conus13km_control_gnu' [03:20, 02:43](1257 MB) -PASS -- TEST 'conus13km_2threads_gnu' [01:45, 01:10](1164 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:10, 01:37](923 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [16:49, 16:48] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:18, 04:58](980 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [12:13, 12:12] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:16, 02:04](969 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:17, 02:04](958 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:28, 06:57](1271 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [06:27, 05:52](961 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [03:43, 03:17](1181 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [05:54, 05:23](1337 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [14:07, 14:06] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:23, 02:10](995 MB) - -PASS -- COMPILE 's2swa_gnu' [22:19, 22:19] - -PASS -- COMPILE 's2s_gnu' [28:44, 28:42] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [16:54, 16:01](2708 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [06:42, 06:42] - -PASS -- COMPILE 's2sw_pdlib_gnu' [18:00, 18:00] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [41:10, 40:23](3040 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:26, 04:25] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [15:29, 14:43](2914 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [17:07, 17:07] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [05:45, 05:39](758 MB) - -PASS -- COMPILE 'atm_fbh_intel' [08:51, 08:50] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [28:26, 28:04](1082 MB) +PASS -- COMPILE 's2swa_32bit_intel' [11:48, 11:48] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [15:40, 14:50](2145 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:08, 16:07] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [16:09, 14:40](2001 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:49, 14:29](2303 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [07:59, 06:41](1350 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:41, 15:51](1906 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:07, 16:06] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [14:46, 14:12](1991 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:29, 06:29] ( 1523 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:30, 25:27](1968 MB) + +PASS -- COMPILE 's2swa_intel' [12:05, 12:05] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [19:21, 18:19](2199 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:26, 15:32](2200 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:44, 07:31](1954 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [17:36, 16:18](2226 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:15, 07:54](1734 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [17:05, 16:16](2546 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [14:54, 14:02](2180 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [13:33, 12:41](2097 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:04, 14:01](2215 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [19:00, 17:24](2976 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [08:14, 06:02](2916 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [25:02, 19:40](3841 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:52, 09:39](3639 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:25, 07:35](2099 MB) + +PASS -- COMPILE 's2sw_intel' [11:39, 11:38] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [14:17, 13:10](2019 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:18, 10:24](2108 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:34, 06:34] ( 1413 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [20:20, 19:19](2227 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:25, 06:24] ( 1413 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:54, 08:44](2048 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [09:41, 09:41] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:00, 04:09](2065 MB) + +PASS -- COMPILE 's2s_intel' [09:42, 09:42] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [06:46, 06:05](3025 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [02:26, 01:51](3014 MB) +PASS -- TEST 'cpld_restart_c48_intel' [01:50, 01:06](2469 MB) + +PASS -- COMPILE 's2swa_faster_intel' [12:27, 12:27] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [14:30, 13:35](2213 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [15:33, 15:33] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:15, 22:28](2074 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:52, 11:18](1416 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:17, 25:25](1989 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:05, 04:04] ( 1523 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:20, 27:35](2012 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:31, 09:31] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [03:04, 02:54](708 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:20, 02:52](1589 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:23, 02:50](1596 MB) +PASS -- TEST 'control_latlon_intel' [03:05, 02:45](1589 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:19, 02:45](1601 MB) +PASS -- TEST 'control_c48_intel' [16:18, 15:43](1710 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:15, 09:01](842 MB) +PASS -- TEST 'control_c192_intel' [10:53, 10:19](1754 MB) +PASS -- TEST 'control_c384_intel' [13:52, 12:28](2012 MB) +PASS -- TEST 'control_c384gdas_intel' [09:19, 07:45](1503 MB) +PASS -- TEST 'control_stochy_intel' [01:38, 01:27](663 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:12, 00:57](548 MB) +PASS -- TEST 'control_lndp_intel' [01:41, 01:28](666 MB) +PASS -- TEST 'control_iovr4_intel' [02:26, 02:12](658 MB) +PASS -- TEST 'control_iovr5_intel' [02:24, 02:12](666 MB) +PASS -- TEST 'control_p8_intel' [03:51, 03:09](1884 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:35, 02:42](1896 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:55, 03:10](1889 MB) +PASS -- TEST 'control_restart_p8_intel' [02:34, 01:55](1152 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:51, 03:08](1872 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:36, 01:55](1208 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:57, 03:12](1883 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:07, 03:30](1961 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:21, 05:47](1877 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:33, 03:37](1970 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:23, 02:42](1894 MB) +PASS -- TEST 'merra2_thompson_intel' [04:01, 03:03](1898 MB) +PASS -- TEST 'regional_control_intel' [05:02, 04:43](1199 MB) +PASS -- TEST 'regional_restart_intel' [03:01, 02:38](1168 MB) +PASS -- TEST 'regional_decomp_intel' [05:18, 04:56](1183 MB) +PASS -- TEST 'regional_2threads_intel' [03:31, 03:11](1151 MB) +PASS -- TEST 'regional_noquilt_intel' [04:47, 04:28](1517 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:11, 04:40](1195 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:08, 04:43](1183 MB) +PASS -- TEST 'regional_wofs_intel' [06:24, 06:00](2064 MB) + +PASS -- COMPILE 'rrfs_intel' [08:20, 08:20] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [07:21, 06:46](1179 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:19, 03:46](1361 MB) +PASS -- TEST 'rap_decomp_intel' [07:40, 07:02](1143 MB) +PASS -- TEST 'rap_2threads_intel' [06:59, 06:22](1361 MB) +PASS -- TEST 'rap_restart_intel' [04:24, 03:36](1122 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:31, 06:55](1184 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:56, 07:21](1132 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:13, 06:25](1182 MB) +PASS -- TEST 'hrrr_control_intel' [04:22, 03:45](1078 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:26, 03:51](1034 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [03:46, 03:10](1103 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:23, 02:04](1022 MB) +PASS -- TEST 'rrfs_v1beta_intel' [07:12, 06:34](1195 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:43, 09:32](1996 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:29, 09:19](2183 MB) + +PASS -- COMPILE 'csawmg_intel' [08:53, 08:53] +PASS -- TEST 'control_csawmg_intel' [06:10, 05:41](1042 MB) +PASS -- TEST 'control_ras_intel' [03:12, 03:01](852 MB) + +PASS -- COMPILE 'wam_intel' [09:06, 09:06] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [10:25, 09:51](1658 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [08:47, 08:46] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:47, 03:00](1901 MB) +PASS -- TEST 'regional_control_faster_intel' [04:48, 04:22](1187 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:30, 06:30] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:51, 02:19](1615 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:26, 01:50](1612 MB) +PASS -- TEST 'control_stochy_debug_intel' [02:48, 02:36](838 MB) +PASS -- TEST 'control_lndp_debug_intel' [02:36, 02:24](838 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:08, 03:41](1142 MB) +PASS -- TEST 'control_ras_debug_intel' [02:35, 02:25](844 MB) +PASS -- TEST 'control_diag_debug_intel' [02:56, 02:21](1688 MB) +PASS -- TEST 'control_debug_p8_intel' [02:47, 02:14](1906 MB) +PASS -- TEST 'regional_debug_intel' [15:08, 14:45](1141 MB) +PASS -- TEST 'rap_control_debug_intel' [04:26, 04:15](1223 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:28, 04:12](1212 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:19, 04:09](1227 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [04:37, 04:26](1218 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:26, 04:17](1227 MB) +PASS -- TEST 'rap_diag_debug_intel' [04:51, 04:30](1310 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:26, 04:16](1227 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:27, 04:18](1225 MB) +PASS -- TEST 'rap_lndp_debug_intel' [04:23, 04:11](1228 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:24, 05:15](1222 MB) +PASS -- TEST 'rap_noah_debug_intel' [04:16, 04:08](1218 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [04:21, 04:10](1217 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [06:53, 06:41](1229 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [04:11, 04:02](1224 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:17, 05:03](1224 MB) +PASS -- TEST 'rap_flake_debug_intel' [04:26, 04:12](1224 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:50, 07:08](1229 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [03:57, 03:57] +PASS -- TEST 'control_csawmg_debug_gnu' [02:26, 02:01](1037 MB) + +PASS -- COMPILE 'wam_debug_intel' [03:43, 03:42] ( 837 warnings 1 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:00, 08:00] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:26, 03:53](1272 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:07, 05:30](1142 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:39, 02:55](1028 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:48, 05:10](1291 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:27, 02:42](1030 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:50, 03:05](992 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:36, 04:09](1095 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [01:51, 01:43](941 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [08:34, 08:33] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:19, 01:49](1288 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:23, 00:51](1189 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:45, 01:17](1141 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:33, 08:33] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:48, 04:28](1083 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:46, 03:46] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:43, 05:34](1104 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:32, 04:12](1095 MB) +PASS -- TEST 'conus13km_debug_intel' [12:23, 11:49](1334 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [12:41, 12:06](1000 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [08:03, 07:25](1243 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:19, 11:42](1406 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:46, 03:45] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:07, 04:51](1156 MB) + +PASS -- COMPILE 'hafsw_intel' [10:40, 10:39] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:02, 07:05](853 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:12, 06:55](1267 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:52, 06:46](915 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:24, 14:18](946 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:43, 15:32](959 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:38, 05:57](591 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:24, 07:17](608 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:15, 02:45](435 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:01, 09:13](555 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:22, 03:57](609 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:22, 03:44](604 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:43, 05:50](669 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:31, 01:12](441 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:21, 04:20] ( 1465 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:03, 12:21](634 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [18:42, 18:42] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [16:47, 15:50](739 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:11, 17:18](836 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [17:58, 17:58] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [12:03, 10:43](803 MB) + +PASS -- COMPILE 'hafs_all_intel' [18:05, 18:05] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:41, 05:48](944 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:55, 06:55](908 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:13, 16:34](1346 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:48, 10:48] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:26, 02:19](1121 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:29, 01:21](1097 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:24, 02:15](1015 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:16, 02:11](1016 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:39, 02:32](1021 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:16, 02:10](1157 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:20, 02:14](1160 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:09, 02:05](1022 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:52, 05:11](1163 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:47, 05:04](1155 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:20, 02:16](1159 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:06, 03:01](2466 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:11, 04:06](2465 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:23, 06:22] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:41, 08:36](1071 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [05:37, 05:37] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:20, 02:16](1151 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:01, 01:01] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:29, 01:10](339 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:22, 01:05](572 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:56, 00:41](570 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [09:04, 09:04] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:08, 03:25](2027 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [08:37, 08:37] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:21, 07:41](2037 MB) + +PASS -- COMPILE 'atml_intel' [16:34, 16:33] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:46, 07:41](1897 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [08:07, 07:12](1895 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:20, 03:45](1138 MB) + +PASS -- COMPILE 'atml_debug_intel' [08:27, 08:27] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:49, 06:42](1923 MB) + +PASS -- COMPILE 'atmw_intel' [16:58, 16:57] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:50, 02:50](1931 MB) + +PASS -- COMPILE 'atmaero_intel' [08:44, 08:44] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:04, 04:19](1991 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:47, 04:52](1803 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:24, 04:49](1790 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [03:32, 03:32] ( 882 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [18:54, 17:34](4542 MB) + +PASS -- COMPILE 'atm_fbh_intel' [08:07, 08:07] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [10:10, 09:57](1071 MB) + +PASS -- COMPILE 'datm_cdeps_intelllvm' [10:12, 10:12] +PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [03:03, 02:58](1140 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [03:09, 03:09] +PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [10:55, 10:51](1073 MB) + +PASS -- COMPILE 'atm_gnu' [07:39, 07:39] +PASS -- TEST 'control_c48_gnu' [14:35, 13:51](1521 MB) +PASS -- TEST 'control_stochy_gnu' [02:33, 02:25](723 MB) +PASS -- TEST 'control_ras_gnu' [04:03, 03:50](721 MB) +PASS -- TEST 'control_p8_gnu' [04:59, 04:11](1718 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [04:56, 04:12](1722 MB) +PASS -- TEST 'control_flake_gnu' [06:13, 05:59](799 MB) + +PASS -- COMPILE 'rrfs_gnu' [04:03, 04:03] +PASS -- TEST 'rap_control_gnu' [11:58, 11:19](1071 MB) +PASS -- TEST 'rap_decomp_gnu' [11:24, 10:41](1077 MB) +PASS -- TEST 'rap_2threads_gnu' [10:37, 09:55](1129 MB) +PASS -- TEST 'rap_restart_gnu' [08:25, 07:29](879 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [13:55, 13:14](1071 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [14:55, 14:00](1072 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:45, 08:02](875 MB) +PASS -- TEST 'hrrr_control_gnu' [06:36, 05:28](1062 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [06:36, 05:37](1127 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:46, 04:40](1032 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [06:46, 05:42](1059 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:26, 03:09](874 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:13, 02:54](925 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [12:21, 11:09](1066 MB) + +PASS -- COMPILE 'csawmg_gnu' [06:41, 06:41] +PASS -- TEST 'control_csawmg_gnu' [07:47, 07:23](1058 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [05:39, 05:39] +PASS -- TEST 'control_diag_debug_gnu' [02:07, 01:39](1617 MB) +PASS -- TEST 'regional_debug_gnu' [10:41, 10:14](1122 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:20, 02:10](1089 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:29, 02:16](1081 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:29, 02:13](1084 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [02:11, 02:01](1086 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:08, 02:55](1259 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:22, 03:11](1085 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:09, 02:00](1090 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:11, 02:02](1084 MB) +PASS -- TEST 'control_ras_debug_gnu' [01:55, 01:44](723 MB) +PASS -- TEST 'control_stochy_debug_gnu' [01:43, 01:32](714 MB) +PASS -- TEST 'control_debug_p8_gnu' [01:55, 01:23](1698 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:11, 02:03](1089 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [02:33, 02:20](1094 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:34, 04:48](1095 MB) + +PASS -- COMPILE 'wam_debug_gnu' [02:50, 02:50] +PASS -- TEST 'control_wam_debug_gnu' [07:29, 07:01](1554 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:14, 04:14] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:33, 07:55](951 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:53, 04:09](949 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:30, 08:53](986 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:51, 04:46](887 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:59, 04:14](941 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [08:14, 07:45](855 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:24, 02:15](854 MB) +PASS -- TEST 'conus13km_control_gnu' [03:06, 02:34](1254 MB) +PASS -- TEST 'conus13km_2threads_gnu' [01:41, 01:16](1168 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:11, 01:42](923 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:54, 08:53] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:11, 04:46](979 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:03, 06:02] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:08, 01:59](967 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:25, 02:11](962 MB) +PASS -- TEST 'conus13km_debug_gnu' [06:20, 05:45](1275 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [06:45, 06:10](949 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [04:31, 03:58](1180 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:19, 05:49](1344 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:06, 08:06] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:24, 02:10](998 MB) + +PASS -- COMPILE 's2swa_gnu' [18:01, 18:01] + +PASS -- COMPILE 's2s_gnu' [17:18, 17:18] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [15:36, 14:43](2737 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [03:57, 03:57] + +PASS -- COMPILE 's2sw_pdlib_gnu' [16:00, 16:00] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [40:46, 40:02](2903 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:21, 04:21] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [15:31, 14:40](3042 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [15:36, 15:36] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [02:27, 02:21](775 MB) SYNOPSIS: -Starting Date/Time: 20241101 08:16:24 -Ending Date/Time: 20241101 13:19:00 -Total Time: 05h:03m:08s -Compiles Completed: 58/58 -Tests Completed: 245/245 +Starting Date/Time: 20241106 10:21:24 +Ending Date/Time: 20241106 15:37:46 +Total Time: 05h:16m:59s +Compiles Completed: 60/60 +Tests Completed: 247/247 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index e8f117b264..4946db1fcb 100644 --- a/tests/logs/RegressionTests_jet.log +++ b/tests/logs/RegressionTests_jet.log @@ -1,7 +1,7 @@ ====START OF JET REGRESSION TESTING LOG==== UFSWM hash used in testing: -50c915d559ecbbc39d288ac9da24860f225597f1 +7db9d8898499f1fde77381853ea17f3bfcadb7a7 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: 05ac0ec3ea666080eed36e67f6cf8ce1255b243f CICE-interface/CICE/icepack (Icepack1.1.0-192-g05ac0ec) 24e9eed4ffe8138bef635c8f916f91b142595675 CMEPS-interface/CMEPS (cmeps_v0.4.1-2311-g24e9eed) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 99091f9742670bdebd84bd13f17b9115457d64dd FV3 (heads/develop-13-g99091f9) - 24686a2561f1414eb86c7b97c93960c36e4257b1 FV3/atmos_cubed_sphere (201912_public_release-406-g24686a2) + 1947bad314f3c54594828964efc8938596965891 FV3 (remotes/origin/rrfsv1-to-ufs/dev2) + e36e8572e7643d7e59a3979a61bdd83743ff7b00 FV3/atmos_cubed_sphere (201912_public_release-407-ge36e857) b7d55fd07fa35c5de9b2292596d30784a800b276 FV3/ccpp/framework (2024-07-11-dev-1-gb7d55fd) - f3eeb3442775b7239d98e3d09acc6d4f1d42233e FV3/ccpp/physics (EP4-889-gf3eeb344) + 0678f44c137957033d357b2168b40fb5ab029be6 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5338-g0678f44c) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 6f5dd627d124ae94bb5ed7f5afd22f82c470b1b7 FV3/upp (upp_v10.2.0-230-g6f5dd627) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -39,326 +39,258 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /lfs5/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20241031 -COMPARISON DIRECTORY: /lfs5/HFIP/hfv3gfs/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3078376 +COMPARISON DIRECTORY: /lfs5/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_833289 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic +* (-a) - HPC PROJECT ACCOUNT: h-nems +* (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [45:20, 43:27] ( 1 warnings 1380 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [17:17, 13:08](2024 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [51:21, 49:48] ( 1 warnings 1427 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [32:05, 20:49](1892 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:17, 22:14](1995 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:03, 09:58](1123 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [34:01, 23:48](1854 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [50:21, 49:14] ( 1 warnings 1424 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [29:51, 20:12](1884 MB) - -PASS -- COMPILE 's2swa_intel' [45:20, 43:21] ( 1 warnings 1399 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [19:16, 16:34](2070 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [24:22, 16:34](2066 MB) -PASS -- TEST 'cpld_restart_p8_intel' [13:18, 08:55](1724 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [19:17, 16:42](2082 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [13:18, 09:00](1742 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [18:10, 15:52](2326 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [24:13, 16:48](2055 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [16:22, 13:48](2009 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [23:28, 16:37](2072 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [18:13, 09:07](2018 MB) - -PASS -- COMPILE 's2sw_intel' [43:19, 41:36] ( 1 warnings 1284 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [12:10, 09:18](1908 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [16:23, 14:10](1977 MB) - -PASS -- COMPILE 's2swa_debug_intel' [08:11, 06:20] ( 1413 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [39:23, 27:34](2095 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:10, 05:54] ( 1413 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [22:05, 11:22](1939 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [39:15, 37:26] ( 1010 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:18, 05:34](1970 MB) - -PASS -- COMPILE 's2s_intel' [44:17, 38:30] ( 1 warnings 1033 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [12:52, 10:18](3012 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:51, 03:02](3011 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:46, 01:45](2462 MB) - -PASS -- COMPILE 's2swa_faster_intel' [44:26, 33:15] ( 1 warnings 1615 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [25:24, 16:00](2057 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [59:19, 47:45] ( 1 warnings 1344 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [36:34, 33:48](1918 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [19:19, 16:52](1126 MB) -FAILED: TEST TIMED OUT -- TEST 'cpld_mpi_pdlib_p8_intel' [, ]( MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [16:14, 06:00] ( 1523 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [43:20, 38:54](1927 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [42:18, 37:54] ( 1 warnings 1116 remarks ) -PASS -- TEST 'control_flake_intel' [06:29, 04:21](652 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [07:03, 04:25](1544 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:05, 04:40](1544 MB) -PASS -- TEST 'control_latlon_intel' [07:01, 04:23](1542 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:10, 04:31](1545 MB) -PASS -- TEST 'control_c48_intel' [21:12, 18:16](1702 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [12:34, 10:15](829 MB) -PASS -- TEST 'control_c192_intel' [18:20, 16:00](1695 MB) -PASS -- TEST 'control_c384_intel' [26:19, 23:02](1814 MB) -PASS -- TEST 'control_c384gdas_intel' [17:59, 13:17](1006 MB) -PASS -- TEST 'control_stochy_intel' [04:28, 02:09](599 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:26, 01:15](439 MB) -PASS -- TEST 'control_lndp_intel' [03:29, 02:03](602 MB) -PASS -- TEST 'control_iovr4_intel' [05:32, 03:16](601 MB) -PASS -- TEST 'control_iovr5_intel' [05:32, 03:16](600 MB) -PASS -- TEST 'control_p8_intel' [07:20, 04:57](1835 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:24, 04:15](1801 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:10, 04:51](1820 MB) -PASS -- TEST 'control_restart_p8_intel' [04:51, 02:36](1047 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:17, 04:51](1828 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:54, 02:34](1077 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:14, 04:58](1816 MB) -PASS -- TEST 'control_2threads_p8_intel' [07:13, 04:45](1914 MB) -PASS -- TEST 'control_p8_lndp_intel' [11:08, 08:48](1833 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [08:18, 05:23](1897 MB) -PASS -- TEST 'control_p8_mynn_intel' [07:16, 04:14](1845 MB) -PASS -- TEST 'merra2_thompson_intel' [07:10, 04:34](1849 MB) -PASS -- TEST 'regional_control_intel' [08:59, 06:59](999 MB) -PASS -- TEST 'regional_restart_intel' [05:40, 03:49](1011 MB) -PASS -- TEST 'regional_decomp_intel' [09:59, 07:21](1007 MB) -PASS -- TEST 'regional_2threads_intel' [06:59, 04:16](996 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [09:05, 07:03](1004 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [09:35, 07:11](1005 MB) - -PASS -- COMPILE 'rrfs_intel' [36:14, 34:59] ( 3 warnings 1092 remarks ) -PASS -- TEST 'rap_control_intel' [12:44, 10:11](987 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:15, 05:30](1174 MB) -PASS -- TEST 'rap_decomp_intel' [12:44, 10:41](985 MB) -PASS -- TEST 'rap_2threads_intel' [11:45, 09:43](1066 MB) -PASS -- TEST 'rap_restart_intel' [07:45, 05:15](978 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:45, 10:06](986 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:45, 10:46](981 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:45, 07:35](996 MB) -PASS -- TEST 'hrrr_control_intel' [07:42, 05:14](986 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:42, 05:25](975 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:47, 04:48](1045 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:26, 02:43](914 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:57, 10:04](983 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [15:32, 13:17](1933 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [14:32, 12:46](1932 MB) - -PASS -- COMPILE 'csawmg_intel' [37:14, 35:11] ( 1091 remarks ) -PASS -- TEST 'control_csawmg_intel' [09:34, 08:07](963 MB) -PASS -- TEST 'control_ras_intel' [06:20, 04:22](671 MB) - -PASS -- COMPILE 'wam_intel' [37:14, 35:40] ( 994 remarks ) -PASS -- TEST 'control_wam_intel' [16:49, 14:17](1618 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [39:18, 37:30] ( 1294 remarks ) -PASS -- TEST 'control_p8_faster_intel' [09:51, 03:35](1836 MB) -PASS -- TEST 'regional_control_faster_intel' [08:38, 06:34](1006 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [10:13, 08:11] ( 882 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:48, 02:43](1568 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:54, 02:41](1566 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:27, 03:47](773 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:27, 03:23](776 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:44, 05:27](1084 MB) -PASS -- TEST 'control_ras_debug_intel' [05:27, 03:25](781 MB) -PASS -- TEST 'control_diag_debug_intel' [05:49, 03:21](1636 MB) -PASS -- TEST 'control_debug_p8_intel' [05:48, 03:20](1859 MB) -PASS -- TEST 'regional_debug_intel' [23:47, 22:01](1044 MB) -PASS -- TEST 'rap_control_debug_intel' [08:29, 06:16](1160 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:29, 06:06](1159 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [08:29, 06:10](1159 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [08:28, 06:14](1166 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:29, 06:13](1162 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:39, 06:30](1244 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:29, 06:18](1164 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:29, 06:20](1158 MB) -PASS -- TEST 'rap_lndp_debug_intel' [08:29, 06:16](1163 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:26, 06:09](1163 MB) -PASS -- TEST 'rap_noah_debug_intel' [08:25, 06:02](1155 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [08:25, 06:05](1166 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:26, 09:59](1159 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:26, 06:07](1157 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [09:30, 07:19](1168 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:26, 06:07](1165 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:47, 10:41](1165 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:11, 05:03] ( 837 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [18:54, 16:32](1648 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [32:15, 30:44] ( 3 warnings 1026 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [11:01, 05:06](1037 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [14:41, 08:13](900 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [09:41, 04:20](875 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [18:44, 07:51](943 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [14:35, 03:58](906 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [12:39, 04:37](857 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:42, 06:16](895 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:27, 02:19](837 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [33:18, 32:01] ( 3 warnings 1199 remarks ) -PASS -- TEST 'conus13km_control_intel' [07:59, 02:39](1094 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:40, 01:14](1041 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:40, 01:29](1008 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [33:15, 31:26] ( 3 warnings 1046 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:50, 05:26](904 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:11, 05:14] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [15:27, 06:00](1039 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [15:28, 05:51](1041 MB) -PASS -- TEST 'conus13km_debug_intel' [28:02, 17:37](1150 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [28:02, 17:43](842 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [16:54, 10:20](1087 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [27:55, 17:45](1218 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:11, 05:08] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [16:26, 06:09](1086 MB) - -PASS -- COMPILE 'hafsw_intel' [44:19, 40:49] ( 1 warnings 1418 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [12:19, 07:17](702 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [12:31, 06:12](1063 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [21:41, 09:05](757 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [28:28, 16:13](786 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [29:50, 18:07](807 MB) -PASS -- TEST 'gnv1_nested_intel' [19:18, 06:17](1675 MB) - -PASS -- COMPILE 'hafs_all_intel' [39:16, 36:24] ( 1265 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [17:35, 08:28](753 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [18:36, 08:48](738 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [12:13, 07:05] ( 67 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:24, 03:31](1082 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:22, 02:09](1038 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:24, 03:27](939 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:22, 03:41](931 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:24, 03:33](937 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:24, 03:34](1071 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:24, 03:35](1071 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:24, 03:27](928 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:17, 07:40](901 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:15, 07:31](849 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:21, 03:34](1075 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:24, 05:01](2379 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:24, 05:11](2409 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [07:12, 03:20] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [11:22, 08:10](1025 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [10:12, 08:14] ( 70 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:20, 03:32](1073 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:12, 01:50] ( 60 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:34, 01:22](239 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:27, 01:09](262 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [04:26, 00:41](262 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [39:16, 37:04] ( 1015 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [14:04, 04:48](1910 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [38:13, 36:20] ( 1 warnings 1020 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [20:08, 10:30](1897 MB) - -PASS -- COMPILE 'atml_intel' [40:20, 38:07] ( 8 warnings 1157 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:08, 05:45](1855 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:08, 05:50](1856 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:47, 03:12](1049 MB) - -PASS -- COMPILE 'atml_debug_intel' [08:11, 06:28] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [21:47, 07:19](1876 MB) - -PASS -- COMPILE 'atmw_intel' [44:21, 37:26] ( 1260 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:56, 02:22](1856 MB) - -PASS -- COMPILE 'atmaero_intel' [43:17, 36:11] ( 1098 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:57, 05:12](1928 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:57, 06:15](1706 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:49, 06:20](1716 MB) - -PASS -- COMPILE 'atm_fbh_intel' [33:15, 31:20] ( 3 warnings 996 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [16:37, 15:09](1006 MB) +PASS -- COMPILE 's2swa_32bit_intel' [45:17, 43:35] ( 1 warnings 1380 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [29:27, 13:14](2002 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [49:17, 47:54] ( 1 warnings 1427 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [57:22, 20:57](1888 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:24, 21:55](2044 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [13:09, 10:35](1139 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [00:11, 23:50](1855 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [50:17, 49:02] ( 1 warnings 1424 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [58:04, 20:18](1882 MB) + +PASS -- COMPILE 's2swa_intel' [46:17, 44:09] ( 1 warnings 1399 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [56:20, 16:38](2056 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [56:40, 16:45](2062 MB) +PASS -- TEST 'cpld_restart_p8_intel' [16:17, 09:03](1714 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [46:21, 16:36](2087 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [26:20, 09:05](1742 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [34:11, 15:50](2318 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [46:12, 16:52](2032 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [17:26, 13:52](1983 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [35:36, 16:48](2061 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [48:27, 09:13](2025 MB) + +PASS -- COMPILE 's2sw_intel' [43:17, 41:40] ( 1 warnings 1284 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [13:30, 09:16](1909 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [32:47, 14:13](1979 MB) + +PASS -- COMPILE 's2swa_debug_intel' [09:12, 06:11] ( 1413 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [04:40, 27:39](2092 MB) + +PASS -- COMPILE 's2sw_debug_intel' [22:13, 05:57] ( 1413 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [32:16, 11:23](1929 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [59:16, 30:35] ( 1010 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [10:23, 05:36](1965 MB) + +PASS -- COMPILE 's2s_intel' [14:21, 38:14] ( 1 warnings 1033 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [21:04, 10:18](3014 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [14:02, 03:02](3013 MB) +PASS -- TEST 'cpld_restart_c48_intel' [10:55, 01:48](2461 MB) + +PASS -- COMPILE 's2swa_faster_intel' [10:28, 32:45] ( 1 warnings 1615 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [32:02, 16:13](2063 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [24:28, 48:40] ( 1 warnings 1344 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [50:29, 31:26](1923 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [32:49, 17:24](1127 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [55:38, 40:04](1899 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [32:14, 05:11] ( 1523 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [49:17, 39:02](1933 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [47:19, 37:41] ( 1 warnings 1116 remarks ) +PASS -- TEST 'control_flake_intel' [07:44, 04:33](645 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [12:39, 04:25](1540 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:41, 04:40](1544 MB) +PASS -- TEST 'control_latlon_intel' [12:35, 04:26](1544 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:43, 04:39](1542 MB) +PASS -- TEST 'control_c48_intel' [26:37, 18:15](1700 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [18:51, 10:22](826 MB) +PASS -- TEST 'control_c192_intel' [18:51, 15:58](1684 MB) +PASS -- TEST 'control_c384_intel' [31:50, 23:07](1816 MB) +PASS -- TEST 'control_c384gdas_intel' [23:33, 13:25](1002 MB) +PASS -- TEST 'control_stochy_intel' [05:38, 02:20](606 MB) +PASS -- TEST 'control_stochy_restart_intel' [05:29, 01:18](431 MB) +PASS -- TEST 'control_lndp_intel' [05:39, 02:12](600 MB) +PASS -- TEST 'control_iovr4_intel' [06:47, 03:28](597 MB) +PASS -- TEST 'control_iovr5_intel' [06:42, 03:25](604 MB) +PASS -- TEST 'control_p8_intel' [08:57, 04:56](1830 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [14:10, 04:01](1843 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [07:50, 04:50](1836 MB) +PASS -- TEST 'control_restart_p8_intel' [42:30, 02:55](1055 MB) +PASS -- TEST 'control_noqr_p8_intel' [12:53, 04:51](1817 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [38:24, 02:50](1074 MB) +PASS -- TEST 'control_decomp_p8_intel' [08:48, 04:59](1822 MB) +PASS -- TEST 'control_2threads_p8_intel' [07:51, 04:42](1915 MB) +PASS -- TEST 'control_p8_lndp_intel' [11:41, 08:47](1832 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [14:56, 05:13](1898 MB) +PASS -- TEST 'control_p8_mynn_intel' [12:55, 04:15](1849 MB) +PASS -- TEST 'merra2_thompson_intel' [07:48, 04:30](1837 MB) +PASS -- TEST 'regional_control_intel' [15:23, 07:14](1001 MB) +PASS -- TEST 'regional_restart_intel' [36:59, 04:04](996 MB) +PASS -- TEST 'regional_decomp_intel' [15:21, 07:32](1004 MB) +PASS -- TEST 'regional_2threads_intel' [07:22, 04:34](998 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [15:42, 07:09](1001 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [14:38, 07:04](1004 MB) + +PASS -- COMPILE 'rrfs_intel' [48:15, 34:56] ( 3 warnings 1092 remarks ) +PASS -- TEST 'rap_control_intel' [51:54, 10:17](983 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:10, 05:31](1166 MB) +PASS -- TEST 'rap_decomp_intel' [52:52, 10:54](977 MB) +PASS -- TEST 'rap_2threads_intel' [51:13, 09:53](1075 MB) +PASS -- TEST 'rap_restart_intel' [02:01, 05:44](979 MB) +PASS -- TEST 'rap_sfcdiff_intel' [51:01, 10:18](992 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [51:57, 10:49](985 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [05:04, 08:05](995 MB) +PASS -- TEST 'hrrr_control_intel' [46:55, 05:19](984 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [46:51, 05:29](975 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [45:55, 04:57](1047 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:46, 03:18](908 MB) +PASS -- TEST 'rrfs_v1beta_intel' [51:04, 10:11](980 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [53:42, 13:32](1930 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [50:44, 13:12](1928 MB) + +PASS -- COMPILE 'csawmg_intel' [45:17, 34:45] ( 1091 remarks ) +PASS -- TEST 'control_csawmg_intel' [35:00, 08:23](963 MB) +PASS -- TEST 'control_ras_intel' [31:34, 04:38](672 MB) + +PASS -- COMPILE 'wam_intel' [45:18, 35:36] ( 994 remarks ) +PASS -- TEST 'control_wam_intel' [34:26, 14:49](1618 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [45:16, 37:34] ( 1294 remarks ) +PASS -- TEST 'control_p8_faster_intel' [14:30, 04:07](1838 MB) +PASS -- TEST 'regional_control_faster_intel' [17:14, 06:57](1006 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [49:59, 08:33] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [01:57, 03:15](1567 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:02, 03:15](1570 MB) +PASS -- TEST 'control_stochy_debug_intel' [02:46, 04:19](785 MB) +PASS -- TEST 'control_lndp_debug_intel' [02:39, 03:54](796 MB) +PASS -- TEST 'control_csawmg_debug_intel' [03:54, 05:55](1089 MB) +PASS -- TEST 'control_ras_debug_intel' [02:38, 04:00](789 MB) +PASS -- TEST 'control_diag_debug_intel' [01:58, 03:52](1634 MB) +PASS -- TEST 'control_debug_p8_intel' [02:00, 03:47](1856 MB) +PASS -- TEST 'regional_debug_intel' [20:59, 22:29](1012 MB) +PASS -- TEST 'rap_control_debug_intel' [04:46, 06:39](1161 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:46, 06:31](1155 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:45, 06:34](1166 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [04:45, 06:37](1163 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:38, 06:38](1164 MB) +PASS -- TEST 'rap_diag_debug_intel' [03:55, 06:56](1242 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [02:34, 06:45](1168 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [02:36, 06:45](1165 MB) +PASS -- TEST 'rap_lndp_debug_intel' [01:37, 06:41](1170 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [59:37, 06:38](1167 MB) +PASS -- TEST 'rap_noah_debug_intel' [58:47, 06:29](1161 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [55:37, 06:39](1164 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [46:56, 10:36](1162 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [42:52, 06:38](1175 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [43:54, 08:01](1180 MB) +PASS -- TEST 'rap_flake_debug_intel' [42:52, 06:45](1170 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [47:15, 11:20](1171 MB) + +PASS -- COMPILE 'wam_debug_intel' [31:50, 05:13] ( 837 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [18:14, 17:05](1642 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [45:53, 30:49] ( 3 warnings 1026 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [41:29, 05:45](1041 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [44:09, 08:52](894 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [40:02, 04:56](865 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [43:58, 08:43](946 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [38:56, 04:38](903 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [39:04, 05:17](853 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [45:27, 06:27](893 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [45:09, 02:38](838 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [52:47, 32:56] ( 3 warnings 1199 remarks ) +PASS -- TEST 'conus13km_control_intel' [10:16, 03:13](1095 MB) +PASS -- TEST 'conus13km_2threads_intel' [45:30, 01:28](1042 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [45:27, 01:42](1007 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [41:43, 32:13] ( 3 warnings 1046 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [14:14, 06:07](909 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:09, 05:38] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [39:50, 06:35](1041 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [39:50, 06:31](1034 MB) +PASS -- TEST 'conus13km_debug_intel' [51:22, 18:13](1147 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [51:12, 18:15](860 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [44:07, 10:53](1093 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [51:07, 18:16](1216 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:06, 05:44] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [39:43, 06:45](1081 MB) + +PASS -- COMPILE 'hafsw_intel' [16:53, 41:24] ( 1 warnings 1418 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:37, 07:21](703 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:48, 06:50](1069 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:53, 09:40](753 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:40, 16:43](787 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:00, 18:25](805 MB) +PASS -- TEST 'gnv1_nested_intel' [06:10, 06:54](1668 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:29, 36:36] ( 1265 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [20:58, 08:51](751 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [20:58, 08:48](735 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [42:26, 08:42] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [43:09, 03:48](1069 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [07:27, 02:08](1055 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [43:12, 03:42](931 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [43:07, 03:44](939 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [43:09, 03:47](932 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [43:11, 03:48](1062 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [43:09, 03:49](1078 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [43:10, 03:41](935 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [46:55, 07:52](893 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [46:51, 07:57](852 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [43:04, 03:48](1074 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [44:02, 05:29](2427 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [44:02, 05:32](2425 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [11:20, 03:51] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [52:04, 08:26](1032 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [15:23, 08:42] ( 70 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [43:05, 03:48](1085 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [00:21, 02:11] ( 60 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [05:45, 01:18](238 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [05:40, 01:07](267 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [40:10, 00:56](263 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [41:01, 36:52] ( 1015 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [09:52, 05:01](1917 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [20:02, 36:31] ( 1 warnings 1020 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [13:23, 10:37](1908 MB) + +PASS -- COMPILE 'atml_intel' [17:04, 38:39] ( 8 warnings 1157 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:18, 05:51](1856 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [07:20, 05:51](1860 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [22:08, 03:11](1068 MB) + +PASS -- COMPILE 'atml_debug_intel' [45:56, 06:49] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:22, 07:18](1878 MB) + +PASS -- COMPILE 'atmw_intel' [48:01, 37:23] ( 1260 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:09, 02:25](1859 MB) + +PASS -- COMPILE 'atmaero_intel' [40:24, 36:23] ( 1098 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:27, 05:20](1929 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:27, 06:24](1707 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:17, 06:30](1709 MB) + +PASS -- COMPILE 'atm_fbh_intel' [34:17, 31:28] ( 3 warnings 996 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [12:50, 15:22](1019 MB) SYNOPSIS: -Starting Date/Time: 20241101 20:55:51 -Ending Date/Time: 20241102 01:27:29 -Total Time: 04h:32m:12s +Starting Date/Time: 20241106 18:55:04 +Ending Date/Time: 20241108 04:54:37 +Total Time: 10h:00m:42s Compiles Completed: 37/37 -Tests Completed: 164/165 -Failed Tests: -* TEST cpld_mpi_pdlib_p8_intel: FAILED: TEST TIMED OUT --- LOG: /lfs5/HFIP/hfv3gfs/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3078376/cpld_mpi_pdlib_p8_intel/err - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF JET REGRESSION TESTING LOG==== -====START OF JET REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -50c915d559ecbbc39d288ac9da24860f225597f1 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) - 5e57a89cf533fe98352bcfd1a464b1d50713274d CICE-interface/CICE (CICE6.0.0-378-g5e57a89) - 05ac0ec3ea666080eed36e67f6cf8ce1255b243f CICE-interface/CICE/icepack (Icepack1.1.0-192-g05ac0ec) - 24e9eed4ffe8138bef635c8f916f91b142595675 CMEPS-interface/CMEPS (cmeps_v0.4.1-2311-g24e9eed) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 99091f9742670bdebd84bd13f17b9115457d64dd FV3 (heads/develop-13-g99091f9) - 24686a2561f1414eb86c7b97c93960c36e4257b1 FV3/atmos_cubed_sphere (201912_public_release-406-g24686a2) - b7d55fd07fa35c5de9b2292596d30784a800b276 FV3/ccpp/framework (2024-07-11-dev-1-gb7d55fd) - f3eeb3442775b7239d98e3d09acc6d4f1d42233e FV3/ccpp/physics (EP4-889-gf3eeb344) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 6f5dd627d124ae94bb5ed7f5afd22f82c470b1b7 FV3/upp (upp_v10.2.0-230-g6f5dd627) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --529f870d33b65c3b6c1aa3c3236b94efc3bd336d FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) - c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) - 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - c7004b658b9dae9fc473d4e6511dfc1cf8e6a7bd WW3 (6.07.1-347-gc7004b65) - 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /lfs5/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20241031 -COMPARISON DIRECTORY: /lfs5/HFIP/hfv3gfs/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_1043419 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2sw_pdlib_intel' [48:18, 46:58] ( 1 warnings 1344 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [36:38, 33:50](1926 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [42:12, 39:37](1904 MB) - -SYNOPSIS: -Starting Date/Time: 20241104 00:12:32 -Ending Date/Time: 20241104 02:21:00 -Total Time: 02h:08m:40s -Compiles Completed: 1/1 -Tests Completed: 2/2 +Tests Completed: 165/165 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 9b4d5d8796..c3b323b74b 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,7 +1,7 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -50c915d559ecbbc39d288ac9da24860f225597f1 +7db9d8898499f1fde77381853ea17f3bfcadb7a7 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: 05ac0ec3ea666080eed36e67f6cf8ce1255b243f CICE-interface/CICE/icepack (Icepack1.1.0-192-g05ac0ec) 24e9eed4ffe8138bef635c8f916f91b142595675 CMEPS-interface/CMEPS (cmeps_v0.4.1-2311-g24e9eed) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 99091f9742670bdebd84bd13f17b9115457d64dd FV3 (heads/develop-13-g99091f9) - 24686a2561f1414eb86c7b97c93960c36e4257b1 FV3/atmos_cubed_sphere (201912_public_release-406-g24686a2) + 1947bad314f3c54594828964efc8938596965891 FV3 (remotes/origin/rrfsv1-to-ufs/dev2) + e36e8572e7643d7e59a3979a61bdd83743ff7b00 FV3/atmos_cubed_sphere (201912_public_release-407-ge36e857) b7d55fd07fa35c5de9b2292596d30784a800b276 FV3/ccpp/framework (2024-07-11-dev-1-gb7d55fd) - f3eeb3442775b7239d98e3d09acc6d4f1d42233e FV3/ccpp/physics (EP4-889-gf3eeb344) + 0678f44c137957033d357b2168b40fb5ab029be6 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5338-g0678f44c) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 6f5dd627d124ae94bb5ed7f5afd22f82c470b1b7 FV3/upp (upp_v10.2.0-230-g6f5dd627) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -39,292 +39,298 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20241031 -COMPARISON DIRECTORY: /work/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_430160 +COMPARISON DIRECTORY: /work/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_1638035 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [18:11, 16:20] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [28:50, 25:34](2090 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:11, 20:02] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [21:52, 18:16](1948 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:18, 19:09](2126 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:04, 08:59](1223 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:49, 20:22](1862 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [21:11, 19:32] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [19:47, 17:40](1949 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:11, 08:18] ( 1523 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [33:48, 30:40](1936 MB) - -PASS -- COMPILE 's2swa_intel' [18:11, 16:40] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [29:46, 26:21](2143 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [28:52, 26:07](2145 MB) -PASS -- TEST 'cpld_restart_p8_intel' [16:47, 13:26](1806 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [29:46, 26:19](2149 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [16:47, 14:06](1697 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [26:46, 23:46](2426 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [29:45, 26:20](2122 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [24:44, 22:00](2043 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [29:53, 26:36](2137 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [20:30, 16:22](2708 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [12:58, 08:43](2703 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [27:39, 19:37](3681 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [21:45, 11:21](3495 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [11:36, 08:14](2077 MB) - -PASS -- COMPILE 's2sw_intel' [17:11, 15:59] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [28:21, 25:23](1971 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [14:32, 11:54](2060 MB) - -PASS -- COMPILE 's2swa_debug_intel' [10:11, 08:18] ( 1413 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [24:26, 22:07](2174 MB) - -PASS -- COMPILE 's2sw_debug_intel' [09:11, 07:46] ( 1413 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [11:09, 09:09](1994 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [16:11, 14:29] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:11, 04:52](2031 MB) - -PASS -- COMPILE 's2s_intel' [17:11, 15:43] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [11:03, 08:39](3027 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:03, 02:58](3001 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:09, 02:04](2470 MB) - -PASS -- COMPILE 's2swa_faster_intel' [19:11, 17:34] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [29:29, 26:52](2150 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:11, 19:30] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [31:15, 28:18](2016 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [18:25, 15:24](1252 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [35:18, 32:52](1932 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:11, 07:53] ( 1523 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [37:16, 34:37](1967 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [15:11, 13:32] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:27, 03:42](693 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:45, 03:31](1567 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:50, 03:35](1578 MB) -PASS -- TEST 'control_latlon_intel' [05:39, 03:33](1566 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:49, 03:33](1577 MB) -PASS -- TEST 'control_c48_intel' [16:48, 14:46](1705 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [09:32, 08:10](833 MB) -PASS -- TEST 'control_c192_intel' [14:53, 13:06](1734 MB) -PASS -- TEST 'control_c384_intel' [20:07, 16:39](1981 MB) -PASS -- TEST 'control_c384gdas_intel' [13:41, 10:02](1336 MB) -PASS -- TEST 'control_stochy_intel' [03:24, 01:50](643 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:54, 01:05](476 MB) -PASS -- TEST 'control_lndp_intel' [03:20, 01:44](642 MB) -PASS -- TEST 'control_iovr4_intel' [04:23, 02:43](634 MB) -PASS -- TEST 'control_iovr5_intel' [04:21, 02:43](640 MB) -PASS -- TEST 'control_p8_intel' [07:16, 04:12](1863 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:17, 03:29](1876 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:31, 04:02](1866 MB) -PASS -- TEST 'control_restart_p8_intel' [05:06, 02:34](1075 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:24, 04:03](1852 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:39, 02:19](1126 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:15, 04:10](1852 MB) -PASS -- TEST 'control_2threads_p8_intel' [07:15, 04:22](1942 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:45, 07:26](1865 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:24, 04:55](1937 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:22, 03:31](1883 MB) -PASS -- TEST 'merra2_thompson_intel' [06:38, 03:52](1874 MB) -PASS -- TEST 'regional_control_intel' [08:47, 06:36](1079 MB) -PASS -- TEST 'regional_restart_intel' [05:38, 03:35](1063 MB) -PASS -- TEST 'regional_decomp_intel' [08:35, 06:53](1067 MB) -PASS -- TEST 'regional_2threads_intel' [06:35, 04:50](1071 MB) -PASS -- TEST 'regional_noquilt_intel' [08:41, 06:33](1377 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:47, 06:36](1073 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:35, 06:34](1064 MB) -PASS -- TEST 'regional_wofs_intel' [09:41, 08:01](1895 MB) - -PASS -- COMPILE 'rrfs_intel' [15:11, 13:22] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [11:21, 08:28](1050 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:04, 05:18](1246 MB) -PASS -- TEST 'rap_decomp_intel' [10:54, 08:40](1013 MB) -PASS -- TEST 'rap_2threads_intel' [11:13, 08:40](1145 MB) -PASS -- TEST 'rap_restart_intel' [07:41, 04:22](1029 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:07, 08:23](1050 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:56, 08:41](1016 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:28, 06:19](1066 MB) -PASS -- TEST 'hrrr_control_intel' [07:21, 04:26](1021 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:59, 04:29](1013 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:58, 04:14](1086 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:38, 02:23](946 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:20, 08:23](1040 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:25, 09:53](1975 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:23, 09:33](2021 MB) - -PASS -- COMPILE 'csawmg_intel' [15:11, 13:17] -PASS -- TEST 'control_csawmg_intel' [08:39, 06:38](1015 MB) -PASS -- TEST 'control_ras_intel' [05:20, 03:30](718 MB) - -PASS -- COMPILE 'wam_intel' [14:11, 12:37] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [14:45, 12:49](1651 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [15:10, 13:16] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:25, 03:18](1873 MB) -PASS -- TEST 'regional_control_faster_intel' [08:40, 06:16](1055 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [11:10, 09:46] ( 882 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:52, 02:21](1598 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:56, 02:14](1600 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:26, 03:05](813 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:26, 02:51](815 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:43, 04:21](1115 MB) -PASS -- TEST 'control_ras_debug_intel' [04:27, 02:48](823 MB) -PASS -- TEST 'control_diag_debug_intel' [04:53, 02:52](1675 MB) -PASS -- TEST 'control_debug_p8_intel' [04:53, 02:47](1890 MB) -PASS -- TEST 'regional_debug_intel' [19:48, 17:24](1089 MB) -PASS -- TEST 'rap_control_debug_intel' [06:29, 05:00](1202 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:31, 04:50](1190 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:28, 04:58](1199 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:24, 05:01](1201 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:25, 05:03](1199 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:36, 05:08](1292 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:27, 05:07](1198 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:27, 05:07](1201 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:26, 05:04](1208 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:26, 05:01](1197 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:20, 04:56](1198 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:21, 04:56](1204 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:25, 08:06](1201 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:23, 04:55](1192 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:27, 05:56](1203 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:22, 05:02](1202 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:27, 08:39](1205 MB) - -PASS -- COMPILE 'wam_debug_intel' [08:11, 06:13] ( 837 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:47, 13:07](1682 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:11, 12:15] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:10, 04:57](1127 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:10, 07:12](984 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:14, 03:50](916 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:51, 07:31](1060 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:03, 03:47](934 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:43, 03:56](890 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:29, 05:25](971 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:08, 02:03](872 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:11, 12:33] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:55, 02:35](1159 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:43, 01:11](1110 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:52, 01:28](1065 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:11, 12:24] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:44, 04:38](964 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:10, 06:39] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:20, 04:53](1075 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:20, 04:46](1078 MB) -PASS -- TEST 'conus13km_debug_intel' [15:48, 13:44](1226 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:57, 13:55](922 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:45, 08:04](1178 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:48, 14:25](1320 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:10, 06:16] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:25, 05:01](1133 MB) - -PASS -- COMPILE 'hafsw_intel' [17:10, 15:26] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:17, 06:00](744 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:33, 06:32](1114 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:34, 07:43](814 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [27:19, 24:45](843 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [31:21, 28:37](873 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:01, 07:09](498 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:28, 08:34](507 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [06:02, 03:32](375 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:25, 09:42](478 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:55, 04:45](525 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:01, 04:30](520 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:56, 05:53](572 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:31, 01:34](398 MB) -PASS -- TEST 'gnv1_nested_intel' [08:14, 04:19](1723 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [09:10, 07:28] ( 1465 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:04, 13:27](582 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [16:10, 14:38] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [15:13, 12:53](658 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [15:08, 13:03](724 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [16:10, 14:35] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:27, 08:44](705 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:10, 13:51] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:18, 07:34](812 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:10, 07:38](801 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:55, 16:21](1203 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [12:10, 10:40] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:19, 02:59](1151 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:19, 01:52](1105 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:16, 02:54](1011 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:16, 02:53](1023 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:16, 02:54](1022 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:16, 02:58](1148 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:17, 02:58](1147 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:17, 02:49](1019 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:18, 06:36](1011 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:10, 06:32](1004 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:15, 02:55](1151 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:17, 04:23](2459 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:21, 04:25](2390 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [07:10, 05:29] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:17, 06:29](1064 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:10, 07:37] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:16, 02:59](1152 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:18] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:30, 01:02](256 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:23, 00:57](333 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:29, 00:37](321 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:10, 01:46] ( 12 warnings ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:29, 00:40](560 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:34, 00:21](444 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:10, 13:27] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:12, 04:08](1971 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:10, 12:54] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [11:02, 08:53](1969 MB) - -PASS -- COMPILE 'atml_intel' [15:11, 13:31] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:32, 04:52](1861 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [07:28, 04:52](1870 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:53, 02:49](1066 MB) - -PASS -- COMPILE 'atml_debug_intel' [09:11, 07:49] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:26, 06:00](1891 MB) - -PASS -- COMPILE 'atmw_intel' [15:10, 13:57] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:20, 02:15](1898 MB) - -PASS -- COMPILE 'atmaero_intel' [15:10, 13:33] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:12, 04:44](1965 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:13, 05:27](1757 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:15, 05:27](1771 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [08:10, 06:17] ( 882 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [25:06, 21:46](4482 MB) - -PASS -- COMPILE 'atm_fbh_intel' [13:10, 12:03] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [15:30, 13:48](1074 MB) +PASS -- COMPILE 's2swa_32bit_intel' [20:11, 18:26] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [29:28, 26:29](2076 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:11, 22:31] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [21:41, 18:11](1949 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:20, 18:53](2134 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:18, 09:03](1231 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:43, 20:22](1864 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:11, 21:12] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [19:42, 17:32](1951 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:11, 08:35] ( 1523 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [33:36, 30:23](1923 MB) + +PASS -- COMPILE 's2swa_intel' [18:11, 16:45] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [29:45, 26:26](2146 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [28:42, 26:05](2138 MB) +PASS -- TEST 'cpld_restart_p8_intel' [16:44, 14:09](1796 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [28:32, 26:04](2163 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [16:47, 13:57](1693 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [26:33, 23:49](2467 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [28:32, 25:52](2138 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [24:38, 22:05](2034 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [29:45, 26:19](2142 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [19:27, 16:07](2705 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [12:59, 08:24](2704 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [27:14, 19:27](3675 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [20:03, 11:03](3511 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:27, 08:03](2073 MB) + +PASS -- COMPILE 's2sw_intel' [17:11, 15:42] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [28:05, 25:45](1971 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [14:12, 11:56](2052 MB) + +PASS -- COMPILE 's2swa_debug_intel' [09:10, 08:00] ( 1413 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [25:25, 22:19](2171 MB) + +PASS -- COMPILE 's2sw_debug_intel' [09:10, 07:27] ( 1413 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:10, 09:31](2002 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [16:11, 14:19] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:11, 05:09](2029 MB) + +PASS -- COMPILE 's2s_intel' [17:11, 15:39] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [10:57, 08:37](3029 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:56, 03:07](3015 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:53, 02:01](2466 MB) + +PASS -- COMPILE 's2swa_faster_intel' [19:11, 17:32] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [30:32, 27:42](2142 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [21:11, 19:47] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [31:03, 28:45](2012 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [17:22, 14:40](1261 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [35:10, 32:50](1931 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:11, 07:44] ( 1523 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [37:08, 34:24](1953 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:11, 13:25] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:25, 03:41](686 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:45, 03:32](1570 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:49, 03:34](1580 MB) +PASS -- TEST 'control_latlon_intel' [05:39, 03:31](1566 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:49, 03:34](1575 MB) +PASS -- TEST 'control_c48_intel' [16:46, 14:41](1699 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [10:32, 08:14](840 MB) +PASS -- TEST 'control_c192_intel' [15:52, 13:11](1734 MB) +PASS -- TEST 'control_c384_intel' [20:02, 16:38](1984 MB) +PASS -- TEST 'control_c384gdas_intel' [13:37, 09:58](1335 MB) +PASS -- TEST 'control_stochy_intel' [03:24, 01:49](646 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:35, 01:04](473 MB) +PASS -- TEST 'control_lndp_intel' [03:26, 01:42](639 MB) +PASS -- TEST 'control_iovr4_intel' [04:26, 02:49](633 MB) +PASS -- TEST 'control_iovr5_intel' [04:29, 02:45](638 MB) +PASS -- TEST 'control_p8_intel' [07:04, 04:14](1869 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:11, 03:36](1875 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:30, 04:08](1867 MB) +PASS -- TEST 'control_restart_p8_intel' [05:17, 02:20](1090 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:19, 04:07](1852 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:19, 02:19](1106 MB) +PASS -- TEST 'control_decomp_p8_intel' [07:13, 04:12](1860 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:58, 04:26](1945 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:40, 07:19](1862 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:35, 04:57](1932 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:27, 03:33](1884 MB) +PASS -- TEST 'merra2_thompson_intel' [06:39, 03:51](1883 MB) +PASS -- TEST 'regional_control_intel' [08:35, 06:40](1075 MB) +PASS -- TEST 'regional_restart_intel' [05:35, 03:35](1076 MB) +PASS -- TEST 'regional_decomp_intel' [08:36, 06:53](1067 MB) +PASS -- TEST 'regional_2threads_intel' [06:45, 04:43](1072 MB) +PASS -- TEST 'regional_noquilt_intel' [08:44, 06:31](1380 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:44, 06:32](1074 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:44, 06:32](1076 MB) +PASS -- TEST 'regional_wofs_intel' [09:40, 07:59](1893 MB) + +PASS -- COMPILE 'rrfs_intel' [12:11, 10:40] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [10:59, 08:30](1039 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:55, 05:15](1255 MB) +PASS -- TEST 'rap_decomp_intel' [10:58, 08:46](1012 MB) +PASS -- TEST 'rap_2threads_intel' [10:58, 08:41](1156 MB) +PASS -- TEST 'rap_restart_intel' [07:35, 04:25](1027 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:59, 08:14](1037 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:59, 08:42](1019 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:33, 06:17](1071 MB) +PASS -- TEST 'hrrr_control_intel' [06:56, 04:22](1013 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:56, 04:26](1011 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:56, 04:13](1088 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:40, 02:17](943 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:18, 08:22](1044 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:25, 09:55](1974 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:27, 09:32](2004 MB) + +PASS -- COMPILE 'csawmg_intel' [13:11, 12:06] +PASS -- TEST 'control_csawmg_intel' [08:42, 06:41](1012 MB) +PASS -- TEST 'control_ras_intel' [05:24, 03:30](720 MB) + +PASS -- COMPILE 'wam_intel' [14:11, 12:41] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [14:44, 12:49](1643 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [15:10, 13:14] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:22, 03:20](1877 MB) +PASS -- TEST 'regional_control_faster_intel' [08:41, 06:15](1061 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [11:10, 09:57] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:43, 02:15](1597 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:43, 02:16](1600 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:20, 03:08](805 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:21, 02:49](818 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:35, 04:24](1116 MB) +PASS -- TEST 'control_ras_debug_intel' [04:23, 02:50](818 MB) +PASS -- TEST 'control_diag_debug_intel' [04:48, 02:48](1666 MB) +PASS -- TEST 'control_debug_p8_intel' [04:44, 02:47](1897 MB) +PASS -- TEST 'regional_debug_intel' [19:45, 17:28](1085 MB) +PASS -- TEST 'rap_control_debug_intel' [06:25, 04:55](1195 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:27, 04:57](1195 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:25, 04:59](1205 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:23, 04:58](1203 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:25, 04:58](1206 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:32, 05:16](1285 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:23, 05:06](1201 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:21, 05:06](1191 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:23, 05:04](1205 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:23, 05:03](1203 MB) +PASS -- TEST 'rap_noah_debug_intel' [08:06, 04:53](1194 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [08:05, 04:57](1201 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:21, 08:08](1196 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:28, 04:58](1192 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:29, 06:00](1206 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:23, 04:52](1196 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:20, 08:32](1207 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:11, 06:02] ( 837 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:42, 13:34](1683 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:11, 13:52] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:59, 04:59](1118 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:13, 07:12](992 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:36, 03:49](918 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:51, 07:27](1064 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:07, 03:44](935 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:40, 03:57](893 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:27, 05:24](969 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:27, 02:08](874 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:10, 12:08] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:54, 02:35](1168 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:55, 01:12](1115 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:51, 01:29](1062 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:10, 12:41] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:40, 04:35](968 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:10, 06:28] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:22, 05:06](1081 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:23, 04:46](1077 MB) +PASS -- TEST 'conus13km_debug_intel' [15:48, 13:54](1224 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:06, 13:47](937 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:54, 08:12](1164 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:54, 14:00](1292 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:10, 05:58] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:24, 05:05](1128 MB) + +PASS -- COMPILE 'hafsw_intel' [18:10, 16:22] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:17, 06:02](737 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:26, 06:27](1111 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:24, 07:31](806 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [27:11, 24:50](846 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [31:18, 28:44](868 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:58, 07:07](495 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:28, 08:31](499 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:54, 03:29](376 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:37, 09:51](469 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:55, 04:47](520 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:52, 04:34](524 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:54, 05:41](568 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:28, 01:35](403 MB) +PASS -- TEST 'gnv1_nested_intel' [08:07, 04:18](1715 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [08:10, 07:07] ( 1465 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:55, 12:59](580 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [16:10, 14:27] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [14:59, 12:39](658 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [15:09, 12:50](717 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [16:10, 15:04] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:32, 08:42](712 MB) + +PASS -- COMPILE 'hafs_all_intel' [15:10, 13:49] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:18, 07:31](789 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:11, 07:35](789 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:54, 16:23](1200 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:11, 07:46] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:18, 03:00](1151 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:20, 01:58](1099 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:16, 02:31](1014 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:17, 02:54](1010 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:17, 02:54](1018 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:16, 02:59](1151 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:17, 02:57](1154 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:17, 02:54](1024 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:05, 06:35](1028 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:00, 06:31](997 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:16, 02:57](1156 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:18, 03:36](2373 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:18, 04:21](2447 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [07:10, 05:57] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:18, 06:31](1081 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [13:11, 11:32] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:17, 02:58](1153 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:24] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:34, 01:02](255 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:24, 00:55](324 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:29, 00:37](319 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:10, 01:40] ( 12 warnings ) +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:29, 00:37](564 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:36, 00:21](445 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:11, 13:21] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:11, 04:11](1966 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:10, 12:56] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [10:58, 08:38](1970 MB) + +PASS -- COMPILE 'atml_intel' [17:11, 15:39] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:32, 04:50](1863 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [07:25, 04:55](1864 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:53, 02:48](1074 MB) + +PASS -- COMPILE 'atml_debug_intel' [09:10, 07:18] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:28, 05:54](1885 MB) + +PASS -- COMPILE 'atmw_intel' [15:11, 13:35] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:14, 02:14](1897 MB) + +PASS -- COMPILE 'atmaero_intel' [14:10, 13:05] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:13, 04:41](1969 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:11, 05:23](1747 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:01, 05:29](1768 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [07:10, 06:05] ( 882 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [24:59, 21:12](4494 MB) + +PASS -- COMPILE 'atm_fbh_intel' [13:10, 11:49] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [15:28, 14:07](1074 MB) + +PASS -- COMPILE 'hafsw_intelllvm' [09:11, 08:04] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [10:05, 07:57](576 MB) + +PASS -- COMPILE 'hafsw_debug_intelllvm' [06:10, 04:58] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intelllvm' [21:58, 19:39](561 MB) SYNOPSIS: -Starting Date/Time: 20241101 08:15:45 -Ending Date/Time: 20241101 10:05:04 -Total Time: 01h:49m:57s -Compiles Completed: 43/43 -Tests Completed: 188/188 +Starting Date/Time: 20241106 11:32:35 +Ending Date/Time: 20241106 13:20:15 +Total Time: 01h:48m:16s +Compiles Completed: 45/45 +Tests Completed: 190/190 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/rt.conf b/tests/rt.conf index 7798c120c5..bc6d089904 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -19,7 +19,10 @@ # Item 4: Controls whether the run creates its own baseline or it uses the baseline from a different (control) test. # Item 5: Test name to compare baselines with if not itself. -### Intel Tests ### +############################# +### Intel (Classic) Tests ### +############################# + ### S2S tests ### COMPILE | s2swa_32bit | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | RUN | cpld_control_p8_mixedmode | - noaacloud | baseline | @@ -146,12 +149,9 @@ COMPILE | csawmg | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v1 RUN | control_csawmg | - noaacloud | baseline | RUN | control_ras | - noaacloud | baseline | -COMPILE | csawmg | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras | + hera hercules | fv3 | -RUN | control_csawmg | + hera hercules | baseline | - # Run WAM test in REPRO mode to avoid numerical instability in the deep atmosphere COMPILE | wam | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMULTI_GASES=ON | - noaacloud | fv3 | -RUN | control_wam | - noaacloud | baseline | +RUN | control_wam | - noaacloud | baseline | COMPILE | atm_faster_dyn32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON | | fv3 | RUN | control_p8_faster | - noaacloud | baseline | @@ -190,10 +190,10 @@ COMPILE | atm_debug_dyn32 | gnu | -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES= RUN | control_csawmg_debug | + hera hercules | baseline | COMPILE | wam_debug | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | - noaacloud | fv3 | -RUN | control_wam_debug | - noaacloud hercules | baseline | +RUN | control_wam_debug | - noaacloud hercules | baseline | ### 32-bit physics tests ### -COMPILE | rrfs_dyn32_phy32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON | - noaacloud | fv3 | +COMPILE | rrfs_dyn32_phy32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON | - noaacloud | fv3 | RUN | regional_spp_sppt_shum_skeb_dyn32_phy32 | - noaacloud | baseline | RUN | rap_control_dyn32_phy32 | - noaacloud | baseline | RUN | hrrr_control_dyn32_phy32 | - noaacloud | baseline | @@ -213,21 +213,21 @@ RUN | conus13km_restart_mismatch | - noaacloud # RUN | conus13km_decomp | - noaacloud | | conus13km_control COMPILE | rrfs_dyn64_phy32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON | - noaacloud | fv3 | -RUN | rap_control_dyn64_phy32 | - noaacloud | baseline | +RUN | rap_control_dyn64_phy32 | - noaacloud | baseline | COMPILE | rrfs_dyn32_phy32_debug | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | - noaacloud | fv3 | -RUN | rap_control_debug_dyn32_phy32 | - noaacloud | baseline | -RUN | hrrr_control_debug_dyn32_phy32 | - noaacloud | baseline | -RUN | conus13km_debug | - noaacloud | baseline | -RUN | conus13km_debug_qr | - noaacloud | | -RUN | conus13km_debug_2threads | - noaacloud | | -RUN | conus13km_radar_tten_debug | - noaacloud | baseline | +RUN | rap_control_debug_dyn32_phy32 | - noaacloud | baseline | +RUN | hrrr_control_debug_dyn32_phy32 | - noaacloud | baseline | +RUN | conus13km_debug | - noaacloud | baseline | +RUN | conus13km_debug_qr | - noaacloud | | +RUN | conus13km_debug_2threads | - noaacloud | | +RUN | conus13km_radar_tten_debug | - noaacloud | baseline | # Expected to fail: -# RUN | conus13km_debug_decomp | - noaacloud | | +# RUN | conus13km_debug_decomp | - noaacloud | | COMPILE | rrfs_dyn64_phy32_debug | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON | - noaacloud | fv3 | -RUN | rap_control_dyn64_phy32_debug | - noaacloud | baseline | +RUN | rap_control_dyn64_phy32_debug | - noaacloud | baseline | ### HAFS tests ### COMPILE | hafsw | intel | -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf,FV3_global_nest_v1 -D32BIT=ON | | fv3 | @@ -327,9 +327,59 @@ RUN | atmaero_control_p8_rad_micro | - noaacloud #RUN | regional_atmaq | - jet s4 | baseline | COMPILE | atmaq_debug | intel | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON | - jet noaacloud s4 | fv3 | -RUN | regional_atmaq_debug | - hera jet s4 noaacloud | baseline | +RUN | regional_atmaq_debug | - hera jet s4 noaacloud | baseline | + +### ATM-FBH test ### +COMPILE | atm_fbh | intel | -DAPP=ATMF -DCCPP_SUITES=FV3_HRRR -D32BIT=ON | - wcoss2 noaacloud acorn | fv3 | +RUN | cpld_regional_atm_fbh | - wcoss2 noaacloud acorn | baseline | + + + +############################# +### Intel (LLVM) Tests ###### +############################# + + +# Coupled gfs17 tests on Gaea +COMPILE | s2swa_32bit_pdlib | intelllvm | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | + gaea | fv3 | +RUN | cpld_control_gfsv17 | + gaea | baseline | + +COMPILE | s2swa_32bit_pdlib_debug | intelllvm | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | + gaea | fv3 | +RUN | cpld_debug_gfsv17 | + gaea | baseline | + +COMPILE | s2swa_32bit_pdlib_sfs | intelllvm | -DAPP=S2SWA -D32BIT=ON -DHYDRO=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | + gaea | fv3 | +RUN | cpld_control_sfs | + gaea | baseline | + +COMPILE | s2swa | intelllvm | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1 | + gaea | fv3 | +RUN | cpld_control_p8 | + gaea | baseline | + +# Regional RRFS tests on Hera +COMPILE | rrfs_dyn32_phy32 | intelllvm | -DAPP=ATM -DCCPP_SUITES=FV3_RAP -D32BIT=ON -DCCPP_32BIT=ON | + hera | fv3 | +RUN | rap_control_dyn32_phy32 | + hera | baseline | + +COMPILE | rrfs_dyn64_phy32 | intelllvm | -DAPP=ATM -DCCPP_SUITES=FV3_RAP -DCCPP_32BIT=ON | + hera | fv3 | +RUN | rap_control_dyn64_phy32 | + hera | baseline | + +# HAFS tests on Orion +COMPILE | hafsw | intelllvm | -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON | + orion | fv3 | +RUN | hafs_regional_storm_following_1nest_atm_ocn | + orion | baseline | + +COMPILE | hafsw_debug | intelllvm | -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DDEBUG=ON | + orion | fv3 | +RUN | hafs_regional_storm_following_1nest_atm_ocn_debug | + orion | baseline | + +# DATM/CDEPS tests on Hercules +COMPILE | datm_cdeps | intelllvm | -DAPP=NG-GODAS | + hercules | fv3 | +RUN | datm_cdeps_control_cfsr | + hercules | baseline | + +COMPILE | datm_cdeps_debug | intelllvm | -DAPP=NG-GODAS -DDEBUG=ON | + hercules | fv3 | +RUN | datm_cdeps_debug_cfsr | + hercules | baseline | + + + +############################# +### Gnu Tests ############### +############################# -### GNU TESTS ### ### CCPP PROD tests ### COMPILE | atm | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v17_p8_ugwpv1 | + hera hercules | fv3 | RUN | control_c48 | + hera hercules | baseline | @@ -355,6 +405,9 @@ RUN | hrrr_control_restart | + hera hercules RUN | hrrr_control_restart_noqr | + hera hercules | | hrrr_control_noqr RUN | rrfs_v1beta | + hera hercules | baseline | +COMPILE | csawmg | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras | + hera hercules | fv3 | +RUN | control_csawmg | + hera hercules | baseline | + ### CCPP DEBUG tests ### # Exercise compilation without specifying suites (i.e. compile all suites) in DEBUG mode (faster than in PROD mode) COMPILE | atm_dyn32_debug | gnu | -DAPP=ATM -D32BIT=ON -DDEBUG=ON | + hera hercules | fv3 | @@ -375,10 +428,8 @@ RUN | rap_flake_debug | + hera hercules RUN | rap_clm_lake_debug | + hera hercules | baseline | RUN | gnv1_c96_no_nest_debug | + hera hercules | baseline | - COMPILE | wam_debug | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | + hera hercules | fv3 | -RUN | control_wam_debug | + hercules | baseline | - +RUN | control_wam_debug | + hercules | baseline | ### 32-bit physics tests ### COMPILE | rrfs_dyn32_phy32 | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON | + hera hercules | fv3 | @@ -429,12 +480,8 @@ COMPILE | s2sw_pdlib | gnu | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugw RUN | cpld_control_pdlib_p8 | + hera hercules | baseline | COMPILE | s2sw_pdlib_debug | gnu | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | + hera hercules | fv3 | -RUN | cpld_debug_pdlib_p8 | + hercules | baseline | +RUN | cpld_debug_pdlib_p8 | + hercules | baseline | ### CDEPS Data Atmosphere test ### COMPILE | datm_cdeps | gnu | -DAPP=NG-GODAS | + hera hercules | fv3 | RUN | datm_cdeps_control_cfsr | + hera hercules | baseline | - -### ATM-FBH test ### -COMPILE | atm_fbh | intel | -DAPP=ATMF -DCCPP_SUITES=FV3_HRRR -D32BIT=ON | - wcoss2 noaacloud acorn | fv3 | -RUN | cpld_regional_atm_fbh | - wcoss2 noaacloud acorn | baseline | diff --git a/tests/rt_intelllvm.conf b/tests/rt_intelllvm.conf index cd3069555b..c22ae38008 100644 --- a/tests/rt_intelllvm.conf +++ b/tests/rt_intelllvm.conf @@ -36,9 +36,9 @@ COMPILE | s2swa_32bit_pdlib_sfs | intelllvm | -DAPP=S2SWA -D32BIT=ON -DHYDRO=ON RUN | cpld_control_sfs | - noaacloud | baseline | COMPILE | s2swa_32bit_pdlib_debug | intelllvm | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | - noaacloud jet | fv3 | -RUN | cpld_debug_gfsv17 | - noaacloud jet derecho | baseline | +RUN | cpld_debug_gfsv17 | - noaacloud jet | baseline | -COMPILE | s2swa | intelllvm | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | +COMPILE | s2swa | intelllvm | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | RUN | cpld_control_p8 | - noaacloud | baseline | RUN | cpld_control_p8.v2.sfc | - noaacloud | baseline | RUN | cpld_restart_p8 | - noaacloud | | cpld_control_p8 @@ -56,35 +56,35 @@ RUN | cpld_restart_bmark_p8 | - s4 jet acorn noaaclo # Aerosol, no Wave RUN | cpld_s2sa_p8 | - noaacloud | baseline | -COMPILE | s2sw | intelllvm | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | +COMPILE | s2sw | intelllvm | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | RUN | cpld_control_noaero_p8 | | baseline | RUN | cpld_control_nowave_noaero_p8 | - noaacloud | baseline | -COMPILE | s2swa_debug | intelllvm | -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | - wcoss2 noaacloud acorn | fv3 | +COMPILE | s2swa_debug | intelllvm | -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | - wcoss2 noaacloud acorn | fv3 | RUN | cpld_debug_p8 | - wcoss2 acorn noaacloud | baseline | -COMPILE | s2sw_debug | intelllvm | -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | - wcoss2 noaacloud acorn | fv3 | +COMPILE | s2sw_debug | intelllvm | -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | - wcoss2 noaacloud acorn | fv3 | RUN | cpld_debug_noaero_p8 | - wcoss2 acorn noaacloud | baseline | # Waves and aerosol off for computing fluxes in mediator COMPILE | s2s_aoflux | intelllvm | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON | | fv3 | RUN | cpld_control_noaero_p8_agrid | | baseline | -COMPILE | s2s | intelllvm | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | +COMPILE | s2s | intelllvm | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | RUN | cpld_control_c48 | | baseline | RUN | cpld_warmstart_c48 | - noaacloud | baseline | RUN | cpld_restart_c48 | - noaacloud | | cpld_warmstart_c48 -COMPILE | s2swa_faster | intelllvm | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON | - noaacloud | fv3 | +COMPILE | s2swa_faster | intelllvm | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DFASTER=ON | - noaacloud | fv3 | RUN | cpld_control_p8_faster | - noaacloud | baseline | # Unstructured WW3 mesh -COMPILE | s2sw_pdlib | intelllvm | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON | - noaacloud | fv3 | +COMPILE | s2sw_pdlib | intelllvm | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | - noaacloud | fv3 | RUN | cpld_control_pdlib_p8 | - noaacloud | baseline | RUN | cpld_restart_pdlib_p8 | - noaacloud | | cpld_control_pdlib_p8 RUN | cpld_mpi_pdlib_p8 | - noaacloud | | cpld_control_pdlib_p8 -COMPILE | s2sw_pdlib_debug | intelllvm | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON | - noaacloud | fv3 | +COMPILE | s2sw_pdlib_debug | intelllvm | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | - noaacloud | fv3 | RUN | cpld_debug_pdlib_p8 | - noaacloud | baseline | ### ATM tests ### @@ -125,11 +125,6 @@ RUN | regional_netcdf_parallel | - acorn RUN | regional_2dwrtdecomp | | | RUN | regional_wofs | - jet s4 | baseline | -COMPILE | ifi | intelllvm | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DREQUIRE_IFI=ON | + acorn | fv3 | -RUN | regional_ifi_control | + acorn | baseline | -RUN | regional_ifi_decomp | + acorn | | -RUN | regional_ifi_2threads | + acorn | | - COMPILE | rrfs | intelllvm | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | RUN | rap_control | | baseline | RUN | regional_spp_sppt_shum_skeb | | baseline | @@ -160,7 +155,7 @@ RUN | control_p8_faster | - noaacloud RUN | regional_control_faster | | baseline | ### DEBUG ATM tests ### -COMPILE | atm_debug_dyn32 | intelllvm | -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf,FV3_global_nest_v1 | - noaacloud | fv3 | +COMPILE | atm_debug_dyn32 | intelllvm | -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v17_p8_ugwpv1,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf,FV3_global_nest_v1 | - noaacloud | fv3 | RUN | control_CubedSphereGrid_debug | - noaacloud | baseline | RUN | control_wrtGauss_netcdf_parallel_debug | - noaacloud | baseline | RUN | control_stochy_debug | - noaacloud | baseline | @@ -321,4 +316,8 @@ RUN | atmaero_control_p8_rad_micro | - noaacloud #RUN | regional_atmaq | - jet s4 | baseline | COMPILE | atmaq_debug | intelllvm | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON | - jet noaacloud s4 | fv3 | -RUN | regional_atmaq_debug | - jet s4 noaacloud | baseline | +RUN | regional_atmaq_debug | - jet s4 noaacloud | baseline | + +### ATM-FBH test ### +COMPILE | atm_fbh | intelllvm | -DAPP=ATMF -DCCPP_SUITES=FV3_HRRR -D32BIT=ON | - wcoss2 noaacloud acorn | fv3 | +RUN | cpld_regional_atm_fbh | - wcoss2 noaacloud acorn | baseline | diff --git a/tests/test_changes.list b/tests/test_changes.list index f1f310d6ec..29080e02a9 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,154 +1,10 @@ -atm_ds2s_docn_pcice intel -atmaero_control_p8 intel -atmaero_control_p8_rad intel -atmaero_control_p8_rad_micro intel -atmwav_control_noaero_p8 intel -control_CubedSphereGrid_debug intel -control_CubedSphereGrid intel -control_CubedSphereGrid_parallel intel -control_c48.v2.sfc intel -control_c48 gnu -control_csawmg_debug gnu -control_csawmg_debug intel -control_csawmg gnu -control_csawmg intel -control_debug_p8 gnu -control_debug_p8 intel -control_diag_debug gnu -control_diag_debug intel -control_flake gnu -control_flake intel -control_latlon intel -control_lndp_debug intel -control_p8_atmlnd_debug intel -control_p8_atmlnd intel -control_p8_atmlnd_sbs intel -control_p8_faster intel -control_p8 gnu -control_p8_ugwpv1 gnu -control_ras_debug gnu -control_ras_debug intel -control_ras gnu -control_ras intel -control_stochy_debug gnu -control_stochy_debug intel -control_stochy gnu -control_wam_debug gnu -control_wam intel -control_wrtGauss_netcdf_parallel_debug intel -control_wrtGauss_netcdf_parallel intel -conus13km_control gnu -conus13km_control intel -conus13km_debug_2threads gnu -conus13km_debug_2threads intel -conus13km_debug gnu -conus13km_debug intel -conus13km_debug_qr gnu -conus13km_debug_qr intel -conus13km_radar_tten_debug gnu -conus13km_radar_tten_debug intel -cpld_2threads_p8 intel -cpld_bmark_p8 intel -cpld_control_c192_p8 intel -cpld_control_c48 intel -cpld_control_ciceC_p8 intel -cpld_control_gfsv17 intel -cpld_control_noaero_p8_agrid intel -cpld_control_noaero_p8 intel -cpld_control_nowave_noaero_p8 gnu -cpld_control_nowave_noaero_p8 intel -cpld_control_p8.v2.sfc intel -cpld_control_p8 intel -cpld_control_p8_mixedmode intel -cpld_control_pdlib_p8 gnu -cpld_control_qr_p8 intel -cpld_control_sfs intel -cpld_debug_gfsv17 intel -cpld_debug_noaero_p8 intel -cpld_debug_p8 intel -cpld_debug_pdlib_p8 gnu -cpld_decomp_p8 intel -cpld_mpi_gfsv17 intel -cpld_mpi_p8 intel -cpld_regional_atm_fbh intel -cpld_s2sa_p8 intel -cpld_warmstart_c48 intel -gnv1_c96_no_nest_debug gnu -gnv1_c96_no_nest_debug intel -hafs_global_1nest_atm intel -hafs_global_multiple_4nests_atm intel -hafs_global_storm_following_1nest_atm intel -hafs_regional_1nest_atm intel -hafs_regional_atm intel -hafs_regional_atm_ocn intel -hafs_regional_atm_ocn_wav intel -hafs_regional_atm_thompson_gfdlsf intel -hafs_regional_atm_wav intel -hafs_regional_docn intel -hafs_regional_docn_oisst intel -hafs_regional_specified_moving_1nest_atm intel -hafs_regional_storm_following_1nest_atm intel -hafs_regional_storm_following_1nest_atm_ocn_debug intel -hafs_regional_storm_following_1nest_atm_ocn intel -hafs_regional_storm_following_1nest_atm_ocn_wav_inline intel -hafs_regional_storm_following_1nest_atm_ocn_wav intel -hafs_regional_storm_following_1nest_atm_ocn_wav_mom6 intel -hafs_regional_telescopic_2nests_atm intel -hrrr_c3_debug gnu -hrrr_c3_debug intel -hrrr_control_2threads_dyn32_phy32 intel -hrrr_control_debug_dyn32_phy32 gnu -hrrr_control_debug_dyn32_phy32 intel -hrrr_control_debug gnu -hrrr_control_debug intel -hrrr_control_decomp_dyn32_phy32 gnu -hrrr_control_decomp_dyn32_phy32 intel -hrrr_control_decomp gnu -hrrr_control_dyn32_phy32 gnu -hrrr_control_dyn32_phy32 intel -hrrr_control gnu -hrrr_control_noqr gnu -hrrr_gf_debug gnu -hrrr_gf_debug intel -rap_2threads_dyn32_phy32 gnu -rap_2threads_dyn32_phy32 intel -rap_2threads gnu -rap_cires_ugwp_debug intel -rap_clm_lake_debug gnu -rap_clm_lake_debug intel -rap_control_debug_dyn32_phy32 gnu -rap_control_debug_dyn32_phy32 intel -rap_control_debug gnu -rap_control_debug intel -rap_control_dyn32_phy32 gnu -rap_control_dyn32_phy32 intel -rap_control_dyn64_phy32_debug gnu -rap_control_dyn64_phy32_debug intel -rap_control_dyn64_phy32 gnu -rap_control_dyn64_phy32 intel -rap_control gnu -rap_decomp gnu -rap_diag_debug gnu -rap_diag_debug intel -rap_flake_debug gnu -rap_flake_debug intel -rap_lndp_debug intel -rap_noah_debug intel -rap_noah_sfcdiff_cires_ugwp_debug gnu -rap_noah_sfcdiff_cires_ugwp_debug intel -rap_progcld_thompson_debug gnu -rap_progcld_thompson_debug intel -rap_sfcdiff_debug intel -rap_sfcdiff_decomp gnu -rap_sfcdiff gnu -rap_unified_drag_suite_debug intel -rap_unified_ugwp_debug intel -regional_atmaq_debug intel -regional_control_faster intel -regional_debug gnu -regional_debug intel -regional_spp_sppt_shum_skeb_dyn32_phy32 intel -rrfs_v1beta_debug gnu -rrfs_v1beta_debug intel -rrfs_v1beta gnu -rrfs_v1nssl_nohailnoccn intel +cpld_control_gfsv17 intelllvm +cpld_debug_gfsv17 intelllvm +cpld_control_sfs intelllvm +cpld_control_p8 intelllvm +rap_control_dyn32_phy32 intelllvm +rap_control_dyn64_phy32 intelllvm +hafs_regional_storm_following_1nest_atm_ocn intelllvm +hafs_regional_storm_following_1nest_atm_ocn_debug intelllvm +datm_cdeps_control_cfsr intelllvm +datm_cdeps_debug_cfsr intelllvm