From 6ec6b458b6dc09af48658146d3908502b18272cf Mon Sep 17 00:00:00 2001 From: Nicholas Szapiro <149816583+NickSzapiro-NOAA@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:47:06 -0500 Subject: [PATCH] Sync with ESCOMP/CDEPS (2024-12) + Update global_control.nml.IN based on GW specs (#2528) + Sync with ESCOMP/CMEPS (#2469) * UFSWM - Sync with ESCOMP/CDEPS (2024-12). Sync with ESCOMP/CMEPS (2024-12). Make additional changes to global_control.nml.IN based on GW needs. * CDEPS - Sync with ESCOMP/main (2024-12) * CMEPS - Sync with ESCOMP/main (2024-12) --- CDEPS-interface/CDEPS | 2 +- CDEPS-interface/CMakeLists.txt | 11 +- CDEPS-interface/cdeps_files.cmake | 8 + CMEPS-interface/CMEPS | 2 +- CMEPS-interface/CMakeLists.txt | 2 +- tests/bl_date.conf | 2 +- tests/default_vars.sh | 11 +- tests/fv3_conf/cpld_datm_cdeps.IN | 5 + tests/fv3_conf/cpld_datm_cdeps_gfs.IN | 7 +- tests/logs/RegressionTests_acorn.log | 522 ++++++++-------- tests/logs/RegressionTests_derecho.log | 536 ++++++++-------- tests/logs/RegressionTests_gaea.log | 671 +++++++++----------- tests/logs/RegressionTests_hera.log | 762 +++++++++++------------ tests/logs/RegressionTests_hercules.log | 756 +++++++++++----------- tests/logs/RegressionTests_jet.log | 562 +++++++---------- tests/logs/RegressionTests_orion.log | 663 +++++++++----------- tests/logs/RegressionTests_wcoss2.log | 537 +++++++--------- tests/parm/global_control.nml.IN | 86 +-- tests/parm/global_control_lnd_iau.nml.IN | 53 +- tests/test_changes.list | 6 +- tests/tests/control_c48_lnd_iau | 2 + tests/tests/cpld_debug_pdlib_p8 | 4 - 22 files changed, 2441 insertions(+), 2769 deletions(-) diff --git a/CDEPS-interface/CDEPS b/CDEPS-interface/CDEPS index 1f9eaaa142..34d1eab8e4 160000 --- a/CDEPS-interface/CDEPS +++ b/CDEPS-interface/CDEPS @@ -1 +1 @@ -Subproject commit 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae +Subproject commit 34d1eab8e432cedf8a81976e3b675b32f41b043f diff --git a/CDEPS-interface/CMakeLists.txt b/CDEPS-interface/CMakeLists.txt index afea540965..4f5c086013 100644 --- a/CDEPS-interface/CMakeLists.txt +++ b/CDEPS-interface/CMakeLists.txt @@ -95,6 +95,14 @@ target_include_directories(dwav PRIVATE $) +target_link_libraries(dglc PRIVATE dshr share streams) +target_link_libraries(dglc PRIVATE esmf PIO::PIO_Fortran) + # CDEPS add_library(cdeps STATIC $ $ @@ -104,7 +112,8 @@ add_library(cdeps STATIC $ $ $ $ - $) + $ + $) add_library(cdeps::cdeps ALIAS cdeps) target_include_directories(cdeps PUBLIC $ $) diff --git a/CDEPS-interface/cdeps_files.cmake b/CDEPS-interface/cdeps_files.cmake index 278435745a..cb247d500c 100644 --- a/CDEPS-interface/cdeps_files.cmake +++ b/CDEPS-interface/cdeps_files.cmake @@ -25,6 +25,7 @@ list(APPEND cdeps_share_files CDEPS/share/shr_timer_mod.F90 CDEPS/share/shr_file_mod.F90 CDEPS/share/shr_nl_mod.F90 + CDEPS/share/nuopc_shr_methods.F90 ) list(APPEND cdeps_streams_files @@ -68,6 +69,8 @@ list(APPEND cdeps_docn_files CDEPS/docn/docn_datamode_iaf_mod.F90 CDEPS/docn/docn_datamode_som_mod.F90 CDEPS/docn/docn_datamode_cplhist_mod.F90 + CDEPS/docn/docn_datamode_multilev_mod.F90 + CDEPS/docn/docn_datamode_multilev_dom_mod.F90 CDEPS/docn/docn_import_data_mod.F90 CDEPS/docn/ocn_comp_nuopc.F90 ) @@ -79,3 +82,8 @@ list(APPEND cdeps_drof_files list(APPEND cdeps_dwav_files CDEPS/dwav/wav_comp_nuopc.F90 ) + +list(APPEND cdeps_dglc_files + CDEPS/dglc/dglc_datamode_noevolve_mod.F90 + CDEPS/dglc/glc_comp_nuopc.F90 +) diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 55576eba97..b5d1cc189f 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 55576eba972ad53cc6546f00d409fa27361f78bd +Subproject commit b5d1cc189fced4abcb13fc70ed2febb2aef61757 diff --git a/CMEPS-interface/CMakeLists.txt b/CMEPS-interface/CMakeLists.txt index 89a815bd22..bd22b3d3a4 100644 --- a/CMEPS-interface/CMakeLists.txt +++ b/CMEPS-interface/CMakeLists.txt @@ -43,6 +43,7 @@ list(APPEND _ufs_util_files ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_kind_mod.F90 ${PROJECT_SOURCE_DIR}/CDEPS-interface/ufs/cdeps_share/shr_assert_mod.F90 ${PROJECT_SOURCE_DIR}/CDEPS-interface/ufs/cdeps_share/shr_infnan_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/nuopc_shr_methods.F90 ${PROJECT_SOURCE_DIR}/CDEPS-interface/ufs/cdeps_share/shr_is_restart_fh_mod.F90) list(APPEND _mediator_files @@ -66,7 +67,6 @@ list(APPEND _mediator_files CMEPS/mediator/med_phases_prep_ocn_mod.F90 CMEPS/mediator/esmFlds.F90 CMEPS/mediator/med.F90 - CMEPS/mediator/med_time_mod.F90 CMEPS/mediator/med_phases_ocnalb_mod.F90 CMEPS/mediator/med_phases_prep_wav_mod.F90 CMEPS/mediator/med_utils_mod.F90 diff --git a/tests/bl_date.conf b/tests/bl_date.conf index 6c86847984..4c10448ff8 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20241206 +export BL_DATE=20241212 diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 54bd1caf4b..d8b58c91aa 100644 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -891,19 +891,10 @@ export MAX_OUTPUT_FIELDS=310 export UPDATE_FULL_OMEGA=.false. # Stochastic physics -export HIDE_LAND_PERT=' ' -export HIDE_NEST='!' -export HIDE_SPPT='!' -export HIDE_SKEB='!' -export HIDE_SHUM='!' -export HIDE_OCNSPPT='!' -export HIDE_EPBL='!' -export HIDE_IAU='!' - export LCNORM=.false. export PERT_MP=.false. export PERT_RADTEND=.false. -export PERT_CLDS=.true. +export PERT_CLDS=.false. export STOCHINI=.false. export DO_SPPT=.false. diff --git a/tests/fv3_conf/cpld_datm_cdeps.IN b/tests/fv3_conf/cpld_datm_cdeps.IN index fa6fda2bd6..6dcac52772 100644 --- a/tests/fv3_conf/cpld_datm_cdeps.IN +++ b/tests/fv3_conf/cpld_datm_cdeps.IN @@ -46,4 +46,9 @@ else cp ../${DEP_RUN}${RT_SUFFIX}/${CICE_RESTART_DIR}/iced.2011-10-01-43200.nc ./INPUT RFILE="iced.2011-10-01-43200.nc" ls -1 "./INPUT/"${RFILE}>ice.restart_file + +# CDEPS restart and pointer files + RFILE="DATM_${DATM_SRC}.datm.r.2011-10-01-43200.nc" + cp ../${DEP_RUN}${RT_SUFFIX}/${RFILE} ./INPUT + ls -1 "./INPUT/"${RFILE}>rpointer.atm fi diff --git a/tests/fv3_conf/cpld_datm_cdeps_gfs.IN b/tests/fv3_conf/cpld_datm_cdeps_gfs.IN index b15df08c17..904f89d024 100644 --- a/tests/fv3_conf/cpld_datm_cdeps_gfs.IN +++ b/tests/fv3_conf/cpld_datm_cdeps_gfs.IN @@ -35,7 +35,7 @@ else cp ../${DEP_RUN}${RT_SUFFIX}/${MOM6_RESTART_DIR}/MOM.res.2021-03-22-18*.nc ./INPUT/MOM.res.nc # CMEPS restart and pointer files - RFILE="DATM_${DATM_SRC}.cpl.r.2021-03-22-64800.nc.nc" + RFILE="DATM_${DATM_SRC}.cpl.r.2021-03-22-64800.nc" cp ../${DEP_RUN}${RT_SUFFIX}/${CMEPS_RESTART_DIR}/${RFILE} . ls -1 ${RFILE}>rpointer.cpl @@ -43,4 +43,9 @@ else cp ../${DEP_RUN}${RT_SUFFIX}/${CICE_RESTART_DIR}/iced.2021-03-22-64800.nc ./INPUT RFILE="iced.2021-03-22-64800.nc" ls -1 "./INPUT/"${RFILE}>ice.restart_file + +# CDEPS restart and pointer files + RFILE="DATM_${DATM_SRC}.datm.r.2021-03-22-64800.nc" + cp ../${DEP_RUN}${RT_SUFFIX}/${RFILE} ./INPUT + ls -1 "./INPUT/"${RFILE}>rpointer.atm fi diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index 1791ea1461..3d67e59cd4 100644 --- a/tests/logs/RegressionTests_acorn.log +++ b/tests/logs/RegressionTests_acorn.log @@ -1,15 +1,15 @@ ====START OF ACORN REGRESSION TESTING LOG==== UFSWM hash used in testing: -7f91b3de985a4799ef7f11450059958002f6aa8c +19498cc1894245fe8afe365dd87dbe5d8862b35f 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) - 6c497bdfce0add89af9df9ad4be4a6a1bdf48494 CICE-interface/CICE (remotes/origin/restart_fh) + 51f8cd20c15fe39ef1168d59d5077812b6508544 CDEPS-interface/CDEPS (remotes/origin/sync_escomp_2024-10) + ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) - 3d3d28c120a1ad343f91e0e14dd38cd0cde6ae96 CMEPS-interface/CMEPS (remotes/origin/restart_fh) + 507ca48f4586fbeb7b0e23e5cfa9321bc3f02a1d CMEPS-interface/CMEPS (cmeps_v0.4.1-3103-g507ca48f) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) 1648e176fa869d0ca9ce9ea5822b3594afd8c353 FV3 (heads/develop) 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) @@ -23,11 +23,11 @@ Submodule hashes used in testing: 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) - e2f6c128f939faec4efa3ce88f3f9025804fb3ae MOM6-interface/MOM6 (remotes/origin/restart_fh) + 8cc8b70f0143e803efb842ed871f9be3062862a4 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10231-g8cc8b70f0) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) - bdf039138204122991cea42729ee44c17ae7dd49 WW3 (6.07.1-353-gbdf03913) + 29063ec7b631d3a967172e8c45c5af13a18e0a82 WW3 (6.07.1-350-g29063ec7) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -38,268 +38,268 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20241206 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_1598504 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20241212 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_1416340 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:27, 11:47] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [18:43, 03:34](3191 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [13:26, 11:44] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [18:43, 03:51](1905 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [58:16, 03:52](1934 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [58:09, 03:43](1085 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:44, 03:27](1882 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [13:28, 11:56] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:42, 01:59](1900 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:22, 05:27] ( 1500 warnings 1986 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:49, 03:42](1951 MB) - -PASS -- COMPILE 's2swa_intel' [13:26, 11:36] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [18:43, 03:20](3227 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [18:43, 02:51](3225 MB) -PASS -- TEST 'cpld_restart_p8_intel' [00:09, 03:15](3156 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [18:43, 03:13](3245 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [53:20, 02:46](3171 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [18:43, 02:44](3460 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [18:43, 02:52](3219 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [18:44, 02:50](3169 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [18:43, 03:24](3227 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [18:43, 03:05](3206 MB) - -PASS -- COMPILE 's2sw_intel' [12:25, 11:04] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [19:44, 02:19](1918 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [19:44, 03:03](1979 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:26, 10:01] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [20:44, 03:08](1975 MB) - -PASS -- COMPILE 's2s_intel' [12:26, 10:23] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [19:43, 01:54](2877 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [19:43, 02:39](2892 MB) -PASS -- TEST 'cpld_restart_c48_intel' [14:13, 02:18](2304 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:32, 15:56] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [14:38, 02:33](3227 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [12:27, 11:16] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:43, 02:23](1920 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [50:47, 02:36](1092 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [49:02, 02:57](1900 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:19, 05:09] ( 1500 warnings 1986 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [18:30, 02:48](1959 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:26, 09:33] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [09:06, 01:38](662 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [09:02, 02:17](1553 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:30, 02:06](1575 MB) -PASS -- TEST 'control_latlon_intel' [03:38, 02:12](1565 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [57:39, 02:14](1564 MB) -PASS -- TEST 'control_c48_intel' [55:58, 01:56](1583 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [55:55, 02:01](701 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [55:38, 02:03](1583 MB) -PASS -- TEST 'control_c192_intel' [55:11, 02:09](1683 MB) -PASS -- TEST 'control_c384_intel' [54:43, 03:04](1964 MB) -PASS -- TEST 'control_c384gdas_intel' [53:08, 04:09](1165 MB) -PASS -- TEST 'control_stochy_intel' [52:20, 01:21](617 MB) -PASS -- TEST 'control_stochy_restart_intel' [44:45, 01:22](426 MB) -PASS -- TEST 'control_lndp_intel' [51:18, 01:38](615 MB) -PASS -- TEST 'control_iovr4_intel' [47:38, 02:11](616 MB) -PASS -- TEST 'control_iovr5_intel' [47:18, 02:03](611 MB) -PASS -- TEST 'control_p8_intel' [46:35, 03:24](1850 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [46:35, 03:43](1856 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [46:30, 03:18](1851 MB) -PASS -- TEST 'control_restart_p8_intel' [38:14, 02:18](1010 MB) -PASS -- TEST 'control_noqr_p8_intel' [46:13, 02:24](1856 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [36:31, 03:04](1014 MB) -PASS -- TEST 'control_decomp_p8_intel' [46:03, 03:01](1844 MB) -PASS -- TEST 'control_2threads_p8_intel' [45:48, 02:02](1933 MB) -PASS -- TEST 'control_p8_lndp_intel' [45:40, 02:19](1851 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [45:40, 02:49](1911 MB) -PASS -- TEST 'control_p8_mynn_intel' [45:30, 03:19](1856 MB) -PASS -- TEST 'merra2_thompson_intel' [45:15, 04:15](1854 MB) -PASS -- TEST 'regional_control_intel' [44:35, 02:07](898 MB) -PASS -- TEST 'regional_restart_intel' [36:42, 02:01](874 MB) -PASS -- TEST 'regional_decomp_intel' [43:43, 01:55](892 MB) -PASS -- TEST 'regional_2threads_intel' [43:24, 01:44](1011 MB) -PASS -- TEST 'regional_noquilt_intel' [42:55, 01:49](1217 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [41:03, 02:01](895 MB) -PASS -- TEST 'regional_wofs_intel' [40:42, 01:39](1582 MB) - -PASS -- COMPILE 'rrfs_intel' [10:24, 08:51] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [09:19, 02:55](1001 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:20, 02:04](1159 MB) -PASS -- TEST 'rap_decomp_intel' [09:19, 03:52](1002 MB) -PASS -- TEST 'rap_2threads_intel' [09:19, 03:51](1086 MB) -PASS -- TEST 'rap_restart_intel' [40:39, 03:55](880 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:19, 03:43](999 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:19, 03:33](996 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [38:41, 03:01](886 MB) -PASS -- TEST 'hrrr_control_intel' [09:19, 02:36](998 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [09:19, 03:58](991 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [38:15, 03:55](1067 MB) -PASS -- TEST 'hrrr_control_restart_intel' [37:46, 02:04](832 MB) -PASS -- TEST 'rrfs_v1beta_intel' [37:38, 03:10](997 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [37:19, 02:14](1956 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [37:17, 01:19](1947 MB) - -PASS -- COMPILE 'csawmg_intel' [09:22, 08:07] -PASS -- TEST 'control_csawmg_intel' [10:21, 01:58](952 MB) -PASS -- TEST 'control_ras_intel' [10:20, 02:10](652 MB) - -PASS -- COMPILE 'wam_intel' [10:24, 08:14] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [36:10, 01:58](1645 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:25, 08:26] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [36:08, 03:35](1856 MB) -PASS -- TEST 'regional_control_faster_intel' [36:05, 01:57](887 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:24, 07:39] ( 867 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [35:56, 02:04](1607 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [34:59, 01:34](1602 MB) -PASS -- TEST 'control_stochy_debug_intel' [34:48, 01:47](807 MB) -PASS -- TEST 'control_lndp_debug_intel' [34:14, 01:25](805 MB) -PASS -- TEST 'control_csawmg_debug_intel' [33:33, 01:48](1112 MB) -PASS -- TEST 'control_ras_debug_intel' [33:14, 02:09](812 MB) -PASS -- TEST 'control_diag_debug_intel' [33:06, 01:40](1661 MB) -PASS -- TEST 'control_debug_p8_intel' [32:37, 01:23](1905 MB) -PASS -- TEST 'regional_debug_intel' [32:19, 02:05](938 MB) -PASS -- TEST 'rap_control_debug_intel' [32:17, 01:35](1189 MB) -PASS -- TEST 'hrrr_control_debug_intel' [32:06, 01:18](1186 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [31:22, 01:19](1188 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [30:53, 02:11](1190 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [30:46, 02:09](1188 MB) -PASS -- TEST 'rap_diag_debug_intel' [30:11, 02:12](1272 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [29:51, 01:35](1193 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [29:47, 01:42](1189 MB) -PASS -- TEST 'rap_lndp_debug_intel' [29:26, 01:59](1191 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [29:17, 01:36](1190 MB) -PASS -- TEST 'rap_noah_debug_intel' [29:00, 01:21](1182 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [28:52, 01:46](1190 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [28:37, 01:43](1184 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [28:16, 01:43](1178 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [27:46, 01:38](1188 MB) -PASS -- TEST 'rap_flake_debug_intel' [27:42, 02:11](1189 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [27:14, 04:04](1193 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:20, 04:25] ( 823 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [12:23, 01:28](1690 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:23, 08:05] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [27:12, 02:32](1038 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [26:49, 03:12](878 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [26:43, 05:03](875 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [26:16, 03:09](933 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [26:04, 02:51](921 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [25:41, 04:49](869 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [13:58, 03:10](789 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [14:15, 02:09](759 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:23, 08:02] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [24:37, 01:41](1080 MB) -PASS -- TEST 'conus13km_2threads_intel' [18:26, 01:52](1064 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [18:17, 01:31](958 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:23, 08:07] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [23:44, 01:55](898 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:21, 04:32] ( 771 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [23:39, 02:11](1063 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [23:29, 02:13](1063 MB) -PASS -- TEST 'conus13km_debug_intel' [22:47, 01:26](1155 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [21:17, 02:10](856 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [21:18, 02:04](1131 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [21:15, 02:10](1215 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:20, 04:22] ( 771 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [21:12, 01:33](1087 MB) - -PASS -- COMPILE 'hafsw_intel' [14:28, 10:01] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [20:56, 02:25](687 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [20:47, 01:59](1051 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [20:27, 02:50](729 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [20:27, 03:11](889 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:01, 02:33](824 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [17:42, 02:17](461 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [17:13, 02:37](478 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [16:07, 02:36](377 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [15:54, 03:38](437 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [15:00, 01:55](496 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [14:22, 02:41](494 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [14:17, 01:54](564 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [14:06, 02:14](407 MB) -PASS -- TEST 'gnv1_nested_intel' [13:58, 03:51](1698 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [10:24, 04:50] ( 1444 warnings 1489 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:57, 02:37](668 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [14:29, 09:29] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:41, 01:46](602 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:24, 02:37](782 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [19:34, 09:50] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [12:05, 02:53](782 MB) - -PASS -- COMPILE 'hafs_all_intel' [20:35, 09:13] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [11:47, 02:39](732 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:14, 02:50](705 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [09:40, 01:16](898 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [20:35, 09:27] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [09:31, 01:41](766 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:05, 01:25](755 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [08:49, 01:33](649 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:56, 01:37](642 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [07:18, 01:37](642 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:29, 01:26](766 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:05, 01:29](765 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:37, 01:33](645 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:23, 01:47](689 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [04:27, 02:29](671 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:32, 01:26](753 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:31, 01:33](2032 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [02:55, 01:34](2033 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [21:35, 09:19] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:24, 01:18](753 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [11:25, 00:51] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:08, 01:22](302 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:03, 01:49](447 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [58:31, 01:34](450 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [20:33, 10:04] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [02:00, 02:09](1916 MB) - -PASS -- COMPILE 'atml_intel' [19:33, 09:30] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [01:44, 02:57](1880 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [01:17, 03:02](1879 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [48:49, 02:16](1025 MB) - -PASS -- COMPILE 'atml_debug_intel' [12:26, 05:20] ( 866 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [00:43, 03:17](1920 MB) - -PASS -- COMPILE 'atmw_intel' [16:30, 09:03] ( 9 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [00:32, 03:02](1879 MB) - -PASS -- COMPILE 'atmaero_intel' [16:31, 08:32] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [59:58, 02:51](3116 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [59:29, 02:29](2998 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [59:11, 02:33](3006 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [11:24, 04:22] ( 868 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [58:59, 02:05](4480 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:25, 11:29] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:39, 02:37](3189 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [13:26, 11:58] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [10:39, 03:44](1905 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [50:15, 04:22](1965 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [49:33, 03:59](1075 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [10:40, 03:26](1882 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [13:27, 11:57] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [10:38, 02:16](1902 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:20, 05:26] ( 1500 warnings 1986 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [16:46, 03:26](1954 MB) + +PASS -- COMPILE 's2swa_intel' [13:28, 11:39] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [10:37, 03:13](3228 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:37, 02:47](3226 MB) +PASS -- TEST 'cpld_restart_p8_intel' [49:01, 02:33](3156 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [10:37, 03:09](3244 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [45:17, 01:56](3173 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:37, 02:27](3461 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:37, 02:26](3220 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [10:38, 02:42](3168 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:37, 02:58](3227 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:37, 03:08](3200 MB) + +PASS -- COMPILE 's2sw_intel' [12:27, 10:53] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [11:38, 01:58](1917 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:38, 03:02](1980 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:25, 09:59] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [12:39, 03:15](1977 MB) + +PASS -- COMPILE 's2s_intel' [11:25, 10:14] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [12:39, 02:52](2884 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [12:39, 02:45](2891 MB) +PASS -- TEST 'cpld_restart_c48_intel' [07:10, 01:36](2308 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:32, 15:45] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [06:33, 02:48](3227 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [12:27, 11:14] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [11:38, 02:24](1918 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [42:42, 02:18](1109 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [42:37, 02:48](1901 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:20, 05:15] ( 1500 warnings 1986 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [09:26, 02:23](1957 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:25, 09:29] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [01:04, 01:29](662 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [58:27, 01:28](1556 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [56:09, 01:42](1564 MB) +PASS -- TEST 'control_latlon_intel' [55:32, 01:59](1562 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [52:11, 01:55](1560 MB) +PASS -- TEST 'control_c48_intel' [48:11, 02:19](1581 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [46:32, 02:11](707 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [46:32, 01:47](1579 MB) +PASS -- TEST 'control_c192_intel' [45:05, 02:04](1687 MB) +PASS -- TEST 'control_c384_intel' [44:21, 02:39](1968 MB) +PASS -- TEST 'control_c384gdas_intel' [44:02, 03:36](1162 MB) +PASS -- TEST 'control_stochy_intel' [42:03, 01:22](614 MB) +PASS -- TEST 'control_stochy_restart_intel' [36:30, 01:41](423 MB) +PASS -- TEST 'control_lndp_intel' [41:13, 01:49](615 MB) +PASS -- TEST 'control_iovr4_intel' [40:52, 01:47](616 MB) +PASS -- TEST 'control_iovr5_intel' [40:30, 01:44](616 MB) +PASS -- TEST 'control_p8_intel' [40:24, 02:55](1850 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [39:33, 03:36](1856 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [39:24, 02:57](1849 MB) +PASS -- TEST 'control_restart_p8_intel' [29:00, 02:45](1009 MB) +PASS -- TEST 'control_noqr_p8_intel' [39:20, 02:36](1855 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [27:39, 02:34](1014 MB) +PASS -- TEST 'control_decomp_p8_intel' [39:15, 02:22](1855 MB) +PASS -- TEST 'control_2threads_p8_intel' [39:00, 02:37](1934 MB) +PASS -- TEST 'control_p8_lndp_intel' [38:31, 01:49](1852 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [38:08, 03:07](1908 MB) +PASS -- TEST 'control_p8_mynn_intel' [38:00, 02:50](1857 MB) +PASS -- TEST 'merra2_thompson_intel' [37:57, 03:51](1854 MB) +PASS -- TEST 'regional_control_intel' [36:57, 02:05](887 MB) +PASS -- TEST 'regional_restart_intel' [29:03, 01:20](874 MB) +PASS -- TEST 'regional_decomp_intel' [34:41, 01:30](891 MB) +PASS -- TEST 'regional_2threads_intel' [33:17, 02:08](1020 MB) +PASS -- TEST 'regional_noquilt_intel' [32:32, 01:12](1219 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [32:32, 01:58](896 MB) +PASS -- TEST 'regional_wofs_intel' [31:53, 01:48](1591 MB) + +PASS -- COMPILE 'rrfs_intel' [10:25, 08:43] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [02:14, 03:15](1002 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [02:15, 02:26](1158 MB) +PASS -- TEST 'rap_decomp_intel' [02:14, 04:01](999 MB) +PASS -- TEST 'rap_2threads_intel' [02:14, 02:39](1083 MB) +PASS -- TEST 'rap_restart_intel' [31:54, 03:19](882 MB) +PASS -- TEST 'rap_sfcdiff_intel' [02:13, 03:43](998 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [02:13, 03:26](997 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [30:34, 03:09](886 MB) +PASS -- TEST 'hrrr_control_intel' [02:13, 03:44](999 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [02:13, 02:35](991 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [30:22, 03:47](1067 MB) +PASS -- TEST 'hrrr_control_restart_intel' [30:12, 01:37](833 MB) +PASS -- TEST 'rrfs_v1beta_intel' [28:10, 04:02](995 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [28:08, 01:37](1956 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [28:00, 01:52](1947 MB) + +PASS -- COMPILE 'csawmg_intel' [09:23, 08:05] +PASS -- TEST 'control_csawmg_intel' [02:15, 01:22](952 MB) +PASS -- TEST 'control_ras_intel' [02:15, 01:43](655 MB) + +PASS -- COMPILE 'wam_intel' [09:23, 08:13] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [02:15, 02:04](1639 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:23, 08:27] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [27:52, 03:19](1849 MB) +PASS -- TEST 'regional_control_faster_intel' [27:47, 02:09](896 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:22, 07:37] ( 867 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [27:35, 02:10](1602 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [27:20, 01:34](1610 MB) +PASS -- TEST 'control_stochy_debug_intel' [26:43, 01:39](803 MB) +PASS -- TEST 'control_lndp_debug_intel' [25:42, 01:40](808 MB) +PASS -- TEST 'control_csawmg_debug_intel' [25:36, 01:56](1112 MB) +PASS -- TEST 'control_ras_debug_intel' [24:52, 01:49](814 MB) +PASS -- TEST 'control_diag_debug_intel' [24:43, 02:17](1655 MB) +PASS -- TEST 'control_debug_p8_intel' [24:41, 01:43](1903 MB) +PASS -- TEST 'regional_debug_intel' [24:29, 02:02](940 MB) +PASS -- TEST 'rap_control_debug_intel' [24:30, 01:36](1192 MB) +PASS -- TEST 'hrrr_control_debug_intel' [24:12, 01:27](1183 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [24:03, 01:25](1185 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [23:42, 01:47](1187 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [22:43, 01:45](1189 MB) +PASS -- TEST 'rap_diag_debug_intel' [22:40, 02:01](1271 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [22:26, 02:03](1192 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [21:39, 01:37](1189 MB) +PASS -- TEST 'rap_lndp_debug_intel' [21:17, 01:57](1190 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [21:08, 02:06](1189 MB) +PASS -- TEST 'rap_noah_debug_intel' [21:00, 02:08](1182 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [20:59, 01:43](1193 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [20:55, 01:40](1185 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [20:39, 01:33](1183 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [20:11, 01:37](1187 MB) +PASS -- TEST 'rap_flake_debug_intel' [20:10, 01:37](1189 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [19:30, 03:25](1189 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:19, 04:25] ( 823 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [04:18, 02:01](1686 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:23, 08:07] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [19:23, 01:39](1025 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [18:58, 03:05](875 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [17:48, 04:44](876 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [17:44, 02:51](931 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [17:41, 04:45](921 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [16:54, 03:15](867 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:37, 03:20](791 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [07:28, 01:49](762 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:25, 08:06] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [16:30, 01:53](1080 MB) +PASS -- TEST 'conus13km_2threads_intel' [09:17, 02:02](1063 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [06:56, 01:18](958 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:24, 08:15] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [15:46, 02:22](897 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:20, 04:30] ( 771 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [15:34, 01:54](1060 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [15:28, 02:01](1056 MB) +PASS -- TEST 'conus13km_debug_intel' [15:21, 01:52](1170 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [14:59, 02:09](835 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [14:12, 02:14](1137 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:05, 01:32](1244 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:19, 04:25] ( 771 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [12:54, 02:14](1088 MB) + +PASS -- COMPILE 'hafsw_intel' [13:28, 09:59] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [12:06, 02:20](684 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [11:54, 01:49](1048 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:43, 02:17](754 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [11:34, 03:13](766 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [10:25, 03:15](790 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:22, 01:55](464 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:05, 02:57](480 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [09:36, 02:05](377 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:39, 03:24](432 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:52, 02:21](498 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:15, 02:20](497 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:16, 02:19](561 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [06:00, 02:12](405 MB) +PASS -- TEST 'gnv1_nested_intel' [04:58, 04:08](1696 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [09:23, 04:51] ( 1444 warnings 1489 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [04:54, 01:58](618 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [15:29, 09:45] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [03:51, 02:13](607 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [03:21, 01:54](782 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [15:28, 09:50] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [03:17, 02:14](784 MB) + +PASS -- COMPILE 'hafs_all_intel' [17:32, 09:07] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [02:57, 02:20](734 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [02:20, 02:53](716 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [02:12, 01:36](896 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [21:34, 09:18] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [01:59, 02:11](765 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [55:33, 02:09](755 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [01:20, 01:47](643 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [59:48, 01:41](646 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [59:10, 01:38](643 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [58:07, 01:30](753 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [58:03, 02:06](765 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [57:40, 01:42](646 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [57:18, 02:25](690 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [55:57, 02:32](677 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [55:24, 01:54](766 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [55:02, 01:17](2033 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [54:52, 02:08](2032 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [21:37, 09:13] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [54:47, 01:59](753 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [12:26, 00:48] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [54:44, 01:53](302 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [53:45, 02:13](447 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [48:12, 01:23](451 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [21:35, 10:08] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [53:26, 01:48](1915 MB) + +PASS -- COMPILE 'atml_intel' [21:36, 09:33] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [53:18, 03:13](1878 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [52:43, 02:59](1878 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [39:17, 02:08](1021 MB) + +PASS -- COMPILE 'atml_debug_intel' [16:30, 05:24] ( 866 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [52:41, 03:03](1922 MB) + +PASS -- COMPILE 'atmw_intel' [15:30, 09:05] ( 9 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [52:14, 03:08](1880 MB) + +PASS -- COMPILE 'atmaero_intel' [15:29, 08:35] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [51:12, 03:14](3117 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [51:08, 03:04](2997 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [50:38, 02:42](3005 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [11:25, 04:25] ( 868 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [50:05, 02:23](4471 MB) SYNOPSIS: -Starting Date/Time: 20241209 18:27:30 -Ending Date/Time: 20241209 20:32:57 -Total Time: 02h:05m:55s +Starting Date/Time: 20241213 20:35:35 +Ending Date/Time: 20241213 22:42:00 +Total Time: 02h:06m:54s Compiles Completed: 37/37 Tests Completed: 177/177 diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index b5b476322f..6b0e18d0c7 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,15 +1,15 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -7e5a67f43c273ddff3fdc3f6cec2ba1b5b1f5be2 +19498cc1894245fe8afe365dd87dbe5d8862b35f 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) - 6c497bdfce0add89af9df9ad4be4a6a1bdf48494 CICE-interface/CICE (remotes/origin/restart_fh) + 51f8cd20c15fe39ef1168d59d5077812b6508544 CDEPS-interface/CDEPS (remotes/origin/sync_escomp_2024-10) + ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) - 3d3d28c120a1ad343f91e0e14dd38cd0cde6ae96 CMEPS-interface/CMEPS (remotes/origin/restart_fh) + 507ca48f4586fbeb7b0e23e5cfa9321bc3f02a1d CMEPS-interface/CMEPS (cmeps_v0.4.1-3103-g507ca48f) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) 1648e176fa869d0ca9ce9ea5822b3594afd8c353 FV3 (heads/develop) 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) @@ -23,11 +23,11 @@ Submodule hashes used in testing: 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) - e2f6c128f939faec4efa3ce88f3f9025804fb3ae MOM6-interface/MOM6 (remotes/origin/restart_fh) + 8cc8b70f0143e803efb842ed871f9be3062862a4 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10231-g8cc8b70f0) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) - bdf039138204122991cea42729ee44c17ae7dd49 WW3 (6.07.1-353-gbdf03913) + 29063ec7b631d3a967172e8c45c5af13a18e0a82 WW3 (6.07.1-350-g29063ec7) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -38,288 +38,288 @@ 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: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20241206 -COMPARISON DIRECTORY: /glade/derecho/scratch/fandrade/fandrade/FV3_RT/rt_55842 +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20241212 +COMPARISON DIRECTORY: /glade/derecho/scratch/fandrade/fandrade/FV3_RT/rt_58609 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [23:26, 21:25] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:38, 10:12](3203 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:28, 23:15] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [18:25, 14:12](1914 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:09, 15:12](1947 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:19, 06:56](1079 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:13, 16:02](1887 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [25:27, 23:12] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:39, 13:50](1908 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [14:25, 11:55] ( 1525 warnings 1936 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [29:03, 25:22](1945 MB) - -PASS -- COMPILE 's2swa_intel' [23:27, 21:27] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [18:04, 13:28](3222 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [17:43, 13:49](3238 MB) -PASS -- TEST 'cpld_restart_p8_intel' [12:41, 07:45](3148 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [18:54, 13:51](3250 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [12:51, 07:37](3176 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [16:24, 12:36](3748 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [17:31, 13:30](3217 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [14:25, 10:28](3531 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [17:45, 13:41](3229 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [14:45, 08:55](3814 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [13:07, 06:09](3619 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [32:17, 16:49](4517 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [29:41, 10:04](4663 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [12:09, 07:45](3213 MB) - -PASS -- COMPILE 's2sw_intel' [21:27, 19:22] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [10:27, 07:21](1913 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [15:40, 11:44](1983 MB) - -PASS -- COMPILE 's2swa_debug_intel' [13:25, 11:39] ( 1415 warnings 1197 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [24:10, 20:38](3304 MB) - -PASS -- COMPILE 's2sw_debug_intel' [13:25, 11:03] ( 1415 warnings 1197 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:51, 08:50](1961 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [18:25, 16:02] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:54, 05:00](1983 MB) - -PASS -- COMPILE 's2s_intel' [18:25, 16:29] ( 6 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:16, 05:45](2885 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:13, 02:08](2891 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:46, 01:25](2308 MB) - -PASS -- COMPILE 's2swa_faster_intel' [26:20, 23:45] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [17:36, 13:31](3230 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [24:25, 21:51] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [27:07, 23:27](1924 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [16:46, 12:04](1108 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [31:10, 27:07](1890 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [13:21, 11:00] ( 1525 warnings 1936 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:53, 26:58](1949 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:20, 14:26] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:37, 03:25](668 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:09, 02:41](1563 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:33, 02:42](1568 MB) -PASS -- TEST 'control_latlon_intel' [04:55, 02:39](1563 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:14, 02:41](1571 MB) -PASS -- TEST 'control_c48_intel' [12:12, 09:13](1589 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:41, 05:15](710 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [12:08, 09:13](1586 MB) -PASS -- TEST 'control_c192_intel' [13:56, 09:58](1690 MB) -PASS -- TEST 'control_c384_intel' [19:01, 11:16](1980 MB) -PASS -- TEST 'control_c384gdas_intel' [18:19, 07:36](1177 MB) -PASS -- TEST 'control_stochy_intel' [03:42, 01:25](624 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:39, 00:52](435 MB) -PASS -- TEST 'control_lndp_intel' [03:44, 01:21](624 MB) -PASS -- TEST 'control_iovr4_intel' [04:37, 02:07](620 MB) -PASS -- TEST 'control_iovr5_intel' [04:32, 02:06](620 MB) -PASS -- TEST 'control_p8_intel' [06:34, 03:30](1863 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:48, 03:10](1862 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:40, 03:28](1864 MB) -PASS -- TEST 'control_restart_p8_intel' [05:34, 02:18](1013 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:35, 03:39](1856 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:22, 02:23](1017 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:25, 03:40](1858 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:20, 03:35](1937 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:10, 06:08](1851 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:37, 04:00](1915 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:43, 03:20](1863 MB) -PASS -- TEST 'merra2_thompson_intel' [06:24, 03:34](1864 MB) -PASS -- TEST 'regional_control_intel' [08:02, 04:49](892 MB) -PASS -- TEST 'regional_restart_intel' [06:00, 02:56](877 MB) -PASS -- TEST 'regional_decomp_intel' [07:50, 05:04](894 MB) -PASS -- TEST 'regional_noquilt_intel' [07:58, 04:50](1217 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:00, 04:48](899 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:55, 04:51](892 MB) -PASS -- TEST 'regional_wofs_intel' [09:06, 05:52](1589 MB) - -PASS -- COMPILE 'rrfs_intel' [15:21, 12:51] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [09:32, 06:10](1005 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:24, 03:46](1163 MB) -PASS -- TEST 'rap_decomp_intel' [09:32, 06:25](1003 MB) -PASS -- TEST 'rap_2threads_intel' [08:24, 05:41](1088 MB) -PASS -- TEST 'rap_restart_intel' [06:22, 03:13](882 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:34, 06:05](1008 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:34, 06:23](998 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:11, 04:36](883 MB) -PASS -- TEST 'hrrr_control_intel' [06:10, 03:13](1001 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:10, 03:20](999 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:10, 02:48](1074 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:45, 01:44](832 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:33, 06:03](999 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:50, 08:11](1961 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:51, 07:52](1946 MB) - -PASS -- COMPILE 'csawmg_intel' [14:16, 11:49] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [09:09, 06:26](962 MB) -PASS -- TEST 'control_ras_intel' [05:32, 02:51](653 MB) - -PASS -- COMPILE 'wam_intel' [13:17, 11:33] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:20, 10:15](1647 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [14:23, 11:59] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:34, 03:00](1857 MB) -PASS -- TEST 'regional_control_faster_intel' [07:58, 04:42](898 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [16:17, 14:32] ( 887 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:07, 02:08](1599 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:03, 02:07](1601 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:38, 02:53](806 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:42, 02:36](810 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:04, 04:35](1111 MB) -PASS -- TEST 'control_ras_debug_intel' [04:38, 02:40](812 MB) -PASS -- TEST 'control_diag_debug_intel' [05:51, 02:37](1663 MB) -PASS -- TEST 'control_debug_p8_intel' [06:04, 02:45](1892 MB) -PASS -- TEST 'regional_debug_intel' [18:57, 16:28](921 MB) -PASS -- TEST 'rap_control_debug_intel' [07:34, 04:40](1190 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:43, 04:32](1187 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:48, 04:49](1191 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:44, 04:39](1190 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:31, 04:50](1190 MB) -PASS -- TEST 'rap_diag_debug_intel' [09:04, 04:53](1273 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:47, 04:47](1189 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:49, 04:47](1190 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:37, 04:49](1190 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:51, 04:41](1187 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:43, 04:39](1186 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:44, 04:40](1190 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:51, 07:35](1186 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:58, 04:39](1185 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:58, 04:44](1189 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:51, 04:48](1188 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:13, 07:58](1191 MB) - -PASS -- COMPILE 'wam_debug_intel' [09:16, 07:12] ( 842 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:33, 12:09](1697 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:15, 11:31] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:06, 03:32](1034 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:09, 05:09](878 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:15, 02:47](873 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:01, 04:46](936 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:13, 02:25](924 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:03, 02:54](868 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:59, 03:53](793 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:37, 01:31](770 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:18, 11:19] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:33, 01:49](1077 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:11, 00:56](1076 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:26, 01:05](963 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:19, 11:35] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:05, 03:38](906 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:18, 07:27] ( 790 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:38, 04:34](1065 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:36, 04:30](1060 MB) -PASS -- TEST 'conus13km_debug_intel' [16:41, 13:04](1144 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:49, 13:13](830 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:21, 07:26](1141 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:48, 12:45](1214 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:20, 07:14] ( 790 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:40, 04:42](1091 MB) - -PASS -- COMPILE 'hafsw_intel' [19:20, 17:39] ( 6 warnings 10 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:15, 04:33](701 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:51, 05:05](1063 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:15, 06:26](753 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:07, 10:36](780 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:28, 11:43](796 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:17, 04:41](467 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:40, 05:44](485 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:04, 02:17](402 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:05, 06:11](461 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:07, 03:19](505 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:07, 03:04](505 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:20, 03:47](580 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:38, 01:13](431 MB) -PASS -- TEST 'gnv1_nested_intel' [08:21, 04:00](1701 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [10:16, 08:41] ( 1467 warnings 1469 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:15, 12:03](623 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [19:26, 17:12] ( 5 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:28, 06:55](625 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:49, 06:58](681 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [20:20, 18:48] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:21, 05:18](669 MB) - -PASS -- COMPILE 'hafs_all_intel' [18:22, 15:47] ( 5 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:40, 05:40](734 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:32, 05:45](722 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:20, 16:14](893 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:20, 08:26] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:36, 02:29](770 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:36, 01:33](758 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:36, 02:22](647 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:37, 02:24](649 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:28, 02:25](650 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:38, 02:29](767 MB) +PASS -- COMPILE 's2swa_32bit_intel' [23:21, 21:23] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:41, 10:17](3199 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:24, 23:34] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [18:31, 14:19](1912 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:47, 15:21](1900 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:52, 07:12](1081 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:20, 16:09](1885 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [25:25, 23:06] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [17:46, 13:54](1904 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [13:21, 11:45] ( 1525 warnings 1936 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [29:24, 25:11](1941 MB) + +PASS -- COMPILE 's2swa_intel' [23:25, 21:31] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [19:09, 13:42](3222 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [18:58, 13:45](3233 MB) +PASS -- TEST 'cpld_restart_p8_intel' [13:05, 07:43](3151 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [18:47, 13:44](3249 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [13:18, 07:44](3176 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [17:29, 12:49](3752 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [17:29, 13:28](3215 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [15:28, 10:43](3540 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [18:57, 13:55](3236 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [15:01, 09:10](3814 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [14:12, 06:27](3616 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [34:13, 16:58](4519 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [35:24, 10:19](4662 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:06, 07:56](3204 MB) + +PASS -- COMPILE 's2sw_intel' [21:22, 19:41] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [10:43, 07:35](1921 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [15:58, 11:48](1989 MB) + +PASS -- COMPILE 's2swa_debug_intel' [13:22, 11:28] ( 1415 warnings 1197 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [25:16, 21:04](3304 MB) + +PASS -- COMPILE 's2sw_debug_intel' [13:22, 11:01] ( 1415 warnings 1197 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:56, 08:46](1954 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [18:23, 16:02] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:51, 04:57](1985 MB) + +PASS -- COMPILE 's2s_intel' [18:24, 16:26] ( 6 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:13, 05:47](2883 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:16, 02:11](2894 MB) +PASS -- TEST 'cpld_restart_c48_intel' [05:31, 01:27](2301 MB) + +PASS -- COMPILE 's2swa_faster_intel' [25:22, 23:40] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [17:46, 13:31](3230 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [23:16, 21:41] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [28:33, 23:35](1929 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [16:48, 12:20](1101 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [31:20, 27:28](1899 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [13:16, 11:03] ( 1525 warnings 1936 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [31:07, 27:25](1965 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [16:20, 14:15] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:41, 03:25](668 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [06:12, 02:42](1570 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:29, 02:45](1570 MB) +PASS -- TEST 'control_latlon_intel' [06:14, 02:40](1566 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:18, 02:43](1564 MB) +PASS -- TEST 'control_c48_intel' [12:19, 09:16](1587 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:39, 05:18](710 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [12:19, 09:18](1586 MB) +PASS -- TEST 'control_c192_intel' [14:34, 10:00](1696 MB) +PASS -- TEST 'control_c384_intel' [20:21, 11:19](1980 MB) +PASS -- TEST 'control_c384gdas_intel' [17:25, 07:11](1173 MB) +PASS -- TEST 'control_stochy_intel' [03:46, 01:26](624 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:53, 00:52](434 MB) +PASS -- TEST 'control_lndp_intel' [03:47, 01:23](621 MB) +PASS -- TEST 'control_iovr4_intel' [04:46, 02:07](622 MB) +PASS -- TEST 'control_iovr5_intel' [04:55, 02:08](617 MB) +PASS -- TEST 'control_p8_intel' [07:45, 03:38](1861 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:40, 03:09](1856 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [07:59, 03:33](1860 MB) +PASS -- TEST 'control_restart_p8_intel' [05:32, 02:23](1011 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:45, 03:39](1845 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:32, 02:11](1016 MB) +PASS -- TEST 'control_decomp_p8_intel' [07:42, 03:36](1856 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:28, 03:27](1935 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:10, 06:08](1856 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:32, 04:11](1912 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:36, 03:13](1857 MB) +PASS -- TEST 'merra2_thompson_intel' [06:46, 03:30](1858 MB) +PASS -- TEST 'regional_control_intel' [08:08, 04:51](896 MB) +PASS -- TEST 'regional_restart_intel' [06:18, 02:55](879 MB) +PASS -- TEST 'regional_decomp_intel' [07:56, 05:07](899 MB) +PASS -- TEST 'regional_noquilt_intel' [07:55, 04:52](1215 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:06, 04:53](893 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:09, 04:54](893 MB) +PASS -- TEST 'regional_wofs_intel' [09:09, 05:52](1594 MB) + +PASS -- COMPILE 'rrfs_intel' [15:20, 12:51] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:40, 06:08](1003 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:58, 03:44](1161 MB) +PASS -- TEST 'rap_decomp_intel' [09:40, 06:28](1004 MB) +PASS -- TEST 'rap_2threads_intel' [08:30, 05:41](1085 MB) +PASS -- TEST 'rap_restart_intel' [06:14, 03:15](883 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:39, 06:06](1005 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:39, 06:23](1002 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:21, 04:37](883 MB) +PASS -- TEST 'hrrr_control_intel' [06:14, 03:15](1000 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:14, 03:19](996 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:14, 02:48](1076 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:57, 01:47](831 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:42, 06:01](999 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:02, 08:11](1960 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:57, 07:52](1945 MB) + +PASS -- COMPILE 'csawmg_intel' [14:19, 11:45] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [10:26, 06:34](959 MB) +PASS -- TEST 'control_ras_intel' [05:57, 02:53](657 MB) + +PASS -- COMPILE 'wam_intel' [13:19, 11:26] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:48, 10:18](1651 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [14:34, 11:57] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:43, 03:06](1852 MB) +PASS -- TEST 'regional_control_faster_intel' [08:05, 04:41](892 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [17:29, 14:31] ( 887 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:13, 02:12](1604 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:16, 02:08](1607 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:42, 02:54](805 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:45, 02:35](809 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:27, 04:31](1110 MB) +PASS -- TEST 'control_ras_debug_intel' [05:38, 02:38](815 MB) +PASS -- TEST 'control_diag_debug_intel' [07:15, 02:35](1658 MB) +PASS -- TEST 'control_debug_p8_intel' [06:07, 03:08](1900 MB) +PASS -- TEST 'regional_debug_intel' [19:58, 16:30](922 MB) +PASS -- TEST 'rap_control_debug_intel' [07:40, 04:41](1191 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:56, 04:43](1184 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:51, 04:39](1190 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:56, 04:42](1188 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:52, 04:42](1189 MB) +PASS -- TEST 'rap_diag_debug_intel' [09:31, 04:59](1272 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:48, 04:52](1190 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:51, 04:48](1190 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:01, 04:47](1191 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:04, 04:47](1189 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:58, 04:37](1188 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [08:00, 04:42](1187 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:47, 07:32](1186 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [08:01, 04:36](1185 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:51, 04:41](1189 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:53, 04:42](1190 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:17, 08:13](1187 MB) + +PASS -- COMPILE 'wam_debug_intel' [09:29, 07:09] ( 842 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [16:05, 12:05](1692 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:24, 11:28] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:29, 03:33](1027 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:06, 05:08](874 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:09, 02:46](872 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:22, 04:47](934 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:22, 02:26](930 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:23, 02:55](871 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:01, 03:54](794 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:52, 01:32](771 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:19, 11:20] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [06:17, 01:49](1077 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:22, 00:57](1073 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [05:13, 01:08](964 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:19, 11:36] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:09, 03:39](902 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:28, 07:28] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:52, 04:35](1065 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:39, 04:31](1065 MB) +PASS -- TEST 'conus13km_debug_intel' [17:25, 12:59](1144 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [17:04, 12:55](828 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:43, 07:29](1142 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:57, 13:20](1227 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:18, 07:14] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:55, 04:38](1094 MB) + +PASS -- COMPILE 'hafsw_intel' [20:20, 17:44] ( 6 warnings 10 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:33, 04:37](701 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:58, 05:08](1063 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:56, 06:30](755 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:10, 10:50](777 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:12, 11:43](791 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:25, 04:41](472 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:32, 05:44](484 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:13, 02:18](396 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:00, 06:14](458 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:17, 03:18](504 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:25, 03:06](506 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:24, 03:50](573 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:38, 01:14](429 MB) +PASS -- TEST 'gnv1_nested_intel' [08:28, 04:03](1702 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [11:13, 08:48] ( 1467 warnings 1469 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:28, 12:07](624 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [19:20, 17:28] ( 5 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:58, 06:54](624 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:44, 07:04](680 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [21:30, 18:49] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:50, 05:21](671 MB) + +PASS -- COMPILE 'hafs_all_intel' [18:19, 15:50] ( 5 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:40, 05:41](735 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:51, 05:45](724 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:31, 16:15](895 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:25, 08:26] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:27, 02:29](756 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:49, 01:33](758 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:37, 02:22](655 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:51, 02:24](644 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:47, 02:24](646 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:41, 02:29](767 MB) PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:42, 02:29](767 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:41, 02:21](651 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:53, 05:40](697 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:31, 05:38](679 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:41, 02:28](767 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:02, 03:53](2032 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:07, 03:54](2032 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:39, 02:21](647 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:50, 05:44](698 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:43, 05:43](680 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:37, 02:28](768 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:02, 03:54](2032 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:54, 03:54](1970 MB) -PASS -- COMPILE 'datm_cdeps_debug_intel' [08:18, 05:48] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:29, 05:15](755 MB) +PASS -- COMPILE 'datm_cdeps_debug_intel' [08:15, 05:50] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:41, 05:15](740 MB) -PASS -- COMPILE 'datm_cdeps_faster_intel' [10:19, 08:14] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:38, 02:28](769 MB) +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:24, 08:25] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:42, 02:29](768 MB) -PASS -- COMPILE 'datm_cdeps_land_intel' [04:12, 02:34] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:46, 01:10](309 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:44, 01:06](451 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [04:01, 00:44](452 MB) +PASS -- COMPILE 'datm_cdeps_land_intel' [04:30, 02:39] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:52, 01:11](309 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:49, 01:06](450 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:42, 00:43](451 MB) -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:20, 13:34] ( 5 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:26, 03:55](1917 MB) +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:38, 13:45] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:43, 03:59](1913 MB) -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:18, 12:36] ( 6 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [11:29, 08:06](1898 MB) +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:29, 12:35] ( 6 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [11:36, 08:02](1899 MB) -PASS -- COMPILE 'atml_intel' [16:28, 14:40] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:43, 07:22](1887 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:44, 07:10](1885 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [08:15, 05:05](1032 MB) +PASS -- COMPILE 'atml_intel' [17:28, 14:43] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:47, 07:09](1889 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [10:32, 07:05](1887 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:04, 03:56](1024 MB) -PASS -- COMPILE 'atml_debug_intel' [12:18, 10:36] ( 885 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:00, 06:21](1923 MB) +PASS -- COMPILE 'atml_debug_intel' [12:20, 10:31] ( 885 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:29, 06:17](1920 MB) -PASS -- COMPILE 'atmw_intel' [15:22, 13:33] ( 5 warnings 9 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:43, 02:13](1886 MB) +PASS -- COMPILE 'atmw_intel' [16:29, 13:39] ( 5 warnings 9 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:21, 02:16](1880 MB) -PASS -- COMPILE 'atmaero_intel' [15:21, 12:55] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:59, 04:04](3128 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:00, 04:18](3006 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:14, 04:22](3015 MB) +PASS -- COMPILE 'atmaero_intel' [15:21, 12:51] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:04, 04:13](3126 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:52, 04:18](3007 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:19, 04:25](3016 MB) -PASS -- COMPILE 'atmaq_debug_intel' [10:20, 08:07] ( 887 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [27:36, 22:04](4541 MB) +PASS -- COMPILE 'atmaq_debug_intel' [10:23, 07:56] ( 887 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [28:27, 21:58](4551 MB) -PASS -- COMPILE 'atm_fbh_intel' [13:18, 11:22] ( 8 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [10:42, 08:04](846 MB) +PASS -- COMPILE 'atm_fbh_intel' [13:28, 11:24] ( 8 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [10:46, 08:05](846 MB) SYNOPSIS: -Starting Date/Time: 20241210 12:23:44 -Ending Date/Time: 20241210 14:13:43 -Total Time: 01h:51m:02s +Starting Date/Time: 20241213 12:45:33 +Ending Date/Time: 20241213 14:37:48 +Total Time: 01h:53m:20s Compiles Completed: 42/42 Tests Completed: 186/186 diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index 9651e67956..c1de3958b8 100644 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,15 +1,15 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -7f91b3de985a4799ef7f11450059958002f6aa8c +19498cc1894245fe8afe365dd87dbe5d8862b35f 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) - 6c497bdfce0add89af9df9ad4be4a6a1bdf48494 CICE-interface/CICE (remotes/origin/restart_fh) + 51f8cd20c15fe39ef1168d59d5077812b6508544 CDEPS-interface/CDEPS (remotes/origin/sync_escomp_2024-10) + ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) - 3d3d28c120a1ad343f91e0e14dd38cd0cde6ae96 CMEPS-interface/CMEPS (remotes/origin/restart_fh) + 507ca48f4586fbeb7b0e23e5cfa9321bc3f02a1d CMEPS-interface/CMEPS (cmeps_v0.4.1-3103-g507ca48f) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) 1648e176fa869d0ca9ce9ea5822b3594afd8c353 FV3 (heads/develop) 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) @@ -23,11 +23,11 @@ Submodule hashes used in testing: 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) - e2f6c128f939faec4efa3ce88f3f9025804fb3ae MOM6-interface/MOM6 (remotes/origin/restart_fh) + 8cc8b70f0143e803efb842ed871f9be3062862a4 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10231-g8cc8b70f0) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) - bdf039138204122991cea42729ee44c17ae7dd49 WW3 (6.07.1-353-gbdf03913) + 29063ec7b631d3a967172e8c45c5af13a18e0a82 WW3 (6.07.1-350-g29063ec7) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -38,382 +38,307 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20241206 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1885391 +BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20241212 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1810864 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [48:15, 46:27] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [15:46, 12:54](3184 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:15, 20:53] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [17:32, 14:16](1901 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:24, 14:51](1938 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:18, 06:46](1074 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:12, 15:28](1876 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:14, 21:33] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [15:59, 13:43](1895 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [13:12, 11:14] ( 1525 warnings 1936 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [30:15, 27:07](1923 MB) - -PASS -- COMPILE 's2swa_intel' [47:15, 45:16] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [19:43, 16:15](3215 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [20:03, 16:14](3208 MB) -PASS -- TEST 'cpld_restart_p8_intel' [22:13, 12:09](3141 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [19:43, 16:37](3232 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [22:19, 13:43](3157 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [17:16, 14:10](3460 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [18:32, 15:53](3208 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [16:36, 13:35](3159 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [19:48, 16:15](3213 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [15:41, 10:22](3492 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [22:09, 11:35](3596 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [33:50, 21:20](4258 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [26:04, 12:14](4353 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [14:15, 09:55](3193 MB) - -PASS -- COMPILE 's2sw_intel' [16:15, 15:02] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [10:34, 07:41](1916 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [16:02, 12:47](1973 MB) - -PASS -- COMPILE 's2swa_debug_intel' [12:12, 10:27] ( 1415 warnings 1197 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [25:28, 22:46](3268 MB) - -PASS -- COMPILE 's2sw_debug_intel' [12:12, 10:34] ( 1415 warnings 1197 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:13, 09:39](1937 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [15:16, 14:04] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:37, 05:30](1974 MB) - -PASS -- COMPILE 's2s_intel' [15:16, 13:36] ( 6 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:11, 05:34](2877 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:15, 01:42](2880 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:10, 01:01](2295 MB) - -PASS -- COMPILE 's2swa_faster_intel' [19:11, 17:49] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [20:23, 15:57](3213 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:14, 19:37] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [27:33, 24:41](1914 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [25:11, 15:06](1106 MB) -FAILED: TEST TIMED OUT -- TEST 'cpld_mpi_pdlib_p8_intel' [, ]( MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [12:15, 10:27] ( 1525 warnings 1936 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:16, 30:45](1944 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:11, 14:20] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:27, 03:49](654 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [06:07, 03:23](1547 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:07, 03:28](1560 MB) -PASS -- TEST 'control_latlon_intel' [05:57, 03:10](1560 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:14, 03:22](1556 MB) -PASS -- TEST 'control_c48_intel' [12:08, 09:58](1569 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:52, 05:40](696 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [14:13, 11:13](1573 MB) -PASS -- TEST 'control_c192_intel' [13:52, 11:26](1688 MB) -PASS -- TEST 'control_c384_intel' [27:21, 24:01](1964 MB) -PASS -- TEST 'control_c384gdas_intel' [19:01, 14:47](1170 MB) -PASS -- TEST 'control_stochy_intel' [04:26, 02:06](612 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:30, 01:01](413 MB) -PASS -- TEST 'control_lndp_intel' [03:29, 01:52](609 MB) -PASS -- TEST 'control_iovr4_intel' [04:25, 02:39](608 MB) -PASS -- TEST 'control_iovr5_intel' [04:30, 02:40](609 MB) -PASS -- TEST 'control_p8_intel' [06:06, 04:00](1848 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:21, 03:26](1841 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:07, 03:59](1848 MB) -PASS -- TEST 'control_restart_p8_intel' [04:57, 02:06](999 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:58, 04:03](1842 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:54, 02:02](994 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:57, 03:58](1841 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:54, 03:25](1926 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:50, 06:17](1845 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:01, 04:13](1905 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:12, 03:23](1854 MB) -PASS -- TEST 'merra2_thompson_intel' [07:06, 03:44](1841 MB) -PASS -- TEST 'regional_control_intel' [06:47, 04:40](875 MB) -PASS -- TEST 'regional_restart_intel' [04:36, 02:53](858 MB) -PASS -- TEST 'regional_decomp_intel' [06:39, 04:55](877 MB) -PASS -- TEST 'regional_2threads_intel' [05:40, 03:05](1010 MB) -PASS -- TEST 'regional_noquilt_intel' [06:40, 04:37](1206 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:50, 04:47](876 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:41, 04:44](883 MB) -PASS -- TEST 'regional_wofs_intel' [09:41, 06:53](1574 MB) - -PASS -- COMPILE 'rrfs_intel' [13:11, 12:00] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [10:10, 06:51](989 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:18, 03:59](1170 MB) -PASS -- TEST 'rap_decomp_intel' [10:05, 07:14](994 MB) -PASS -- TEST 'rap_2threads_intel' [09:11, 06:13](1073 MB) -PASS -- TEST 'rap_restart_intel' [05:39, 03:52](869 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:10, 06:53](987 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:10, 07:01](989 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:51, 05:01](878 MB) -PASS -- TEST 'hrrr_control_intel' [07:02, 03:51](982 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:02, 03:57](987 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:10, 03:09](1061 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:30, 01:53](816 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:06, 06:46](988 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:48, 08:40](1945 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:48, 08:27](1934 MB) - -PASS -- COMPILE 'csawmg_intel' [12:12, 10:58] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [08:59, 06:39](933 MB) -PASS -- TEST 'control_ras_intel' [05:48, 03:22](642 MB) - -PASS -- COMPILE 'wam_intel' [13:11, 11:16] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [15:10, 11:52](1641 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:13, 11:33] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:57, 03:13](1841 MB) -PASS -- TEST 'regional_control_faster_intel' [06:43, 04:35](878 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [13:11, 11:38] ( 887 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:04, 02:49](1579 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:48, 02:51](1582 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:29, 03:09](781 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:27, 02:53](781 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:36, 04:16](1085 MB) -PASS -- TEST 'control_ras_debug_intel' [05:31, 02:54](788 MB) -PASS -- TEST 'control_diag_debug_intel' [05:49, 03:12](1644 MB) -PASS -- TEST 'control_debug_p8_intel' [04:50, 03:02](1869 MB) -PASS -- TEST 'regional_debug_intel' [18:42, 16:32](892 MB) -PASS -- TEST 'rap_control_debug_intel' [06:29, 05:02](1170 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:26, 04:59](1163 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:24, 05:07](1163 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:50, 05:09](1163 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:38, 05:04](1169 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:49, 05:19](1248 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:40, 05:15](1163 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:31, 05:11](1164 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:25, 05:10](1167 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:28, 05:13](1163 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:28, 05:04](1159 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:23, 05:21](1165 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:31, 08:12](1160 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:29, 04:58](1158 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:29, 05:05](1166 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:28, 05:08](1168 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:58, 08:23](1169 MB) - -PASS -- COMPILE 'wam_debug_intel' [09:11, 08:04] ( 842 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [16:37, 13:55](1661 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:12, 11:02] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:17, 03:50](1043 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:03, 05:59](867 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:04, 03:27](866 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:45, 05:23](927 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:55, 02:41](915 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:59, 03:33](867 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [11:25, 04:36](780 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:39, 01:51](753 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:15, 11:04] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:32, 02:00](1073 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:16, 01:11](1061 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:23, 01:26](948 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:13, 11:37] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:02, 04:34](894 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:11, 08:05] ( 790 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:22, 05:03](1045 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:27, 05:03](1044 MB) -PASS -- TEST 'conus13km_debug_intel' [18:40, 14:24](1125 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [20:55, 16:43](801 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [13:48, 10:04](1122 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:48, 14:41](1192 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:11, 07:36] ( 790 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:33, 05:03](1072 MB) - -PASS -- COMPILE 'hafsw_intel' [16:12, 14:40] ( 6 warnings 10 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:47, 05:20](716 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:31, 04:31](1080 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [14:58, 10:18](742 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:10, 12:51](774 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:37, 16:18](808 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [11:38, 06:15](468 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [14:27, 09:48](499 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [11:18, 02:46](397 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [23:45, 15:09](484 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [08:54, 05:26](508 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [10:38, 04:53](507 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [12:06, 07:58](587 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:18, 01:33](427 MB) -PASS -- TEST 'gnv1_nested_intel' [17:43, 08:10](1700 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [11:13, 09:33] ( 1467 warnings 1469 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [21:24, 18:27](612 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [15:15, 13:20] ( 5 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [15:14, 11:20](633 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [17:15, 12:59](812 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:14, 13:59] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [18:26, 09:34](810 MB) - -PASS -- COMPILE 'hafs_all_intel' [14:13, 13:00] ( 5 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [14:55, 07:57](738 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [15:13, 07:56](715 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [27:16, 20:28](891 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [12:11, 10:57] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [11:34, 07:34](751 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:08, 01:52](751 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:46, 03:25](642 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [06:30, 03:06](644 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [07:34, 03:02](643 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [07:33, 03:11](763 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [11:16, 07:42](763 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [11:16, 07:25](644 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [12:49, 07:58](693 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [13:49, 08:54](676 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [11:08, 07:26](763 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [13:10, 09:17](2031 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [13:05, 09:13](2035 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [08:11, 06:33] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [14:11, 09:57](747 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [13:13, 11:16] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [10:05, 06:58](751 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [08:14, 06:43] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [09:53, 02:22](314 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [09:32, 02:19](461 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:47, 00:55](460 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [04:11, 02:44] ( 12 warnings ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [08:00, 01:29](449 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [03:20, 00:29](253 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [29:16, 28:06] ( 5 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [11:27, 04:28](1917 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:14, 12:36] ( 6 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [15:18, 08:40](1907 MB) - -PASS -- COMPILE 'atml_intel' [14:11, 12:55] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [14:07, 07:28](1882 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [13:28, 07:34](1878 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:11, 03:56](1028 MB) - -PASS -- COMPILE 'atml_debug_intel' [10:12, 08:42] ( 885 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [12:06, 06:24](1911 MB) - -PASS -- COMPILE 'atmw_intel' [14:11, 12:57] ( 5 warnings 9 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [07:52, 02:51](1879 MB) - -PASS -- COMPILE 'atmaero_intel' [14:12, 12:18] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [11:22, 06:31](3098 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [11:13, 06:38](2983 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [11:08, 07:16](2995 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [11:15, 09:08] ( 887 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [23:10, 19:12](4442 MB) - -PASS -- COMPILE 'atm_fbh_intel' [13:14, 11:33] ( 8 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:59, 09:31](834 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [35:13, 33:41] -PASS -- TEST 'cpld_control_gfsv17_intelllvm' [18:47, 15:46](1907 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [42:13, 40:13] -PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [30:00, 27:30](1924 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intelllvm' [31:14, 29:26] -PASS -- TEST 'cpld_control_sfs_intelllvm' [16:47, 14:22](1892 MB) - -PASS -- COMPILE 's2swa_intelllvm' [32:12, 30:29] -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8_intelllvm' [, ]( MB) +PASS -- COMPILE 's2swa_32bit_intel' [16:12, 14:10] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [15:29, 11:27](3185 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:12, 18:16] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [16:50, 13:44](1897 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:48, 14:25](1938 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:49, 06:27](1073 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:51, 15:05](1877 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [20:12, 18:26] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [16:36, 13:30](1901 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:11, 06:57] ( 1525 warnings 1936 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [30:18, 27:56](1934 MB) + +PASS -- COMPILE 's2swa_intel' [16:12, 14:17] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [18:35, 14:49](3210 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [18:33, 14:50](3212 MB) +PASS -- TEST 'cpld_restart_p8_intel' [10:55, 08:42](3136 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [18:20, 14:49](3236 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [10:59, 08:33](3156 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [17:28, 13:11](3465 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [18:28, 14:46](3209 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [16:28, 12:09](3155 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [18:33, 14:52](3210 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:09, 09:43](3492 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:51, 06:36](3596 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [24:48, 19:05](4262 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:17, 11:48](4353 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:27, 08:46](3194 MB) + +PASS -- COMPILE 's2sw_intel' [15:12, 13:18] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [10:42, 07:06](1920 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [15:36, 12:10](1964 MB) + +PASS -- COMPILE 's2swa_debug_intel' [09:11, 07:48] ( 1415 warnings 1197 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [23:48, 21:28](3266 MB) + +PASS -- COMPILE 's2sw_debug_intel' [08:11, 06:57] ( 1415 warnings 1197 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:59, 09:02](1939 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [14:13, 12:49] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:28, 04:53](1975 MB) + +PASS -- COMPILE 's2s_intel' [13:12, 11:49] ( 6 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:30, 05:34](2869 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:46, 01:42](2872 MB) +PASS -- TEST 'cpld_restart_c48_intel' [05:51, 01:09](2295 MB) + +PASS -- COMPILE 's2swa_faster_intel' [16:12, 14:44] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [17:25, 14:55](3214 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [19:12, 17:50] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [25:48, 24:08](1912 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [14:51, 12:21](1100 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [30:49, 28:23](1891 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [11:13, 10:09] ( 1525 warnings 1936 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [32:51, 29:53](1942 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [14:11, 12:31] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:20, 03:37](654 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:44, 03:09](1551 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:26, 03:12](1566 MB) +PASS -- TEST 'control_latlon_intel' [05:26, 03:10](1559 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:34, 03:08](1558 MB) +PASS -- TEST 'control_c48_intel' [11:38, 10:00](1572 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:26, 05:41](696 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [11:36, 09:55](1573 MB) +PASS -- TEST 'control_c192_intel' [12:33, 11:01](1690 MB) +PASS -- TEST 'control_c384_intel' [25:51, 23:36](1970 MB) +PASS -- TEST 'control_c384gdas_intel' [17:19, 14:26](1170 MB) +PASS -- TEST 'control_stochy_intel' [03:19, 01:49](610 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:19, 01:00](419 MB) +PASS -- TEST 'control_lndp_intel' [03:21, 01:35](607 MB) +PASS -- TEST 'control_iovr4_intel' [04:31, 02:23](607 MB) +PASS -- TEST 'control_iovr5_intel' [04:25, 02:29](609 MB) +PASS -- TEST 'control_p8_intel' [05:50, 03:30](1853 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:58, 03:08](1845 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:50, 03:29](1845 MB) +PASS -- TEST 'control_restart_p8_intel' [03:46, 01:53](1002 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:51, 03:30](1842 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:46, 01:54](990 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:50, 03:33](1837 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:34, 03:10](1929 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:26, 06:07](1846 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:37, 03:58](1902 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:36, 03:03](1847 MB) +PASS -- TEST 'merra2_thompson_intel' [05:37, 03:18](1843 MB) +PASS -- TEST 'regional_control_intel' [06:25, 04:36](877 MB) +PASS -- TEST 'regional_restart_intel' [04:58, 02:34](861 MB) +PASS -- TEST 'regional_decomp_intel' [06:30, 04:51](878 MB) +PASS -- TEST 'regional_2threads_intel' [04:38, 03:01](1015 MB) +PASS -- TEST 'regional_noquilt_intel' [06:33, 04:44](1210 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:32, 04:38](880 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:27, 04:42](876 MB) +PASS -- TEST 'regional_wofs_intel' [09:24, 06:35](1571 MB) + +PASS -- COMPILE 'rrfs_intel' [13:12, 12:04] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:40, 06:44](989 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:52, 03:58](1169 MB) +PASS -- TEST 'rap_decomp_intel' [08:40, 07:01](991 MB) +PASS -- TEST 'rap_2threads_intel' [07:39, 06:03](1072 MB) +PASS -- TEST 'rap_restart_intel' [05:33, 03:26](874 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:40, 06:38](985 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:40, 06:51](988 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:00, 04:54](875 MB) +PASS -- TEST 'hrrr_control_intel' [05:35, 03:34](989 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:35, 03:41](981 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:34, 03:04](1067 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:28, 01:55](820 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:40, 06:37](987 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:24, 08:29](1949 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:23, 08:18](1932 MB) + +PASS -- COMPILE 'csawmg_intel' [12:12, 10:10] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [08:27, 06:30](944 MB) +PASS -- TEST 'control_ras_intel' [05:19, 03:20](644 MB) + +PASS -- COMPILE 'wam_intel' [12:14, 10:24] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:51, 11:38](1640 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [19:13, 17:12] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:01, 02:55](1841 MB) +PASS -- TEST 'regional_control_faster_intel' [06:36, 04:28](885 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [12:11, 10:10] ( 887 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:39, 02:28](1576 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:14, 02:23](1582 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:57, 03:06](782 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:32, 02:51](779 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:25, 04:18](1084 MB) +PASS -- TEST 'control_ras_debug_intel' [04:24, 02:46](787 MB) +PASS -- TEST 'control_diag_debug_intel' [04:34, 02:46](1638 MB) +PASS -- TEST 'control_debug_p8_intel' [04:29, 02:44](1876 MB) +PASS -- TEST 'regional_debug_intel' [18:28, 17:01](891 MB) +PASS -- TEST 'rap_control_debug_intel' [06:20, 05:02](1168 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:19, 04:53](1161 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:21, 05:07](1162 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:21, 05:20](1159 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:20, 05:33](1164 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:56, 05:31](1249 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:04, 05:02](1165 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:02, 05:01](1164 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:06, 04:56](1165 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:02, 04:58](1164 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:02, 04:51](1160 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:06, 04:55](1161 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:06, 08:01](1163 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:01, 04:57](1161 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:54, 04:58](1162 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:53, 05:02](1166 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:04, 08:26](1170 MB) + +PASS -- COMPILE 'wam_debug_intel' [08:11, 06:22] ( 842 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:50, 13:03](1661 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:12, 10:10] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:50, 03:46](1041 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:30, 05:43](868 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:32, 03:12](867 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:28, 05:15](922 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:28, 02:41](916 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:31, 03:19](867 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:27, 04:29](783 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:23, 01:43](755 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:11, 10:03] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:47, 01:58](1078 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:39, 01:04](1060 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:57, 01:14](949 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 09:37] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:29, 04:18](893 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:11, 05:56] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:18, 04:57](1043 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:18, 04:51](1042 MB) +PASS -- TEST 'conus13km_debug_intel' [15:47, 13:16](1126 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:01, 13:44](802 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:55, 07:55](1117 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:57, 13:33](1194 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:10, 06:01] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:21, 05:20](1071 MB) + +PASS -- COMPILE 'hafsw_intel' [13:11, 11:31] ( 6 warnings 10 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:06, 05:11](719 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:35, 04:25](1080 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:22, 07:31](742 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:08, 11:20](774 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:19, 12:42](804 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:50, 05:15](473 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:09, 06:35](500 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:40, 02:45](399 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:41, 07:30](497 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:40, 04:32](507 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:43, 03:51](506 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:44, 04:32](581 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:32, 01:31](426 MB) +PASS -- TEST 'gnv1_nested_intel' [07:03, 04:53](1697 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [08:11, 06:55] ( 1467 warnings 1469 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:46, 12:47](613 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [12:11, 11:04] ( 5 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:56, 07:31](632 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:58, 07:36](810 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:11, 12:00] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:43, 05:57](812 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:11, 10:53] ( 5 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:13, 06:08](734 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:04, 06:13](720 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [24:05, 21:12](891 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [12:11, 10:20] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:13, 02:41](752 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:17, 02:16](740 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:54, 02:28](643 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:49, 02:30](641 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:49, 02:31](640 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:48, 02:36](764 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:48, 02:35](763 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:35, 02:27](646 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:47, 06:04](695 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:43, 06:08](677 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:17, 02:36](764 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:19, 04:42](2030 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:18, 04:42](2031 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [07:11, 05:17] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:18, 05:25](747 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [11:11, 09:44] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:17, 02:37](764 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:31] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:36, 02:37](315 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:31, 01:56](463 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:32, 00:50](462 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:10, 01:42] ( 12 warnings ) +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [03:21, 00:33](450 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:40, 00:33](250 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:11, 12:21] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:56, 03:53](1909 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:11, 11:54] ( 6 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [11:05, 08:38](1895 MB) + +PASS -- COMPILE 'atml_intel' [13:11, 11:48] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:18, 06:44](1878 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [10:28, 06:55](1881 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:29, 03:40](1029 MB) + +PASS -- COMPILE 'atml_debug_intel' [08:15, 06:11] ( 885 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:08, 06:11](1908 MB) + +PASS -- COMPILE 'atmw_intel' [12:11, 11:01] ( 5 warnings 9 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:51, 02:09](1878 MB) + +PASS -- COMPILE 'atmaero_intel' [13:12, 11:31] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [10:08, 05:59](3099 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:54, 06:35](2988 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:49, 06:46](2994 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [09:10, 07:48] ( 887 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [21:12, 18:13](4447 MB) + +PASS -- COMPILE 'atm_fbh_intel' [12:11, 10:51] ( 8 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:29, 09:28](832 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [21:11, 19:56] +PASS -- TEST 'cpld_control_gfsv17_intelllvm' [15:51, 13:32](1899 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [11:11, 09:19] +PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [29:10, 27:09](1927 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intelllvm' [21:18, 19:15] +PASS -- TEST 'cpld_control_sfs_intelllvm' [15:34, 13:10](1897 MB) + +PASS -- COMPILE 's2swa_intelllvm' [16:11, 14:37] +PASS -- TEST 'cpld_control_p8_intelllvm' [18:08, 15:18](3215 MB) SYNOPSIS: -Starting Date/Time: 20241208 23:28:13 -Ending Date/Time: 20241209 01:49:48 -Total Time: 02h:22m:30s +Starting Date/Time: 20241213 14:40:18 +Ending Date/Time: 20241213 16:23:10 +Total Time: 01h:43m:50s Compiles Completed: 47/47 -Tests Completed: 191/193 -Failed Tests: -* TEST cpld_mpi_pdlib_p8_intel: FAILED: TEST TIMED OUT --- LOG: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1885391/cpld_mpi_pdlib_p8_intel/err -* TEST cpld_control_p8_intelllvm: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/reg-test/wm/2419/ufs-weather-model/tests/logs/log_gaea/run_cpld_control_p8_intelllvm.log - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF GAEA REGRESSION TESTING LOG==== -====START OF GAEA REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -7f91b3de985a4799ef7f11450059958002f6aa8c - -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) - 6c497bdfce0add89af9df9ad4be4a6a1bdf48494 CICE-interface/CICE (remotes/origin/restart_fh) - 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) - 3d3d28c120a1ad343f91e0e14dd38cd0cde6ae96 CMEPS-interface/CMEPS (remotes/origin/restart_fh) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 1648e176fa869d0ca9ce9ea5822b3594afd8c353 FV3 (heads/develop) - 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) - 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) - dab57fcce3f1abf16eb01f22469ea84279f67b19 FV3/ccpp/physics (EP4-1079-gdab57fcc) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - ce5f3b146861cf6c95e1c14c640ede1ed97e6eef FV3/upp (upp_v10.2.0-243-gce5f3b14) --179cae1dd84401cf25d250bd9102e66560a9d328 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) - e2f6c128f939faec4efa3ce88f3f9025804fb3ae MOM6-interface/MOM6 (remotes/origin/restart_fh) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) - bdf039138204122991cea42729ee44c17ae7dd49 WW3 (6.07.1-353-gbdf03913) - 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: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20241206 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1778618 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-b) - NEW BASELINES FROM FILE: test_changes.list -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2sw_pdlib_intel' [19:11, 17:16] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [26:57, 24:51](1920 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [31:48, 29:08](1887 MB) - -PASS -- COMPILE 's2swa_intelllvm' [15:11, 13:09] -PASS -- TEST 'cpld_control_p8_intelllvm' [18:06, 15:21](3212 MB) - -SYNOPSIS: -Starting Date/Time: 20241209 22:44:00 -Ending Date/Time: 20241210 00:03:18 -Total Time: 01h:19m:38s -Compiles Completed: 2/2 -Tests Completed: 3/3 +Tests Completed: 193/193 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 ec87e4b41b..f15a14c9f6 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,21 +1,21 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -7f91b3de985a4799ef7f11450059958002f6aa8c +19498cc1894245fe8afe365dd87dbe5d8862b35f Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) - 6c497bdfce0add89af9df9ad4be4a6a1bdf48494 CICE-interface/CICE (remotes/origin/restart_fh) - 3d3d28c120a1ad343f91e0e14dd38cd0cde6ae96 CMEPS-interface/CMEPS (remotes/origin/restart_fh) + 51f8cd20c15fe39ef1168d59d5077812b6508544 CDEPS-interface/CDEPS (remotes/origin/sync_escomp_2024-10) + ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) + 507ca48f4586fbeb7b0e23e5cfa9321bc3f02a1d CMEPS-interface/CMEPS (cmeps_v0.4.1-3103-g507ca48f) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) 1648e176fa869d0ca9ce9ea5822b3594afd8c353 FV3 (heads/develop) 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) - e2f6c128f939faec4efa3ce88f3f9025804fb3ae MOM6-interface/MOM6 (remotes/origin/restart_fh) + 8cc8b70f0143e803efb842ed871f9be3062862a4 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10231-g8cc8b70f0) 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) - bdf039138204122991cea42729ee44c17ae7dd49 WW3 (6.07.1-353-gbdf03913) + 29063ec7b631d3a967172e8c45c5af13a18e0a82 WW3 (6.07.1-350-g29063ec7) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -26,389 +26,389 @@ 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: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20241206 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_198625 +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20241212 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_1726892 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [15:13, 13:19] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:20, 11:32](3320 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:13, 15:58] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [22:08, 19:43](1975 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:25, 20:37](2159 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:15, 08:16](1271 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:05, 23:18](1870 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:13, 16:43] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [21:44, 19:17](1971 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:12, 06:30] ( 1520 warnings 1986 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [28:59, 26:36](1930 MB) - -PASS -- COMPILE 's2swa_intel' [15:13, 13:14] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [18:21, 15:26](3314 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:22, 13:54](3356 MB) -PASS -- TEST 'cpld_restart_p8_intel' [10:27, 07:22](3251 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [16:15, 13:54](3383 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [10:25, 07:20](3279 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [15:16, 13:09](3626 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [16:12, 14:02](3346 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [14:18, 11:32](3220 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:22, 13:57](3363 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [14:13, 10:19](3522 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [11:00, 06:24](3616 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [24:16, 15:56](4327 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [20:12, 09:08](4380 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:11, 07:17](3307 MB) - -PASS -- COMPILE 's2sw_intel' [14:12, 12:26] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [11:55, 09:09](2000 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:58, 10:58](2055 MB) - -PASS -- COMPILE 's2swa_debug_intel' [08:12, 06:31] ( 1410 warnings 1216 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [25:04, 22:34](3400 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:12, 05:58] ( 1410 warnings 1216 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:02, 09:48](2022 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:12, 11:37] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:01, 04:22](2028 MB) - -PASS -- COMPILE 's2s_intel' [13:13, 11:48] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:42, 07:51](3041 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:42, 02:25](3016 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:39, 01:25](2481 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:12, 16:53] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [16:19, 13:31](3346 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:13, 15:08] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [30:10, 28:02](2016 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [16:22, 13:57](1271 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [35:11, 33:07](1935 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:12, 05:36] ( 1520 warnings 1986 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [32:15, 29:53](1953 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:12, 10:45] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:24, 03:26](702 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:39, 03:12](1586 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:41, 03:15](1591 MB) -PASS -- TEST 'control_latlon_intel' [05:42, 03:14](1586 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:48, 03:14](1583 MB) -PASS -- TEST 'control_c48_intel' [13:46, 11:40](1714 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:28, 06:32](853 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [13:45, 11:38](1731 MB) -PASS -- TEST 'control_c192_intel' [13:55, 12:00](1751 MB) -PASS -- TEST 'control_c384_intel' [17:01, 13:33](1978 MB) -PASS -- TEST 'control_c384gdas_intel' [12:01, 08:04](1374 MB) -PASS -- TEST 'control_stochy_intel' [03:24, 01:44](659 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:28, 01:00](500 MB) -PASS -- TEST 'control_lndp_intel' [03:24, 01:33](656 MB) -PASS -- TEST 'control_iovr4_intel' [04:25, 02:29](656 MB) -PASS -- TEST 'control_iovr5_intel' [04:24, 02:31](651 MB) -PASS -- TEST 'control_p8_intel' [05:59, 03:41](1884 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:58, 03:09](1875 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:52, 03:36](1876 MB) -PASS -- TEST 'control_restart_p8_intel' [03:49, 02:04](1131 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:48, 03:37](1880 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:54, 02:04](1156 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:44, 03:47](1863 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:49, 03:32](1955 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:43, 06:37](1875 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:57, 04:12](1958 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:55, 03:09](1896 MB) -PASS -- TEST 'merra2_thompson_intel' [05:50, 03:24](1895 MB) -PASS -- TEST 'regional_control_intel' [07:38, 05:23](1123 MB) -PASS -- TEST 'regional_restart_intel' [04:40, 02:57](1101 MB) -PASS -- TEST 'regional_decomp_intel' [07:35, 05:40](1107 MB) -PASS -- TEST 'regional_2threads_intel' [05:37, 03:26](1113 MB) -PASS -- TEST 'regional_noquilt_intel' [07:42, 05:20](1420 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:40, 05:41](1127 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:36, 05:24](1122 MB) -PASS -- TEST 'regional_wofs_intel' [09:40, 07:08](1902 MB) - -PASS -- COMPILE 'rrfs_intel' [12:12, 10:28] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [09:45, 07:50](1110 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:06, 04:05](1269 MB) -PASS -- TEST 'rap_decomp_intel' [10:39, 08:10](1033 MB) -PASS -- TEST 'rap_2threads_intel' [09:37, 07:26](1187 MB) -PASS -- TEST 'rap_restart_intel' [06:48, 04:21](1101 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:42, 08:14](1106 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:39, 08:12](1042 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:46, 05:55](1132 MB) -PASS -- TEST 'hrrr_control_intel' [05:42, 04:02](1042 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:36, 04:08](1028 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:35, 03:45](1100 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:31, 02:10](996 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:47, 07:41](1099 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:28, 09:26](1988 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:28, 09:07](2058 MB) - -PASS -- COMPILE 'csawmg_intel' [11:12, 09:56] -PASS -- TEST 'control_csawmg_intel' [08:37, 06:12](1018 MB) -PASS -- TEST 'control_ras_intel' [05:23, 03:18](738 MB) - -PASS -- COMPILE 'wam_intel' [11:12, 10:01] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:52, 11:15](1666 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [12:11, 10:18] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:54, 02:56](1851 MB) -PASS -- TEST 'regional_control_faster_intel' [06:41, 04:59](1116 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:11, 07:38] ( 882 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:48, 02:15](1609 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:51, 02:13](1613 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:25, 03:06](831 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:25, 02:52](828 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:43, 04:20](1139 MB) -PASS -- TEST 'control_ras_debug_intel' [04:25, 02:56](834 MB) -PASS -- TEST 'control_diag_debug_intel' [04:52, 02:45](1687 MB) -PASS -- TEST 'control_debug_p8_intel' [04:48, 02:39](1904 MB) -PASS -- TEST 'regional_debug_intel' [19:42, 17:36](1087 MB) -PASS -- TEST 'rap_control_debug_intel' [06:26, 05:06](1210 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:27, 05:00](1205 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:26, 05:02](1209 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:28, 05:08](1217 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:27, 04:59](1210 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:36, 05:25](1296 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:25, 05:18](1214 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:24, 05:19](1212 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:24, 05:06](1211 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:25, 05:04](1217 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:25, 04:59](1216 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:23, 04:52](1214 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:23, 08:11](1215 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:23, 05:03](1216 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:26, 05:04](1215 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:23, 04:59](1209 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:42, 08:49](1221 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [06:11, 04:26] -PASS -- TEST 'control_csawmg_debug_gnu' [04:38, 02:25](714 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:11, 04:50] ( 837 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:50, 13:35](1687 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 09:50] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:02, 03:54](1139 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:44, 06:33](1057 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:41, 03:31](988 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:38, 06:14](1101 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:36, 03:14](951 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:32, 03:38](932 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:54, 04:57](1031 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:32, 01:52](922 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:11, 10:04] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:56, 02:01](1186 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:41, 00:51](1106 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:48, 01:12](1096 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:12, 10:09] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:41, 04:15](983 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 04:42] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:24, 05:11](1094 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:25, 05:03](1096 MB) -PASS -- TEST 'conus13km_debug_intel' [16:51, 14:32](1239 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:55, 14:03](931 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:46, 07:52](1166 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:47, 14:04](1313 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 04:52] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:27, 05:17](1136 MB) - -PASS -- COMPILE 'hafsw_intel' [14:12, 12:09] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:22, 05:12](721 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:34, 06:10](1107 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:25, 07:01](816 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [17:27, 14:44](852 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [21:32, 18:44](872 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:02, 05:30](490 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:23, 06:51](507 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:45, 02:47](369 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:33, 07:17](472 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:48, 03:45](518 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:49, 03:37](516 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:53, 04:11](584 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:30, 01:16](397 MB) -PASS -- TEST 'gnv1_nested_intel' [07:35, 04:19](1729 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [07:12, 05:11] ( 1462 warnings 1489 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:56, 13:09](573 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [13:12, 11:35] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [13:10, 10:17](659 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [13:14, 10:19](733 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:11, 11:41] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:33, 08:16](712 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:11, 10:40] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:29, 06:33](816 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:17, 06:35](794 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:54, 16:46](1220 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:11, 06:39] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:19, 02:53](1141 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:23, 01:40](1111 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:18, 02:36](1027 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:18, 02:45](1030 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:18, 02:41](1022 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:18, 02:47](1163 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:18, 02:44](1163 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:18, 02:42](1032 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:23, 06:33](1067 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:16, 06:23](1049 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:19, 02:49](1154 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:20, 04:20](2439 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:20, 03:59](2523 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 03:17] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:19, 06:22](1086 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:12, 06:43] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:20, 02:47](1154 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 00:58] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:30, 00:44](256 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:25, 00:49](328 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:28, 00:31](320 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:11, 01:20] -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:34, 00:30](570 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:37, 00:17](452 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:12, 10:40] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:04, 03:43](1996 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:12, 10:32] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [09:56, 08:03](1984 MB) - -PASS -- COMPILE 'atml_intel' [12:11, 10:56] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:57, 04:20](1873 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:55, 04:20](1857 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:47, 02:23](1096 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:12, 05:27] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:55, 05:44](1900 MB) - -PASS -- COMPILE 'atmw_intel' [13:12, 11:13] ( 9 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:56, 01:56](1914 MB) - -PASS -- COMPILE 'atmaero_intel' [12:13, 10:36] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:00, 04:36](3172 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:02, 04:53](3099 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:47, 04:57](3106 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [06:12, 04:54] ( 882 warnings 6 remarks ) - -PASS -- COMPILE 'atm_fbh_intel' [11:12, 09:49] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [13:29, 11:35](1130 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [08:12, 06:40] -PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [10:39, 08:29](1052 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [08:11, 06:50] -PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [06:37, 04:56](980 MB) - -PASS -- COMPILE 'atm_gnu' [06:12, 04:29] -PASS -- TEST 'control_c48_gnu' [11:37, 09:33](1510 MB) -PASS -- TEST 'control_stochy_gnu' [05:21, 03:30](496 MB) -PASS -- TEST 'control_ras_gnu' [06:21, 04:55](503 MB) -PASS -- TEST 'control_p8_gnu' [07:53, 05:15](1458 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [07:49, 05:12](1446 MB) -PASS -- TEST 'control_flake_gnu' [12:24, 10:44](543 MB) - -PASS -- COMPILE 'rrfs_gnu' [06:12, 04:25] -PASS -- TEST 'rap_control_gnu' [13:37, 11:28](809 MB) -PASS -- TEST 'rap_decomp_gnu' [13:30, 11:35](804 MB) -PASS -- TEST 'rap_2threads_gnu' [12:34, 10:25](916 MB) -PASS -- TEST 'rap_restart_gnu' [07:41, 05:47](572 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [13:39, 11:30](835 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [13:35, 11:44](847 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [10:44, 08:30](576 MB) -PASS -- TEST 'hrrr_control_gnu' [07:40, 05:54](804 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [07:35, 05:59](825 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [07:33, 05:21](905 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [07:30, 05:54](837 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:29, 03:02](559 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:28, 03:01](648 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [13:44, 11:10](802 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:12, 03:56] -PASS -- TEST 'control_csawmg_gnu' [10:36, 08:35](737 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 06:33] -PASS -- TEST 'control_diag_debug_gnu' [03:43, 01:36](1267 MB) -PASS -- TEST 'regional_debug_gnu' [13:38, 11:34](737 MB) -PASS -- TEST 'rap_control_debug_gnu' [04:24, 02:37](809 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [04:23, 02:32](808 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [04:23, 02:39](814 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [04:22, 02:40](817 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:33, 02:53](901 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:22, 04:05](813 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:23, 02:39](814 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [04:24, 02:42](807 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:22, 01:36](450 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:21, 01:48](443 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:42, 01:36](1436 MB) -PASS -- TEST 'rap_flake_debug_gnu' [04:24, 02:36](817 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:26, 02:37](819 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:39, 04:23](820 MB) - -PASS -- COMPILE 'wam_debug_gnu' [04:11, 02:21] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 04:05] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [11:33, 09:47](701 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:35, 05:09](695 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [10:37, 09:01](741 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:29, 04:44](737 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [07:30, 05:17](690 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [09:36, 07:17](554 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:29, 02:51](530 MB) -PASS -- TEST 'conus13km_control_gnu' [05:53, 03:13](865 MB) -PASS -- TEST 'conus13km_2threads_gnu' [07:47, 06:02](866 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:45, 01:52](550 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 09:39] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:39, 05:52](723 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 06:31] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:24, 02:34](711 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:23, 02:33](709 MB) -PASS -- TEST 'conus13km_debug_gnu' [08:53, 06:49](880 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [08:44, 06:52](572 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [09:41, 07:48](885 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:42, 06:52](950 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 06:30] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:23, 02:39](728 MB) - -PASS -- COMPILE 's2swa_gnu' [18:12, 16:32] - -PASS -- COMPILE 's2s_gnu' [17:12, 16:00] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [22:08, 19:28](1506 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [05:11, 03:08] - -PASS -- COMPILE 's2sw_pdlib_gnu' [17:12, 15:48] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [37:13, 34:19](1453 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 02:55] - -PASS -- COMPILE 'datm_cdeps_gnu' [17:12, 15:21] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:18, 03:01](698 MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:11, 13:02] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:18, 11:45](3318 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:12, 15:54] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [25:09, 19:51](1966 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [24:30, 20:50](2172 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:27, 08:19](1273 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [29:05, 23:07](1871 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:12, 15:53] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [24:49, 19:36](1955 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:11, 05:55] ( 1520 warnings 1986 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [28:57, 26:28](1922 MB) + +PASS -- COMPILE 's2swa_intel' [14:11, 13:02] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [19:24, 15:28](3358 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [18:32, 14:11](3354 MB) +PASS -- TEST 'cpld_restart_p8_intel' [10:29, 07:30](3253 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [18:16, 14:23](3346 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [10:32, 07:32](3278 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [17:06, 13:30](3638 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [17:06, 14:15](3340 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [15:20, 11:34](3225 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [18:23, 14:10](3362 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [19:27, 10:35](3522 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [11:05, 07:01](3615 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [29:30, 16:33](4289 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [22:59, 09:33](4381 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [11:11, 07:22](3301 MB) + +PASS -- COMPILE 's2sw_intel' [14:12, 12:20] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [13:10, 09:18](1989 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [15:20, 11:12](2062 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:12, 05:52] ( 1410 warnings 1216 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [25:05, 22:53](3394 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:12, 05:51] ( 1410 warnings 1216 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [11:55, 10:05](2010 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [13:12, 11:28] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:02, 04:26](2021 MB) + +PASS -- COMPILE 's2s_intel' [13:11, 11:48] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:44, 07:52](3039 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:44, 02:25](3044 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:42, 01:25](2479 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:12, 16:41] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [16:19, 13:45](3329 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:12, 15:04] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [30:12, 28:09](2019 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [16:23, 14:08](1256 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [36:13, 33:15](1923 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:13, 05:55] ( 1520 warnings 1986 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [33:10, 30:14](1925 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:13, 11:15] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:24, 03:21](699 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:41, 03:15](1593 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:45, 03:18](1593 MB) +PASS -- TEST 'control_latlon_intel' [05:38, 03:12](1581 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:45, 03:17](1583 MB) +PASS -- TEST 'control_c48_intel' [13:43, 11:34](1715 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:27, 06:32](858 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [13:41, 11:36](1721 MB) +PASS -- TEST 'control_c192_intel' [13:57, 12:03](1766 MB) +PASS -- TEST 'control_c384_intel' [18:01, 14:10](1996 MB) +PASS -- TEST 'control_c384gdas_intel' [12:58, 08:10](1376 MB) +PASS -- TEST 'control_stochy_intel' [03:22, 01:38](653 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:32, 00:59](504 MB) +PASS -- TEST 'control_lndp_intel' [03:23, 01:33](658 MB) +PASS -- TEST 'control_iovr4_intel' [04:25, 02:29](646 MB) +PASS -- TEST 'control_iovr5_intel' [04:25, 02:30](648 MB) +PASS -- TEST 'control_p8_intel' [05:56, 03:43](1865 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:00, 03:05](1890 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:51, 03:39](1876 MB) +PASS -- TEST 'control_restart_p8_intel' [03:49, 02:07](1130 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:51, 03:39](1872 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:58, 02:06](1156 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:52, 03:45](1866 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:49, 03:30](1952 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:43, 06:38](1876 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:53, 04:12](1950 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:56, 03:08](1897 MB) +PASS -- TEST 'merra2_thompson_intel' [05:49, 03:26](1896 MB) +PASS -- TEST 'regional_control_intel' [07:36, 05:29](1115 MB) +PASS -- TEST 'regional_restart_intel' [05:41, 02:58](1102 MB) +PASS -- TEST 'regional_decomp_intel' [07:33, 05:45](1121 MB) +PASS -- TEST 'regional_2threads_intel' [05:35, 03:35](1117 MB) +PASS -- TEST 'regional_noquilt_intel' [07:42, 05:19](1425 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:40, 05:26](1119 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:36, 05:28](1126 MB) +PASS -- TEST 'regional_wofs_intel' [08:36, 07:02](1895 MB) + +PASS -- COMPILE 'rrfs_intel' [12:11, 10:12] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:41, 07:53](1113 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:08, 04:18](1263 MB) +PASS -- TEST 'rap_decomp_intel' [10:37, 08:15](1036 MB) +PASS -- TEST 'rap_2threads_intel' [09:37, 07:24](1185 MB) +PASS -- TEST 'rap_restart_intel' [05:47, 04:05](1100 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:40, 08:05](1107 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:35, 08:14](1041 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:48, 05:56](1126 MB) +PASS -- TEST 'hrrr_control_intel' [06:42, 04:01](1044 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:40, 04:09](1031 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:36, 03:43](1094 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:32, 02:10](997 MB) +PASS -- TEST 'rrfs_v1beta_intel' [10:54, 07:49](1098 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [12:32, 09:32](1986 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:29, 09:15](2061 MB) + +PASS -- COMPILE 'csawmg_intel' [11:15, 10:07] +PASS -- TEST 'control_csawmg_intel' [10:38, 06:23](1020 MB) +PASS -- TEST 'control_ras_intel' [07:24, 03:20](755 MB) + +PASS -- COMPILE 'wam_intel' [11:12, 10:07] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [15:50, 11:28](1660 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [12:11, 10:07] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:56, 02:48](1889 MB) +PASS -- TEST 'regional_control_faster_intel' [08:39, 04:58](1118 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:13, 07:32] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:47, 02:18](1614 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:52, 02:18](1608 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:27, 03:09](827 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:25, 02:45](830 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:41, 04:27](1135 MB) +PASS -- TEST 'control_ras_debug_intel' [04:25, 02:50](837 MB) +PASS -- TEST 'control_diag_debug_intel' [05:55, 02:55](1692 MB) +PASS -- TEST 'control_debug_p8_intel' [05:48, 02:45](1907 MB) +PASS -- TEST 'regional_debug_intel' [19:37, 17:49](1102 MB) +PASS -- TEST 'rap_control_debug_intel' [08:25, 05:00](1215 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:24, 05:11](1212 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:27, 05:00](1209 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:23, 05:08](1218 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:23, 05:04](1206 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:38, 05:23](1294 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:24, 05:16](1222 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:25, 05:07](1219 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:24, 05:05](1219 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:26, 04:59](1215 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:26, 05:01](1213 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:26, 05:02](1214 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:21, 08:17](1207 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:27, 04:55](1218 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:25, 05:03](1219 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:22, 05:11](1216 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:45, 08:54](1217 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [06:11, 04:29] +PASS -- TEST 'control_csawmg_debug_gnu' [04:41, 02:27](730 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:11, 04:40] ( 837 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:54, 13:52](1684 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 09:59] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:03, 03:56](1137 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:43, 06:33](1057 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:36, 03:27](997 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:41, 06:17](1098 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:33, 03:13](954 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:34, 03:40](934 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:45, 04:59](1037 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:27, 01:52](931 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:11, 10:02] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:56, 02:03](1192 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:46, 00:54](1108 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:44, 01:11](1095 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 10:06] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:43, 04:16](985 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 04:44] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:22, 04:58](1097 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:22, 05:04](1092 MB) +PASS -- TEST 'conus13km_debug_intel' [15:55, 13:55](1230 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:45, 14:30](922 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:42, 08:08](1160 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:50, 14:12](1309 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 04:42] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:26, 05:13](1133 MB) + +PASS -- COMPILE 'hafsw_intel' [13:12, 11:36] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:33, 05:32](720 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [11:40, 07:32](1111 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:41, 07:41](808 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [18:25, 14:58](838 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [21:40, 18:46](880 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:03, 05:43](495 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:31, 07:11](504 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:00, 02:54](366 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:54, 07:40](477 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:47, 04:03](518 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:00, 04:10](517 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:55, 04:28](577 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:27, 01:14](399 MB) +PASS -- TEST 'gnv1_nested_intel' [07:36, 04:07](1724 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [07:11, 05:06] ( 1462 warnings 1489 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:00, 13:32](587 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [13:11, 11:20] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [13:07, 10:25](656 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:17, 10:38](732 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:12, 11:43] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:38, 08:14](673 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:11, 10:58] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:19, 06:59](824 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:17, 07:04](806 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:59, 16:30](1230 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:12, 06:39] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:21, 02:44](1156 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:22, 01:42](1109 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:19, 02:43](1029 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:19, 02:45](1034 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:18, 02:41](1045 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:19, 02:44](1159 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:21, 02:45](1151 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:19, 02:36](1026 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:27, 06:25](1086 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:26, 06:29](1047 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:17, 02:52](1152 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:19, 04:04](2468 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:24, 03:59](2452 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 03:30] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:23, 06:31](1079 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 06:32] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:22, 02:48](1161 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:10] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:31, 00:44](259 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:26, 00:49](324 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:27, 00:31](325 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:11, 01:21] +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:33, 00:31](565 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:33, 00:16](461 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:11, 10:54] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:02, 03:44](1979 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:12, 10:19] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [09:55, 08:01](2007 MB) + +PASS -- COMPILE 'atml_intel' [12:12, 10:57] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:14, 04:26](1836 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [07:02, 04:19](1867 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:48, 02:21](1100 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:12, 05:55] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:01, 05:53](1882 MB) + +PASS -- COMPILE 'atmw_intel' [12:12, 10:58] ( 9 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:49, 01:57](1918 MB) + +PASS -- COMPILE 'atmaero_intel' [12:11, 10:35] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:01, 04:09](3191 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:55, 04:59](3098 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:51, 05:04](3103 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:11, 04:44] ( 882 warnings 6 remarks ) + +PASS -- COMPILE 'atm_fbh_intel' [11:12, 09:54] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [13:31, 11:50](1124 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [08:11, 06:41] +PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [10:41, 08:25](1051 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [08:12, 06:48] +PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [06:41, 04:56](983 MB) + +PASS -- COMPILE 'atm_gnu' [06:11, 04:27] +PASS -- TEST 'control_c48_gnu' [11:46, 09:39](1509 MB) +PASS -- TEST 'control_stochy_gnu' [05:25, 03:30](500 MB) +PASS -- TEST 'control_ras_gnu' [06:22, 04:56](503 MB) +PASS -- TEST 'control_p8_gnu' [07:53, 05:19](1447 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [07:47, 05:15](1447 MB) +PASS -- TEST 'control_flake_gnu' [12:25, 10:39](537 MB) + +PASS -- COMPILE 'rrfs_gnu' [06:12, 04:16] +PASS -- TEST 'rap_control_gnu' [13:37, 11:31](807 MB) +PASS -- TEST 'rap_decomp_gnu' [13:33, 11:43](807 MB) +PASS -- TEST 'rap_2threads_gnu' [12:42, 10:32](917 MB) +PASS -- TEST 'rap_restart_gnu' [07:46, 05:56](573 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [13:42, 11:27](806 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [13:32, 11:44](839 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [10:45, 08:27](577 MB) +PASS -- TEST 'hrrr_control_gnu' [07:49, 05:55](801 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [07:42, 05:59](826 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [07:45, 05:21](902 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [07:39, 05:59](839 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [05:45, 03:13](558 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [05:33, 03:09](651 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [13:50, 11:11](805 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:12, 03:54] +PASS -- TEST 'control_csawmg_gnu' [10:42, 08:35](734 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:12, 06:37] +PASS -- TEST 'control_diag_debug_gnu' [03:48, 01:41](1268 MB) +PASS -- TEST 'regional_debug_gnu' [13:37, 11:41](743 MB) +PASS -- TEST 'rap_control_debug_gnu' [04:27, 02:38](822 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:27, 02:40](823 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:25, 02:40](818 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [04:27, 02:35](817 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:55, 02:50](909 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [06:23, 04:08](819 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [05:29, 02:38](819 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [05:27, 02:39](816 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:24, 01:35](456 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:24, 01:45](448 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:42, 01:42](1432 MB) +PASS -- TEST 'rap_flake_debug_gnu' [04:23, 02:46](816 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:28, 02:47](821 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:42, 04:35](827 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:12, 02:25] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:12, 04:06] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [11:39, 09:52](697 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [07:38, 05:22](694 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [11:36, 09:12](742 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [07:34, 04:52](738 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [07:33, 05:23](692 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [09:35, 07:18](551 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:30, 02:44](530 MB) +PASS -- TEST 'conus13km_control_gnu' [06:03, 03:24](874 MB) +PASS -- TEST 'conus13km_2threads_gnu' [07:43, 05:45](869 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:45, 01:56](549 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:12, 09:47] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [08:48, 06:14](723 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:12, 06:35] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:29, 02:47](708 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:29, 02:38](707 MB) +PASS -- TEST 'conus13km_debug_gnu' [08:55, 07:04](880 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [08:51, 07:07](567 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [09:45, 07:42](882 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:43, 06:54](947 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:13, 06:38] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:23, 02:40](727 MB) + +PASS -- COMPILE 's2swa_gnu' [18:12, 16:29] + +PASS -- COMPILE 's2s_gnu' [17:13, 15:49] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [21:10, 18:56](1507 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [05:12, 03:08] + +PASS -- COMPILE 's2sw_pdlib_gnu' [17:11, 15:51] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [34:44, 31:31](1443 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 03:03] + +PASS -- COMPILE 'datm_cdeps_gnu' [17:12, 15:23] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:20, 03:07](697 MB) SYNOPSIS: -Starting Date/Time: 20241209 03:11:58 -Ending Date/Time: 20241209 06:06:55 -Total Time: 02h:55m:12s +Starting Date/Time: 20241213 19:39:36 +Ending Date/Time: 20241213 22:33:23 +Total Time: 02h:54m:07s Compiles Completed: 61/61 Tests Completed: 249/249 diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 71d678769d..5f63170f1e 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,15 +1,15 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -7f91b3de985a4799ef7f11450059958002f6aa8c +19498cc1894245fe8afe365dd87dbe5d8862b35f 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) - 6c497bdfce0add89af9df9ad4be4a6a1bdf48494 CICE-interface/CICE (remotes/origin/restart_fh) + 51f8cd20c15fe39ef1168d59d5077812b6508544 CDEPS-interface/CDEPS (remotes/origin/sync_escomp_2024-10) + ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) - 3d3d28c120a1ad343f91e0e14dd38cd0cde6ae96 CMEPS-interface/CMEPS (remotes/origin/restart_fh) + 507ca48f4586fbeb7b0e23e5cfa9321bc3f02a1d CMEPS-interface/CMEPS (cmeps_v0.4.1-3103-g507ca48f) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) 1648e176fa869d0ca9ce9ea5822b3594afd8c353 FV3 (heads/develop) 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) @@ -23,11 +23,11 @@ Submodule hashes used in testing: 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) - e2f6c128f939faec4efa3ce88f3f9025804fb3ae MOM6-interface/MOM6 (remotes/origin/restart_fh) + 8cc8b70f0143e803efb842ed871f9be3062862a4 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10231-g8cc8b70f0) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) - bdf039138204122991cea42729ee44c17ae7dd49 WW3 (6.07.1-353-gbdf03913) + 29063ec7b631d3a967172e8c45c5af13a18e0a82 WW3 (6.07.1-350-g29063ec7) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -38,386 +38,386 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20241206 -COMPARISON DIRECTORY: /work2/noaa/epic/nandoam/stmp/hercules/nandoam/FV3_RT/rt_2040785 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20241212 +COMPARISON DIRECTORY: /work2/noaa/epic/nandoam/stmp/hercules/nandoam/FV3_RT/rt_2796377 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:10, 11:17] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [21:00, 15:03](2133 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:10, 16:41] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [20:06, 17:10](1999 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:27, 18:10](2292 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:18, 07:07](1358 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:57, 18:25](1910 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [21:10, 19:15] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:37, 16:47](1984 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:10, 06:03] ( 1520 warnings 1988 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [28:09, 25:06](1970 MB) - -PASS -- COMPILE 's2swa_intel' [14:10, 12:15] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [21:02, 16:21](2203 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [20:04, 15:29](2197 MB) -PASS -- TEST 'cpld_restart_p8_intel' [10:03, 07:34](1969 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [20:54, 15:28](2216 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [10:11, 07:46](1730 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [23:01, 17:31](2571 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [20:01, 15:17](2188 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [14:59, 12:52](2095 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [20:03, 15:32](2203 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [21:33, 16:54](2988 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:01, 06:07](2903 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [26:09, 18:15](3851 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [18:49, 10:17](3680 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [12:57, 07:50](2101 MB) - -PASS -- COMPILE 's2sw_intel' [13:10, 11:50] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [17:52, 15:04](2011 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [16:58, 11:07](2114 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:10, 06:04] ( 1410 warnings 1218 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [23:00, 19:59](2228 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:10, 05:36] ( 1410 warnings 1218 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [11:53, 08:57](2036 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:10, 11:13] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [10:54, 05:45](2070 MB) - -PASS -- COMPILE 's2s_intel' [13:10, 11:20] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [12:39, 07:16](3041 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [08:38, 03:26](3019 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:38, 01:08](2466 MB) - -PASS -- COMPILE 's2swa_faster_intel' [14:10, 11:38] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [16:01, 13:39](2208 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:10, 15:37] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [27:55, 25:00](2066 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [14:03, 11:26](1397 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [27:51, 25:56](1982 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:10, 05:16] ( 1520 warnings 1988 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [32:50, 28:45](2006 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [10:10, 08:57] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:19, 03:00](712 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:28, 02:54](1581 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:32, 03:00](1607 MB) -PASS -- TEST 'control_latlon_intel' [05:26, 02:47](1596 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:33, 02:51](1589 MB) -PASS -- TEST 'control_c48_intel' [13:32, 10:17](1702 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:22, 05:54](837 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [12:29, 10:26](1693 MB) -PASS -- TEST 'control_c192_intel' [12:39, 10:20](1756 MB) -PASS -- TEST 'control_c384_intel' [15:14, 12:10](2018 MB) -PASS -- TEST 'control_c384gdas_intel' [10:50, 07:19](1488 MB) -PASS -- TEST 'control_stochy_intel' [03:19, 01:31](655 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:26, 00:54](531 MB) -PASS -- TEST 'control_lndp_intel' [03:17, 01:27](666 MB) -PASS -- TEST 'control_iovr4_intel' [04:18, 02:11](662 MB) -PASS -- TEST 'control_iovr5_intel' [04:18, 02:10](664 MB) -PASS -- TEST 'control_p8_intel' [05:49, 03:22](1881 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:50, 03:28](1888 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:47, 04:07](1872 MB) -PASS -- TEST 'control_restart_p8_intel' [03:38, 01:47](1168 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:41, 04:21](1879 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:52, 01:48](1217 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:38, 03:44](1880 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:43, 03:04](1961 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:27, 05:39](1879 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:48, 03:40](1963 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:51, 02:44](1903 MB) -PASS -- TEST 'merra2_thompson_intel' [04:57, 03:01](1901 MB) -PASS -- TEST 'regional_control_intel' [06:26, 04:38](1227 MB) -PASS -- TEST 'regional_restart_intel' [04:27, 02:40](1178 MB) -PASS -- TEST 'regional_decomp_intel' [06:25, 04:55](1212 MB) -PASS -- TEST 'regional_2threads_intel' [04:23, 03:02](1200 MB) -PASS -- TEST 'regional_noquilt_intel' [06:28, 04:37](1551 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:28, 04:42](1225 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:23, 04:36](1222 MB) -PASS -- TEST 'regional_wofs_intel' [07:24, 06:03](2079 MB) - -PASS -- COMPILE 'rrfs_intel' [10:10, 08:48] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:46, 06:39](1188 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:47, 03:30](1416 MB) -PASS -- TEST 'rap_decomp_intel' [08:38, 06:57](1146 MB) -PASS -- TEST 'rap_2threads_intel' [08:36, 06:20](1381 MB) -PASS -- TEST 'rap_restart_intel' [05:40, 03:33](1141 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:45, 06:38](1235 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:33, 07:08](1170 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:51, 04:59](1189 MB) -PASS -- TEST 'hrrr_control_intel' [05:40, 03:26](1083 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:36, 03:39](1044 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:34, 03:15](1106 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:34, 01:59](1018 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:53, 06:40](1203 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:20, 09:22](2004 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:20, 09:03](2175 MB) - -PASS -- COMPILE 'csawmg_intel' [10:10, 08:28] -PASS -- TEST 'control_csawmg_intel' [07:25, 05:33](1049 MB) -PASS -- TEST 'control_ras_intel' [04:17, 02:52](837 MB) - -PASS -- COMPILE 'wam_intel' [10:10, 08:47] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [11:35, 09:54](1659 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:10, 08:27] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:55, 03:25](1888 MB) -PASS -- TEST 'regional_control_faster_intel' [06:26, 04:19](1226 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [10:10, 07:14] ( 882 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:30, 01:57](1613 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:32, 01:57](1626 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:17, 02:42](829 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:17, 02:31](837 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:27, 04:31](1145 MB) -PASS -- TEST 'control_ras_debug_intel' [04:17, 02:32](842 MB) -PASS -- TEST 'control_diag_debug_intel' [04:32, 02:32](1700 MB) -PASS -- TEST 'control_debug_p8_intel' [04:31, 02:41](1908 MB) -PASS -- TEST 'regional_debug_intel' [18:27, 16:23](1146 MB) -PASS -- TEST 'rap_control_debug_intel' [10:19, 08:07](1229 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:18, 04:17](1226 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:19, 04:21](1215 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:17, 04:32](1230 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:17, 04:23](1233 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:25, 04:31](1315 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:18, 04:21](1223 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:17, 04:24](1230 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:18, 04:16](1233 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:18, 04:12](1226 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:18, 04:22](1219 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:17, 04:16](1223 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:19, 07:06](1228 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:16, 04:29](1221 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:17, 04:26](1227 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:18, 04:13](1215 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:49, 07:21](1229 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [06:10, 04:27] -PASS -- TEST 'control_csawmg_debug_gnu' [03:26, 01:57](1041 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:10, 04:41] ( 837 warnings 1 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:10, 08:03] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:44, 03:14](1244 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:42, 05:27](1147 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:39, 02:55](1015 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:40, 05:25](1282 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:38, 02:42](1040 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:43, 03:05](994 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:50, 04:08](1091 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:38, 01:37](950 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:10, 08:21] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:35, 01:42](1277 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:26, 00:43](1189 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:29, 01:02](1137 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:10, 08:17] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:28, 03:52](1074 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:10, 03:49] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:17, 04:43](1099 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:18, 04:48](1101 MB) -PASS -- TEST 'conus13km_debug_intel' [13:30, 11:52](1346 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [14:29, 12:28](997 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:25, 08:00](1241 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:32, 12:10](1410 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:10, 03:46] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:19, 04:13](1170 MB) - -PASS -- COMPILE 'hafsw_intel' [12:10, 10:33] ( 1 warnings 10 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:03, 05:21](843 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:21, 05:00](1273 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:11, 07:03](924 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [17:04, 14:20](949 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:09, 17:07](995 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:50, 05:27](598 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:15, 06:56](606 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:40, 02:41](438 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:51, 07:38](568 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:44, 03:55](604 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:41, 03:42](608 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:45, 04:47](662 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:24, 01:15](446 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:10, 04:40] ( 1462 warnings 1490 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:45, 13:03](628 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [11:10, 09:29] ( 9 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [20:51, 18:20](753 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [21:54, 19:26](839 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:11, 10:12] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [15:19, 11:56](806 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:10, 10:18] ( 9 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:03, 05:32](940 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:02, 05:37](896 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:44, 16:35](1344 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:10, 07:30] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:15, 02:11](1145 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:16, 01:19](1111 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:14, 02:04](1018 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:15, 02:06](1031 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:14, 02:08](1016 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:15, 02:10](1161 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:15, 02:10](1160 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:14, 02:06](1020 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:48, 04:54](1157 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:49, 04:51](1153 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:13, 02:10](1155 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:15, 02:59](2462 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:15, 03:02](2400 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 02:48] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:15, 05:15](1085 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:10, 05:26] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:15, 02:08](1159 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 00:57] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:25, 00:53](331 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:21, 00:50](575 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:22, 00:33](575 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [10:11, 09:06] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:48, 03:14](2017 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:11, 08:46] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [09:42, 07:09](2024 MB) - -PASS -- COMPILE 'atml_intel' [11:11, 09:17] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:55, 05:57](1880 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [07:51, 06:00](1885 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:34, 03:03](1145 MB) - -PASS -- COMPILE 'atml_debug_intel' [06:10, 04:22] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:51, 06:02](1925 MB) - -PASS -- COMPILE 'atmw_intel' [10:10, 09:02] ( 9 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:46, 01:47](1926 MB) - -PASS -- COMPILE 'atmaero_intel' [10:10, 08:36] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:43, 03:47](2004 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:44, 04:28](1782 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:40, 04:30](1798 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:10, 03:37] ( 882 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [20:21, 17:35](4513 MB) - -PASS -- COMPILE 'atm_fbh_intel' [09:10, 07:52] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:23, 09:47](1111 MB) - -PASS -- COMPILE 'datm_cdeps_intelllvm' [12:10, 10:44] -PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [04:15, 02:19](1152 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [04:10, 02:21] -PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [07:15, 06:01](1075 MB) - -PASS -- COMPILE 'atm_gnu' [06:10, 04:40] -PASS -- TEST 'control_c48_gnu' [09:39, 07:46](1545 MB) -PASS -- TEST 'control_stochy_gnu' [04:19, 02:30](718 MB) -PASS -- TEST 'control_ras_gnu' [05:17, 03:48](726 MB) -PASS -- TEST 'control_p8_gnu' [06:48, 04:28](1716 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:36, 04:00](1696 MB) -PASS -- TEST 'control_flake_gnu' [06:20, 04:30](808 MB) - -PASS -- COMPILE 'rrfs_gnu' [06:10, 04:37] -PASS -- TEST 'rap_control_gnu' [10:35, 08:23](1075 MB) -PASS -- TEST 'rap_decomp_gnu' [10:33, 08:18](1077 MB) -PASS -- TEST 'rap_2threads_gnu' [09:45, 07:22](1116 MB) -PASS -- TEST 'rap_restart_gnu' [07:53, 04:06](877 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [09:47, 08:03](1071 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [10:44, 08:15](1070 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:47, 06:00](876 MB) -PASS -- TEST 'hrrr_control_gnu' [05:48, 04:09](1059 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:33, 04:04](1128 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:33, 03:35](1021 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:31, 04:07](1060 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:20, 02:07](876 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:19, 02:13](924 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [09:51, 07:56](1068 MB) - -PASS -- COMPILE 'csawmg_gnu' [06:10, 04:31] -PASS -- TEST 'control_csawmg_gnu' [08:25, 07:01](1053 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [10:10, 08:50] -PASS -- TEST 'control_diag_debug_gnu' [03:30, 01:19](1620 MB) -PASS -- TEST 'regional_debug_gnu' [09:26, 07:31](1119 MB) -PASS -- TEST 'rap_control_debug_gnu' [04:17, 02:14](1087 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:23, 02:08](1084 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [04:19, 02:14](1083 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [04:17, 02:19](1083 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:25, 02:24](1260 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:16, 03:34](1083 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:17, 02:19](1090 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [04:16, 02:17](1081 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:16, 01:14](720 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:18, 01:16](721 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:32, 01:20](1714 MB) -PASS -- TEST 'rap_flake_debug_gnu' [04:17, 02:14](1088 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:19, 02:06](1092 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:46, 03:43](1090 MB) - -PASS -- COMPILE 'wam_debug_gnu' [04:10, 03:00] -PASS -- TEST 'control_wam_debug_gnu' [07:32, 05:18](1554 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [07:11, 05:36] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:31, 07:35](952 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:47, 03:51](940 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:41, 06:57](968 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:36, 03:27](880 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:36, 03:54](941 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:38, 05:49](853 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:20, 02:05](854 MB) -PASS -- TEST 'conus13km_control_gnu' [04:41, 02:43](1256 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:30, 01:17](1162 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [04:29, 01:35](919 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [15:11, 13:13] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:30, 04:31](982 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [12:11, 10:55] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:17, 02:07](967 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:24, 02:03](964 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:31, 05:23](1277 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:29, 05:32](947 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [06:27, 03:27](1186 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:27, 05:40](1347 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [14:11, 12:18] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [05:18, 02:13](995 MB) - -PASS -- COMPILE 's2swa_gnu' [22:11, 20:54] - -PASS -- COMPILE 's2s_gnu' [21:11, 19:09] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [22:00, 18:19](2707 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [13:10, 11:22] - -PASS -- COMPILE 's2sw_pdlib_gnu' [21:10, 19:14] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [43:56, 40:22](3023 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [11:10, 09:22] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [18:46, 15:36](2926 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [17:10, 15:12] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [05:15, 02:19](769 MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:11, 12:54] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:58, 13:47](2137 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:11, 18:24] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [29:10, 18:04](2006 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:31, 19:42](2304 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:27, 07:55](1327 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [31:08, 19:28](1904 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:11, 15:46] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [31:38, 17:57](1975 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:11, 06:40] ( 1520 warnings 1988 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [28:13, 24:51](1970 MB) + +PASS -- COMPILE 's2swa_intel' [14:11, 12:14] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [31:19, 16:25](2208 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [32:09, 15:14](2196 MB) +PASS -- TEST 'cpld_restart_p8_intel' [16:16, 08:52](1991 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [30:06, 15:38](2226 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [10:13, 07:51](1742 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [18:46, 16:40](2564 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [30:06, 15:20](2191 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [14:56, 12:01](2102 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [32:10, 15:25](2205 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [18:41, 15:46](2986 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [11:12, 06:33](2902 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [28:44, 18:13](3847 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [19:14, 10:09](3681 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [14:56, 07:58](2114 MB) + +PASS -- COMPILE 's2sw_intel' [12:11, 11:05] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [15:51, 13:53](2015 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:56, 10:32](2119 MB) + +PASS -- COMPILE 's2swa_debug_intel' [08:11, 06:26] ( 1410 warnings 1218 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [23:06, 19:40](2243 MB) + +PASS -- COMPILE 's2sw_debug_intel' [08:11, 06:15] ( 1410 warnings 1218 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:55, 09:41](2047 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [13:11, 11:13] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:06, 04:34](2063 MB) + +PASS -- COMPILE 's2s_intel' [12:12, 10:59] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:41, 06:10](3033 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:43, 01:56](3024 MB) +PASS -- TEST 'cpld_restart_c48_intel' [17:41, 02:18](2473 MB) + +PASS -- COMPILE 's2swa_faster_intel' [15:11, 12:19] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [24:07, 15:29](2208 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [20:11, 18:05] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [30:04, 25:40](2065 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [16:09, 13:16](1427 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [28:51, 26:31](1996 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:11, 05:33] ( 1520 warnings 1988 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [43:53, 28:26](1994 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:11, 09:25] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [12:21, 04:22](723 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [10:30, 02:56](1580 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [10:35, 02:51](1607 MB) +PASS -- TEST 'control_latlon_intel' [10:28, 02:45](1581 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [10:35, 02:55](1596 MB) +PASS -- TEST 'control_c48_intel' [17:32, 10:18](1706 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [13:26, 05:55](830 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [17:32, 10:19](1702 MB) +PASS -- TEST 'control_c192_intel' [17:43, 10:20](1779 MB) +PASS -- TEST 'control_c384_intel' [22:23, 14:52](2010 MB) +PASS -- TEST 'control_c384gdas_intel' [13:45, 07:31](1497 MB) +PASS -- TEST 'control_stochy_intel' [05:17, 01:31](673 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:23, 00:59](540 MB) +PASS -- TEST 'control_lndp_intel' [04:16, 01:22](665 MB) +PASS -- TEST 'control_iovr4_intel' [04:17, 02:09](655 MB) +PASS -- TEST 'control_iovr5_intel' [04:19, 02:17](657 MB) +PASS -- TEST 'control_p8_intel' [05:50, 03:14](1883 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:53, 04:10](1904 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [07:50, 04:11](1881 MB) +PASS -- TEST 'control_restart_p8_intel' [03:49, 01:51](1154 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:45, 04:26](1867 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:56, 01:50](1202 MB) +PASS -- TEST 'control_decomp_p8_intel' [07:44, 04:16](1875 MB) +PASS -- TEST 'control_2threads_p8_intel' [07:46, 04:31](1952 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:27, 06:41](1881 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:49, 04:21](1967 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:51, 03:52](1904 MB) +PASS -- TEST 'merra2_thompson_intel' [05:56, 03:11](1904 MB) +PASS -- TEST 'regional_control_intel' [09:31, 05:57](1221 MB) +PASS -- TEST 'regional_restart_intel' [07:29, 03:31](1182 MB) +PASS -- TEST 'regional_decomp_intel' [08:22, 05:47](1209 MB) +PASS -- TEST 'regional_2threads_intel' [04:31, 02:59](1182 MB) +PASS -- TEST 'regional_noquilt_intel' [06:29, 04:33](1547 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:30, 04:35](1226 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:24, 04:45](1234 MB) +PASS -- TEST 'regional_wofs_intel' [07:28, 06:01](2081 MB) + +PASS -- COMPILE 'rrfs_intel' [11:11, 09:30] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:47, 06:48](1202 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:47, 03:29](1382 MB) +PASS -- TEST 'rap_decomp_intel' [09:38, 07:14](1138 MB) +PASS -- TEST 'rap_2threads_intel' [08:42, 06:32](1368 MB) +PASS -- TEST 'rap_restart_intel' [06:40, 03:33](1153 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:38, 06:44](1208 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:36, 06:57](1153 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:04, 05:10](1203 MB) +PASS -- TEST 'hrrr_control_intel' [05:49, 03:26](1086 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:33, 03:36](1043 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:37, 03:13](1116 MB) +PASS -- TEST 'hrrr_control_restart_intel' [05:32, 01:59](1017 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:55, 06:39](1202 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [15:20, 09:36](1998 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [14:19, 09:17](2196 MB) + +PASS -- COMPILE 'csawmg_intel' [10:11, 09:04] +PASS -- TEST 'control_csawmg_intel' [13:29, 06:56](1054 MB) +PASS -- TEST 'control_ras_intel' [09:17, 02:54](822 MB) + +PASS -- COMPILE 'wam_intel' [11:10, 09:31] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [16:34, 10:11](1660 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [11:10, 09:26] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [08:54, 03:17](1906 MB) +PASS -- TEST 'regional_control_faster_intel' [10:27, 05:19](1224 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [12:11, 08:00] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [07:28, 02:02](1619 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [07:32, 02:01](1632 MB) +PASS -- TEST 'control_stochy_debug_intel' [08:16, 02:34](844 MB) +PASS -- TEST 'control_lndp_debug_intel' [08:17, 02:33](841 MB) +PASS -- TEST 'control_csawmg_debug_intel' [09:23, 04:52](1144 MB) +PASS -- TEST 'control_ras_debug_intel' [06:16, 02:33](835 MB) +PASS -- TEST 'control_diag_debug_intel' [05:33, 02:27](1693 MB) +PASS -- TEST 'control_debug_p8_intel' [04:31, 02:50](1908 MB) +PASS -- TEST 'regional_debug_intel' [17:31, 15:23](1146 MB) +PASS -- TEST 'rap_control_debug_intel' [06:16, 04:23](1217 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:23, 04:13](1218 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:18, 04:18](1230 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:17, 04:17](1230 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:17, 04:23](1224 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:27, 04:37](1319 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:18, 04:41](1232 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:17, 04:24](1240 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:17, 04:18](1237 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [10:17, 07:52](1236 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:17, 04:28](1227 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:19, 04:20](1234 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:17, 06:59](1219 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:17, 04:20](1221 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:17, 04:26](1223 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:17, 04:18](1234 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:51, 07:15](1213 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [08:11, 04:54] +PASS -- TEST 'control_csawmg_debug_gnu' [03:33, 02:06](1039 MB) + +PASS -- COMPILE 'wam_debug_intel' [12:11, 06:43] ( 837 warnings 1 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:11, 11:04] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:53, 03:12](1254 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:48, 05:37](1162 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:53, 02:53](1040 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:31, 05:15](1290 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:35, 02:46](1033 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:36, 03:04](1021 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [15:48, 04:16](1089 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [13:27, 01:36](950 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:11, 13:12] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:36, 01:39](1301 MB) +PASS -- TEST 'conus13km_2threads_intel' [11:27, 00:52](1193 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [11:27, 01:04](1145 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [16:11, 13:27] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:27, 03:55](1093 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:11, 07:05] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:21, 04:34](1105 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:18, 04:27](1102 MB) +PASS -- TEST 'conus13km_debug_intel' [13:34, 12:02](1341 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [23:33, 12:23](999 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:26, 07:46](1242 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [22:27, 12:04](1396 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:11, 04:34] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [13:18, 04:23](1166 MB) + +PASS -- COMPILE 'hafsw_intel' [20:11, 14:47] ( 1 warnings 10 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:06, 05:39](840 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:23, 06:05](1253 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [19:13, 07:38](919 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [21:11, 14:42](945 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:12, 17:04](976 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [19:53, 07:11](602 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [12:15, 09:25](610 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:42, 03:41](435 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [14:00, 10:05](543 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [15:45, 04:57](600 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [15:43, 04:45](599 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [15:45, 05:14](655 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [12:24, 01:45](454 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [14:10, 08:21] ( 1462 warnings 1490 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [21:43, 11:51](634 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [13:10, 11:05] ( 9 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [27:50, 18:48](733 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [31:52, 18:46](799 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:10, 11:18] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [23:25, 11:55](814 MB) + +PASS -- COMPILE 'hafs_all_intel' [15:10, 13:13] ( 9 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [18:10, 05:44](926 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [19:03, 05:52](907 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [27:43, 16:33](1345 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [13:11, 11:41] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [13:16, 02:12](1133 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:16, 01:21](1110 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [12:15, 02:06](1014 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [11:14, 02:07](1024 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [09:15, 02:08](1020 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [09:15, 02:09](1152 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [09:15, 02:12](1148 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [09:15, 02:06](1024 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:57, 04:57](1170 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:50, 04:56](1157 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [06:15, 02:10](1148 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:15, 03:01](2458 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:15, 03:03](2418 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [09:10, 05:41] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:16, 05:10](1085 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:10, 06:06] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [06:15, 02:10](1136 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:10, 02:24] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [05:27, 00:57](340 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:20, 00:57](576 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [20:25, 00:31](574 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [10:10, 09:01] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [17:47, 04:26](2016 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:10, 09:01] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [17:43, 08:46](2030 MB) + +PASS -- COMPILE 'atml_intel' [15:11, 13:26] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [16:02, 06:46](1898 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [24:53, 06:35](1889 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:32, 03:16](1153 MB) + +PASS -- COMPILE 'atml_debug_intel' [08:10, 07:00] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [25:52, 08:31](1926 MB) + +PASS -- COMPILE 'atmw_intel' [16:11, 14:18] ( 9 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [19:49, 02:55](1939 MB) + +PASS -- COMPILE 'atmaero_intel' [14:10, 12:41] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [21:44, 05:09](2010 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [21:44, 04:32](1778 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [21:39, 04:34](1791 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [11:10, 09:04] ( 882 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [34:28, 17:13](4534 MB) + +PASS -- COMPILE 'atm_fbh_intel' [18:11, 12:30] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [26:25, 09:56](1106 MB) + +PASS -- COMPILE 'datm_cdeps_intelllvm' [28:11, 22:48] +PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [18:16, 02:18](1135 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [07:10, 03:55] +PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [22:15, 06:05](1077 MB) + +PASS -- COMPILE 'atm_gnu' [09:11, 05:31] +PASS -- TEST 'control_c48_gnu' [23:40, 07:48](1544 MB) +PASS -- TEST 'control_stochy_gnu' [17:25, 02:24](721 MB) +PASS -- TEST 'control_ras_gnu' [17:21, 03:52](732 MB) +PASS -- TEST 'control_p8_gnu' [24:52, 05:26](1718 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [25:45, 05:19](1719 MB) +PASS -- TEST 'control_flake_gnu' [23:22, 04:44](791 MB) + +PASS -- COMPILE 'rrfs_gnu' [09:11, 06:04] +PASS -- TEST 'rap_control_gnu' [28:41, 08:22](1072 MB) +PASS -- TEST 'rap_decomp_gnu' [28:34, 08:18](1070 MB) +PASS -- TEST 'rap_2threads_gnu' [27:56, 07:33](1116 MB) +PASS -- TEST 'rap_restart_gnu' [06:50, 04:12](884 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [27:41, 08:12](1073 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [27:38, 08:29](1074 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:42, 06:22](875 MB) +PASS -- TEST 'hrrr_control_gnu' [22:39, 04:21](1060 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [20:44, 04:17](1127 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [16:33, 03:46](1006 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [14:33, 04:16](1060 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [05:30, 02:14](874 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:30, 02:04](925 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [17:54, 08:07](1069 MB) + +PASS -- COMPILE 'csawmg_gnu' [08:10, 05:23] +PASS -- TEST 'control_csawmg_gnu' [19:28, 11:32](1059 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [24:10, 22:30] +PASS -- TEST 'control_diag_debug_gnu' [08:34, 01:26](1619 MB) +PASS -- TEST 'regional_debug_gnu' [15:29, 08:04](1130 MB) +PASS -- TEST 'rap_control_debug_gnu' [07:17, 02:22](1089 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [07:17, 02:14](1076 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [06:16, 02:32](1084 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [05:16, 02:14](1087 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:33, 02:27](1266 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:18, 03:26](1085 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:17, 02:15](1087 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [04:17, 02:17](1089 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:16, 01:22](718 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:16, 01:17](714 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:29, 01:15](1693 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:18, 02:05](1090 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:18, 02:13](1091 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:55, 03:35](1094 MB) + +PASS -- COMPILE 'wam_debug_gnu' [13:11, 12:01] +PASS -- TEST 'control_wam_debug_gnu' [07:33, 05:30](1558 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [07:10, 06:05] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:47, 07:57](956 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:48, 04:09](962 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:35, 07:00](959 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:39, 03:37](872 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:40, 03:57](939 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:40, 05:51](854 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:20, 02:06](852 MB) +PASS -- TEST 'conus13km_control_gnu' [05:39, 02:40](1254 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:27, 01:26](1163 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:28, 01:37](938 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [23:14, 21:53] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:38, 04:41](984 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [09:11, 07:58] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:20, 02:07](969 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:17, 02:04](964 MB) +PASS -- TEST 'conus13km_debug_gnu' [08:31, 05:33](1276 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [09:30, 05:52](945 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [06:27, 03:30](1187 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:26, 05:41](1344 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 06:48] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:18, 02:10](996 MB) + +PASS -- COMPILE 's2swa_gnu' [18:11, 16:52] + +PASS -- COMPILE 's2s_gnu' [18:11, 16:19] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [20:13, 17:04](2694 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [24:11, 21:53] + +PASS -- COMPILE 's2sw_pdlib_gnu' [30:11, 27:48] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [43:58, 41:53](2902 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [23:13, 19:50] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [19:06, 16:28](3033 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [26:10, 23:00] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:15, 02:24](765 MB) SYNOPSIS: -Starting Date/Time: 20241208 21:44:53 -Ending Date/Time: 20241208 23:50:42 -Total Time: 02h:06m:11s +Starting Date/Time: 20241213 13:42:54 +Ending Date/Time: 20241213 16:22:14 +Total Time: 02h:40m:03s Compiles Completed: 60/60 Tests Completed: 248/248 diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index 3d2d628540..b2f7ed858a 100644 --- a/tests/logs/RegressionTests_jet.log +++ b/tests/logs/RegressionTests_jet.log @@ -1,15 +1,15 @@ ====START OF JET REGRESSION TESTING LOG==== UFSWM hash used in testing: -7f91b3de985a4799ef7f11450059958002f6aa8c +19498cc1894245fe8afe365dd87dbe5d8862b35f 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) - 6c497bdfce0add89af9df9ad4be4a6a1bdf48494 CICE-interface/CICE (remotes/origin/restart_fh) + 51f8cd20c15fe39ef1168d59d5077812b6508544 CDEPS-interface/CDEPS (remotes/origin/sync_escomp_2024-10) + ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) - 3d3d28c120a1ad343f91e0e14dd38cd0cde6ae96 CMEPS-interface/CMEPS (remotes/origin/restart_fh) + 507ca48f4586fbeb7b0e23e5cfa9321bc3f02a1d CMEPS-interface/CMEPS (cmeps_v0.4.1-3103-g507ca48f) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) 1648e176fa869d0ca9ce9ea5822b3594afd8c353 FV3 (heads/develop) 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) @@ -23,11 +23,11 @@ Submodule hashes used in testing: 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) - e2f6c128f939faec4efa3ce88f3f9025804fb3ae MOM6-interface/MOM6 (remotes/origin/restart_fh) + 8cc8b70f0143e803efb842ed871f9be3062862a4 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10231-g8cc8b70f0) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) - bdf039138204122991cea42729ee44c17ae7dd49 WW3 (6.07.1-353-gbdf03913) + 29063ec7b631d3a967172e8c45c5af13a18e0a82 WW3 (6.07.1-350-g29063ec7) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -38,340 +38,260 @@ 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-20241206 -COMPARISON DIRECTORY: /lfs5/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1163981 +BASELINE DIRECTORY: /lfs5/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20241212 +COMPARISON DIRECTORY: /lfs5/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1986325 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [45:14, 43:59] ( 1 warnings 1397 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [29:17, 13:36](2004 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [49:14, 47:28] ( 1 warnings 1444 remarks ) -FAILED: TEST TIMED OUT -- TEST 'cpld_control_gfsv17_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_control_gfsv17_iau_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_gfsv17_intel' [, ]( MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [43:12, 28:08](1829 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [49:14, 48:07] ( 1 warnings 1441 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [38:50, 24:36](1856 MB) - -PASS -- COMPILE 's2swa_intel' [45:14, 43:26] ( 1 warnings 1416 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [33:21, 17:48](2015 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [36:28, 16:58](2049 MB) -PASS -- TEST 'cpld_restart_p8_intel' [11:15, 08:55](1696 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [33:13, 17:28](2072 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [11:19, 09:03](1719 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [32:10, 16:32](2325 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [33:07, 17:18](2026 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [30:17, 14:20](1979 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [33:25, 17:18](2039 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [28:16, 09:32](1973 MB) - -PASS -- COMPILE 's2sw_intel' [43:14, 41:59] ( 1 warnings 1301 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [27:23, 10:06](1895 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [32:33, 14:47](1941 MB) - -PASS -- COMPILE 's2swa_debug_intel' [08:11, 07:02] ( 1410 warnings 1216 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [40:24, 27:33](2083 MB) - -PASS -- COMPILE 's2sw_debug_intel' [10:11, 05:59] ( 1410 warnings 1216 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [19:59, 11:41](1929 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [39:13, 37:16] ( 1019 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:14, 05:31](1965 MB) - -PASS -- COMPILE 's2s_intel' [44:14, 37:58] ( 1 warnings 1042 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [12:47, 10:22](3004 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:47, 03:06](3006 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:47, 01:47](2452 MB) - -PASS -- COMPILE 's2swa_faster_intel' [44:19, 32:45] ( 1 warnings 1632 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [19:22, 16:17](2052 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [58:16, 46:32] ( 1 warnings 1361 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [38:18, 33:16](1936 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [19:18, 16:37](1133 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [41:16, 39:12](1905 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [14:12, 06:08] ( 1520 warnings 1986 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [41:07, 38:41](1942 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [39:13, 37:43] ( 1 warnings 1125 remarks ) -PASS -- TEST 'control_flake_intel' [06:35, 04:23](651 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [07:07, 04:16](1531 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:08, 04:23](1541 MB) -PASS -- TEST 'control_latlon_intel' [07:05, 04:13](1539 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [09:13, 04:15](1524 MB) -PASS -- TEST 'control_c48_intel' [23:14, 18:12](1699 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [12:38, 10:13](832 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [23:14, 18:11](1702 MB) -PASS -- TEST 'control_c192_intel' [19:21, 16:15](1687 MB) -PASS -- TEST 'control_c384_intel' [26:14, 23:05](1815 MB) -PASS -- TEST 'control_c384gdas_intel' [21:06, 13:18](1007 MB) -PASS -- TEST 'control_stochy_intel' [04:31, 02:07](604 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:25, 01:13](438 MB) -PASS -- TEST 'control_lndp_intel' [03:31, 02:03](603 MB) -PASS -- TEST 'control_iovr4_intel' [05:34, 03:15](604 MB) -PASS -- TEST 'control_iovr5_intel' [05:34, 03:14](603 MB) -PASS -- TEST 'control_p8_intel' [08:25, 04:56](1820 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [11:33, 03:55](1835 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:17, 04:46](1817 MB) -PASS -- TEST 'control_restart_p8_intel' [04:55, 02:34](1056 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:22, 04:45](1818 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:53, 02:30](1057 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:19, 04:48](1814 MB) -PASS -- TEST 'control_2threads_p8_intel' [07:18, 04:39](1909 MB) -PASS -- TEST 'control_p8_lndp_intel' [11:10, 08:35](1829 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [12:20, 05:12](1891 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:22, 04:02](1846 MB) -PASS -- TEST 'merra2_thompson_intel' [07:17, 04:27](1835 MB) -PASS -- TEST 'regional_control_intel' [14:04, 07:09](1036 MB) -PASS -- TEST 'regional_restart_intel' [08:39, 03:51](1027 MB) -PASS -- TEST 'regional_decomp_intel' [11:03, 07:27](1036 MB) -PASS -- TEST 'regional_2threads_intel' [07:03, 04:27](1029 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [10:41, 07:12](1042 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:35, 07:07](1045 MB) - -PASS -- COMPILE 'rrfs_intel' [36:13, 35:04] ( 3 warnings 1101 remarks ) -PASS -- TEST 'rap_control_intel' [12:45, 10:10](990 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [32:15, 27:18](1187 MB) -PASS -- TEST 'rap_decomp_intel' [12:45, 10:39](983 MB) -PASS -- TEST 'rap_2threads_intel' [11:46, 09:41](1071 MB) -PASS -- TEST 'rap_restart_intel' [07:48, 05:10](986 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:46, 10:07](987 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:44, 10:40](978 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [10:49, 07:29](995 MB) -PASS -- TEST 'hrrr_control_intel' [07:41, 05:09](988 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:39, 05:22](972 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:47, 04:41](1041 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:27, 02:42](910 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:58, 10:04](986 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [15:31, 13:25](1934 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [14:30, 12:47](1928 MB) - -PASS -- COMPILE 'csawmg_intel' [36:13, 35:03] ( 1099 remarks ) -PASS -- TEST 'control_csawmg_intel' [09:36, 08:03](970 MB) -PASS -- TEST 'control_ras_intel' [06:23, 04:19](664 MB) - -PASS -- COMPILE 'wam_intel' [37:13, 35:38] ( 1003 remarks ) -PASS -- TEST 'control_wam_intel' [16:52, 14:23](1616 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [39:13, 37:29] ( 1303 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:01, 03:38](1833 MB) -PASS -- TEST 'regional_control_faster_intel' [08:42, 06:29](1034 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [10:11, 08:43] ( 882 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:44, 02:41](1567 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:49, 02:40](1557 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:26, 03:45](771 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:26, 03:23](777 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:40, 05:23](1083 MB) -PASS -- TEST 'control_ras_debug_intel' [05:26, 03:25](802 MB) -PASS -- TEST 'control_diag_debug_intel' [05:47, 03:19](1638 MB) -PASS -- TEST 'control_debug_p8_intel' [05:47, 03:14](1855 MB) -PASS -- TEST 'regional_debug_intel' [24:46, 22:01](1074 MB) -PASS -- TEST 'rap_control_debug_intel' [07:28, 06:05](1166 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:27, 05:59](1155 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [08:28, 06:09](1164 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:27, 06:06](1168 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [09:27, 06:07](1184 MB) -PASS -- TEST 'rap_diag_debug_intel' [09:35, 06:22](1248 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:34, 06:12](1165 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:24, 06:15](1168 MB) -PASS -- TEST 'rap_lndp_debug_intel' [09:28, 06:09](1168 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [09:26, 06:05](1161 MB) -PASS -- TEST 'rap_noah_debug_intel' [08:24, 05:59](1158 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [08:25, 06:09](1166 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:27, 09:57](1163 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:26, 05:59](1159 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:26, 06:04](1171 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:23, 06:06](1159 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:44, 10:34](1165 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:11, 05:03] ( 837 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [18:51, 16:39](1642 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [32:13, 30:53] ( 3 warnings 1033 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [11:03, 05:06](1060 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [13:44, 08:09](908 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:43, 04:16](867 MB) -FAILED: TEST TIMED OUT -- TEST 'rap_2threads_dyn32_phy32_intel' [, ]( MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [10:39, 04:00](906 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:43, 04:31](850 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:44, 06:13](899 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:27, 02:18](847 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [34:12, 32:20] ( 3 warnings 1207 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:48, 02:39](1101 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:40, 01:13](1047 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:41, 01:28](1011 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [33:12, 31:29] ( 3 warnings 1053 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:48, 05:25](900 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:11, 05:12] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:24, 06:00](1036 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [10:28, 08:14](1043 MB) -PASS -- TEST 'conus13km_debug_intel' [19:56, 17:36](1152 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [19:56, 17:39](857 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [12:50, 10:13](1100 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:51, 17:43](1215 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 05:06] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:26, 06:07](1096 MB) - -PASS -- COMPILE 'hafsw_intel' [41:13, 39:59] ( 1 warnings 1435 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [17:20, 06:47](718 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [15:36, 06:09](1077 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [25:38, 08:49](760 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [26:31, 15:38](783 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [29:50, 19:07](802 MB) -PASS -- TEST 'gnv1_nested_intel' [27:46, 06:30](1665 MB) - -PASS -- COMPILE 'hafs_all_intel' [38:13, 36:28] ( 1281 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [25:19, 08:22](750 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [25:17, 08:22](736 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:11, 08:07] ( 67 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:24, 03:35](1067 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:23, 02:12](1024 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:24, 03:29](937 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:24, 03:32](933 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](1069 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:24, 03:35](1087 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:24, 03:29](937 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:13, 07:35](902 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:13, 07:33](853 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:20, 03:34](1078 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:24, 05:01](2418 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:24, 05:05](2372 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 03:20] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:21, 08:06](1026 MB) +PASS -- COMPILE 's2swa_32bit_intel' [44:15, 43:00] ( 1 warnings 1397 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [21:15, 13:35](2017 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [49:15, 47:58] ( 1 warnings 1444 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [28:10, 25:07](1870 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [29:18, 26:23](2003 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:10, 09:45](1134 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [31:01, 28:02](1825 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [50:15, 48:53] ( 1 warnings 1441 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [35:51, 24:48](1869 MB) + +PASS -- COMPILE 's2swa_intel' [46:15, 44:22] ( 1 warnings 1416 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [23:15, 17:51](2046 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [26:25, 16:50](2048 MB) +PASS -- TEST 'cpld_restart_p8_intel' [11:18, 08:59](1709 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [23:12, 17:11](2065 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [11:21, 09:01](1717 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [22:08, 16:28](2322 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [23:04, 17:20](2016 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [19:17, 14:01](1999 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [23:20, 17:14](2036 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [23:11, 09:06](2012 MB) + +PASS -- COMPILE 's2sw_intel' [43:15, 41:53] ( 1 warnings 1301 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [12:23, 09:46](1914 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [17:32, 14:09](1975 MB) + +PASS -- COMPILE 's2swa_debug_intel' [08:11, 06:22] ( 1410 warnings 1216 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [38:18, 27:36](2031 MB) + +PASS -- COMPILE 's2sw_debug_intel' [08:11, 06:08] ( 1410 warnings 1216 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [21:02, 11:39](1918 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [39:13, 37:08] ( 1019 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:24, 05:30](1953 MB) + +PASS -- COMPILE 's2s_intel' [43:14, 38:02] ( 1 warnings 1042 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [12:49, 10:21](3006 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:49, 03:05](3008 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:49, 01:46](2458 MB) + +PASS -- COMPILE 's2swa_faster_intel' [42:19, 32:11] ( 1 warnings 1632 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [19:30, 16:20](2046 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [55:15, 46:36] ( 1 warnings 1361 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [39:31, 33:17](1935 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [21:23, 16:32](1131 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [42:11, 39:19](1908 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [15:12, 05:58] ( 1520 warnings 1986 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [41:09, 38:42](1930 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [39:13, 37:46] ( 1 warnings 1125 remarks ) +PASS -- TEST 'control_flake_intel' [15:32, 04:20](652 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [29:12, 04:13](1542 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [33:13, 04:35](1537 MB) +PASS -- TEST 'control_latlon_intel' [33:09, 04:18](1526 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [21:14, 04:16](1542 MB) +PASS -- TEST 'control_c48_intel' [34:12, 18:06](1700 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [12:34, 10:12](834 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [35:14, 18:07](1703 MB) +PASS -- TEST 'control_c192_intel' [44:26, 16:07](1682 MB) +PASS -- TEST 'control_c384_intel' [56:26, 23:09](1819 MB) +PASS -- TEST 'control_c384gdas_intel' [48:09, 13:21](1009 MB) +PASS -- TEST 'control_stochy_intel' [04:30, 02:10](604 MB) +PASS -- TEST 'control_stochy_restart_intel' [29:30, 01:13](434 MB) +PASS -- TEST 'control_lndp_intel' [12:30, 01:59](605 MB) +PASS -- TEST 'control_iovr4_intel' [05:32, 03:17](596 MB) +PASS -- TEST 'control_iovr5_intel' [05:33, 03:15](601 MB) +PASS -- TEST 'control_p8_intel' [33:28, 04:54](1830 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [32:35, 04:05](1831 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [33:20, 04:47](1830 MB) +PASS -- TEST 'control_restart_p8_intel' [11:49, 02:33](1055 MB) +PASS -- TEST 'control_noqr_p8_intel' [33:23, 04:46](1812 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [10:52, 02:29](1075 MB) +PASS -- TEST 'control_decomp_p8_intel' [20:25, 04:47](1822 MB) +PASS -- TEST 'control_2threads_p8_intel' [33:19, 04:40](1899 MB) +PASS -- TEST 'control_p8_lndp_intel' [29:13, 08:32](1829 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [34:24, 05:20](1894 MB) +PASS -- TEST 'control_p8_mynn_intel' [32:26, 04:05](1838 MB) +PASS -- TEST 'merra2_thompson_intel' [25:23, 04:18](1842 MB) +PASS -- TEST 'regional_control_intel' [11:04, 07:10](1035 MB) +PASS -- TEST 'regional_restart_intel' [21:43, 03:50](1018 MB) +PASS -- TEST 'regional_decomp_intel' [10:05, 07:27](1043 MB) +PASS -- TEST 'regional_2threads_intel' [17:04, 04:20](1023 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [33:49, 07:20](1044 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [30:40, 07:07](1036 MB) + +PASS -- COMPILE 'rrfs_intel' [36:13, 34:54] ( 3 warnings 1101 remarks ) +PASS -- TEST 'rap_control_intel' [28:48, 10:02](984 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [27:04, 05:30](1191 MB) +PASS -- TEST 'rap_decomp_intel' [29:43, 10:35](979 MB) +PASS -- TEST 'rap_2threads_intel' [28:48, 09:34](1070 MB) +PASS -- TEST 'rap_restart_intel' [07:48, 05:13](987 MB) +PASS -- TEST 'rap_sfcdiff_intel' [31:46, 10:03](987 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [31:42, 10:48](975 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:47, 07:29](1001 MB) +PASS -- TEST 'hrrr_control_intel' [22:46, 05:12](984 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [21:41, 05:17](977 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [16:40, 04:49](1048 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:28, 02:44](920 MB) +PASS -- TEST 'rrfs_v1beta_intel' [18:52, 10:05](977 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [21:27, 13:22](1926 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [17:27, 12:57](1926 MB) + +PASS -- COMPILE 'csawmg_intel' [36:13, 34:56] ( 1099 remarks ) +PASS -- TEST 'control_csawmg_intel' [12:39, 08:11](963 MB) +PASS -- TEST 'control_ras_intel' [09:21, 04:26](674 MB) + +PASS -- COMPILE 'wam_intel' [37:14, 35:55] ( 1003 remarks ) +PASS -- TEST 'control_wam_intel' [16:47, 14:23](1613 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [39:13, 37:32] ( 1303 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:48, 03:38](1828 MB) +PASS -- TEST 'regional_control_faster_intel' [09:36, 06:45](1025 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [16:11, 08:23] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [10:41, 02:41](1564 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [11:44, 02:40](1542 MB) +PASS -- TEST 'control_stochy_debug_intel' [08:21, 03:49](772 MB) +PASS -- TEST 'control_lndp_debug_intel' [08:21, 03:20](773 MB) +PASS -- TEST 'control_csawmg_debug_intel' [13:35, 05:24](1084 MB) +PASS -- TEST 'control_ras_debug_intel' [11:22, 03:22](788 MB) +PASS -- TEST 'control_diag_debug_intel' [10:45, 03:17](1630 MB) +PASS -- TEST 'control_debug_p8_intel' [10:44, 03:13](1853 MB) +PASS -- TEST 'regional_debug_intel' [28:46, 22:00](1070 MB) +PASS -- TEST 'rap_control_debug_intel' [12:25, 06:02](1162 MB) +PASS -- TEST 'hrrr_control_debug_intel' [08:22, 05:57](1154 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:25, 06:06](1160 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [08:24, 06:05](1168 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:25, 06:05](1163 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:35, 06:27](1242 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:26, 06:15](1161 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:24, 06:19](1162 MB) +PASS -- TEST 'rap_lndp_debug_intel' [08:25, 06:11](1162 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:26, 06:03](1160 MB) +PASS -- TEST 'rap_noah_debug_intel' [08:24, 05:57](1159 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [08:26, 06:02](1165 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:27, 10:00](1152 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [08:26, 06:01](1156 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [09:25, 06:05](1165 MB) +PASS -- TEST 'rap_flake_debug_intel' [08:26, 06:07](1164 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:48, 10:37](1168 MB) + +PASS -- COMPILE 'wam_debug_intel' [18:11, 05:06] ( 837 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [19:43, 16:34](1645 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [35:13, 30:47] ( 3 warnings 1033 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:09, 05:01](1070 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:39, 08:18](912 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:43, 04:19](875 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:54, 07:54](957 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:51, 04:04](899 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:42, 04:38](853 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:39, 06:20](898 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:26, 02:20](836 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [34:13, 32:02] ( 3 warnings 1207 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:00, 02:39](1097 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:44, 01:16](1039 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:44, 01:34](1012 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [33:13, 31:33] ( 3 warnings 1053 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:45, 05:29](904 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:11, 05:13] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:26, 06:04](1033 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [08:22, 05:56](1027 MB) +PASS -- TEST 'conus13km_debug_intel' [19:57, 17:37](1153 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [20:47, 17:48](857 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [12:39, 10:13](1089 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:38, 17:40](1209 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:11, 05:00] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:25, 06:09](1082 MB) + +PASS -- COMPILE 'hafsw_intel' [42:14, 40:13] ( 1 warnings 1435 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [21:24, 06:45](703 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [20:38, 06:21](1079 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [23:38, 09:05](752 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [18:29, 15:27](783 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [33:49, 19:04](807 MB) +PASS -- TEST 'gnv1_nested_intel' [21:46, 07:03](1668 MB) + +PASS -- COMPILE 'hafs_all_intel' [39:13, 37:47] ( 1281 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [25:19, 08:14](751 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [27:21, 08:22](735 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:11, 08:15] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [06:21, 03:40](1078 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:22, 02:10](1045 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:20, 03:29](950 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [06:22, 03:41](942 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:20, 03:33](938 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:22, 03:41](1074 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:21, 03:41](1077 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [06:21, 03:35](931 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:15, 07:50](892 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:17, 07:45](854 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [06:18, 03:42](1078 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [08:22, 05:10](2423 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [08:22, 05:09](2430 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 03:21] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [10:22, 08:09](1020 MB) PASS -- COMPILE 'datm_cdeps_faster_intel' [10:11, 08:17] ( 70 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:19, 03:31](1077 MB) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:21, 03:33](1077 MB) -PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:42] ( 68 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:36, 01:06](241 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:29, 00:57](262 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:27, 00:39](263 MB) +PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:43] ( 68 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:35, 01:07](237 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:29, 01:00](261 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:26, 00:37](264 MB) -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [38:14, 36:28] ( 1024 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [11:10, 04:47](1895 MB) +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [38:13, 36:25] ( 1024 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:14, 04:43](1899 MB) -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [37:15, 36:03] ( 1 warnings 1029 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [16:14, 10:29](1913 MB) +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [37:13, 35:59] ( 1 warnings 1029 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [12:58, 10:26](1915 MB) -PASS -- COMPILE 'atml_intel' [39:14, 37:54] ( 8 warnings 1174 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:02, 05:49](1845 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [08:02, 05:48](1852 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:45, 03:02](1064 MB) +PASS -- COMPILE 'atml_intel' [39:14, 37:56] ( 8 warnings 1174 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:03, 05:34](1840 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [12:04, 05:42](1847 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:42, 03:07](1060 MB) -PASS -- COMPILE 'atml_debug_intel' [20:12, 06:34] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [12:04, 07:13](1871 MB) +PASS -- COMPILE 'atml_debug_intel' [08:12, 06:16] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [20:16, 07:22](1881 MB) -PASS -- COMPILE 'atmw_intel' [50:16, 37:05] ( 1277 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:59, 02:28](1853 MB) +PASS -- COMPILE 'atmw_intel' [40:14, 38:14] ( 1277 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:00, 02:26](1844 MB) -PASS -- COMPILE 'atmaero_intel' [41:13, 35:49] ( 1107 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [12:03, 05:19](1879 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:58, 06:22](1693 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:48, 06:29](1725 MB) +PASS -- COMPILE 'atmaero_intel' [42:13, 36:22] ( 1107 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [12:58, 05:27](1935 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [14:58, 06:20](1702 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:50, 06:24](1688 MB) -PASS -- COMPILE 'atm_fbh_intel' [37:13, 31:30] ( 3 warnings 1004 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [17:35, 15:14](1059 MB) +PASS -- COMPILE 'atm_fbh_intel' [33:13, 31:25] ( 3 warnings 1004 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [17:38, 15:11](1059 MB) SYNOPSIS: -Starting Date/Time: 20241209 03:48:21 -Ending Date/Time: 20241209 08:21:39 -Total Time: 04h:33m:47s +Starting Date/Time: 20241213 19:41:31 +Ending Date/Time: 20241214 00:15:47 +Total Time: 04h:34m:55s Compiles Completed: 37/37 -Tests Completed: 162/166 -Failed Tests: -* TEST cpld_control_gfsv17_intel: FAILED: TEST TIMED OUT --- LOG: /lfs5/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1163981/cpld_control_gfsv17_intel/err -* TEST cpld_control_gfsv17_iau_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST cpld_restart_gfsv17_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST rap_2threads_dyn32_phy32_intel: FAILED: TEST TIMED OUT --- LOG: /lfs5/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1163981/rap_2threads_dyn32_phy32_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: -7f91b3de985a4799ef7f11450059958002f6aa8c - -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) - 6c497bdfce0add89af9df9ad4be4a6a1bdf48494 CICE-interface/CICE (remotes/origin/restart_fh) - 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) - 3d3d28c120a1ad343f91e0e14dd38cd0cde6ae96 CMEPS-interface/CMEPS (remotes/origin/restart_fh) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 1648e176fa869d0ca9ce9ea5822b3594afd8c353 FV3 (heads/develop) - 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) - 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) - dab57fcce3f1abf16eb01f22469ea84279f67b19 FV3/ccpp/physics (EP4-1079-gdab57fcc) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - ce5f3b146861cf6c95e1c14c640ede1ed97e6eef FV3/upp (upp_v10.2.0-243-gce5f3b14) --179cae1dd84401cf25d250bd9102e66560a9d328 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) - e2f6c128f939faec4efa3ce88f3f9025804fb3ae MOM6-interface/MOM6 (remotes/origin/restart_fh) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) - bdf039138204122991cea42729ee44c17ae7dd49 WW3 (6.07.1-353-gbdf03913) - 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-20241206 -COMPARISON DIRECTORY: /lfs5/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1996816 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: h-nems -* (-b) - NEW BASELINES FROM FILE: test_changes.list -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [50:15, 48:57] ( 1 warnings 1444 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [25:25, 22:25](1887 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:23, 24:02](2028 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [16:18, 09:37](1142 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [32:13, 30:50] ( 3 warnings 1033 remarks ) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:50, 07:55](952 MB) - -SYNOPSIS: -Starting Date/Time: 20241209 20:07:56 -Ending Date/Time: 20241209 21:51:21 -Total Time: 01h:43m:40s -Compiles Completed: 2/2 -Tests Completed: 4/4 +Tests Completed: 166/166 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 cff8004775..08ca47330b 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,15 +1,15 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -7f91b3de985a4799ef7f11450059958002f6aa8c +19498cc1894245fe8afe365dd87dbe5d8862b35f 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) - 6c497bdfce0add89af9df9ad4be4a6a1bdf48494 CICE-interface/CICE (remotes/origin/restart_fh) + 51f8cd20c15fe39ef1168d59d5077812b6508544 CDEPS-interface/CDEPS (remotes/origin/sync_escomp_2024-10) + ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) - 3d3d28c120a1ad343f91e0e14dd38cd0cde6ae96 CMEPS-interface/CMEPS (remotes/origin/restart_fh) + 507ca48f4586fbeb7b0e23e5cfa9321bc3f02a1d CMEPS-interface/CMEPS (cmeps_v0.4.1-3103-g507ca48f) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) 1648e176fa869d0ca9ce9ea5822b3594afd8c353 FV3 (heads/develop) 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) @@ -23,11 +23,11 @@ Submodule hashes used in testing: 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) - e2f6c128f939faec4efa3ce88f3f9025804fb3ae MOM6-interface/MOM6 (remotes/origin/restart_fh) + 8cc8b70f0143e803efb842ed871f9be3062862a4 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10231-g8cc8b70f0) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) - bdf039138204122991cea42729ee44c17ae7dd49 WW3 (6.07.1-353-gbdf03913) + 29063ec7b631d3a967172e8c45c5af13a18e0a82 WW3 (6.07.1-350-g29063ec7) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -38,382 +38,301 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20241206 -COMPARISON DIRECTORY: /work2/noaa/epic/nandoam/stmp/orion/nandoam/FV3_RT/rt_1671569 +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20241212 +COMPARISON DIRECTORY: /work2/noaa/epic/nandoam/stmp/orion/nandoam/FV3_RT/rt_1620443 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -FAILED: UNABLE TO FINISH COMPILE -- COMPILE 's2swa_32bit_intel' [, ] -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'cpld_control_p8_mixedmode_intel' [, ]( MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:12, 21:16] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [49:43, 25:09](1954 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [28:18, 25:07](2136 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [14:20, 10:24](1243 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [49:40, 29:14](1871 MB) - -FAILED: UNABLE TO FINISH COMPILE -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [, ] -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'cpld_control_sfs_intel' [, ]( MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:14, 08:30] ( 1520 warnings 1988 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [52:56, 32:08](1927 MB) - -PASS -- COMPILE 's2swa_intel' [18:13, 17:00] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [47:54, 29:54](2137 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [49:44, 28:41](2140 MB) -PASS -- TEST 'cpld_restart_p8_intel' [17:41, 14:15](1806 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [44:45, 28:58](2155 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [20:50, 15:31](1696 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [40:39, 26:46](2441 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [46:40, 29:04](2117 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [36:37, 24:37](2033 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [44:46, 28:56](2140 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [30:28, 17:23](2712 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [28:19, 10:10](2711 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [03:44, 21:40](3707 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [27:33, 13:25](3542 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [21:32, 09:07](2073 MB) - -PASS -- COMPILE 's2sw_intel' [18:13, 16:21] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [39:23, 27:56](1969 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [24:31, 12:51](2055 MB) - -PASS -- COMPILE 's2swa_debug_intel' [10:12, 08:44] ( 1410 warnings 1218 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [27:31, 24:04](2171 MB) - -PASS -- COMPILE 's2sw_debug_intel' [10:13, 08:24] ( 1410 warnings 1218 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [31:16, 11:19](1989 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [17:13, 15:27] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [19:30, 05:59](2022 MB) - -FAILED: UNABLE TO FINISH COMPILE -- COMPILE 's2s_intel' [, ] -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'cpld_control_c48_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'cpld_warmstart_c48_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'cpld_restart_c48_intel' [, ]( MB) - -PASS -- COMPILE 's2swa_faster_intel' [19:11, 17:11] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [54:47, 29:37](2147 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [19:11, 18:02] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [52:28, 30:32](2006 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [20:43, 15:53](1259 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [38:23, 35:03](1923 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [10:11, 08:14] ( 1520 warnings 1988 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [45:26, 35:59](1970 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [15:14, 13:44] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [37:28, 03:47](691 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [39:49, 03:36](1575 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [39:56, 03:41](1578 MB) -PASS -- TEST 'control_latlon_intel' [37:45, 03:39](1574 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [41:55, 03:40](1572 MB) -PASS -- TEST 'control_c48_intel' [33:53, 14:43](1703 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [16:34, 08:09](827 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [38:55, 14:48](1708 MB) -PASS -- TEST 'control_c192_intel' [50:07, 13:12](1739 MB) -PASS -- TEST 'control_c384_intel' [45:54, 16:47](1979 MB) -PASS -- TEST 'control_c384gdas_intel' [39:53, 11:03](1336 MB) -PASS -- TEST 'control_stochy_intel' [28:27, 01:51](639 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:43, 01:05](472 MB) -PASS -- TEST 'control_lndp_intel' [26:22, 01:45](641 MB) -PASS -- TEST 'control_iovr4_intel' [26:25, 02:45](643 MB) -PASS -- TEST 'control_iovr5_intel' [25:24, 02:45](632 MB) -PASS -- TEST 'control_p8_intel' [16:03, 05:15](1860 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [15:12, 04:33](1873 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [15:20, 04:54](1865 MB) -PASS -- TEST 'control_restart_p8_intel' [05:30, 02:17](1088 MB) -PASS -- TEST 'control_noqr_p8_intel' [13:12, 04:59](1850 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [07:37, 03:24](1121 MB) -PASS -- TEST 'control_decomp_p8_intel' [12:04, 05:10](1849 MB) -PASS -- TEST 'control_2threads_p8_intel' [11:58, 05:27](1942 MB) -PASS -- TEST 'control_p8_lndp_intel' [14:38, 08:27](1862 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [11:30, 06:05](1935 MB) -PASS -- TEST 'control_p8_mynn_intel' [10:27, 04:29](1879 MB) -PASS -- TEST 'merra2_thompson_intel' [10:34, 04:54](1878 MB) -PASS -- TEST 'regional_control_intel' [12:39, 07:45](1106 MB) -PASS -- TEST 'regional_restart_intel' [05:43, 03:30](1087 MB) -PASS -- TEST 'regional_decomp_intel' [13:36, 08:09](1101 MB) -PASS -- TEST 'regional_2threads_intel' [09:37, 06:00](1094 MB) -PASS -- TEST 'regional_noquilt_intel' [10:43, 07:35](1411 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:42, 06:27](1107 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [09:36, 07:38](1107 MB) -PASS -- TEST 'regional_wofs_intel' [10:35, 08:04](1891 MB) +PASS -- COMPILE 's2swa_32bit_intel' [21:11, 17:57] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [30:52, 27:41](2082 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:11, 18:56] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [27:01, 23:42](1955 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [28:17, 25:09](2118 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:32, 08:59](1224 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [31:11, 27:40](1856 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:11, 19:58] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [30:56, 24:21](1950 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [12:10, 08:14] ( 1520 warnings 1988 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [33:49, 30:58](1932 MB) + +PASS -- COMPILE 's2swa_intel' [21:10, 17:57] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [33:16, 29:21](2145 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [30:51, 27:28](2144 MB) +PASS -- TEST 'cpld_restart_p8_intel' [17:57, 14:18](1807 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [30:41, 27:17](2160 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [18:11, 14:35](1696 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [27:33, 25:01](2442 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [30:41, 27:21](2125 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [25:42, 22:52](2045 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [30:51, 27:15](2149 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [19:39, 16:02](2717 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [13:28, 08:59](2709 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [38:02, 22:01](3694 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [25:21, 12:22](3534 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:34, 07:59](2076 MB) + +PASS -- COMPILE 's2sw_intel' [19:10, 16:10] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [29:18, 26:56](1979 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [14:38, 11:45](2050 MB) + +PASS -- COMPILE 's2swa_debug_intel' [12:10, 08:47] ( 1410 warnings 1218 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [25:38, 23:06](2175 MB) + +PASS -- COMPILE 's2sw_debug_intel' [11:10, 07:51] ( 1410 warnings 1218 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:20, 09:57](1993 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [19:10, 15:34] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:26, 04:47](2029 MB) + +PASS -- COMPILE 's2s_intel' [19:10, 15:56] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [10:00, 08:09](3027 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:04, 02:32](3020 MB) +PASS -- TEST 'cpld_restart_c48_intel' [07:59, 02:52](2477 MB) + +PASS -- COMPILE 's2swa_faster_intel' [20:11, 18:35] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [31:37, 28:22](2146 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [21:11, 19:18] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [32:25, 29:27](2004 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [20:33, 16:04](1245 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [40:24, 35:01](1938 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:10, 07:41] ( 1520 warnings 1988 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [38:42, 35:32](1967 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:10, 13:50] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:28, 03:50](684 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:42, 03:35](1572 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:47, 03:42](1572 MB) +PASS -- TEST 'control_latlon_intel' [05:51, 03:32](1575 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:58, 03:36](1573 MB) +PASS -- TEST 'control_c48_intel' [17:00, 14:46](1704 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [10:32, 08:11](834 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [16:56, 14:44](1713 MB) +PASS -- TEST 'control_c192_intel' [16:13, 13:16](1743 MB) +PASS -- TEST 'control_c384_intel' [20:20, 16:33](1980 MB) +PASS -- TEST 'control_c384gdas_intel' [15:31, 10:02](1335 MB) +PASS -- TEST 'control_stochy_intel' [03:25, 01:49](639 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:53, 01:07](471 MB) +PASS -- TEST 'control_lndp_intel' [03:21, 01:45](643 MB) +PASS -- TEST 'control_iovr4_intel' [05:25, 02:44](644 MB) +PASS -- TEST 'control_iovr5_intel' [05:23, 02:44](635 MB) +PASS -- TEST 'control_p8_intel' [06:23, 04:02](1865 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:21, 03:49](1874 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:30, 03:57](1873 MB) +PASS -- TEST 'control_restart_p8_intel' [05:29, 02:14](1088 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:28, 04:03](1849 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:46, 02:11](1124 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:14, 04:05](1853 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:16, 04:09](1947 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:44, 07:11](1870 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:34, 04:44](1932 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:29, 03:25](1877 MB) +PASS -- TEST 'merra2_thompson_intel' [06:40, 03:44](1873 MB) +PASS -- TEST 'regional_control_intel' [08:44, 06:27](1106 MB) +PASS -- TEST 'regional_restart_intel' [05:37, 03:30](1088 MB) +PASS -- TEST 'regional_decomp_intel' [08:43, 06:55](1102 MB) +PASS -- TEST 'regional_2threads_intel' [06:43, 04:37](1109 MB) +PASS -- TEST 'regional_noquilt_intel' [08:54, 06:19](1409 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:50, 06:30](1114 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:42, 06:28](1107 MB) +PASS -- TEST 'regional_wofs_intel' [09:42, 08:06](1893 MB) PASS -- COMPILE 'rrfs_intel' [15:11, 13:14] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [11:21, 08:28](1059 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:57, 05:09](1265 MB) -PASS -- TEST 'rap_decomp_intel' [11:20, 08:44](1012 MB) -PASS -- TEST 'rap_2threads_intel' [11:00, 08:37](1171 MB) -PASS -- TEST 'rap_restart_intel' [07:30, 04:23](1030 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:05, 08:24](1055 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:01, 08:43](1017 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:35, 06:17](1072 MB) -PASS -- TEST 'hrrr_control_intel' [08:19, 04:23](1021 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:59, 04:27](1019 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:55, 04:13](1080 MB) -PASS -- TEST 'hrrr_control_restart_intel' [05:51, 02:22](945 MB) -PASS -- TEST 'rrfs_v1beta_intel' [12:25, 08:21](1048 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:27, 09:58](1977 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:23, 09:31](2014 MB) - -PASS -- COMPILE 'csawmg_intel' [14:11, 12:46] -PASS -- TEST 'control_csawmg_intel' [08:43, 06:47](1013 MB) -PASS -- TEST 'control_ras_intel' [05:27, 03:29](715 MB) - -PASS -- COMPILE 'wam_intel' [14:11, 12:32] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [14:54, 12:51](1654 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [16:11, 13:08] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [07:28, 04:25](1871 MB) -PASS -- TEST 'regional_control_faster_intel' [10:36, 07:17](1112 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [16:11, 09:43] ( 882 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:44, 02:19](1604 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:49, 02:12](1605 MB) -PASS -- TEST 'control_stochy_debug_intel' [06:26, 03:02](812 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:23, 02:44](809 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:39, 04:51](1121 MB) -PASS -- TEST 'control_ras_debug_intel' [04:22, 02:47](816 MB) -PASS -- TEST 'control_diag_debug_intel' [05:46, 02:46](1668 MB) -PASS -- TEST 'control_debug_p8_intel' [06:46, 03:32](1897 MB) -PASS -- TEST 'regional_debug_intel' [20:42, 18:22](1076 MB) -PASS -- TEST 'rap_control_debug_intel' [06:26, 04:54](1203 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:26, 04:48](1202 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:24, 04:58](1192 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:22, 04:58](1190 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:24, 04:59](1198 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:35, 05:12](1274 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:25, 04:59](1193 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:22, 05:01](1191 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:23, 04:59](1196 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:23, 04:51](1197 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:24, 04:58](1201 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:22, 04:58](1197 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:23, 08:07](1195 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:26, 04:48](1201 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:26, 04:54](1205 MB) -PASS -- TEST 'rap_flake_debug_intel' [10:24, 05:02](1198 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [14:27, 08:29](1200 MB) - -PASS -- COMPILE 'wam_debug_intel' [08:11, 06:15] ( 837 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [18:47, 13:21](1676 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [24:10, 13:14] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [09:55, 05:05](1138 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [13:17, 07:13](1001 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [09:37, 03:48](927 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [13:09, 07:29](1086 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [11:12, 03:44](937 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [11:27, 03:57](889 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [11:42, 05:30](976 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [10:41, 02:07](869 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [18:10, 12:21] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [09:55, 02:35](1159 MB) -PASS -- TEST 'conus13km_2threads_intel' [07:46, 01:18](1114 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [07:43, 01:31](1061 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [24:10, 13:14] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [10:44, 04:35](972 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [20:13, 06:16] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [11:27, 04:49](1080 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [12:27, 04:52](1077 MB) -PASS -- TEST 'conus13km_debug_intel' [22:56, 13:50](1254 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [24:54, 14:30](922 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [16:44, 08:05](1164 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [24:44, 13:44](1298 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [27:11, 06:26] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [14:26, 04:50](1136 MB) - -PASS -- COMPILE 'hafsw_intel' [31:11, 15:04] ( 1 warnings 10 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [15:19, 06:30](738 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [15:34, 07:03](1120 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [21:28, 08:14](814 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [42:19, 29:16](846 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [48:31, 35:12](868 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [21:16, 07:55](498 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [22:37, 09:45](506 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [15:00, 03:48](374 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [21:55, 11:06](470 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [14:59, 05:27](525 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [12:59, 05:14](522 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [12:15, 06:26](568 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [07:33, 01:47](404 MB) -PASS -- TEST 'gnv1_nested_intel' [11:32, 04:33](1715 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [41:13, 07:35] ( 1462 warnings 1490 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [19:13, 13:43](581 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [48:12, 14:55] ( 9 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [20:06, 15:30](636 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [20:05, 15:54](718 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [41:12, 15:32] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [15:53, 11:26](713 MB) - -PASS -- COMPILE 'hafs_all_intel' [40:11, 14:57] ( 9 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:20, 08:04](805 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:19, 08:06](789 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:00, 16:29](1200 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [31:11, 07:52] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:19, 02:59](1143 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:21, 01:55](1107 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:18, 02:51](1021 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:17, 02:56](1007 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:18, 02:57](1015 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:18, 02:59](1131 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:17, 02:58](1158 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:18, 02:52](1014 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:16, 06:43](1017 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:10, 06:33](1005 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:15, 02:58](1149 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:19, 04:19](2398 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:20, 04:21](2398 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [24:11, 05:21] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:19, 06:32](1080 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [31:12, 09:08] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [06:18, 02:59](1155 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [23:12, 01:32] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:32, 01:24](255 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:25, 01:12](324 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:30, 00:45](330 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [15:11, 01:48] ( 12 warnings ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [03:30, 00:42](564 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:34, 00:23](445 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [24:11, 14:36] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [09:10, 05:22](1968 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:10, 12:59] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [14:11, 10:15](1971 MB) - -PASS -- COMPILE 'atml_intel' [15:10, 14:07] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:41, 08:24](1863 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [12:39, 09:19](1867 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [08:13, 05:51](1058 MB) - -PASS -- COMPILE 'atml_debug_intel' [09:10, 07:25] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:35, 07:41](1895 MB) - -PASS -- COMPILE 'atmw_intel' [15:11, 13:48] ( 9 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:17, 02:12](1894 MB) - -PASS -- COMPILE 'atmaero_intel' [15:10, 13:22] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:10, 04:54](1976 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:13, 05:25](1763 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:08, 05:26](1756 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [08:10, 06:15] ( 882 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [24:13, 21:10](4495 MB) - -PASS -- COMPILE 'atm_fbh_intel' [14:10, 12:36] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [15:30, 13:57](1116 MB) - -PASS -- COMPILE 'hafsw_intelllvm' [10:10, 08:11] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [11:21, 08:52](564 MB) - -PASS -- COMPILE 'hafsw_debug_intelllvm' [06:10, 04:58] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intelllvm' [23:09, 20:04](561 MB) +PASS -- TEST 'rap_control_intel' [11:14, 08:28](1060 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:04, 05:06](1267 MB) +PASS -- TEST 'rap_decomp_intel' [10:59, 08:49](1013 MB) +PASS -- TEST 'rap_2threads_intel' [10:59, 08:36](1170 MB) +PASS -- TEST 'rap_restart_intel' [10:46, 04:26](1034 MB) +PASS -- TEST 'rap_sfcdiff_intel' [11:05, 08:24](1057 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:04, 08:45](1017 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [11:53, 06:22](1065 MB) +PASS -- TEST 'hrrr_control_intel' [07:06, 04:21](1022 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:03, 04:26](1011 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:06, 04:12](1086 MB) +PASS -- TEST 'hrrr_control_restart_intel' [05:44, 02:21](936 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:25, 08:20](1048 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [13:27, 09:56](1974 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:27, 09:33](2018 MB) + +PASS -- COMPILE 'csawmg_intel' [14:11, 12:54] +PASS -- TEST 'control_csawmg_intel' [10:35, 07:36](1017 MB) +PASS -- TEST 'control_ras_intel' [06:31, 03:30](717 MB) + +PASS -- COMPILE 'wam_intel' [14:10, 12:48] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [15:04, 12:48](1647 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [15:10, 13:29] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:32, 03:36](1881 MB) +PASS -- TEST 'regional_control_faster_intel' [08:36, 06:15](1105 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [11:10, 10:01] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:44, 02:16](1599 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:49, 02:16](1596 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:22, 03:02](807 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:22, 02:44](813 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:40, 04:47](1124 MB) +PASS -- TEST 'control_ras_debug_intel' [04:22, 02:43](820 MB) +PASS -- TEST 'control_diag_debug_intel' [04:46, 02:46](1665 MB) +PASS -- TEST 'control_debug_p8_intel' [04:48, 02:42](1893 MB) +PASS -- TEST 'regional_debug_intel' [19:41, 17:22](1092 MB) +PASS -- TEST 'rap_control_debug_intel' [06:24, 04:56](1196 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:23, 04:44](1197 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:23, 04:53](1200 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:21, 04:59](1198 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [10:24, 05:07](1205 MB) +PASS -- TEST 'rap_diag_debug_intel' [10:36, 05:08](1285 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [09:29, 05:04](1207 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:23, 05:05](1196 MB) +PASS -- TEST 'rap_lndp_debug_intel' [08:23, 05:06](1193 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [11:26, 05:00](1202 MB) +PASS -- TEST 'rap_noah_debug_intel' [09:25, 04:52](1199 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [10:27, 04:58](1199 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:26, 07:55](1193 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [08:26, 04:46](1199 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [09:26, 05:02](1199 MB) +PASS -- TEST 'rap_flake_debug_intel' [09:26, 05:05](1202 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:33, 08:42](1200 MB) + +PASS -- COMPILE 'wam_debug_intel' [08:11, 06:40] ( 837 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:45, 13:14](1678 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [19:11, 12:41] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:56, 05:09](1142 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:25, 07:14](1002 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [08:08, 03:51](922 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [11:17, 07:29](1076 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:10, 03:46](939 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:02, 03:57](893 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [12:39, 05:27](974 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:46, 02:04](881 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:10, 12:20] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:59, 02:52](1160 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:45, 01:07](1105 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:43, 01:27](1066 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:10, 13:34] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:54, 04:39](973 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:10, 06:46] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:25, 04:53](1086 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:25, 04:43](1075 MB) +PASS -- TEST 'conus13km_debug_intel' [16:54, 13:49](1227 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:52, 14:06](924 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:45, 08:17](1163 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:44, 13:42](1301 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:11, 06:54] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:27, 05:04](1129 MB) + +PASS -- COMPILE 'hafsw_intel' [17:11, 15:35] ( 1 warnings 10 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [09:24, 06:17](743 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:31, 06:49](1127 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:36, 07:56](815 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [31:26, 28:29](846 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [37:38, 34:40](1025 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:12, 07:48](497 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [12:36, 09:28](512 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:56, 03:44](377 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [15:49, 10:56](473 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:59, 05:13](524 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:01, 05:01](528 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [09:02, 06:17](571 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [06:34, 01:44](401 MB) +PASS -- TEST 'gnv1_nested_intel' [11:41, 04:31](1716 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [09:11, 07:33] ( 1462 warnings 1490 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [18:10, 13:38](580 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [16:11, 15:06] ( 9 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [21:19, 15:37](657 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [21:30, 15:24](719 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [16:11, 15:03] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [19:10, 11:27](710 MB) + +PASS -- COMPILE 'hafs_all_intel' [15:11, 14:04] ( 9 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [14:20, 08:18](805 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [14:13, 08:12](790 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:06, 16:27](1201 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:10, 08:19] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:20, 03:00](1151 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:20, 01:55](1095 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:19, 02:52](1020 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [06:20, 02:55](1016 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:20, 02:55](1013 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:19, 02:59](1158 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:22, 02:59](1156 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:19, 02:51](1024 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:19, 06:38](1028 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:23, 06:38](1015 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:17, 02:59](1156 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:20, 04:19](2454 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:19, 04:21](2463 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:10, 05:04] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:19, 06:31](1087 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:10, 08:02] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:18, 03:00](1160 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:10, 01:20] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:30, 01:20](253 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:25, 01:07](325 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:27, 00:42](321 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:10, 01:40] ( 12 warnings ) +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:31, 00:37](558 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:33, 00:23](446 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:10, 14:07] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:20, 04:25](1972 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:11, 13:18] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [11:07, 08:32](1967 MB) + +PASS -- COMPILE 'atml_intel' [16:11, 14:15] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:43, 07:09](1863 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [09:33, 06:54](1856 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:12, 03:36](1056 MB) + +PASS -- COMPILE 'atml_debug_intel' [09:10, 07:30] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:41, 06:39](1886 MB) + +PASS -- COMPILE 'atmw_intel' [15:10, 13:46] ( 9 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:19, 02:12](1907 MB) + +PASS -- COMPILE 'atmaero_intel' [15:10, 13:16] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:17, 04:34](1972 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:11, 05:24](1761 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:06, 05:27](1755 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [08:10, 06:43] ( 882 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [25:10, 21:12](4474 MB) + +PASS -- COMPILE 'atm_fbh_intel' [14:10, 12:12] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [15:31, 13:53](1116 MB) + +PASS -- COMPILE 'hafsw_intelllvm' [09:10, 07:57] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [11:43, 08:32](575 MB) + +PASS -- COMPILE 'hafsw_debug_intelllvm' [06:10, 04:53] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intelllvm' [22:08, 20:05](566 MB) SYNOPSIS: -Starting Date/Time: 20241208 21:46:38 -Ending Date/Time: 20241209 00:12:19 -Total Time: 02h:26m:09s -Compiles Completed: 42/45 -Tests Completed: 186/191 -Failed Compiles: -* COMPILE s2swa_32bit_intel: FAILED: UNABLE TO FINISH COMPILE --- LOG: /work/noaa/epic/nandoam/regression-testing/wm/orion/2419/ufs-weather-model/tests/logs/log_orion/compile_s2swa_32bit_intel.log -* COMPILE s2swa_32bit_pdlib_sfs_intel: FAILED: UNABLE TO FINISH COMPILE --- LOG: /work/noaa/epic/nandoam/regression-testing/wm/orion/2419/ufs-weather-model/tests/logs/log_orion/compile_s2swa_32bit_pdlib_sfs_intel.log -* COMPILE s2s_intel: FAILED: UNABLE TO FINISH COMPILE --- LOG: /work/noaa/epic/nandoam/regression-testing/wm/orion/2419/ufs-weather-model/tests/logs/log_orion/compile_s2s_intel.log - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF ORION REGRESSION TESTING LOG==== -====START OF ORION REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -7f91b3de985a4799ef7f11450059958002f6aa8c - -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) - 6c497bdfce0add89af9df9ad4be4a6a1bdf48494 CICE-interface/CICE (remotes/origin/restart_fh) - 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) - 3d3d28c120a1ad343f91e0e14dd38cd0cde6ae96 CMEPS-interface/CMEPS (remotes/origin/restart_fh) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 1648e176fa869d0ca9ce9ea5822b3594afd8c353 FV3 (heads/develop) - 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) - 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) - dab57fcce3f1abf16eb01f22469ea84279f67b19 FV3/ccpp/physics (EP4-1079-gdab57fcc) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - ce5f3b146861cf6c95e1c14c640ede1ed97e6eef FV3/upp (upp_v10.2.0-243-gce5f3b14) --179cae1dd84401cf25d250bd9102e66560a9d328 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) - e2f6c128f939faec4efa3ce88f3f9025804fb3ae MOM6-interface/MOM6 (remotes/origin/restart_fh) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) - bdf039138204122991cea42729ee44c17ae7dd49 WW3 (6.07.1-353-gbdf03913) - 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: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20241206 -COMPARISON DIRECTORY: /work2/noaa/epic/nandoam/stmp/orion/nandoam/FV3_RT/rt_1572727 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-b) - NEW BASELINES FROM FILE: test_changes.list -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_32bit_intel' [33:12, 16:48] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [59:38, 28:38](2077 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [25:12, 19:34] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [02:06, 24:21](1945 MB) - -PASS -- COMPILE 's2s_intel' [31:12, 14:44] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [35:07, 09:17](3041 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [30:06, 04:13](3022 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:57, 01:38](2483 MB) - -SYNOPSIS: -Starting Date/Time: 20241209 14:17:43 -Ending Date/Time: 20241209 15:51:53 -Total Time: 01h:34m:30s -Compiles Completed: 3/3 -Tests Completed: 5/5 +Starting Date/Time: 20241213 13:42:22 +Ending Date/Time: 20241213 15:40:57 +Total Time: 01h:59m:15s +Compiles Completed: 45/45 +Tests Completed: 191/191 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index 09d219daef..8f53d5f439 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,15 +1,15 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -7f91b3de985a4799ef7f11450059958002f6aa8c +19498cc1894245fe8afe365dd87dbe5d8862b35f 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) - 6c497bdfce0add89af9df9ad4be4a6a1bdf48494 CICE-interface/CICE (remotes/origin/restart_fh) + 51f8cd20c15fe39ef1168d59d5077812b6508544 CDEPS-interface/CDEPS (remotes/origin/sync_escomp_2024-10) + ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) - 3d3d28c120a1ad343f91e0e14dd38cd0cde6ae96 CMEPS-interface/CMEPS (remotes/origin/restart_fh) + 507ca48f4586fbeb7b0e23e5cfa9321bc3f02a1d CMEPS-interface/CMEPS (cmeps_v0.4.1-3103-g507ca48f) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) 1648e176fa869d0ca9ce9ea5822b3594afd8c353 FV3 (heads/develop) 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) @@ -23,11 +23,11 @@ Submodule hashes used in testing: 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) - e2f6c128f939faec4efa3ce88f3f9025804fb3ae MOM6-interface/MOM6 (remotes/origin/restart_fh) + 8cc8b70f0143e803efb842ed871f9be3062862a4 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10231-g8cc8b70f0) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) - bdf039138204122991cea42729ee44c17ae7dd49 WW3 (6.07.1-353-gbdf03913) + 29063ec7b631d3a967172e8c45c5af13a18e0a82 WW3 (6.07.1-350-g29063ec7) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -38,311 +38,242 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20241206 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_140731 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20241212 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_10719 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:29, 11:23] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [19:17, 02:30](3085 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [13:27, 11:58] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:19, 03:30](1802 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [58:09, 02:44](1826 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [58:08, 02:45](977 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:20, 03:07](1789 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [13:29, 12:09] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [19:17, 01:32](1800 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:22, 05:17] ( 1500 warnings 1986 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:26, 02:45](1834 MB) - -PASS -- COMPILE 's2swa_intel' [13:30, 11:29] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [19:16, 02:00](3115 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [19:16, 03:15](3117 MB) -PASS -- TEST 'cpld_restart_p8_intel' [00:43, 02:18](3045 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [19:16, 03:13](3138 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [59:19, 02:34](3066 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [19:16, 01:49](3358 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [19:16, 01:54](3106 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [19:17, 02:57](3051 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [19:16, 02:12](3116 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [19:25, 05:23](4107 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [41:00, 04:39](4255 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [19:16, 02:03](3099 MB) - -PASS -- COMPILE 's2sw_intel' [12:27, 10:48] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [20:20, 02:33](1832 MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_nowave_noaero_p8_intel' [, ]( MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:28, 10:14] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [20:18, 02:25](1872 MB) - -PASS -- COMPILE 's2s_intel' [12:28, 10:17] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [20:17, 02:23](2858 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [20:17, 02:07](2871 MB) -PASS -- TEST 'cpld_restart_c48_intel' [15:16, 02:11](2280 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:31, 16:10] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [15:16, 02:59](3114 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [13:30, 11:56] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:16, 02:35](1832 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [48:32, 02:12](1004 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [48:13, 02:07](1795 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:21, 05:17] ( 1500 warnings 1986 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [18:04, 02:02](1844 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:25, 09:46] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [06:43, 02:05](569 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:25, 02:10](1465 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:34, 02:15](1475 MB) -PASS -- TEST 'control_latlon_intel' [02:42, 01:54](1469 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [01:51, 02:03](1466 MB) -PASS -- TEST 'control_c48_intel' [01:16, 02:17](1571 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [01:16, 01:54](692 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [01:09, 02:17](1569 MB) -PASS -- TEST 'control_c192_intel' [00:48, 01:56](1590 MB) -PASS -- TEST 'control_c384_intel' [00:31, 02:39](1881 MB) -PASS -- TEST 'control_c384gdas_intel' [00:11, 02:51](1082 MB) -PASS -- TEST 'control_stochy_intel' [59:19, 02:08](522 MB) -PASS -- TEST 'control_stochy_restart_intel' [47:37, 01:53](378 MB) -PASS -- TEST 'control_lndp_intel' [59:18, 02:11](522 MB) -PASS -- TEST 'control_iovr4_intel' [58:42, 01:53](521 MB) -PASS -- TEST 'control_iovr5_intel' [58:36, 01:44](516 MB) -PASS -- TEST 'control_p8_intel' [58:35, 02:30](1765 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [58:20, 02:16](1746 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [58:20, 02:42](1762 MB) -PASS -- TEST 'control_restart_p8_intel' [44:06, 02:20](912 MB) -PASS -- TEST 'control_noqr_p8_intel' [58:13, 01:52](1753 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [43:59, 02:20](921 MB) -PASS -- TEST 'control_decomp_p8_intel' [58:13, 01:45](1759 MB) -PASS -- TEST 'control_2threads_p8_intel' [57:35, 02:29](1836 MB) -PASS -- TEST 'control_p8_lndp_intel' [57:02, 02:23](1757 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [56:44, 02:25](1815 MB) -PASS -- TEST 'control_p8_mynn_intel' [56:03, 02:46](1768 MB) -PASS -- TEST 'merra2_thompson_intel' [56:00, 02:47](1760 MB) -PASS -- TEST 'regional_control_intel' [54:04, 02:08](871 MB) -PASS -- TEST 'regional_restart_intel' [40:09, 02:07](852 MB) -PASS -- TEST 'regional_decomp_intel' [53:56, 01:49](880 MB) -PASS -- TEST 'regional_2threads_intel' [53:15, 01:35](922 MB) -PASS -- TEST 'regional_noquilt_intel' [49:50, 01:22](1199 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [48:09, 02:08](877 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [47:39, 01:12](860 MB) -PASS -- TEST 'regional_wofs_intel' [47:09, 01:38](1568 MB) - -PASS -- COMPILE 'rrfs_intel' [10:23, 08:55] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [09:54, 03:15](899 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:55, 01:42](1058 MB) -PASS -- TEST 'rap_decomp_intel' [09:54, 03:02](909 MB) -PASS -- TEST 'rap_2threads_intel' [09:54, 02:43](983 MB) -PASS -- TEST 'rap_restart_intel' [46:48, 02:42](777 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:54, 03:20](900 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:54, 02:46](900 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [46:00, 02:39](782 MB) -PASS -- TEST 'hrrr_control_intel' [09:54, 03:17](902 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [09:54, 03:14](899 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [09:05, 02:43](976 MB) -PASS -- TEST 'hrrr_control_restart_intel' [45:59, 02:03](730 MB) -PASS -- TEST 'rrfs_v1beta_intel' [44:44, 02:55](899 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [44:00, 02:16](1858 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [43:52, 01:39](1842 MB) - -PASS -- COMPILE 'csawmg_intel' [09:23, 08:08] -PASS -- TEST 'control_csawmg_intel' [10:55, 01:58](861 MB) -PASS -- TEST 'control_ras_intel' [10:55, 01:27](558 MB) - -PASS -- COMPILE 'wam_intel' [11:24, 08:23] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [43:11, 01:52](1552 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [12:26, 08:39] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [42:54, 02:27](1754 MB) -PASS -- TEST 'regional_control_faster_intel' [42:30, 01:35](880 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [11:25, 07:48] ( 867 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [42:07, 01:52](1489 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [42:03, 01:54](1491 MB) -PASS -- TEST 'control_stochy_debug_intel' [40:28, 01:45](692 MB) -PASS -- TEST 'control_lndp_debug_intel' [40:20, 02:03](695 MB) -PASS -- TEST 'control_csawmg_debug_intel' [40:18, 01:29](998 MB) -PASS -- TEST 'control_ras_debug_intel' [40:07, 02:08](700 MB) -PASS -- TEST 'control_diag_debug_intel' [39:58, 01:56](1552 MB) -PASS -- TEST 'control_debug_p8_intel' [39:04, 01:58](1783 MB) -PASS -- TEST 'regional_debug_intel' [38:44, 01:11](881 MB) -PASS -- TEST 'rap_control_debug_intel' [37:22, 01:43](1079 MB) -PASS -- TEST 'hrrr_control_debug_intel' [36:56, 01:53](1067 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [36:37, 01:42](1075 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [36:37, 01:40](1077 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [36:22, 01:41](1078 MB) -PASS -- TEST 'rap_diag_debug_intel' [36:14, 01:38](1160 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [35:50, 01:33](1078 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [35:32, 01:30](1079 MB) -PASS -- TEST 'rap_lndp_debug_intel' [35:15, 01:29](1079 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [35:11, 01:36](1078 MB) -PASS -- TEST 'rap_noah_debug_intel' [34:53, 01:19](1071 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [34:51, 02:07](1075 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [34:31, 01:50](1073 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [34:29, 01:59](1071 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [34:19, 02:08](1074 MB) -PASS -- TEST 'rap_flake_debug_intel' [34:16, 02:06](1080 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [34:02, 02:40](1084 MB) - -PASS -- COMPILE 'wam_debug_intel' [08:22, 04:32] ( 823 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [10:53, 01:54](1579 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:25, 08:10] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [33:33, 01:32](930 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [33:26, 02:38](783 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [33:21, 03:22](782 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [33:13, 02:43](834 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [31:14, 03:33](826 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [30:15, 02:29](777 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [23:31, 02:23](682 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [25:30, 01:18](659 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:24, 08:10] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [29:50, 02:08](991 MB) -PASS -- TEST 'conus13km_2threads_intel' [23:49, 01:53](988 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [22:49, 01:47](863 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:23, 08:15] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [29:47, 02:25](804 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:20, 04:33] ( 771 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [29:20, 01:58](954 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [29:19, 02:03](952 MB) -PASS -- TEST 'conus13km_debug_intel' [29:08, 01:27](1040 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [29:07, 01:36](708 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [28:55, 01:42](1045 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [28:32, 01:56](1109 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:19, 04:19] ( 771 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [28:19, 02:18](981 MB) - -PASS -- COMPILE 'hafsw_intel' [12:29, 09:55] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [28:08, 02:48](592 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [27:48, 01:51](957 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [27:39, 02:51](642 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [27:19, 02:47](672 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [27:16, 02:43](692 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [26:57, 02:04](373 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [26:29, 03:08](390 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [26:19, 02:26](280 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [26:01, 03:47](367 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [25:37, 02:31](399 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [25:35, 01:55](407 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [24:33, 02:25](469 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [24:07, 01:29](305 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [09:23, 04:54] ( 1444 warnings 1489 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [23:58, 02:14](499 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [13:28, 09:39] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [21:59, 01:58](508 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [20:39, 01:47](699 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [14:33, 09:50] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [20:39, 02:04](702 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:30, 09:15] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [20:30, 03:10](641 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [20:23, 03:06](613 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [20:08, 01:40](879 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:28, 09:59] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [20:07, 01:45](1812 MB) - -PASS -- COMPILE 'atml_intel' [13:27, 09:31] ( 8 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [08:23, 05:32] ( 866 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [11:25, 08:32] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [20:03, 02:34](3010 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [19:35, 01:58](2891 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [19:25, 01:55](2897 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [07:22, 04:20] ( 868 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [19:02, 02:26](4384 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:29, 11:24] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:47, 02:17](3087 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:30, 11:50] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [07:45, 03:39](1820 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [42:22, 03:00](1828 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [41:40, 02:32](975 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [07:46, 03:31](1792 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:30, 12:24] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [07:45, 01:56](1808 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:21, 05:18] ( 1500 warnings 1986 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [14:55, 02:25](1835 MB) + +PASS -- COMPILE 's2swa_intel' [13:29, 11:35] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:47, 02:53](3122 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:47, 02:40](3106 MB) +PASS -- TEST 'cpld_restart_p8_intel' [44:54, 02:52](3042 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:47, 02:58](3135 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [44:57, 02:48](3066 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [08:46, 01:49](3356 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:46, 01:44](3113 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:47, 02:26](3058 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:47, 02:07](3120 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [08:55, 05:39](4112 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [22:13, 05:02](4253 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:47, 02:00](3096 MB) + +PASS -- COMPILE 's2sw_intel' [13:29, 10:46] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:47, 02:21](1831 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:46, 02:55](1881 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:27, 10:04] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:48, 02:06](1886 MB) + +PASS -- COMPILE 's2s_intel' [12:27, 10:17] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:48, 01:59](2860 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [09:48, 01:48](2873 MB) +PASS -- TEST 'cpld_restart_c48_intel' [01:44, 02:15](2290 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:34, 16:18] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [03:41, 02:38](3117 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [13:29, 11:38] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [08:47, 02:38](1824 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [33:58, 02:24](1004 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [33:32, 02:59](1794 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:28, 05:12] ( 1500 warnings 1986 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [07:26, 02:14](1856 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:28, 09:25] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [57:42, 02:05](564 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [53:49, 02:17](1464 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [52:22, 01:51](1475 MB) +PASS -- TEST 'control_latlon_intel' [52:09, 02:05](1470 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [48:59, 01:52](1467 MB) +PASS -- TEST 'control_c48_intel' [48:02, 01:32](1565 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [47:18, 02:01](689 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [47:03, 01:52](1569 MB) +PASS -- TEST 'control_c192_intel' [46:18, 02:10](1587 MB) +PASS -- TEST 'control_c384_intel' [45:56, 03:03](1878 MB) +PASS -- TEST 'control_c384gdas_intel' [44:59, 03:25](1077 MB) +PASS -- TEST 'control_stochy_intel' [44:30, 01:56](521 MB) +PASS -- TEST 'control_stochy_restart_intel' [34:55, 01:56](326 MB) +PASS -- TEST 'control_lndp_intel' [43:07, 02:00](519 MB) +PASS -- TEST 'control_iovr4_intel' [43:05, 02:21](521 MB) +PASS -- TEST 'control_iovr5_intel' [43:00, 02:21](519 MB) +PASS -- TEST 'control_p8_intel' [43:00, 02:02](1758 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [43:00, 02:36](1754 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [42:27, 02:27](1759 MB) +PASS -- TEST 'control_restart_p8_intel' [32:33, 02:10](912 MB) +PASS -- TEST 'control_noqr_p8_intel' [40:47, 02:27](1746 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [31:18, 02:05](918 MB) +PASS -- TEST 'control_decomp_p8_intel' [40:10, 02:23](1756 MB) +PASS -- TEST 'control_2threads_p8_intel' [40:10, 02:39](1834 MB) +PASS -- TEST 'control_p8_lndp_intel' [39:40, 02:06](1761 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [39:40, 02:55](1811 MB) +PASS -- TEST 'control_p8_mynn_intel' [39:23, 02:57](1772 MB) +PASS -- TEST 'merra2_thompson_intel' [38:55, 03:19](1761 MB) +PASS -- TEST 'regional_control_intel' [38:26, 01:26](871 MB) +PASS -- TEST 'regional_restart_intel' [20:14, 01:31](851 MB) +PASS -- TEST 'regional_decomp_intel' [38:18, 01:52](880 MB) +PASS -- TEST 'regional_2threads_intel' [37:04, 02:00](926 MB) +PASS -- TEST 'regional_noquilt_intel' [34:34, 01:44](1204 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [33:20, 02:11](877 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [33:20, 01:27](870 MB) +PASS -- TEST 'regional_wofs_intel' [32:31, 01:46](1570 MB) + +PASS -- COMPILE 'rrfs_intel' [10:26, 08:42] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [59:21, 02:14](896 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [59:22, 01:55](1057 MB) +PASS -- TEST 'rap_decomp_intel' [59:21, 02:06](907 MB) +PASS -- TEST 'rap_2threads_intel' [59:21, 02:16](990 MB) +PASS -- TEST 'rap_restart_intel' [31:48, 02:52](778 MB) +PASS -- TEST 'rap_sfcdiff_intel' [59:21, 02:52](901 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [59:21, 02:41](902 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [31:07, 02:57](777 MB) +PASS -- TEST 'hrrr_control_intel' [59:21, 02:45](901 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [59:21, 02:44](903 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [58:26, 02:57](975 MB) +PASS -- TEST 'hrrr_control_restart_intel' [31:07, 02:20](733 MB) +PASS -- TEST 'rrfs_v1beta_intel' [29:55, 02:16](897 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [29:15, 01:53](1857 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [29:00, 02:20](1848 MB) + +PASS -- COMPILE 'csawmg_intel' [15:32, 08:06] +PASS -- TEST 'control_csawmg_intel' [28:43, 01:44](857 MB) +PASS -- TEST 'control_ras_intel' [28:02, 01:34](557 MB) + +PASS -- COMPILE 'wam_intel' [15:32, 08:13] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [28:02, 01:19](1551 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [16:33, 08:22] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [27:47, 02:01](1749 MB) +PASS -- TEST 'regional_control_faster_intel' [27:24, 01:52](868 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [15:32, 07:34] ( 867 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [27:03, 01:24](1491 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [25:26, 02:11](1493 MB) +PASS -- TEST 'control_stochy_debug_intel' [22:12, 01:20](693 MB) +PASS -- TEST 'control_lndp_debug_intel' [21:54, 01:45](694 MB) +PASS -- TEST 'control_csawmg_debug_intel' [20:44, 01:40](998 MB) +PASS -- TEST 'control_ras_debug_intel' [20:12, 02:22](704 MB) +PASS -- TEST 'control_diag_debug_intel' [19:58, 02:03](1554 MB) +PASS -- TEST 'control_debug_p8_intel' [19:20, 01:25](1792 MB) +PASS -- TEST 'regional_debug_intel' [18:00, 01:25](892 MB) +PASS -- TEST 'rap_control_debug_intel' [17:43, 01:46](1079 MB) +PASS -- TEST 'hrrr_control_debug_intel' [17:42, 01:38](1067 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [17:40, 01:37](1075 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [17:20, 01:44](1077 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [16:24, 01:28](1079 MB) +PASS -- TEST 'rap_diag_debug_intel' [16:18, 02:09](1159 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [16:12, 02:14](1080 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [15:23, 01:49](1081 MB) +PASS -- TEST 'rap_lndp_debug_intel' [15:16, 01:55](1078 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [15:15, 01:52](1090 MB) +PASS -- TEST 'rap_noah_debug_intel' [15:13, 01:48](1070 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [13:31, 01:26](1075 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [13:28, 02:24](1073 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [13:25, 01:36](1069 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [12:29, 02:17](1074 MB) +PASS -- TEST 'rap_flake_debug_intel' [12:21, 02:20](1078 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:10, 02:38](1077 MB) + +PASS -- COMPILE 'wam_debug_intel' [11:26, 04:21] ( 823 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [11:45, 01:56](1577 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:31, 08:03] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [11:23, 02:27](929 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:36, 02:51](783 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [10:03, 03:30](776 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:45, 02:37](835 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [09:24, 03:04](824 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [09:20, 02:44](776 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [58:15, 02:15](678 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [00:15, 01:31](663 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:28, 07:59] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [09:09, 01:54](990 MB) +PASS -- TEST 'conus13km_2threads_intel' [59:14, 02:12](990 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [58:42, 01:19](865 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:28, 08:07] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:16, 02:07](809 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [15:32, 04:33] ( 771 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:54, 02:24](952 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:09, 01:32](949 MB) +PASS -- TEST 'conus13km_debug_intel' [06:03, 01:35](1041 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [06:03, 01:26](713 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [05:50, 01:26](1042 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [05:44, 01:28](1107 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [14:31, 04:20] ( 771 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:50, 02:05](978 MB) + +PASS -- COMPILE 'hafsw_intel' [19:42, 09:50] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [04:44, 02:28](591 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:44, 01:50](958 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [04:40, 02:42](644 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [04:40, 03:12](668 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [04:39, 02:36](690 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [02:59, 02:14](376 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [02:53, 03:09](387 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [01:54, 02:31](373 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [01:53, 03:48](365 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [01:14, 02:16](401 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [58:16, 02:21](464 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [57:40, 02:35](474 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [57:24, 01:29](301 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [15:38, 04:52] ( 1444 warnings 1489 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [57:25, 01:43](500 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [20:45, 09:40] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [56:20, 02:04](512 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [54:41, 02:07](698 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [20:45, 09:53] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [54:35, 02:41](702 MB) + +PASS -- COMPILE 'hafs_all_intel' [19:35, 09:07] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [54:16, 02:22](638 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [54:00, 02:30](622 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [53:46, 02:03](879 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [19:44, 10:01] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [53:10, 02:33](1818 MB) + +PASS -- COMPILE 'atml_intel' [19:43, 09:35] ( 8 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [13:36, 05:20] ( 866 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [15:29, 08:32] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [52:34, 02:22](3009 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [52:09, 02:00](2891 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [51:56, 02:56](2906 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [11:26, 04:24] ( 868 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [51:49, 02:31](4375 MB) SYNOPSIS: -Starting Date/Time: 20241209 18:26:53 -Ending Date/Time: 20241209 20:13:42 -Total Time: 01h:47m:19s +Starting Date/Time: 20241213 20:37:26 +Ending Date/Time: 20241213 22:40:47 +Total Time: 02h:04m:00s Compiles Completed: 33/33 -Tests Completed: 156/157 -Failed Tests: -* TEST cpld_control_nowave_noaero_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/NickSzapiro-NOAA/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_control_nowave_noaero_p8_intel.log - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF WCOSS2 REGRESSION TESTING LOG==== -====START OF WCOSS2 REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -7f91b3de985a4799ef7f11450059958002f6aa8c - -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) - 6c497bdfce0add89af9df9ad4be4a6a1bdf48494 CICE-interface/CICE (remotes/origin/restart_fh) - 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) - 3d3d28c120a1ad343f91e0e14dd38cd0cde6ae96 CMEPS-interface/CMEPS (remotes/origin/restart_fh) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 1648e176fa869d0ca9ce9ea5822b3594afd8c353 FV3 (heads/develop) - 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) - 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) - dab57fcce3f1abf16eb01f22469ea84279f67b19 FV3/ccpp/physics (EP4-1079-gdab57fcc) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - ce5f3b146861cf6c95e1c14c640ede1ed97e6eef FV3/upp (upp_v10.2.0-243-gce5f3b14) --179cae1dd84401cf25d250bd9102e66560a9d328 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) - e2f6c128f939faec4efa3ce88f3f9025804fb3ae MOM6-interface/MOM6 (remotes/origin/restart_fh) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) - bdf039138204122991cea42729ee44c17ae7dd49 WW3 (6.07.1-353-gbdf03913) - 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20241206 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_192903 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: GFS-DEV -* (-n) - RUN SINGLE TEST: cpld_control_nowave_noaero_p8 -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2sw_intel' [13:26, 11:04] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [46:16, 02:36](1877 MB) - -SYNOPSIS: -Starting Date/Time: 20241210 14:00:10 -Ending Date/Time: 20241210 14:30:33 -Total Time: 00h:30m:44s -Compiles Completed: 1/1 -Tests Completed: 1/1 +Tests Completed: 157/157 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/parm/global_control.nml.IN b/tests/parm/global_control.nml.IN index aeb1c11b2e..77f3c513ae 100644 --- a/tests/parm/global_control.nml.IN +++ b/tests/parm/global_control.nml.IN @@ -251,15 +251,15 @@ ca_trigger = @[CA_TRIGGER] nspinup = @[NSPINUP] iseed_ca = @[ISEED_CA] -@[HIDE_LAND_PERT] lndp_type = @[LNDP_TYPE] -@[HIDE_LAND_PERT] n_var_lndp = @[N_VAR_LNDP] -@[HIDE_NEST] lcnorm = @[LCNORM] -@[HIDE_SPPT] pert_mp = @[PERT_MP] -@[HIDE_SPPT] pert_radtend = @[PERT_RADTEND] -@[HIDE_SPPT] pert_clds = @[PERT_CLDS] -@[HIDE_IAU] iau_inc_files= @[IAU_INC_FILES] -@[HIDE_IAU] iau_drymassfixer = .false. -@[HIDE_IAU] iau_filter_increments = @[IAU_FILTER_INCREMENTS] + lndp_type = @[LNDP_TYPE] + n_var_lndp = @[N_VAR_LNDP] + lcnorm = @[LCNORM] + pert_mp = @[PERT_MP] + pert_radtend = @[PERT_RADTEND] + pert_clds = @[PERT_CLDS] + iau_inc_files= @[IAU_INC_FILES] + iau_drymassfixer = .false. + iau_filter_increments = @[IAU_FILTER_INCREMENTS] / &cires_ugwp_nml @@ -391,43 +391,43 @@ / &nam_stochy -@[HIDE_SKEB] skeb = @[SKEB] -@[HIDE_SKEB] iseed_skeb = @[ISEED_SKEB] -@[HIDE_SKEB] skeb_tau = @[SKEB_TAU] -@[HIDE_SKEB] skeb_lscale = @[SKEB_LSCALE] -@[HIDE_SKEB] skebnorm = @[SKEBNORM] -@[HIDE_SKEB] skeb_npass = @[SKEB_NPASS] -@[HIDE_SKEB] skeb_vdof = @[SKEB_VDOF] -@[HIDE_SHUM] shum = @[SHUM] -@[HIDE_SHUM] iseed_shum = @[ISEED_SHUM] -@[HIDE_SHUM] shum_tau = @[SHUM_TAU] -@[HIDE_SHUM] shum_lscale = @[SHUM_LSCALE] -@[HIDE_SPPT] sppt = @[SPPT] -@[HIDE_SPPT] iseed_sppt = @[ISEED_SPPT] -@[HIDE_SPPT] sppt_tau = @[SPPT_TAU] -@[HIDE_SPPT] sppt_lscale = @[SPPT_LSCALE] -@[HIDE_SPPT] sppt_logit = @[SPPT_LOGIT] -@[HIDE_SPPT] sppt_sfclimit = @[SPPT_SFCLIMIT] -@[HIDE_SPPT] use_zmtnblck = @[USE_ZMTNBLCK] -@[HIDE_SPPT] pbl_taper = @[PBL_TAPER] -@[HIDE_OCNSPPT] OCNSPPT = @[OCNSPPT] -@[HIDE_OCNSPPT] OCNSPPT_LSCALE = @[OCNSPPT_LSCALE] -@[HIDE_OCNSPPT] OCNSPPT_TAU = @[OCNSPPT_TAU] -@[HIDE_OCNSPPT] ISEED_OCNSPPT =@[ISEED_OCNSPPT] -@[HIDE_EPBL] EPBL = @[EPBL] -@[HIDE_EPBL] EPBL_LSCALE = @[EPBL_LSCALE] -@[HIDE_EPBL] EPBL_TAU = @[EPBL_TAU] -@[HIDE_EPBL] ISEED_EPBL = @[ISEED_EPBL] + skeb = @[SKEB] + iseed_skeb = @[ISEED_SKEB] + skeb_tau = @[SKEB_TAU] + skeb_lscale = @[SKEB_LSCALE] + skebnorm = @[SKEBNORM] + skeb_npass = @[SKEB_NPASS] + skeb_vdof = @[SKEB_VDOF] + shum = @[SHUM] + iseed_shum = @[ISEED_SHUM] + shum_tau = @[SHUM_TAU] + shum_lscale = @[SHUM_LSCALE] + sppt = @[SPPT] + iseed_sppt = @[ISEED_SPPT] + sppt_tau = @[SPPT_TAU] + sppt_lscale = @[SPPT_LSCALE] + sppt_logit = @[SPPT_LOGIT] + sppt_sfclimit = @[SPPT_SFCLIMIT] + use_zmtnblck = @[USE_ZMTNBLCK] + pbl_taper = @[PBL_TAPER] + OCNSPPT = @[OCNSPPT] + OCNSPPT_LSCALE = @[OCNSPPT_LSCALE] + OCNSPPT_TAU = @[OCNSPPT_TAU] + ISEED_OCNSPPT =@[ISEED_OCNSPPT] + EPBL = @[EPBL] + EPBL_LSCALE = @[EPBL_LSCALE] + EPBL_TAU = @[EPBL_TAU] + ISEED_EPBL = @[ISEED_EPBL] / &nam_sfcperts -@[HIDE_LAND_PERT] lndp_type = @[LNDP_TYPE] -@[HIDE_LAND_PERT] lndp_model_type = @[LNDP_MODEL_TYPE] -@[HIDE_LAND_PERT] LNDP_TAU=@[LNDP_TAU] -@[HIDE_LAND_PERT] LNDP_LSCALE=@[LNDP_LSCALE] -@[HIDE_LAND_PERT] ISEED_LNDP=@[ISEED_LNDP] -@[HIDE_LAND_PERT] lndp_var_list = @[LNDP_VAR_LIST] -@[HIDE_LAND_PERT] lndp_prt_list = @[LNDP_PRT_LIST] + lndp_type = @[LNDP_TYPE] + lndp_model_type = @[LNDP_MODEL_TYPE] + LNDP_TAU=@[LNDP_TAU] + LNDP_LSCALE=@[LNDP_LSCALE] + ISEED_LNDP=@[ISEED_LNDP] + lndp_var_list = @[LNDP_VAR_LIST] + lndp_prt_list = @[LNDP_PRT_LIST] / &MOM_input_nml diff --git a/tests/parm/global_control_lnd_iau.nml.IN b/tests/parm/global_control_lnd_iau.nml.IN index 170230dc63..c781e0d6b3 100644 --- a/tests/parm/global_control_lnd_iau.nml.IN +++ b/tests/parm/global_control_lnd_iau.nml.IN @@ -251,15 +251,6 @@ ca_trigger = @[CA_TRIGGER] nspinup = @[NSPINUP] iseed_ca = @[ISEED_CA] -@[HIDE_LAND_PERT] lndp_type = @[LNDP_TYPE] -@[HIDE_LAND_PERT] n_var_lndp = @[N_VAR_LNDP] -@[HIDE_NEST] lcnorm = @[LCNORM] -@[HIDE_SPPT] pert_mp = @[PERT_MP] -@[HIDE_SPPT] pert_radtend = @[PERT_RADTEND] -@[HIDE_SPPT] pert_clds = @[PERT_CLDS] -@[HIDE_IAU] iau_inc_files= @[IAU_INC_FILES] -@[HIDE_IAU] iau_drymassfixer = .false. -@[HIDE_IAU] iau_filter_increments = @[IAU_FILTER_INCREMENTS] / &land_iau_nml @@ -403,44 +394,14 @@ grid_file = 'INPUT/grid_spec.nc' / -&nam_stochy -@[HIDE_SKEB] skeb = @[SKEB] -@[HIDE_SKEB] iseed_skeb = @[ISEED_SKEB] -@[HIDE_SKEB] skeb_tau = @[SKEB_TAU] -@[HIDE_SKEB] skeb_lscale = @[SKEB_LSCALE] -@[HIDE_SKEB] skebnorm = @[SKEBNORM] -@[HIDE_SKEB] skeb_npass = @[SKEB_NPASS] -@[HIDE_SKEB] skeb_vdof = @[SKEB_VDOF] -@[HIDE_SHUM] shum = @[SHUM] -@[HIDE_SHUM] iseed_shum = @[ISEED_SHUM] -@[HIDE_SHUM] shum_tau = @[SHUM_TAU] -@[HIDE_SHUM] shum_lscale = @[SHUM_LSCALE] -@[HIDE_SPPT] sppt = @[SPPT] -@[HIDE_SPPT] iseed_sppt = @[ISEED_SPPT] -@[HIDE_SPPT] sppt_tau = @[SPPT_TAU] -@[HIDE_SPPT] sppt_lscale = @[SPPT_LSCALE] -@[HIDE_SPPT] sppt_logit = @[SPPT_LOGIT] -@[HIDE_SPPT] sppt_sfclimit = @[SPPT_SFCLIMIT] -@[HIDE_SPPT] use_zmtnblck = @[USE_ZMTNBLCK] -@[HIDE_SPPT] pbl_taper = @[PBL_TAPER] -@[HIDE_OCNSPPT] OCNSPPT = @[OCNSPPT] -@[HIDE_OCNSPPT] OCNSPPT_LSCALE = @[OCNSPPT_LSCALE] -@[HIDE_OCNSPPT] OCNSPPT_TAU = @[OCNSPPT_TAU] -@[HIDE_OCNSPPT] ISEED_OCNSPPT =@[ISEED_OCNSPPT] -@[HIDE_EPBL] EPBL = @[EPBL] -@[HIDE_EPBL] EPBL_LSCALE = @[EPBL_LSCALE] -@[HIDE_EPBL] EPBL_TAU = @[EPBL_TAU] -@[HIDE_EPBL] ISEED_EPBL = @[ISEED_EPBL] -/ - &nam_sfcperts -@[HIDE_LAND_PERT] lndp_type = @[LNDP_TYPE] -@[HIDE_LAND_PERT] lndp_model_type = @[LNDP_MODEL_TYPE] -@[HIDE_LAND_PERT] LNDP_TAU=@[LNDP_TAU] -@[HIDE_LAND_PERT] LNDP_LSCALE=@[LNDP_LSCALE] -@[HIDE_LAND_PERT] ISEED_LNDP=@[ISEED_LNDP] -@[HIDE_LAND_PERT] lndp_var_list = @[LNDP_VAR_LIST] -@[HIDE_LAND_PERT] lndp_prt_list = @[LNDP_PRT_LIST] + lndp_type = @[LNDP_TYPE] + lndp_model_type = @[LNDP_MODEL_TYPE] + LNDP_TAU=@[LNDP_TAU] + LNDP_LSCALE=@[LNDP_LSCALE] + ISEED_LNDP=@[ISEED_LNDP] + lndp_var_list = @[LNDP_VAR_LIST] + lndp_prt_list = @[LNDP_PRT_LIST] / &MOM_input_nml diff --git a/tests/test_changes.list b/tests/test_changes.list index 32bee137ed..c4ea4a8d43 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,3 +1,3 @@ -cpld_control_p8 intel -cpld_restart_p8 intel -cpld_control_p8 intelllvm +hafs_regional_docn intel +hafs_regional_docn_oisst intel +hafs_regional_datm_cdeps intel diff --git a/tests/tests/control_c48_lnd_iau b/tests/tests/control_c48_lnd_iau index 702c908d93..9852b68dbd 100644 --- a/tests/tests/control_c48_lnd_iau +++ b/tests/tests/control_c48_lnd_iau @@ -75,6 +75,8 @@ export IOVR=3 export IMO=192 export JMO=94 +export PERT_CLDS=.true. + export FNSMCC_control="'global_soilmgldas.statsgo.t92.192.94.grb'" export FNMSKH_control="'global_slmask.t62.192.94.grb'" export FNSMCC=${FNSMCC_control} diff --git a/tests/tests/cpld_debug_pdlib_p8 b/tests/tests/cpld_debug_pdlib_p8 index e2d0ea77c7..43ac0ebc3b 100644 --- a/tests/tests/cpld_debug_pdlib_p8 +++ b/tests/tests/cpld_debug_pdlib_p8 @@ -122,9 +122,5 @@ export K_SPLIT=2 export N_SPLIT=5 # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true.