From 434abdac18f94268bdc5432baa4f557d9443535e Mon Sep 17 00:00:00 2001 From: Innocent Souopgui Date: Thu, 16 Jan 2025 20:49:12 +0000 Subject: [PATCH 1/7] Use Rocky8 installation of Spack-Stack --- modulefiles/ufs_s4.intel.lua | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/modulefiles/ufs_s4.intel.lua b/modulefiles/ufs_s4.intel.lua index 60b48c46d4..91bdff3e6b 100644 --- a/modulefiles/ufs_s4.intel.lua +++ b/modulefiles/ufs_s4.intel.lua @@ -2,12 +2,15 @@ help([[ loads UFS Model prerequisites for S4/Intel ]]) -prepend_path("MODULEPATH", "/data/prod/jedi/spack-stack/spack-stack-1.6.0/envs/upp-addon-env/install/modulefiles/Core") +-- set the path to ecflow – ecflow/5.13.4 +prepend_path("MODULEPATH", "/data/prod/jedi/rocky8/modulefiles") -stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0" +prepend_path("MODULEPATH", "/data/prod/jedi/spack-stack/spack-stack-1.6.0/envs/fms-2024.01-ue-intel-2021.10.0/install/modulefiles/Core") + +stack_intel_ver=os.getenv("stack_intel_ver") or "2021.10.0" load(pathJoin("stack-intel", stack_intel_ver)) -stack_impi_ver=os.getenv("stack_impi_ver") or "2021.5.0" +stack_impi_ver=os.getenv("stack_impi_ver") or "2021.10.0" load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver)) stack_python_ver=os.getenv("stack_python_ver") or "3.10.13" From 60a63d983b3df7f4ae4b4cf31a1a3f2621475d18 Mon Sep 17 00:00:00 2001 From: Innocent Souopgui Date: Thu, 16 Jan 2025 21:26:29 +0000 Subject: [PATCH 2/7] Increase WLCLK to 45min for s4 --- tests/default_vars.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 410981d033..7400e434ef 100644 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -435,7 +435,11 @@ else fi export WLCLK_dflt=30 - +# extend WLCLK for s4, needed for cpld_debug_gfsv17 and cpld_debug_pdlib_p8 +if [[ ${MACHINE_ID} = s4 ]]; then + export WLCLK_dflt=45 +fi + export WLCLK=${WLCLK_dflt} export CMP_DATAONLY=false From af420af9d2526aecff9babf483a003f6c23b5515 Mon Sep 17 00:00:00 2001 From: Innocent Souopgui Date: Thu, 16 Jan 2025 21:28:22 +0000 Subject: [PATCH 3/7] Remove module purge for s4 --- tests/module-setup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/module-setup.sh b/tests/module-setup.sh index d39bbeb95c..6badfd3d2f 100755 --- a/tests/module-setup.sh +++ b/tests/module-setup.sh @@ -34,7 +34,6 @@ elif [[ ${MACHINE_ID} = s4 ]] ; then if ( ! eval module help > /dev/null 2>&1 ) ; then source /usr/share/lmod/lmod/init/bash fi - module purge elif [[ ${MACHINE_ID} = wcoss2 || ${MACHINE_ID} = acorn ]] ; then # We are on NOAA Cactus or Dogwood From 9ce71898f2cb031dac8ea1e0eae2754c4b34cf1b Mon Sep 17 00:00:00 2001 From: Innocent Souopgui Date: Thu, 16 Jan 2025 21:32:36 +0000 Subject: [PATCH 4/7] Update rocoto and ecflow version and use the default MAX_BUILD on s4 --- tests/rt.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/tests/rt.sh b/tests/rt.sh index 275ec03510..8aff32628d 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -882,18 +882,18 @@ case ${MACHINE_ID} in ;; s4) echo "rt.sh: Setting up s4..." + module use /data/prod/jedi/rocky8/modulefiles if [[ "${ROCOTO:-false}" == true ]] ; then - module load rocoto/1.3.2 + module load rocoto/1.3.7 ROCOTO_SCHEDULER=slurm fi if [[ "${ECFLOW:-false}" == true ]] ; then - module load ecflow/5.6.0 + module load ecflow/5.13.4 fi module load miniconda/3.8-s4 - module use /data/prod/jedi/spack-stack/modulefiles if [[ "${ECFLOW:-false}" == true ]] ; then - module load ecflow/5.8.4 + module load ecflow/5.13.4 ECF_HOST=$(hostname) ECF_PORT="$(( $(id -u) + 1500 ))" export ECF_PORT ECF_HOST @@ -1157,8 +1157,6 @@ if [[ ${ECFLOW} == true ]]; then # Reduce maximum number of compile jobs on jet and s4 because of licensing issues if [[ ${MACHINE_ID} = jet ]]; then MAX_BUILDS=5 - elif [[ ${MACHINE_ID} = s4 ]]; then - MAX_BUILDS=1 fi ECFLOW_RUN=${PATHRT}/ecflow_run From a2bb23411ec58d13960edb9fb818dbec7c18026d Mon Sep 17 00:00:00 2001 From: Innocent Souopgui Date: Thu, 16 Jan 2025 21:35:41 +0000 Subject: [PATCH 5/7] Use Rocky8 installation of Spack Stack on S4 --- tests/run_test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/run_test.sh b/tests/run_test.sh index cd46804607..841346af54 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -108,9 +108,9 @@ case ${MACHINE_ID} in module load nccmp ;; s4) - module use /data/prod/jedi/spack-stack/spack-stack-1.4.1/envs/ufs-pio-2.5.10/install/modulefiles/Core - module load stack-intel/2021.5.0 stack-intel-oneapi-mpi/2021.5.0 - module load miniconda/3.9.12 + module use /data/prod/jedi/spack-stack/spack-stack-1.6.0/envs/fms-2024.01-ue-intel-2021.10.0/install/modulefiles/Core + module load stack-intel/2021.10.0 stack-intel-oneapi-mpi/2021.10.0 + module load miniconda/3.8-s4 module load nccmp/1.9.0.1 ;; stampede|expanse|noaacloud) From fec3da5b1088901edb2d1dbb45f00a976c3923f2 Mon Sep 17 00:00:00 2001 From: Innocent Souopgui Date: Fri, 17 Jan 2025 13:17:49 +0000 Subject: [PATCH 6/7] Regression test log --- tests/logs/RegressionTests_s4.log | 383 +++++++++++++++--------------- tests/test_changes.list | 70 ------ 2 files changed, 195 insertions(+), 258 deletions(-) diff --git a/tests/logs/RegressionTests_s4.log b/tests/logs/RegressionTests_s4.log index 3d3336f7c1..e550a950b9 100644 --- a/tests/logs/RegressionTests_s4.log +++ b/tests/logs/RegressionTests_s4.log @@ -1,31 +1,34 @@ ====START OF S4 REGRESSION TESTING LOG==== UFSWM hash used in testing: -78892e674c5b283ae3fe4f575efc5836350a8bc8 +a2bb23411ec58d13960edb9fb818dbec7c18026d Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28f) - fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-1415-gf13e16e) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + 2eccb9f74ebd8dfc09b53d15f5a96c847b77c443 CDEPS-interface/CDEPS (cdeps0.4.17-310-g2eccb9f) + ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) + 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) + b5d1cc189fced4abcb13fc70ed2febb2aef61757 CMEPS-interface/CMEPS (cmeps_v0.4.1-2313-gb5d1cc1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) -+29e8d774f650f41231e302687e3061712aa680c0 FV3 (29e8d77) - 7c3102fccc493d4c006c936ea88e4b512f6f5251 FV3/atmos_cubed_sphere (201912_public_release-403-g7c3102f) - 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b076) + 7d998809dc84996248f93ced49730cfe92eae7cf FV3 (heads/develop) + 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) + 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) + 24643b0e0f9754d76176d60ce155bf8956bfb44d FV3/ccpp/physics (EP4-1092-g24643b0e) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) -+81b38a88d860ce7e34e8507c2246151a54d96a39 FV3/upp (upp_v10.2.0-218-g81b38a8) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --567edcc94bc418d0dcd6cdaafed448eeb5aab570 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 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) - 4b8777eb08b065d8a95e5317b6270a7a67ccf93e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10053-g4b8777e) + c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) + c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) + 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) - 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c7) + 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) + 29063ec7b631d3a967172e8c45c5af13a18e0a82 WW3 (6.07.1-350-g29063ec7) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -35,258 +38,262 @@ 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: /data/prod/emc.nemspara/RT/NEMSfv3gfs/develop-20240808 -COMPARISON DIRECTORY: /scratch/users/isouopgui/FV3_RT/rt_438194 +BASELINE DIRECTORY: /data/prod/emc.nemspara/RT/NEMSfv3gfs/develop-20250107 +COMPARISON DIRECTORY: /scratch/users/isouopgui/FV3_RT/rt_300989 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: star * (-c) - CREATE NEW BASELINES * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [12:10, 12:09] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:01, 06:58](2020 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:10, 11:44] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [23:08, 10:40](2163 MB) -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [13:10, 12:40] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [22:36, 17:41](1880 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:55, 18:57](2049 MB) +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [13:10, 11:37] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [35:09, 22:22](1906 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [33:12, 24:11](2054 MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'cpld_restart_gfsv17_intel' [, ]( MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'cpld_mpi_gfsv17_intel' [, ]( MB) -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [13:10, 12:48] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [21:32, 17:35](1881 MB) +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [13:10, 11:43] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [34:01, 22:25](1889 MB) -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:10, 05:49] ( 1525 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:45, 25:38](1913 MB) +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:10, 05:24] ( 1525 warnings 1936 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [31:54, 29:44](1928 MB) -PASS -- COMPILE 's2swa_intel' [12:11, 12:00] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [16:05, 06:48](2061 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [24:06, 07:00](2058 MB) +PASS -- COMPILE 's2swa_intel' [13:10, 11:43] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [45:23, 11:36](2218 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [45:19, 11:02](2218 MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'cpld_restart_p8_intel' [, ]( MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'cpld_control_qr_p8_intel' [, ]( MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'cpld_restart_qr_p8_intel' [, ]( MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'cpld_2threads_p8_intel' [, ]( MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'cpld_decomp_p8_intel' [, ]( MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'cpld_mpi_p8_intel' [, ]( MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:03, 07:27](2059 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [31:02, 06:33](2040 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [34:16, 10:47](2212 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [34:09, 09:57](2187 MB) -PASS -- COMPILE 's2sw_intel' [12:10, 11:45] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [27:01, 05:16](1909 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [29:02, 05:31](1965 MB) +PASS -- COMPILE 's2sw_intel' [12:10, 10:53] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [13:03, 10:19](2053 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [25:03, 07:51](2128 MB) -PASS -- COMPILE 's2swa_debug_intel' [06:10, 06:05] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:29, 09:26](2092 MB) +PASS -- COMPILE 's2swa_debug_intel' [07:10, 05:22] ( 1415 warnings 1197 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [17:00, 14:29](2243 MB) -PASS -- COMPILE 's2sw_debug_intel' [06:10, 05:49] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:26, 06:30](1939 MB) +PASS -- COMPILE 's2sw_debug_intel' [06:10, 05:08] ( 1415 warnings 1197 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:53, 06:51](2073 MB) -PASS -- COMPILE 's2s_aoflux_intel' [12:10, 11:22] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [16:02, 05:39](1976 MB) +PASS -- COMPILE 's2s_aoflux_intel' [12:10, 10:15] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [13:04, 05:51](2121 MB) -PASS -- COMPILE 's2s_intel' [12:10, 11:26] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [25:55, 09:50](3011 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [48:00, 03:02](2998 MB) +PASS -- COMPILE 's2s_intel' [12:11, 10:32] ( 6 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:54, 07:56](3088 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:53, 02:23](3076 MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'cpld_restart_c48_intel' [, ]( MB) -PASS -- COMPILE 's2swa_faster_intel' [16:11, 15:51] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [20:06, 06:33](2059 MB) +PASS -- COMPILE 's2swa_faster_intel' [13:10, 11:57] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [38:52, 10:41](2220 MB) -PASS -- COMPILE 's2sw_pdlib_intel' [12:11, 11:44] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:33, 18:12](1909 MB) +PASS -- COMPILE 's2sw_pdlib_intel' [13:10, 11:35] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [36:46, 18:25](1937 MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'cpld_restart_pdlib_p8_intel' [, ]( MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'cpld_mpi_pdlib_p8_intel' [, ]( MB) -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:10, 05:34] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:35, 27:24](1942 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [10:10, 09:55] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [24:23, 04:45](642 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [27:55, 03:26](1542 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [25:57, 03:47](1547 MB) -PASS -- TEST 'control_latlon_intel' [25:55, 03:28](1537 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [27:54, 03:36](1540 MB) -PASS -- TEST 'control_c48_intel' [44:56, 07:35](1687 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [44:23, 06:38](824 MB) -PASS -- TEST 'control_c192_intel' [25:02, 12:17](1667 MB) -PASS -- TEST 'control_c384_intel' [21:34, 13:51](1943 MB) -PASS -- TEST 'control_c384gdas_intel' [41:14, 19:02](1336 MB) -PASS -- TEST 'control_stochy_intel' [20:22, 02:02](601 MB) +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:10, 05:26] ( 1525 warnings 1936 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [35:47, 31:55](1965 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:10, 09:52] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [44:20, 04:26](783 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [41:45, 02:58](1679 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [41:45, 03:12](1690 MB) +PASS -- TEST 'control_latlon_intel' [32:40, 02:53](1684 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [31:52, 03:04](1683 MB) +PASS -- TEST 'control_c48_intel' [14:46, 07:05](1713 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:22, 06:38](841 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [11:39, 07:06](1719 MB) +PASS -- TEST 'control_c192_intel' [11:57, 08:42](1832 MB) +PASS -- TEST 'control_c384_intel' [02:32, 10:24](1990 MB) +PASS -- TEST 'control_c384gdas_intel' [13:03, 11:12](1350 MB) +PASS -- TEST 'control_stochy_intel' [14:20, 01:57](736 MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'control_stochy_restart_intel' [, ]( MB) -PASS -- TEST 'control_lndp_intel' [21:22, 01:55](601 MB) -PASS -- TEST 'control_iovr4_intel' [22:23, 03:09](597 MB) -PASS -- TEST 'control_iovr5_intel' [22:23, 03:26](591 MB) -PASS -- TEST 'control_p8_intel' [24:59, 03:52](1832 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [23:41, 03:44](1835 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [22:38, 03:40](1828 MB) +PASS -- TEST 'control_lndp_intel' [14:17, 01:48](740 MB) +PASS -- TEST 'control_iovr4_intel' [13:16, 02:57](739 MB) +PASS -- TEST 'control_iovr5_intel' [14:17, 02:57](739 MB) +PASS -- TEST 'control_p8_intel' [13:47, 03:42](1971 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [13:50, 03:34](1971 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [13:46, 03:34](1968 MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'control_restart_p8_intel' [, ]( MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'control_noqr_p8_intel' [, ]( MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'control_restart_noqr_p8_intel' [, ]( MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'control_decomp_p8_intel' [, ]( MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'control_2threads_p8_intel' [, ]( MB) -PASS -- TEST 'control_p8_lndp_intel' [21:31, 06:31](1829 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [18:31, 04:51](1892 MB) -PASS -- TEST 'control_p8_mynn_intel' [16:32, 03:45](1839 MB) -PASS -- TEST 'merra2_thompson_intel' [16:30, 04:02](1848 MB) -PASS -- TEST 'regional_control_intel' [18:28, 07:44](1017 MB) +PASS -- TEST 'control_p8_lndp_intel' [15:38, 05:57](1973 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [14:38, 04:37](2044 MB) +PASS -- TEST 'control_p8_mynn_intel' [12:37, 03:39](1980 MB) +PASS -- TEST 'merra2_thompson_intel' [13:38, 03:53](1969 MB) +PASS -- TEST 'regional_control_intel' [37:36, 07:55](1179 MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'regional_restart_intel' [, ]( MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'regional_decomp_intel' [, ]( MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'regional_2threads_intel' [, ]( MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [26:28, 09:10](1013 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [38:35, 06:53](1182 MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'regional_2dwrtdecomp_intel' [, ]( MB) -PASS -- COMPILE 'rrfs_intel' [10:10, 10:01] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [19:24, 09:30](1004 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:51, 05:37](1219 MB) +PASS -- COMPILE 'rrfs_intel' [11:10, 09:18] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [17:27, 09:49](1141 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:53, 06:05](1235 MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'rap_decomp_intel' [, ]( MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'rap_2threads_intel' [, ]( MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'rap_restart_intel' [, ]( MB) -PASS -- TEST 'rap_sfcdiff_intel' [18:23, 09:17](1006 MB) +PASS -- TEST 'rap_sfcdiff_intel' [17:26, 09:11](1147 MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'rap_sfcdiff_decomp_intel' [, ]( MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'rap_sfcdiff_restart_intel' [, ]( MB) -PASS -- TEST 'hrrr_control_intel' [14:25, 04:49](992 MB) +PASS -- TEST 'hrrr_control_intel' [28:27, 05:11](1119 MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'hrrr_control_decomp_intel' [, ]( MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'hrrr_control_2threads_intel' [, ]( MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'hrrr_control_restart_intel' [, ]( MB) -PASS -- TEST 'rrfs_v1beta_intel' [18:21, 09:11](996 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [19:22, 10:56](1941 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [20:20, 10:25](1979 MB) - -PASS -- COMPILE 'csawmg_intel' [10:10, 09:48] -PASS -- TEST 'control_csawmg_intel' [18:29, 07:37](964 MB) -PASS -- TEST 'control_ras_intel' [13:16, 03:55](667 MB) - -PASS -- COMPILE 'wam_intel' [09:10, 08:58] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [30:45, 13:05](1615 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [11:10, 10:11] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [13:31, 03:24](1838 MB) -PASS -- TEST 'regional_control_faster_intel' [18:32, 08:29](1022 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [51:11, 07:00] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [35:44, 02:53](1560 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [38:46, 02:55](1569 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:22, 03:22](779 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:22, 02:58](775 MB) -PASS -- TEST 'control_csawmg_debug_intel' [37:43, 04:43](1084 MB) -PASS -- TEST 'control_ras_debug_intel' [04:22, 03:04](783 MB) -PASS -- TEST 'control_diag_debug_intel' [37:53, 03:06](1625 MB) -PASS -- TEST 'control_debug_p8_intel' [36:46, 03:15](1854 MB) -PASS -- TEST 'regional_debug_intel' [59:43, 20:28](1040 MB) -PASS -- TEST 'rap_control_debug_intel' [13:24, 05:25](1157 MB) -PASS -- TEST 'hrrr_control_debug_intel' [37:26, 05:25](1157 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [37:26, 05:36](1157 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [33:26, 05:22](1163 MB) +PASS -- TEST 'rrfs_v1beta_intel' [16:24, 08:56](1137 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [18:20, 10:54](2066 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [19:17, 10:27](2103 MB) + +PASS -- COMPILE 'csawmg_intel' [10:10, 08:52] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [45:59, 07:54](1104 MB) +PASS -- TEST 'control_ras_intel' [29:25, 04:12](812 MB) + +PASS -- COMPILE 'wam_intel' [11:10, 08:56] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [22:53, 11:59](1749 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [16:10, 09:15] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [11:43, 03:14](1972 MB) +PASS -- TEST 'regional_control_faster_intel' [33:42, 06:37](1175 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:10, 06:55] ( 887 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [43:58, 02:31](1708 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [43:56, 02:56](1709 MB) +PASS -- TEST 'control_stochy_debug_intel' [39:25, 03:22](909 MB) +PASS -- TEST 'control_lndp_debug_intel' [38:25, 02:58](908 MB) +PASS -- TEST 'control_csawmg_debug_intel' [40:56, 04:30](1218 MB) +PASS -- TEST 'control_ras_debug_intel' [32:25, 03:11](920 MB) +PASS -- TEST 'control_diag_debug_intel' [44:02, 02:54](1773 MB) +PASS -- TEST 'control_debug_p8_intel' [41:56, 02:53](1992 MB) +PASS -- TEST 'regional_debug_intel' [54:56, 18:50](1202 MB) +PASS -- TEST 'rap_control_debug_intel' [40:27, 05:09](1303 MB) +PASS -- TEST 'hrrr_control_debug_intel' [41:33, 05:00](1291 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [41:33, 05:08](1304 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [41:33, 05:13](1294 MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'rap_unified_drag_suite_debug_intel' [, ]( MB) -PASS -- TEST 'rap_diag_debug_intel' [09:32, 05:33](1237 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [32:25, 05:44](1160 MB) +PASS -- TEST 'rap_diag_debug_intel' [15:29, 05:27](1387 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [17:21, 05:16](1302 MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'rap_unified_ugwp_debug_intel' [, ]( MB) -PASS -- TEST 'rap_lndp_debug_intel' [32:25, 05:31](1161 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:23, 05:14](1161 MB) -PASS -- TEST 'rap_noah_debug_intel' [11:24, 05:11](1162 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [33:26, 05:34](1163 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:23, 08:32](1159 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [09:24, 05:26](1158 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [41:20, 06:21](1165 MB) -PASS -- TEST 'rap_flake_debug_intel' [41:18, 05:24](1157 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [44:23, 09:19](1161 MB) - -PASS -- COMPILE 'wam_debug_intel' [49:11, 04:30] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [16:48, 15:11](1646 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [54:12, 09:30] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:49, 05:07](1091 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [41:21, 07:51](949 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [38:20, 04:11](899 MB) +PASS -- TEST 'rap_lndp_debug_intel' [17:20, 05:20](1301 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [17:20, 05:13](1301 MB) +PASS -- TEST 'rap_noah_debug_intel' [18:20, 05:26](1298 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [17:19, 05:46](1296 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [20:18, 08:47](1295 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [17:18, 05:17](1296 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [18:22, 05:10](1302 MB) +PASS -- TEST 'rap_flake_debug_intel' [17:21, 05:25](1292 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [21:25, 09:08](1304 MB) + +PASS -- COMPILE 'wam_debug_intel' [11:10, 04:08] ( 842 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [26:43, 14:16](1776 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [16:10, 08:48] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [01:50, 05:09](1114 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [19:26, 07:38](1090 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [13:24, 04:00](1040 MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'rap_2threads_dyn32_phy32_intel' [, ]( MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [, ]( MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [, ]( MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'rap_restart_dyn32_phy32_intel' [, ]( MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [, ]( MB) -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [49:11, 09:10] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [37:47, 02:53](1125 MB) +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:10, 08:51] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [12:56, 02:26](1253 MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'conus13km_2threads_intel' [, ]( MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:38, 01:35](1031 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:48, 01:19](1165 MB) -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [46:11, 09:24] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [39:23, 05:05](906 MB) +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:10, 08:54] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [13:27, 05:07](1052 MB) -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [40:11, 04:22] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:19, 05:21](1035 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:20, 05:20](1035 MB) -PASS -- TEST 'conus13km_debug_intel' [18:21, 16:09](1175 MB) +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [13:10, 04:05] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [14:20, 05:11](1178 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [14:19, 05:01](1172 MB) +PASS -- TEST 'conus13km_debug_intel' [23:50, 15:19](1288 MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'conus13km_debug_qr_intel' [, ]( MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'conus13km_debug_2threads_intel' [, ]( MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [18:20, 16:30](1231 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [23:48, 15:54](1364 MB) -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [42:11, 04:37] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [40:17, 05:29](1081 MB) +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [12:11, 04:01] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [12:18, 05:14](1228 MB) -PASS -- COMPILE 'hafsw_intel' [47:11, 11:07] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:29, 07:41](713 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [13:20, 08:21](1083 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [18:33, 10:10](788 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [29:27, 16:43](816 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [23:32, 18:10](834 MB) +PASS -- COMPILE 'hafsw_intel' [18:11, 10:34] ( 6 warnings 10 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [46:31, 08:15](743 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [54:24, 08:06](1126 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [03:38, 09:57](774 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:31, 26:45](817 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [56:45, 29:19](835 MB) -PASS -- COMPILE 'hafs_all_intel' [47:11, 10:46] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [20:23, 09:48](784 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [23:24, 10:47](760 MB) +PASS -- COMPILE 'hafs_all_intel' [21:11, 09:43] ( 5 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:30, 09:37](775 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [05:26, 10:26](758 MB) -PASS -- COMPILE 'datm_cdeps_intel' [43:11, 06:53] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [27:17, 02:49](1083 MB) +PASS -- COMPILE 'datm_cdeps_intel' [17:11, 06:27] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:18, 02:45](1238 MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'datm_cdeps_restart_cfsr_intel' [, ]( MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [25:15, 02:41](955 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [25:16, 02:50](953 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [24:15, 02:49](955 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [19:14, 02:41](1072 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [14:15, 02:47](1074 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [09:14, 02:41](958 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:08, 06:22](944 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:04, 06:07](903 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [08:17, 02:43](1104 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:18, 02:43](1098 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [07:16, 02:48](1104 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:16, 02:43](1219 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:16, 02:46](1238 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:15, 02:38](1093 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:19, 08:08](1058 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [12:14, 08:09](1022 MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [, ]( MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:16, 03:48](2447 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [10:15, 03:48](2442 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:17, 03:45](2594 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:19, 03:49](2607 MB) -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:18] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [12:15, 06:41](1011 MB) +PASS -- COMPILE 'datm_cdeps_debug_intel' [18:11, 03:11] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:16, 07:03](1173 MB) -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:10, 07:02] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [07:15, 02:46](1081 MB) +PASS -- COMPILE 'datm_cdeps_faster_intel' [19:10, 06:36] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:16, 02:42](1234 MB) -PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 01:08] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:27, 01:03](234 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:21, 01:05](287 MB) +PASS -- COMPILE 'datm_cdeps_land_intel' [12:10, 00:57] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [20:30, 01:40](248 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [09:28, 01:19](283 MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'datm_cdeps_lnd_era5_rst_intel' [, ]( MB) -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [50:11, 09:55] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:40, 04:30](1904 MB) +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [21:10, 09:33] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [17:58, 04:14](2048 MB) -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [49:11, 09:28] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:46, 04:19](1895 MB) +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [20:10, 09:13] ( 6 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [13:56, 06:00](2052 MB) -PASS -- COMPILE 'atml_intel' [49:11, 10:27] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:32, 06:07](1865 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:32, 05:58](1848 MB) +PASS -- COMPILE 'atml_intel' [20:10, 09:59] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [16:53, 07:28](1865 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [26:51, 07:21](1860 MB) SKIPPED: TEST DOES NOT GENERATE BASELINE -- TEST 'control_restart_p8_atmlnd_intel' [, ]( MB) -PASS -- COMPILE 'atml_debug_intel' [43:10, 04:57] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:41, 06:26](1888 MB) +PASS -- COMPILE 'atml_debug_intel' [16:10, 04:54] ( 885 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [57:46, 06:25](1893 MB) -PASS -- COMPILE 'atmw_intel' [48:11, 10:20] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:29, 02:09](1865 MB) +PASS -- COMPILE 'atmw_intel' [16:10, 09:43] ( 5 warnings 9 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [14:39, 02:20](1984 MB) -PASS -- COMPILE 'atmaero_intel' [47:11, 09:50] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:38, 04:36](1939 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:39, 05:39](1722 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:26, 05:48](1725 MB) +PASS -- COMPILE 'atmaero_intel' [16:10, 09:26] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [10:44, 04:38](2067 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [16:48, 05:45](1860 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [11:28, 05:41](1861 MB) + +PASS -- COMPILE 'atm_fbh_intel' [16:10, 08:37] ( 8 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [15:27, 13:57](1213 MB) SYNOPSIS: -Starting Date/Time: 20240814 12:03:01 -Ending Date/Time: 20240814 14:10:59 -Total Time: 02h:08m:33s -Compiles Completed: 37/37 -Tests Completed: 121/164 +Starting Date/Time: 20250116 22:13:27 +Ending Date/Time: 20250117 00:58:03 +Total Time: 02h:45m:07s +Compiles Completed: 38/38 +Tests Completed: 123/166 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/test_changes.list b/tests/test_changes.list index 317f529375..e69de29bb2 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,70 +0,0 @@ -cpld_control_p8_mixedmode intel -cpld_control_gfsv17 intel -cpld_control_gfsv17_iau intel -cpld_restart_gfsv17 intel -cpld_mpi_gfsv17 intel -cpld_control_sfs intel -cpld_debug_gfsv17 intel -cpld_control_p8 intel -cpld_control_p8.v2.sfc intel -cpld_restart_p8 intel -cpld_control_qr_p8 intel -cpld_restart_qr_p8 intel -cpld_2threads_p8 intel -cpld_decomp_p8 intel -cpld_mpi_p8 intel -cpld_control_ciceC_p8 intel -cpld_bmark_p8 intel -cpld_restart_bmark_p8 intel -cpld_s2sa_p8 intel -cpld_control_noaero_p8 intel -cpld_control_nowave_noaero_p8 intel -cpld_debug_p8 intel -cpld_debug_noaero_p8 intel -cpld_control_noaero_p8_agrid intel -cpld_control_c48 intel -cpld_warmstart_c48 intel -cpld_restart_c48 intel -cpld_control_p8_faster intel -cpld_control_pdlib_p8 intel -cpld_restart_pdlib_p8 intel -cpld_mpi_pdlib_p8 intel -cpld_debug_pdlib_p8 intel -control_CubedSphereGrid intel -control_CubedSphereGrid_parallel intel -control_latlon intel -control_wrtGauss_netcdf_parallel intel -control_c48 intel -control_c48_lnd_iau intel -control_c192 intel -control_c384 intel -control_p8 intel -control_p8.v2.sfc intel -control_p8_ugwpv1 intel -control_restart_p8 intel -control_noqr_p8 intel -control_restart_noqr_p8 intel -control_decomp_p8 intel -control_2threads_p8 intel -control_p8_lndp intel -merra2_thompson intel -control_p8_faster intel -control_CubedSphereGrid_debug intel -control_wrtGauss_netcdf_parallel_debug intel -control_debug_p8 intel -atm_ds2s_docn_pcice intel -atm_ds2s_docn_dice intel -control_p8_atmlnd_sbs intel -control_p8_atmlnd intel -control_restart_p8_atmlnd intel -control_p8_atmlnd_debug intel -atmwav_control_noaero_p8 intel -atmaero_control_p8 intel -atmaero_control_p8_rad intel -atmaero_control_p8_rad_micro intel -control_c48 gnu -control_p8 gnu -control_p8_ugwpv1 gnu -control_debug_p8 gnu -cpld_control_nowave_noaero_p8 gnu -cpld_control_pdlib_p8 gnu From 7706311cae6a24e95e516146d23af88901d314f0 Mon Sep 17 00:00:00 2001 From: Innocent Souopgui Date: Fri, 17 Jan 2025 18:09:13 +0000 Subject: [PATCH 7/7] Regression log from Jet --- tests/logs/RegressionTests_jet.log | 490 ++++++++++++++--------------- 1 file changed, 245 insertions(+), 245 deletions(-) diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index ed5e584bad..4c03f99220 100644 --- a/tests/logs/RegressionTests_jet.log +++ b/tests/logs/RegressionTests_jet.log @@ -1,7 +1,7 @@ ====START OF JET REGRESSION TESTING LOG==== UFSWM hash used in testing: -b5b4558a9da026e48f0ebaca8c082af7b7e7915d +fec3da5b1088901edb2d1dbb45f00a976c3923f2 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -39,256 +39,256 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /lfs5/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20250107 -COMPARISON DIRECTORY: /lfs5/HFIP/hfv3gfs/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_1592612 +COMPARISON DIRECTORY: /lfs5/HFIP/hfv3gfs/Innocent.Souopgui/RT_RUNDIRS/Innocent.Souopgui/FV3_RT/rt_2330878 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic +* (-a) - HPC PROJECT ACCOUNT: hfv3gfs * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [46:15, 44:00] ( 1 warnings 1397 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:22, 08:30](2021 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [53:15, 50:16] ( 1 warnings 1444 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [25:09, 23:04](1888 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:24, 24:02](2006 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:13, 09:36](1137 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [28:07, 26:07](1850 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [53:15, 48:23] ( 1 warnings 1441 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [24:52, 22:40](1881 MB) - -PASS -- COMPILE 's2swa_intel' [46:15, 44:38] ( 1 warnings 1416 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [13:17, 10:40](2050 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:21, 10:15](2055 MB) -PASS -- TEST 'cpld_restart_p8_intel' [14:22, 05:38](1700 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [13:11, 10:23](2067 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:22, 06:08](1722 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [12:08, 09:44](2259 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [13:03, 10:21](2065 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [11:25, 08:33](1997 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:21, 10:14](2036 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [12:20, 09:47](2042 MB) - -PASS -- COMPILE 's2sw_intel' [45:14, 41:10] ( 1 warnings 1301 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:26, 06:24](1907 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:33, 08:06](1975 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:11, 06:03] ( 1410 warnings 1216 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [19:21, 16:47](2082 MB) - -PASS -- COMPILE 's2sw_debug_intel' [08:10, 06:19] ( 1410 warnings 1216 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:04, 08:04](1937 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [38:13, 36:53] ( 1019 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:22, 05:34](1958 MB) - -PASS -- COMPILE 's2s_intel' [39:13, 37:45] ( 1 warnings 1042 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [12:56, 10:21](3020 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:55, 03:05](3006 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:49, 01:48](2452 MB) - -PASS -- COMPILE 's2swa_faster_intel' [34:18, 32:45] ( 1 warnings 1632 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [12:34, 09:45](2051 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [48:14, 46:30] ( 1 warnings 1361 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:19, 20:26](1925 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:20, 08:41](1133 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:19, 23:42](1905 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:11, 05:19] ( 1520 warnings 1986 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [38:17, 34:37](1938 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [40:14, 38:05] ( 1 warnings 1125 remarks ) -PASS -- TEST 'control_flake_intel' [06:34, 04:21](649 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [17:15, 03:23](1545 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [17:17, 03:34](1555 MB) -PASS -- TEST 'control_latlon_intel' [17:08, 03:24](1544 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [17:15, 03:31](1552 MB) -PASS -- TEST 'control_c48_intel' [14:12, 11:12](1698 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [12:39, 10:13](833 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [14:12, 11:12](1702 MB) -PASS -- TEST 'control_c192_intel' [20:21, 09:43](1686 MB) -PASS -- TEST 'control_c384_intel' [19:15, 13:37](1814 MB) -PASS -- TEST 'control_c384gdas_intel' [24:17, 13:16](1003 MB) -PASS -- TEST 'control_stochy_intel' [04:32, 02:13](607 MB) -PASS -- TEST 'control_stochy_restart_intel' [12:28, 01:16](441 MB) -PASS -- TEST 'control_lndp_intel' [03:32, 02:04](600 MB) -PASS -- TEST 'control_iovr4_intel' [05:35, 03:18](596 MB) -PASS -- TEST 'control_iovr5_intel' [05:34, 03:17](602 MB) -PASS -- TEST 'control_p8_intel' [18:26, 03:57](1835 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [18:30, 04:06](1823 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [17:27, 03:47](1840 MB) -PASS -- TEST 'control_restart_p8_intel' [03:49, 02:08](1059 MB) -PASS -- TEST 'control_noqr_p8_intel' [17:35, 03:48](1840 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:00, 02:04](1079 MB) -PASS -- TEST 'control_decomp_p8_intel' [18:17, 03:59](1819 MB) -PASS -- TEST 'control_2threads_p8_intel' [18:15, 03:26](1912 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:10, 06:36](1834 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [19:22, 05:18](1891 MB) -PASS -- TEST 'control_p8_mynn_intel' [18:21, 04:09](1844 MB) -PASS -- TEST 'merra2_thompson_intel' [18:15, 04:28](1838 MB) -PASS -- TEST 'regional_control_intel' [09:02, 07:05](1038 MB) -PASS -- TEST 'regional_restart_intel' [10:44, 03:50](1017 MB) -PASS -- TEST 'regional_decomp_intel' [10:01, 07:26](1043 MB) -PASS -- TEST 'regional_2threads_intel' [06:38, 04:14](997 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [11:41, 07:08](1035 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [19:38, 07:08](1041 MB) - -PASS -- COMPILE 'rrfs_intel' [37:14, 35:42] ( 3 warnings 1100 remarks ) -PASS -- TEST 'rap_control_intel' [12:45, 10:09](989 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:10, 05:40](1182 MB) -PASS -- TEST 'rap_decomp_intel' [12:46, 10:41](979 MB) -PASS -- TEST 'rap_2threads_intel' [11:51, 09:32](1060 MB) -PASS -- TEST 'rap_restart_intel' [08:49, 05:17](987 MB) -PASS -- TEST 'rap_sfcdiff_intel' [12:51, 10:07](985 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:50, 10:38](975 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [11:49, 07:34](996 MB) -PASS -- TEST 'hrrr_control_intel' [07:45, 05:13](983 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:44, 05:24](978 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:50, 04:43](1052 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:27, 02:47](908 MB) -PASS -- TEST 'rrfs_v1beta_intel' [12:00, 10:00](986 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [15:32, 13:16](1930 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [14:32, 12:49](1925 MB) - -PASS -- COMPILE 'csawmg_intel' [36:13, 34:50] ( 1099 remarks ) -PASS -- TEST 'control_csawmg_intel' [10:38, 08:04](963 MB) -PASS -- TEST 'control_ras_intel' [06:26, 04:20](664 MB) - -PASS -- COMPILE 'wam_intel' [37:13, 35:36] ( 1003 remarks ) -PASS -- TEST 'control_wam_intel' [16:44, 14:17](1620 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [39:13, 37:46] ( 1303 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:01, 03:37](1838 MB) -PASS -- TEST 'regional_control_faster_intel' [08:42, 06:31](1034 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [10:11, 08:22] ( 882 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [07:52, 02:58](1577 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:56, 02:52](1576 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:28, 03:48](783 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:29, 03:21](778 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:47, 05:25](1089 MB) -PASS -- TEST 'control_ras_debug_intel' [05:29, 03:26](785 MB) -PASS -- TEST 'control_diag_debug_intel' [08:54, 03:22](1632 MB) -PASS -- TEST 'control_debug_p8_intel' [07:54, 03:23](1869 MB) -PASS -- TEST 'regional_debug_intel' [27:52, 21:56](1043 MB) -PASS -- TEST 'rap_control_debug_intel' [08:31, 06:10](1160 MB) -PASS -- TEST 'hrrr_control_debug_intel' [08:32, 06:00](1158 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [08:32, 06:11](1167 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [08:32, 06:23](1167 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:31, 06:14](1161 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:42, 06:32](1244 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:32, 06:17](1166 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:32, 06:35](1165 MB) -PASS -- TEST 'rap_lndp_debug_intel' [10:27, 06:12](1163 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [10:24, 06:12](1154 MB) -PASS -- TEST 'rap_noah_debug_intel' [10:25, 06:04](1161 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [10:26, 06:12](1158 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [13:26, 10:01](1165 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [09:26, 06:07](1158 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:26, 06:11](1161 MB) -PASS -- TEST 'rap_flake_debug_intel' [08:26, 06:12](1159 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:47, 10:40](1174 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:11, 05:05] ( 837 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [19:55, 16:39](1639 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [32:13, 30:41] ( 3 warnings 1032 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:07, 05:11](1063 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:43, 08:16](912 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:43, 04:19](864 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [24:43, 07:46](907 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [20:43, 03:57](900 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [21:41, 04:35](858 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [21:47, 06:13](899 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [21:27, 02:21](850 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [28:13, 25:57] ( 3 warnings 1207 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:48, 02:38](1100 MB) -PASS -- TEST 'conus13km_2threads_intel' [24:41, 01:11](1033 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [15:40, 01:26](1013 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [33:13, 31:36] ( 3 warnings 1052 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [24:48, 05:24](899 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 05:05] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:28, 06:03](1040 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:30, 05:59](1042 MB) -PASS -- TEST 'conus13km_debug_intel' [19:58, 17:43](1152 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [19:58, 17:44](863 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [12:53, 10:13](1075 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:53, 17:43](1244 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:11, 05:08] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:29, 06:09](1078 MB) - -PASS -- COMPILE 'hafsw_intel' [42:14, 40:18] ( 1 warnings 1435 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [11:23, 06:43](699 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [10:36, 06:17](1086 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [16:39, 09:15](753 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [22:33, 15:38](780 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [24:55, 18:54](808 MB) -PASS -- TEST 'gnv1_nested_intel' [13:51, 06:35](1660 MB) - -PASS -- COMPILE 'hafs_all_intel' [38:14, 36:23] ( 1281 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [12:20, 08:33](748 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [21:21, 08:36](735 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:12, 08:09] ( 67 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [17:23, 03:32](1074 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:23, 02:09](1032 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [22:24, 03:26](937 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [22:24, 03:31](938 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [22:24, 03:33](938 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [22:24, 03:33](1080 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [21:24, 03:34](1070 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [13:22, 03:28](934 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [27:21, 07:44](900 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [27:21, 07:34](854 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [22:21, 03:35](1072 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:23, 05:02](2387 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [17:24, 05:04](2372 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 03:28] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [10:23, 08:03](1034 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [28:13, 08:19] ( 70 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [09:21, 03:32](1087 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [19:12, 01:47] ( 68 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [15:38, 01:22](237 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [07:30, 01:03](262 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [07:26, 00:46](264 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [54:14, 36:50] ( 1024 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [11:31, 04:52](1887 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [38:14, 36:12] ( 1 warnings 1029 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [12:05, 06:15](1887 MB) - -PASS -- COMPILE 'atml_intel' [40:13, 38:21] ( 8 warnings 1174 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:06, 05:54](1850 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [09:12, 05:55](1840 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [11:46, 03:17](1065 MB) - -PASS -- COMPILE 'atml_debug_intel' [10:12, 06:33] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:14, 07:19](1888 MB) - -PASS -- COMPILE 'atmw_intel' [43:14, 37:37] ( 1277 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [10:55, 02:30](1851 MB) - -PASS -- COMPILE 'atmaero_intel' [38:14, 36:17] ( 1107 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [13:03, 05:20](1909 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [14:01, 06:21](1705 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [12:55, 06:24](1717 MB) - -PASS -- COMPILE 'atm_fbh_intel' [34:13, 31:45] ( 3 warnings 1003 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [17:40, 15:21](1061 MB) +PASS -- COMPILE 's2swa_32bit_intel' [45:14, 43:54] ( 1 warnings 1397 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:24, 08:27](2005 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [55:15, 53:17] ( 1 warnings 1444 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [26:13, 22:45](1895 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [48:27, 24:04](2012 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [33:19, 09:33](1137 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [29:02, 25:51](1861 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [49:15, 47:13] ( 1 warnings 1441 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [27:50, 22:21](1877 MB) + +PASS -- COMPILE 's2swa_intel' [45:14, 43:58] ( 1 warnings 1416 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [20:22, 10:28](2044 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [19:26, 10:09](2041 MB) +PASS -- TEST 'cpld_restart_p8_intel' [11:20, 05:30](1711 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [18:14, 10:15](2075 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:16, 05:33](1723 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [19:07, 09:28](2245 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [19:05, 10:09](2049 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:21, 08:28](1998 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [17:31, 10:04](2061 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [19:14, 09:33](2036 MB) + +PASS -- COMPILE 's2sw_intel' [43:14, 41:44] ( 1 warnings 1301 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:15, 06:23](1905 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:27, 08:10](1970 MB) + +PASS -- COMPILE 's2swa_debug_intel' [08:11, 06:13] ( 1410 warnings 1216 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [20:27, 16:35](2072 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:11, 05:53] ( 1410 warnings 1216 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:04, 07:41](1890 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [38:14, 36:57] ( 1019 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [28:30, 05:32](1963 MB) + +PASS -- COMPILE 's2s_intel' [40:14, 37:47] ( 1 warnings 1042 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [26:50, 10:18](3012 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [18:51, 02:44](3006 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:57, 01:46](2458 MB) + +PASS -- COMPILE 's2swa_faster_intel' [35:19, 32:35] ( 1 warnings 1632 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [13:33, 09:53](2067 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [48:15, 46:42] ( 1 warnings 1361 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [27:27, 20:21](1934 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:16, 09:33](1144 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:25, 23:43](1907 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:11, 05:50] ( 1520 warnings 1986 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [37:17, 34:38](1946 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [39:14, 37:53] ( 1 warnings 1125 remarks ) +PASS -- TEST 'control_flake_intel' [11:31, 04:23](655 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [11:03, 03:20](1544 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [12:06, 03:33](1548 MB) +PASS -- TEST 'control_latlon_intel' [12:58, 03:19](1546 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [13:06, 03:26](1553 MB) +PASS -- TEST 'control_c48_intel' [18:12, 10:00](1699 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [17:39, 10:13](823 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [19:13, 11:11](1708 MB) +PASS -- TEST 'control_c192_intel' [19:26, 09:59](1686 MB) +PASS -- TEST 'control_c384_intel' [18:29, 13:41](1826 MB) +PASS -- TEST 'control_c384gdas_intel' [20:30, 13:21](1005 MB) +PASS -- TEST 'control_stochy_intel' [08:29, 02:07](604 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:26, 01:15](435 MB) +PASS -- TEST 'control_lndp_intel' [09:29, 02:01](606 MB) +PASS -- TEST 'control_iovr4_intel' [09:32, 03:14](602 MB) +PASS -- TEST 'control_iovr5_intel' [09:32, 03:14](605 MB) +PASS -- TEST 'control_p8_intel' [12:28, 03:50](1829 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [14:29, 04:01](1841 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [13:12, 03:42](1842 MB) +PASS -- TEST 'control_restart_p8_intel' [03:51, 02:06](1055 MB) +PASS -- TEST 'control_noqr_p8_intel' [13:11, 03:40](1829 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:56, 02:13](1078 MB) +PASS -- TEST 'control_decomp_p8_intel' [13:10, 03:50](1830 MB) +PASS -- TEST 'control_2threads_p8_intel' [13:10, 03:27](1905 MB) +PASS -- TEST 'control_p8_lndp_intel' [16:07, 06:37](1843 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [15:16, 05:13](1887 MB) +PASS -- TEST 'control_p8_mynn_intel' [14:21, 04:00](1849 MB) +PASS -- TEST 'merra2_thompson_intel' [07:01, 04:22](1843 MB) +PASS -- TEST 'regional_control_intel' [09:38, 07:14](1038 MB) +PASS -- TEST 'regional_restart_intel' [12:43, 03:46](1017 MB) +PASS -- TEST 'regional_decomp_intel' [10:35, 07:39](1030 MB) +PASS -- TEST 'regional_2threads_intel' [06:43, 04:14](1003 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [09:41, 07:16](1037 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [09:34, 07:12](1041 MB) + +PASS -- COMPILE 'rrfs_intel' [37:14, 34:51] ( 3 warnings 1100 remarks ) +PASS -- TEST 'rap_control_intel' [19:45, 10:04](986 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [15:15, 05:36](1194 MB) +PASS -- TEST 'rap_decomp_intel' [19:45, 10:36](980 MB) +PASS -- TEST 'rap_2threads_intel' [18:56, 09:30](1062 MB) +PASS -- TEST 'rap_restart_intel' [07:46, 05:10](993 MB) +PASS -- TEST 'rap_sfcdiff_intel' [19:50, 10:03](987 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [20:47, 10:44](970 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:43, 07:32](1000 MB) +PASS -- TEST 'hrrr_control_intel' [14:52, 05:12](983 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [14:52, 05:23](980 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [14:52, 04:47](1048 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:23, 02:44](916 MB) +PASS -- TEST 'rrfs_v1beta_intel' [20:06, 10:02](982 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [15:35, 13:23](1923 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [14:34, 12:58](1919 MB) + +PASS -- COMPILE 'csawmg_intel' [51:14, 35:04] ( 1099 remarks ) +PASS -- TEST 'control_csawmg_intel' [09:39, 08:04](962 MB) +PASS -- TEST 'control_ras_intel' [06:24, 04:17](670 MB) + +PASS -- COMPILE 'wam_intel' [42:13, 35:35] ( 1003 remarks ) +PASS -- TEST 'control_wam_intel' [16:45, 14:21](1620 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [44:14, 37:27] ( 1303 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:55, 03:39](1838 MB) +PASS -- TEST 'regional_control_faster_intel' [08:39, 06:36](1046 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [10:11, 08:28] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [07:49, 02:54](1574 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:52, 02:57](1578 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:27, 03:49](773 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:27, 03:25](775 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:43, 05:27](1089 MB) +PASS -- TEST 'control_ras_debug_intel' [05:28, 03:27](787 MB) +PASS -- TEST 'control_diag_debug_intel' [08:48, 03:23](1635 MB) +PASS -- TEST 'control_debug_p8_intel' [05:50, 03:27](1866 MB) +PASS -- TEST 'regional_debug_intel' [26:47, 21:56](1039 MB) +PASS -- TEST 'rap_control_debug_intel' [08:30, 06:10](1162 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:30, 06:04](1158 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [08:30, 06:12](1167 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [08:30, 06:15](1157 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:30, 06:19](1164 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:41, 06:31](1249 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:27, 06:17](1167 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:24, 06:14](1164 MB) +PASS -- TEST 'rap_lndp_debug_intel' [08:24, 06:11](1166 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:24, 06:12](1163 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:25, 06:02](1160 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [08:25, 06:07](1160 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:24, 10:01](1162 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:24, 06:03](1158 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:25, 06:11](1161 MB) +PASS -- TEST 'rap_flake_debug_intel' [08:25, 06:08](1158 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:47, 10:44](1167 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:11, 05:11] ( 837 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [18:52, 16:32](1641 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [32:13, 30:53] ( 3 warnings 1032 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:22, 05:10](1058 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:35, 08:18](909 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:39, 04:19](870 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:48, 07:45](908 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:44, 03:58](899 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:38, 04:37](856 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:37, 06:17](901 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:26, 02:27](839 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [33:13, 32:09] ( 3 warnings 1207 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:55, 02:41](1099 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:39, 01:08](1027 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:43, 01:29](1013 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [33:13, 31:34] ( 3 warnings 1052 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:50, 05:27](911 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:11, 05:11] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:27, 06:03](1042 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:29, 05:58](1042 MB) +PASS -- TEST 'conus13km_debug_intel' [20:02, 17:46](1155 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [20:02, 17:51](869 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [12:54, 10:15](1089 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:55, 17:51](1207 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 05:00] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:28, 06:09](1082 MB) + +PASS -- COMPILE 'hafsw_intel' [42:14, 40:39] ( 1 warnings 1435 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [09:18, 06:46](697 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:30, 06:09](1077 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [15:32, 09:05](761 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [18:26, 15:41](786 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [21:39, 18:57](807 MB) +PASS -- TEST 'gnv1_nested_intel' [13:55, 06:32](1663 MB) + +PASS -- COMPILE 'hafs_all_intel' [38:14, 36:34] ( 1281 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [11:27, 08:25](749 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:30, 08:25](739 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:11, 08:20] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:22, 03:33](1078 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:22, 02:18](1046 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:23, 03:27](934 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:23, 03:31](936 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:22, 03:32](935 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:22, 03:34](1082 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:22, 03:35](1083 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:22, 03:28](928 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:20, 07:49](899 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:20, 07:40](855 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:19, 03:34](1078 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:30, 05:01](2433 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:29, 05:02](2387 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 03:20] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:20, 08:06](1029 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:12, 08:18] ( 70 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:20, 03:38](1068 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:47] ( 68 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:36, 01:20](242 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:31, 01:07](267 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:24, 00:43](261 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [38:13, 36:28] ( 1024 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:09, 04:48](1897 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [37:13, 36:03] ( 1 warnings 1029 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [09:12, 06:15](1892 MB) + +PASS -- COMPILE 'atml_intel' [39:13, 37:44] ( 8 warnings 1174 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:10, 05:51](1852 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [08:11, 05:55](1858 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:42, 03:13](1061 MB) + +PASS -- COMPILE 'atml_debug_intel' [08:11, 06:38] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:10, 07:18](1880 MB) + +PASS -- COMPILE 'atmw_intel' [39:13, 37:47] ( 1277 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:56, 02:27](1850 MB) + +PASS -- COMPILE 'atmaero_intel' [37:13, 36:03] ( 1107 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [09:01, 05:12](1932 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [10:02, 06:18](1708 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:52, 06:28](1719 MB) + +PASS -- COMPILE 'atm_fbh_intel' [33:13, 31:25] ( 3 warnings 1003 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [19:37, 15:21](1058 MB) SYNOPSIS: -Starting Date/Time: 20250108 15:28:15 -Ending Date/Time: 20250108 20:09:14 -Total Time: 04h:41m:43s +Starting Date/Time: 20250117 13:32:24 +Ending Date/Time: 20250117 18:05:56 +Total Time: 04h:33m:53s Compiles Completed: 37/37 Tests Completed: 166/166