From 04bbc15f9abfb25a8864cdeaebdbd439c4332c95 Mon Sep 17 00:00:00 2001 From: jiandewang Date: Thu, 25 Apr 2024 14:52:00 -0400 Subject: [PATCH 1/6] update MOM6 to its main repo. 20240401 commit (#2241) * UFSWM - * MOM6 - update MOM6 to its main repo. 20240401 commit (NCAR-candidate-20240319) --- MOM6-interface/MOM6 | 2 +- build.sh | 2 +- tests/ci/Jenkinsfile.combined | 93 +- tests/fv3_conf/fv3_slurm.IN_hera | 10 +- tests/logs/OpnReqTests_control_p8_hera.log | 48 +- ...sts_cpld_control_nowave_noaero_p8_hera.log | 156 ++-- .../OpnReqTests_regional_control_hera.log | 61 +- tests/logs/RT-run-Derecho.log | 415 +++++++++ tests/logs/RT-run-Hercules.log | 16 + tests/logs/RegressionTests_acorn.log | 563 ++++++------ tests/logs/RegressionTests_derecho.log | 629 ++++++-------- tests/logs/RegressionTests_gaea.log | 584 ++++++------- tests/logs/RegressionTests_hera.log | 761 ++++++++--------- tests/logs/RegressionTests_hercules.log | 805 ++++++++---------- tests/logs/RegressionTests_jet.log | 499 +++++------ tests/logs/RegressionTests_wcoss2.log | 510 ++++++----- tests/rt.sh | 16 +- 17 files changed, 2756 insertions(+), 2414 deletions(-) create mode 100644 tests/logs/RT-run-Derecho.log create mode 100644 tests/logs/RT-run-Hercules.log diff --git a/MOM6-interface/MOM6 b/MOM6-interface/MOM6 index ab7bd14d20..0730606b80 160000 --- a/MOM6-interface/MOM6 +++ b/MOM6-interface/MOM6 @@ -1 +1 @@ -Subproject commit ab7bd14d209592d55490e75dbfaa61cb4a62df97 +Subproject commit 0730606b808f2979241d850e763955f5526a980c diff --git a/build.sh b/build.sh index a92ee521f2..c1cfe43d8d 100755 --- a/build.sh +++ b/build.sh @@ -26,4 +26,4 @@ for i in ${CMAKE_FLAGS}; do ARR_CMAKE_FLAGS+=("${i}") ; done cmake "${UFS_MODEL_DIR}" "${ARR_CMAKE_FLAGS[@]}" # Turn off OpenMP threading for parallel builds # to avoid exhausting the number of user processes -OMP_NUM_THREADS=1 make -j "${BUILD_JOBS:-4}" "VERBOSE=${BUILD_VERBOSE:-1}" \ No newline at end of file +OMP_NUM_THREADS=1 make -j "${BUILD_JOBS:-4}" "VERBOSE=${BUILD_VERBOSE:-}" \ No newline at end of file diff --git a/tests/ci/Jenkinsfile.combined b/tests/ci/Jenkinsfile.combined index 47fb97ec73..5b3d072320 100644 --- a/tests/ci/Jenkinsfile.combined +++ b/tests/ci/Jenkinsfile.combined @@ -11,7 +11,6 @@ for (label in pullRequest.labels) { if ((label.matches(node.getLabelString()+"(.*)-BL"))) { generateBaselineNode += node.getLabelString() } - } } @@ -60,6 +59,14 @@ def generateStage(nodeLabel) { chgrp noaa-hpc develop-${BL_DATE} cd $WORKSPACE/tests ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + cd logs/ + cp RegressionTests_hercules.log /work/noaa/epic/role-epic/jenkins/workspace + git remote -v + git fetch --no-recurse-submodules origin + git reset FETCH_HEAD --hard + cd .. && cd .. && cd .. + cp RegressionTests_hercules.log $WORKSPACE/tests/logs/ + cd $WORKSPACE/tests/ elif [[ $machine =~ "Orion" ]] then echo "Creating baselines on $machine" @@ -77,24 +84,40 @@ def generateStage(nodeLabel) { chgrp noaa-hpc develop-${BL_DATE} cd $WORKSPACE/tests ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + cd logs/ + cp RegressionTests_orion.log /work/noaa/epic/role-epic/jenkins/workspace + git remote -v + git fetch --no-recurse-submodules origin + git reset FETCH_HEAD --hard + cd .. && cd .. && cd .. + cp RegressionTests_orion.log $WORKSPACE/tests/logs/ + cd $WORKSPACE/tests/ elif [[ $machine =~ "Gaea" ]] then echo "Creating baselines on $machine" ./rt.sh -a ${ACCNR} -c -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log unset LD_LIBRARY_PATH - export DISKNM=/lustre/f2/pdata/ncep/role.epic/C5/RT + export DISKNM=/gpfs/f5/epic/world-shared/UFS-WM_RT cd ${DISKNM}/NEMSfv3gfs/ mkdir develop-${BL_DATE} - cd /lustre/f2/scratch/role.epic/FV3_RT + cd /gpfs/f5/epic/scratch/role.epic/FV3_RT rsync -a REGRESSION_TEST/ ${DISKNM}/NEMSfv3gfs/develop-${BL_DATE} cd ${DISKNM}/NEMSfv3gfs/ chgrp ncep develop-${BL_DATE} cd $WORKSPACE/tests ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + cd logs/ + cp RegressionTests_gaea.log /gpfs/f5/epic/scratch/role.epic/jenkins/workspace + git remote -v + git fetch --no-recurse-submodules origin + git reset FETCH_HEAD --hard + cd .. && cd .. && cd .. + cp RegressionTests_gaea.log $WORKSPACE/tests/logs/ + cd $WORKSPACE/tests/ elif [[ $machine =~ "Hera" ]] then echo "Creating baselines on $machine" - export ACCNR=nems + export ACCNR=epic ./rt.sh -a ${ACCNR} -c -r -l rt.conf export DISKNM=/scratch2/NAGAPE/epic/UFS-WM_RT cd ${DISKNM}/NEMSfv3gfs/ @@ -103,6 +126,14 @@ def generateStage(nodeLabel) { rsync -a REGRESSION_TEST/ ${DISKNM}/NEMSfv3gfs/develop-${BL_DATE} cd $WORKSPACE/tests ./rt.sh -a ${ACCNR} -r -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + cd logs/ + cp RegressionTests_hera.log /scratch2/NAGAPE/epic/role.epic/jenkins/workspace + git remote -v + git fetch --no-recurse-submodules origin + git reset FETCH_HEAD --hard + cd .. && cd .. && cd .. + cp RegressionTests_hera.log $WORKSPACE/tests/logs/ + cd $WORKSPACE/tests/ elif [[ $machine =~ "Derecho" ]] then echo "Creating baselines on $machine" @@ -115,6 +146,14 @@ def generateStage(nodeLabel) { rsync -a REGRESSION_TEST/ ${DISKNM}/NEMSfv3gfs/develop-${BL_DATE} cd $WORKSPACE/tests ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + cd logs/ + cp RegressionTests_derecho.log /glade/derecho/scratch/epicufsrt/jenkins/workspace + git remote -v + git fetch --no-recurse-submodules origin + git reset FETCH_HEAD --hard + cd .. && cd .. && cd .. + cp RegressionTests_derecho.log $WORKSPACE/tests/logs/ + cd $WORKSPACE/tests/ else echo "Creating baselines on $machine" ./rt.sh -a ${ACCNR} -c -r -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log @@ -159,32 +198,72 @@ def generateStage(nodeLabel) { ./rt.sh -a ${ACCNR} -r -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log elif [[ $machine =~ "Hercules" ]] then - echo "Running regression tests on $machine" + echo "Running regression tests on $machine" export dprefix=/work2/noaa/$ACCNR/$USER sed "s|/noaa/stmp/|/noaa/$ACCNR/stmp/|g" -i rt.sh export ACCNR=epic ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + cd logs/ + cp RegressionTests_hercules.log /work/noaa/epic/role-epic/jenkins/workspace + git remote -v + git fetch --no-recurse-submodules origin + git reset FETCH_HEAD --hard + cd .. && cd .. && cd .. + cp RegressionTests_hercules.log $WORKSPACE/tests/logs/ + cd $WORKSPACE/tests/ elif [[ $machine =~ "Orion" ]] then echo "Running regression tests on $machine" export dprefix=/work2/noaa/$ACCNR/$USER sed "s|/noaa/stmp/|/noaa/$ACCNR/stmp/|g" -i rt.sh ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + cd logs/ + cp RegressionTests_orion.log /work/noaa/epic/role-epic/jenkins/workspace + git remote -v + git fetch --no-recurse-submodules origin + git reset FETCH_HEAD --hard + cd .. && cd .. && cd .. + cp RegressionTests_orion.log $WORKSPACE/tests/logs/ + cd $WORKSPACE/tests/ elif [[ $machine =~ "Gaea" ]] then echo "Running regression tests on $machine" ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log unset LD_LIBRARY_PATH + cd logs/ + cp RegressionTests_gaea.log /gpfs/f5/epic/scratch/role.epic/jenkins/workspace + git remote -v + git fetch --no-recurse-submodules origin + git reset FETCH_HEAD --hard + cd .. && cd .. && cd .. + cp RegressionTests_gaea.log $WORKSPACE/tests/logs/ + cd $WORKSPACE/tests/ elif [[ $machine =~ "Hera" ]] then echo "Running regression tests on $machine" - export ACCNR=nems - ./rt.sh -a ${ACCNR} -r -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + export ACCNR=epic + ./rt.sh -a ${ACCNR} -r -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + cd logs/ + cp RegressionTests_hera.log /scratch2/NAGAPE/epic/role.epic/jenkins/workspace + git remote -v + git fetch --no-recurse-submodules origin + git reset FETCH_HEAD --hard + cd .. && cd .. && cd .. + cp RegressionTests_hera.log $WORKSPACE/tests/logs/ + cd $WORKSPACE/tests/ elif [[ $machine =~ "Derecho" ]] then echo "Running regression tests on $machine" export ACCNR=nral0032 ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + cd logs/ + cp RegressionTests_derecho.log /glade/derecho/scratch/epicufsrt/jenkins/workspace + git remote -v + git fetch --no-recurse-submodules origin + git reset FETCH_HEAD --hard + cd .. && cd .. && cd .. + cp RegressionTests_derecho.log $WORKSPACE/tests/logs/ + cd $WORKSPACE/tests/ else echo "Running regression tests on $machine" ./rt.sh -a ${ACCNR} -r -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log diff --git a/tests/fv3_conf/fv3_slurm.IN_hera b/tests/fv3_conf/fv3_slurm.IN_hera index 94c3827525..288b0ec78b 100644 --- a/tests/fv3_conf/fv3_slurm.IN_hera +++ b/tests/fv3_conf/fv3_slurm.IN_hera @@ -15,9 +15,9 @@ date_s_start=$(date +%s) echo -n "${date_s_start}," > job_timestamp.txt set +x -#MACHINE_ID=hera +export MACHINE_ID=hera source ./module-setup.sh -module use "@[PWD]/modulefiles" +module use "${PWD}/modulefiles" module load modules.fv3 module list set -x @@ -27,7 +27,8 @@ echo "Model started: ${date_start}" export MPI_TYPE_DEPTH=20 export OMP_STACKSIZE=512M -export OMP_NUM_THREADS="@[THRD]" +# shellcheck disable=SC2125 +export OMP_NUM_THREADS=@[THRD] export ESMF_RUNTIME_COMPLIANCECHECK=OFF:depth=4 export ESMF_RUNTIME_PROFILE=ON export ESMF_RUNTIME_PROFILE_OUTPUT="SUMMARY" @@ -37,7 +38,8 @@ export PSM_SHAREDCONTEXTS=1 # Avoid job errors because of filesystem synchronization delays sync && sleep 1 -srun --label -n "@[TASKS]" ./fv3.exe +# shellcheck disable=SC2102 +srun --label -n @[TASKS] ./fv3.exe date_end=$(date) echo "Model ended: ${date_end}" diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index 29b8a01b8a..1c5bcbbd00 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Fri Apr 19 19:57:57 UTC 2024 +Wed Apr 24 12:38:17 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_669166/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1818248/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving sfcf000.nc .........OK @@ -51,14 +51,14 @@ Moving baseline bit_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 272.557598 - 0: The maximum resident set size (KB) = 1254932 + 0: The total amount of wall time = 276.967845 + 0: The maximum resident set size (KB) = 1253216 Test bit_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_669166/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1818248/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf000.nc .........OK @@ -106,14 +106,14 @@ Moving baseline dbg_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 959.903328 - 0: The maximum resident set size (KB) = 1232448 + 0: The total amount of wall time = 960.176678 + 0: The maximum resident set size (KB) = 1233464 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_669166/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1818248/dcp_dcp Checking test dcp results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -160,14 +160,14 @@ Checking test dcp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 241.225092 - 0: The maximum resident set size (KB) = 1230688 + 0: The total amount of wall time = 238.109868 + 0: The maximum resident set size (KB) = 1235600 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_669166/mpi_mpi +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1818248/mpi_mpi Checking test mpi results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -214,14 +214,14 @@ Checking test mpi results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 236.258585 - 0: The maximum resident set size (KB) = 1236816 + 0: The total amount of wall time = 239.999110 + 0: The maximum resident set size (KB) = 1231020 Test mpi PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_669166/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1818248/rst_rst Checking test rst results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -268,14 +268,14 @@ Checking test rst results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 235.269569 - 0: The maximum resident set size (KB) = 1231588 + 0: The total amount of wall time = 241.494846 + 0: The maximum resident set size (KB) = 1230996 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_669166/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1818248/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf000.nc .........OK @@ -323,14 +323,14 @@ Moving baseline std_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 240.429501 - 0: The maximum resident set size (KB) = 1232412 + 0: The total amount of wall time = 240.187367 + 0: The maximum resident set size (KB) = 1237016 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_669166/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1818248/thr_thr Checking test thr results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -377,11 +377,11 @@ Checking test thr results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 237.774632 - 0: The maximum resident set size (KB) = 1232820 + 0: The total amount of wall time = 239.880609 + 0: The maximum resident set size (KB) = 1228084 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Fri Apr 19 20:59:04 UTC 2024 -Elapsed time: 01h:01m:08s. Have a nice day! +Wed Apr 24 13:54:57 UTC 2024 +Elapsed time: 01h:16m:40s. Have a nice day! diff --git a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log index 1cbca13a85..29f8955f5e 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,9 +1,9 @@ -Mon Apr 22 14:31:53 UTC 2024 +Wed Apr 24 14:04:01 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2291890/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2151810/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf021.tile1.nc .........OK @@ -66,14 +66,83 @@ Moving baseline dbg_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 1572.129737 - 0: The maximum resident set size (KB) = 1368184 + 0: The total amount of wall time = 1311.811572 + 0: The maximum resident set size (KB) = 1340536 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2291890/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2151810/rst_rst +Checking test rst results .... + Comparing sfcf021.tile1.nc .....USING NCCMP......OK + Comparing sfcf021.tile2.nc .....USING NCCMP......OK + Comparing sfcf021.tile3.nc .....USING NCCMP......OK + Comparing sfcf021.tile4.nc .....USING NCCMP......OK + Comparing sfcf021.tile5.nc .....USING NCCMP......OK + Comparing sfcf021.tile6.nc .....USING NCCMP......OK + Comparing atmf021.tile1.nc .....USING NCCMP......OK + Comparing atmf021.tile2.nc .....USING NCCMP......OK + Comparing atmf021.tile3.nc .....USING NCCMP......OK + Comparing atmf021.tile4.nc .....USING NCCMP......OK + Comparing atmf021.tile5.nc .....USING NCCMP......OK + Comparing atmf021.tile6.nc .....USING NCCMP......OK + Comparing sfcf024.tile1.nc .....USING NCCMP......OK + Comparing sfcf024.tile2.nc .....USING NCCMP......OK + Comparing sfcf024.tile3.nc .....USING NCCMP......OK + Comparing sfcf024.tile4.nc .....USING NCCMP......OK + Comparing sfcf024.tile5.nc .....USING NCCMP......OK + Comparing sfcf024.tile6.nc .....USING NCCMP......OK + Comparing atmf024.tile1.nc .....USING NCCMP......OK + Comparing atmf024.tile2.nc .....USING NCCMP......OK + Comparing atmf024.tile3.nc .....USING NCCMP......OK + Comparing atmf024.tile4.nc .....USING NCCMP......OK + Comparing atmf024.tile5.nc .....USING NCCMP......OK + Comparing atmf024.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK + Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.MOM.res.nc .....USING NCCMP......OK + Comparing RESTART/iced.2021-03-23-21600.nc .....USING NCCMP......OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK + + 0: The total amount of wall time = 389.794167 + 0: The maximum resident set size (KB) = 1341484 + +Test rst PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2151810/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf021.tile1.nc .........OK @@ -136,80 +205,11 @@ Moving baseline std_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 386.377672 - 0: The maximum resident set size (KB) = 1358644 + 0: The total amount of wall time = 394.333320 + 0: The maximum resident set size (KB) = 1339512 Test std_base PASS - -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3301844/rst_rst -Checking test rst results .... - Comparing sfcf021.tile1.nc .....USING NCCMP......OK - Comparing sfcf021.tile2.nc .....USING NCCMP......OK - Comparing sfcf021.tile3.nc .....USING NCCMP......OK - Comparing sfcf021.tile4.nc .....USING NCCMP......OK - Comparing sfcf021.tile5.nc .....USING NCCMP......OK - Comparing sfcf021.tile6.nc .....USING NCCMP......OK - Comparing atmf021.tile1.nc .....USING NCCMP......OK - Comparing atmf021.tile2.nc .....USING NCCMP......OK - Comparing atmf021.tile3.nc .....USING NCCMP......OK - Comparing atmf021.tile4.nc .....USING NCCMP......OK - Comparing atmf021.tile5.nc .....USING NCCMP......OK - Comparing atmf021.tile6.nc .....USING NCCMP......OK - Comparing sfcf024.tile1.nc .....USING NCCMP......OK - Comparing sfcf024.tile2.nc .....USING NCCMP......OK - Comparing sfcf024.tile3.nc .....USING NCCMP......OK - Comparing sfcf024.tile4.nc .....USING NCCMP......OK - Comparing sfcf024.tile5.nc .....USING NCCMP......OK - Comparing sfcf024.tile6.nc .....USING NCCMP......OK - Comparing atmf024.tile1.nc .....USING NCCMP......OK - Comparing atmf024.tile2.nc .....USING NCCMP......OK - Comparing atmf024.tile3.nc .....USING NCCMP......OK - Comparing atmf024.tile4.nc .....USING NCCMP......OK - Comparing atmf024.tile5.nc .....USING NCCMP......OK - Comparing atmf024.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK - Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.MOM.res.nc .....USING NCCMP......OK - Comparing RESTART/iced.2021-03-23-21600.nc .....USING NCCMP......OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK - - 0: The total amount of wall time = 389.040798 - 0: The maximum resident set size (KB) = 1360268 - -Test rst PASS - OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon Apr 22 19:14:09 UTC 2024 -Elapsed time: 00h:31m:32s. Have a nice day! +Wed Apr 24 15:05:09 UTC 2024 +Elapsed time: 01h:01m:09s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index c7200df608..c62b1ed7b4 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,28 @@ -Mon Apr 22 12:33:48 UTC 2024 +Wed Apr 24 19:38:47 UTC 2024 Start Operation Requirement Test +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_777322/bit_base_bit_base +Checking test bit_base results .... +Moving baseline bit_base files .... + Moving dynf000.nc .........OK + Moving dynf006.nc .........OK + Moving phyf000.nc .........OK + Moving phyf006.nc .........OK + Moving PRSLEV.GrbF00 .........OK + Moving PRSLEV.GrbF06 .........OK + Moving NATLEV.GrbF00 .........OK + Moving NATLEV.GrbF06 .........OK + + 0: The total amount of wall time = 1236.978294 + 0: The maximum resident set size (KB) = 577672 + +Test bit_base PASS + + baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1881160/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_777322/dcp_dcp Checking test dcp results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -14,14 +33,14 @@ Checking test dcp results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2123.028031 - 0: The maximum resident set size (KB) = 556456 + 0: The total amount of wall time = 2229.582684 + 0: The maximum resident set size (KB) = 541864 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1881160/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_777322/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving dynf000.nc .........OK @@ -33,14 +52,32 @@ Moving baseline std_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 2146.624346 - 0: The maximum resident set size (KB) = 561996 + 0: The total amount of wall time = 2186.237690 + 0: The maximum resident set size (KB) = 539180 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1881160/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_777322/std_std +Checking test std results .... + Comparing dynf000.nc .....USING NCCMP......OK + Comparing dynf006.nc .....USING NCCMP......OK + Comparing phyf000.nc .....USING NCCMP......OK + Comparing phyf006.nc .....USING NCCMP......OK + Comparing PRSLEV.GrbF00 .....USING CMP......OK + Comparing PRSLEV.GrbF06 .....USING CMP......OK + Comparing NATLEV.GrbF00 .....USING CMP......OK + Comparing NATLEV.GrbF06 .....USING CMP......OK + + 0: The total amount of wall time = 2172.179940 + 0: The maximum resident set size (KB) = 541092 + +Test std PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_777322/thr_thr Checking test thr results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -51,11 +88,11 @@ Checking test thr results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2265.288036 - 0: The maximum resident set size (KB) = 556412 + 0: The total amount of wall time = 2094.600637 + 0: The maximum resident set size (KB) = 541332 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon Apr 22 14:30:55 UTC 2024 -Elapsed time: 01h:57m:08s. Have a nice day! +Wed Apr 24 23:19:25 UTC 2024 +Elapsed time: 03h:40m:38s. Have a nice day! diff --git a/tests/logs/RT-run-Derecho.log b/tests/logs/RT-run-Derecho.log new file mode 100644 index 0000000000..9dae8589b0 --- /dev/null +++ b/tests/logs/RT-run-Derecho.log @@ -0,0 +1,415 @@ +******Regression Testing Script Started****** +derecho6 +Machine: derecho +Account: nral0032 +rt.sh: Setting up derecho... +Linking /glade/derecho/scratch/epicufsrt/FV3_RT/rt_128018 to /glade/derecho/scratch/epicufsrt/jenkins/workspace/s-weather-model_pipeline_PR-2241/tests/run_dir +Run regression test in: /glade/derecho/scratch/epicufsrt/FV3_RT/rt_128018 +rt.sh: Checking & Updating test configuration... +No update needed to rt.conf +Verifying ECFLOW support... +rt_utils.sh: s2swa_32bit_intel: Creating ECFLOW compile task +rt_utils.sh: cpld_control_p8_mixedmode_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_control_p8_mixedmode_intel: Creating ECFLOW run task +rt_utils.sh: s2swa_32bit_pdlib_intel: Creating ECFLOW compile task +rt_utils.sh: cpld_control_gfsv17_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_control_gfsv17_intel: Creating ECFLOW run task +rt_utils.sh: cpld_control_gfsv17_iau_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_control_gfsv17_iau_intel: Creating ECFLOW run task +rt_utils.sh: cpld_restart_gfsv17_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_restart_gfsv17_intel: Creating ECFLOW run task +rt_utils.sh: cpld_mpi_gfsv17_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_mpi_gfsv17_intel: Creating ECFLOW run task +rt_utils.sh: s2swa_32bit_pdlib_debug_intel: Creating ECFLOW compile task +rt_utils.sh: cpld_debug_gfsv17_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_debug_gfsv17_intel: Creating ECFLOW run task +rt_utils.sh: s2swa_intel: Creating ECFLOW compile task +rt_utils.sh: cpld_control_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_control_p8_intel: Creating ECFLOW run task +rt_utils.sh: cpld_control_p8.v2.sfc_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_control_p8.v2.sfc_intel: Creating ECFLOW run task +rt_utils.sh: cpld_restart_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_restart_p8_intel: Creating ECFLOW run task +rt_utils.sh: cpld_control_qr_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_control_qr_p8_intel: Creating ECFLOW run task +rt_utils.sh: cpld_restart_qr_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_restart_qr_p8_intel: Creating ECFLOW run task +rt_utils.sh: cpld_decomp_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_decomp_p8_intel: Creating ECFLOW run task +rt_utils.sh: cpld_mpi_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_mpi_p8_intel: Creating ECFLOW run task +rt_utils.sh: cpld_control_ciceC_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_control_ciceC_p8_intel: Creating ECFLOW run task +rt_utils.sh: cpld_control_c192_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_control_c192_p8_intel: Creating ECFLOW run task +rt_utils.sh: cpld_restart_c192_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_restart_c192_p8_intel: Creating ECFLOW run task +rt_utils.sh: cpld_bmark_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_bmark_p8_intel: Creating ECFLOW run task +rt_utils.sh: cpld_restart_bmark_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_restart_bmark_p8_intel: Creating ECFLOW run task +rt_utils.sh: cpld_s2sa_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_s2sa_p8_intel: Creating ECFLOW run task +rt_utils.sh: s2sw_intel: Creating ECFLOW compile task +rt_utils.sh: cpld_control_noaero_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_control_noaero_p8_intel: Creating ECFLOW run task +rt_utils.sh: cpld_control_nowave_noaero_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_control_nowave_noaero_p8_intel: Creating ECFLOW run task +rt_utils.sh: s2swa_debug_intel: Creating ECFLOW compile task +rt_utils.sh: cpld_debug_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_debug_p8_intel: Creating ECFLOW run task +rt_utils.sh: s2sw_debug_intel: Creating ECFLOW compile task +rt_utils.sh: cpld_debug_noaero_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_debug_noaero_p8_intel: Creating ECFLOW run task +rt_utils.sh: s2s_aoflux_intel: Creating ECFLOW compile task +rt_utils.sh: cpld_control_noaero_p8_agrid_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_control_noaero_p8_agrid_intel: Creating ECFLOW run task +rt_utils.sh: s2s_intel: Creating ECFLOW compile task +rt_utils.sh: cpld_control_c48_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_control_c48_intel: Creating ECFLOW run task +rt_utils.sh: s2swa_faster_intel: Creating ECFLOW compile task +rt_utils.sh: cpld_control_p8_faster_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_control_p8_faster_intel: Creating ECFLOW run task +rt_utils.sh: s2sw_pdlib_intel: Creating ECFLOW compile task +rt_utils.sh: cpld_control_pdlib_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_control_pdlib_p8_intel: Creating ECFLOW run task +rt_utils.sh: cpld_restart_pdlib_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_restart_pdlib_p8_intel: Creating ECFLOW run task +rt_utils.sh: cpld_mpi_pdlib_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_mpi_pdlib_p8_intel: Creating ECFLOW run task +rt_utils.sh: s2sw_pdlib_debug_intel: Creating ECFLOW compile task +rt_utils.sh: cpld_debug_pdlib_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: cpld_debug_pdlib_p8_intel: Creating ECFLOW run task +rt_utils.sh: atm_dyn32_intel: Creating ECFLOW compile task +rt_utils.sh: control_flake_intel: Computing PET bounds and tasks. +rt_utils.sh: control_flake_intel: Creating ECFLOW run task +rt_utils.sh: control_CubedSphereGrid_intel: Computing PET bounds and tasks. +rt_utils.sh: control_CubedSphereGrid_intel: Creating ECFLOW run task +rt_utils.sh: control_CubedSphereGrid_parallel_intel: Computing PET bounds and tasks. +rt_utils.sh: control_CubedSphereGrid_parallel_intel: Creating ECFLOW run task +rt_utils.sh: control_latlon_intel: Computing PET bounds and tasks. +rt_utils.sh: control_latlon_intel: Creating ECFLOW run task +rt_utils.sh: control_wrtGauss_netcdf_parallel_intel: Computing PET bounds and tasks. +rt_utils.sh: control_wrtGauss_netcdf_parallel_intel: Creating ECFLOW run task +rt_utils.sh: control_c48_intel: Computing PET bounds and tasks. +rt_utils.sh: control_c48_intel: Creating ECFLOW run task +rt_utils.sh: control_c48.v2.sfc_intel: Computing PET bounds and tasks. +rt_utils.sh: control_c48.v2.sfc_intel: Creating ECFLOW run task +rt_utils.sh: control_c192_intel: Computing PET bounds and tasks. +rt_utils.sh: control_c192_intel: Creating ECFLOW run task +rt_utils.sh: control_c384_intel: Computing PET bounds and tasks. +rt_utils.sh: control_c384_intel: Creating ECFLOW run task +rt_utils.sh: control_c384gdas_intel: Computing PET bounds and tasks. +rt_utils.sh: control_c384gdas_intel: Creating ECFLOW run task +rt_utils.sh: control_stochy_intel: Computing PET bounds and tasks. +rt_utils.sh: control_stochy_intel: Creating ECFLOW run task +rt_utils.sh: control_stochy_restart_intel: Computing PET bounds and tasks. +rt_utils.sh: control_stochy_restart_intel: Creating ECFLOW run task +rt_utils.sh: control_lndp_intel: Computing PET bounds and tasks. +rt_utils.sh: control_lndp_intel: Creating ECFLOW run task +rt_utils.sh: control_iovr4_intel: Computing PET bounds and tasks. +rt_utils.sh: control_iovr4_intel: Creating ECFLOW run task +rt_utils.sh: control_iovr5_intel: Computing PET bounds and tasks. +rt_utils.sh: control_iovr5_intel: Creating ECFLOW run task +rt_utils.sh: control_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: control_p8_intel: Creating ECFLOW run task +rt_utils.sh: control_p8.v2.sfc_intel: Computing PET bounds and tasks. +rt_utils.sh: control_p8.v2.sfc_intel: Creating ECFLOW run task +rt_utils.sh: control_p8_ugwpv1_intel: Computing PET bounds and tasks. +rt_utils.sh: control_p8_ugwpv1_intel: Creating ECFLOW run task +rt_utils.sh: control_restart_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: control_restart_p8_intel: Creating ECFLOW run task +rt_utils.sh: control_noqr_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: control_noqr_p8_intel: Creating ECFLOW run task +rt_utils.sh: control_restart_noqr_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: control_restart_noqr_p8_intel: Creating ECFLOW run task +rt_utils.sh: control_decomp_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: control_decomp_p8_intel: Creating ECFLOW run task +rt_utils.sh: control_p8_lndp_intel: Computing PET bounds and tasks. +rt_utils.sh: control_p8_lndp_intel: Creating ECFLOW run task +rt_utils.sh: control_p8_rrtmgp_intel: Computing PET bounds and tasks. +rt_utils.sh: control_p8_rrtmgp_intel: Creating ECFLOW run task +rt_utils.sh: control_p8_mynn_intel: Computing PET bounds and tasks. +rt_utils.sh: control_p8_mynn_intel: Creating ECFLOW run task +rt_utils.sh: merra2_thompson_intel: Computing PET bounds and tasks. +rt_utils.sh: merra2_thompson_intel: Creating ECFLOW run task +rt_utils.sh: regional_control_intel: Computing PET bounds and tasks. +rt_utils.sh: regional_control_intel: Creating ECFLOW run task +rt_utils.sh: regional_restart_intel: Computing PET bounds and tasks. +rt_utils.sh: regional_restart_intel: Creating ECFLOW run task +rt_utils.sh: regional_decomp_intel: Computing PET bounds and tasks. +rt_utils.sh: regional_decomp_intel: Creating ECFLOW run task +rt_utils.sh: regional_noquilt_intel: Computing PET bounds and tasks. +rt_utils.sh: regional_noquilt_intel: Creating ECFLOW run task +rt_utils.sh: regional_netcdf_parallel_intel: Computing PET bounds and tasks. +rt_utils.sh: regional_netcdf_parallel_intel: Creating ECFLOW run task +rt_utils.sh: regional_2dwrtdecomp_intel: Computing PET bounds and tasks. +rt_utils.sh: regional_2dwrtdecomp_intel: Creating ECFLOW run task +rt_utils.sh: regional_wofs_intel: Computing PET bounds and tasks. +rt_utils.sh: regional_wofs_intel: Creating ECFLOW run task +rt_utils.sh: rrfs_intel: Creating ECFLOW compile task +rt_utils.sh: rap_control_intel: Computing PET bounds and tasks. +rt_utils.sh: rap_control_intel: Creating ECFLOW run task +rt_utils.sh: regional_spp_sppt_shum_skeb_intel: Computing PET bounds and tasks. +rt_utils.sh: regional_spp_sppt_shum_skeb_intel: Creating ECFLOW run task +rt_utils.sh: rap_decomp_intel: Computing PET bounds and tasks. +rt_utils.sh: rap_decomp_intel: Creating ECFLOW run task +rt_utils.sh: rap_restart_intel: Computing PET bounds and tasks. +rt_utils.sh: rap_restart_intel: Creating ECFLOW run task +rt_utils.sh: rap_sfcdiff_intel: Computing PET bounds and tasks. +rt_utils.sh: rap_sfcdiff_intel: Creating ECFLOW run task +rt_utils.sh: rap_sfcdiff_decomp_intel: Computing PET bounds and tasks. +rt_utils.sh: rap_sfcdiff_decomp_intel: Creating ECFLOW run task +rt_utils.sh: rap_sfcdiff_restart_intel: Computing PET bounds and tasks. +rt_utils.sh: rap_sfcdiff_restart_intel: Creating ECFLOW run task +rt_utils.sh: hrrr_control_intel: Computing PET bounds and tasks. +rt_utils.sh: hrrr_control_intel: Creating ECFLOW run task +rt_utils.sh: hrrr_control_decomp_intel: Computing PET bounds and tasks. +rt_utils.sh: hrrr_control_decomp_intel: Creating ECFLOW run task +rt_utils.sh: hrrr_control_2threads_intel: Computing PET bounds and tasks. +rt_utils.sh: hrrr_control_2threads_intel: Creating ECFLOW run task +rt_utils.sh: hrrr_control_restart_intel: Computing PET bounds and tasks. +rt_utils.sh: hrrr_control_restart_intel: Creating ECFLOW run task +rt_utils.sh: rrfs_v1beta_intel: Computing PET bounds and tasks. +rt_utils.sh: rrfs_v1beta_intel: Creating ECFLOW run task +rt_utils.sh: rrfs_v1nssl_intel: Computing PET bounds and tasks. +rt_utils.sh: rrfs_v1nssl_intel: Creating ECFLOW run task +rt_utils.sh: rrfs_v1nssl_nohailnoccn_intel: Computing PET bounds and tasks. +rt_utils.sh: rrfs_v1nssl_nohailnoccn_intel: Creating ECFLOW run task +rt_utils.sh: csawmg_intel: Creating ECFLOW compile task +rt_utils.sh: control_csawmg_intel: Computing PET bounds and tasks. +rt_utils.sh: control_csawmg_intel: Creating ECFLOW run task +rt_utils.sh: control_ras_intel: Computing PET bounds and tasks. +rt_utils.sh: control_ras_intel: Creating ECFLOW run task +rt_utils.sh: wam_intel: Creating ECFLOW compile task +rt_utils.sh: control_wam_intel: Computing PET bounds and tasks. +rt_utils.sh: control_wam_intel: Creating ECFLOW run task +rt_utils.sh: atm_faster_dyn32_intel: Creating ECFLOW compile task +rt_utils.sh: control_p8_faster_intel: Computing PET bounds and tasks. +rt_utils.sh: control_p8_faster_intel: Creating ECFLOW run task +rt_utils.sh: regional_control_faster_intel: Computing PET bounds and tasks. +rt_utils.sh: regional_control_faster_intel: Creating ECFLOW run task +rt_utils.sh: atm_debug_dyn32_intel: Creating ECFLOW compile task +rt_utils.sh: control_CubedSphereGrid_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: control_CubedSphereGrid_debug_intel: Creating ECFLOW run task +rt_utils.sh: control_wrtGauss_netcdf_parallel_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: control_wrtGauss_netcdf_parallel_debug_intel: Creating ECFLOW run task +rt_utils.sh: control_stochy_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: control_stochy_debug_intel: Creating ECFLOW run task +rt_utils.sh: control_lndp_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: control_lndp_debug_intel: Creating ECFLOW run task +rt_utils.sh: control_csawmg_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: control_csawmg_debug_intel: Creating ECFLOW run task +rt_utils.sh: control_ras_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: control_ras_debug_intel: Creating ECFLOW run task +rt_utils.sh: control_diag_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: control_diag_debug_intel: Creating ECFLOW run task +rt_utils.sh: control_debug_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: control_debug_p8_intel: Creating ECFLOW run task +rt_utils.sh: regional_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: regional_debug_intel: Creating ECFLOW run task +rt_utils.sh: rap_control_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: rap_control_debug_intel: Creating ECFLOW run task +rt_utils.sh: hrrr_control_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: hrrr_control_debug_intel: Creating ECFLOW run task +rt_utils.sh: hrrr_gf_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: hrrr_gf_debug_intel: Creating ECFLOW run task +rt_utils.sh: hrrr_c3_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: hrrr_c3_debug_intel: Creating ECFLOW run task +rt_utils.sh: rap_unified_drag_suite_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: rap_unified_drag_suite_debug_intel: Creating ECFLOW run task +rt_utils.sh: rap_diag_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: rap_diag_debug_intel: Creating ECFLOW run task +rt_utils.sh: rap_cires_ugwp_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: rap_cires_ugwp_debug_intel: Creating ECFLOW run task +rt_utils.sh: rap_unified_ugwp_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: rap_unified_ugwp_debug_intel: Creating ECFLOW run task +rt_utils.sh: rap_lndp_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: rap_lndp_debug_intel: Creating ECFLOW run task +rt_utils.sh: rap_progcld_thompson_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: rap_progcld_thompson_debug_intel: Creating ECFLOW run task +rt_utils.sh: rap_noah_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: rap_noah_debug_intel: Creating ECFLOW run task +rt_utils.sh: rap_sfcdiff_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: rap_sfcdiff_debug_intel: Creating ECFLOW run task +rt_utils.sh: rap_noah_sfcdiff_cires_ugwp_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: rap_noah_sfcdiff_cires_ugwp_debug_intel: Creating ECFLOW run task +rt_utils.sh: rrfs_v1beta_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: rrfs_v1beta_debug_intel: Creating ECFLOW run task +rt_utils.sh: rap_clm_lake_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: rap_clm_lake_debug_intel: Creating ECFLOW run task +rt_utils.sh: rap_flake_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: rap_flake_debug_intel: Creating ECFLOW run task +rt_utils.sh: gnv1_c96_no_nest_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: gnv1_c96_no_nest_debug_intel: Creating ECFLOW run task +rt_utils.sh: wam_debug_intel: Creating ECFLOW compile task +rt_utils.sh: control_wam_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: control_wam_debug_intel: Creating ECFLOW run task +rt_utils.sh: rrfs_dyn32_phy32_intel: Creating ECFLOW compile task +rt_utils.sh: regional_spp_sppt_shum_skeb_dyn32_phy32_intel: Computing PET bounds and tasks. +rt_utils.sh: regional_spp_sppt_shum_skeb_dyn32_phy32_intel: Creating ECFLOW run task +rt_utils.sh: rap_control_dyn32_phy32_intel: Computing PET bounds and tasks. +rt_utils.sh: rap_control_dyn32_phy32_intel: Creating ECFLOW run task +rt_utils.sh: hrrr_control_dyn32_phy32_intel: Computing PET bounds and tasks. +rt_utils.sh: hrrr_control_dyn32_phy32_intel: Creating ECFLOW run task +rt_utils.sh: hrrr_control_decomp_dyn32_phy32_intel: Computing PET bounds and tasks. +rt_utils.sh: hrrr_control_decomp_dyn32_phy32_intel: Creating ECFLOW run task +rt_utils.sh: rap_restart_dyn32_phy32_intel: Computing PET bounds and tasks. +rt_utils.sh: rap_restart_dyn32_phy32_intel: Creating ECFLOW run task +rt_utils.sh: hrrr_control_restart_dyn32_phy32_intel: Computing PET bounds and tasks. +rt_utils.sh: hrrr_control_restart_dyn32_phy32_intel: Creating ECFLOW run task +rt_utils.sh: rrfs_dyn32_phy32_faster_intel: Creating ECFLOW compile task +rt_utils.sh: conus13km_control_intel: Computing PET bounds and tasks. +rt_utils.sh: conus13km_control_intel: Creating ECFLOW run task +rt_utils.sh: conus13km_2threads_intel: Computing PET bounds and tasks. +rt_utils.sh: conus13km_2threads_intel: Creating ECFLOW run task +rt_utils.sh: conus13km_restart_mismatch_intel: Computing PET bounds and tasks. +rt_utils.sh: conus13km_restart_mismatch_intel: Creating ECFLOW run task +rt_utils.sh: rrfs_dyn64_phy32_intel: Creating ECFLOW compile task +rt_utils.sh: rap_control_dyn64_phy32_intel: Computing PET bounds and tasks. +rt_utils.sh: rap_control_dyn64_phy32_intel: Creating ECFLOW run task +rt_utils.sh: rrfs_dyn32_phy32_debug_intel: Creating ECFLOW compile task +rt_utils.sh: rap_control_debug_dyn32_phy32_intel: Computing PET bounds and tasks. +rt_utils.sh: rap_control_debug_dyn32_phy32_intel: Creating ECFLOW run task +rt_utils.sh: hrrr_control_debug_dyn32_phy32_intel: Computing PET bounds and tasks. +rt_utils.sh: hrrr_control_debug_dyn32_phy32_intel: Creating ECFLOW run task +rt_utils.sh: conus13km_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: conus13km_debug_intel: Creating ECFLOW run task +rt_utils.sh: conus13km_debug_qr_intel: Computing PET bounds and tasks. +rt_utils.sh: conus13km_debug_qr_intel: Creating ECFLOW run task +rt_utils.sh: conus13km_radar_tten_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: conus13km_radar_tten_debug_intel: Creating ECFLOW run task +rt_utils.sh: rrfs_dyn64_phy32_debug_intel: Creating ECFLOW compile task +rt_utils.sh: rap_control_dyn64_phy32_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: rap_control_dyn64_phy32_debug_intel: Creating ECFLOW run task +rt_utils.sh: hafsw_intel: Creating ECFLOW compile task +rt_utils.sh: hafs_regional_atm_intel: Computing PET bounds and tasks. +rt_utils.sh: hafs_regional_atm_intel: Creating ECFLOW run task +rt_utils.sh: hafs_regional_atm_thompson_gfdlsf_intel: Computing PET bounds and tasks. +rt_utils.sh: hafs_regional_atm_thompson_gfdlsf_intel: Creating ECFLOW run task +rt_utils.sh: hafs_regional_atm_ocn_intel: Computing PET bounds and tasks. +rt_utils.sh: hafs_regional_atm_ocn_intel: Creating ECFLOW run task +rt_utils.sh: hafs_regional_atm_wav_intel: Computing PET bounds and tasks. +rt_utils.sh: hafs_regional_atm_wav_intel: Creating ECFLOW run task +rt_utils.sh: hafs_regional_atm_ocn_wav_intel: Computing PET bounds and tasks. +rt_utils.sh: hafs_regional_atm_ocn_wav_intel: Creating ECFLOW run task +rt_utils.sh: hafs_regional_1nest_atm_intel: Computing PET bounds and tasks. +rt_utils.sh: hafs_regional_1nest_atm_intel: Creating ECFLOW run task +rt_utils.sh: hafs_regional_telescopic_2nests_atm_intel: Computing PET bounds and tasks. +rt_utils.sh: hafs_regional_telescopic_2nests_atm_intel: Creating ECFLOW run task +rt_utils.sh: hafs_global_1nest_atm_intel: Computing PET bounds and tasks. +rt_utils.sh: hafs_global_1nest_atm_intel: Creating ECFLOW run task +rt_utils.sh: hafs_global_multiple_4nests_atm_intel: Computing PET bounds and tasks. +rt_utils.sh: hafs_global_multiple_4nests_atm_intel: Creating ECFLOW run task +rt_utils.sh: hafs_regional_specified_moving_1nest_atm_intel: Computing PET bounds and tasks. +rt_utils.sh: hafs_regional_specified_moving_1nest_atm_intel: Creating ECFLOW run task +rt_utils.sh: hafs_regional_storm_following_1nest_atm_intel: Computing PET bounds and tasks. +rt_utils.sh: hafs_regional_storm_following_1nest_atm_intel: Creating ECFLOW run task +rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_intel: Computing PET bounds and tasks. +rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_intel: Creating ECFLOW run task +rt_utils.sh: hafs_global_storm_following_1nest_atm_intel: Computing PET bounds and tasks. +rt_utils.sh: hafs_global_storm_following_1nest_atm_intel: Creating ECFLOW run task +rt_utils.sh: gnv1_nested_intel: Computing PET bounds and tasks. +rt_utils.sh: gnv1_nested_intel: Creating ECFLOW run task +rt_utils.sh: hafsw_debug_intel: Creating ECFLOW compile task +rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_debug_intel: Creating ECFLOW run task +rt_utils.sh: hafsw_faster_intel: Creating ECFLOW compile task +rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_wav_intel: Computing PET bounds and tasks. +rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_wav_intel: Creating ECFLOW run task +rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel: Computing PET bounds and tasks. +rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel: Creating ECFLOW run task +rt_utils.sh: hafs_mom6w_intel: Creating ECFLOW compile task +rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel: Computing PET bounds and tasks. +rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel: Creating ECFLOW run task +rt_utils.sh: hafs_all_intel: Creating ECFLOW compile task +rt_utils.sh: hafs_regional_docn_intel: Computing PET bounds and tasks. +rt_utils.sh: hafs_regional_docn_intel: Creating ECFLOW run task +rt_utils.sh: hafs_regional_docn_oisst_intel: Computing PET bounds and tasks. +rt_utils.sh: hafs_regional_docn_oisst_intel: Creating ECFLOW run task +rt_utils.sh: hafs_regional_datm_cdeps_intel: Computing PET bounds and tasks. +rt_utils.sh: hafs_regional_datm_cdeps_intel: Creating ECFLOW run task +rt_utils.sh: datm_cdeps_intel: Creating ECFLOW compile task +rt_utils.sh: datm_cdeps_control_cfsr_intel: Computing PET bounds and tasks. +rt_utils.sh: datm_cdeps_control_cfsr_intel: Creating ECFLOW run task +rt_utils.sh: datm_cdeps_restart_cfsr_intel: Computing PET bounds and tasks. +rt_utils.sh: datm_cdeps_restart_cfsr_intel: Creating ECFLOW run task +rt_utils.sh: datm_cdeps_control_gefs_intel: Computing PET bounds and tasks. +rt_utils.sh: datm_cdeps_control_gefs_intel: Creating ECFLOW run task +rt_utils.sh: datm_cdeps_iau_gefs_intel: Computing PET bounds and tasks. +rt_utils.sh: datm_cdeps_iau_gefs_intel: Creating ECFLOW run task +rt_utils.sh: datm_cdeps_stochy_gefs_intel: Computing PET bounds and tasks. +rt_utils.sh: datm_cdeps_stochy_gefs_intel: Creating ECFLOW run task +rt_utils.sh: datm_cdeps_ciceC_cfsr_intel: Computing PET bounds and tasks. +rt_utils.sh: datm_cdeps_ciceC_cfsr_intel: Creating ECFLOW run task +rt_utils.sh: datm_cdeps_bulk_cfsr_intel: Computing PET bounds and tasks. +rt_utils.sh: datm_cdeps_bulk_cfsr_intel: Creating ECFLOW run task +rt_utils.sh: datm_cdeps_bulk_gefs_intel: Computing PET bounds and tasks. +rt_utils.sh: datm_cdeps_bulk_gefs_intel: Creating ECFLOW run task +rt_utils.sh: datm_cdeps_mx025_cfsr_intel: Computing PET bounds and tasks. +rt_utils.sh: datm_cdeps_mx025_cfsr_intel: Creating ECFLOW run task +rt_utils.sh: datm_cdeps_mx025_gefs_intel: Computing PET bounds and tasks. +rt_utils.sh: datm_cdeps_mx025_gefs_intel: Creating ECFLOW run task +rt_utils.sh: datm_cdeps_multiple_files_cfsr_intel: Computing PET bounds and tasks. +rt_utils.sh: datm_cdeps_multiple_files_cfsr_intel: Creating ECFLOW run task +rt_utils.sh: datm_cdeps_3072x1536_cfsr_intel: Computing PET bounds and tasks. +rt_utils.sh: datm_cdeps_3072x1536_cfsr_intel: Creating ECFLOW run task +rt_utils.sh: datm_cdeps_gfs_intel: Computing PET bounds and tasks. +rt_utils.sh: datm_cdeps_gfs_intel: Creating ECFLOW run task +rt_utils.sh: datm_cdeps_debug_intel: Creating ECFLOW compile task +rt_utils.sh: datm_cdeps_debug_cfsr_intel: Computing PET bounds and tasks. +rt_utils.sh: datm_cdeps_debug_cfsr_intel: Creating ECFLOW run task +rt_utils.sh: datm_cdeps_faster_intel: Creating ECFLOW compile task +rt_utils.sh: datm_cdeps_control_cfsr_faster_intel: Computing PET bounds and tasks. +rt_utils.sh: datm_cdeps_control_cfsr_faster_intel: Creating ECFLOW run task +rt_utils.sh: datm_cdeps_land_intel: Creating ECFLOW compile task +rt_utils.sh: datm_cdeps_lnd_gswp3_intel: Computing PET bounds and tasks. +rt_utils.sh: datm_cdeps_lnd_gswp3_intel: Creating ECFLOW run task +rt_utils.sh: datm_cdeps_lnd_era5_intel: Computing PET bounds and tasks. +rt_utils.sh: datm_cdeps_lnd_era5_intel: Creating ECFLOW run task +rt_utils.sh: datm_cdeps_lnd_era5_rst_intel: Computing PET bounds and tasks. +rt_utils.sh: datm_cdeps_lnd_era5_rst_intel: Creating ECFLOW run task +rt_utils.sh: atml_intel: Creating ECFLOW compile task +rt_utils.sh: control_p8_atmlnd_sbs_intel: Computing PET bounds and tasks. +rt_utils.sh: control_p8_atmlnd_sbs_intel: Creating ECFLOW run task +rt_utils.sh: control_p8_atmlnd_intel: Computing PET bounds and tasks. +rt_utils.sh: control_p8_atmlnd_intel: Creating ECFLOW run task +rt_utils.sh: control_restart_p8_atmlnd_intel: Computing PET bounds and tasks. +rt_utils.sh: control_restart_p8_atmlnd_intel: Creating ECFLOW run task +rt_utils.sh: atmw_intel: Creating ECFLOW compile task +rt_utils.sh: atmwav_control_noaero_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: atmwav_control_noaero_p8_intel: Creating ECFLOW run task +rt_utils.sh: atmaero_intel: Creating ECFLOW compile task +rt_utils.sh: atmaero_control_p8_intel: Computing PET bounds and tasks. +rt_utils.sh: atmaero_control_p8_intel: Creating ECFLOW run task +rt_utils.sh: atmaero_control_p8_rad_intel: Computing PET bounds and tasks. +rt_utils.sh: atmaero_control_p8_rad_intel: Creating ECFLOW run task +rt_utils.sh: atmaero_control_p8_rad_micro_intel: Computing PET bounds and tasks. +rt_utils.sh: atmaero_control_p8_rad_micro_intel: Creating ECFLOW run task +rt_utils.sh: atmaq_debug_intel: Creating ECFLOW compile task +rt_utils.sh: regional_atmaq_debug_intel: Computing PET bounds and tasks. +rt_utils.sh: regional_atmaq_debug_intel: Creating ECFLOW run task +rt_utils.sh: Starting ECFLOW run +ECF_HOST: derecho6, ECF_PORT: 39982 +ecflow_server is NOT running on derecho6:39982 +Wed 24 Apr 2024 12:50:01 PM UTC + +User "38482" attempting to start ecf server on "derecho6" using ECF_PORT "39982" and with: +ECF_HOME : "/glade/derecho/scratch/epicufsrt/FV3_RT/rt_128018/ecflow_server" +ECF_LOG : "derecho6.39982.ecf.log" +ECF_CHECK : "derecho6.39982.check" +ECF_CHECKOLD : "derecho6.39982.check.b" +ECF_OUT : "/dev/null" + +client version is Ecflow version(5.8.4) boost(1.78.0) compiler(gcc 12.2.0) protocol(JSON cereal 1.3.0) openssl(enabled) Compiled on Sep 20 2023 09:36:19 +Checking if the server is already running on derecho6 and port 39982 + +Backing up check point and log files + +OK starting ecFlow server... + +Placing server into RESTART mode... +restart of server failed +rt.sh finished +rt.sh: Cleaning up... +rt_utils.sh: Stopping ECFLOW Workflow... diff --git a/tests/logs/RT-run-Hercules.log b/tests/logs/RT-run-Hercules.log new file mode 100644 index 0000000000..393c54d52a --- /dev/null +++ b/tests/logs/RT-run-Hercules.log @@ -0,0 +1,16 @@ +******Regression Testing Script Started****** +hercules-login-1.hpc.msstate.edu +Machine: hercules +Account: epic +rt.sh: Setting up hercules... +Linking /work2/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/rt_3789786 to /work/noaa/epic/role-epic/jenkins/workspace/s-weather-model_pipeline_PR-2241/tests/run_dir +Run regression test in: /work2/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/rt_3789786 +rt.sh: Checking & Updating test configuration... +No update needed to rt.conf +rt.sh: Getting error information... +Exited at line 1062 having code 1 +rt.sh: Exited abnormally, killing workflow and cleaning up +rt_utils.sh: Killing ECFLOW Workflow... +rt.sh finished +rt.sh: Cleaning up... +rt_utils.sh: Stopping ECFLOW Workflow... diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index 25a1acb339..19ed992c48 100644 --- a/tests/logs/RegressionTests_acorn.log +++ b/tests/logs/RegressionTests_acorn.log @@ -1,7 +1,7 @@ ====START OF ACORN REGRESSION TESTING LOG==== UFSWM hash used in testing: -ac0c99fef9ec63df227e1ffff63088c8ec7ecbb1 +64df90f39f00b9682ca74b29f783bd0a37994a4a Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -21,7 +21,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) + 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) @@ -36,261 +36,326 @@ 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-20240419 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_22222 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_44890 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [12:24, 10:54] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:00, 02:14](3039 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:31, 16:31] -PASS -- TEST 'cpld_control_gfsv17_intel' [03:54, 03:05](1652 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [42:17, 03:12](1802 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [41:43, 03:14](926 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [03:55, 01:49](1626 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:18, 04:32] -PASS -- TEST 'cpld_debug_gfsv17_intel' [16:07, 02:55](1678 MB) - -PASS -- COMPILE 's2swa_intel' [13:26, 10:38] -PASS -- TEST 'cpld_control_p8_intel' [08:58, 01:47](3068 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:58, 02:32](3067 MB) -PASS -- TEST 'cpld_restart_p8_intel' [54:51, 01:57](3124 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:58, 01:49](3095 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [53:20, 01:02](3145 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [08:58, 02:17](3384 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:58, 01:47](3066 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:59, 02:13](2997 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:58, 01:51](3068 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:58, 01:44](3034 MB) - -PASS -- COMPILE 's2sw_intel' [12:25, 10:13] -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:59, 01:56](1644 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:59, 02:22](1696 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:25, 09:54] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:59, 02:22](1697 MB) - -PASS -- COMPILE 's2s_intel' [12:25, 09:44] -PASS -- TEST 'cpld_control_c48_intel' [09:58, 00:53](2673 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:31, 15:09] -PASS -- TEST 'cpld_control_p8_faster_intel' [04:54, 02:26](3065 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:32, 15:35] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [03:52, 01:18](1668 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [42:45, 01:30](973 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [41:16, 01:45](1643 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [11:24, 04:24] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [11:01, 01:48](1687 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:30, 10:11] -PASS -- TEST 'control_flake_intel' [59:36, 00:46](634 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [59:36, 01:17](1532 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [59:36, 01:18](1536 MB) -PASS -- TEST 'control_latlon_intel' [59:36, 00:21](1532 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [59:36, 00:32](1537 MB) -PASS -- TEST 'control_c48_intel' [59:35, 01:35](1613 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [59:35, 00:58](736 MB) -PASS -- TEST 'control_c192_intel' [59:36, 01:24](1650 MB) -PASS -- TEST 'control_c384_intel' [59:40, 02:05](1969 MB) -PASS -- TEST 'control_c384gdas_intel' [59:40, 03:24](1150 MB) -PASS -- TEST 'control_stochy_intel' [59:36, 00:29](590 MB) -PASS -- TEST 'control_stochy_restart_intel' [54:00, 00:53](393 MB) -PASS -- TEST 'control_lndp_intel' [59:31, 00:42](591 MB) -PASS -- TEST 'control_iovr4_intel' [58:33, 00:22](584 MB) -PASS -- TEST 'control_iovr5_intel' [58:24, 01:10](585 MB) -PASS -- TEST 'control_p8_intel' [56:39, 02:34](1563 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [56:39, 02:27](1563 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [55:35, 02:25](1572 MB) -PASS -- TEST 'control_restart_p8_intel' [28:30, 02:18](751 MB) -PASS -- TEST 'control_noqr_p8_intel' [55:21, 02:33](1558 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [28:30, 02:19](754 MB) -PASS -- TEST 'control_decomp_p8_intel' [53:33, 02:27](1563 MB) -PASS -- TEST 'control_2threads_p8_intel' [53:20, 01:06](1653 MB) -PASS -- TEST 'control_p8_lndp_intel' [52:32, 00:43](1563 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [52:31, 02:24](1619 MB) -PASS -- TEST 'control_p8_mynn_intel' [51:54, 02:38](1572 MB) -PASS -- TEST 'merra2_thompson_intel' [49:55, 02:52](1579 MB) -PASS -- TEST 'regional_control_intel' [48:13, 00:48](629 MB) -PASS -- TEST 'regional_restart_intel' [39:09, 01:08](801 MB) -PASS -- TEST 'regional_decomp_intel' [47:02, 00:14](628 MB) -PASS -- TEST 'regional_2threads_intel' [46:57, 00:17](723 MB) -PASS -- TEST 'regional_noquilt_intel' [45:04, 00:29](1168 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [44:10, 01:06](633 MB) -PASS -- TEST 'regional_wofs_intel' [43:21, 01:01](1607 MB) - -PASS -- COMPILE 'ifi_intel' [09:23, 08:35] -PASS -- TEST 'regional_ifi_control_intel' [01:36, 00:34](630 MB) -PASS -- TEST 'regional_ifi_decomp_intel' [01:36, 00:51](628 MB) -PASS -- TEST 'regional_ifi_2threads_intel' [01:37, 00:45](718 MB) - -PASS -- COMPILE 'rrfs_intel' [31:46, 09:12] -PASS -- TEST 'rap_control_intel' [38:13, 02:12](970 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [38:14, 00:49](1146 MB) -PASS -- TEST 'rap_decomp_intel' [37:03, 01:42](970 MB) -PASS -- TEST 'rap_2threads_intel' [34:44, 02:34](1058 MB) -PASS -- TEST 'rap_restart_intel' [19:09, 02:24](845 MB) -PASS -- TEST 'rap_sfcdiff_intel' [32:06, 02:37](972 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [31:08, 02:07](971 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [18:32, 02:54](847 MB) -PASS -- TEST 'hrrr_control_intel' [30:25, 02:25](963 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [29:22, 01:52](966 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [28:49, 01:31](1048 MB) -PASS -- TEST 'hrrr_control_restart_intel' [21:51, 00:32](796 MB) -PASS -- TEST 'rrfs_v1beta_intel' [28:42, 03:06](965 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [28:38, 00:40](1929 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [27:59, 00:36](1918 MB) - -PASS -- COMPILE 'csawmg_intel' [53:14, 08:43] -PASS -- TEST 'control_csawmg_intel' [16:45, 00:48](656 MB) - -PASS -- COMPILE 'wam_intel' [58:20, 08:29] -PASS -- TEST 'control_wam_intel' [11:07, 00:48](329 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [58:20, 09:05] -PASS -- TEST 'control_p8_faster_intel' [10:17, 02:47](1559 MB) -PASS -- TEST 'regional_control_faster_intel' [10:02, 00:32](626 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [53:13, 04:41] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [15:44, 00:42](1557 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [15:44, 00:43](1559 MB) -PASS -- TEST 'control_stochy_debug_intel' [15:44, 00:52](760 MB) -PASS -- TEST 'control_lndp_debug_intel' [15:44, 01:10](761 MB) -PASS -- TEST 'control_csawmg_debug_intel' [15:44, 00:58](798 MB) -PASS -- TEST 'control_ras_debug_intel' [15:44, 00:34](767 MB) -PASS -- TEST 'control_diag_debug_intel' [15:44, 01:07](1619 MB) -PASS -- TEST 'control_debug_p8_intel' [15:44, 01:13](1589 MB) -PASS -- TEST 'regional_debug_intel' [15:43, 00:48](687 MB) -PASS -- TEST 'rap_control_debug_intel' [15:44, 01:06](1146 MB) -PASS -- TEST 'hrrr_control_debug_intel' [15:44, 00:53](1139 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [15:44, 00:47](1141 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [15:01, 01:10](1141 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [13:58, 00:19](1151 MB) -PASS -- TEST 'rap_diag_debug_intel' [12:37, 00:47](1231 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [12:15, 01:04](1145 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [12:13, 00:50](1146 MB) -PASS -- TEST 'rap_lndp_debug_intel' [11:53, 01:13](1149 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [10:03, 00:47](1146 MB) -PASS -- TEST 'rap_noah_debug_intel' [10:03, 00:44](1144 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [09:57, 00:28](1143 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:47, 00:35](1141 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [08:06, 00:43](1139 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:05, 00:40](1147 MB) -PASS -- TEST 'rap_flake_debug_intel' [08:05, 00:31](1145 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:17, 02:53](1148 MB) - -PASS -- COMPILE 'wam_debug_intel' [48:05, 03:18] -PASS -- TEST 'control_wam_debug_intel' [16:48, 00:59](370 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [52:09, 08:29] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:29, 01:16](1015 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:25, 03:07](850 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:21, 03:54](846 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:18, 02:58](914 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:02, 03:32](897 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:59, 03:20](849 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [37:41, 01:48](744 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [33:27, 01:10](729 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [54:14, 10:43] -PASS -- TEST 'conus13km_control_intel' [04:59, 00:46](1056 MB) -PASS -- TEST 'conus13km_2threads_intel' [30:06, 00:36](1036 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [30:05, 00:37](935 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [50:04, 08:47] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:26, 00:58](872 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [42:57, 03:23] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [16:38, 01:09](1019 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [16:38, 01:17](1023 MB) -PASS -- TEST 'conus13km_debug_intel' [16:38, 01:25](1111 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:38, 01:18](811 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [16:39, 00:36](1100 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:38, 00:21](1177 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [21:35, 03:23] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [16:37, 01:03](1044 MB) - -PASS -- COMPILE 'hafsw_intel' [10:24, 09:50] -PASS -- TEST 'hafs_regional_atm_intel' [04:20, 02:14](673 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:05, 00:29](1019 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [02:36, 02:17](713 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [01:20, 01:41](755 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [01:16, 01:57](767 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [00:12, 01:35](439 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [59:49, 01:50](460 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [59:38, 01:07](332 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [59:41, 02:35](397 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [34:27, 01:19](474 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [59:25, 00:59](470 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [59:22, 00:51](531 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [59:16, 00:50](365 MB) -PASS -- TEST 'gnv1_nested_intel' [57:33, 01:46](732 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:16, 03:46] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [57:13, 01:32](626 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [11:24, 10:23] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [56:22, 01:24](579 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [56:03, 01:31](746 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [10:24, 10:12] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [56:03, 01:10](749 MB) - -PASS -- COMPILE 'hafs_all_intel' [20:34, 09:32] -PASS -- TEST 'hafs_regional_docn_intel' [55:10, 01:50](709 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [54:23, 01:48](696 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [53:03, 01:05](894 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [20:34, 07:49] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [51:32, 00:24](762 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [48:09, 00:50](750 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [51:15, 00:32](641 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [48:57, 00:14](647 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [46:52, 00:34](645 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [46:13, 00:54](762 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [45:47, 00:48](762 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [45:34, 00:54](643 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [25:24, 01:04](646 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [42:28, 01:11](629 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [41:48, 00:53](760 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [41:30, 00:43](2018 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [41:08, 00:31](2019 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [20:34, 08:27] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [32:27, 01:02](759 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [20:35, 01:04] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [39:22, 00:18](264 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [39:21, 01:11](413 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [32:44, 00:57](413 MB) - -PASS -- COMPILE 'atml_intel' [22:37, 09:51] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [39:09, 02:56](1599 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [38:02, 02:35](1603 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [26:21, 01:10](802 MB) - -PASS -- COMPILE 'atmw_intel' [38:53, 09:03] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [32:38, 02:33](1603 MB) - -PASS -- COMPILE 'atmaero_intel' [36:53, 08:52] -PASS -- TEST 'atmaero_control_p8_intel' [32:43, 01:53](2915 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [32:43, 02:17](2970 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [32:43, 01:58](2985 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [35:49, 03:27] -PASS -- TEST 'regional_atmaq_debug_intel' [30:34, 02:09](4495 MB) +PASS -- COMPILE 's2swa_32bit_intel' [11:24, 10:44] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [58:24, 01:49](3039 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:29, 15:52] +PASS -- TEST 'cpld_control_gfsv17_intel' [52:45, 02:03](1649 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [14:56, 03:20](1773 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [14:30, 02:29](900 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [52:17, 02:51](1622 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:18, 04:19] +PASS -- TEST 'cpld_debug_gfsv17_intel' [04:31, 03:10](1683 MB) + +PASS -- COMPILE 's2swa_intel' [11:24, 10:44] +PASS -- TEST 'cpld_control_p8_intel' [58:24, 01:33](3065 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [58:24, 02:02](3066 MB) +PASS -- TEST 'cpld_restart_p8_intel' [49:22, 01:39](3121 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [58:24, 01:32](3089 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [49:22, 02:16](3142 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [58:24, 01:25](3379 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [58:24, 02:01](3064 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [58:25, 01:50](2994 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [58:24, 01:57](3065 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [58:24, 02:16](3031 MB) + +PASS -- COMPILE 's2sw_intel' [10:23, 10:10] +PASS -- TEST 'cpld_control_noaero_p8_intel' [59:25, 01:06](1644 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [59:25, 01:29](1696 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [10:23, 09:33] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [59:25, 01:30](1697 MB) + +PASS -- COMPILE 's2s_intel' [10:24, 09:33] +PASS -- TEST 'cpld_control_c48_intel' [59:23, 01:03](2672 MB) + +PASS -- COMPILE 's2swa_faster_intel' [16:30, 15:39] +PASS -- TEST 'cpld_control_p8_faster_intel' [52:15, 02:16](3068 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:30, 16:00] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [50:41, 01:36](1667 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:38, 01:33](972 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [11:13, 01:17](1638 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:18, 04:03] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [05:31, 01:23](1687 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [10:23, 09:51] +PASS -- TEST 'control_flake_intel' [55:07, 01:02](634 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [55:07, 00:41](1528 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [55:07, 00:47](1542 MB) +PASS -- TEST 'control_latlon_intel' [55:07, 00:44](1538 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [55:07, 00:54](1530 MB) +PASS -- TEST 'control_c48_intel' [55:06, 01:09](1611 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [55:06, 00:46](736 MB) +PASS -- TEST 'control_c192_intel' [55:07, 00:54](1649 MB) +PASS -- TEST 'control_c384_intel' [55:11, 01:52](1966 MB) +PASS -- TEST 'control_c384gdas_intel' [55:11, 02:44](1150 MB) +PASS -- TEST 'control_stochy_intel' [55:07, 00:55](590 MB) +PASS -- TEST 'control_stochy_restart_intel' [36:18, 00:21](392 MB) +PASS -- TEST 'control_lndp_intel' [55:07, 01:00](589 MB) +FAILED: RUN DID NOT COMPLETE -- TEST 'control_iovr4_intel' [, ]( MB) +PASS -- TEST 'control_iovr5_intel' [50:07, 00:25](583 MB) +PASS -- TEST 'control_p8_intel' [49:02, 01:38](1561 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [48:54, 02:13](1563 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [47:54, 02:26](1573 MB) +PASS -- TEST 'control_restart_p8_intel' [26:21, 01:57](751 MB) +PASS -- TEST 'control_noqr_p8_intel' [47:54, 02:13](1557 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [22:31, 01:59](754 MB) +PASS -- TEST 'control_decomp_p8_intel' [44:08, 02:04](1556 MB) +PASS -- TEST 'control_2threads_p8_intel' [42:21, 01:52](1657 MB) +PASS -- TEST 'control_p8_lndp_intel' [38:25, 01:06](1563 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [37:06, 02:25](1621 MB) +PASS -- TEST 'control_p8_mynn_intel' [36:18, 02:00](1572 MB) +PASS -- TEST 'merra2_thompson_intel' [33:31, 02:54](1578 MB) +PASS -- TEST 'regional_control_intel' [33:25, 00:25](630 MB) +PASS -- TEST 'regional_restart_intel' [27:21, 00:56](798 MB) +PASS -- TEST 'regional_decomp_intel' [33:14, 00:58](628 MB) +PASS -- TEST 'regional_2threads_intel' [31:23, 00:46](718 MB) +PASS -- TEST 'regional_noquilt_intel' [30:34, 01:00](1164 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [30:30, 00:52](630 MB) +PASS -- TEST 'regional_wofs_intel' [30:29, 00:27](1602 MB) + +PASS -- COMPILE 'ifi_intel' [09:22, 08:20] +PASS -- TEST 'regional_ifi_control_intel' [55:07, 00:28](630 MB) +PASS -- TEST 'regional_ifi_decomp_intel' [55:07, 00:25](628 MB) +PASS -- TEST 'regional_ifi_2threads_intel' [55:08, 01:12](725 MB) + +PASS -- COMPILE 'rrfs_intel' [09:23, 09:05] +PASS -- TEST 'rap_control_intel' [30:28, 02:41](970 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [30:17, 00:51](1146 MB) +PASS -- TEST 'rap_decomp_intel' [29:14, 02:07](974 MB) +PASS -- TEST 'rap_2threads_intel' [26:59, 02:10](1056 MB) +PASS -- TEST 'rap_restart_intel' [04:40, 02:17](843 MB) +PASS -- TEST 'rap_sfcdiff_intel' [25:53, 02:22](972 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [23:57, 02:06](971 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [48:53, 02:29](843 MB) +PASS -- TEST 'hrrr_control_intel' [23:55, 02:58](963 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [23:40, 02:52](966 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [23:35, 02:59](1045 MB) +PASS -- TEST 'hrrr_control_restart_intel' [51:39, 00:21](795 MB) +PASS -- TEST 'rrfs_v1beta_intel' [23:34, 02:41](965 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [23:24, 00:36](1929 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [23:06, 01:10](1919 MB) + +PASS -- COMPILE 'csawmg_intel' [09:23, 08:43] +PASS -- TEST 'control_csawmg_intel' [22:59, 01:11](656 MB) + +PASS -- COMPILE 'wam_intel' [09:23, 08:23] +PASS -- TEST 'control_wam_intel' [22:31, 00:26](331 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [12:26, 08:58] +PASS -- TEST 'control_p8_faster_intel' [22:16, 02:06](1561 MB) +PASS -- TEST 'regional_control_faster_intel' [21:28, 00:33](626 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:21, 04:24] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [55:05, 01:01](1557 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [21:10, 00:28](1559 MB) +PASS -- TEST 'control_stochy_debug_intel' [20:26, 00:34](757 MB) +PASS -- TEST 'control_lndp_debug_intel' [53:10, 00:16](757 MB) +PASS -- TEST 'control_csawmg_debug_intel' [18:07, 00:35](798 MB) +PASS -- TEST 'control_ras_debug_intel' [17:37, 00:25](768 MB) +PASS -- TEST 'control_diag_debug_intel' [17:29, 01:04](1619 MB) +PASS -- TEST 'control_debug_p8_intel' [15:28, 01:15](1588 MB) +PASS -- TEST 'regional_debug_intel' [15:14, 00:45](687 MB) +PASS -- TEST 'rap_control_debug_intel' [04:26, 00:54](1145 MB) +PASS -- TEST 'hrrr_control_debug_intel' [03:36, 00:54](1140 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [55:40, 00:35](1140 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [54:58, 01:18](1145 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [54:39, 00:33](1145 MB) +PASS -- TEST 'rap_diag_debug_intel' [42:00, 00:42](1230 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [53:33, 00:32](1145 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [53:19, 00:44](1145 MB) +PASS -- TEST 'rap_lndp_debug_intel' [52:30, 00:32](1149 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [51:44, 01:16](1145 MB) +PASS -- TEST 'rap_noah_debug_intel' [51:39, 00:40](1148 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [50:59, 00:48](1143 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [50:46, 00:47](1142 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [36:51, 00:29](1136 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [50:03, 00:28](1144 MB) +PASS -- TEST 'rap_flake_debug_intel' [49:21, 01:16](1145 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [49:04, 03:00](1151 MB) + +PASS -- COMPILE 'wam_debug_intel' [08:20, 03:11] +PASS -- TEST 'control_wam_debug_intel' [48:53, 00:40](369 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:27, 08:24] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [48:41, 01:20](1013 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [47:15, 02:26](851 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [44:36, 04:11](846 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [43:56, 02:12](908 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [42:24, 03:12](900 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [41:58, 02:28](847 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [32:46, 01:53](743 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [45:16, 01:07](730 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:29, 10:37] +PASS -- TEST 'conus13km_control_intel' [41:58, 01:16](1055 MB) +PASS -- TEST 'conus13km_2threads_intel' [28:24, 00:47](1036 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [26:27, 01:02](935 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:28, 08:32] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [41:54, 01:16](875 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:25, 03:17] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [41:50, 00:41](1020 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [41:45, 00:52](1023 MB) +PASS -- TEST 'conus13km_debug_intel' [41:42, 00:32](1106 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [41:36, 00:32](783 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [41:15, 00:52](1088 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [40:56, 01:07](1195 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:23, 03:13] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [38:49, 00:33](1043 MB) + +PASS -- COMPILE 'hafsw_intel' [19:34, 09:48] +PASS -- TEST 'hafs_regional_atm_intel' [38:15, 01:39](673 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [38:06, 01:14](1025 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [37:59, 01:50](714 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [37:39, 02:01](753 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [36:19, 02:07](910 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [36:16, 01:35](432 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [35:41, 01:28](456 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [35:22, 01:32](330 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [34:18, 02:29](400 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [33:54, 00:57](472 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [33:01, 01:06](470 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [32:38, 01:37](532 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [30:11, 00:57](365 MB) +PASS -- TEST 'gnv1_nested_intel' [30:08, 01:11](730 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [12:26, 03:51] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [24:31, 01:00](632 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [20:35, 10:01] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [24:23, 01:05](577 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [23:55, 01:35](747 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [31:46, 09:53] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [23:18, 01:20](748 MB) + +PASS -- COMPILE 'hafs_all_intel' [20:44, 09:31] +PASS -- TEST 'hafs_regional_docn_intel' [21:30, 01:49](710 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [14:15, 01:54](695 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [10:42, 00:39](894 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [17:36, 08:42] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [23:38, 01:09](758 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [19:14, 01:04](750 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:13, 00:44](639 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [53:11, 00:55](642 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [51:52, 00:13](638 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [51:28, 01:09](759 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [50:31, 01:05](759 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [49:18, 00:24](638 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [49:18, 00:54](645 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [49:13, 00:52](623 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [48:32, 00:59](760 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [47:59, 01:02](2011 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [41:34, 01:00](2015 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [24:44, 08:42] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [37:14, 01:08](760 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [16:33, 01:04] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [31:53, 00:20](265 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [29:15, 01:05](413 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [24:42, 00:59](412 MB) + +PASS -- COMPILE 'atml_intel' [25:45, 10:08] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [28:46, 02:10](1602 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [26:17, 02:33](1602 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [17:32, 00:50](803 MB) + +PASS -- COMPILE 'atmw_intel' [30:51, 09:03] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [26:08, 02:14](1603 MB) + +PASS -- COMPILE 'atmaero_intel' [22:44, 08:58] +PASS -- TEST 'atmaero_control_p8_intel' [14:04, 02:13](2915 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [14:04, 01:46](2974 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [14:04, 02:33](2984 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [11:31, 03:27] +PASS -- TEST 'regional_atmaq_debug_intel' [18:55, 01:58](4511 MB) SYNOPSIS: -Starting Date/Time: 20240422 19:37:15 -Ending Date/Time: 20240422 21:57:39 -Total Time: 02h:20m:51s +Starting Date/Time: 20240425 13:49:52 +Ending Date/Time: 20240425 17:25:30 +Total Time: 03h:36m:04s Compiles Completed: 35/35 -Tests Completed: 173/173 +Tests Completed: 172/173 +Failed Tests: +* TEST control_iovr4_intel: FAILED: RUN DID NOT COMPLETE +-- LOG: /lfs/h1/emc/nems/noscrub/brian.curtis/git/jiandewang/ufs-weather-model/tests/logs/log_acorn/run_control_iovr4_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 ACORN REGRESSION TESTING LOG==== +====START OF ACORN REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +64df90f39f00b9682ca74b29f783bd0a37994a4a + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) + c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) + 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) + 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) + 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) + + +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-20240419 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_28522 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: GFS-DEV +* (-b) - NEW BASELINES FROM FILE: test_changes.list + +PASS -- COMPILE 'atm_dyn32_intel' [10:23, 09:44] +PASS -- TEST 'control_iovr4_intel' [21:34, 00:52](583 MB) + +SYNOPSIS: +Starting Date/Time: 20240425 17:28:05 +Ending Date/Time: 20240425 17:42:03 +Total Time: 00h:14m:07s +Compiles Completed: 1/1 +Tests Completed: 1/1 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index b0d8347b23..614b7b6b15 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,7 +1,7 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -d47726e50be21a6b878bfb05f03b0b9fbe725775 +fe4bb76565de0a5f3261b276fa392d65cb046e96 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -21,7 +21,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) + 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) @@ -36,292 +36,268 @@ 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-20240419 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_41899 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_68317 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [20:19, 19:10] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:34, 04:53](3075 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:16, 20:22] -PASS -- TEST 'cpld_control_gfsv17_intel' [16:22, 13:41](1691 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:51, 15:04](1828 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:57, 07:12](958 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:25, 15:44](1667 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:14, 08:48] -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:14, 22:14](1701 MB) - -PASS -- COMPILE 's2swa_intel' [20:15, 19:07] -PASS -- TEST 'cpld_control_p8_intel' [08:58, 05:35](3093 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:47, 05:35](3090 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:45, 03:18](3150 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:58, 05:37](3130 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:45, 03:18](3178 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:46, 05:32](3099 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:00, 04:38](3397 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:02, 05:36](3102 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [13:18, 08:45](3639 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [14:05, 05:58](3615 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [27:45, 09:46](4343 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [27:58, 07:00](4649 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:31, 05:13](3065 MB) - -PASS -- COMPILE 's2sw_intel' [19:19, 18:27] -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:45, 04:11](1682 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:01, 04:14](1729 MB) - -PASS -- COMPILE 's2swa_debug_intel' [09:13, 08:48] -PASS -- TEST 'cpld_debug_p8_intel' [11:06, 07:50](3154 MB) - -PASS -- COMPILE 's2sw_debug_intel' [09:13, 08:15] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:40, 05:18](1712 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [15:15, 14:07] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:11, 04:17](1735 MB) - -PASS -- COMPILE 's2s_intel' [15:15, 14:04] -PASS -- TEST 'cpld_control_c48_intel' [08:20, 06:40](2665 MB) - -PASS -- COMPILE 's2swa_faster_intel' [24:27, 24:03] -PASS -- TEST 'cpld_control_p8_faster_intel' [08:15, 05:29](3104 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [20:14, 19:21] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:47, 13:58](1702 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:10, 07:14](1013 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:46, 15:56](1673 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [10:12, 08:50] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:42, 22:56](1720 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:13, 12:35] -PASS -- TEST 'control_flake_intel' [04:35, 03:24](671 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_CubedSphereGrid_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_CubedSphereGrid_parallel_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_latlon_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_wrtGauss_netcdf_parallel_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_c48_intel' [, ]( MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:39, 05:15](740 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_c192_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_c384_intel' [, ]( MB) -PASS -- TEST 'control_c384gdas_intel' [16:00, 07:16](1203 MB) -PASS -- TEST 'control_stochy_intel' [02:32, 01:27](624 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:29, 00:51](438 MB) -PASS -- TEST 'control_lndp_intel' [02:34, 01:23](629 MB) -PASS -- TEST 'control_iovr4_intel' [03:38, 02:07](624 MB) -PASS -- TEST 'control_iovr5_intel' [03:45, 02:06](620 MB) -PASS -- TEST 'control_p8_intel' [04:26, 02:30](1596 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:25, 02:27](1596 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:25, 02:28](1607 MB) -PASS -- TEST 'control_restart_p8_intel' [03:31, 01:24](800 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:31, 02:28](1597 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:34, 01:24](806 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:24, 02:32](1594 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:55, 04:21](1595 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:36, 03:16](1652 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:20, 02:31](1611 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'merra2_thompson_intel' [, ]( MB) -PASS -- TEST 'regional_control_intel' [06:26, 04:28](631 MB) -PASS -- TEST 'regional_restart_intel' [04:11, 02:32](803 MB) -PASS -- TEST 'regional_decomp_intel' [06:25, 04:43](630 MB) -PASS -- TEST 'regional_noquilt_intel' [06:20, 04:24](1162 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:33, 04:29](630 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:21, 04:29](632 MB) -PASS -- TEST 'regional_wofs_intel' [07:33, 05:41](1604 MB) - -PASS -- COMPILE 'rrfs_intel' [12:20, 11:17] -PASS -- TEST 'rap_control_intel' [08:33, 06:13](1008 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:27, 03:41](1191 MB) -PASS -- TEST 'rap_decomp_intel' [08:54, 06:23](1006 MB) -PASS -- TEST 'rap_restart_intel' [05:26, 03:12](885 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:40, 06:06](1005 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:31, 06:41](1007 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:15, 04:34](881 MB) -PASS -- TEST 'hrrr_control_intel' [06:02, 03:49](1000 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:19, 03:18](1007 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:21, 03:05](1091 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:43, 01:43](838 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:48, 06:22](1000 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:31, 07:26](1958 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:42, 07:10](1949 MB) - -PASS -- COMPILE 'csawmg_intel' [11:19, 10:21] -PASS -- TEST 'control_csawmg_intel' [08:26, 05:48](692 MB) -PASS -- TEST 'control_ras_intel' [04:09, 02:52](656 MB) - -PASS -- COMPILE 'wam_intel' [10:17, 09:22] -PASS -- TEST 'control_wam_intel' [03:38, 01:55](382 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:19, 12:35] -PASS -- TEST 'control_p8_faster_intel' [05:07, 02:23](1604 MB) -PASS -- TEST 'regional_control_faster_intel' [06:01, 04:20](625 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:19, 08:22] -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_CubedSphereGrid_debug_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [, ]( MB) -PASS -- TEST 'control_stochy_debug_intel' [04:36, 02:54](800 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:27, 02:34](798 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:30, 04:16](840 MB) -PASS -- TEST 'control_ras_debug_intel' [03:34, 02:41](807 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_diag_debug_intel' [, ]( MB) -PASS -- TEST 'control_debug_p8_intel' [04:14, 02:36](1629 MB) -PASS -- TEST 'regional_debug_intel' [18:09, 16:20](667 MB) -PASS -- TEST 'rap_control_debug_intel' [06:36, 04:53](1182 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:08, 04:55](1180 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:43, 04:37](1182 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:43, 04:37](1183 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:51, 04:49](1180 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:18, 04:56](1264 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:34, 04:46](1182 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:36, 04:48](1183 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:43, 04:43](1182 MB) -FAILED: RUN DID NOT COMPLETE -- TEST 'rap_progcld_thompson_debug_intel' [, ]( MB) -PASS -- TEST 'rap_noah_debug_intel' [05:44, 04:32](1178 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:44, 04:37](1184 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:38, 07:28](1184 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:41, 04:32](1179 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:37, 05:23](1183 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:34, 04:40](1181 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:20, 07:58](1183 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:17, 05:23] -PASS -- TEST 'control_wam_debug_intel' [05:24, 04:37](421 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:20, 09:37] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:24, 03:29](1059 MB) +PASS -- COMPILE 's2swa_32bit_intel' [20:19, 19:02] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:58, 04:58](3073 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:16, 20:24] +PASS -- TEST 'cpld_control_gfsv17_intel' [16:09, 13:47](1689 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:48, 15:04](1824 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:33, 07:07](959 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:06, 15:46](1665 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:16, 08:59] +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:47, 21:22](1706 MB) + +PASS -- COMPILE 's2swa_intel' [20:17, 19:06] +PASS -- TEST 'cpld_control_p8_intel' [09:05, 05:38](3091 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:14, 05:33](3095 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:50, 03:17](3150 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:05, 05:33](3125 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:54, 03:20](3180 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:54, 05:35](3090 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:27, 04:37](3385 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:11, 05:38](3101 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:09, 08:43](3634 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [14:48, 05:50](3616 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [27:34, 09:39](4341 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [24:41, 07:03](4648 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:35, 05:12](3064 MB) + +PASS -- COMPILE 's2sw_intel' [19:18, 18:31] +PASS -- TEST 'cpld_control_noaero_p8_intel' [06:46, 04:09](1685 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:59, 04:12](1727 MB) + +PASS -- COMPILE 's2swa_debug_intel' [10:15, 09:01] +PASS -- TEST 'cpld_debug_p8_intel' [09:56, 07:36](3151 MB) + +PASS -- COMPILE 's2sw_debug_intel' [09:15, 08:28] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:21, 05:10](1710 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [15:17, 14:05] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:53, 04:12](1728 MB) + +PASS -- COMPILE 's2s_intel' [15:17, 14:02] +PASS -- TEST 'cpld_control_c48_intel' [08:14, 06:35](2670 MB) + +PASS -- COMPILE 's2swa_faster_intel' [23:20, 22:47] +PASS -- TEST 'cpld_control_p8_faster_intel' [08:27, 05:28](3102 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [20:19, 19:28] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:55, 14:03](1708 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:31, 07:16](1019 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:56, 16:00](1666 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:17, 08:32] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:46, 22:54](1718 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:18, 12:20] +PASS -- TEST 'control_flake_intel' [04:52, 03:23](667 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:30, 02:25](1567 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:54, 02:27](1572 MB) +PASS -- TEST 'control_latlon_intel' [04:31, 02:22](1572 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:34, 02:24](1568 MB) +PASS -- TEST 'control_c48_intel' [08:28, 06:13](1616 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:39, 05:17](734 MB) +PASS -- TEST 'control_c192_intel' [11:09, 08:39](1690 MB) +PASS -- TEST 'control_c384_intel' [16:38, 08:56](2011 MB) +PASS -- TEST 'control_c384gdas_intel' [17:05, 07:23](1199 MB) +PASS -- TEST 'control_stochy_intel' [02:43, 01:25](627 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:45, 00:52](443 MB) +PASS -- TEST 'control_lndp_intel' [02:42, 01:22](626 MB) +PASS -- TEST 'control_iovr4_intel' [03:42, 02:05](625 MB) +PASS -- TEST 'control_iovr5_intel' [03:42, 02:06](624 MB) +PASS -- TEST 'control_p8_intel' [04:27, 02:30](1601 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:28, 02:30](1598 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:29, 02:28](1602 MB) +PASS -- TEST 'control_restart_p8_intel' [03:24, 01:24](804 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:26, 02:30](1585 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:29, 01:23](805 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:40, 02:32](1591 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:28, 04:21](1605 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:45, 03:17](1659 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:46, 02:30](1607 MB) +PASS -- TEST 'merra2_thompson_intel' [04:44, 02:48](1603 MB) +PASS -- TEST 'regional_control_intel' [06:07, 04:31](632 MB) +PASS -- TEST 'regional_restart_intel' [04:16, 02:33](800 MB) +PASS -- TEST 'regional_decomp_intel' [06:12, 04:43](629 MB) +PASS -- TEST 'regional_noquilt_intel' [06:03, 04:25](1159 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:04, 04:27](629 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:00, 04:30](627 MB) +PASS -- TEST 'regional_wofs_intel' [07:07, 05:35](1606 MB) + +PASS -- COMPILE 'rrfs_intel' [12:14, 10:56] +PASS -- TEST 'rap_control_intel' [08:21, 06:06](1008 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:00, 03:41](1191 MB) +PASS -- TEST 'rap_decomp_intel' [08:22, 06:23](1006 MB) +PASS -- TEST 'rap_restart_intel' [05:16, 03:11](882 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:21, 06:04](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:15, 06:23](1003 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:12, 04:35](881 MB) +PASS -- TEST 'hrrr_control_intel' [05:14, 03:13](998 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:19, 03:18](1006 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:17, 02:49](1088 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:53, 01:44](832 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:05, 05:57](1001 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:39, 07:21](1956 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:40, 07:10](1950 MB) + +PASS -- COMPILE 'csawmg_intel' [11:13, 10:02] +PASS -- TEST 'control_csawmg_intel' [08:12, 05:48](695 MB) +PASS -- TEST 'control_ras_intel' [04:36, 02:51](660 MB) + +PASS -- COMPILE 'wam_intel' [10:13, 09:21] +PASS -- TEST 'control_wam_intel' [03:34, 01:53](382 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:20, 12:20] +PASS -- TEST 'control_p8_faster_intel' [04:52, 02:26](1606 MB) +PASS -- TEST 'regional_control_faster_intel' [06:16, 04:17](629 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:17, 08:31] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:09, 02:29](1595 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:23, 02:28](1600 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:32, 02:50](800 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:46, 02:33](798 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:06, 03:57](840 MB) +PASS -- TEST 'control_ras_debug_intel' [03:33, 02:40](806 MB) +PASS -- TEST 'control_diag_debug_intel' [04:38, 02:32](1666 MB) +PASS -- TEST 'control_debug_p8_intel' [04:10, 02:35](1628 MB) +PASS -- TEST 'regional_debug_intel' [17:13, 15:49](665 MB) +PASS -- TEST 'rap_control_debug_intel' [05:38, 04:39](1180 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:36, 04:33](1178 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:32, 04:35](1182 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:38, 04:39](1181 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:34, 04:43](1181 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:30, 04:51](1266 MB) +FAILED: RUN DID NOT COMPLETE -- TEST 'rap_cires_ugwp_debug_intel' [, ]( MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:28, 04:44](1182 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:37, 04:42](1182 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:35, 04:48](1184 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:34, 04:30](1184 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:37, 04:48](1181 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:36, 07:27](1182 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:41, 04:34](1178 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:44, 05:30](1183 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:37, 04:37](1180 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:03, 07:53](1187 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:12, 05:11] +PASS -- TEST 'control_wam_debug_intel' [05:24, 04:36](418 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:17, 09:30] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:45, 03:30](1059 MB) PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:02, 05:07](884 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:12, 02:45](884 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:04, 02:53](881 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:05, 03:53](795 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:39, 01:30](776 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:19, 11:54] -PASS -- TEST 'conus13km_control_intel' [05:05, 01:50](1083 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:53, 00:58](1088 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:55, 01:07](974 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:47, 09:52] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:07, 03:35](914 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:17, 05:45] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:33, 04:28](1058 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:31, 04:29](1055 MB) -PASS -- TEST 'conus13km_debug_intel' [15:43, 13:23](1135 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:45, 13:27](821 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:57, 13:27](1204 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:42, 06:05] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:38, 04:30](1088 MB) - -PASS -- COMPILE 'hafsw_intel' [18:20, 17:40] -PASS -- TEST 'hafs_regional_atm_intel' [07:01, 04:31](722 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:06, 05:09](1062 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:19, 06:22](780 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:33, 11:01](798 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:11, 11:55](815 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:31, 04:40](477 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:30, 05:42](496 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:09, 02:18](392 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:15, 06:19](457 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:05, 03:16](509 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:09, 03:05](511 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:17, 03:47](590 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:34, 01:14](430 MB) -PASS -- TEST 'gnv1_nested_intel' [05:24, 03:21](786 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [09:13, 08:07] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:16, 12:14](613 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:18, 19:11] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:21, 07:04](632 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:19, 07:05](691 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [20:03, 18:52] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:22, 05:19](679 MB) - -PASS -- COMPILE 'hafs_all_intel' [16:53, 16:02] -PASS -- TEST 'hafs_regional_docn_intel' [07:43, 05:32](756 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:45, 05:31](739 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:21, 16:08](894 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:48, 09:37] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:30, 02:29](760 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:37, 01:31](750 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:36, 02:20](643 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:33, 02:24](642 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:27, 02:24](642 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:23, 02:29](760 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:32, 02:30](760 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:24, 02:20](638 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:44, 05:40](692 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:25, 05:40](674 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:26, 02:27](760 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:33, 03:52](2019 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:35, 03:53](2018 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [07:49, 06:33] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:31, 05:02](748 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:17, 07:50] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:37, 02:31](762 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:13, 02:58] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:45, 01:11](314 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:34, 01:06](453 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:30, 00:42](451 MB) - -PASS -- COMPILE 'atml_intel' [14:18, 13:15] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:34, 07:03](1641 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [08:26, 06:34](1641 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:20, 03:39](855 MB) - -PASS -- COMPILE 'atmw_intel' [13:18, 12:49] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:24, 01:32](1630 MB) - -PASS -- COMPILE 'atmaero_intel' [12:18, 11:00] -PASS -- TEST 'atmaero_control_p8_intel' [06:10, 03:37](2950 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:11, 04:15](2998 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'atmaero_control_p8_rad_micro_intel' [, ]( MB) - -PASS -- COMPILE 'atmaq_debug_intel' [07:12, 06:25] -PASS -- TEST 'regional_atmaq_debug_intel' [26:05, 22:02](4537 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:15, 02:45](881 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:05, 02:53](881 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:06, 03:52](796 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:47, 01:32](777 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:19, 11:44] +PASS -- TEST 'conus13km_control_intel' [04:41, 01:52](1086 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:31, 00:58](1086 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:37, 01:07](972 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:13, 09:48] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:07, 03:36](906 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:11, 06:04] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:35, 04:29](1058 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:30, 04:24](1058 MB) +PASS -- TEST 'conus13km_debug_intel' [16:03, 13:24](1134 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:02, 13:34](818 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:50, 13:26](1203 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:19, 05:58] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:34, 04:38](1081 MB) + +PASS -- COMPILE 'hafsw_intel' [17:21, 16:01] +PASS -- TEST 'hafs_regional_atm_intel' [06:57, 04:34](720 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:02, 05:02](1068 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:01, 06:24](774 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:48, 10:49](798 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:23, 12:01](819 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:26, 04:40](479 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:47, 05:46](493 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:08, 02:21](393 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:59, 06:13](458 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:08, 03:15](513 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:16, 03:02](512 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:37, 03:45](587 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:37, 01:16](427 MB) +PASS -- TEST 'gnv1_nested_intel' [05:13, 03:22](787 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [08:19, 07:08] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:15, 11:58](612 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [20:20, 19:52] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:38, 07:10](631 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:25, 07:09](688 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [17:19, 16:44] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:46, 05:17](679 MB) + +PASS -- COMPILE 'hafs_all_intel' [15:19, 14:27] +PASS -- TEST 'hafs_regional_docn_intel' [07:49, 05:33](755 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:34, 05:33](737 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:21, 16:09](894 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:17, 07:52] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:28, 02:29](760 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:29, 01:32](749 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:30, 02:20](644 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:24, 02:24](643 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:25, 02:24](648 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:30, 02:28](761 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:31, 02:29](761 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:25, 02:23](638 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:17, 05:39](692 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:56, 05:39](673 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:18, 02:28](762 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:35, 03:54](2016 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:28, 03:54](2017 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:18, 05:11] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:29, 05:03](746 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:22, 07:48] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:36, 02:32](759 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 02:20] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:36, 01:11](310 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:34, 01:05](458 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:37, 00:41](450 MB) + +PASS -- COMPILE 'atml_intel' [14:14, 13:00] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:35, 06:59](1628 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [08:56, 06:22](1636 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:00, 03:31](855 MB) + +PASS -- COMPILE 'atmw_intel' [13:20, 12:36] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:26, 01:32](1641 MB) + +PASS -- COMPILE 'atmaero_intel' [12:13, 11:05] +PASS -- TEST 'atmaero_control_p8_intel' [05:38, 03:38](2951 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:38, 04:15](3000 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:10, 04:19](3012 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [07:20, 06:30] +PASS -- TEST 'regional_atmaq_debug_intel' [25:29, 22:05](4531 MB) SYNOPSIS: -Starting Date/Time: 20240422 06:31:47 -Ending Date/Time: 20240422 08:01:07 -Total Time: 01h:30m:07s +Starting Date/Time: 20240424 06:22:13 +Ending Date/Time: 20240424 07:49:24 +Total Time: 01h:27m:53s Compiles Completed: 37/37 -Tests Completed: 159/172 +Tests Completed: 171/172 Failed Tests: -* TEST control_CubedSphereGrid_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /glade/work/zshrader/rt-2173/tests/logs/log_derecho/run_control_CubedSphereGrid_intel.log -* TEST control_CubedSphereGrid_parallel_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /glade/work/zshrader/rt-2173/tests/logs/log_derecho/run_control_CubedSphereGrid_parallel_intel.log -* TEST control_latlon_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /glade/work/zshrader/rt-2173/tests/logs/log_derecho/run_control_latlon_intel.log -* TEST control_wrtGauss_netcdf_parallel_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /glade/work/zshrader/rt-2173/tests/logs/log_derecho/run_control_wrtGauss_netcdf_parallel_intel.log -* TEST control_c48_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /glade/work/zshrader/rt-2173/tests/logs/log_derecho/run_control_c48_intel.log -* TEST control_c192_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /glade/work/zshrader/rt-2173/tests/logs/log_derecho/run_control_c192_intel.log -* TEST control_c384_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /glade/work/zshrader/rt-2173/tests/logs/log_derecho/run_control_c384_intel.log -* TEST merra2_thompson_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /glade/work/zshrader/rt-2173/tests/logs/log_derecho/run_merra2_thompson_intel.log -* TEST control_CubedSphereGrid_debug_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /glade/work/zshrader/rt-2173/tests/logs/log_derecho/run_control_CubedSphereGrid_debug_intel.log -* TEST control_wrtGauss_netcdf_parallel_debug_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /glade/work/zshrader/rt-2173/tests/logs/log_derecho/run_control_wrtGauss_netcdf_parallel_debug_intel.log -* TEST control_diag_debug_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /glade/work/zshrader/rt-2173/tests/logs/log_derecho/run_control_diag_debug_intel.log -* TEST rap_progcld_thompson_debug_intel: FAILED: RUN DID NOT COMPLETE --- LOG: /glade/work/zshrader/rt-2173/tests/logs/log_derecho/run_rap_progcld_thompson_debug_intel.log -* TEST atmaero_control_p8_rad_micro_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /glade/work/zshrader/rt-2173/tests/logs/log_derecho/run_atmaero_control_p8_rad_micro_intel.log +* TEST rap_cires_ugwp_debug_intel: FAILED: RUN DID NOT COMPLETE +-- LOG: /glade/work/zshrader/rt-2241/tests/logs/log_derecho/run_rap_cires_ugwp_debug_intel.log NOTES: A file 'test_changes.list' was generated with list of all failed tests. @@ -334,7 +310,7 @@ Result: FAILURE ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -d47726e50be21a6b878bfb05f03b0b9fbe725775 +fe4bb76565de0a5f3261b276fa392d65cb046e96 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -354,7 +330,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) + 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) @@ -369,102 +345,19 @@ 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-20240419 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_84317 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_96038 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 'atm_dyn32_intel' [13:19, 12:43] -PASS -- TEST 'control_CubedSphereGrid_intel' [04:16, 02:25](1563 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:25, 02:27](1574 MB) -PASS -- TEST 'control_latlon_intel' [04:15, 02:25](1576 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:20, 02:26](1565 MB) -PASS -- TEST 'control_c48_intel' [08:20, 06:14](1618 MB) -PASS -- TEST 'control_c192_intel' [10:38, 08:42](1682 MB) -PASS -- TEST 'control_c384_intel' [12:47, 08:54](2006 MB) -FAILED: RUN DID NOT COMPLETE -- TEST 'merra2_thompson_intel' [, ]( MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:18, 08:44] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:11, 02:31](1593 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:11, 02:29](1601 MB) -PASS -- TEST 'control_diag_debug_intel' [04:42, 02:33](1663 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:34, 04:44](1184 MB) - -PASS -- COMPILE 'atmaero_intel' [12:19, 11:14] -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:06, 04:19](3013 MB) - -SYNOPSIS: -Starting Date/Time: 20240422 09:08:46 -Ending Date/Time: 20240422 09:36:22 -Total Time: 00h:27m:48s -Compiles Completed: 3/3 -Tests Completed: 12/13 -Failed Tests: -* TEST merra2_thompson_intel: FAILED: RUN DID NOT COMPLETE --- LOG: /glade/work/zshrader/rt-2173/tests/logs/log_derecho/run_merra2_thompson_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 DERECHO REGRESSION TESTING LOG==== -====START OF DERECHO REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -d47726e50be21a6b878bfb05f03b0b9fbe725775 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) - - -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: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240419 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_63459 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: nral0032 -* (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW -PASS -- COMPILE 'atm_dyn32_intel' [13:17, 12:33] -PASS -- TEST 'merra2_thompson_intel' [05:25, 02:47](1611 MB) +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:12, 08:38] +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:33, 04:42](1183 MB) SYNOPSIS: -Starting Date/Time: 20240422 10:29:36 -Ending Date/Time: 20240422 10:49:44 -Total Time: 00h:20m:17s +Starting Date/Time: 20240424 08:20:30 +Ending Date/Time: 20240424 08:35:15 +Total Time: 00h:14m:49s Compiles Completed: 1/1 Tests Completed: 1/1 diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index 09a3a5fd63..fd4adb3416 100755 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,7 +1,7 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -d47726e50be21a6b878bfb05f03b0b9fbe725775 +7639d7a8818635cfa1836d63c56d424d895adb6d Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -21,7 +21,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) + 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) @@ -36,338 +36,272 @@ 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-20240419 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_187503 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_155270 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [18:11, 18:05] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:36, 07:13](3070 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:13, 23:27] -PASS -- TEST 'cpld_control_gfsv17_intel' [16:11, 13:54](1688 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:19, 14:54](1810 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:14, 07:26](946 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:10, 14:58](1671 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [14:12, 13:34] -PASS -- TEST 'cpld_debug_gfsv17_intel' [27:11, 24:23](1708 MB) - -PASS -- COMPILE 's2swa_intel' [19:11, 18:17] -PASS -- TEST 'cpld_control_p8_intel' [11:56, 08:22](3100 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:15, 08:09](3100 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:32, 05:10](3155 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [11:56, 08:17](3124 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:32, 05:12](3177 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:14, 06:42](3412 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:49, 07:54](3099 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [10:49, 07:16](3021 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:15, 08:16](3100 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [15:19, 10:22](3271 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [12:25, 07:27](3603 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [24:11, 13:05](4041 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [19:51, 09:19](4345 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [11:00, 08:04](3067 MB) - -PASS -- COMPILE 's2sw_intel' [18:11, 17:46] -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:14, 05:10](1685 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:32, 05:23](1730 MB) - -PASS -- COMPILE 's2swa_debug_intel' [13:11, 12:37] -PASS -- TEST 'cpld_debug_p8_intel' [13:32, 10:12](3132 MB) - -PASS -- COMPILE 's2sw_debug_intel' [12:11, 12:04] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:08, 06:01](1701 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [15:15, 14:44] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:29, 05:27](1732 MB) - -PASS -- COMPILE 's2s_intel' [16:13, 15:56] -PASS -- TEST 'cpld_control_c48_intel' [08:38, 06:53](2664 MB) - -PASS -- COMPILE 's2swa_faster_intel' [22:14, 21:28] -PASS -- TEST 'cpld_control_p8_faster_intel' [10:42, 08:06](3098 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [23:11, 22:30] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:22, 14:58](1700 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:09, 07:54](1000 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:06, 17:40](1681 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [13:12, 12:12] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:02, 26:53](1717 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [15:11, 14:48] -PASS -- TEST 'control_flake_intel' [04:36, 03:38](674 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:14, 03:24](1568 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:14, 03:26](1580 MB) -PASS -- TEST 'control_latlon_intel' [04:03, 03:02](1569 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:20, 03:17](1569 MB) -PASS -- TEST 'control_c48_intel' [08:37, 06:42](1604 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:02, 05:39](723 MB) -PASS -- TEST 'control_c192_intel' [11:28, 10:03](1685 MB) -PASS -- TEST 'control_c384_intel' [20:53, 18:00](1984 MB) -PASS -- TEST 'control_c384gdas_intel' [19:51, 14:07](1188 MB) -PASS -- TEST 'control_stochy_intel' [02:38, 02:05](626 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:33, 01:17](430 MB) -PASS -- TEST 'control_lndp_intel' [03:37, 02:08](628 MB) -PASS -- TEST 'control_iovr4_intel' [03:38, 02:37](623 MB) -PASS -- TEST 'control_iovr5_intel' [03:37, 02:37](623 MB) -PASS -- TEST 'control_p8_intel' [05:46, 03:18](1605 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:58, 03:28](1607 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:57, 03:44](1609 MB) -PASS -- TEST 'control_restart_p8_intel' [03:44, 01:52](790 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:43, 03:33](1596 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:46, 01:57](792 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:37, 03:21](1594 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:41, 02:46](1686 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:10, 05:44](1606 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:57, 04:08](1657 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:06, 03:29](1615 MB) -PASS -- TEST 'merra2_thompson_intel' [05:52, 03:40](1604 MB) -PASS -- TEST 'regional_control_intel' [06:20, 04:59](615 MB) -PASS -- TEST 'regional_restart_intel' [03:59, 02:59](789 MB) -PASS -- TEST 'regional_decomp_intel' [06:56, 05:15](615 MB) -PASS -- TEST 'regional_2threads_intel' [03:57, 02:54](759 MB) -PASS -- TEST 'regional_noquilt_intel' [05:57, 04:40](1154 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:08, 05:01](615 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:53, 04:50](615 MB) -PASS -- TEST 'regional_wofs_intel' [07:55, 06:21](1591 MB) - -PASS -- COMPILE 'rrfs_intel' [13:11, 12:51] -PASS -- TEST 'rap_control_intel' [09:53, 07:17](1009 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [10:32, 04:00](1187 MB) -PASS -- TEST 'rap_decomp_intel' [09:53, 07:22](1013 MB) -PASS -- TEST 'rap_2threads_intel' [09:02, 06:09](1099 MB) -PASS -- TEST 'rap_restart_intel' [05:40, 03:47](880 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:02, 06:52](1007 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:02, 07:09](1005 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:37, 04:59](879 MB) -PASS -- TEST 'hrrr_control_intel' [05:44, 03:49](1004 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:44, 03:56](1006 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:44, 03:08](1078 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:46, 01:59](837 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:59, 06:46](1003 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:55, 08:12](1967 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:52, 08:00](1947 MB) - -PASS -- COMPILE 'csawmg_intel' [13:10, 12:53] -PASS -- TEST 'control_csawmg_intel' [08:06, 06:41](696 MB) -PASS -- TEST 'control_ras_intel' [04:35, 03:26](657 MB) - -PASS -- COMPILE 'wam_intel' [12:10, 12:08] -PASS -- TEST 'control_wam_intel' [03:36, 02:09](369 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [16:11, 15:34] -PASS -- TEST 'control_p8_faster_intel' [05:53, 03:34](1607 MB) -PASS -- TEST 'regional_control_faster_intel' [06:00, 04:41](614 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [12:13, 11:54] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:06, 03:03](1587 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:14, 03:01](1589 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:34, 03:20](784 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:37, 03:03](788 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:06, 04:22](823 MB) -PASS -- TEST 'control_ras_debug_intel' [04:31, 03:12](794 MB) -PASS -- TEST 'control_diag_debug_intel' [04:14, 03:03](1641 MB) -PASS -- TEST 'control_debug_p8_intel' [05:06, 03:25](1618 MB) -PASS -- TEST 'regional_debug_intel' [18:03, 16:52](633 MB) -PASS -- TEST 'rap_control_debug_intel' [06:41, 05:08](1166 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:35, 04:57](1164 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:39, 05:05](1167 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:44, 05:03](1167 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:40, 05:13](1166 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:53, 05:18](1251 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:38, 05:06](1165 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:39, 05:13](1167 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:36, 05:21](1168 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:38, 05:13](1166 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:41, 05:17](1166 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:40, 05:09](1164 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:42, 08:25](1166 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:36, 05:16](1162 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:38, 05:58](1167 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:38, 05:04](1166 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:51, 08:28](1169 MB) - -PASS -- COMPILE 'wam_debug_intel' [09:11, 08:38] -PASS -- TEST 'control_wam_debug_intel' [05:29, 04:54](396 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:11, 12:07] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:50, 03:54](1053 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:30, 06:13](888 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:24, 03:20](885 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:22, 05:22](945 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:39, 02:48](936 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:25, 03:31](886 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:28, 04:30](784 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:34, 02:08](764 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:14, 14:32] -PASS -- TEST 'conus13km_control_intel' [05:41, 02:29](1094 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:02, 01:17](1074 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:03, 01:28](974 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:11, 12:04] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:52, 04:29](904 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:14, 09:01] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:32, 04:52](1048 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:38, 05:03](1048 MB) -PASS -- TEST 'conus13km_debug_intel' [16:28, 14:16](1129 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:13, 14:06](804 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:05, 08:22](1111 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:02, 14:42](1195 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:13, 08:47] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:41, 04:59](1067 MB) - -PASS -- COMPILE 'hafsw_intel' [17:11, 16:18] -PASS -- TEST 'hafs_regional_atm_intel' [07:55, 05:26](706 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:53, 04:42](1059 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:08, 07:42](753 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:31, 11:39](789 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:16, 13:02](803 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:28, 05:19](479 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:48, 06:46](497 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:43, 02:56](372 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:38, 08:17](444 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:16, 03:48](507 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:23, 03:45](508 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:03, 04:49](576 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:47, 01:45](401 MB) -PASS -- TEST 'gnv1_nested_intel' [05:44, 04:05](773 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [11:11, 10:52] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:24, 12:49](584 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [19:15, 18:29] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:24, 07:50](615 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:51, 07:54](787 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [17:11, 16:36] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:22, 06:09](787 MB) - -PASS -- COMPILE 'hafs_all_intel' [16:11, 15:10] -PASS -- TEST 'hafs_regional_docn_intel' [08:46, 06:08](747 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:52, 06:08](731 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [27:59, 20:06](893 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [12:11, 11:39] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:31, 02:42](758 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:32, 01:37](747 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:34, 02:34](637 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:30, 02:39](639 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:29, 02:35](637 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:32, 02:41](745 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:32, 02:42](759 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:33, 02:34](639 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:18, 07:21](692 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:58, 07:21](674 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:24, 02:43](758 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:35, 04:45](2013 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:29, 04:45](2011 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [08:13, 07:50] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:29, 05:21](741 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [12:11, 11:52] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:29, 02:41](758 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:13, 03:48] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [05:32, 01:53](319 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:30, 01:29](456 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:50, 01:06](456 MB) - -PASS -- COMPILE 'atml_intel' [16:11, 15:14] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:40, 07:02](1633 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:21, 07:16](1633 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:14, 03:32](837 MB) - -PASS -- COMPILE 'atmw_intel' [15:12, 14:43] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:44, 02:29](1648 MB) - -PASS -- COMPILE 'atmaero_intel' [13:13, 12:52] -PASS -- TEST 'atmaero_control_p8_intel' [08:02, 06:02](2946 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:07, 06:31](3012 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'atmaero_control_p8_rad_micro_intel' [, ]( MB) - -PASS -- COMPILE 'atmaq_debug_intel' [10:10, 09:49] -PASS -- TEST 'regional_atmaq_debug_intel' [24:32, 18:24](4484 MB) +PASS -- COMPILE 's2swa_32bit_intel' [21:12, 20:57] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:01, 07:26](3070 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:16, 25:05] +PASS -- TEST 'cpld_control_gfsv17_intel' [17:43, 13:45](1687 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:19, 14:45](1808 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:28, 07:11](944 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:22, 15:22](1669 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [14:12, 13:49] +PASS -- TEST 'cpld_debug_gfsv17_intel' [30:10, 24:28](1706 MB) + +PASS -- COMPILE 's2swa_intel' [08:20, 07:49] +PASS -- TEST 'cpld_control_p8_intel' [14:09, 08:24](3097 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:48, 08:27](3097 MB) +PASS -- TEST 'cpld_restart_p8_intel' [11:18, 05:14](3153 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [13:56, 08:45](3121 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [11:18, 05:44](3174 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [12:44, 07:07](3410 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [33:57, 08:19](3095 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:47, 07:27](3019 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:00, 08:19](3098 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [24:12, 10:42](3264 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [22:41, 07:26](3601 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [45:00, 13:46](4038 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [41:40, 09:26](4346 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [13:24, 07:52](3065 MB) + +PASS -- COMPILE 's2sw_intel' [20:16, 19:28] +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:41, 05:01](1686 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:28, 05:29](1729 MB) + +PASS -- COMPILE 's2swa_debug_intel' [14:12, 13:24] +PASS -- TEST 'cpld_debug_p8_intel' [17:56, 10:09](3129 MB) + +PASS -- COMPILE 's2sw_debug_intel' [14:12, 13:28] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [11:29, 05:58](1699 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [18:13, 17:17] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:14, 05:34](1727 MB) + +PASS -- COMPILE 's2s_intel' [18:13, 17:15] +PASS -- TEST 'cpld_control_c48_intel' [09:11, 06:56](2664 MB) + +PASS -- COMPILE 's2swa_faster_intel' [23:12, 23:04] +PASS -- TEST 'cpld_control_p8_faster_intel' [14:58, 08:16](3100 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [26:14, 25:21] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:57, 15:36](1700 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [15:21, 08:10](999 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [23:56, 17:34](1681 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [14:12, 13:59] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:51, 26:32](1718 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:14, 15:00] +PASS -- TEST 'control_flake_intel' [05:20, 03:48](675 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [06:14, 03:11](1567 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:25, 03:07](1580 MB) +PASS -- TEST 'control_latlon_intel' [05:03, 03:03](1570 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:06, 03:08](1568 MB) +PASS -- TEST 'control_c48_intel' [09:35, 06:40](1604 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:45, 05:40](724 MB) +PASS -- TEST 'control_c192_intel' [13:00, 10:02](1682 MB) +PASS -- TEST 'control_c384_intel' [23:55, 18:02](1984 MB) +PASS -- TEST 'control_c384gdas_intel' [28:28, 14:13](1185 MB) +PASS -- TEST 'control_stochy_intel' [03:20, 01:57](626 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:48, 01:40](431 MB) +PASS -- TEST 'control_lndp_intel' [03:20, 01:52](628 MB) +PASS -- TEST 'control_iovr4_intel' [04:33, 02:38](623 MB) +PASS -- TEST 'control_iovr5_intel' [04:33, 02:38](622 MB) +PASS -- TEST 'control_p8_intel' [06:51, 03:24](1605 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:31, 03:34](1607 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [08:04, 03:25](1609 MB) +PASS -- TEST 'control_restart_p8_intel' [04:31, 01:52](789 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:51, 03:34](1596 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:31, 01:47](792 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:51, 03:29](1594 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:39, 02:49](1687 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:25, 05:27](1606 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [09:07, 04:19](1657 MB) +PASS -- TEST 'control_p8_mynn_intel' [09:19, 03:41](1615 MB) +PASS -- TEST 'merra2_thompson_intel' [08:01, 04:01](1604 MB) +PASS -- TEST 'regional_control_intel' [07:40, 05:02](615 MB) +PASS -- TEST 'regional_restart_intel' [04:26, 02:40](789 MB) +PASS -- TEST 'regional_decomp_intel' [07:14, 05:06](615 MB) +PASS -- TEST 'regional_2threads_intel' [05:27, 02:55](756 MB) +PASS -- TEST 'regional_noquilt_intel' [07:09, 04:41](1155 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:02, 04:45](615 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:29, 04:44](615 MB) +PASS -- TEST 'regional_wofs_intel' [09:36, 06:23](1591 MB) + +PASS -- COMPILE 'rrfs_intel' [14:17, 14:07] +PASS -- TEST 'rap_control_intel' [09:22, 06:57](1010 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [12:25, 04:25](1187 MB) +PASS -- TEST 'rap_decomp_intel' [09:39, 07:08](1009 MB) +PASS -- TEST 'rap_2threads_intel' [08:56, 06:13](1097 MB) +PASS -- TEST 'rap_restart_intel' [06:15, 03:59](880 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:14, 06:49](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:41, 07:11](1005 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:08, 04:52](880 MB) +PASS -- TEST 'hrrr_control_intel' [06:34, 03:53](1005 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:48, 04:20](1006 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:54, 03:13](1087 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:45, 01:58](838 MB) +PASS -- TEST 'rrfs_v1beta_intel' [10:06, 07:05](1003 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:04, 08:02](1967 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:57, 08:18](1952 MB) + +PASS -- COMPILE 'csawmg_intel' [14:17, 13:44] +PASS -- TEST 'control_csawmg_intel' [08:35, 06:51](695 MB) +PASS -- TEST 'control_ras_intel' [04:50, 03:31](657 MB) + +PASS -- COMPILE 'wam_intel' [14:13, 13:56] +PASS -- TEST 'control_wam_intel' [03:39, 02:19](369 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [17:12, 17:00] +PASS -- TEST 'control_p8_faster_intel' [06:45, 03:19](1607 MB) +PASS -- TEST 'regional_control_faster_intel' [06:22, 04:38](614 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [17:12, 17:04] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:29, 03:07](1586 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:23, 02:56](1589 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:54, 03:11](784 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:50, 02:55](788 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:22, 04:32](824 MB) +PASS -- TEST 'control_ras_debug_intel' [03:51, 02:53](793 MB) +PASS -- TEST 'control_diag_debug_intel' [04:49, 03:05](1640 MB) +PASS -- TEST 'control_debug_p8_intel' [05:19, 03:18](1618 MB) +PASS -- TEST 'regional_debug_intel' [18:22, 16:20](632 MB) +PASS -- TEST 'rap_control_debug_intel' [06:46, 05:09](1166 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:42, 05:03](1164 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:53, 05:00](1166 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:52, 05:17](1166 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:35, 05:19](1166 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:58, 05:11](1251 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:44, 05:06](1166 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:33, 05:13](1167 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:50, 05:14](1168 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:43, 05:09](1166 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:47, 05:00](1167 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:54, 05:20](1164 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:55, 08:08](1166 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:49, 05:14](1163 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:53, 05:56](1168 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:59, 05:04](1166 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:42, 08:28](1169 MB) + +PASS -- COMPILE 'wam_debug_intel' [15:17, 14:40] +PASS -- TEST 'control_wam_debug_intel' [09:47, 05:16](396 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:12, 13:22] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [21:06, 03:47](1053 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [12:34, 05:56](888 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [09:52, 03:24](884 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [11:29, 05:21](950 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:10, 02:48](937 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [12:53, 03:40](886 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:33, 04:21](782 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [07:56, 02:07](764 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [21:13, 20:51] +PASS -- TEST 'conus13km_control_intel' [16:09, 02:09](1094 MB) +PASS -- TEST 'conus13km_2threads_intel' [05:02, 01:13](1074 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:21, 01:49](974 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:13, 13:37] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [14:30, 04:40](904 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:12, 10:41] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [13:53, 05:11](1048 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [14:57, 05:00](1048 MB) +PASS -- TEST 'conus13km_debug_intel' [25:53, 14:08](1129 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [25:43, 14:19](805 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [19:40, 08:24](1108 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [26:35, 14:27](1195 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [35:18, 34:50] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:59, 05:07](1067 MB) + +PASS -- COMPILE 'hafsw_intel' [18:15, 17:13] +PASS -- TEST 'hafs_regional_atm_intel' [15:40, 05:21](706 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [13:44, 04:48](1059 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [17:58, 07:39](751 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [22:06, 11:30](785 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [24:16, 12:51](802 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [16:00, 05:21](478 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [16:37, 06:49](500 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [12:40, 03:02](372 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [20:39, 08:15](444 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [10:59, 03:44](510 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [12:06, 03:47](510 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [10:39, 04:51](574 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:07, 01:46](402 MB) +PASS -- TEST 'gnv1_nested_intel' [09:11, 04:19](766 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [12:16, 11:48] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [24:32, 13:03](584 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [20:12, 19:57] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:12, 07:51](618 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:15, 07:59](788 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [55:18, 54:16] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:48, 06:01](787 MB) + +PASS -- COMPILE 'hafs_all_intel' [17:12, 16:22] +PASS -- TEST 'hafs_regional_docn_intel' [08:47, 06:08](745 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:33, 06:14](730 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [29:12, 20:07](893 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [13:11, 12:29] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:50, 02:37](758 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:38, 01:39](734 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:36, 02:38](639 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:53, 02:37](639 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:39, 02:28](639 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:47, 02:39](757 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:45, 02:34](758 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:42, 02:26](639 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [13:46, 08:18](692 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [13:35, 08:17](676 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:29, 02:44](756 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:44, 04:46](2012 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:55, 04:46](2011 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [09:10, 08:26] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:50, 05:40](729 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [13:14, 12:40] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:37, 02:46](758 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [05:14, 04:59] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [06:27, 02:59](310 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [05:26, 02:24](456 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [04:22, 01:23](456 MB) + +PASS -- COMPILE 'atml_intel' [38:14, 37:39] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:44, 07:32](1633 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [12:44, 07:37](1633 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:44, 04:24](837 MB) + +PASS -- COMPILE 'atmw_intel' [16:13, 15:59] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:21, 02:21](1648 MB) + +PASS -- COMPILE 'atmaero_intel' [16:16, 15:16] +PASS -- TEST 'atmaero_control_p8_intel' [11:03, 06:33](2946 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [11:03, 06:50](3013 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:55, 06:49](3019 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [12:11, 11:13] +PASS -- TEST 'regional_atmaq_debug_intel' [29:03, 18:39](4495 MB) SYNOPSIS: -Starting Date/Time: 20240421 01:23:25 -Ending Date/Time: 20240421 02:55:53 -Total Time: 01h:33m:32s +Starting Date/Time: 20240423 15:27:48 +Ending Date/Time: 20240423 18:09:15 +Total Time: 02h:42m:47s Compiles Completed: 37/37 -Tests Completed: 178/179 -Failed Tests: -* TEST atmaero_control_p8_rad_micro_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/reg-test/wm/2173/ufs-weather-model/tests/logs/log_gaea/run_atmaero_control_p8_rad_micro_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 GAEA REGRESSION TESTING LOG==== -====START OF GAEA REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -d47726e50be21a6b878bfb05f03b0b9fbe725775 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) - - -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-20240419 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_229035 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-n) - RUN SINGLE TEST: atmaero_control_p8_rad_micro -* (-e) - USE ECFLOW - -PASS -- COMPILE 'atmaero_intel' [13:11, 12:52] -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:17, 06:46](3019 MB) - -SYNOPSIS: -Starting Date/Time: 20240422 12:23:00 -Ending Date/Time: 20240422 12:46:49 -Total Time: 00h:24m:06s -Compiles Completed: 1/1 -Tests Completed: 1/1 +Tests Completed: 179/179 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 59eef863a6..fac7b77819 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,7 +1,7 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -d47726e50be21a6b878bfb05f03b0b9fbe725775 +bcc92327e9e244c4ca9db1707f4df177799426b2 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -12,7 +12,7 @@ Submodule hashes used in testing: da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) + 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) @@ -25,419 +25,364 @@ 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-20240419 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_686177 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_3337654 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_32bit_intel' [14:12, 13:00] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:21, 05:33](3188 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:12, 16:28] -PASS -- TEST 'cpld_control_gfsv17_intel' [22:09, 17:09](1750 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:18, 17:47](2042 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:12, 08:03](1119 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [25:04, 20:01](1652 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:12, 04:40] -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:07, 23:32](1686 MB) - -PASS -- COMPILE 's2swa_intel' [14:12, 13:01] -PASS -- TEST 'cpld_control_p8_intel' [07:13, 05:46](3235 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:25, 05:44](3220 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:25, 04:50](3272 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [07:13, 05:47](3256 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:25, 04:50](3287 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [07:12, 05:26](3557 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:16, 05:43](3221 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [06:15, 04:44](3076 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:24, 06:10](3226 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [17:21, 10:14](3351 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [10:41, 06:05](3626 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [21:39, 09:39](4075 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:37, 05:54](4370 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:16, 05:22](3195 MB) - -PASS -- COMPILE 's2sw_intel' [13:12, 12:34] -PASS -- TEST 'cpld_control_noaero_p8_intel' [05:56, 04:43](1743 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:01, 04:19](1800 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:12, 04:40] -PASS -- TEST 'cpld_debug_p8_intel' [11:10, 08:30](3236 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:12, 04:14] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:05, 05:41](1747 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:12, 11:22] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:06, 04:20](1782 MB) - -PASS -- COMPILE 's2s_intel' [12:12, 11:44] -PASS -- TEST 'cpld_control_c48_intel' [10:44, 09:24](2828 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:12, 16:27] -PASS -- TEST 'cpld_control_p8_faster_intel' [13:19, 06:39](3232 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:12, 15:59] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:05, 17:22](1771 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:10, 08:23](1178 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:00, 19:40](1692 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 04:10] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:59, 25:13](1721 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:12, 11:40] -PASS -- TEST 'control_flake_intel' [04:25, 03:17](702 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [08:52, 02:51](1606 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [08:54, 02:57](1614 MB) -PASS -- TEST 'control_latlon_intel' [08:48, 02:52](1598 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:55, 02:54](1607 MB) -PASS -- TEST 'control_c48_intel' [08:50, 07:38](1764 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:25, 06:24](863 MB) -PASS -- TEST 'control_c192_intel' [15:09, 10:32](1754 MB) -PASS -- TEST 'control_c384_intel' [15:59, 10:29](2009 MB) -PASS -- TEST 'control_c384gdas_intel' [13:45, 07:57](1408 MB) -PASS -- TEST 'control_stochy_intel' [06:22, 01:36](661 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:24, 00:57](512 MB) -PASS -- TEST 'control_lndp_intel' [06:21, 01:32](662 MB) -PASS -- TEST 'control_iovr4_intel' [07:23, 02:26](655 MB) -PASS -- TEST 'control_iovr5_intel' [06:23, 02:28](657 MB) -PASS -- TEST 'control_p8_intel' [07:45, 02:57](1629 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:11, 02:58](1631 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:02, 02:50](1635 MB) -PASS -- TEST 'control_restart_p8_intel' [02:51, 01:36](897 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:57, 02:55](1623 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:55, 01:35](941 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:54, 03:02](1620 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:48, 02:44](1718 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:42, 05:11](1632 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [14:59, 03:56](1697 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:59, 02:57](1640 MB) -PASS -- TEST 'merra2_thompson_intel' [04:56, 03:13](1646 MB) -PASS -- TEST 'regional_control_intel' [06:43, 05:08](854 MB) -PASS -- TEST 'regional_restart_intel' [03:41, 02:43](1019 MB) -PASS -- TEST 'regional_decomp_intel' [07:42, 05:30](851 MB) -PASS -- TEST 'regional_2threads_intel' [04:43, 03:13](847 MB) -PASS -- TEST 'regional_noquilt_intel' [08:44, 06:35](1368 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:40, 06:36](852 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:16, 05:11](856 MB) -PASS -- TEST 'regional_wofs_intel' [08:41, 06:43](1909 MB) - -PASS -- COMPILE 'rrfs_intel' [11:11, 10:38] -PASS -- TEST 'rap_control_intel' [08:41, 07:41](1113 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:00, 04:03](1299 MB) -PASS -- TEST 'rap_decomp_intel' [09:37, 08:06](1042 MB) -PASS -- TEST 'rap_2threads_intel' [08:34, 07:15](1152 MB) -PASS -- TEST 'rap_restart_intel' [04:43, 04:02](1104 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:45, 07:40](1112 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:38, 08:10](1045 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:46, 05:47](1132 MB) -PASS -- TEST 'hrrr_control_intel' [05:39, 03:55](1043 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:38, 04:04](1039 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:36, 03:41](1113 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:32, 02:28](1016 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:44, 07:33](1104 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:25, 09:11](1997 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:27, 09:06](2063 MB) - -PASS -- COMPILE 'csawmg_intel' [11:11, 10:14] -PASS -- TEST 'control_csawmg_intel' [06:44, 05:59](755 MB) -PASS -- TEST 'control_ras_intel' [04:24, 03:14](755 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:11, 03:41] -PASS -- TEST 'control_csawmg_gnu' [09:44, 08:18](550 MB) - -PASS -- COMPILE 'wam_intel' [10:12, 09:50] -PASS -- TEST 'control_wam_intel' [02:23, 02:04](650 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [11:11, 10:32] -PASS -- TEST 'control_p8_faster_intel' [03:54, 02:37](1636 MB) -PASS -- TEST 'regional_control_faster_intel' [05:40, 04:42](847 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:12, 04:54] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:43, 02:35](1619 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:46, 02:29](1619 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:23, 02:59](829 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:22, 02:39](823 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:39, 04:03](867 MB) -PASS -- TEST 'control_ras_debug_intel' [03:22, 02:42](830 MB) -PASS -- TEST 'control_diag_debug_intel' [03:50, 02:44](1679 MB) -PASS -- TEST 'control_debug_p8_intel' [03:47, 02:47](1651 MB) -PASS -- TEST 'regional_debug_intel' [17:43, 16:48](836 MB) -PASS -- TEST 'rap_control_debug_intel' [05:23, 04:50](1213 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:23, 04:46](1205 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:23, 04:44](1210 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:23, 04:53](1211 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:22, 04:56](1209 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:34, 05:10](1296 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:22, 05:00](1216 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:24, 04:53](1208 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:23, 04:56](1209 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:24, 04:59](1213 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:23, 04:45](1209 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:23, 04:51](1213 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:24, 07:51](1203 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:22, 04:42](1200 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:23, 05:58](1209 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:22, 04:43](1208 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:41, 08:33](1211 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [03:11, 02:34] -PASS -- TEST 'control_csawmg_debug_gnu' [03:37, 02:08](533 MB) - -PASS -- COMPILE 'wam_debug_intel' [03:11, 03:06] -PASS -- TEST 'control_wam_debug_intel' [06:22, 05:01](520 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:11, 09:50] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:00, 03:50](1166 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:36, 06:22](1055 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:31, 03:21](984 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:37, 06:05](1090 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:34, 03:07](963 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:30, 03:34](937 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:38, 04:49](1048 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:27, 01:49](950 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:11, 12:46] -PASS -- TEST 'conus13km_control_intel' [02:52, 02:03](1203 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:39, 00:52](1126 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:48, 01:12](1110 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:12, 11:35] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:43, 04:08](989 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 03:23] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:23, 04:45](1087 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:24, 04:43](1088 MB) -PASS -- TEST 'conus13km_debug_intel' [15:45, 14:24](1234 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:40, 14:42](928 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:42, 08:15](1160 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:42, 14:29](1307 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 03:21] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:24, 04:59](1126 MB) - -PASS -- COMPILE 'hafsw_intel' [15:11, 13:09] -PASS -- TEST 'hafs_regional_atm_intel' [06:19, 04:52](755 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:29, 05:44](1113 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:23, 06:49](837 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:18, 13:15](864 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:22, 14:56](894 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:55, 05:25](504 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:21, 06:34](519 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:45, 02:37](372 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:00, 07:05](480 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:43, 03:37](527 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:47, 03:24](527 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:55, 04:00](597 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:38, 01:12](410 MB) -PASS -- TEST 'gnv1_nested_intel' [05:42, 04:00](806 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [07:42, 03:48] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:54, 12:59](585 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [15:12, 13:34] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:00, 08:42](677 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:15, 08:45](747 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [14:12, 13:15] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:07, 06:21](737 MB) - -PASS -- COMPILE 'hafs_all_intel' [14:12, 12:50] -PASS -- TEST 'hafs_regional_docn_intel' [08:12, 06:21](835 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:16, 06:26](818 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:56, 16:00](1215 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:12, 06:00] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:18, 02:43](1151 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:19, 01:36](1108 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:17, 02:36](1037 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:18, 02:36](1024 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:18, 02:35](1016 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:18, 02:38](1154 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:18, 02:39](1156 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:17, 02:33](1023 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:22, 06:06](1052 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:22, 06:05](1051 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:15, 02:39](1154 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:20, 03:48](2494 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:19, 03:51](2445 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:28] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:18, 06:15](1082 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:12, 07:28] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:17, 02:36](1153 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:11, 00:57] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:29, 00:44](259 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:25, 00:45](329 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:24, 00:28](330 MB) - -PASS -- COMPILE 'atml_intel' [12:12, 11:33] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [05:03, 04:06](1629 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [04:59, 04:04](1616 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:49, 02:10](918 MB) - -PASS -- COMPILE 'atmw_intel' [11:12, 10:39] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:50, 01:40](1682 MB) - -PASS -- COMPILE 'atmaero_intel' [11:12, 10:41] -PASS -- TEST 'atmaero_control_p8_intel' [05:57, 03:57](3019 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:55, 04:53](3092 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'atmaero_control_p8_rad_micro_intel' [, ]( MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 03:28] -PASS -- TEST 'regional_atmaq_debug_intel' [26:54, 24:27](4453 MB) - -PASS -- COMPILE 'atm_gnu' [04:12, 03:40] -PASS -- TEST 'control_c48_gnu' [12:43, 11:09](1544 MB) -PASS -- TEST 'control_stochy_gnu' [04:21, 03:22](507 MB) -PASS -- TEST 'control_ras_gnu' [05:21, 04:45](515 MB) -PASS -- TEST 'control_p8_gnu' [05:57, 04:41](1268 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:52, 04:32](1270 MB) -PASS -- TEST 'control_flake_gnu' [11:23, 10:38](550 MB) - -PASS -- COMPILE 'rrfs_gnu' [04:12, 03:44] -PASS -- TEST 'rap_control_gnu' [12:32, 11:04](858 MB) -PASS -- TEST 'rap_decomp_gnu' [11:34, 11:03](859 MB) -PASS -- TEST 'rap_2threads_gnu' [10:35, 09:50](947 MB) -PASS -- TEST 'rap_restart_gnu' [06:36, 05:20](584 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [11:37, 10:50](857 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:37, 10:47](859 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:36, 08:00](589 MB) -PASS -- TEST 'hrrr_control_gnu' [06:31, 05:35](855 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [06:28, 05:36](845 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:35, 05:02](932 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:33, 05:33](859 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:24, 02:53](574 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:25, 02:49](666 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [11:43, 10:24](858 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [04:11, 03:38] -PASS -- TEST 'control_diag_debug_gnu' [02:47, 01:37](1289 MB) -PASS -- TEST 'regional_debug_gnu' [11:40, 10:41](562 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:23, 02:33](873 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:21, 02:30](874 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:21, 02:30](877 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:20, 02:32](877 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:32, 02:49](961 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:21, 04:03](871 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:22, 02:34](876 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:22, 02:33](873 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:19, 01:32](506 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:19, 01:40](500 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:41, 01:38](1260 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:21, 02:35](872 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:21, 02:45](880 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:38, 04:11](884 MB) - -PASS -- COMPILE 'wam_debug_gnu' [02:12, 01:58] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:12, 03:41] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:29, 09:19](720 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:34, 04:59](714 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:33, 08:42](764 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:27, 04:29](757 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:28, 05:09](715 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:32, 06:54](564 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:27, 02:31](550 MB) -PASS -- TEST 'conus13km_control_gnu' [03:55, 03:07](887 MB) -PASS -- TEST 'conus13km_2threads_gnu' [06:44, 05:31](888 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:45, 01:45](561 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [06:12, 05:21] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:36, 05:36](742 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [04:12, 03:37] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:22, 02:29](723 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:20, 02:27](721 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:48, 06:47](899 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [08:42, 06:52](590 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [08:39, 07:31](903 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:40, 06:54](969 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [04:12, 03:43] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:20, 02:37](745 MB) - -PASS -- COMPILE 's2swa_gnu' [15:12, 14:35] - -PASS -- COMPILE 's2s_gnu' [15:12, 14:27] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [12:14, 09:59](1360 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [03:12, 02:34] - -PASS -- COMPILE 's2sw_pdlib_gnu' [15:11, 14:12] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [23:56, 22:02](1327 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 02:21] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [17:55, 16:34](1334 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [14:11, 14:04] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:18, 03:01](699 MB) +* (-r) - USE ROCOTO + +PASS -- COMPILE 's2swa_32bit_intel' [12:43, 12:43] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:23, 05:34](3166 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [15:58, 15:58] +PASS -- TEST 'cpld_control_gfsv17_intel' [17:56, 17:09](1739 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:47, 17:50](2011 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:56, 08:04](1097 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:58, 19:17](1630 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [04:18, 04:18] +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:43, 22:57](1691 MB) + +PASS -- COMPILE 's2swa_intel' [12:44, 12:44] +PASS -- TEST 'cpld_control_p8_intel' [06:45, 05:51](3196 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [06:40, 05:48](3208 MB) +PASS -- TEST 'cpld_restart_p8_intel' [04:29, 03:29](3257 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [06:51, 05:58](3241 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [04:44, 03:35](3243 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [06:16, 05:31](3560 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [06:40, 05:53](3192 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [05:32, 04:46](3053 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [06:37, 05:46](3189 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [11:56, 10:20](3317 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [08:56, 06:33](3550 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [15:13, 09:51](4144 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:44, 05:56](4342 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [06:27, 05:38](3150 MB) + +PASS -- COMPILE 's2sw_intel' [12:19, 12:19] +PASS -- TEST 'cpld_control_noaero_p8_intel' [05:51, 05:05](1735 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:30, 04:42](1767 MB) + +PASS -- COMPILE 's2swa_debug_intel' [04:19, 04:19] +PASS -- TEST 'cpld_debug_p8_intel' [09:49, 08:47](3218 MB) + +PASS -- COMPILE 's2sw_debug_intel' [03:59, 03:59] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:38, 05:48](1765 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:36, 11:36] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:27, 04:38](1755 MB) + +PASS -- COMPILE 's2s_intel' [11:15, 11:15] +PASS -- TEST 'cpld_control_c48_intel' [10:11, 09:40](2832 MB) + +PASS -- COMPILE 's2swa_faster_intel' [16:27, 16:27] +PASS -- TEST 'cpld_control_p8_faster_intel' [06:28, 05:33](3193 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [15:20, 15:20] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:00, 17:11](1757 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:58, 08:01](1149 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:37, 19:49](1666 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:18, 04:18] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:51, 25:05](1678 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:13, 11:13] +PASS -- TEST 'control_flake_intel' [03:33, 03:21](686 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:35, 02:53](1573 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:34, 02:58](1580 MB) +PASS -- TEST 'control_latlon_intel' [03:24, 02:56](1576 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:31, 02:57](1576 MB) +PASS -- TEST 'control_c48_intel' [08:16, 07:38](1744 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:44, 06:22](850 MB) +PASS -- TEST 'control_c192_intel' [11:19, 10:35](1712 MB) +PASS -- TEST 'control_c384_intel' [11:52, 10:30](1992 MB) +PASS -- TEST 'control_c384gdas_intel' [10:40, 08:11](1353 MB) +PASS -- TEST 'control_stochy_intel' [01:52, 01:37](643 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:11, 00:58](483 MB) +PASS -- TEST 'control_lndp_intel' [01:47, 01:32](641 MB) +PASS -- TEST 'control_iovr4_intel' [02:42, 02:30](639 MB) +PASS -- TEST 'control_iovr5_intel' [02:38, 02:25](638 MB) +PASS -- TEST 'control_p8_intel' [03:40, 02:58](1609 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:41, 02:59](1603 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:31, 02:52](1611 MB) +PASS -- TEST 'control_restart_p8_intel' [02:11, 01:36](875 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:34, 02:57](1584 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:15, 01:37](923 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:39, 03:05](1578 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:18, 02:44](1698 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:46, 05:16](1595 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:36, 03:55](1678 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:41, 02:58](1617 MB) +PASS -- TEST 'merra2_thompson_intel' [03:59, 03:17](1619 MB) +PASS -- TEST 'regional_control_intel' [05:39, 05:09](834 MB) +PASS -- TEST 'regional_restart_intel' [03:10, 02:45](1005 MB) +PASS -- TEST 'regional_decomp_intel' [05:58, 05:30](827 MB) +PASS -- TEST 'regional_2threads_intel' [03:44, 03:15](825 MB) +PASS -- TEST 'regional_noquilt_intel' [05:34, 05:09](1349 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:40, 05:13](837 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:37, 05:11](836 MB) +PASS -- TEST 'regional_wofs_intel' [07:07, 06:41](1897 MB) + +PASS -- COMPILE 'rrfs_intel' [10:35, 10:35] +PASS -- TEST 'rap_control_intel' [08:09, 07:41](1097 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:47, 04:05](1287 MB) +PASS -- TEST 'rap_decomp_intel' [08:29, 08:07](1023 MB) +PASS -- TEST 'rap_2threads_intel' [07:49, 07:26](1160 MB) +PASS -- TEST 'rap_restart_intel' [04:33, 04:01](1082 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:09, 07:43](1094 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:27, 08:06](1025 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:25, 05:56](1122 MB) +PASS -- TEST 'hrrr_control_intel' [04:18, 03:57](1039 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:26, 04:05](1031 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:04, 03:38](1103 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:29, 02:10](990 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:03, 07:35](1088 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:33, 09:19](1965 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:16, 09:02](2046 MB) + +PASS -- COMPILE 'csawmg_intel' [10:16, 10:16] +PASS -- TEST 'control_csawmg_intel' [06:31, 06:02](740 MB) +PASS -- TEST 'control_ras_intel' [03:25, 03:15](739 MB) + +PASS -- COMPILE 'csawmg_gnu' [03:34, 03:33] +PASS -- TEST 'control_csawmg_gnu' [08:53, 08:24](540 MB) + +PASS -- COMPILE 'wam_intel' [09:55, 09:55] +PASS -- TEST 'control_wam_intel' [02:12, 02:02](638 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:41, 10:41] +PASS -- TEST 'control_p8_faster_intel' [03:21, 02:39](1610 MB) +PASS -- TEST 'regional_control_faster_intel' [05:18, 04:47](829 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [04:47, 04:47] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:20, 02:45](1570 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:15, 02:43](1577 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:23, 03:13](780 MB) +PASS -- TEST 'control_lndp_debug_intel' [02:54, 02:43](783 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:38, 04:08](832 MB) +PASS -- TEST 'control_ras_debug_intel' [03:09, 02:57](790 MB) +PASS -- TEST 'control_diag_debug_intel' [03:23, 02:46](1635 MB) +PASS -- TEST 'control_debug_p8_intel' [03:32, 02:59](1605 MB) +PASS -- TEST 'regional_debug_intel' [17:47, 17:20](810 MB) +PASS -- TEST 'rap_control_debug_intel' [05:12, 04:58](1169 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:08, 04:54](1165 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:14, 04:59](1170 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:13, 04:59](1171 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:18, 05:01](1170 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:44, 05:10](1253 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:16, 05:04](1174 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:32, 05:17](1182 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:37, 05:21](1171 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:15, 04:59](1186 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:10, 04:56](1185 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:22, 05:08](1167 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:26, 08:11](1188 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:16, 05:00](1181 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:36, 06:25](1187 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:18, 05:06](1190 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:46, 08:22](1171 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [02:43, 02:43] +PASS -- TEST 'control_csawmg_debug_gnu' [02:36, 02:10](508 MB) + +PASS -- COMPILE 'wam_debug_intel' [03:16, 03:15] +PASS -- TEST 'control_wam_debug_intel' [05:11, 04:59](468 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:11, 10:11] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:36, 03:53](1140 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:44, 06:24](1032 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:47, 03:25](985 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:28, 06:06](1067 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:38, 03:14](946 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:00, 03:40](916 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:25, 04:50](1009 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:13, 01:52](916 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:24, 12:24] +PASS -- TEST 'conus13km_control_intel' [02:54, 02:06](1187 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:24, 00:53](1099 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:49, 01:15](1090 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:18, 10:18] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:49, 04:14](969 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:42, 03:42] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:03, 04:51](1093 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:59, 04:47](1087 MB) +PASS -- TEST 'conus13km_debug_intel' [15:27, 14:54](1269 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:16, 14:40](920 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [08:47, 08:20](1143 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:11, 14:44](1305 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:22, 03:22] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:02, 04:52](1134 MB) + +PASS -- COMPILE 'hafsw_intel' [11:34, 11:33] +PASS -- TEST 'hafs_regional_atm_intel' [06:01, 05:04](742 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:20, 06:03](1118 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:59, 06:56](838 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:33, 13:35](863 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:13, 15:11](896 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:19, 05:39](505 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:00, 06:58](521 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:07, 02:38](376 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:33, 07:32](470 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:27, 03:54](532 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:19, 03:41](526 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:56, 04:12](592 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:32, 01:13](402 MB) +PASS -- TEST 'gnv1_nested_intel' [04:44, 04:12](802 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [03:50, 03:50] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:29, 12:49](572 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [12:00, 12:00] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:38, 08:52](672 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:39, 08:50](705 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [11:56, 11:56] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:27, 06:40](737 MB) + +PASS -- COMPILE 'hafs_all_intel' [11:14, 11:13] +PASS -- TEST 'hafs_regional_docn_intel' [07:57, 06:49](829 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:57, 06:51](820 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:44, 16:03](1212 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [06:19, 06:18] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:58, 02:49](1149 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:52, 01:41](1095 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:47, 02:38](1022 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:47, 02:37](1025 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:47, 02:39](1017 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:51, 02:44](1146 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:51, 02:43](1134 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:47, 02:38](1016 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:29, 06:25](1061 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:16, 06:12](1041 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:51, 02:45](1146 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:09, 03:57](2486 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:05, 03:56](2441 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [02:59, 02:58] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:36, 06:27](1056 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [05:58, 05:56] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:49, 02:40](1146 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:05, 01:05] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:15, 00:53](262 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:16, 00:58](330 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:44, 00:31](328 MB) + +PASS -- COMPILE 'atml_intel' [11:55, 11:54] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [05:05, 04:16](1561 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [05:00, 04:14](1589 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:14, 02:38](876 MB) + +PASS -- COMPILE 'atmw_intel' [10:55, 10:54] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:24, 01:46](1647 MB) + +PASS -- COMPILE 'atmaero_intel' [10:42, 10:41] +PASS -- TEST 'atmaero_control_p8_intel' [04:46, 03:58](3039 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:45, 04:58](3099 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:33, 05:01](3093 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [03:36, 03:35] +PASS -- TEST 'regional_atmaq_debug_intel' [25:40, 24:01](4452 MB) + +PASS -- COMPILE 'atm_gnu' [03:52, 03:51] +PASS -- TEST 'control_c48_gnu' [11:48, 11:17](1544 MB) +PASS -- TEST 'control_stochy_gnu' [03:36, 03:23](507 MB) +PASS -- TEST 'control_ras_gnu' [04:52, 04:39](515 MB) +PASS -- TEST 'control_p8_gnu' [05:29, 04:40](1266 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:22, 04:38](1267 MB) +PASS -- TEST 'control_flake_gnu' [10:46, 10:33](549 MB) + +PASS -- COMPILE 'rrfs_gnu' [03:52, 03:51] +PASS -- TEST 'rap_control_gnu' [11:06, 10:41](855 MB) +PASS -- TEST 'rap_decomp_gnu' [11:22, 10:59](858 MB) +PASS -- TEST 'rap_2threads_gnu' [10:06, 09:42](940 MB) +PASS -- TEST 'rap_restart_gnu' [06:21, 05:40](587 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [10:55, 10:29](858 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:27, 11:01](858 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:59, 08:19](588 MB) +PASS -- TEST 'hrrr_control_gnu' [05:52, 05:28](857 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:54, 05:30](847 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:19, 04:56](928 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [06:07, 05:41](856 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:13, 02:54](572 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:25, 02:56](667 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [11:09, 10:33](855 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [03:40, 03:39] +PASS -- TEST 'control_diag_debug_gnu' [02:26, 01:46](1285 MB) +PASS -- TEST 'regional_debug_gnu' [11:44, 11:12](568 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:10, 02:54](871 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:05, 02:47](871 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:47, 02:36](874 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [02:50, 02:40](878 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:14, 02:52](960 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:19, 04:06](870 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:54, 02:40](835 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:54, 02:42](867 MB) +PASS -- TEST 'control_ras_debug_gnu' [01:57, 01:42](506 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:03, 01:50](499 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:22, 01:45](1253 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:58, 02:45](871 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:11, 02:54](874 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:46, 04:19](879 MB) + +PASS -- COMPILE 'wam_debug_gnu' [01:53, 01:52] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [03:39, 03:39] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:55, 09:28](712 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:28, 05:04](713 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:04, 08:38](765 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:59, 04:34](760 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:35, 05:11](713 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:42, 07:08](550 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:59, 02:36](532 MB) +PASS -- TEST 'conus13km_control_gnu' [03:59, 03:16](869 MB) +PASS -- TEST 'conus13km_2threads_gnu' [05:38, 05:06](874 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:22, 01:52](546 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [05:27, 05:26] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:22, 05:53](738 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [03:41, 03:40] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:43, 02:30](696 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:45, 02:32](699 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:36, 06:57](870 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:33, 06:59](559 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [07:30, 07:02](871 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:30, 06:55](936 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [03:41, 03:40] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:57, 02:40](720 MB) + +PASS -- COMPILE 's2swa_gnu' [14:39, 14:38] + +PASS -- COMPILE 's2s_gnu' [14:37, 14:37] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [07:44, 06:42](1341 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [02:33, 02:32] + +PASS -- COMPILE 's2sw_pdlib_gnu' [14:17, 14:17] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [23:22, 22:25](1308 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [02:23, 02:22] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:52, 12:56](1306 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [14:14, 14:13] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:18, 03:06](696 MB) SYNOPSIS: -Starting Date/Time: 20240421 00:24:06 -Ending Date/Time: 20240421 02:15:52 -Total Time: 01h:52m:03s +Starting Date/Time: 20240423 18:57:22 +Ending Date/Time: 20240424 03:03:55 +Total Time: 08h:06m:50s Compiles Completed: 53/53 -Tests Completed: 238/239 -Failed Tests: -* TEST atmaero_control_p8_rad_micro_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /scratch2/NAGAPE/epic/Fernando.Andrade-maldonado/regression-tests/wm/2173/ufs-weather-model/tests/logs/log_hera/run_atmaero_control_p8_rad_micro_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 HERA REGRESSION TESTING LOG==== -====START OF HERA REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -d47726e50be21a6b878bfb05f03b0b9fbe725775 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) - - -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: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240419 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_24155 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-n) - RUN SINGLE TEST: atmaero_control_p8_rad_micro -* (-e) - USE ECFLOW - -PASS -- COMPILE 'atmaero_intel' [14:12, 10:40] -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:40, 05:00](3094 MB) - -SYNOPSIS: -Starting Date/Time: 20240422 16:20:37 -Ending Date/Time: 20240422 16:43:49 -Total Time: 00h:23m:20s -Compiles Completed: 1/1 -Tests Completed: 1/1 +Tests Completed: 239/239 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 9a94f7e473..e5677021cf 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,7 +1,7 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -d47726e50be21a6b878bfb05f03b0b9fbe725775 +fe4bb76565de0a5f3261b276fa392d65cb046e96 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -21,7 +21,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) + 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) @@ -36,472 +36,359 @@ 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-20240419 -COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1104065 +COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_12578 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [11:11, 10:30] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:12, 07:43](1892 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:11, 17:31] -PASS -- TEST 'cpld_control_gfsv17_intel' [22:29, 13:22](1766 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:52, 14:22](2146 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:43, 06:37](1196 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:23, 15:33](1687 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:10, 04:44] -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:30, 20:57](1730 MB) - -PASS -- COMPILE 's2swa_intel' [12:11, 11:27] -PASS -- TEST 'cpld_control_p8_intel' [15:11, 07:46](2077 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:27, 07:47](2084 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:23, 04:20](1951 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [15:11, 07:43](1972 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [11:20, 04:24](1731 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [16:04, 08:59](2492 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [15:03, 07:46](2066 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [12:07, 06:32](1889 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:25, 07:37](2061 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [21:04, 15:03](2811 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [10:37, 06:01](2922 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [20:27, 10:44](3660 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:17, 06:52](3624 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [12:06, 04:58](2026 MB) - -PASS -- COMPILE 's2sw_intel' [11:11, 10:42] -PASS -- TEST 'cpld_control_noaero_p8_intel' [13:02, 07:01](1774 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:13, 04:01](1831 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:10, 05:14] -PASS -- TEST 'cpld_debug_p8_intel' [09:14, 06:56](2063 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:10, 04:59] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:13, 04:52](1788 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:11, 09:19] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:16, 03:57](1830 MB) - -PASS -- COMPILE 's2s_intel' [09:10, 08:56] -PASS -- TEST 'cpld_control_c48_intel' [08:56, 07:19](2839 MB) - -PASS -- COMPILE 's2swa_faster_intel' [13:11, 12:37] -PASS -- TEST 'cpld_control_p8_faster_intel' [17:26, 07:18](2094 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:11, 16:48] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:09, 14:27](1809 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:19, 06:45](1280 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:06, 15:22](1742 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:10, 03:58] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:09, 21:24](1765 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [09:10, 07:45] -PASS -- TEST 'control_flake_intel' [11:23, 02:51](706 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_CubedSphereGrid_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_CubedSphereGrid_parallel_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_latlon_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_wrtGauss_netcdf_parallel_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_c48_intel' [, ]( MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [14:33, 05:44](864 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_c192_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_c384_intel' [, ]( MB) -PASS -- TEST 'control_c384gdas_intel' [22:17, 07:24](1530 MB) -PASS -- TEST 'control_stochy_intel' [08:23, 01:25](672 MB) -PASS -- TEST 'control_stochy_restart_intel' [07:32, 00:55](546 MB) -PASS -- TEST 'control_lndp_intel' [10:21, 01:22](670 MB) -PASS -- TEST 'control_iovr4_intel' [13:28, 02:04](661 MB) -PASS -- TEST 'control_iovr5_intel' [12:23, 02:06](664 MB) -PASS -- TEST 'control_p8_intel' [10:51, 02:40](1640 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [09:03, 02:42](1635 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [08:58, 02:32](1637 MB) -PASS -- TEST 'control_restart_p8_intel' [07:59, 01:29](923 MB) -PASS -- TEST 'control_noqr_p8_intel' [08:55, 02:38](1635 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [09:05, 01:38](982 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:53, 02:42](1638 MB) -PASS -- TEST 'control_2threads_p8_intel' [07:51, 02:27](1731 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:38, 04:39](1650 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [10:03, 03:30](1719 MB) -PASS -- TEST 'control_p8_mynn_intel' [08:09, 02:33](1652 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'merra2_thompson_intel' [, ]( MB) -PASS -- TEST 'regional_control_intel' [08:38, 04:36](960 MB) -PASS -- TEST 'regional_restart_intel' [07:39, 02:34](1107 MB) -PASS -- TEST 'regional_decomp_intel' [08:32, 04:56](946 MB) -PASS -- TEST 'regional_2threads_intel' [06:33, 02:58](917 MB) -PASS -- TEST 'regional_noquilt_intel' [08:34, 04:29](1488 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:37, 04:39](958 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:30, 04:59](943 MB) -PASS -- TEST 'regional_wofs_intel' [08:31, 05:48](2084 MB) - -PASS -- COMPILE 'rrfs_intel' [08:10, 07:51] -PASS -- TEST 'rap_control_intel' [12:12, 06:39](1204 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:53, 03:46](1454 MB) -PASS -- TEST 'rap_decomp_intel' [12:47, 06:52](1145 MB) -PASS -- TEST 'rap_2threads_intel' [12:46, 06:25](1375 MB) -PASS -- TEST 'rap_restart_intel' [05:11, 03:38](1130 MB) -PASS -- TEST 'rap_sfcdiff_intel' [12:57, 06:38](1201 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:45, 06:53](1141 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [16:08, 04:57](1235 MB) -PASS -- TEST 'hrrr_control_intel' [08:56, 03:28](1074 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [09:44, 03:32](1041 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [08:46, 03:12](1123 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:36, 01:49](1030 MB) -PASS -- TEST 'rrfs_v1beta_intel' [12:59, 06:29](1187 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [12:24, 07:49](2010 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:24, 07:34](2159 MB) - -PASS -- COMPILE 'csawmg_intel' [08:10, 07:29] -PASS -- TEST 'control_csawmg_intel' [10:39, 05:22](814 MB) -PASS -- TEST 'control_ras_intel' [07:22, 02:55](820 MB) - -PASS -- COMPILE 'csawmg_gnu' [09:11, 03:51] -PASS -- TEST 'control_csawmg_gnu' [10:41, 06:39](809 MB) - -PASS -- COMPILE 'wam_intel' [10:11, 06:36] -PASS -- TEST 'control_wam_intel' [05:27, 02:06](791 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:11, 09:42] -PASS -- TEST 'control_p8_faster_intel' [06:03, 02:25](1645 MB) -PASS -- TEST 'regional_control_faster_intel' [07:34, 04:11](960 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:11, 04:00] -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_CubedSphereGrid_debug_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [, ]( MB) -PASS -- TEST 'control_stochy_debug_intel' [05:22, 02:30](843 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:22, 02:18](825 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:37, 03:27](870 MB) -PASS -- TEST 'control_ras_debug_intel' [03:20, 02:16](828 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_diag_debug_intel' [, ]( MB) -PASS -- TEST 'control_debug_p8_intel' [04:43, 02:21](1655 MB) -PASS -- TEST 'regional_debug_intel' [15:39, 14:20](891 MB) -PASS -- TEST 'rap_control_debug_intel' [05:24, 04:07](1209 MB) -PASS -- TEST 'hrrr_control_debug_intel' [14:23, 04:03](1214 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [14:21, 04:03](1221 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [14:21, 04:05](1230 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [14:22, 04:01](1231 MB) -PASS -- TEST 'rap_diag_debug_intel' [15:29, 04:17](1292 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [15:22, 04:13](1213 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [15:21, 04:13](1220 MB) -PASS -- TEST 'rap_lndp_debug_intel' [14:22, 04:08](1214 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [14:22, 04:12](1219 MB) -PASS -- TEST 'rap_noah_debug_intel' [14:22, 04:07](1222 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [14:22, 04:14](1221 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [16:21, 06:38](1218 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [14:20, 03:59](1221 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [15:20, 04:51](1216 MB) -PASS -- TEST 'rap_flake_debug_intel' [14:22, 04:03](1209 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [18:03, 07:00](1218 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [06:11, 03:53] -PASS -- TEST 'control_csawmg_debug_gnu' [15:39, 01:48](790 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:11, 02:29] - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:10, 06:20] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [16:52, 03:36](1285 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [19:58, 05:37](1158 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [16:09, 03:05](1030 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [18:38, 05:20](1289 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [15:51, 02:53](1040 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [15:49, 03:08](1001 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [10:00, 04:08](1094 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [09:26, 01:38](960 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:10, 09:13] -PASS -- TEST 'conus13km_control_intel' [06:47, 01:56](1303 MB) -PASS -- TEST 'conus13km_2threads_intel' [08:36, 01:02](1206 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [08:40, 01:08](1148 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:10, 07:04] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:41, 03:51](1097 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 03:11] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:23, 03:54](1097 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:26, 03:51](1094 MB) -PASS -- TEST 'conus13km_debug_intel' [16:43, 11:49](1345 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:43, 11:55](987 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:32, 06:49](1218 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:37, 12:03](1416 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 03:11] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [09:21, 04:06](1155 MB) - -PASS -- COMPILE 'hafsw_intel' [11:11, 10:14] -PASS -- TEST 'hafs_regional_atm_intel' [08:08, 05:34](880 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:27, 05:14](1282 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:23, 06:36](955 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [19:10, 14:23](979 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [23:19, 16:16](1016 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [13:05, 05:58](604 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [14:23, 07:30](618 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [09:57, 03:09](432 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:24, 08:22](542 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [11:53, 04:43](616 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [11:52, 03:54](615 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [11:58, 05:13](674 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [08:28, 01:40](446 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:10, 02:57] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [18:54, 11:24](632 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [17:11, 10:47] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [26:01, 17:10](732 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [23:11, 16:18](810 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [17:11, 10:05] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [17:04, 10:10](790 MB) - -PASS -- COMPILE 'hafs_all_intel' [16:11, 09:55] -PASS -- TEST 'hafs_regional_docn_intel' [13:08, 05:41](956 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [13:08, 06:01](915 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:45, 16:34](1333 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [13:10, 06:29] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:20, 02:10](1133 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:17, 01:24](1079 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [07:16, 02:05](1013 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:19, 02:07](1019 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:17, 02:07](1013 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:18, 02:11](1130 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:17, 02:11](1154 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:18, 02:04](1019 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:03, 04:57](1160 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:56, 04:56](1140 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:14, 02:10](1147 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:17, 03:02](2330 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [03:18, 03:03](2432 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [09:10, 03:03] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:17, 05:12](1077 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:10, 05:09] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:17, 02:09](1128 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:10, 01:12] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:30, 01:03](328 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:24, 01:02](561 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:22, 00:35](560 MB) - -PASS -- COMPILE 'atml_intel' [11:11, 08:16] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:27, 05:49](1644 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [07:20, 05:40](1657 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:51, 02:58](946 MB) - -PASS -- COMPILE 'atmw_intel' [14:11, 09:44] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:08, 01:34](1693 MB) - -PASS -- COMPILE 'atmaero_intel' [13:11, 08:12] -PASS -- TEST 'atmaero_control_p8_intel' [05:09, 03:41](1792 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:07, 04:16](1798 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'atmaero_control_p8_rad_micro_intel' [, ]( MB) - -PASS -- COMPILE 'atmaq_debug_intel' [07:11, 03:49] -PASS -- TEST 'regional_atmaq_debug_intel' [19:39, 17:12](4590 MB) - -PASS -- COMPILE 'atm_gnu' [07:10, 03:41] -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_c48_gnu' [, ]( MB) -PASS -- TEST 'control_stochy_gnu' [03:22, 02:19](730 MB) -PASS -- TEST 'control_ras_gnu' [05:20, 03:39](730 MB) -PASS -- TEST 'control_p8_gnu' [04:57, 03:34](1512 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:50, 03:37](1513 MB) -PASS -- TEST 'control_flake_gnu' [05:20, 04:22](809 MB) - -PASS -- COMPILE 'rrfs_gnu' [08:10, 05:01] -PASS -- TEST 'rap_control_gnu' [08:53, 07:44](1086 MB) -PASS -- TEST 'rap_decomp_gnu' [09:46, 07:45](1088 MB) -PASS -- TEST 'rap_2threads_gnu' [08:43, 07:12](1122 MB) -PASS -- TEST 'rap_restart_gnu' [09:58, 03:55](886 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [09:54, 08:29](1086 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:49, 07:47](1085 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [10:58, 05:43](885 MB) -PASS -- TEST 'hrrr_control_gnu' [05:47, 04:02](1076 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:43, 04:03](1134 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [04:57, 03:38](1021 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [04:42, 04:00](1073 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [02:26, 02:05](881 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:26, 02:05](934 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [09:10, 07:46](1082 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [09:10, 05:52] -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_diag_debug_gnu' [, ]( MB) -PASS -- TEST 'regional_debug_gnu' [07:38, 06:27](925 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:22, 01:58](1101 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:19, 01:56](1088 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:22, 01:59](1095 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:21, 01:59](1094 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:29, 02:05](1270 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:20, 03:06](1095 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:21, 01:57](1097 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:20, 01:56](1090 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:19, 01:15](726 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:19, 01:21](722 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:41, 01:18](1506 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:26, 01:59](1097 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:22, 02:10](1101 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:03, 03:21](1104 MB) - -PASS -- COMPILE 'wam_debug_gnu' [05:10, 03:21] -PASS -- TEST 'control_wam_debug_gnu' [03:31, 02:03](501 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:10, 04:49] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:52, 07:27](962 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:10, 03:54](951 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:47, 06:51](995 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:45, 03:36](893 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:45, 03:57](957 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:49, 05:26](858 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:25, 01:58](857 MB) -PASS -- TEST 'conus13km_control_gnu' [06:48, 02:42](1266 MB) -PASS -- TEST 'conus13km_2threads_gnu' [02:32, 01:05](1174 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:36, 01:29](930 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [16:11, 11:32] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:38, 04:28](987 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [14:11, 09:44] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [05:20, 01:59](978 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [05:20, 01:55](968 MB) -PASS -- TEST 'conus13km_debug_gnu' [10:40, 05:30](1282 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [10:38, 05:37](968 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [08:33, 03:22](1191 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [10:35, 05:28](1350 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [14:11, 09:58] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [07:24, 01:59](1001 MB) - -PASS -- COMPILE 's2swa_gnu' [22:12, 17:59] - -PASS -- COMPILE 's2s_gnu' [19:11, 17:30] - -PASS -- COMPILE 's2swa_debug_gnu' [10:11, 09:01] - -PASS -- COMPILE 's2sw_pdlib_gnu' [17:11, 16:17] - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [05:11, 04:23] - -PASS -- COMPILE 'datm_cdeps_gnu' [16:11, 14:16] +PASS -- COMPILE 's2swa_32bit_intel' [12:10, 12:09] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:56, 07:29](1894 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:10, 16:14] +PASS -- TEST 'cpld_control_gfsv17_intel' [15:08, 13:31](1767 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:25, 14:03](2190 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:11, 06:20](1175 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [15:54, 15:07](1691 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 05:51] +PASS -- TEST 'cpld_debug_gfsv17_intel' [22:07, 20:22](1725 MB) + +PASS -- COMPILE 's2swa_intel' [11:10, 10:45] +PASS -- TEST 'cpld_control_p8_intel' [08:52, 07:30](2086 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:58, 07:27](2077 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:09, 04:15](1955 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:50, 07:40](1979 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:11, 04:18](1733 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:47, 08:51](2498 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:47, 07:45](2070 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:54, 06:14](1900 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:59, 07:26](2069 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [16:34, 14:53](2799 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [08:06, 05:37](2920 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [13:43, 08:20](3632 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [12:42, 05:10](3627 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [05:53, 04:52](2019 MB) + +PASS -- COMPILE 's2sw_intel' [12:10, 11:18] +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:46, 07:07](1773 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [04:53, 03:56](1814 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:10, 04:33] +PASS -- TEST 'cpld_debug_p8_intel' [08:02, 06:55](2039 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:10, 05:25] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:45, 04:44](1790 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [10:10, 09:30] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [04:47, 03:57](1815 MB) + +PASS -- COMPILE 's2s_intel' [10:10, 09:35] +PASS -- TEST 'cpld_control_c48_intel' [08:37, 07:17](2833 MB) + +PASS -- COMPILE 's2swa_faster_intel' [13:10, 12:53] +PASS -- TEST 'cpld_control_p8_faster_intel' [08:58, 07:19](2055 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [15:10, 15:06] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:47, 13:43](1812 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:01, 06:42](1304 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:56, 15:13](1726 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 04:12] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [22:50, 21:40](1763 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [08:10, 08:07] +PASS -- TEST 'control_flake_intel' [03:18, 02:50](716 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:31, 02:28](1610 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:35, 02:32](1621 MB) +PASS -- TEST 'control_latlon_intel' [03:30, 02:30](1611 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:36, 02:31](1615 MB) +PASS -- TEST 'control_c48_intel' [07:32, 06:59](1749 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:22, 05:42](844 MB) +PASS -- TEST 'control_c192_intel' [09:39, 08:55](1761 MB) +PASS -- TEST 'control_c384_intel' [10:14, 09:07](2038 MB) +PASS -- TEST 'control_c384gdas_intel' [09:41, 06:59](1530 MB) +PASS -- TEST 'control_stochy_intel' [02:18, 01:24](671 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:27, 00:52](549 MB) +PASS -- TEST 'control_lndp_intel' [02:18, 01:19](667 MB) +PASS -- TEST 'control_iovr4_intel' [03:19, 02:05](659 MB) +PASS -- TEST 'control_iovr5_intel' [02:23, 02:06](672 MB) +PASS -- TEST 'control_p8_intel' [03:49, 02:31](1650 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:50, 02:31](1638 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:49, 02:26](1649 MB) +PASS -- TEST 'control_restart_p8_intel' [02:44, 01:22](908 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:40, 02:28](1631 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:49, 01:21](991 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:38, 02:35](1634 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:38, 02:18](1728 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:31, 04:21](1629 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:48, 03:25](1718 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:47, 02:31](1646 MB) +PASS -- TEST 'merra2_thompson_intel' [03:53, 02:45](1653 MB) +PASS -- TEST 'regional_control_intel' [05:28, 04:31](956 MB) +PASS -- TEST 'regional_restart_intel' [03:27, 02:26](1101 MB) +PASS -- TEST 'regional_decomp_intel' [05:27, 04:45](949 MB) +PASS -- TEST 'regional_2threads_intel' [03:27, 02:47](912 MB) +PASS -- TEST 'regional_noquilt_intel' [05:29, 04:17](1484 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:30, 04:24](959 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:24, 04:25](959 MB) +PASS -- TEST 'regional_wofs_intel' [06:26, 05:29](2070 MB) + +PASS -- COMPILE 'rrfs_intel' [08:10, 07:14] +PASS -- TEST 'rap_control_intel' [07:32, 06:31](1208 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:46, 03:22](1402 MB) +PASS -- TEST 'rap_decomp_intel' [07:31, 06:47](1141 MB) +PASS -- TEST 'rap_2threads_intel' [06:46, 06:07](1352 MB) +PASS -- TEST 'rap_restart_intel' [04:41, 03:26](1148 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:46, 06:26](1196 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:35, 06:45](1132 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [05:53, 04:54](1193 MB) +PASS -- TEST 'hrrr_control_intel' [04:34, 03:19](1068 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:34, 03:23](1054 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [03:46, 03:01](1124 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:33, 01:48](1037 MB) +PASS -- TEST 'rrfs_v1beta_intel' [07:51, 06:19](1195 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:18, 07:48](2012 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:19, 07:29](2166 MB) + +PASS -- COMPILE 'csawmg_intel' [07:10, 07:03] +PASS -- TEST 'control_csawmg_intel' [06:27, 05:15](805 MB) +PASS -- TEST 'control_ras_intel' [03:18, 02:48](804 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:10, 03:58] +PASS -- TEST 'control_csawmg_gnu' [07:27, 06:28](812 MB) + +PASS -- COMPILE 'wam_intel' [07:10, 06:35] +PASS -- TEST 'control_wam_intel' [02:25, 01:47](786 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:10, 09:17] +PASS -- TEST 'control_p8_faster_intel' [03:50, 02:14](1628 MB) +PASS -- TEST 'regional_control_faster_intel' [04:26, 04:06](960 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [04:10, 03:45] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:28, 02:09](1638 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:32, 02:08](1627 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:16, 02:28](823 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:16, 02:13](820 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:25, 03:24](878 MB) +PASS -- TEST 'control_ras_debug_intel' [03:16, 02:14](835 MB) +PASS -- TEST 'control_diag_debug_intel' [03:34, 02:13](1682 MB) +PASS -- TEST 'control_debug_p8_intel' [03:30, 02:19](1662 MB) +PASS -- TEST 'regional_debug_intel' [14:27, 13:56](895 MB) +PASS -- TEST 'rap_control_debug_intel' [04:18, 03:59](1216 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:17, 03:47](1210 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:17, 03:55](1221 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [04:17, 03:57](1226 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:16, 03:54](1227 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:25, 04:10](1304 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:17, 04:03](1216 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:17, 03:58](1215 MB) +PASS -- TEST 'rap_lndp_debug_intel' [04:18, 04:01](1220 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:18, 03:56](1217 MB) +PASS -- TEST 'rap_noah_debug_intel' [04:17, 03:53](1210 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [04:17, 03:59](1223 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:18, 06:17](1211 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [04:19, 03:52](1215 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:20, 04:48](1230 MB) +PASS -- TEST 'rap_flake_debug_intel' [04:19, 03:59](1224 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:49, 06:49](1222 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:10, 03:10] +PASS -- TEST 'control_csawmg_debug_gnu' [02:27, 01:41](793 MB) + +PASS -- COMPILE 'wam_debug_intel' [03:10, 02:47] + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:11, 06:31] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:50, 03:21](1284 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:31, 05:21](1170 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:55, 02:52](1036 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:42, 05:01](1288 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:35, 02:35](1046 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:34, 02:59](978 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:40, 04:02](1094 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:24, 01:34](962 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:11, 08:51] +PASS -- TEST 'conus13km_control_intel' [02:35, 01:40](1302 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:29, 00:45](1200 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:26, 01:03](1145 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:11, 06:43] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:27, 03:40](1096 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:10, 03:01] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:17, 03:54](1102 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:17, 03:48](1088 MB) +PASS -- TEST 'conus13km_debug_intel' [12:30, 11:25](1333 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [12:31, 11:42](995 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [07:29, 06:31](1239 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:30, 11:30](1404 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:11, 03:01] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:18, 03:57](1149 MB) + +PASS -- COMPILE 'hafsw_intel' [11:11, 10:11] +PASS -- TEST 'hafs_regional_atm_intel' [07:03, 05:16](880 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:20, 04:49](1273 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:11, 06:17](953 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:01, 13:47](980 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:15, 15:14](1003 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:46, 05:17](604 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:18, 06:44](614 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:40, 02:48](435 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:56, 07:28](543 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:38, 03:43](615 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:39, 03:33](614 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:43, 04:40](684 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:25, 01:23](453 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [03:11, 02:53] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:39, 11:10](627 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [11:11, 10:12] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:47, 16:25](764 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:52, 15:57](842 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [11:11, 10:19] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:51, 09:44](835 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:11, 10:03] +PASS -- TEST 'hafs_regional_docn_intel' [07:05, 05:18](945 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:03, 05:24](932 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:49, 16:26](1346 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [05:11, 04:40] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:15, 02:08](1150 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:15, 01:17](1101 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:13, 02:05](1013 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:15, 02:04](1007 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:14, 02:06](1010 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:14, 02:06](1156 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:14, 02:06](1154 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:13, 02:01](1010 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:49, 04:52](1157 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:45, 04:48](1143 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:12, 02:06](1150 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:14, 02:59](2388 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:15, 03:01](2380 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [03:10, 03:00] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:14, 05:10](1077 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:10, 05:57] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:14, 02:07](1155 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 00:45] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:24, 00:58](329 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:21, 00:52](561 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:20, 00:29](556 MB) + +PASS -- COMPILE 'atml_intel' [08:10, 07:47] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:01, 05:28](1638 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:56, 05:16](1648 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:38, 02:59](951 MB) + +PASS -- COMPILE 'atmw_intel' [10:10, 09:15] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:46, 01:31](1686 MB) + +PASS -- COMPILE 'atmaero_intel' [08:10, 07:16] +PASS -- TEST 'atmaero_control_p8_intel' [04:48, 03:28](1797 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:46, 04:07](1799 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:39, 04:12](1832 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [03:10, 02:41] +PASS -- TEST 'regional_atmaq_debug_intel' [18:14, 16:14](4603 MB) + +PASS -- COMPILE 'atm_gnu' [04:10, 03:46] +PASS -- TEST 'control_c48_gnu' [10:35, 09:22](1558 MB) +PASS -- TEST 'control_stochy_gnu' [03:17, 02:12](733 MB) +PASS -- TEST 'control_ras_gnu' [04:16, 03:38](737 MB) +PASS -- TEST 'control_p8_gnu' [04:45, 03:29](1516 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [04:37, 03:24](1514 MB) +PASS -- TEST 'control_flake_gnu' [05:17, 04:18](800 MB) + +PASS -- COMPILE 'rrfs_gnu' [07:10, 06:32] +PASS -- TEST 'rap_control_gnu' [08:30, 07:30](1090 MB) +PASS -- TEST 'rap_decomp_gnu' [08:30, 07:42](1088 MB) +PASS -- TEST 'rap_2threads_gnu' [07:45, 07:00](1128 MB) +PASS -- TEST 'rap_restart_gnu' [04:41, 03:53](886 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [08:36, 07:33](1087 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:34, 07:44](1086 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:39, 05:43](885 MB) +PASS -- TEST 'hrrr_control_gnu' [04:44, 03:57](1075 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [04:33, 03:55](1136 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [04:31, 03:30](1027 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [04:31, 03:53](1080 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [02:19, 02:02](881 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:19, 02:01](933 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [08:52, 07:30](1084 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [10:11, 09:50] +PASS -- TEST 'control_diag_debug_gnu' [01:33, 01:09](1628 MB) +PASS -- TEST 'regional_debug_gnu' [07:28, 06:20](923 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:17, 01:58](1097 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:18, 01:56](1087 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:17, 01:56](1094 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [02:22, 01:58](1094 MB) +PASS -- TEST 'rap_diag_debug_gnu' [02:24, 02:04](1268 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:17, 03:04](1093 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:17, 01:55](1095 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:16, 01:57](1092 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:16, 01:08](724 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:16, 01:16](722 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:31, 01:15](1501 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:17, 01:56](1096 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [02:18, 02:08](1098 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:52, 03:13](1095 MB) + +PASS -- COMPILE 'wam_debug_gnu' [06:11, 05:10] +PASS -- TEST 'control_wam_debug_gnu' [02:22, 01:52](499 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [08:11, 07:25] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:32, 07:10](964 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:43, 03:43](951 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:41, 06:36](978 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:36, 03:24](881 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:35, 03:51](950 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:40, 05:21](859 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:21, 01:57](856 MB) +PASS -- TEST 'conus13km_control_gnu' [03:36, 02:32](1264 MB) +PASS -- TEST 'conus13km_2threads_gnu' [01:28, 01:05](1174 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:27, 01:25](944 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:11, 07:42] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:28, 04:21](987 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [11:11, 10:58] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:17, 01:55](974 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:18, 01:51](972 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:35, 05:35](1278 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:30, 05:32](953 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [04:26, 03:10](1185 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:26, 05:27](1347 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [12:11, 11:57] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:18, 01:59](1000 MB) + +PASS -- COMPILE 's2swa_gnu' [17:11, 16:24] + +PASS -- COMPILE 's2s_gnu' [17:11, 16:48] + +PASS -- COMPILE 's2swa_debug_gnu' [11:10, 10:37] + +PASS -- COMPILE 's2sw_pdlib_gnu' [17:10, 16:48] + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [10:10, 09:17] + +PASS -- COMPILE 'datm_cdeps_gnu' [14:11, 13:42] SYNOPSIS: -Starting Date/Time: 20240422 07:29:32 -Ending Date/Time: 20240422 09:17:34 -Total Time: 01h:48m:46s +Starting Date/Time: 20240425 07:05:44 +Ending Date/Time: 20240425 08:15:15 +Total Time: 01h:09m:54s Compiles Completed: 53/53 -Tests Completed: 220/234 -Failed Tests: -* TEST control_CubedSphereGrid_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work/noaa/nems/zshrader/hercules/rt-2173/tests/logs/log_hercules/run_control_CubedSphereGrid_intel.log -* TEST control_CubedSphereGrid_parallel_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work/noaa/nems/zshrader/hercules/rt-2173/tests/logs/log_hercules/run_control_CubedSphereGrid_parallel_intel.log -* TEST control_latlon_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work/noaa/nems/zshrader/hercules/rt-2173/tests/logs/log_hercules/run_control_latlon_intel.log -* TEST control_wrtGauss_netcdf_parallel_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work/noaa/nems/zshrader/hercules/rt-2173/tests/logs/log_hercules/run_control_wrtGauss_netcdf_parallel_intel.log -* TEST control_c48_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work/noaa/nems/zshrader/hercules/rt-2173/tests/logs/log_hercules/run_control_c48_intel.log -* TEST control_c192_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work/noaa/nems/zshrader/hercules/rt-2173/tests/logs/log_hercules/run_control_c192_intel.log -* TEST control_c384_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work/noaa/nems/zshrader/hercules/rt-2173/tests/logs/log_hercules/run_control_c384_intel.log -* TEST merra2_thompson_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work/noaa/nems/zshrader/hercules/rt-2173/tests/logs/log_hercules/run_merra2_thompson_intel.log -* TEST control_CubedSphereGrid_debug_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work/noaa/nems/zshrader/hercules/rt-2173/tests/logs/log_hercules/run_control_CubedSphereGrid_debug_intel.log -* TEST control_wrtGauss_netcdf_parallel_debug_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work/noaa/nems/zshrader/hercules/rt-2173/tests/logs/log_hercules/run_control_wrtGauss_netcdf_parallel_debug_intel.log -* TEST control_diag_debug_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work/noaa/nems/zshrader/hercules/rt-2173/tests/logs/log_hercules/run_control_diag_debug_intel.log -* TEST atmaero_control_p8_rad_micro_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work/noaa/nems/zshrader/hercules/rt-2173/tests/logs/log_hercules/run_atmaero_control_p8_rad_micro_intel.log -* TEST control_c48_gnu: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work/noaa/nems/zshrader/hercules/rt-2173/tests/logs/log_hercules/run_control_c48_gnu.log -* TEST control_diag_debug_gnu: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work/noaa/nems/zshrader/hercules/rt-2173/tests/logs/log_hercules/run_control_diag_debug_gnu.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 HERCULES REGRESSION TESTING LOG==== -====START OF HERCULES REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -d47726e50be21a6b878bfb05f03b0b9fbe725775 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240419 -COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1349963 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 'atm_dyn32_intel' [09:10, 08:28] -PASS -- TEST 'control_CubedSphereGrid_intel' [03:32, 02:43](1600 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:40, 02:40](1629 MB) -PASS -- TEST 'control_latlon_intel' [03:35, 02:46](1605 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:37, 02:40](1606 MB) -PASS -- TEST 'control_c48_intel' [07:43, 07:02](1748 MB) -PASS -- TEST 'control_c192_intel' [10:56, 09:11](1766 MB) -PASS -- TEST 'control_c384_intel' [12:28, 09:41](2053 MB) -PASS -- TEST 'merra2_thompson_intel' [03:45, 03:02](1658 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 04:36] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:38, 02:22](1632 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:40, 02:09](1644 MB) -PASS -- TEST 'control_diag_debug_intel' [03:42, 02:24](1686 MB) - -PASS -- COMPILE 'atmaero_intel' [08:10, 07:56] -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:35, 04:30](1814 MB) - -PASS -- COMPILE 'atm_gnu' [05:10, 04:47] -PASS -- TEST 'control_c48_gnu' [10:45, 09:45](1574 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:10, 05:37] -PASS -- TEST 'control_diag_debug_gnu' [02:36, 01:19](1625 MB) - -SYNOPSIS: -Starting Date/Time: 20240422 10:21:26 -Ending Date/Time: 20240422 10:44:31 -Total Time: 00h:23m:27s -Compiles Completed: 5/5 -Tests Completed: 14/14 +Tests Completed: 234/234 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index f4fce114d9..2055263dc5 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: -d47726e50be21a6b878bfb05f03b0b9fbe725775 +59efb751087aed49bf96c2f722ba7013cbe33785 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -21,7 +21,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) + 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) @@ -36,246 +36,248 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240419 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_2785867 +COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_4037119 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems * (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_32bit_intel' [39:14, 38:39] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:49, 07:08](1789 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [55:16, 54:23] -PASS -- TEST 'cpld_control_gfsv17_intel' [23:03, 20:45](1667 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:13, 22:21](1888 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:10, 10:19](993 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [25:37, 23:57](1622 MB) - -PASS -- COMPILE 's2swa_intel' [39:14, 38:48] -PASS -- TEST 'cpld_control_p8_intel' [09:24, 07:38](1825 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:45, 07:56](1826 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:46, 04:31](1714 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:23, 07:40](1853 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:47, 05:07](1728 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [08:26, 07:02](2274 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:17, 07:59](1822 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:41, 06:51](1781 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:02, 07:34](1826 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:35, 07:12](1787 MB) - -PASS -- COMPILE 's2sw_intel' [36:13, 36:04] -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:24, 05:52](1658 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:41, 05:39](1710 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:11, 05:32] -PASS -- TEST 'cpld_debug_p8_intel' [12:55, 10:34](1846 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:11, 04:40] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:27, 07:13](1676 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [32:13, 32:02] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:54, 05:41](1719 MB) - -PASS -- COMPILE 's2s_intel' [33:13, 32:17] -PASS -- TEST 'cpld_control_c48_intel' [15:32, 13:21](2798 MB) - -PASS -- COMPILE 's2swa_faster_intel' [33:19, 32:56] -PASS -- TEST 'cpld_control_p8_faster_intel' [08:57, 07:00](1818 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [48:15, 47:18] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [22:40, 20:42](1678 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:44, 10:25](1038 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [25:43, 23:57](1658 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 04:56] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [33:30, 32:11](1688 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [35:13, 34:43] -PASS -- TEST 'control_flake_intel' [05:30, 04:34](643 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:12, 04:05](1545 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:17, 04:13](1551 MB) -PASS -- TEST 'control_latlon_intel' [05:08, 04:03](1546 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:16, 04:07](1548 MB) -PASS -- TEST 'control_c48_intel' [13:22, 11:53](1734 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [11:43, 10:12](843 MB) -PASS -- TEST 'control_c192_intel' [15:30, 14:01](1675 MB) -PASS -- TEST 'control_c384_intel' [21:20, 18:20](1827 MB) -PASS -- TEST 'control_c384gdas_intel' [17:47, 14:00](1013 MB) -PASS -- TEST 'control_stochy_intel' [03:32, 02:15](600 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:30, 01:22](434 MB) -PASS -- TEST 'control_lndp_intel' [03:31, 02:08](605 MB) -PASS -- TEST 'control_iovr4_intel' [04:36, 03:18](599 MB) -PASS -- TEST 'control_iovr5_intel' [06:32, 05:34](593 MB) -PASS -- TEST 'control_p8_intel' [06:32, 04:20](1574 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:44, 04:02](1571 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:57, 04:00](1575 MB) -PASS -- TEST 'control_restart_p8_intel' [04:10, 02:19](811 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:46, 04:05](1571 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:14, 02:15](837 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:32, 04:06](1564 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:48, 03:53](1663 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:14, 07:15](1569 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [08:00, 05:21](1628 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:48, 04:21](1578 MB) -PASS -- TEST 'merra2_thompson_intel' [07:05, 04:33](1574 MB) -PASS -- TEST 'regional_control_intel' [09:06, 07:14](761 MB) -PASS -- TEST 'regional_restart_intel' [04:43, 03:44](934 MB) -PASS -- TEST 'regional_decomp_intel' [14:06, 12:46](762 MB) -PASS -- TEST 'regional_2threads_intel' [05:44, 04:37](758 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:50, 06:54](759 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:41, 07:00](765 MB) - -PASS -- COMPILE 'rrfs_intel' [33:13, 32:30] -PASS -- TEST 'rap_control_intel' [12:18, 10:10](993 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:06, 05:47](1217 MB) -PASS -- TEST 'rap_decomp_intel' [11:56, 10:34](987 MB) -PASS -- TEST 'rap_2threads_intel' [14:00, 12:25](1088 MB) -PASS -- TEST 'rap_restart_intel' [07:16, 05:13](994 MB) -PASS -- TEST 'rap_sfcdiff_intel' [12:12, 10:12](993 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:02, 10:46](988 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:34, 07:29](996 MB) -PASS -- TEST 'hrrr_control_intel' [06:14, 05:08](985 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:00, 05:24](984 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:59, 04:53](1051 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:32, 02:47](919 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:30, 10:00](983 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [12:27, 12:10](1949 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:27, 12:18](1941 MB) - -PASS -- COMPILE 'csawmg_intel' [31:13, 30:58] -PASS -- TEST 'control_csawmg_intel' [08:51, 08:01](695 MB) -PASS -- TEST 'control_ras_intel' [05:27, 04:26](665 MB) - -PASS -- COMPILE 'wam_intel' [30:12, 29:35] -PASS -- TEST 'control_wam_intel' [03:26, 02:44](503 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [32:12, 32:05] -PASS -- TEST 'control_p8_faster_intel' [05:37, 03:36](1581 MB) -PASS -- TEST 'regional_control_faster_intel' [07:47, 06:28](764 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:10, 05:38] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:51, 03:27](1558 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:57, 03:27](1554 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:25, 03:53](765 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:24, 03:26](766 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:46, 05:21](812 MB) -PASS -- TEST 'control_ras_debug_intel' [04:24, 03:23](772 MB) -PASS -- TEST 'control_diag_debug_intel' [04:54, 03:29](1622 MB) -PASS -- TEST 'control_debug_p8_intel' [04:52, 03:35](1598 MB) -PASS -- TEST 'regional_debug_intel' [22:46, 21:38](774 MB) -PASS -- TEST 'rap_control_debug_intel' [06:29, 06:00](1158 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:26, 05:52](1156 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:26, 06:02](1145 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:25, 05:59](1144 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:25, 06:00](1148 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:41, 06:19](1234 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:29, 06:09](1150 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:24, 06:06](1154 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:27, 06:08](1150 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:26, 06:00](1155 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:25, 05:53](1149 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:25, 06:01](1153 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:25, 09:51](1146 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:26, 06:02](1148 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:24, 07:20](1153 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:28, 06:00](1145 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:29, 10:27](1153 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:11, 03:45] -PASS -- TEST 'control_wam_debug_intel' [07:27, 06:09](465 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [30:13, 29:43] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:10, 05:07](1073 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:57, 08:09](901 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:03, 04:20](874 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:21, 07:46](946 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:37, 04:00](908 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:00, 04:35](853 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:11, 06:09](897 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:29, 02:21](847 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [43:14, 42:39] -PASS -- TEST 'conus13km_control_intel' [05:11, 03:26](1103 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:46, 01:38](1055 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:47, 01:39](1022 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [31:14, 30:16] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:01, 05:29](905 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 04:06] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:27, 05:57](1033 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:27, 05:49](1027 MB) -PASS -- TEST 'conus13km_debug_intel' [19:58, 18:28](1132 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [19:58, 18:36](852 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:51, 10:42](1084 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:52, 18:14](1204 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 03:53] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:30, 06:04](1073 MB) - -PASS -- COMPILE 'hafsw_intel' [35:13, 35:06] -PASS -- TEST 'hafs_regional_atm_intel' [08:25, 07:00](715 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:36, 06:59](1082 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:45, 09:21](777 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [18:25, 16:23](802 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:51, 18:16](823 MB) -PASS -- TEST 'gnv1_nested_intel' [09:24, 07:41](779 MB) - -PASS -- COMPILE 'hafs_all_intel' [32:13, 31:31] -PASS -- TEST 'hafs_regional_docn_intel' [10:26, 08:48](773 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:30, 09:00](758 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:11, 08:02] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:22, 03:35](1069 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:24, 02:15](1029 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:23, 03:31](924 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:23, 03:36](928 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:22, 03:35](929 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:23, 03:35](1081 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:23, 03:38](1066 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:22, 03:32](937 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:20, 07:57](884 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:20, 08:03](842 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:19, 03:35](1077 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:24, 05:01](2399 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:22, 05:03](2403 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:12, 03:13] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:24, 07:59](996 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 08:01] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:22, 03:36](1054 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:51] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:35, 01:47](232 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [05:30, 04:53](266 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:29, 00:53](251 MB) - -PASS -- COMPILE 'atml_intel' [39:14, 38:47] -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_p8_atmlnd_sbs_intel' [, ]( MB) -PASS -- TEST 'control_p8_atmlnd_intel' [09:48, 07:29](1600 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:52, 03:51](870 MB) - -PASS -- COMPILE 'atmw_intel' [32:13, 31:19] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:39, 02:17](1609 MB) - -PASS -- COMPILE 'atmaero_intel' [31:12, 30:48] -PASS -- TEST 'atmaero_control_p8_intel' [06:24, 05:09](1693 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:20, 06:25](1717 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'atmaero_control_p8_rad_micro_intel' [, ]( MB) +* (-r) - USE ROCOTO + +PASS -- COMPILE 's2swa_32bit_intel' [38:58, 38:57] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:16, 06:54](1772 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [48:05, 48:04] +PASS -- TEST 'cpld_control_gfsv17_intel' [22:34, 20:51](1656 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [24:16, 22:28](1871 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:14, 10:26](993 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [25:41, 23:57](1618 MB) + +PASS -- COMPILE 's2swa_intel' [38:54, 38:53] +PASS -- TEST 'cpld_control_p8_intel' [08:51, 07:30](1831 MB) +FAILED: TEST TIMED OUT -- TEST 'cpld_control_p8.v2.sfc_intel' [, ]( MB) +PASS -- TEST 'cpld_restart_p8_intel' [05:51, 04:24](1711 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:08, 07:43](1825 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:05, 04:31](1733 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [08:27, 07:11](2265 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:54, 07:36](1813 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:46, 06:25](1773 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:58, 07:37](1813 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:33, 07:16](1753 MB) + +PASS -- COMPILE 's2sw_intel' [36:24, 36:23] +PASS -- TEST 'cpld_control_noaero_p8_intel' [06:56, 05:52](1669 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:01, 05:44](1710 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:15, 05:14] +PASS -- TEST 'cpld_debug_p8_intel' [11:55, 10:36](1846 MB) + +PASS -- COMPILE 's2sw_debug_intel' [04:51, 04:50] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:24, 07:16](1651 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [32:13, 32:12] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:04, 05:44](1707 MB) + +PASS -- COMPILE 's2s_intel' [32:46, 32:46] +PASS -- TEST 'cpld_control_c48_intel' [13:29, 12:45](2799 MB) + +PASS -- COMPILE 's2swa_faster_intel' [34:23, 34:22] +PASS -- TEST 'cpld_control_p8_faster_intel' [08:40, 07:14](1821 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [53:05, 53:05] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [22:01, 20:51](1669 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:51, 10:31](1024 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [23:01, 21:54](1646 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:03, 05:02] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [33:16, 32:11](1682 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [35:04, 35:04] +PASS -- TEST 'control_flake_intel' [04:46, 04:29](646 MB) +FAILED: TEST TIMED OUT -- TEST 'control_CubedSphereGrid_intel' [, ]( MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:45, 04:00](1541 MB) +PASS -- TEST 'control_latlon_intel' [04:27, 03:51](1529 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:51, 04:07](1529 MB) +PASS -- TEST 'control_c48_intel' [12:32, 11:54](1718 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [10:27, 10:08](848 MB) +PASS -- TEST 'control_c192_intel' [15:17, 14:18](1678 MB) +PASS -- TEST 'control_c384_intel' [19:48, 18:10](1826 MB) +PASS -- TEST 'control_c384gdas_intel' [16:16, 13:36](1001 MB) +PASS -- TEST 'control_stochy_intel' [02:27, 02:11](602 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:34, 01:19](434 MB) +PASS -- TEST 'control_lndp_intel' [02:23, 02:07](602 MB) +PASS -- TEST 'control_iovr4_intel' [03:31, 03:17](595 MB) +PASS -- TEST 'control_iovr5_intel' [03:31, 03:17](603 MB) +PASS -- TEST 'control_p8_intel' [05:11, 04:05](1549 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:05, 04:00](1579 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:13, 03:53](1574 MB) +PASS -- TEST 'control_restart_p8_intel' [03:09, 02:13](808 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:01, 03:53](1564 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:15, 02:07](849 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:03, 04:02](1563 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:54, 03:46](1651 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:40, 07:02](1573 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:47, 05:29](1608 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:18, 04:05](1572 MB) +PASS -- TEST 'merra2_thompson_intel' [05:45, 04:19](1581 MB) +PASS -- TEST 'regional_control_intel' [07:44, 07:09](758 MB) +PASS -- TEST 'regional_restart_intel' [04:14, 03:48](930 MB) +PASS -- TEST 'regional_decomp_intel' [08:08, 07:33](759 MB) +PASS -- TEST 'regional_2threads_intel' [05:06, 04:31](757 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:46, 07:04](761 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:40, 07:04](761 MB) + +PASS -- COMPILE 'rrfs_intel' [32:59, 32:58] +PASS -- TEST 'rap_control_intel' [11:08, 10:04](991 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:32, 05:35](1214 MB) +PASS -- TEST 'rap_decomp_intel' [11:41, 10:35](989 MB) +PASS -- TEST 'rap_2threads_intel' [10:43, 09:38](1071 MB) +PASS -- TEST 'rap_restart_intel' [05:56, 05:17](993 MB) +PASS -- TEST 'rap_sfcdiff_intel' [11:03, 10:01](991 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:45, 10:42](987 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:17, 07:39](999 MB) +PASS -- TEST 'hrrr_control_intel' [06:19, 05:09](973 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:20, 05:13](980 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:48, 04:42](1065 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:13, 02:55](910 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:03, 09:57](989 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [12:38, 12:21](1944 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:22, 12:08](1921 MB) + +PASS -- COMPILE 'csawmg_intel' [31:27, 31:27] +PASS -- TEST 'control_csawmg_intel' [08:36, 08:06](693 MB) +PASS -- TEST 'control_ras_intel' [04:36, 04:24](667 MB) + +PASS -- COMPILE 'wam_intel' [29:55, 29:55] +PASS -- TEST 'control_wam_intel' [03:01, 02:50](497 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [31:50, 31:49] +PASS -- TEST 'control_p8_faster_intel' [04:52, 03:38](1568 MB) +PASS -- TEST 'regional_control_faster_intel' [07:10, 06:36](769 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:58, 05:58] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:55, 03:19](1564 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:58, 03:16](1565 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:03, 03:46](760 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:38, 03:24](769 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:48, 05:17](811 MB) +PASS -- TEST 'control_ras_debug_intel' [03:45, 03:28](770 MB) +PASS -- TEST 'control_diag_debug_intel' [04:23, 03:44](1607 MB) +PASS -- TEST 'control_debug_p8_intel' [04:31, 03:53](1599 MB) +PASS -- TEST 'regional_debug_intel' [23:12, 22:35](783 MB) +PASS -- TEST 'rap_control_debug_intel' [06:24, 06:07](1156 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:08, 05:55](1151 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:21, 06:04](1149 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:21, 06:06](1157 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:21, 06:05](1160 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:41, 06:19](1236 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:25, 06:13](1151 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:26, 06:14](1151 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:20, 06:07](1153 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:28, 06:12](1160 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:18, 06:03](1144 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:24, 06:09](1150 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:12, 10:01](1153 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:13, 06:00](1151 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:36, 07:22](1151 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:21, 06:04](1147 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:40, 10:30](1157 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:00, 04:00] +PASS -- TEST 'control_wam_debug_intel' [06:22, 06:10](445 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [30:01, 30:00] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:10, 05:14](1071 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:20, 08:19](901 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:53, 04:29](862 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:54, 07:52](957 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:32, 04:06](911 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:08, 04:42](853 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:48, 06:14](902 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:38, 02:23](848 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [42:46, 42:46] +PASS -- TEST 'conus13km_control_intel' [03:43, 03:01](1104 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:04, 01:27](1054 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:14, 01:38](1022 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [30:43, 30:42] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:06, 05:33](911 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:19, 04:19] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:13, 06:00](1029 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:10, 05:54](1031 MB) +PASS -- TEST 'conus13km_debug_intel' [19:09, 18:30](1121 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [19:12, 18:33](884 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:16, 10:41](1066 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [18:57, 18:22](1205 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 04:11] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:17, 06:05](1067 MB) + +PASS -- COMPILE 'hafsw_intel' [34:28, 34:28] +PASS -- TEST 'hafs_regional_atm_intel' [08:15, 07:01](717 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:54, 06:31](1094 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:41, 09:13](776 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [17:56, 16:15](801 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:43, 18:12](821 MB) +PASS -- TEST 'gnv1_nested_intel' [06:36, 05:43](773 MB) + +PASS -- COMPILE 'hafs_all_intel' [32:14, 32:14] +PASS -- TEST 'hafs_regional_docn_intel' [09:58, 08:43](767 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:12, 08:46](756 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:07, 08:07] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:45, 03:35](1077 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:26, 02:13](1039 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:43, 03:34](925 MB) +FAILED: TEST TIMED OUT -- TEST 'datm_cdeps_iau_gefs_intel' [, ]( MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:52, 03:41](931 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:54, 03:43](1064 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:42, 03:34](1056 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:45, 03:34](927 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:54, 07:54](881 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:48, 07:51](842 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:41, 03:34](1063 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:11, 05:01](2408 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:57, 05:44](2391 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [03:19, 03:19] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:20, 08:10](1008 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:18, 08:17] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:41, 03:32](1072 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:55, 01:55] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:01, 01:36](233 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:37, 01:19](256 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:12, 00:55](256 MB) + +PASS -- COMPILE 'atml_intel' [39:04, 39:03] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:05, 07:42](1597 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [09:05, 07:42](1593 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:36, 03:59](863 MB) + +PASS -- COMPILE 'atmw_intel' [31:47, 31:46] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:27, 02:16](1600 MB) + +PASS -- COMPILE 'atmaero_intel' [30:44, 30:44] +PASS -- TEST 'atmaero_control_p8_intel' [06:30, 05:22](1674 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:31, 06:23](1706 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:20, 06:28](1732 MB) SYNOPSIS: -Starting Date/Time: 20240421 00:24:53 -Ending Date/Time: 20240421 04:39:18 -Total Time: 04h:14m:58s +Starting Date/Time: 20240424 18:28:23 +Ending Date/Time: 20240425 00:58:46 +Total Time: 06h:30m:55s Compiles Completed: 32/32 -Tests Completed: 156/158 +Tests Completed: 155/158 Failed Tests: -* TEST control_p8_atmlnd_sbs_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /mnt/lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/regression-testing/wm/2173/ufs-weather-model/tests/logs/log_jet/run_control_p8_atmlnd_sbs_intel.log -* TEST atmaero_control_p8_rad_micro_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /mnt/lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/regression-testing/wm/2173/ufs-weather-model/tests/logs/log_jet/run_atmaero_control_p8_rad_micro_intel.log +* TEST cpld_control_p8.v2.sfc_intel: FAILED: TEST TIMED OUT +-- LOG: /mnt/lfs4/HFIP/hfv3gfs/Zachary.Shrader/rt-2241/tests/logs/log_jet/run_cpld_control_p8.v2.sfc_intel.log +* TEST control_CubedSphereGrid_intel: FAILED: TEST TIMED OUT +-- LOG: /mnt/lfs4/HFIP/hfv3gfs/Zachary.Shrader/rt-2241/tests/logs/log_jet/run_control_CubedSphereGrid_intel.log +* TEST datm_cdeps_iau_gefs_intel: FAILED: TEST TIMED OUT +-- LOG: /mnt/lfs4/HFIP/hfv3gfs/Zachary.Shrader/rt-2241/tests/logs/log_jet/run_datm_cdeps_iau_gefs_intel.log NOTES: A file 'test_changes.list' was generated with list of all failed tests. @@ -288,7 +290,7 @@ Result: FAILURE ====START OF JET REGRESSION TESTING LOG==== UFSWM hash used in testing: -d47726e50be21a6b878bfb05f03b0b9fbe725775 +59efb751087aed49bf96c2f722ba7013cbe33785 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -308,7 +310,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) + 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) @@ -323,25 +325,28 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240419 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3224491 +COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_3617777 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems -* (-l) - USE CONFIG FILE: rt.conf.rerun +* (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 'atml_intel' [35:13, 34:29] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:54, 08:46](1611 MB) +PASS -- COMPILE 's2swa_intel' [39:13, 38:28] +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:53, 07:28](1828 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [35:13, 34:41] +PASS -- TEST 'control_CubedSphereGrid_intel' [04:58, 03:57](1538 MB) -PASS -- COMPILE 'atmaero_intel' [31:13, 30:45] -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:26, 06:28](1735 MB) +PASS -- COMPILE 'datm_cdeps_intel' [08:11, 07:57] +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:26, 03:35](923 MB) SYNOPSIS: -Starting Date/Time: 20240422 16:28:22 -Ending Date/Time: 20240422 17:15:58 -Total Time: 00h:47m:49s -Compiles Completed: 2/2 -Tests Completed: 2/2 +Starting Date/Time: 20240425 12:08:23 +Ending Date/Time: 20240425 12:58:47 +Total Time: 00h:50m:35s +Compiles Completed: 3/3 +Tests Completed: 3/3 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 4493b88e42..f6db2418d3 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,7 +1,7 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -ac0c99fef9ec63df227e1ffff63088c8ec7ecbb1 +bcc92327e9e244c4ca9db1707f4df177799426b2 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,7 +11,7 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) + da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (da95cc4) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) @@ -21,7 +21,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) + 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) @@ -36,233 +36,299 @@ 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-20240419 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_107473 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_185658 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [28:50, 28:24] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [22:46, 01:30](2975 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:30, 16:12] -PASS -- TEST 'cpld_control_gfsv17_intel' [42:52, 01:51](1594 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [24:49, 02:21](1708 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [24:39, 01:59](847 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:59, 02:28](1573 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [29:50, 28:55] -PASS -- TEST 'cpld_debug_gfsv17_intel' [28:58, 02:06](1604 MB) - -PASS -- COMPILE 's2swa_intel' [23:40, 22:52] -PASS -- TEST 'cpld_control_p8_intel' [35:42, 01:12](3004 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [35:42, 01:39](3002 MB) -PASS -- TEST 'cpld_restart_p8_intel' [27:20, 01:49](3062 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [35:42, 01:08](3027 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [27:21, 01:46](3081 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [35:42, 01:40](3317 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [35:42, 01:08](2996 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [35:43, 01:32](2927 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [35:42, 01:26](3001 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [35:51, 04:40](3952 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:25, 04:10](4253 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [35:42, 01:47](2967 MB) - -PASS -- COMPILE 's2sw_intel' [15:31, 14:50] -PASS -- TEST 'cpld_control_noaero_p8_intel' [43:51, 00:58](1583 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [38:13, 01:54](1637 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:24, 10:25] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [47:59, 02:04](1640 MB) - -PASS -- COMPILE 's2s_intel' [20:36, 19:49] -PASS -- TEST 'cpld_control_c48_intel' [38:46, 01:34](2657 MB) - -PASS -- COMPILE 's2swa_faster_intel' [16:30, 15:54] -PASS -- TEST 'cpld_control_p8_faster_intel' [42:52, 01:41](3004 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:32, 16:58] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [41:51, 00:59](1606 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [24:27, 01:31](903 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [23:19, 01:37](1576 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:19, 04:14] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [54:04, 01:37](1615 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [22:40, 22:06] -PASS -- TEST 'control_flake_intel' [31:23, 00:22](573 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [31:23, 00:28](1475 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [31:23, 00:28](1486 MB) -PASS -- TEST 'control_latlon_intel' [31:23, 00:24](1469 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [31:23, 01:29](1468 MB) -PASS -- TEST 'control_c48_intel' [31:22, 00:56](1597 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [31:22, 00:52](715 MB) -PASS -- TEST 'control_c192_intel' [20:26, 00:35](1587 MB) -PASS -- TEST 'control_c384_intel' [31:27, 01:54](1909 MB) -PASS -- TEST 'control_c384gdas_intel' [31:27, 02:34](1094 MB) -PASS -- TEST 'control_stochy_intel' [31:23, 00:26](527 MB) -PASS -- TEST 'control_stochy_restart_intel' [28:56, 01:01](331 MB) -PASS -- TEST 'control_lndp_intel' [31:23, 00:31](527 MB) -PASS -- TEST 'control_iovr4_intel' [30:43, 00:41](525 MB) -PASS -- TEST 'control_iovr5_intel' [28:05, 00:43](523 MB) -PASS -- TEST 'control_p8_intel' [27:54, 01:35](1507 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [27:39, 01:55](1498 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [27:36, 01:54](1502 MB) -PASS -- TEST 'control_restart_p8_intel' [22:48, 00:57](695 MB) -PASS -- TEST 'control_noqr_p8_intel' [27:32, 01:35](1491 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [22:23, 00:55](700 MB) -PASS -- TEST 'control_decomp_p8_intel' [27:31, 01:25](1496 MB) -PASS -- TEST 'control_2threads_p8_intel' [27:30, 01:12](1592 MB) -PASS -- TEST 'control_p8_lndp_intel' [27:29, 01:05](1505 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [27:11, 01:57](1566 MB) -PASS -- TEST 'control_p8_mynn_intel' [27:10, 01:50](1512 MB) -PASS -- TEST 'merra2_thompson_intel' [27:03, 01:40](1511 MB) -PASS -- TEST 'regional_control_intel' [26:56, 01:13](608 MB) -PASS -- TEST 'regional_restart_intel' [20:09, 00:24](782 MB) -PASS -- TEST 'regional_decomp_intel' [26:53, 00:57](608 MB) -PASS -- TEST 'regional_2threads_intel' [26:27, 00:56](662 MB) -PASS -- TEST 'regional_noquilt_intel' [26:22, 00:22](1142 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [26:04, 00:22](608 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [25:55, 00:12](609 MB) -PASS -- TEST 'regional_wofs_intel' [24:36, 00:47](1577 MB) - -PASS -- COMPILE 'rrfs_intel' [32:48, 31:37] -PASS -- TEST 'rap_control_intel' [14:57, 01:15](919 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [14:01, 01:05](1093 MB) -PASS -- TEST 'rap_decomp_intel' [13:51, 01:28](920 MB) -PASS -- TEST 'rap_2threads_intel' [13:44, 01:18](1008 MB) -PASS -- TEST 'rap_restart_intel' [06:25, 01:11](785 MB) -PASS -- TEST 'rap_sfcdiff_intel' [13:43, 02:12](914 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:37, 01:51](913 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [04:16, 01:45](787 MB) -PASS -- TEST 'hrrr_control_intel' [12:47, 01:23](912 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [12:30, 01:02](910 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [12:09, 01:19](997 MB) -PASS -- TEST 'hrrr_control_restart_intel' [07:24, 01:03](739 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:35, 01:19](907 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:15, 01:00](1878 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:54, 01:17](1861 MB) - -PASS -- COMPILE 'csawmg_intel' [13:27, 12:54] -PASS -- TEST 'control_csawmg_intel' [23:04, 00:35](600 MB) -PASS -- TEST 'control_ras_intel' [22:26, 00:52](559 MB) - -PASS -- COMPILE 'wam_intel' [22:39, 21:31] -PASS -- TEST 'control_wam_intel' [20:11, 00:52](270 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [09:23, 08:48] -PASS -- TEST 'control_p8_faster_intel' [33:28, 02:04](1516 MB) -PASS -- TEST 'regional_control_faster_intel' [33:27, 00:23](613 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [14:29, 13:42] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [22:03, 01:18](1487 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [22:01, 00:29](1491 MB) -PASS -- TEST 'control_stochy_debug_intel' [21:40, 00:52](693 MB) -PASS -- TEST 'control_lndp_debug_intel' [21:39, 01:10](692 MB) -PASS -- TEST 'control_csawmg_debug_intel' [21:23, 00:40](735 MB) -PASS -- TEST 'control_ras_debug_intel' [20:40, 01:06](704 MB) -PASS -- TEST 'control_diag_debug_intel' [20:38, 01:17](1555 MB) -PASS -- TEST 'control_debug_p8_intel' [20:37, 01:05](1517 MB) -PASS -- TEST 'regional_debug_intel' [20:31, 00:41](631 MB) -PASS -- TEST 'rap_control_debug_intel' [20:32, 00:54](1075 MB) -PASS -- TEST 'hrrr_control_debug_intel' [20:17, 00:58](1072 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [20:16, 00:55](1075 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [19:26, 00:56](1071 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [19:03, 00:59](1073 MB) -PASS -- TEST 'rap_diag_debug_intel' [18:48, 00:50](1158 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [18:10, 00:46](1076 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [17:54, 00:52](1079 MB) -PASS -- TEST 'rap_lndp_debug_intel' [17:24, 00:51](1077 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [17:13, 00:53](1075 MB) -PASS -- TEST 'rap_noah_debug_intel' [17:12, 00:59](1072 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [17:11, 00:54](1077 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [16:55, 00:47](1073 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [16:42, 00:59](1072 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [16:26, 01:05](1076 MB) -PASS -- TEST 'rap_flake_debug_intel' [16:12, 00:50](1077 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [06:12, 02:13](1079 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:19, 05:55] -PASS -- TEST 'control_wam_debug_intel' [32:27, 00:58](299 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:29, 13:45] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [15:48, 01:21](953 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [15:43, 01:17](791 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [15:16, 02:15](784 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:44, 01:45](849 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:21, 02:17](841 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [10:42, 02:06](790 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:18, 01:08](685 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [09:28, 00:16](667 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [26:43, 25:49] -PASS -- TEST 'conus13km_control_intel' [05:45, 00:59](1003 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:56, 00:53](1007 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:46, 00:39](884 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [22:37, 21:40] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [09:40, 01:22](812 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:17, 03:26] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [10:13, 01:00](948 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [09:28, 01:09](952 MB) -PASS -- TEST 'conus13km_debug_intel' [09:16, 01:23](1033 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [08:56, 01:12](706 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [07:55, 00:26](1037 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [51:27, 01:15](1099 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [14:29, 13:59] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [03:22, 00:54](982 MB) - -PASS -- COMPILE 'hafsw_intel' [12:27, 12:07] -PASS -- TEST 'hafs_regional_atm_intel' [07:26, 01:55](617 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:18, 01:18](966 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:02, 01:37](661 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [05:02, 02:22](700 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [04:51, 01:49](711 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [04:31, 01:02](390 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [04:17, 02:06](408 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:54, 01:28](283 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [03:57, 02:06](532 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [03:46, 01:30](414 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [58:45, 00:46](414 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [03:00, 01:36](488 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:51, 01:17](314 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [10:24, 09:19] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [02:48, 01:31](499 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [13:28, 13:04] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [02:45, 01:45](531 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [02:17, 01:49](712 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:24, 10:54] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [59:43, 01:59](713 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:31, 14:18] -PASS -- TEST 'hafs_regional_docn_intel' [01:41, 02:02](660 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [01:32, 01:59](650 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [01:18, 00:29](880 MB) - -PASS -- COMPILE 'atml_intel' [17:34, 16:41] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [01:02, 02:19](1551 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [59:19, 02:13](1545 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [51:33, 01:16](741 MB) - -PASS -- COMPILE 'atmaero_intel' [15:31, 14:58] -PASS -- TEST 'atmaero_control_p8_intel' [59:15, 01:23](2849 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [59:05, 01:49](2912 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [59:05, 01:49](2922 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:21, 03:29] -PASS -- TEST 'regional_atmaq_debug_intel' [58:51, 02:09](4447 MB) +PASS -- COMPILE 's2swa_32bit_intel' [27:46, 27:26] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [59:19, 01:21](2970 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [12:29, 11:51] +PASS -- TEST 'cpld_control_gfsv17_intel' [14:36, 02:00](1594 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [56:37, 01:52](1717 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [56:37, 01:31](850 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [55:44, 01:30](1569 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:19, 04:29] +PASS -- TEST 'cpld_debug_gfsv17_intel' [21:46, 01:50](1601 MB) + +PASS -- COMPILE 's2swa_intel' [16:34, 15:27] +PASS -- TEST 'cpld_control_p8_intel' [10:29, 01:22](3007 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:29, 01:47](3002 MB) +PASS -- TEST 'cpld_restart_p8_intel' [02:08, 01:43](3066 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [10:29, 01:20](3027 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [02:10, 01:40](3079 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:29, 01:07](3314 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:29, 01:17](3002 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [10:30, 01:27](2928 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:29, 01:49](3003 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [10:38, 03:00](3952 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [53:25, 03:56](4251 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:29, 01:53](2967 MB) + +PASS -- COMPILE 's2sw_intel' [14:29, 13:58] +PASS -- TEST 'cpld_control_noaero_p8_intel' [12:36, 00:47](1582 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:36, 01:52](1639 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [10:24, 10:10] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [16:40, 00:56](1638 MB) + +PASS -- COMPILE 's2s_intel' [25:45, 24:32] +PASS -- TEST 'cpld_control_c48_intel' [01:18, 00:40](2654 MB) + +PASS -- COMPILE 's2swa_faster_intel' [27:46, 26:37] +PASS -- TEST 'cpld_control_p8_faster_intel' [59:19, 01:33](3003 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [12:29, 12:08] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:35, 01:13](1605 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [57:05, 00:41](902 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [57:06, 01:40](1582 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [16:35, 15:50] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [10:30, 01:38](1613 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [26:42, 25:46] +PASS -- TEST 'control_flake_intel' [55:02, 00:29](571 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [55:01, 00:24](1477 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [51:16, 01:19](1474 MB) +PASS -- TEST 'control_latlon_intel' [55:01, 00:22](1475 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [55:01, 00:31](1467 MB) +PASS -- TEST 'control_c48_intel' [55:00, 00:50](1594 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [55:00, 00:50](714 MB) +PASS -- TEST 'control_c192_intel' [55:01, 01:22](1584 MB) +PASS -- TEST 'control_c384_intel' [55:05, 01:59](1911 MB) +PASS -- TEST 'control_c384gdas_intel' [55:05, 02:25](1089 MB) +PASS -- TEST 'control_stochy_intel' [55:01, 00:31](527 MB) +PASS -- TEST 'control_stochy_restart_intel' [52:32, 00:56](336 MB) +PASS -- TEST 'control_lndp_intel' [55:01, 00:36](526 MB) +PASS -- TEST 'control_iovr4_intel' [55:01, 00:49](523 MB) +PASS -- TEST 'control_iovr5_intel' [55:01, 00:50](527 MB) +PASS -- TEST 'control_p8_intel' [55:01, 01:55](1502 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [55:01, 01:52](1513 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [55:01, 01:57](1511 MB) +PASS -- TEST 'control_restart_p8_intel' [49:30, 00:48](693 MB) +PASS -- TEST 'control_noqr_p8_intel' [55:01, 01:54](1499 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [49:30, 00:52](700 MB) +PASS -- TEST 'control_decomp_p8_intel' [54:34, 01:25](1499 MB) +PASS -- TEST 'control_2threads_p8_intel' [53:10, 01:22](1589 MB) +PASS -- TEST 'control_p8_lndp_intel' [52:33, 01:24](1501 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [51:35, 02:02](1556 MB) +PASS -- TEST 'control_p8_mynn_intel' [51:29, 01:57](1513 MB) +PASS -- TEST 'merra2_thompson_intel' [51:29, 01:44](1513 MB) +PASS -- TEST 'regional_control_intel' [51:20, 00:20](608 MB) +PASS -- TEST 'regional_restart_intel' [45:35, 00:13](778 MB) +PASS -- TEST 'regional_decomp_intel' [51:14, 00:54](608 MB) +PASS -- TEST 'regional_2threads_intel' [51:11, 00:56](665 MB) +PASS -- TEST 'regional_noquilt_intel' [51:03, 00:23](1141 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [50:46, 00:28](609 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [50:29, 00:22](609 MB) +PASS -- TEST 'regional_wofs_intel' [49:33, 00:58](1580 MB) + +PASS -- COMPILE 'rrfs_intel' [30:47, 30:16] +PASS -- TEST 'rap_control_intel' [45:48, 01:46](921 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [45:21, 00:33](1099 MB) +PASS -- TEST 'rap_decomp_intel' [44:57, 01:11](917 MB) +PASS -- TEST 'rap_2threads_intel' [44:56, 00:45](1012 MB) +PASS -- TEST 'rap_restart_intel' [36:22, 01:12](789 MB) +PASS -- TEST 'rap_sfcdiff_intel' [44:45, 01:26](914 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [44:32, 01:40](915 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [33:21, 01:20](783 MB) +PASS -- TEST 'hrrr_control_intel' [44:26, 01:23](910 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [43:32, 01:19](911 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [43:14, 01:36](993 MB) +PASS -- TEST 'hrrr_control_restart_intel' [36:15, 01:05](741 MB) +PASS -- TEST 'rrfs_v1beta_intel' [42:58, 01:44](912 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [42:56, 01:16](1874 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [42:27, 01:03](1863 MB) + +PASS -- COMPILE 'csawmg_intel' [15:30, 14:57] +PASS -- TEST 'control_csawmg_intel' [59:06, 00:32](602 MB) +PASS -- TEST 'control_ras_intel' [59:06, 00:51](560 MB) + +PASS -- COMPILE 'wam_intel' [09:23, 08:32] +PASS -- TEST 'control_wam_intel' [05:11, 00:58](270 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [24:39, 23:52] +PASS -- TEST 'control_p8_faster_intel' [47:51, 01:29](1507 MB) +PASS -- TEST 'regional_control_faster_intel' [46:59, 00:57](610 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [34:51, 33:49] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [34:59, 00:41](1488 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [34:54, 00:51](1492 MB) +PASS -- TEST 'control_stochy_debug_intel' [33:54, 00:41](690 MB) +PASS -- TEST 'control_lndp_debug_intel' [33:42, 00:24](694 MB) +PASS -- TEST 'control_csawmg_debug_intel' [33:41, 01:08](733 MB) +PASS -- TEST 'control_ras_debug_intel' [33:14, 00:41](703 MB) +PASS -- TEST 'control_diag_debug_intel' [32:47, 01:14](1542 MB) +PASS -- TEST 'control_debug_p8_intel' [32:38, 01:05](1518 MB) +PASS -- TEST 'regional_debug_intel' [32:28, 00:45](630 MB) +PASS -- TEST 'rap_control_debug_intel' [32:19, 00:54](1073 MB) +PASS -- TEST 'hrrr_control_debug_intel' [32:07, 00:57](1067 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [32:00, 00:57](1075 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [31:54, 00:50](1071 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [31:36, 00:47](1075 MB) +PASS -- TEST 'rap_diag_debug_intel' [31:33, 00:44](1155 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [31:22, 00:49](1072 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [31:04, 00:50](1076 MB) +PASS -- TEST 'rap_lndp_debug_intel' [30:09, 00:53](1076 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [30:03, 00:53](1072 MB) +PASS -- TEST 'rap_noah_debug_intel' [29:55, 01:00](1076 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [29:53, 00:54](1071 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [29:28, 00:49](1076 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [29:17, 01:00](1072 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [29:17, 01:07](1075 MB) +PASS -- TEST 'rap_flake_debug_intel' [28:54, 00:52](1076 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [28:47, 01:13](1081 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:18, 05:00] +PASS -- TEST 'control_wam_debug_intel' [05:10, 01:00](298 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:29, 15:03] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [49:33, 01:15](955 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [49:30, 01:07](790 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [48:59, 02:19](788 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [48:22, 01:13](856 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [46:58, 01:07](837 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [46:30, 00:57](787 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [42:14, 01:36](690 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [41:50, 00:49](668 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [18:33, 17:53] +PASS -- TEST 'conus13km_control_intel' [46:28, 00:31](1006 MB) +PASS -- TEST 'conus13km_2threads_intel' [41:50, 00:30](1008 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [41:34, 00:36](881 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:27, 12:22] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [46:22, 00:53](811 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:19, 04:47] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [46:19, 00:33](953 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [46:20, 00:43](948 MB) +PASS -- TEST 'conus13km_debug_intel' [45:54, 01:09](1038 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [41:30, 01:03](709 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [41:25, 00:26](1036 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [40:38, 01:16](1103 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:20, 05:25] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [28:07, 00:58](980 MB) + +PASS -- COMPILE 'hafsw_intel' [16:31, 16:09] +PASS -- TEST 'hafs_regional_atm_intel' [40:40, 02:04](618 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [40:16, 00:33](965 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [39:45, 01:29](662 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [39:45, 02:14](696 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [39:41, 02:04](712 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [39:06, 00:54](387 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [38:59, 02:13](413 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [38:56, 01:22](281 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [38:28, 02:17](370 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [37:30, 01:18](419 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [37:11, 00:49](415 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [36:58, 01:32](488 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [36:46, 01:11](312 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:20, 05:19] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [36:18, 01:32](494 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [10:23, 10:01] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [21:59, 01:35](532 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [21:59, 01:37](710 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [11:24, 10:28] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [36:18, 00:55](709 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:24, 09:42] +PASS -- TEST 'hafs_regional_docn_intel' [35:44, 01:23](665 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [28:02, 01:19](647 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [27:56, 00:25](881 MB) + +PASS -- COMPILE 'atml_intel' [22:38, 20:33] +FAILED: RUN DID NOT COMPLETE -- TEST 'control_p8_atmlnd_sbs_intel' [, ]( MB) +PASS -- TEST 'control_p8_atmlnd_intel' [25:20, 01:16](1543 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [18:46, 00:23](739 MB) + +PASS -- COMPILE 'atmaero_intel' [18:35, 16:03] +PASS -- TEST 'atmaero_control_p8_intel' [27:13, 01:30](2853 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [27:11, 00:52](2911 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [27:00, 01:50](2920 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:18, 04:27] +PASS -- TEST 'regional_atmaq_debug_intel' [25:58, 01:23](4432 MB) SYNOPSIS: -Starting Date/Time: 20240422 20:00:17 -Ending Date/Time: 20240422 21:30:47 -Total Time: 01h:31m:05s +Starting Date/Time: 20240423 18:32:37 +Ending Date/Time: 20240423 20:00:11 +Total Time: 01h:28m:12s Compiles Completed: 30/30 -Tests Completed: 155/155 +Tests Completed: 154/155 +Failed Tests: +* TEST control_p8_atmlnd_sbs_intel: FAILED: RUN DID NOT COMPLETE +-- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/jiandewang/ufs-weather-model/tests/logs/log_wcoss2/run_control_p8_atmlnd_sbs_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: +bcc92327e9e244c4ca9db1707f4df177799426b2 + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) + c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (da95cc4) + 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) + 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) + 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) + + +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-20240419 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66976 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: GFS-DEV +* (-b) - NEW BASELINES FROM FILE: test_changes.list +* (-e) - USE ECFLOW + +PASS -- COMPILE 'atml_intel' [10:25, 10:08] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [39:51, 01:10](1543 MB) + +SYNOPSIS: +Starting Date/Time: 20240423 20:04:01 +Ending Date/Time: 20240423 20:27:55 +Total Time: 00h:24m:14s +Compiles Completed: 1/1 +Tests Completed: 1/1 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/rt.sh b/tests/rt.sh index 201ce697f8..5279f68ff8 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -62,10 +62,6 @@ update_rtconf() { [[ -s "${NEW_BASELINES_FILE}" ]] || die "${NEW_BASELINES_FILE} is empty, exiting..." TEST_WITH_COMPILE=() readarray -t TEST_WITH_COMPILE < "${NEW_BASELINES_FILE}" - # else USER CHOSE THE -l OPTION - elif [[ ${DEFINE_CONF_FILE} == true ]]; then - echo "No update needed to TESTS_FILE" - return # else USER CHOSE THE -n OPTION elif [[ ${RUN_SINGLE_TEST} == true ]]; then TEST_WITH_COMPILE=("${SRT_NAME} ${SRT_COMPILER}") @@ -662,6 +658,8 @@ done [[ ${KEEP_RUNDIR} == true && ${delete_rundir} == true ]] && die "-k and -d options cannot be used at the same time" [[ ${ECFLOW} == true && ${ROCOTO} == true ]] && die "-r and -e options cannot be used at the same time" [[ ${CREATE_BASELINE} == true && ${RTPWD_NEW_BASELINE} == true ]] && die "-c and -m options cannot be used at the same time" +#B&N not run together +[[ ${NEW_BASELINES_FILE} != '' && ${RUN_SINGLE_TEST} == true ]] && die "-b and -n options cannot be used at the same time" [[ -o xtrace ]] && set_x='set -x' || set_x='set +x' @@ -1029,11 +1027,6 @@ case ${MACHINE_ID} in esac eval "${set_x}" -# BEFORE MOVING ANY FURTHER LETS CHECK THAT DISKNM/STMP/PTMP ALL EXIST -[[ -d ${DISKNM} ]] || die "ERROR: DISKNM: ${DISKNM} -- DOES NOT EXIST" -[[ -d ${STMP} ]] || die "ERROR: STMP: ${STMP} -- DOES NOT EXIST" -[[ -d ${PTMP} ]] || die "ERROR: PTMP: ${PTMP} -- DOES NOT EXIST" - mkdir -p "${STMP}/${USER}" NEW_BASELINE=${STMP}/${USER}/FV3_RT/REGRESSION_TEST @@ -1046,6 +1039,11 @@ echo "Linking ${RUNDIR_ROOT} to ${PATHRT}/run_dir" ln -s "${RUNDIR_ROOT}" "${PATHRT}/run_dir" echo "Run regression test in: ${RUNDIR_ROOT}" +# BEFORE MOVING ANY FURTHER LETS CHECK THAT DISKNM/STMP/PTMP ALL EXIST +[[ -d ${DISKNM} ]] || die "ERROR: DISKNM: ${DISKNM} -- DOES NOT EXIST" +[[ -d ${STMP} ]] || die "ERROR: STMP: ${STMP} -- DOES NOT EXIST" +[[ -d ${PTMP} ]] || die "ERROR: PTMP: ${PTMP} -- DOES NOT EXIST" + update_rtconf if [[ ${TESTS_FILE} =~ '35d' ]] || [[ ${TESTS_FILE} =~ 'weekly' ]]; then From f234a3e42f2a03095f53fe1708a9c6b8a8993a33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ufuk=20Turun=C3=A7o=C4=9Flu?= Date: Tue, 30 Apr 2024 11:35:25 -0600 Subject: [PATCH 2/6] Fix for land component model (#2191) * UFSWM - fix fully coupled land component configuration * NOAHMP - get fixed information from surface file --- NOAHMP-interface/noahmp | 2 +- cmake/Intel.cmake | 3 + tests/bl_date.conf | 2 +- tests/logs/OpnReqTests_control_p8_hera.log | 48 +- ...sts_cpld_control_nowave_noaero_p8_hera.log | 24 +- .../OpnReqTests_regional_control_hera.log | 82 +- tests/logs/RT-run-Derecho.log | 415 ---------- tests/logs/RT-run-Hercules.log | 16 - tests/logs/RegressionTests_acorn.log | 531 ++++++------ tests/logs/RegressionTests_derecho.log | 616 ++++++++------ tests/logs/RegressionTests_gaea.log | 589 ++++++++------ tests/logs/RegressionTests_hera.log | 764 ++++++++++-------- tests/logs/RegressionTests_hercules.log | 762 +++++++++-------- tests/logs/RegressionTests_jet.log | 541 ++++++------- tests/logs/RegressionTests_orion.log | 597 +++++++------- tests/logs/RegressionTests_wcoss2.log | 525 ++++++------ tests/rt.conf | 3 + tests/rt.sh | 72 +- tests/test_changes.list | 18 +- tests/tests/control_p8_atmlnd | 1 + tests/tests/control_p8_atmlnd_debug | 84 ++ tests/tests/control_p8_atmlnd_sbs | 1 + tests/tests/control_restart_p8_atmlnd | 1 + 23 files changed, 2721 insertions(+), 2976 deletions(-) delete mode 100644 tests/logs/RT-run-Derecho.log delete mode 100644 tests/logs/RT-run-Hercules.log create mode 100644 tests/tests/control_p8_atmlnd_debug diff --git a/NOAHMP-interface/noahmp b/NOAHMP-interface/noahmp index 6a51f0295b..1e259014c1 160000 --- a/NOAHMP-interface/noahmp +++ b/NOAHMP-interface/noahmp @@ -1 +1 @@ -Subproject commit 6a51f0295bc1a877475b527157a33aa86eb532fe +Subproject commit 1e259014c1eba9070cec7027d8b4b479ae54275a diff --git a/cmake/Intel.cmake b/cmake/Intel.cmake index a18ff15fc2..73564f1783 100644 --- a/cmake/Intel.cmake +++ b/cmake/Intel.cmake @@ -7,6 +7,9 @@ set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -diag-disable 5462") # remark #7712: This variable has not been used. set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -diag-disable 7712") +# remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'. +set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -diag-disable 8291") + if(CMAKE_Platform STREQUAL "derecho.intel") set(CMAKE_Fortran_LINK_FLAGS "-Wl,--copy-dt-needed-entries") endif() diff --git a/tests/bl_date.conf b/tests/bl_date.conf index 2c9c09b289..ba022070b2 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20240419 +export BL_DATE=20240426 diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index 1c5bcbbd00..1390b3f6f6 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Wed Apr 24 12:38:17 UTC 2024 +Mon Apr 29 18:57:13 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1818248/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2538358/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving sfcf000.nc .........OK @@ -51,14 +51,14 @@ Moving baseline bit_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 276.967845 - 0: The maximum resident set size (KB) = 1253216 + 0: The total amount of wall time = 269.680202 + 0: The maximum resident set size (KB) = 1266668 Test bit_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1818248/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2538358/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf000.nc .........OK @@ -106,14 +106,14 @@ Moving baseline dbg_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 960.176678 - 0: The maximum resident set size (KB) = 1233464 + 0: The total amount of wall time = 949.326805 + 0: The maximum resident set size (KB) = 1255152 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1818248/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2538358/dcp_dcp Checking test dcp results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -160,14 +160,14 @@ Checking test dcp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 238.109868 - 0: The maximum resident set size (KB) = 1235600 + 0: The total amount of wall time = 240.344326 + 0: The maximum resident set size (KB) = 1245676 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1818248/mpi_mpi +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2538358/mpi_mpi Checking test mpi results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -214,14 +214,14 @@ Checking test mpi results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 239.999110 - 0: The maximum resident set size (KB) = 1231020 + 0: The total amount of wall time = 237.351607 + 0: The maximum resident set size (KB) = 1245716 Test mpi PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1818248/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2538358/rst_rst Checking test rst results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -268,14 +268,14 @@ Checking test rst results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 241.494846 - 0: The maximum resident set size (KB) = 1230996 + 0: The total amount of wall time = 242.201971 + 0: The maximum resident set size (KB) = 1246024 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1818248/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2538358/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf000.nc .........OK @@ -323,14 +323,14 @@ Moving baseline std_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 240.187367 - 0: The maximum resident set size (KB) = 1237016 + 0: The total amount of wall time = 238.461943 + 0: The maximum resident set size (KB) = 1245616 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1818248/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2538358/thr_thr Checking test thr results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -377,11 +377,11 @@ Checking test thr results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 239.880609 - 0: The maximum resident set size (KB) = 1228084 + 0: The total amount of wall time = 249.430767 + 0: The maximum resident set size (KB) = 1247248 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Apr 24 13:54:57 UTC 2024 -Elapsed time: 01h:16m:40s. Have a nice day! +Mon Apr 29 20:17:04 UTC 2024 +Elapsed time: 01h:19m:51s. Have a nice day! diff --git a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log index 29f8955f5e..4e0876efed 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,9 +1,9 @@ -Wed Apr 24 14:04:01 UTC 2024 +Mon Apr 29 23:05:39 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2151810/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3667018/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf021.tile1.nc .........OK @@ -66,14 +66,14 @@ Moving baseline dbg_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 1311.811572 - 0: The maximum resident set size (KB) = 1340536 + 0: The total amount of wall time = 1323.060262 + 0: The maximum resident set size (KB) = 1364380 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2151810/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3667018/rst_rst Checking test rst results .... Comparing sfcf021.tile1.nc .....USING NCCMP......OK Comparing sfcf021.tile2.nc .....USING NCCMP......OK @@ -135,14 +135,14 @@ Checking test rst results .... Comparing RESTART/iced.2021-03-23-21600.nc .....USING NCCMP......OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK - 0: The total amount of wall time = 389.794167 - 0: The maximum resident set size (KB) = 1341484 + 0: The total amount of wall time = 393.654864 + 0: The maximum resident set size (KB) = 1360348 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2151810/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3667018/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf021.tile1.nc .........OK @@ -205,11 +205,11 @@ Moving baseline std_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 394.333320 - 0: The maximum resident set size (KB) = 1339512 + 0: The total amount of wall time = 398.993468 + 0: The maximum resident set size (KB) = 1358812 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Apr 24 15:05:09 UTC 2024 -Elapsed time: 01h:01m:09s. Have a nice day! +Tue Apr 30 00:03:24 UTC 2024 +Elapsed time: 00h:57m:46s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index c62b1ed7b4..6e16879d1f 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,28 +1,9 @@ -Wed Apr 24 19:38:47 UTC 2024 +Tue Apr 30 00:26:07 UTC 2024 Start Operation Requirement Test -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_777322/bit_base_bit_base -Checking test bit_base results .... -Moving baseline bit_base files .... - Moving dynf000.nc .........OK - Moving dynf006.nc .........OK - Moving phyf000.nc .........OK - Moving phyf006.nc .........OK - Moving PRSLEV.GrbF00 .........OK - Moving PRSLEV.GrbF06 .........OK - Moving NATLEV.GrbF00 .........OK - Moving NATLEV.GrbF06 .........OK - - 0: The total amount of wall time = 1236.978294 - 0: The maximum resident set size (KB) = 577672 - -Test bit_base PASS - - baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_777322/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_4130396/dcp_dcp Checking test dcp results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -33,14 +14,14 @@ Checking test dcp results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2229.582684 - 0: The maximum resident set size (KB) = 541864 + 0: The total amount of wall time = 2131.450659 + 0: The maximum resident set size (KB) = 555224 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_777322/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_4130396/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving dynf000.nc .........OK @@ -52,15 +33,15 @@ Moving baseline std_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 2186.237690 - 0: The maximum resident set size (KB) = 539180 + 0: The total amount of wall time = 2150.481127 + 0: The maximum resident set size (KB) = 553380 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_777322/std_std -Checking test std results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_4130396/thr_thr +Checking test thr results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK Comparing phyf000.nc .....USING NCCMP......OK @@ -70,29 +51,36 @@ Checking test std results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2172.179940 - 0: The maximum resident set size (KB) = 541092 + 0: The total amount of wall time = 2147.836334 + 0: The maximum resident set size (KB) = 554792 -Test std PASS +Test thr PASS +OPERATION REQUIREMENT TEST WAS SUCCESSFUL +Tue Apr 30 02:20:21 UTC 2024 +Elapsed time: 01h:54m:14s. Have a nice day! +Tue Apr 30 16:20:31 UTC 2024 +Start Operation Requirement Test -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_777322/thr_thr -Checking test thr results .... - Comparing dynf000.nc .....USING NCCMP......OK - Comparing dynf006.nc .....USING NCCMP......OK - Comparing phyf000.nc .....USING NCCMP......OK - Comparing phyf006.nc .....USING NCCMP......OK - Comparing PRSLEV.GrbF00 .....USING CMP......OK - Comparing PRSLEV.GrbF06 .....USING CMP......OK - Comparing NATLEV.GrbF00 .....USING CMP......OK - Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2094.600637 - 0: The maximum resident set size (KB) = 541332 +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1270533/bit_base_bit_base +Checking test bit_base results .... +Moving baseline bit_base files .... + Moving dynf000.nc .........OK + Moving dynf006.nc .........OK + Moving phyf000.nc .........OK + Moving phyf006.nc .........OK + Moving PRSLEV.GrbF00 .........OK + Moving PRSLEV.GrbF06 .........OK + Moving NATLEV.GrbF00 .........OK + Moving NATLEV.GrbF06 .........OK + + 0: The total amount of wall time = 1420.618445 + 0: The maximum resident set size (KB) = 583292 -Test thr PASS +Test bit_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Apr 24 23:19:25 UTC 2024 -Elapsed time: 03h:40m:38s. Have a nice day! +Tue Apr 30 16:49:13 UTC 2024 +Elapsed time: 00h:28m:43s. Have a nice day! diff --git a/tests/logs/RT-run-Derecho.log b/tests/logs/RT-run-Derecho.log deleted file mode 100644 index 9dae8589b0..0000000000 --- a/tests/logs/RT-run-Derecho.log +++ /dev/null @@ -1,415 +0,0 @@ -******Regression Testing Script Started****** -derecho6 -Machine: derecho -Account: nral0032 -rt.sh: Setting up derecho... -Linking /glade/derecho/scratch/epicufsrt/FV3_RT/rt_128018 to /glade/derecho/scratch/epicufsrt/jenkins/workspace/s-weather-model_pipeline_PR-2241/tests/run_dir -Run regression test in: /glade/derecho/scratch/epicufsrt/FV3_RT/rt_128018 -rt.sh: Checking & Updating test configuration... -No update needed to rt.conf -Verifying ECFLOW support... -rt_utils.sh: s2swa_32bit_intel: Creating ECFLOW compile task -rt_utils.sh: cpld_control_p8_mixedmode_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_p8_mixedmode_intel: Creating ECFLOW run task -rt_utils.sh: s2swa_32bit_pdlib_intel: Creating ECFLOW compile task -rt_utils.sh: cpld_control_gfsv17_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_gfsv17_intel: Creating ECFLOW run task -rt_utils.sh: cpld_control_gfsv17_iau_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_gfsv17_iau_intel: Creating ECFLOW run task -rt_utils.sh: cpld_restart_gfsv17_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_restart_gfsv17_intel: Creating ECFLOW run task -rt_utils.sh: cpld_mpi_gfsv17_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_mpi_gfsv17_intel: Creating ECFLOW run task -rt_utils.sh: s2swa_32bit_pdlib_debug_intel: Creating ECFLOW compile task -rt_utils.sh: cpld_debug_gfsv17_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_debug_gfsv17_intel: Creating ECFLOW run task -rt_utils.sh: s2swa_intel: Creating ECFLOW compile task -rt_utils.sh: cpld_control_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_control_p8.v2.sfc_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_p8.v2.sfc_intel: Creating ECFLOW run task -rt_utils.sh: cpld_restart_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_restart_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_control_qr_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_qr_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_restart_qr_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_restart_qr_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_decomp_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_decomp_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_mpi_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_mpi_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_control_ciceC_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_ciceC_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_control_c192_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_c192_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_restart_c192_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_restart_c192_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_bmark_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_bmark_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_restart_bmark_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_restart_bmark_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_s2sa_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_s2sa_p8_intel: Creating ECFLOW run task -rt_utils.sh: s2sw_intel: Creating ECFLOW compile task -rt_utils.sh: cpld_control_noaero_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_noaero_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_control_nowave_noaero_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_nowave_noaero_p8_intel: Creating ECFLOW run task -rt_utils.sh: s2swa_debug_intel: Creating ECFLOW compile task -rt_utils.sh: cpld_debug_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_debug_p8_intel: Creating ECFLOW run task -rt_utils.sh: s2sw_debug_intel: Creating ECFLOW compile task -rt_utils.sh: cpld_debug_noaero_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_debug_noaero_p8_intel: Creating ECFLOW run task -rt_utils.sh: s2s_aoflux_intel: Creating ECFLOW compile task -rt_utils.sh: cpld_control_noaero_p8_agrid_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_noaero_p8_agrid_intel: Creating ECFLOW run task -rt_utils.sh: s2s_intel: Creating ECFLOW compile task -rt_utils.sh: cpld_control_c48_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_c48_intel: Creating ECFLOW run task -rt_utils.sh: s2swa_faster_intel: Creating ECFLOW compile task -rt_utils.sh: cpld_control_p8_faster_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_p8_faster_intel: Creating ECFLOW run task -rt_utils.sh: s2sw_pdlib_intel: Creating ECFLOW compile task -rt_utils.sh: cpld_control_pdlib_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_control_pdlib_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_restart_pdlib_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_restart_pdlib_p8_intel: Creating ECFLOW run task -rt_utils.sh: cpld_mpi_pdlib_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_mpi_pdlib_p8_intel: Creating ECFLOW run task -rt_utils.sh: s2sw_pdlib_debug_intel: Creating ECFLOW compile task -rt_utils.sh: cpld_debug_pdlib_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: cpld_debug_pdlib_p8_intel: Creating ECFLOW run task -rt_utils.sh: atm_dyn32_intel: Creating ECFLOW compile task -rt_utils.sh: control_flake_intel: Computing PET bounds and tasks. -rt_utils.sh: control_flake_intel: Creating ECFLOW run task -rt_utils.sh: control_CubedSphereGrid_intel: Computing PET bounds and tasks. -rt_utils.sh: control_CubedSphereGrid_intel: Creating ECFLOW run task -rt_utils.sh: control_CubedSphereGrid_parallel_intel: Computing PET bounds and tasks. -rt_utils.sh: control_CubedSphereGrid_parallel_intel: Creating ECFLOW run task -rt_utils.sh: control_latlon_intel: Computing PET bounds and tasks. -rt_utils.sh: control_latlon_intel: Creating ECFLOW run task -rt_utils.sh: control_wrtGauss_netcdf_parallel_intel: Computing PET bounds and tasks. -rt_utils.sh: control_wrtGauss_netcdf_parallel_intel: Creating ECFLOW run task -rt_utils.sh: control_c48_intel: Computing PET bounds and tasks. -rt_utils.sh: control_c48_intel: Creating ECFLOW run task -rt_utils.sh: control_c48.v2.sfc_intel: Computing PET bounds and tasks. -rt_utils.sh: control_c48.v2.sfc_intel: Creating ECFLOW run task -rt_utils.sh: control_c192_intel: Computing PET bounds and tasks. -rt_utils.sh: control_c192_intel: Creating ECFLOW run task -rt_utils.sh: control_c384_intel: Computing PET bounds and tasks. -rt_utils.sh: control_c384_intel: Creating ECFLOW run task -rt_utils.sh: control_c384gdas_intel: Computing PET bounds and tasks. -rt_utils.sh: control_c384gdas_intel: Creating ECFLOW run task -rt_utils.sh: control_stochy_intel: Computing PET bounds and tasks. -rt_utils.sh: control_stochy_intel: Creating ECFLOW run task -rt_utils.sh: control_stochy_restart_intel: Computing PET bounds and tasks. -rt_utils.sh: control_stochy_restart_intel: Creating ECFLOW run task -rt_utils.sh: control_lndp_intel: Computing PET bounds and tasks. -rt_utils.sh: control_lndp_intel: Creating ECFLOW run task -rt_utils.sh: control_iovr4_intel: Computing PET bounds and tasks. -rt_utils.sh: control_iovr4_intel: Creating ECFLOW run task -rt_utils.sh: control_iovr5_intel: Computing PET bounds and tasks. -rt_utils.sh: control_iovr5_intel: Creating ECFLOW run task -rt_utils.sh: control_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: control_p8_intel: Creating ECFLOW run task -rt_utils.sh: control_p8.v2.sfc_intel: Computing PET bounds and tasks. -rt_utils.sh: control_p8.v2.sfc_intel: Creating ECFLOW run task -rt_utils.sh: control_p8_ugwpv1_intel: Computing PET bounds and tasks. -rt_utils.sh: control_p8_ugwpv1_intel: Creating ECFLOW run task -rt_utils.sh: control_restart_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: control_restart_p8_intel: Creating ECFLOW run task -rt_utils.sh: control_noqr_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: control_noqr_p8_intel: Creating ECFLOW run task -rt_utils.sh: control_restart_noqr_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: control_restart_noqr_p8_intel: Creating ECFLOW run task -rt_utils.sh: control_decomp_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: control_decomp_p8_intel: Creating ECFLOW run task -rt_utils.sh: control_p8_lndp_intel: Computing PET bounds and tasks. -rt_utils.sh: control_p8_lndp_intel: Creating ECFLOW run task -rt_utils.sh: control_p8_rrtmgp_intel: Computing PET bounds and tasks. -rt_utils.sh: control_p8_rrtmgp_intel: Creating ECFLOW run task -rt_utils.sh: control_p8_mynn_intel: Computing PET bounds and tasks. -rt_utils.sh: control_p8_mynn_intel: Creating ECFLOW run task -rt_utils.sh: merra2_thompson_intel: Computing PET bounds and tasks. -rt_utils.sh: merra2_thompson_intel: Creating ECFLOW run task -rt_utils.sh: regional_control_intel: Computing PET bounds and tasks. -rt_utils.sh: regional_control_intel: Creating ECFLOW run task -rt_utils.sh: regional_restart_intel: Computing PET bounds and tasks. -rt_utils.sh: regional_restart_intel: Creating ECFLOW run task -rt_utils.sh: regional_decomp_intel: Computing PET bounds and tasks. -rt_utils.sh: regional_decomp_intel: Creating ECFLOW run task -rt_utils.sh: regional_noquilt_intel: Computing PET bounds and tasks. -rt_utils.sh: regional_noquilt_intel: Creating ECFLOW run task -rt_utils.sh: regional_netcdf_parallel_intel: Computing PET bounds and tasks. -rt_utils.sh: regional_netcdf_parallel_intel: Creating ECFLOW run task -rt_utils.sh: regional_2dwrtdecomp_intel: Computing PET bounds and tasks. -rt_utils.sh: regional_2dwrtdecomp_intel: Creating ECFLOW run task -rt_utils.sh: regional_wofs_intel: Computing PET bounds and tasks. -rt_utils.sh: regional_wofs_intel: Creating ECFLOW run task -rt_utils.sh: rrfs_intel: Creating ECFLOW compile task -rt_utils.sh: rap_control_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_control_intel: Creating ECFLOW run task -rt_utils.sh: regional_spp_sppt_shum_skeb_intel: Computing PET bounds and tasks. -rt_utils.sh: regional_spp_sppt_shum_skeb_intel: Creating ECFLOW run task -rt_utils.sh: rap_decomp_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_decomp_intel: Creating ECFLOW run task -rt_utils.sh: rap_restart_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_restart_intel: Creating ECFLOW run task -rt_utils.sh: rap_sfcdiff_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_sfcdiff_intel: Creating ECFLOW run task -rt_utils.sh: rap_sfcdiff_decomp_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_sfcdiff_decomp_intel: Creating ECFLOW run task -rt_utils.sh: rap_sfcdiff_restart_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_sfcdiff_restart_intel: Creating ECFLOW run task -rt_utils.sh: hrrr_control_intel: Computing PET bounds and tasks. -rt_utils.sh: hrrr_control_intel: Creating ECFLOW run task -rt_utils.sh: hrrr_control_decomp_intel: Computing PET bounds and tasks. -rt_utils.sh: hrrr_control_decomp_intel: Creating ECFLOW run task -rt_utils.sh: hrrr_control_2threads_intel: Computing PET bounds and tasks. -rt_utils.sh: hrrr_control_2threads_intel: Creating ECFLOW run task -rt_utils.sh: hrrr_control_restart_intel: Computing PET bounds and tasks. -rt_utils.sh: hrrr_control_restart_intel: Creating ECFLOW run task -rt_utils.sh: rrfs_v1beta_intel: Computing PET bounds and tasks. -rt_utils.sh: rrfs_v1beta_intel: Creating ECFLOW run task -rt_utils.sh: rrfs_v1nssl_intel: Computing PET bounds and tasks. -rt_utils.sh: rrfs_v1nssl_intel: Creating ECFLOW run task -rt_utils.sh: rrfs_v1nssl_nohailnoccn_intel: Computing PET bounds and tasks. -rt_utils.sh: rrfs_v1nssl_nohailnoccn_intel: Creating ECFLOW run task -rt_utils.sh: csawmg_intel: Creating ECFLOW compile task -rt_utils.sh: control_csawmg_intel: Computing PET bounds and tasks. -rt_utils.sh: control_csawmg_intel: Creating ECFLOW run task -rt_utils.sh: control_ras_intel: Computing PET bounds and tasks. -rt_utils.sh: control_ras_intel: Creating ECFLOW run task -rt_utils.sh: wam_intel: Creating ECFLOW compile task -rt_utils.sh: control_wam_intel: Computing PET bounds and tasks. -rt_utils.sh: control_wam_intel: Creating ECFLOW run task -rt_utils.sh: atm_faster_dyn32_intel: Creating ECFLOW compile task -rt_utils.sh: control_p8_faster_intel: Computing PET bounds and tasks. -rt_utils.sh: control_p8_faster_intel: Creating ECFLOW run task -rt_utils.sh: regional_control_faster_intel: Computing PET bounds and tasks. -rt_utils.sh: regional_control_faster_intel: Creating ECFLOW run task -rt_utils.sh: atm_debug_dyn32_intel: Creating ECFLOW compile task -rt_utils.sh: control_CubedSphereGrid_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: control_CubedSphereGrid_debug_intel: Creating ECFLOW run task -rt_utils.sh: control_wrtGauss_netcdf_parallel_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: control_wrtGauss_netcdf_parallel_debug_intel: Creating ECFLOW run task -rt_utils.sh: control_stochy_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: control_stochy_debug_intel: Creating ECFLOW run task -rt_utils.sh: control_lndp_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: control_lndp_debug_intel: Creating ECFLOW run task -rt_utils.sh: control_csawmg_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: control_csawmg_debug_intel: Creating ECFLOW run task -rt_utils.sh: control_ras_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: control_ras_debug_intel: Creating ECFLOW run task -rt_utils.sh: control_diag_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: control_diag_debug_intel: Creating ECFLOW run task -rt_utils.sh: control_debug_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: control_debug_p8_intel: Creating ECFLOW run task -rt_utils.sh: regional_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: regional_debug_intel: Creating ECFLOW run task -rt_utils.sh: rap_control_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_control_debug_intel: Creating ECFLOW run task -rt_utils.sh: hrrr_control_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: hrrr_control_debug_intel: Creating ECFLOW run task -rt_utils.sh: hrrr_gf_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: hrrr_gf_debug_intel: Creating ECFLOW run task -rt_utils.sh: hrrr_c3_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: hrrr_c3_debug_intel: Creating ECFLOW run task -rt_utils.sh: rap_unified_drag_suite_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_unified_drag_suite_debug_intel: Creating ECFLOW run task -rt_utils.sh: rap_diag_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_diag_debug_intel: Creating ECFLOW run task -rt_utils.sh: rap_cires_ugwp_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_cires_ugwp_debug_intel: Creating ECFLOW run task -rt_utils.sh: rap_unified_ugwp_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_unified_ugwp_debug_intel: Creating ECFLOW run task -rt_utils.sh: rap_lndp_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_lndp_debug_intel: Creating ECFLOW run task -rt_utils.sh: rap_progcld_thompson_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_progcld_thompson_debug_intel: Creating ECFLOW run task -rt_utils.sh: rap_noah_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_noah_debug_intel: Creating ECFLOW run task -rt_utils.sh: rap_sfcdiff_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_sfcdiff_debug_intel: Creating ECFLOW run task -rt_utils.sh: rap_noah_sfcdiff_cires_ugwp_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_noah_sfcdiff_cires_ugwp_debug_intel: Creating ECFLOW run task -rt_utils.sh: rrfs_v1beta_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rrfs_v1beta_debug_intel: Creating ECFLOW run task -rt_utils.sh: rap_clm_lake_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_clm_lake_debug_intel: Creating ECFLOW run task -rt_utils.sh: rap_flake_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_flake_debug_intel: Creating ECFLOW run task -rt_utils.sh: gnv1_c96_no_nest_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: gnv1_c96_no_nest_debug_intel: Creating ECFLOW run task -rt_utils.sh: wam_debug_intel: Creating ECFLOW compile task -rt_utils.sh: control_wam_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: control_wam_debug_intel: Creating ECFLOW run task -rt_utils.sh: rrfs_dyn32_phy32_intel: Creating ECFLOW compile task -rt_utils.sh: regional_spp_sppt_shum_skeb_dyn32_phy32_intel: Computing PET bounds and tasks. -rt_utils.sh: regional_spp_sppt_shum_skeb_dyn32_phy32_intel: Creating ECFLOW run task -rt_utils.sh: rap_control_dyn32_phy32_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_control_dyn32_phy32_intel: Creating ECFLOW run task -rt_utils.sh: hrrr_control_dyn32_phy32_intel: Computing PET bounds and tasks. -rt_utils.sh: hrrr_control_dyn32_phy32_intel: Creating ECFLOW run task -rt_utils.sh: hrrr_control_decomp_dyn32_phy32_intel: Computing PET bounds and tasks. -rt_utils.sh: hrrr_control_decomp_dyn32_phy32_intel: Creating ECFLOW run task -rt_utils.sh: rap_restart_dyn32_phy32_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_restart_dyn32_phy32_intel: Creating ECFLOW run task -rt_utils.sh: hrrr_control_restart_dyn32_phy32_intel: Computing PET bounds and tasks. -rt_utils.sh: hrrr_control_restart_dyn32_phy32_intel: Creating ECFLOW run task -rt_utils.sh: rrfs_dyn32_phy32_faster_intel: Creating ECFLOW compile task -rt_utils.sh: conus13km_control_intel: Computing PET bounds and tasks. -rt_utils.sh: conus13km_control_intel: Creating ECFLOW run task -rt_utils.sh: conus13km_2threads_intel: Computing PET bounds and tasks. -rt_utils.sh: conus13km_2threads_intel: Creating ECFLOW run task -rt_utils.sh: conus13km_restart_mismatch_intel: Computing PET bounds and tasks. -rt_utils.sh: conus13km_restart_mismatch_intel: Creating ECFLOW run task -rt_utils.sh: rrfs_dyn64_phy32_intel: Creating ECFLOW compile task -rt_utils.sh: rap_control_dyn64_phy32_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_control_dyn64_phy32_intel: Creating ECFLOW run task -rt_utils.sh: rrfs_dyn32_phy32_debug_intel: Creating ECFLOW compile task -rt_utils.sh: rap_control_debug_dyn32_phy32_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_control_debug_dyn32_phy32_intel: Creating ECFLOW run task -rt_utils.sh: hrrr_control_debug_dyn32_phy32_intel: Computing PET bounds and tasks. -rt_utils.sh: hrrr_control_debug_dyn32_phy32_intel: Creating ECFLOW run task -rt_utils.sh: conus13km_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: conus13km_debug_intel: Creating ECFLOW run task -rt_utils.sh: conus13km_debug_qr_intel: Computing PET bounds and tasks. -rt_utils.sh: conus13km_debug_qr_intel: Creating ECFLOW run task -rt_utils.sh: conus13km_radar_tten_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: conus13km_radar_tten_debug_intel: Creating ECFLOW run task -rt_utils.sh: rrfs_dyn64_phy32_debug_intel: Creating ECFLOW compile task -rt_utils.sh: rap_control_dyn64_phy32_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: rap_control_dyn64_phy32_debug_intel: Creating ECFLOW run task -rt_utils.sh: hafsw_intel: Creating ECFLOW compile task -rt_utils.sh: hafs_regional_atm_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_atm_intel: Creating ECFLOW run task -rt_utils.sh: hafs_regional_atm_thompson_gfdlsf_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_atm_thompson_gfdlsf_intel: Creating ECFLOW run task -rt_utils.sh: hafs_regional_atm_ocn_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_atm_ocn_intel: Creating ECFLOW run task -rt_utils.sh: hafs_regional_atm_wav_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_atm_wav_intel: Creating ECFLOW run task -rt_utils.sh: hafs_regional_atm_ocn_wav_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_atm_ocn_wav_intel: Creating ECFLOW run task -rt_utils.sh: hafs_regional_1nest_atm_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_1nest_atm_intel: Creating ECFLOW run task -rt_utils.sh: hafs_regional_telescopic_2nests_atm_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_telescopic_2nests_atm_intel: Creating ECFLOW run task -rt_utils.sh: hafs_global_1nest_atm_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_global_1nest_atm_intel: Creating ECFLOW run task -rt_utils.sh: hafs_global_multiple_4nests_atm_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_global_multiple_4nests_atm_intel: Creating ECFLOW run task -rt_utils.sh: hafs_regional_specified_moving_1nest_atm_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_specified_moving_1nest_atm_intel: Creating ECFLOW run task -rt_utils.sh: hafs_regional_storm_following_1nest_atm_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_storm_following_1nest_atm_intel: Creating ECFLOW run task -rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_intel: Creating ECFLOW run task -rt_utils.sh: hafs_global_storm_following_1nest_atm_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_global_storm_following_1nest_atm_intel: Creating ECFLOW run task -rt_utils.sh: gnv1_nested_intel: Computing PET bounds and tasks. -rt_utils.sh: gnv1_nested_intel: Creating ECFLOW run task -rt_utils.sh: hafsw_debug_intel: Creating ECFLOW compile task -rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_debug_intel: Creating ECFLOW run task -rt_utils.sh: hafsw_faster_intel: Creating ECFLOW compile task -rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_wav_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_wav_intel: Creating ECFLOW run task -rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel: Creating ECFLOW run task -rt_utils.sh: hafs_mom6w_intel: Creating ECFLOW compile task -rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel: Creating ECFLOW run task -rt_utils.sh: hafs_all_intel: Creating ECFLOW compile task -rt_utils.sh: hafs_regional_docn_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_docn_intel: Creating ECFLOW run task -rt_utils.sh: hafs_regional_docn_oisst_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_docn_oisst_intel: Creating ECFLOW run task -rt_utils.sh: hafs_regional_datm_cdeps_intel: Computing PET bounds and tasks. -rt_utils.sh: hafs_regional_datm_cdeps_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_intel: Creating ECFLOW compile task -rt_utils.sh: datm_cdeps_control_cfsr_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_control_cfsr_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_restart_cfsr_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_restart_cfsr_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_control_gefs_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_control_gefs_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_iau_gefs_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_iau_gefs_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_stochy_gefs_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_stochy_gefs_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_ciceC_cfsr_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_ciceC_cfsr_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_bulk_cfsr_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_bulk_cfsr_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_bulk_gefs_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_bulk_gefs_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_mx025_cfsr_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_mx025_cfsr_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_mx025_gefs_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_mx025_gefs_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_multiple_files_cfsr_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_multiple_files_cfsr_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_3072x1536_cfsr_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_3072x1536_cfsr_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_gfs_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_gfs_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_debug_intel: Creating ECFLOW compile task -rt_utils.sh: datm_cdeps_debug_cfsr_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_debug_cfsr_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_faster_intel: Creating ECFLOW compile task -rt_utils.sh: datm_cdeps_control_cfsr_faster_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_control_cfsr_faster_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_land_intel: Creating ECFLOW compile task -rt_utils.sh: datm_cdeps_lnd_gswp3_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_lnd_gswp3_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_lnd_era5_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_lnd_era5_intel: Creating ECFLOW run task -rt_utils.sh: datm_cdeps_lnd_era5_rst_intel: Computing PET bounds and tasks. -rt_utils.sh: datm_cdeps_lnd_era5_rst_intel: Creating ECFLOW run task -rt_utils.sh: atml_intel: Creating ECFLOW compile task -rt_utils.sh: control_p8_atmlnd_sbs_intel: Computing PET bounds and tasks. -rt_utils.sh: control_p8_atmlnd_sbs_intel: Creating ECFLOW run task -rt_utils.sh: control_p8_atmlnd_intel: Computing PET bounds and tasks. -rt_utils.sh: control_p8_atmlnd_intel: Creating ECFLOW run task -rt_utils.sh: control_restart_p8_atmlnd_intel: Computing PET bounds and tasks. -rt_utils.sh: control_restart_p8_atmlnd_intel: Creating ECFLOW run task -rt_utils.sh: atmw_intel: Creating ECFLOW compile task -rt_utils.sh: atmwav_control_noaero_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: atmwav_control_noaero_p8_intel: Creating ECFLOW run task -rt_utils.sh: atmaero_intel: Creating ECFLOW compile task -rt_utils.sh: atmaero_control_p8_intel: Computing PET bounds and tasks. -rt_utils.sh: atmaero_control_p8_intel: Creating ECFLOW run task -rt_utils.sh: atmaero_control_p8_rad_intel: Computing PET bounds and tasks. -rt_utils.sh: atmaero_control_p8_rad_intel: Creating ECFLOW run task -rt_utils.sh: atmaero_control_p8_rad_micro_intel: Computing PET bounds and tasks. -rt_utils.sh: atmaero_control_p8_rad_micro_intel: Creating ECFLOW run task -rt_utils.sh: atmaq_debug_intel: Creating ECFLOW compile task -rt_utils.sh: regional_atmaq_debug_intel: Computing PET bounds and tasks. -rt_utils.sh: regional_atmaq_debug_intel: Creating ECFLOW run task -rt_utils.sh: Starting ECFLOW run -ECF_HOST: derecho6, ECF_PORT: 39982 -ecflow_server is NOT running on derecho6:39982 -Wed 24 Apr 2024 12:50:01 PM UTC - -User "38482" attempting to start ecf server on "derecho6" using ECF_PORT "39982" and with: -ECF_HOME : "/glade/derecho/scratch/epicufsrt/FV3_RT/rt_128018/ecflow_server" -ECF_LOG : "derecho6.39982.ecf.log" -ECF_CHECK : "derecho6.39982.check" -ECF_CHECKOLD : "derecho6.39982.check.b" -ECF_OUT : "/dev/null" - -client version is Ecflow version(5.8.4) boost(1.78.0) compiler(gcc 12.2.0) protocol(JSON cereal 1.3.0) openssl(enabled) Compiled on Sep 20 2023 09:36:19 -Checking if the server is already running on derecho6 and port 39982 - -Backing up check point and log files - -OK starting ecFlow server... - -Placing server into RESTART mode... -restart of server failed -rt.sh finished -rt.sh: Cleaning up... -rt_utils.sh: Stopping ECFLOW Workflow... diff --git a/tests/logs/RT-run-Hercules.log b/tests/logs/RT-run-Hercules.log deleted file mode 100644 index 393c54d52a..0000000000 --- a/tests/logs/RT-run-Hercules.log +++ /dev/null @@ -1,16 +0,0 @@ -******Regression Testing Script Started****** -hercules-login-1.hpc.msstate.edu -Machine: hercules -Account: epic -rt.sh: Setting up hercules... -Linking /work2/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/rt_3789786 to /work/noaa/epic/role-epic/jenkins/workspace/s-weather-model_pipeline_PR-2241/tests/run_dir -Run regression test in: /work2/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/rt_3789786 -rt.sh: Checking & Updating test configuration... -No update needed to rt.conf -rt.sh: Getting error information... -Exited at line 1062 having code 1 -rt.sh: Exited abnormally, killing workflow and cleaning up -rt_utils.sh: Killing ECFLOW Workflow... -rt.sh finished -rt.sh: Cleaning up... -rt_utils.sh: Stopping ECFLOW Workflow... diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index 19ed992c48..4f9b548922 100644 --- a/tests/logs/RegressionTests_acorn.log +++ b/tests/logs/RegressionTests_acorn.log @@ -1,7 +1,7 @@ ====START OF ACORN REGRESSION TESTING LOG==== UFSWM hash used in testing: -64df90f39f00b9682ca74b29f783bd0a37994a4a +d35f6da7caf2a4d320aeb75613de67533a11d1b7 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -21,10 +21,10 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) + 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) + 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) @@ -35,265 +35,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-20240419 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_44890 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240426 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_105869 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [11:24, 10:44] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [58:24, 01:49](3039 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:29, 15:52] -PASS -- TEST 'cpld_control_gfsv17_intel' [52:45, 02:03](1649 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [14:56, 03:20](1773 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [14:30, 02:29](900 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [52:17, 02:51](1622 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:18, 04:19] -PASS -- TEST 'cpld_debug_gfsv17_intel' [04:31, 03:10](1683 MB) - -PASS -- COMPILE 's2swa_intel' [11:24, 10:44] -PASS -- TEST 'cpld_control_p8_intel' [58:24, 01:33](3065 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [58:24, 02:02](3066 MB) -PASS -- TEST 'cpld_restart_p8_intel' [49:22, 01:39](3121 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [58:24, 01:32](3089 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [49:22, 02:16](3142 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [58:24, 01:25](3379 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [58:24, 02:01](3064 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [58:25, 01:50](2994 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [58:24, 01:57](3065 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [58:24, 02:16](3031 MB) - -PASS -- COMPILE 's2sw_intel' [10:23, 10:10] -PASS -- TEST 'cpld_control_noaero_p8_intel' [59:25, 01:06](1644 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [59:25, 01:29](1696 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:23, 09:33] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [59:25, 01:30](1697 MB) - -PASS -- COMPILE 's2s_intel' [10:24, 09:33] -PASS -- TEST 'cpld_control_c48_intel' [59:23, 01:03](2672 MB) - -PASS -- COMPILE 's2swa_faster_intel' [16:30, 15:39] -PASS -- TEST 'cpld_control_p8_faster_intel' [52:15, 02:16](3068 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:30, 16:00] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [50:41, 01:36](1667 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:38, 01:33](972 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [11:13, 01:17](1638 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:18, 04:03] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [05:31, 01:23](1687 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [10:23, 09:51] -PASS -- TEST 'control_flake_intel' [55:07, 01:02](634 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [55:07, 00:41](1528 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [55:07, 00:47](1542 MB) -PASS -- TEST 'control_latlon_intel' [55:07, 00:44](1538 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [55:07, 00:54](1530 MB) -PASS -- TEST 'control_c48_intel' [55:06, 01:09](1611 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [55:06, 00:46](736 MB) -PASS -- TEST 'control_c192_intel' [55:07, 00:54](1649 MB) -PASS -- TEST 'control_c384_intel' [55:11, 01:52](1966 MB) -PASS -- TEST 'control_c384gdas_intel' [55:11, 02:44](1150 MB) -PASS -- TEST 'control_stochy_intel' [55:07, 00:55](590 MB) -PASS -- TEST 'control_stochy_restart_intel' [36:18, 00:21](392 MB) -PASS -- TEST 'control_lndp_intel' [55:07, 01:00](589 MB) -FAILED: RUN DID NOT COMPLETE -- TEST 'control_iovr4_intel' [, ]( MB) -PASS -- TEST 'control_iovr5_intel' [50:07, 00:25](583 MB) -PASS -- TEST 'control_p8_intel' [49:02, 01:38](1561 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [48:54, 02:13](1563 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [47:54, 02:26](1573 MB) -PASS -- TEST 'control_restart_p8_intel' [26:21, 01:57](751 MB) -PASS -- TEST 'control_noqr_p8_intel' [47:54, 02:13](1557 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [22:31, 01:59](754 MB) -PASS -- TEST 'control_decomp_p8_intel' [44:08, 02:04](1556 MB) -PASS -- TEST 'control_2threads_p8_intel' [42:21, 01:52](1657 MB) -PASS -- TEST 'control_p8_lndp_intel' [38:25, 01:06](1563 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [37:06, 02:25](1621 MB) -PASS -- TEST 'control_p8_mynn_intel' [36:18, 02:00](1572 MB) -PASS -- TEST 'merra2_thompson_intel' [33:31, 02:54](1578 MB) -PASS -- TEST 'regional_control_intel' [33:25, 00:25](630 MB) -PASS -- TEST 'regional_restart_intel' [27:21, 00:56](798 MB) -PASS -- TEST 'regional_decomp_intel' [33:14, 00:58](628 MB) -PASS -- TEST 'regional_2threads_intel' [31:23, 00:46](718 MB) -PASS -- TEST 'regional_noquilt_intel' [30:34, 01:00](1164 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [30:30, 00:52](630 MB) -PASS -- TEST 'regional_wofs_intel' [30:29, 00:27](1602 MB) - -PASS -- COMPILE 'ifi_intel' [09:22, 08:20] -PASS -- TEST 'regional_ifi_control_intel' [55:07, 00:28](630 MB) -PASS -- TEST 'regional_ifi_decomp_intel' [55:07, 00:25](628 MB) -PASS -- TEST 'regional_ifi_2threads_intel' [55:08, 01:12](725 MB) - -PASS -- COMPILE 'rrfs_intel' [09:23, 09:05] -PASS -- TEST 'rap_control_intel' [30:28, 02:41](970 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [30:17, 00:51](1146 MB) -PASS -- TEST 'rap_decomp_intel' [29:14, 02:07](974 MB) -PASS -- TEST 'rap_2threads_intel' [26:59, 02:10](1056 MB) -PASS -- TEST 'rap_restart_intel' [04:40, 02:17](843 MB) -PASS -- TEST 'rap_sfcdiff_intel' [25:53, 02:22](972 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [23:57, 02:06](971 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [48:53, 02:29](843 MB) -PASS -- TEST 'hrrr_control_intel' [23:55, 02:58](963 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [23:40, 02:52](966 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [23:35, 02:59](1045 MB) -PASS -- TEST 'hrrr_control_restart_intel' [51:39, 00:21](795 MB) -PASS -- TEST 'rrfs_v1beta_intel' [23:34, 02:41](965 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [23:24, 00:36](1929 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [23:06, 01:10](1919 MB) - -PASS -- COMPILE 'csawmg_intel' [09:23, 08:43] -PASS -- TEST 'control_csawmg_intel' [22:59, 01:11](656 MB) - -PASS -- COMPILE 'wam_intel' [09:23, 08:23] -PASS -- TEST 'control_wam_intel' [22:31, 00:26](331 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [12:26, 08:58] -PASS -- TEST 'control_p8_faster_intel' [22:16, 02:06](1561 MB) -PASS -- TEST 'regional_control_faster_intel' [21:28, 00:33](626 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [08:21, 04:24] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [55:05, 01:01](1557 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [21:10, 00:28](1559 MB) -PASS -- TEST 'control_stochy_debug_intel' [20:26, 00:34](757 MB) -PASS -- TEST 'control_lndp_debug_intel' [53:10, 00:16](757 MB) -PASS -- TEST 'control_csawmg_debug_intel' [18:07, 00:35](798 MB) -PASS -- TEST 'control_ras_debug_intel' [17:37, 00:25](768 MB) -PASS -- TEST 'control_diag_debug_intel' [17:29, 01:04](1619 MB) -PASS -- TEST 'control_debug_p8_intel' [15:28, 01:15](1588 MB) -PASS -- TEST 'regional_debug_intel' [15:14, 00:45](687 MB) -PASS -- TEST 'rap_control_debug_intel' [04:26, 00:54](1145 MB) -PASS -- TEST 'hrrr_control_debug_intel' [03:36, 00:54](1140 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [55:40, 00:35](1140 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [54:58, 01:18](1145 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [54:39, 00:33](1145 MB) -PASS -- TEST 'rap_diag_debug_intel' [42:00, 00:42](1230 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [53:33, 00:32](1145 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [53:19, 00:44](1145 MB) -PASS -- TEST 'rap_lndp_debug_intel' [52:30, 00:32](1149 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [51:44, 01:16](1145 MB) -PASS -- TEST 'rap_noah_debug_intel' [51:39, 00:40](1148 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [50:59, 00:48](1143 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [50:46, 00:47](1142 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [36:51, 00:29](1136 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [50:03, 00:28](1144 MB) -PASS -- TEST 'rap_flake_debug_intel' [49:21, 01:16](1145 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [49:04, 03:00](1151 MB) - -PASS -- COMPILE 'wam_debug_intel' [08:20, 03:11] -PASS -- TEST 'control_wam_debug_intel' [48:53, 00:40](369 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:27, 08:24] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [48:41, 01:20](1013 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [47:15, 02:26](851 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [44:36, 04:11](846 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [43:56, 02:12](908 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [42:24, 03:12](900 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [41:58, 02:28](847 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [32:46, 01:53](743 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [45:16, 01:07](730 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:29, 10:37] -PASS -- TEST 'conus13km_control_intel' [41:58, 01:16](1055 MB) -PASS -- TEST 'conus13km_2threads_intel' [28:24, 00:47](1036 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [26:27, 01:02](935 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:28, 08:32] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [41:54, 01:16](875 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:25, 03:17] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [41:50, 00:41](1020 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [41:45, 00:52](1023 MB) -PASS -- TEST 'conus13km_debug_intel' [41:42, 00:32](1106 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [41:36, 00:32](783 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [41:15, 00:52](1088 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [40:56, 01:07](1195 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:23, 03:13] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [38:49, 00:33](1043 MB) - -PASS -- COMPILE 'hafsw_intel' [19:34, 09:48] -PASS -- TEST 'hafs_regional_atm_intel' [38:15, 01:39](673 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [38:06, 01:14](1025 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [37:59, 01:50](714 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [37:39, 02:01](753 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [36:19, 02:07](910 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [36:16, 01:35](432 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [35:41, 01:28](456 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [35:22, 01:32](330 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [34:18, 02:29](400 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [33:54, 00:57](472 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [33:01, 01:06](470 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [32:38, 01:37](532 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [30:11, 00:57](365 MB) -PASS -- TEST 'gnv1_nested_intel' [30:08, 01:11](730 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [12:26, 03:51] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [24:31, 01:00](632 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:35, 10:01] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [24:23, 01:05](577 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [23:55, 01:35](747 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [31:46, 09:53] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [23:18, 01:20](748 MB) - -PASS -- COMPILE 'hafs_all_intel' [20:44, 09:31] -PASS -- TEST 'hafs_regional_docn_intel' [21:30, 01:49](710 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [14:15, 01:54](695 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [10:42, 00:39](894 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [17:36, 08:42] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [23:38, 01:09](758 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [19:14, 01:04](750 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:13, 00:44](639 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [53:11, 00:55](642 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [51:52, 00:13](638 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [51:28, 01:09](759 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [50:31, 01:05](759 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [49:18, 00:24](638 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [49:18, 00:54](645 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [49:13, 00:52](623 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [48:32, 00:59](760 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [47:59, 01:02](2011 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [41:34, 01:00](2015 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [24:44, 08:42] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [37:14, 01:08](760 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [16:33, 01:04] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [31:53, 00:20](265 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [29:15, 01:05](413 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [24:42, 00:59](412 MB) - -PASS -- COMPILE 'atml_intel' [25:45, 10:08] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [28:46, 02:10](1602 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [26:17, 02:33](1602 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [17:32, 00:50](803 MB) - -PASS -- COMPILE 'atmw_intel' [30:51, 09:03] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [26:08, 02:14](1603 MB) - -PASS -- COMPILE 'atmaero_intel' [22:44, 08:58] -PASS -- TEST 'atmaero_control_p8_intel' [14:04, 02:13](2915 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [14:04, 01:46](2974 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [14:04, 02:33](2984 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [11:31, 03:27] -PASS -- TEST 'regional_atmaq_debug_intel' [18:55, 01:58](4511 MB) +PASS -- COMPILE 's2swa_32bit_intel' [11:24, 10:47] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:06, 02:05](3043 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:32, 18:17] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [05:54, 02:49](1652 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [37:21, 03:29](1773 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [33:36, 02:54](900 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [05:27, 02:54](1623 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:18, 04:11] ( 1527 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [19:13, 02:28](1679 MB) + +PASS -- COMPILE 's2swa_intel' [11:25, 10:33] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [13:05, 01:37](3067 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:05, 01:56](3064 MB) +PASS -- TEST 'cpld_restart_p8_intel' [04:03, 02:05](3121 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [13:05, 01:33](3089 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [04:03, 02:02](3142 MB) +FAILED: RUN DID NOT COMPLETE -- TEST 'cpld_2threads_p8_intel' [, ]( MB) +PASS -- TEST 'cpld_decomp_p8_intel' [13:05, 02:13](3063 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [13:06, 01:59](2993 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:05, 02:05](3067 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [13:05, 02:18](3035 MB) + +PASS -- COMPILE 's2sw_intel' [10:24, 09:55] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [03:42, 01:10](1642 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [03:33, 02:25](1696 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [10:23, 09:33] ( 2 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [14:07, 01:32](1695 MB) + +PASS -- COMPILE 's2s_intel' [10:23, 09:33] ( 2 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [14:06, 01:04](2673 MB) + +PASS -- COMPILE 's2swa_faster_intel' [15:29, 15:06] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [07:01, 02:16](3070 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:31, 15:34] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [03:33, 01:04](1669 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [37:28, 01:00](965 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [28:58, 01:40](1639 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:18, 03:57] ( 1562 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [20:13, 01:19](1686 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [10:23, 09:39] ( 3 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [09:48, 00:55](634 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [09:48, 00:42](1528 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [09:48, 01:07](1541 MB) +PASS -- TEST 'control_latlon_intel' [09:48, 00:57](1539 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [09:48, 00:56](1538 MB) +PASS -- TEST 'control_c48_intel' [09:47, 01:24](1611 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:47, 00:54](737 MB) +PASS -- TEST 'control_c192_intel' [09:48, 01:08](1649 MB) +PASS -- TEST 'control_c384_intel' [09:52, 01:49](1968 MB) +PASS -- TEST 'control_c384gdas_intel' [09:52, 03:15](1152 MB) +PASS -- TEST 'control_stochy_intel' [09:48, 00:38](591 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:09, 00:28](390 MB) +PASS -- TEST 'control_lndp_intel' [09:48, 00:19](588 MB) +PASS -- TEST 'control_iovr4_intel' [09:48, 01:14](586 MB) +PASS -- TEST 'control_iovr5_intel' [09:48, 01:04](584 MB) +PASS -- TEST 'control_p8_intel' [02:34, 02:53](1561 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [02:33, 02:22](1561 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [01:41, 02:07](1573 MB) +PASS -- TEST 'control_restart_p8_intel' [48:46, 02:57](751 MB) +PASS -- TEST 'control_noqr_p8_intel' [00:05, 02:21](1557 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [48:46, 02:59](754 MB) +PASS -- TEST 'control_decomp_p8_intel' [59:06, 01:27](1563 MB) +PASS -- TEST 'control_2threads_p8_intel' [58:06, 01:43](1645 MB) +PASS -- TEST 'control_p8_lndp_intel' [58:02, 00:59](1564 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [57:20, 02:21](1619 MB) +PASS -- TEST 'control_p8_mynn_intel' [56:28, 01:48](1577 MB) +PASS -- TEST 'merra2_thompson_intel' [55:21, 03:08](1576 MB) +PASS -- TEST 'regional_control_intel' [55:16, 01:09](629 MB) +PASS -- TEST 'regional_restart_intel' [48:11, 00:32](798 MB) +PASS -- TEST 'regional_decomp_intel' [55:12, 00:59](632 MB) +PASS -- TEST 'regional_2threads_intel' [55:07, 01:01](726 MB) +PASS -- TEST 'regional_noquilt_intel' [53:10, 01:05](1165 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [52:47, 00:36](630 MB) +PASS -- TEST 'regional_wofs_intel' [52:46, 00:52](1602 MB) + +PASS -- COMPILE 'ifi_intel' [09:22, 08:16] ( 2 warnings ) +PASS -- TEST 'regional_ifi_control_intel' [09:48, 00:34](630 MB) +PASS -- TEST 'regional_ifi_decomp_intel' [09:48, 00:37](629 MB) +PASS -- TEST 'regional_ifi_2threads_intel' [09:49, 01:14](723 MB) + +PASS -- COMPILE 'rrfs_intel' [09:23, 09:03] ( 5 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [52:32, 02:28](973 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [52:28, 00:43](1147 MB) +PASS -- TEST 'rap_decomp_intel' [49:47, 02:06](974 MB) +PASS -- TEST 'rap_2threads_intel' [49:38, 02:50](1060 MB) +PASS -- TEST 'rap_restart_intel' [40:07, 02:54](844 MB) +PASS -- TEST 'rap_sfcdiff_intel' [49:25, 02:15](968 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [49:25, 03:01](972 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [00:16, 02:41](843 MB) +PASS -- TEST 'hrrr_control_intel' [49:03, 02:59](966 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [48:52, 02:15](965 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [48:18, 02:34](1045 MB) +PASS -- TEST 'hrrr_control_restart_intel' [20:58, 00:19](794 MB) +PASS -- TEST 'rrfs_v1beta_intel' [48:09, 03:06](965 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [47:29, 01:28](1923 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [46:56, 00:57](1918 MB) + +PASS -- COMPILE 'csawmg_intel' [09:23, 08:41] ( 3 warnings ) +PASS -- TEST 'control_csawmg_intel' [14:28, 00:52](656 MB) + +PASS -- COMPILE 'wam_intel' [09:22, 08:28] ( 2 warnings ) +PASS -- TEST 'control_wam_intel' [46:07, 00:40](329 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [09:23, 09:05] ( 2 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [46:06, 02:38](1560 MB) +PASS -- TEST 'regional_control_faster_intel' [46:02, 00:35](627 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:21, 04:25] ( 887 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [44:50, 01:13](1557 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [44:39, 00:30](1558 MB) +PASS -- TEST 'control_stochy_debug_intel' [44:12, 01:07](758 MB) +PASS -- TEST 'control_lndp_debug_intel' [44:10, 01:14](759 MB) +PASS -- TEST 'control_csawmg_debug_intel' [42:59, 01:05](800 MB) +PASS -- TEST 'control_ras_debug_intel' [42:46, 01:09](768 MB) +PASS -- TEST 'control_diag_debug_intel' [42:05, 01:08](1624 MB) +PASS -- TEST 'control_debug_p8_intel' [41:56, 00:52](1588 MB) +PASS -- TEST 'regional_debug_intel' [40:40, 01:06](688 MB) +PASS -- TEST 'rap_control_debug_intel' [40:07, 00:53](1147 MB) +PASS -- TEST 'hrrr_control_debug_intel' [40:07, 00:58](1139 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [40:04, 01:30](1146 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [38:54, 01:08](1140 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [38:22, 00:24](1145 MB) +PASS -- TEST 'rap_diag_debug_intel' [20:24, 01:26](1231 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [18:30, 01:08](1146 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [18:30, 01:05](1145 MB) +PASS -- TEST 'rap_lndp_debug_intel' [18:13, 00:29](1152 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [16:21, 00:59](1145 MB) +PASS -- TEST 'rap_noah_debug_intel' [15:02, 00:46](1144 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [14:14, 00:39](1143 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [14:00, 00:56](1142 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [13:54, 01:03](1139 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [13:24, 00:34](1145 MB) +PASS -- TEST 'rap_flake_debug_intel' [13:15, 00:35](1149 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:11, 02:40](1149 MB) + +PASS -- COMPILE 'wam_debug_intel' [28:43, 03:10] ( 857 warnings ) +PASS -- TEST 'control_wam_debug_intel' [11:49, 00:33](370 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [36:53, 08:31] ( 5 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [10:32, 01:23](1018 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:27, 02:22](850 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [09:33, 03:40](846 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:05, 01:26](912 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:03, 03:22](898 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:00, 02:44](847 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [44:44, 02:20](744 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [44:52, 00:23](731 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [43:59, 10:38] ( 5 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [06:06, 01:00](1053 MB) +PASS -- TEST 'conus13km_2threads_intel' [47:36, 00:20](1035 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [44:52, 00:42](934 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [41:55, 08:34] ( 5 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:23, 01:18](872 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [44:00, 03:16] ( 789 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:52, 00:20](1021 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [03:14, 00:49](1021 MB) +PASS -- TEST 'conus13km_debug_intel' [03:09, 00:35](1111 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [02:58, 00:25](808 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [01:15, 00:22](1090 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [57:43, 00:56](1195 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [45:02, 03:15] ( 789 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [57:43, 00:33](1043 MB) + +PASS -- COMPILE 'hafsw_intel' [10:29, 09:51] ( 3 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [53:18, 01:39](670 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [53:18, 01:12](1023 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [53:16, 01:53](715 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [53:16, 01:53](761 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [53:17, 01:36](909 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [53:16, 00:53](443 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [52:08, 01:54](458 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [51:09, 01:54](332 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [50:39, 03:13](436 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [50:27, 01:27](468 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [49:08, 01:40](469 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [48:13, 01:42](540 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [48:03, 01:17](368 MB) +PASS -- TEST 'gnv1_nested_intel' [44:22, 01:45](732 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [14:35, 03:51] ( 1469 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [43:09, 01:38](632 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [25:47, 09:58] ( 2 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [37:57, 01:51](580 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [37:57, 01:30](745 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [33:49, 09:57] ( 2 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [27:40, 01:27](747 MB) + +PASS -- COMPILE 'hafs_all_intel' [20:38, 09:30] ( 2 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [20:27, 02:00](710 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [20:27, 01:59](693 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [20:25, 01:10](894 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [15:31, 08:53] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [16:34, 00:30](760 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [10:07, 00:49](747 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [16:34, 00:18](640 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [14:29, 00:38](642 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [07:48, 01:00](643 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [10:04, 00:28](758 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:39, 00:21](758 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:38, 00:37](640 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [01:23, 01:46](647 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [01:17, 01:00](631 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [59:42, 00:42](761 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [58:40, 00:47](2015 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [56:12, 00:33](2016 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:24, 08:52] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [53:19, 01:06](762 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:17, 01:05] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [22:43, 00:47](264 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [22:43, 00:39](413 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [29:17, 00:22](412 MB) + +PASS -- COMPILE 'atml_intel' [07:26, 10:04] ( 10 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [53:16, 02:22](1597 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [52:59, 02:29](1602 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [22:58, 01:09](805 MB) + +PASS -- COMPILE 'atml_debug_intel' [13:31, 04:08] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [49:50, 02:34](1630 MB) + +PASS -- COMPILE 'atmw_intel' [13:28, 09:09] ( 2 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [39:47, 02:00](1610 MB) + +PASS -- COMPILE 'atmaero_intel' [09:27, 08:54] ( 2 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [39:40, 02:14](2911 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [39:40, 01:35](2970 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [39:40, 02:18](2988 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [54:08, 03:23] ( 886 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [43:47, 01:48](4484 MB) SYNOPSIS: -Starting Date/Time: 20240425 13:49:52 -Ending Date/Time: 20240425 17:25:30 -Total Time: 03h:36m:04s -Compiles Completed: 35/35 -Tests Completed: 172/173 +Starting Date/Time: 20240429 16:35:18 +Ending Date/Time: 20240429 19:55:24 +Total Time: 03h:20m:22s +Compiles Completed: 36/36 +Tests Completed: 173/174 Failed Tests: -* TEST control_iovr4_intel: FAILED: RUN DID NOT COMPLETE --- LOG: /lfs/h1/emc/nems/noscrub/brian.curtis/git/jiandewang/ufs-weather-model/tests/logs/log_acorn/run_control_iovr4_intel.log +* TEST cpld_2threads_p8_intel: FAILED: RUN DID NOT COMPLETE +-- LOG: /lfs/h1/emc/nems/noscrub/brian.curtis/git/uturuncoglu/ufs-weather-model/tests/logs/log_acorn/run_cpld_2threads_p8_intel.log NOTES: A file 'test_changes.list' was generated with list of all failed tests. @@ -306,7 +309,7 @@ Result: FAILURE ====START OF ACORN REGRESSION TESTING LOG==== UFSWM hash used in testing: -64df90f39f00b9682ca74b29f783bd0a37994a4a +d35f6da7caf2a4d320aeb75613de67533a11d1b7 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -326,10 +329,10 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) + 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) + 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) @@ -340,20 +343,20 @@ 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-20240419 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_28522 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240426 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_142305 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-b) - NEW BASELINES FROM FILE: test_changes.list -PASS -- COMPILE 'atm_dyn32_intel' [10:23, 09:44] -PASS -- TEST 'control_iovr4_intel' [21:34, 00:52](583 MB) +PASS -- COMPILE 's2swa_intel' [11:24, 10:39] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_2threads_p8_intel' [50:22, 00:56](3379 MB) SYNOPSIS: -Starting Date/Time: 20240425 17:28:05 -Ending Date/Time: 20240425 17:42:03 -Total Time: 00h:14m:07s +Starting Date/Time: 20240429 19:58:16 +Ending Date/Time: 20240429 20:16:53 +Total Time: 00h:18m:42s Compiles Completed: 1/1 Tests Completed: 1/1 diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index 614b7b6b15..d871a84370 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,7 +1,7 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -fe4bb76565de0a5f3261b276fa392d65cb046e96 +aef829f3311f718f3cef6b1102e849370da1a983 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -21,10 +21,10 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) + 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) + 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) @@ -35,269 +35,283 @@ 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-20240419 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_68317 +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240426 +COMPARISON DIRECTORY: /glade/derecho/scratch/epicufsrt/FV3_RT/rt_44306 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [20:19, 19:02] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:58, 04:58](3073 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:16, 20:24] -PASS -- TEST 'cpld_control_gfsv17_intel' [16:09, 13:47](1689 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:48, 15:04](1824 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:33, 07:07](959 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:06, 15:46](1665 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:16, 08:59] -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:47, 21:22](1706 MB) - -PASS -- COMPILE 's2swa_intel' [20:17, 19:06] -PASS -- TEST 'cpld_control_p8_intel' [09:05, 05:38](3091 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:14, 05:33](3095 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:50, 03:17](3150 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:05, 05:33](3125 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:54, 03:20](3180 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:54, 05:35](3090 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:27, 04:37](3385 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:11, 05:38](3101 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [14:09, 08:43](3634 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [14:48, 05:50](3616 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [27:34, 09:39](4341 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [24:41, 07:03](4648 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:35, 05:12](3064 MB) - -PASS -- COMPILE 's2sw_intel' [19:18, 18:31] -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:46, 04:09](1685 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:59, 04:12](1727 MB) - -PASS -- COMPILE 's2swa_debug_intel' [10:15, 09:01] -PASS -- TEST 'cpld_debug_p8_intel' [09:56, 07:36](3151 MB) - -PASS -- COMPILE 's2sw_debug_intel' [09:15, 08:28] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:21, 05:10](1710 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [15:17, 14:05] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:53, 04:12](1728 MB) - -PASS -- COMPILE 's2s_intel' [15:17, 14:02] -PASS -- TEST 'cpld_control_c48_intel' [08:14, 06:35](2670 MB) - -PASS -- COMPILE 's2swa_faster_intel' [23:20, 22:47] -PASS -- TEST 'cpld_control_p8_faster_intel' [08:27, 05:28](3102 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [20:19, 19:28] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:55, 14:03](1708 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:31, 07:16](1019 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:56, 16:00](1666 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:17, 08:32] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:46, 22:54](1718 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:18, 12:20] -PASS -- TEST 'control_flake_intel' [04:52, 03:23](667 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:30, 02:25](1567 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:54, 02:27](1572 MB) -PASS -- TEST 'control_latlon_intel' [04:31, 02:22](1572 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:34, 02:24](1568 MB) -PASS -- TEST 'control_c48_intel' [08:28, 06:13](1616 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:39, 05:17](734 MB) -PASS -- TEST 'control_c192_intel' [11:09, 08:39](1690 MB) -PASS -- TEST 'control_c384_intel' [16:38, 08:56](2011 MB) -PASS -- TEST 'control_c384gdas_intel' [17:05, 07:23](1199 MB) -PASS -- TEST 'control_stochy_intel' [02:43, 01:25](627 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:45, 00:52](443 MB) -PASS -- TEST 'control_lndp_intel' [02:42, 01:22](626 MB) -PASS -- TEST 'control_iovr4_intel' [03:42, 02:05](625 MB) -PASS -- TEST 'control_iovr5_intel' [03:42, 02:06](624 MB) -PASS -- TEST 'control_p8_intel' [04:27, 02:30](1601 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:28, 02:30](1598 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:29, 02:28](1602 MB) -PASS -- TEST 'control_restart_p8_intel' [03:24, 01:24](804 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:26, 02:30](1585 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:29, 01:23](805 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:40, 02:32](1591 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:28, 04:21](1605 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:45, 03:17](1659 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:46, 02:30](1607 MB) -PASS -- TEST 'merra2_thompson_intel' [04:44, 02:48](1603 MB) -PASS -- TEST 'regional_control_intel' [06:07, 04:31](632 MB) -PASS -- TEST 'regional_restart_intel' [04:16, 02:33](800 MB) -PASS -- TEST 'regional_decomp_intel' [06:12, 04:43](629 MB) -PASS -- TEST 'regional_noquilt_intel' [06:03, 04:25](1159 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:04, 04:27](629 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:00, 04:30](627 MB) -PASS -- TEST 'regional_wofs_intel' [07:07, 05:35](1606 MB) - -PASS -- COMPILE 'rrfs_intel' [12:14, 10:56] -PASS -- TEST 'rap_control_intel' [08:21, 06:06](1008 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:00, 03:41](1191 MB) -PASS -- TEST 'rap_decomp_intel' [08:22, 06:23](1006 MB) -PASS -- TEST 'rap_restart_intel' [05:16, 03:11](882 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:21, 06:04](1007 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:15, 06:23](1003 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:12, 04:35](881 MB) -PASS -- TEST 'hrrr_control_intel' [05:14, 03:13](998 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:19, 03:18](1006 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:17, 02:49](1088 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:53, 01:44](832 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:05, 05:57](1001 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:39, 07:21](1956 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:40, 07:10](1950 MB) - -PASS -- COMPILE 'csawmg_intel' [11:13, 10:02] -PASS -- TEST 'control_csawmg_intel' [08:12, 05:48](695 MB) -PASS -- TEST 'control_ras_intel' [04:36, 02:51](660 MB) - -PASS -- COMPILE 'wam_intel' [10:13, 09:21] -PASS -- TEST 'control_wam_intel' [03:34, 01:53](382 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:20, 12:20] -PASS -- TEST 'control_p8_faster_intel' [04:52, 02:26](1606 MB) -PASS -- TEST 'regional_control_faster_intel' [06:16, 04:17](629 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:17, 08:31] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:09, 02:29](1595 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:23, 02:28](1600 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:32, 02:50](800 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:46, 02:33](798 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:06, 03:57](840 MB) -PASS -- TEST 'control_ras_debug_intel' [03:33, 02:40](806 MB) -PASS -- TEST 'control_diag_debug_intel' [04:38, 02:32](1666 MB) -PASS -- TEST 'control_debug_p8_intel' [04:10, 02:35](1628 MB) -PASS -- TEST 'regional_debug_intel' [17:13, 15:49](665 MB) -PASS -- TEST 'rap_control_debug_intel' [05:38, 04:39](1180 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:36, 04:33](1178 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:32, 04:35](1182 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:38, 04:39](1181 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:34, 04:43](1181 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:30, 04:51](1266 MB) -FAILED: RUN DID NOT COMPLETE -- TEST 'rap_cires_ugwp_debug_intel' [, ]( MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:28, 04:44](1182 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:37, 04:42](1182 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:35, 04:48](1184 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:34, 04:30](1184 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:37, 04:48](1181 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:36, 07:27](1182 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:41, 04:34](1178 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:44, 05:30](1183 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:37, 04:37](1180 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:03, 07:53](1187 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:12, 05:11] -PASS -- TEST 'control_wam_debug_intel' [05:24, 04:36](418 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:17, 09:30] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:45, 03:30](1059 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:02, 05:07](884 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:15, 02:45](881 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:05, 02:53](881 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:06, 03:52](796 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:47, 01:32](777 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:19, 11:44] -PASS -- TEST 'conus13km_control_intel' [04:41, 01:52](1086 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:31, 00:58](1086 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:37, 01:07](972 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:13, 09:48] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:07, 03:36](906 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:11, 06:04] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:35, 04:29](1058 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:30, 04:24](1058 MB) -PASS -- TEST 'conus13km_debug_intel' [16:03, 13:24](1134 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:02, 13:34](818 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:50, 13:26](1203 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:19, 05:58] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:34, 04:38](1081 MB) - -PASS -- COMPILE 'hafsw_intel' [17:21, 16:01] -PASS -- TEST 'hafs_regional_atm_intel' [06:57, 04:34](720 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:02, 05:02](1068 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:01, 06:24](774 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:48, 10:49](798 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:23, 12:01](819 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:26, 04:40](479 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:47, 05:46](493 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:08, 02:21](393 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:59, 06:13](458 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:08, 03:15](513 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:16, 03:02](512 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:37, 03:45](587 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:37, 01:16](427 MB) -PASS -- TEST 'gnv1_nested_intel' [05:13, 03:22](787 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [08:19, 07:08] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:15, 11:58](612 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:20, 19:52] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:38, 07:10](631 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:25, 07:09](688 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [17:19, 16:44] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:46, 05:17](679 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:19, 14:27] -PASS -- TEST 'hafs_regional_docn_intel' [07:49, 05:33](755 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:34, 05:33](737 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:21, 16:09](894 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:17, 07:52] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:28, 02:29](760 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:29, 01:32](749 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:30, 02:20](644 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:24, 02:24](643 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:25, 02:24](648 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:30, 02:28](761 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:31, 02:29](761 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:25, 02:23](638 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:17, 05:39](692 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:56, 05:39](673 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:18, 02:28](762 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:35, 03:54](2016 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:28, 03:54](2017 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:18, 05:11] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:29, 05:03](746 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:22, 07:48] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:36, 02:32](759 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 02:20] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:36, 01:11](310 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:34, 01:05](458 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:37, 00:41](450 MB) - -PASS -- COMPILE 'atml_intel' [14:14, 13:00] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:35, 06:59](1628 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [08:56, 06:22](1636 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:00, 03:31](855 MB) - -PASS -- COMPILE 'atmw_intel' [13:20, 12:36] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:26, 01:32](1641 MB) - -PASS -- COMPILE 'atmaero_intel' [12:13, 11:05] -PASS -- TEST 'atmaero_control_p8_intel' [05:38, 03:38](2951 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:38, 04:15](3000 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:10, 04:19](3012 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [07:20, 06:30] -PASS -- TEST 'regional_atmaq_debug_intel' [25:29, 22:05](4531 MB) +PASS -- COMPILE 's2swa_32bit_intel' [20:14, 19:15] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:07, 04:52](3076 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:14, 20:33] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [15:55, 13:44](1689 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:23, 14:55](1829 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:33, 07:00](958 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:02, 15:45](1659 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:14, 09:05] ( 1530 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:42, 21:20](1705 MB) + +PASS -- COMPILE 's2swa_intel' [20:15, 19:14] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:52, 05:33](3097 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:00, 05:34](3090 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:27, 03:14](3149 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:52, 05:33](3129 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:27, 03:14](3182 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:38, 05:27](3091 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:24, 04:30](3384 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:56, 05:33](3099 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [12:39, 08:40](3635 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [12:27, 05:40](3613 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [24:39, 09:36](4345 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:29, 06:47](4648 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:23, 05:16](3070 MB) + +PASS -- COMPILE 's2sw_intel' [19:15, 18:31] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [06:41, 04:08](1681 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:55, 04:11](1736 MB) + +PASS -- COMPILE 's2swa_debug_intel' [10:13, 08:59] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [09:46, 07:43](3156 MB) + +PASS -- COMPILE 's2sw_debug_intel' [09:14, 08:31] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:26, 05:16](1704 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [15:15, 14:09] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:56, 04:13](1733 MB) + +PASS -- COMPILE 's2s_intel' [15:15, 14:08] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:00, 06:31](2668 MB) + +PASS -- COMPILE 's2swa_faster_intel' [23:16, 22:40] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [08:25, 05:29](3101 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [20:18, 19:41] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:35, 14:00](1707 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:57, 07:04](1017 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:45, 15:58](1675 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:17, 08:33] ( 1565 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:39, 22:59](1714 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:17, 12:28] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:42, 03:22](671 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:30, 02:24](1569 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:46, 02:25](1573 MB) +PASS -- TEST 'control_latlon_intel' [04:29, 02:22](1576 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:30, 02:23](1563 MB) +PASS -- TEST 'control_c48_intel' [08:30, 06:14](1612 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:41, 05:15](739 MB) +PASS -- TEST 'control_c192_intel' [11:06, 08:38](1690 MB) +PASS -- TEST 'control_c384_intel' [15:32, 08:50](2001 MB) +PASS -- TEST 'control_c384gdas_intel' [15:15, 07:13](1200 MB) +PASS -- TEST 'control_stochy_intel' [02:37, 01:23](625 MB) +FAILED: RUN DID NOT COMPLETE -- TEST 'control_stochy_restart_intel' [, ]( MB) +PASS -- TEST 'control_lndp_intel' [02:35, 01:19](627 MB) +PASS -- TEST 'control_iovr4_intel' [03:37, 02:03](619 MB) +PASS -- TEST 'control_iovr5_intel' [03:34, 02:03](622 MB) +PASS -- TEST 'control_p8_intel' [04:33, 02:27](1605 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:29, 02:27](1596 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:23, 02:25](1599 MB) +PASS -- TEST 'control_restart_p8_intel' [03:15, 01:23](801 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:34, 02:26](1585 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:24, 01:21](808 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:33, 02:31](1598 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:33, 04:19](1594 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:35, 03:16](1653 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:36, 02:31](1606 MB) +PASS -- TEST 'merra2_thompson_intel' [04:36, 02:47](1607 MB) +PASS -- TEST 'regional_control_intel' [06:01, 04:29](631 MB) +PASS -- TEST 'regional_restart_intel' [04:12, 02:28](798 MB) +PASS -- TEST 'regional_decomp_intel' [06:04, 04:41](628 MB) +PASS -- TEST 'regional_noquilt_intel' [06:01, 04:23](1160 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:08, 04:26](625 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:59, 04:28](632 MB) +PASS -- TEST 'regional_wofs_intel' [06:53, 05:36](1603 MB) + +PASS -- COMPILE 'rrfs_intel' [12:12, 11:02] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:08, 06:06](1008 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:28, 03:49](1194 MB) +PASS -- TEST 'rap_decomp_intel' [08:14, 06:19](1003 MB) +PASS -- TEST 'rap_restart_intel' [05:07, 03:13](878 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:11, 06:03](1005 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:05, 06:20](1002 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:05, 04:34](882 MB) +PASS -- TEST 'hrrr_control_intel' [05:06, 03:10](1000 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:02, 03:15](999 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:06, 02:46](1091 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:41, 01:44](834 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:02, 05:56](1000 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:39, 07:20](1958 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:40, 07:05](1950 MB) + +PASS -- COMPILE 'csawmg_intel' [11:12, 09:58] ( 6 warnings ) +PASS -- TEST 'control_csawmg_intel' [08:00, 05:47](692 MB) +PASS -- TEST 'control_ras_intel' [04:32, 02:50](658 MB) + +PASS -- COMPILE 'wam_intel' [10:12, 09:28] ( 5 warnings ) +PASS -- TEST 'control_wam_intel' [03:25, 01:56](381 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:19, 12:23] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:36, 02:25](1594 MB) +PASS -- TEST 'regional_control_faster_intel' [06:01, 04:15](624 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:17, 08:20] ( 890 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:15, 02:30](1600 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:17, 02:26](1591 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:39, 02:53](801 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:32, 02:33](801 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:17, 04:00](838 MB) +PASS -- TEST 'control_ras_debug_intel' [03:28, 02:35](806 MB) +PASS -- TEST 'control_diag_debug_intel' [04:45, 02:32](1654 MB) +PASS -- TEST 'control_debug_p8_intel' [04:05, 02:38](1623 MB) +PASS -- TEST 'regional_debug_intel' [17:52, 16:13](661 MB) +PASS -- TEST 'rap_control_debug_intel' [05:34, 04:40](1179 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:33, 04:31](1178 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:40, 04:34](1181 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:30, 04:41](1181 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:39, 04:41](1178 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:59, 04:49](1265 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:33, 04:41](1180 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:34, 04:43](1184 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:29, 04:42](1180 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:26, 04:44](1180 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:30, 04:37](1179 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:29, 04:36](1179 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:30, 07:25](1179 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:28, 04:44](1177 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:32, 05:27](1183 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:24, 04:44](1180 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:11, 08:00](1187 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:12, 05:08] ( 860 warnings ) +PASS -- TEST 'control_wam_debug_intel' [06:24, 04:36](424 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:18, 09:37] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:51, 03:25](1061 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:04, 05:05](881 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:05, 02:45](882 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:59, 02:49](885 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:08, 03:49](797 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:39, 01:31](780 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:13, 11:34] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:14, 01:50](1083 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:44, 00:54](1083 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:45, 01:05](974 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:18, 09:33] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:52, 03:35](910 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:12, 05:31] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:40, 04:29](1060 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:33, 04:22](1061 MB) +PASS -- TEST 'conus13km_debug_intel' [15:54, 13:22](1137 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:49, 13:53](820 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:39, 13:16](1204 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:12, 05:18] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:30, 04:31](1082 MB) + +PASS -- COMPILE 'hafsw_intel' [16:18, 15:39] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:25, 04:26](719 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:52, 04:56](1072 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:50, 06:19](777 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:43, 10:49](795 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:08, 11:56](815 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:15, 04:37](474 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:42, 05:39](492 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:04, 02:15](392 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:40, 06:08](458 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:14, 03:14](508 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:24, 03:00](511 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:26, 03:42](591 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:37, 01:10](426 MB) +PASS -- TEST 'gnv1_nested_intel' [05:14, 03:16](791 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [07:12, 06:49] ( 1472 warnings 1481 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:34, 11:59](615 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [20:20, 19:25] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:25, 07:00](633 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:36, 07:04](692 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [17:18, 16:23] ( 5 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:32, 05:15](677 MB) + +FAILED: UNABLE TO COMPILE -- COMPILE 'hafs_all_intel' [, ] +FAILED: UNABLE TO START RUN -- TEST 'hafs_regional_docn_intel' [, ]( MB) +FAILED: UNABLE TO START RUN -- TEST 'hafs_regional_docn_oisst_intel' [, ]( MB) +FAILED: UNABLE TO START RUN -- TEST 'hafs_regional_datm_cdeps_intel' [, ]( MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:19, 07:36] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:32, 02:28](760 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:30, 01:30](749 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:32, 02:20](640 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:29, 02:22](642 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:31, 02:22](643 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:34, 02:26](761 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:29, 02:28](760 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:31, 02:18](639 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:23, 05:35](692 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:10, 05:35](672 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:22, 02:26](748 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:26, 03:50](2016 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:26, 03:49](2019 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:17, 04:53] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:26, 05:03](746 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:18, 07:34] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:28, 02:27](762 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:17, 02:14] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:37, 01:03](310 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:37, 01:00](453 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:31, 00:39](454 MB) + +PASS -- COMPILE 'atml_intel' [14:13, 12:51] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:38, 05:41](1631 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [07:34, 05:16](1644 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:15, 02:48](856 MB) + +PASS -- COMPILE 'atml_debug_intel' [08:19, 07:23] ( 885 warnings 2 remarks ) +FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_p8_atmlnd_debug_intel' [, ]( MB) + +PASS -- COMPILE 'atmw_intel' [14:13, 12:29] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:16, 01:31](1638 MB) + +PASS -- COMPILE 'atmaero_intel' [12:13, 10:56] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:25, 03:35](2947 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:46, 04:11](3000 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:14, 04:16](3011 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [07:11, 06:05] ( 889 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [25:06, 21:50](4535 MB) SYNOPSIS: -Starting Date/Time: 20240424 06:22:13 -Ending Date/Time: 20240424 07:49:24 -Total Time: 01h:27m:53s -Compiles Completed: 37/37 -Tests Completed: 171/172 +Starting Date/Time: 20240428 22:53:16 +Ending Date/Time: 20240429 00:51:54 +Total Time: 01h:59m:25s +Compiles Completed: 37/38 +Tests Completed: 168/173 +Failed Compiles: +* COMPILE hafs_all_intel: FAILED: UNABLE TO COMPILE +-- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/s-weather-model_pipeline_PR-2191/tests/logs/log_derecho/compile_hafs_all_intel.log Failed Tests: -* TEST rap_cires_ugwp_debug_intel: FAILED: RUN DID NOT COMPLETE --- LOG: /glade/work/zshrader/rt-2241/tests/logs/log_derecho/run_rap_cires_ugwp_debug_intel.log +* TEST control_stochy_restart_intel: FAILED: RUN DID NOT COMPLETE +-- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/s-weather-model_pipeline_PR-2191/tests/logs/log_derecho/run_control_stochy_restart_intel.log +* TEST hafs_regional_docn_intel: FAILED: UNABLE TO START RUN +-- LOG: N/A +* TEST hafs_regional_docn_oisst_intel: FAILED: UNABLE TO START RUN +-- LOG: N/A +* TEST hafs_regional_datm_cdeps_intel: FAILED: UNABLE TO START RUN +-- LOG: N/A +* TEST control_p8_atmlnd_debug_intel: FAILED: UNABLE TO RUN COMPARISON +-- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/s-weather-model_pipeline_PR-2191/tests/logs/log_derecho/run_control_p8_atmlnd_debug_intel.log NOTES: A file 'test_changes.list' was generated with list of all failed tests. @@ -310,7 +324,7 @@ Result: FAILURE ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -fe4bb76565de0a5f3261b276fa392d65cb046e96 +7441d3bb7300d6f41e7eb17bd98aac0539164065 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -330,10 +344,10 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) + 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) + 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) @@ -344,20 +358,88 @@ 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-20240419 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_96038 +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240426 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_14461 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: nral0032 +* (-l) - USE CONFIG FILE: rt.conf +* (-e) - USE ECFLOW + +PASS -- COMPILE 'hafs_all_intel' [15:13, 13:53] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:13, 05:29](758 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:10, 05:31](734 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:02, 16:12](894 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:13, 12:20] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_stochy_intel' [02:24, 01:26](629 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:35, 00:51](441 MB) + +SYNOPSIS: +Starting Date/Time: 20240429 11:36:19 +Ending Date/Time: 20240429 12:11:02 +Total Time: 00h:34m:59s +Compiles Completed: 2/2 +Tests Completed: 5/5 + +NOTES: +A file 'test_changes.list' was generated but is empty. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: SUCCESS + +====END OF DERECHO REGRESSION TESTING LOG==== +====START OF DERECHO REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +d35f6da7caf2a4d320aeb75613de67533a11d1b7 + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) + c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) + 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) + 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) + 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) + + +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: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240426 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_28144 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:12, 08:38] -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:33, 04:42](1183 MB) +PASS -- COMPILE 'atml_debug_intel' [08:19, 07:29] ( 885 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:33, 05:28](1658 MB) SYNOPSIS: -Starting Date/Time: 20240424 08:20:30 -Ending Date/Time: 20240424 08:35:15 -Total Time: 00h:14m:49s +Starting Date/Time: 20240429 10:55:02 +Ending Date/Time: 20240429 11:10:55 +Total Time: 00h:16m:05s Compiles Completed: 1/1 Tests Completed: 1/1 diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index fd4adb3416..add817f40d 100755 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,7 +1,7 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -7639d7a8818635cfa1836d63c56d424d895adb6d +fc1d99cd44c4dfa5f95d34deede2a4e0ff81577b Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -21,10 +21,10 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) + 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) + 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) @@ -35,273 +35,338 @@ 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-20240419 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_155270 +BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240426 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_176475 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [21:12, 20:57] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:01, 07:26](3070 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:16, 25:05] -PASS -- TEST 'cpld_control_gfsv17_intel' [17:43, 13:45](1687 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:19, 14:45](1808 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:28, 07:11](944 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:22, 15:22](1669 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [14:12, 13:49] -PASS -- TEST 'cpld_debug_gfsv17_intel' [30:10, 24:28](1706 MB) - -PASS -- COMPILE 's2swa_intel' [08:20, 07:49] -PASS -- TEST 'cpld_control_p8_intel' [14:09, 08:24](3097 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:48, 08:27](3097 MB) -PASS -- TEST 'cpld_restart_p8_intel' [11:18, 05:14](3153 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [13:56, 08:45](3121 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [11:18, 05:44](3174 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [12:44, 07:07](3410 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [33:57, 08:19](3095 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [11:47, 07:27](3019 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:00, 08:19](3098 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [24:12, 10:42](3264 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [22:41, 07:26](3601 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [45:00, 13:46](4038 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [41:40, 09:26](4346 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [13:24, 07:52](3065 MB) - -PASS -- COMPILE 's2sw_intel' [20:16, 19:28] -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:41, 05:01](1686 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:28, 05:29](1729 MB) - -PASS -- COMPILE 's2swa_debug_intel' [14:12, 13:24] -PASS -- TEST 'cpld_debug_p8_intel' [17:56, 10:09](3129 MB) - -PASS -- COMPILE 's2sw_debug_intel' [14:12, 13:28] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [11:29, 05:58](1699 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [18:13, 17:17] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:14, 05:34](1727 MB) - -PASS -- COMPILE 's2s_intel' [18:13, 17:15] -PASS -- TEST 'cpld_control_c48_intel' [09:11, 06:56](2664 MB) - -PASS -- COMPILE 's2swa_faster_intel' [23:12, 23:04] -PASS -- TEST 'cpld_control_p8_faster_intel' [14:58, 08:16](3100 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [26:14, 25:21] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:57, 15:36](1700 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [15:21, 08:10](999 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [23:56, 17:34](1681 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [14:12, 13:59] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:51, 26:32](1718 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [15:14, 15:00] -PASS -- TEST 'control_flake_intel' [05:20, 03:48](675 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [06:14, 03:11](1567 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:25, 03:07](1580 MB) -PASS -- TEST 'control_latlon_intel' [05:03, 03:03](1570 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:06, 03:08](1568 MB) -PASS -- TEST 'control_c48_intel' [09:35, 06:40](1604 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:45, 05:40](724 MB) -PASS -- TEST 'control_c192_intel' [13:00, 10:02](1682 MB) -PASS -- TEST 'control_c384_intel' [23:55, 18:02](1984 MB) -PASS -- TEST 'control_c384gdas_intel' [28:28, 14:13](1185 MB) -PASS -- TEST 'control_stochy_intel' [03:20, 01:57](626 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:48, 01:40](431 MB) -PASS -- TEST 'control_lndp_intel' [03:20, 01:52](628 MB) -PASS -- TEST 'control_iovr4_intel' [04:33, 02:38](623 MB) -PASS -- TEST 'control_iovr5_intel' [04:33, 02:38](622 MB) -PASS -- TEST 'control_p8_intel' [06:51, 03:24](1605 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:31, 03:34](1607 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [08:04, 03:25](1609 MB) -PASS -- TEST 'control_restart_p8_intel' [04:31, 01:52](789 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:51, 03:34](1596 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:31, 01:47](792 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:51, 03:29](1594 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:39, 02:49](1687 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:25, 05:27](1606 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [09:07, 04:19](1657 MB) -PASS -- TEST 'control_p8_mynn_intel' [09:19, 03:41](1615 MB) -PASS -- TEST 'merra2_thompson_intel' [08:01, 04:01](1604 MB) -PASS -- TEST 'regional_control_intel' [07:40, 05:02](615 MB) -PASS -- TEST 'regional_restart_intel' [04:26, 02:40](789 MB) -PASS -- TEST 'regional_decomp_intel' [07:14, 05:06](615 MB) -PASS -- TEST 'regional_2threads_intel' [05:27, 02:55](756 MB) -PASS -- TEST 'regional_noquilt_intel' [07:09, 04:41](1155 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:02, 04:45](615 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:29, 04:44](615 MB) -PASS -- TEST 'regional_wofs_intel' [09:36, 06:23](1591 MB) - -PASS -- COMPILE 'rrfs_intel' [14:17, 14:07] -PASS -- TEST 'rap_control_intel' [09:22, 06:57](1010 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [12:25, 04:25](1187 MB) -PASS -- TEST 'rap_decomp_intel' [09:39, 07:08](1009 MB) -PASS -- TEST 'rap_2threads_intel' [08:56, 06:13](1097 MB) -PASS -- TEST 'rap_restart_intel' [06:15, 03:59](880 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:14, 06:49](1007 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:41, 07:11](1005 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:08, 04:52](880 MB) -PASS -- TEST 'hrrr_control_intel' [06:34, 03:53](1005 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:48, 04:20](1006 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:54, 03:13](1087 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:45, 01:58](838 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:06, 07:05](1003 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:04, 08:02](1967 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:57, 08:18](1952 MB) - -PASS -- COMPILE 'csawmg_intel' [14:17, 13:44] -PASS -- TEST 'control_csawmg_intel' [08:35, 06:51](695 MB) -PASS -- TEST 'control_ras_intel' [04:50, 03:31](657 MB) - -PASS -- COMPILE 'wam_intel' [14:13, 13:56] -PASS -- TEST 'control_wam_intel' [03:39, 02:19](369 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [17:12, 17:00] -PASS -- TEST 'control_p8_faster_intel' [06:45, 03:19](1607 MB) -PASS -- TEST 'regional_control_faster_intel' [06:22, 04:38](614 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [17:12, 17:04] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:29, 03:07](1586 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:23, 02:56](1589 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:54, 03:11](784 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:50, 02:55](788 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:22, 04:32](824 MB) -PASS -- TEST 'control_ras_debug_intel' [03:51, 02:53](793 MB) -PASS -- TEST 'control_diag_debug_intel' [04:49, 03:05](1640 MB) -PASS -- TEST 'control_debug_p8_intel' [05:19, 03:18](1618 MB) -PASS -- TEST 'regional_debug_intel' [18:22, 16:20](632 MB) -PASS -- TEST 'rap_control_debug_intel' [06:46, 05:09](1166 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:42, 05:03](1164 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:53, 05:00](1166 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:52, 05:17](1166 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:35, 05:19](1166 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:58, 05:11](1251 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:44, 05:06](1166 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:33, 05:13](1167 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:50, 05:14](1168 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:43, 05:09](1166 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:47, 05:00](1167 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:54, 05:20](1164 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:55, 08:08](1166 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:49, 05:14](1163 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:53, 05:56](1168 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:59, 05:04](1166 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:42, 08:28](1169 MB) - -PASS -- COMPILE 'wam_debug_intel' [15:17, 14:40] -PASS -- TEST 'control_wam_debug_intel' [09:47, 05:16](396 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:12, 13:22] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [21:06, 03:47](1053 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [12:34, 05:56](888 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [09:52, 03:24](884 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [11:29, 05:21](950 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:10, 02:48](937 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [12:53, 03:40](886 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:33, 04:21](782 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [07:56, 02:07](764 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [21:13, 20:51] -PASS -- TEST 'conus13km_control_intel' [16:09, 02:09](1094 MB) -PASS -- TEST 'conus13km_2threads_intel' [05:02, 01:13](1074 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:21, 01:49](974 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:13, 13:37] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [14:30, 04:40](904 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:12, 10:41] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [13:53, 05:11](1048 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [14:57, 05:00](1048 MB) -PASS -- TEST 'conus13km_debug_intel' [25:53, 14:08](1129 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [25:43, 14:19](805 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [19:40, 08:24](1108 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [26:35, 14:27](1195 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [35:18, 34:50] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:59, 05:07](1067 MB) - -PASS -- COMPILE 'hafsw_intel' [18:15, 17:13] -PASS -- TEST 'hafs_regional_atm_intel' [15:40, 05:21](706 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [13:44, 04:48](1059 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [17:58, 07:39](751 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [22:06, 11:30](785 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [24:16, 12:51](802 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [16:00, 05:21](478 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [16:37, 06:49](500 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [12:40, 03:02](372 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [20:39, 08:15](444 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [10:59, 03:44](510 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [12:06, 03:47](510 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [10:39, 04:51](574 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:07, 01:46](402 MB) -PASS -- TEST 'gnv1_nested_intel' [09:11, 04:19](766 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [12:16, 11:48] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [24:32, 13:03](584 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:12, 19:57] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:12, 07:51](618 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:15, 07:59](788 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [55:18, 54:16] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:48, 06:01](787 MB) - -PASS -- COMPILE 'hafs_all_intel' [17:12, 16:22] -PASS -- TEST 'hafs_regional_docn_intel' [08:47, 06:08](745 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:33, 06:14](730 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [29:12, 20:07](893 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [13:11, 12:29] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:50, 02:37](758 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:38, 01:39](734 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:36, 02:38](639 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:53, 02:37](639 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:39, 02:28](639 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:47, 02:39](757 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:45, 02:34](758 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:42, 02:26](639 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [13:46, 08:18](692 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [13:35, 08:17](676 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:29, 02:44](756 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:44, 04:46](2012 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:55, 04:46](2011 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [09:10, 08:26] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:50, 05:40](729 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [13:14, 12:40] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:37, 02:46](758 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [05:14, 04:59] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [06:27, 02:59](310 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [05:26, 02:24](456 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [04:22, 01:23](456 MB) - -PASS -- COMPILE 'atml_intel' [38:14, 37:39] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:44, 07:32](1633 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [12:44, 07:37](1633 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:44, 04:24](837 MB) - -PASS -- COMPILE 'atmw_intel' [16:13, 15:59] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:21, 02:21](1648 MB) - -PASS -- COMPILE 'atmaero_intel' [16:16, 15:16] -PASS -- TEST 'atmaero_control_p8_intel' [11:03, 06:33](2946 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [11:03, 06:50](3013 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:55, 06:49](3019 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [12:11, 11:13] -PASS -- TEST 'regional_atmaq_debug_intel' [29:03, 18:39](4495 MB) +PASS -- COMPILE 's2swa_32bit_intel' [22:16, 21:23] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:54, 07:29](3070 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [26:13, 25:58] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [21:07, 14:04](1685 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:26, 14:08](1809 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:55, 07:18](944 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [25:03, 15:51](1668 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [16:16, 16:04] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [30:51, 24:25](1707 MB) + +PASS -- COMPILE 's2swa_intel' [22:16, 20:58] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [17:25, 08:11](3097 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [17:15, 08:12](3097 MB) +PASS -- TEST 'cpld_restart_p8_intel' [13:57, 06:37](3152 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [15:24, 08:08](3121 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [12:38, 05:26](3175 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:26, 06:39](3408 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [13:56, 07:57](3096 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [14:35, 07:21](3019 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [17:15, 08:21](3098 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [19:54, 10:44](3270 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [16:55, 07:30](3600 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [28:30, 13:37](4035 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [19:52, 09:23](4345 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:58, 08:06](3065 MB) + +PASS -- COMPILE 's2sw_intel' [20:15, 20:09] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:30, 05:00](1685 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:10, 05:13](1729 MB) + +PASS -- COMPILE 's2swa_debug_intel' [16:16, 15:15] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [14:38, 10:02](3129 MB) + +PASS -- COMPILE 's2sw_debug_intel' [14:12, 13:11] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:20, 05:57](1699 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [42:16, 41:22] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [10:45, 05:52](1727 MB) + +PASS -- COMPILE 's2s_intel' [19:16, 18:06] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:44, 06:54](2663 MB) + +PASS -- COMPILE 's2swa_faster_intel' [25:13, 24:42] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [20:34, 08:42](3101 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [24:17, 23:12] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:53, 15:39](1701 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [14:24, 07:20](999 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [23:42, 17:45](1682 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [13:16, 13:06] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:56, 27:51](1715 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:17, 14:56] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [09:32, 04:08](673 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [10:01, 03:18](1568 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [10:02, 03:41](1580 MB) +PASS -- TEST 'control_latlon_intel' [09:51, 03:37](1569 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [10:10, 03:36](1569 MB) +PASS -- TEST 'control_c48_intel' [15:22, 06:38](1604 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [14:08, 05:47](722 MB) +PASS -- TEST 'control_c192_intel' [18:05, 10:24](1683 MB) +PASS -- TEST 'control_c384_intel' [26:39, 18:25](1985 MB) +PASS -- TEST 'control_c384gdas_intel' [25:34, 14:33](1186 MB) +PASS -- TEST 'control_stochy_intel' [05:24, 02:17](626 MB) +PASS -- TEST 'control_stochy_restart_intel' [05:19, 01:24](430 MB) +PASS -- TEST 'control_lndp_intel' [05:24, 02:26](628 MB) +PASS -- TEST 'control_iovr4_intel' [05:39, 03:10](623 MB) +PASS -- TEST 'control_iovr5_intel' [06:43, 03:12](623 MB) +PASS -- TEST 'control_p8_intel' [13:28, 03:47](1605 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [11:49, 03:49](1607 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [10:54, 03:39](1609 MB) +PASS -- TEST 'control_restart_p8_intel' [05:43, 01:43](789 MB) +PASS -- TEST 'control_noqr_p8_intel' [10:10, 03:20](1596 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:44, 01:46](793 MB) +PASS -- TEST 'control_decomp_p8_intel' [10:00, 03:40](1594 MB) +PASS -- TEST 'control_2threads_p8_intel' [10:00, 03:09](1685 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:42, 05:49](1606 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [11:10, 04:41](1657 MB) +PASS -- TEST 'control_p8_mynn_intel' [09:12, 03:28](1615 MB) +PASS -- TEST 'merra2_thompson_intel' [08:48, 04:10](1604 MB) +PASS -- TEST 'regional_control_intel' [08:24, 04:57](616 MB) +PASS -- TEST 'regional_restart_intel' [04:06, 02:38](789 MB) +PASS -- TEST 'regional_decomp_intel' [08:15, 05:28](615 MB) +PASS -- TEST 'regional_2threads_intel' [06:22, 03:08](758 MB) +PASS -- TEST 'regional_noquilt_intel' [08:17, 05:03](1155 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:55, 04:56](615 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:35, 04:42](615 MB) +PASS -- TEST 'regional_wofs_intel' [08:28, 06:02](1591 MB) + +PASS -- COMPILE 'rrfs_intel' [14:15, 13:28] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [10:22, 06:57](1010 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:28, 03:59](1181 MB) +PASS -- TEST 'rap_decomp_intel' [11:36, 07:17](1009 MB) +PASS -- TEST 'rap_2threads_intel' [10:42, 06:13](1099 MB) +PASS -- TEST 'rap_restart_intel' [07:45, 03:44](880 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:35, 06:55](1006 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:37, 07:03](1006 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:26, 05:20](880 MB) +PASS -- TEST 'hrrr_control_intel' [07:26, 03:53](1005 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:49, 04:51](1006 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:28, 03:15](1087 MB) +PASS -- TEST 'hrrr_control_restart_intel' [05:13, 02:16](837 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:11, 07:15](1003 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:08, 08:12](1966 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:03, 07:49](1951 MB) + +PASS -- COMPILE 'csawmg_intel' [14:16, 13:41] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [08:22, 06:39](696 MB) +PASS -- TEST 'control_ras_intel' [05:06, 03:32](657 MB) + +PASS -- COMPILE 'wam_intel' [14:15, 13:52] +PASS -- TEST 'control_wam_intel' [04:19, 02:38](370 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [18:14, 17:27] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [07:20, 04:06](1607 MB) +PASS -- TEST 'regional_control_faster_intel' [06:42, 04:49](615 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [13:17, 12:26] ( 885 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:21, 03:18](1587 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:13, 03:21](1589 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:28, 03:12](786 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:27, 03:15](788 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:15, 04:21](824 MB) +PASS -- TEST 'control_ras_debug_intel' [04:06, 02:55](795 MB) +PASS -- TEST 'control_diag_debug_intel' [05:05, 03:02](1641 MB) +PASS -- TEST 'control_debug_p8_intel' [05:51, 03:14](1618 MB) +PASS -- TEST 'regional_debug_intel' [18:56, 16:33](633 MB) +PASS -- TEST 'rap_control_debug_intel' [07:22, 05:10](1168 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:28, 05:06](1164 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:28, 05:02](1166 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:17, 05:06](1167 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:17, 05:02](1166 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:36, 05:19](1251 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:26, 05:16](1166 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:17, 05:14](1166 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:14, 05:08](1168 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:08, 05:13](1166 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:07, 04:51](1166 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:35, 05:18](1164 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:10, 07:50](1166 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:07, 05:13](1163 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:59, 06:08](1168 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:03, 05:11](1166 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:17, 08:24](1169 MB) + +PASS -- COMPILE 'wam_debug_intel' [10:15, 09:47] ( 855 warnings ) +PASS -- TEST 'control_wam_debug_intel' [06:35, 04:55](396 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:15, 13:58] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:27, 03:54](1048 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:55, 05:48](888 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:36, 03:34](884 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:04, 05:23](950 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:07, 02:50](939 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:35, 03:39](886 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:19, 04:33](782 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:28, 01:42](764 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:12, 15:50] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:55, 02:10](1094 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:50, 01:10](1076 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:17, 01:29](974 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:16, 14:43] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:43, 04:22](904 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:23, 10:36] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:53, 05:00](1048 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:30, 04:53](1048 MB) +PASS -- TEST 'conus13km_debug_intel' [17:44, 14:19](1129 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [17:36, 14:43](804 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:10, 08:28](1109 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:56, 14:07](1195 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:11, 09:58] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:25, 05:00](1067 MB) + +PASS -- COMPILE 'hafsw_intel' [19:18, 18:47] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [09:23, 05:15](707 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:43, 04:26](1055 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:22, 07:37](755 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:20, 11:38](784 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:14, 12:43](803 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:04, 05:17](478 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:51, 06:42](496 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [06:32, 02:55](372 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:39, 08:03](434 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:10, 03:54](509 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:43, 03:29](508 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:40, 04:42](571 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:00, 01:44](402 MB) +PASS -- TEST 'gnv1_nested_intel' [07:19, 03:56](766 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [13:15, 12:33] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:14, 13:03](583 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [21:16, 21:05] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:30, 07:37](616 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:37, 07:48](786 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [19:16, 18:43] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:38, 06:51](787 MB) + +PASS -- COMPILE 'hafs_all_intel' [35:19, 34:44] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:03, 06:30](748 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:52, 06:28](730 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:04, 20:07](893 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [14:16, 13:53] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:49, 02:34](758 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:03, 01:34](747 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:50, 02:45](639 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:10, 02:27](637 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:59, 02:31](637 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:44, 02:33](758 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:21, 02:34](745 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:15, 02:25](639 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:04, 06:05](693 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:07, 06:07](676 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:52, 02:35](758 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:00, 04:35](2011 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:01, 04:37](2011 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [09:15, 08:44] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:49, 05:28](743 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [13:15, 12:30] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:49, 02:33](759 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:22, 03:47] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:59, 02:02](318 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:48, 01:46](456 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:31, 01:05](456 MB) + +PASS -- COMPILE 'atml_intel' [17:16, 16:46] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:42, 08:34](1632 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [11:48, 08:39](1633 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:09, 04:37](837 MB) + +PASS -- COMPILE 'atml_debug_intel' [13:13, 12:13] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [37:55, 35:04](1651 MB) + +PASS -- COMPILE 'atmw_intel' [16:16, 16:04] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:44, 02:50](1648 MB) + +PASS -- COMPILE 'atmaero_intel' [15:19, 15:07] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [09:24, 06:40](2947 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:24, 06:43](3013 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:02, 06:42](3017 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [10:12, 09:56] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [21:10, 18:25](4477 MB) SYNOPSIS: -Starting Date/Time: 20240423 15:27:48 -Ending Date/Time: 20240423 18:09:15 -Total Time: 02h:42m:47s -Compiles Completed: 37/37 -Tests Completed: 179/179 +Starting Date/Time: 20240429 01:08:25 +Ending Date/Time: 20240429 03:14:52 +Total Time: 02h:07m:46s +Compiles Completed: 38/38 +Tests Completed: 180/180 + +NOTES: +A file 'test_changes.list' was generated but is empty. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: SUCCESS + +====END OF GAEA REGRESSION TESTING LOG==== +====START OF GAEA REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +d35f6da7caf2a4d320aeb75613de67533a11d1b7 + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) + c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) + 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) + 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) + 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) + + +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-20240426 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_221543 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-n) - RUN SINGLE TEST: control_p8_atmlnd_debug +* (-e) - USE ECFLOW + +PASS -- COMPILE 'atml_debug_intel' [11:12, 10:35] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:13, 06:16](1651 MB) + +SYNOPSIS: +Starting Date/Time: 20240429 13:52:13 +Ending Date/Time: 20240429 14:13:58 +Total Time: 00h:22m:05s +Compiles Completed: 1/1 +Tests Completed: 1/1 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 fac7b77819..db58d92d42 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,7 +1,7 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -bcc92327e9e244c4ca9db1707f4df177799426b2 +5175ca7ecbd16473b4778a533ab9c52b065a1eb4 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -12,8 +12,8 @@ Submodule hashes used in testing: da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) + 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) + 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) @@ -24,365 +24,419 @@ 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-20240419 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_3337654 +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240426 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2646060 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf * (-r) - USE ROCOTO -PASS -- COMPILE 's2swa_32bit_intel' [12:43, 12:43] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:23, 05:34](3166 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [15:58, 15:58] -PASS -- TEST 'cpld_control_gfsv17_intel' [17:56, 17:09](1739 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:47, 17:50](2011 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:56, 08:04](1097 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:58, 19:17](1630 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [04:18, 04:18] -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:43, 22:57](1691 MB) - -PASS -- COMPILE 's2swa_intel' [12:44, 12:44] -PASS -- TEST 'cpld_control_p8_intel' [06:45, 05:51](3196 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [06:40, 05:48](3208 MB) -PASS -- TEST 'cpld_restart_p8_intel' [04:29, 03:29](3257 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [06:51, 05:58](3241 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [04:44, 03:35](3243 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [06:16, 05:31](3560 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [06:40, 05:53](3192 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [05:32, 04:46](3053 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [06:37, 05:46](3189 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [11:56, 10:20](3317 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [08:56, 06:33](3550 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [15:13, 09:51](4144 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:44, 05:56](4342 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [06:27, 05:38](3150 MB) - -PASS -- COMPILE 's2sw_intel' [12:19, 12:19] -PASS -- TEST 'cpld_control_noaero_p8_intel' [05:51, 05:05](1735 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:30, 04:42](1767 MB) - -PASS -- COMPILE 's2swa_debug_intel' [04:19, 04:19] -PASS -- TEST 'cpld_debug_p8_intel' [09:49, 08:47](3218 MB) - -PASS -- COMPILE 's2sw_debug_intel' [03:59, 03:59] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:38, 05:48](1765 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:36, 11:36] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:27, 04:38](1755 MB) - -PASS -- COMPILE 's2s_intel' [11:15, 11:15] -PASS -- TEST 'cpld_control_c48_intel' [10:11, 09:40](2832 MB) - -PASS -- COMPILE 's2swa_faster_intel' [16:27, 16:27] -PASS -- TEST 'cpld_control_p8_faster_intel' [06:28, 05:33](3193 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:20, 15:20] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:00, 17:11](1757 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:58, 08:01](1149 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:37, 19:49](1666 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:18, 04:18] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:51, 25:05](1678 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:13, 11:13] -PASS -- TEST 'control_flake_intel' [03:33, 03:21](686 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:35, 02:53](1573 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:34, 02:58](1580 MB) -PASS -- TEST 'control_latlon_intel' [03:24, 02:56](1576 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:31, 02:57](1576 MB) -PASS -- TEST 'control_c48_intel' [08:16, 07:38](1744 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:44, 06:22](850 MB) -PASS -- TEST 'control_c192_intel' [11:19, 10:35](1712 MB) -PASS -- TEST 'control_c384_intel' [11:52, 10:30](1992 MB) -PASS -- TEST 'control_c384gdas_intel' [10:40, 08:11](1353 MB) -PASS -- TEST 'control_stochy_intel' [01:52, 01:37](643 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:11, 00:58](483 MB) -PASS -- TEST 'control_lndp_intel' [01:47, 01:32](641 MB) -PASS -- TEST 'control_iovr4_intel' [02:42, 02:30](639 MB) -PASS -- TEST 'control_iovr5_intel' [02:38, 02:25](638 MB) -PASS -- TEST 'control_p8_intel' [03:40, 02:58](1609 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:41, 02:59](1603 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:31, 02:52](1611 MB) -PASS -- TEST 'control_restart_p8_intel' [02:11, 01:36](875 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:34, 02:57](1584 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:15, 01:37](923 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:39, 03:05](1578 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:18, 02:44](1698 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:46, 05:16](1595 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:36, 03:55](1678 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:41, 02:58](1617 MB) -PASS -- TEST 'merra2_thompson_intel' [03:59, 03:17](1619 MB) -PASS -- TEST 'regional_control_intel' [05:39, 05:09](834 MB) -PASS -- TEST 'regional_restart_intel' [03:10, 02:45](1005 MB) -PASS -- TEST 'regional_decomp_intel' [05:58, 05:30](827 MB) -PASS -- TEST 'regional_2threads_intel' [03:44, 03:15](825 MB) -PASS -- TEST 'regional_noquilt_intel' [05:34, 05:09](1349 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:40, 05:13](837 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:37, 05:11](836 MB) -PASS -- TEST 'regional_wofs_intel' [07:07, 06:41](1897 MB) - -PASS -- COMPILE 'rrfs_intel' [10:35, 10:35] -PASS -- TEST 'rap_control_intel' [08:09, 07:41](1097 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:47, 04:05](1287 MB) -PASS -- TEST 'rap_decomp_intel' [08:29, 08:07](1023 MB) -PASS -- TEST 'rap_2threads_intel' [07:49, 07:26](1160 MB) -PASS -- TEST 'rap_restart_intel' [04:33, 04:01](1082 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:09, 07:43](1094 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:27, 08:06](1025 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:25, 05:56](1122 MB) -PASS -- TEST 'hrrr_control_intel' [04:18, 03:57](1039 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:26, 04:05](1031 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:04, 03:38](1103 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:29, 02:10](990 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:03, 07:35](1088 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:33, 09:19](1965 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:16, 09:02](2046 MB) - -PASS -- COMPILE 'csawmg_intel' [10:16, 10:16] -PASS -- TEST 'control_csawmg_intel' [06:31, 06:02](740 MB) -PASS -- TEST 'control_ras_intel' [03:25, 03:15](739 MB) - -PASS -- COMPILE 'csawmg_gnu' [03:34, 03:33] -PASS -- TEST 'control_csawmg_gnu' [08:53, 08:24](540 MB) - -PASS -- COMPILE 'wam_intel' [09:55, 09:55] -PASS -- TEST 'control_wam_intel' [02:12, 02:02](638 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:41, 10:41] -PASS -- TEST 'control_p8_faster_intel' [03:21, 02:39](1610 MB) -PASS -- TEST 'regional_control_faster_intel' [05:18, 04:47](829 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [04:47, 04:47] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:20, 02:45](1570 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:15, 02:43](1577 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:23, 03:13](780 MB) -PASS -- TEST 'control_lndp_debug_intel' [02:54, 02:43](783 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:38, 04:08](832 MB) -PASS -- TEST 'control_ras_debug_intel' [03:09, 02:57](790 MB) -PASS -- TEST 'control_diag_debug_intel' [03:23, 02:46](1635 MB) -PASS -- TEST 'control_debug_p8_intel' [03:32, 02:59](1605 MB) -PASS -- TEST 'regional_debug_intel' [17:47, 17:20](810 MB) -PASS -- TEST 'rap_control_debug_intel' [05:12, 04:58](1169 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:08, 04:54](1165 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:14, 04:59](1170 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:13, 04:59](1171 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:18, 05:01](1170 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:44, 05:10](1253 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:16, 05:04](1174 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:32, 05:17](1182 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:37, 05:21](1171 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:15, 04:59](1186 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:10, 04:56](1185 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:22, 05:08](1167 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:26, 08:11](1188 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:16, 05:00](1181 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:36, 06:25](1187 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:18, 05:06](1190 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:46, 08:22](1171 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [02:43, 02:43] -PASS -- TEST 'control_csawmg_debug_gnu' [02:36, 02:10](508 MB) - -PASS -- COMPILE 'wam_debug_intel' [03:16, 03:15] -PASS -- TEST 'control_wam_debug_intel' [05:11, 04:59](468 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:11, 10:11] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:36, 03:53](1140 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:44, 06:24](1032 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:47, 03:25](985 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:28, 06:06](1067 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:38, 03:14](946 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:00, 03:40](916 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:25, 04:50](1009 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:13, 01:52](916 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:24, 12:24] -PASS -- TEST 'conus13km_control_intel' [02:54, 02:06](1187 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:24, 00:53](1099 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:49, 01:15](1090 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:18, 10:18] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:49, 04:14](969 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:42, 03:42] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:03, 04:51](1093 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:59, 04:47](1087 MB) -PASS -- TEST 'conus13km_debug_intel' [15:27, 14:54](1269 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:16, 14:40](920 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [08:47, 08:20](1143 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:11, 14:44](1305 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:22, 03:22] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:02, 04:52](1134 MB) - -PASS -- COMPILE 'hafsw_intel' [11:34, 11:33] -PASS -- TEST 'hafs_regional_atm_intel' [06:01, 05:04](742 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:20, 06:03](1118 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:59, 06:56](838 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:33, 13:35](863 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:13, 15:11](896 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:19, 05:39](505 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:00, 06:58](521 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:07, 02:38](376 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:33, 07:32](470 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:27, 03:54](532 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:19, 03:41](526 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:56, 04:12](592 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:32, 01:13](402 MB) -PASS -- TEST 'gnv1_nested_intel' [04:44, 04:12](802 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [03:50, 03:50] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:29, 12:49](572 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [12:00, 12:00] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:38, 08:52](672 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:39, 08:50](705 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:56, 11:56] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:27, 06:40](737 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:14, 11:13] -PASS -- TEST 'hafs_regional_docn_intel' [07:57, 06:49](829 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:57, 06:51](820 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:44, 16:03](1212 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:19, 06:18] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:58, 02:49](1149 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:52, 01:41](1095 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:47, 02:38](1022 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:47, 02:37](1025 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:47, 02:39](1017 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:51, 02:44](1146 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:51, 02:43](1134 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:47, 02:38](1016 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:29, 06:25](1061 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:16, 06:12](1041 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:51, 02:45](1146 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:09, 03:57](2486 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:05, 03:56](2441 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [02:59, 02:58] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:36, 06:27](1056 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [05:58, 05:56] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:49, 02:40](1146 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:05, 01:05] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:15, 00:53](262 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:16, 00:58](330 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:44, 00:31](328 MB) - -PASS -- COMPILE 'atml_intel' [11:55, 11:54] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [05:05, 04:16](1561 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [05:00, 04:14](1589 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:14, 02:38](876 MB) - -PASS -- COMPILE 'atmw_intel' [10:55, 10:54] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:24, 01:46](1647 MB) - -PASS -- COMPILE 'atmaero_intel' [10:42, 10:41] -PASS -- TEST 'atmaero_control_p8_intel' [04:46, 03:58](3039 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:45, 04:58](3099 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:33, 05:01](3093 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [03:36, 03:35] -PASS -- TEST 'regional_atmaq_debug_intel' [25:40, 24:01](4452 MB) - -PASS -- COMPILE 'atm_gnu' [03:52, 03:51] -PASS -- TEST 'control_c48_gnu' [11:48, 11:17](1544 MB) -PASS -- TEST 'control_stochy_gnu' [03:36, 03:23](507 MB) -PASS -- TEST 'control_ras_gnu' [04:52, 04:39](515 MB) -PASS -- TEST 'control_p8_gnu' [05:29, 04:40](1266 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:22, 04:38](1267 MB) -PASS -- TEST 'control_flake_gnu' [10:46, 10:33](549 MB) - -PASS -- COMPILE 'rrfs_gnu' [03:52, 03:51] -PASS -- TEST 'rap_control_gnu' [11:06, 10:41](855 MB) -PASS -- TEST 'rap_decomp_gnu' [11:22, 10:59](858 MB) -PASS -- TEST 'rap_2threads_gnu' [10:06, 09:42](940 MB) -PASS -- TEST 'rap_restart_gnu' [06:21, 05:40](587 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [10:55, 10:29](858 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:27, 11:01](858 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:59, 08:19](588 MB) -PASS -- TEST 'hrrr_control_gnu' [05:52, 05:28](857 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:54, 05:30](847 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:19, 04:56](928 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:07, 05:41](856 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:13, 02:54](572 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:25, 02:56](667 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [11:09, 10:33](855 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [03:40, 03:39] -PASS -- TEST 'control_diag_debug_gnu' [02:26, 01:46](1285 MB) -PASS -- TEST 'regional_debug_gnu' [11:44, 11:12](568 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:10, 02:54](871 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:05, 02:47](871 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:47, 02:36](874 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:50, 02:40](878 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:14, 02:52](960 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:19, 04:06](870 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:54, 02:40](835 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:54, 02:42](867 MB) -PASS -- TEST 'control_ras_debug_gnu' [01:57, 01:42](506 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:03, 01:50](499 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:22, 01:45](1253 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:58, 02:45](871 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:11, 02:54](874 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:46, 04:19](879 MB) - -PASS -- COMPILE 'wam_debug_gnu' [01:53, 01:52] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [03:39, 03:39] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:55, 09:28](712 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:28, 05:04](713 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:04, 08:38](765 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:59, 04:34](760 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:35, 05:11](713 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:42, 07:08](550 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:59, 02:36](532 MB) -PASS -- TEST 'conus13km_control_gnu' [03:59, 03:16](869 MB) -PASS -- TEST 'conus13km_2threads_gnu' [05:38, 05:06](874 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:22, 01:52](546 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [05:27, 05:26] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:22, 05:53](738 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [03:41, 03:40] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:43, 02:30](696 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:45, 02:32](699 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:36, 06:57](870 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:33, 06:59](559 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [07:30, 07:02](871 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:30, 06:55](936 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [03:41, 03:40] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:57, 02:40](720 MB) - -PASS -- COMPILE 's2swa_gnu' [14:39, 14:38] - -PASS -- COMPILE 's2s_gnu' [14:37, 14:37] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [07:44, 06:42](1341 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [02:33, 02:32] - -PASS -- COMPILE 's2sw_pdlib_gnu' [14:17, 14:17] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [23:22, 22:25](1308 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [02:23, 02:22] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:52, 12:56](1306 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [14:14, 14:13] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:18, 03:06](696 MB) +PASS -- COMPILE 's2swa_32bit_intel' [12:51, 12:51] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:38, 05:49](3171 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:46, 16:46] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [17:59, 17:12](1706 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:48, 17:52](1998 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:54, 08:03](1123 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:54, 19:13](1628 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [04:39, 04:38] ( 1526 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:44, 22:55](1687 MB) + +PASS -- COMPILE 's2swa_intel' [13:00, 13:00] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [06:39, 05:47](3212 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [06:42, 05:49](3195 MB) +PASS -- TEST 'cpld_restart_p8_intel' [04:20, 03:23](3268 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [06:37, 05:49](3247 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [04:32, 03:34](3277 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [06:23, 05:37](3543 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [06:33, 05:48](3203 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [05:27, 04:43](3062 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [06:43, 05:53](3197 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [11:44, 10:07](3279 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [08:17, 06:11](3597 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [15:12, 09:34](4060 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:23, 06:17](4362 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [06:22, 05:31](3147 MB) + +PASS -- COMPILE 's2sw_intel' [12:13, 12:13] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [05:28, 04:41](1732 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:14, 04:23](1722 MB) + +PASS -- COMPILE 's2swa_debug_intel' [04:39, 04:39] ( 1451 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [09:27, 08:30](3237 MB) + +PASS -- COMPILE 's2sw_debug_intel' [04:25, 04:25] ( 1451 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:39, 05:47](1727 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:39, 11:39] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:14, 04:24](1759 MB) + +PASS -- COMPILE 's2s_intel' [11:29, 11:29] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:54, 09:25](2833 MB) + +PASS -- COMPILE 's2swa_faster_intel' [16:28, 16:28] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [06:16, 05:25](3210 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [15:30, 15:30] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:02, 17:13](1791 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:06, 08:08](1177 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:31, 19:39](1690 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:23, 04:22] ( 1561 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:40, 24:55](1697 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:26, 11:26] ( 2 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [03:32, 03:20](711 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:24, 02:54](1600 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:31, 02:59](1616 MB) +PASS -- TEST 'control_latlon_intel' [03:22, 02:55](1608 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:32, 03:01](1578 MB) +PASS -- TEST 'control_c48_intel' [08:16, 07:48](1738 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:36, 06:25](876 MB) +PASS -- TEST 'control_c192_intel' [11:14, 10:31](1720 MB) +PASS -- TEST 'control_c384_intel' [12:02, 10:38](2011 MB) +PASS -- TEST 'control_c384gdas_intel' [10:22, 08:05](1395 MB) +PASS -- TEST 'control_stochy_intel' [01:47, 01:37](663 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:16, 00:59](506 MB) +PASS -- TEST 'control_lndp_intel' [01:44, 01:33](659 MB) +PASS -- TEST 'control_iovr4_intel' [02:41, 02:27](657 MB) +PASS -- TEST 'control_iovr5_intel' [02:47, 02:33](657 MB) +PASS -- TEST 'control_p8_intel' [03:47, 03:13](1617 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:42, 03:00](1586 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:31, 02:52](1609 MB) +PASS -- TEST 'control_restart_p8_intel' [02:13, 01:37](890 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:32, 02:54](1600 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:16, 01:37](930 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:38, 03:03](1588 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:16, 02:45](1719 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:46, 05:17](1617 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:43, 04:07](1674 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:40, 03:00](1604 MB) +PASS -- TEST 'merra2_thompson_intel' [03:58, 03:22](1621 MB) +PASS -- TEST 'regional_control_intel' [05:35, 05:10](850 MB) +PASS -- TEST 'regional_restart_intel' [03:08, 02:43](1019 MB) +PASS -- TEST 'regional_decomp_intel' [05:52, 05:29](849 MB) +PASS -- TEST 'regional_2threads_intel' [03:36, 03:11](850 MB) +PASS -- TEST 'regional_noquilt_intel' [05:33, 05:08](1356 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:32, 05:05](850 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:33, 05:09](848 MB) +PASS -- TEST 'regional_wofs_intel' [07:09, 06:43](1900 MB) + +PASS -- COMPILE 'rrfs_intel' [10:31, 10:31] ( 4 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:07, 07:43](1105 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:51, 04:02](1294 MB) +PASS -- TEST 'rap_decomp_intel' [08:25, 08:05](1035 MB) +PASS -- TEST 'rap_2threads_intel' [07:39, 07:15](1185 MB) +PASS -- TEST 'rap_restart_intel' [04:32, 04:02](1114 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:07, 07:41](1095 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:30, 08:08](1038 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:18, 05:49](1126 MB) +PASS -- TEST 'hrrr_control_intel' [04:25, 03:58](1042 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:28, 04:06](1030 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [03:59, 03:38](1123 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:25, 02:09](1002 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:06, 07:37](1103 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:31, 09:19](1962 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:20, 09:04](2048 MB) + +PASS -- COMPILE 'csawmg_intel' [10:17, 10:17] ( 2 warnings ) +PASS -- TEST 'control_csawmg_intel' [06:24, 05:58](735 MB) +PASS -- TEST 'control_ras_intel' [03:23, 03:14](748 MB) + +PASS -- COMPILE 'csawmg_gnu' [03:39, 03:39] +PASS -- TEST 'control_csawmg_gnu' [08:44, 08:18](548 MB) + +PASS -- COMPILE 'wam_intel' [09:53, 09:52] ( 1 warnings ) +PASS -- TEST 'control_wam_intel' [02:20, 02:09](656 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:38, 10:37] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:22, 02:46](1612 MB) +PASS -- TEST 'regional_control_faster_intel' [05:09, 04:43](853 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [04:53, 04:53] ( 886 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:12, 02:43](1571 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:14, 02:44](1615 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:07, 02:58](815 MB) +PASS -- TEST 'control_lndp_debug_intel' [02:58, 02:48](817 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:33, 04:09](869 MB) +PASS -- TEST 'control_ras_debug_intel' [02:58, 02:47](826 MB) +PASS -- TEST 'control_diag_debug_intel' [03:20, 02:47](1675 MB) +PASS -- TEST 'control_debug_p8_intel' [03:20, 02:50](1648 MB) +PASS -- TEST 'regional_debug_intel' [17:30, 17:05](844 MB) +PASS -- TEST 'rap_control_debug_intel' [05:01, 04:50](1205 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:53, 04:42](1202 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:58, 04:47](1207 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:00, 04:49](1201 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:09, 04:59](1214 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:27, 05:07](1287 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:10, 04:59](1211 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:15, 05:04](1207 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:01, 04:51](1183 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:08, 04:58](1204 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:03, 04:52](1204 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:04, 04:53](1205 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:14, 08:04](1201 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:03, 04:53](1199 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:14, 06:04](1207 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:13, 05:02](1204 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:50, 08:25](1210 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [02:38, 02:37] +PASS -- TEST 'control_csawmg_debug_gnu' [02:41, 02:13](528 MB) + +PASS -- COMPILE 'wam_debug_intel' [03:15, 03:14] ( 856 warnings ) +PASS -- TEST 'control_wam_debug_intel' [05:05, 04:56](511 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:59, 09:58] ( 4 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:31, 03:49](1163 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:47, 06:21](1049 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:47, 03:22](990 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:22, 06:02](1085 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:28, 03:08](963 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:55, 03:35](936 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:10, 04:46](1028 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:05, 01:50](937 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:33, 12:33] ( 4 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:40, 02:06](1204 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:19, 00:54](1118 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:47, 01:14](1112 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:13, 10:13] ( 4 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:39, 04:09](983 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:24, 03:24] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:02, 04:51](1089 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:56, 04:45](1087 MB) +PASS -- TEST 'conus13km_debug_intel' [14:56, 14:13](1233 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [14:59, 14:17](894 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [08:39, 08:06](1156 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:55, 14:26](1296 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:22, 03:22] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:09, 04:58](1137 MB) + +PASS -- COMPILE 'hafsw_intel' [11:34, 11:34] ( 2 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:56, 04:53](738 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:11, 05:46](1119 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:00, 06:55](826 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:16, 13:20](871 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:21, 15:04](884 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:14, 05:31](502 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:45, 06:42](520 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:10, 02:43](373 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:49, 07:12](483 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:14, 03:42](525 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:10, 03:30](532 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:41, 04:04](592 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:27, 01:11](411 MB) +PASS -- TEST 'gnv1_nested_intel' [04:34, 04:04](801 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [03:54, 03:54] ( 1468 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:17, 12:41](566 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [11:57, 11:57] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:32, 08:47](671 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:35, 08:45](748 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [11:53, 11:53] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:05, 06:20](741 MB) + +PASS -- COMPILE 'hafs_all_intel' [11:16, 11:16] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:14, 06:23](823 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:22, 06:26](812 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:47, 16:11](1212 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [06:13, 06:13] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:42, 02:36](1157 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:42, 01:34](1102 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:38, 02:32](1017 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:44, 02:37](1015 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:48, 02:41](1022 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:50, 02:44](1140 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:43, 02:37](1148 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:42, 02:37](1012 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:39, 06:33](1065 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:02, 06:12](1049 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:48, 02:45](1128 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:59, 03:53](2492 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:57, 03:51](2437 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [03:01, 03:01] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:20, 06:15](1057 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:02, 06:02] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:45, 02:39](1148 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:12, 01:11] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [00:59, 00:42](263 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [00:59, 00:45](331 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:41, 00:28](324 MB) + +PASS -- COMPILE 'atml_intel' [11:47, 11:47] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [04:54, 04:10](1581 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [04:54, 04:09](1599 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [02:46, 02:13](895 MB) + +PASS -- COMPILE 'atml_debug_intel' [04:26, 04:26] ( 881 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [34:07, 33:23](1613 MB) + +PASS -- COMPILE 'atmw_intel' [10:58, 10:58] ( 1 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:22, 01:45](1654 MB) + +PASS -- COMPILE 'atmaero_intel' [10:48, 10:48] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:47, 04:05](3022 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:38, 04:55](3104 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:23, 04:57](3116 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [03:45, 03:45] ( 885 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [22:55, 21:18](4450 MB) + +PASS -- COMPILE 'atm_gnu' [03:39, 03:39] +PASS -- TEST 'control_c48_gnu' [11:47, 11:18](1545 MB) +PASS -- TEST 'control_stochy_gnu' [03:36, 03:25](511 MB) +PASS -- TEST 'control_ras_gnu' [05:02, 04:52](517 MB) +PASS -- TEST 'control_p8_gnu' [05:27, 04:44](1267 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:07, 04:28](1267 MB) +PASS -- TEST 'control_flake_gnu' [10:49, 10:38](551 MB) + +PASS -- COMPILE 'rrfs_gnu' [03:39, 03:39] +PASS -- TEST 'rap_control_gnu' [11:02, 10:39](858 MB) +PASS -- TEST 'rap_decomp_gnu' [11:14, 10:50](862 MB) +PASS -- TEST 'rap_2threads_gnu' [10:16, 09:50](940 MB) +PASS -- TEST 'rap_restart_gnu' [06:00, 05:32](588 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [11:11, 10:46](857 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:13, 10:52](858 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:29, 08:02](587 MB) +PASS -- TEST 'hrrr_control_gnu' [06:03, 05:28](855 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:48, 05:27](844 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:28, 05:00](936 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:51, 05:27](858 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:07, 02:51](574 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:03, 02:47](668 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [11:12, 10:40](850 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [03:39, 03:39] +PASS -- TEST 'control_diag_debug_gnu' [02:12, 01:35](1284 MB) +PASS -- TEST 'regional_debug_gnu' [10:20, 09:55](560 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:46, 02:36](867 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:44, 02:34](867 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:46, 02:36](873 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [02:46, 02:35](872 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:11, 02:46](950 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:15, 04:04](868 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:48, 02:36](868 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:48, 02:38](861 MB) +PASS -- TEST 'control_ras_debug_gnu' [01:46, 01:36](505 MB) +PASS -- TEST 'control_stochy_debug_gnu' [01:52, 01:42](499 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:13, 01:41](1253 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:52, 02:41](866 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:05, 02:53](878 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:47, 04:19](878 MB) + +PASS -- COMPILE 'wam_debug_gnu' [01:49, 01:49] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [03:41, 03:41] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:51, 09:26](712 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:20, 04:56](712 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:08, 08:46](764 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:58, 04:36](758 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:22, 05:03](714 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:34, 07:03](561 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:52, 02:36](544 MB) +PASS -- TEST 'conus13km_control_gnu' [03:48, 03:10](886 MB) +PASS -- TEST 'conus13km_2threads_gnu' [06:26, 05:56](894 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:19, 01:50](568 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [05:22, 05:22] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:13, 05:45](737 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [03:38, 03:38] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:44, 02:34](722 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:44, 02:32](722 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:30, 06:58](903 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:41, 07:12](595 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [07:55, 07:24](905 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:31, 07:00](968 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [03:43, 03:43] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:51, 02:39](748 MB) + +PASS -- COMPILE 's2swa_gnu' [14:45, 14:45] + +PASS -- COMPILE 's2s_gnu' [14:21, 14:21] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [12:19, 11:19](1350 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [02:40, 02:40] + +PASS -- COMPILE 's2sw_pdlib_gnu' [14:28, 14:28] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [26:07, 25:18](1325 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [02:40, 02:40] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [14:56, 14:08](1326 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [14:16, 14:16] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:10, 03:03](701 MB) SYNOPSIS: -Starting Date/Time: 20240423 18:57:22 -Ending Date/Time: 20240424 03:03:55 -Total Time: 08h:06m:50s -Compiles Completed: 53/53 -Tests Completed: 239/239 +Starting Date/Time: 20240429 13:36:09 +Ending Date/Time: 20240429 20:01:09 +Total Time: 06h:25m:17s +Compiles Completed: 54/54 +Tests Completed: 240/240 + +NOTES: +A file 'test_changes.list' was generated but is empty. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: SUCCESS + +====END OF HERA REGRESSION TESTING LOG==== + +====START OF HERA REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +7441d3bb7300d6f41e7eb17bd98aac0539164065 + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) + c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) + 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) + 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) + + +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: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240426 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_4106538 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-n) - RUN SINGLE TEST: control_p8_atmlnd_debug +* (-e) - USE ECFLOW + +PASS -- COMPILE 'atml_debug_intel' [06:11, 04:26] ( 881 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:52, 05:28](1634 MB) + +SYNOPSIS: +Starting Date/Time: 20240429 18:31:57 +Ending Date/Time: 20240429 18:47:17 +Total Time: 00h:15m:24s +Compiles Completed: 1/1 +Tests Completed: 1/1 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index e5677021cf..3682c894e9 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,7 +1,7 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -fe4bb76565de0a5f3261b276fa392d65cb046e96 +aef829f3311f718f3cef6b1102e849370da1a983 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -21,10 +21,10 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) + 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) + 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) @@ -35,360 +35,424 @@ 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-20240419 -COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_12578 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240426 +COMPARISON DIRECTORY: /work2/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/rt_3885348 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [12:10, 12:09] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:56, 07:29](1894 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:10, 16:14] -PASS -- TEST 'cpld_control_gfsv17_intel' [15:08, 13:31](1767 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:25, 14:03](2190 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:11, 06:20](1175 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [15:54, 15:07](1691 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 05:51] -PASS -- TEST 'cpld_debug_gfsv17_intel' [22:07, 20:22](1725 MB) - -PASS -- COMPILE 's2swa_intel' [11:10, 10:45] -PASS -- TEST 'cpld_control_p8_intel' [08:52, 07:30](2086 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:58, 07:27](2077 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:09, 04:15](1955 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:50, 07:40](1979 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:11, 04:18](1733 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:47, 08:51](2498 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:47, 07:45](2070 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:54, 06:14](1900 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:59, 07:26](2069 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [16:34, 14:53](2799 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [08:06, 05:37](2920 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [13:43, 08:20](3632 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [12:42, 05:10](3627 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [05:53, 04:52](2019 MB) - -PASS -- COMPILE 's2sw_intel' [12:10, 11:18] -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:46, 07:07](1773 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [04:53, 03:56](1814 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:10, 04:33] -PASS -- TEST 'cpld_debug_p8_intel' [08:02, 06:55](2039 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:10, 05:25] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:45, 04:44](1790 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:10, 09:30] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [04:47, 03:57](1815 MB) - -PASS -- COMPILE 's2s_intel' [10:10, 09:35] -PASS -- TEST 'cpld_control_c48_intel' [08:37, 07:17](2833 MB) - -PASS -- COMPILE 's2swa_faster_intel' [13:10, 12:53] -PASS -- TEST 'cpld_control_p8_faster_intel' [08:58, 07:19](2055 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:10, 15:06] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:47, 13:43](1812 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:01, 06:42](1304 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:56, 15:13](1726 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 04:12] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [22:50, 21:40](1763 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [08:10, 08:07] -PASS -- TEST 'control_flake_intel' [03:18, 02:50](716 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:31, 02:28](1610 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:35, 02:32](1621 MB) -PASS -- TEST 'control_latlon_intel' [03:30, 02:30](1611 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:36, 02:31](1615 MB) -PASS -- TEST 'control_c48_intel' [07:32, 06:59](1749 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:22, 05:42](844 MB) -PASS -- TEST 'control_c192_intel' [09:39, 08:55](1761 MB) -PASS -- TEST 'control_c384_intel' [10:14, 09:07](2038 MB) -PASS -- TEST 'control_c384gdas_intel' [09:41, 06:59](1530 MB) -PASS -- TEST 'control_stochy_intel' [02:18, 01:24](671 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:27, 00:52](549 MB) -PASS -- TEST 'control_lndp_intel' [02:18, 01:19](667 MB) -PASS -- TEST 'control_iovr4_intel' [03:19, 02:05](659 MB) -PASS -- TEST 'control_iovr5_intel' [02:23, 02:06](672 MB) -PASS -- TEST 'control_p8_intel' [03:49, 02:31](1650 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:50, 02:31](1638 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:49, 02:26](1649 MB) -PASS -- TEST 'control_restart_p8_intel' [02:44, 01:22](908 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:40, 02:28](1631 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:49, 01:21](991 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:38, 02:35](1634 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:38, 02:18](1728 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:31, 04:21](1629 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:48, 03:25](1718 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:47, 02:31](1646 MB) -PASS -- TEST 'merra2_thompson_intel' [03:53, 02:45](1653 MB) -PASS -- TEST 'regional_control_intel' [05:28, 04:31](956 MB) -PASS -- TEST 'regional_restart_intel' [03:27, 02:26](1101 MB) -PASS -- TEST 'regional_decomp_intel' [05:27, 04:45](949 MB) -PASS -- TEST 'regional_2threads_intel' [03:27, 02:47](912 MB) -PASS -- TEST 'regional_noquilt_intel' [05:29, 04:17](1484 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:30, 04:24](959 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:24, 04:25](959 MB) -PASS -- TEST 'regional_wofs_intel' [06:26, 05:29](2070 MB) - -PASS -- COMPILE 'rrfs_intel' [08:10, 07:14] -PASS -- TEST 'rap_control_intel' [07:32, 06:31](1208 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:46, 03:22](1402 MB) -PASS -- TEST 'rap_decomp_intel' [07:31, 06:47](1141 MB) -PASS -- TEST 'rap_2threads_intel' [06:46, 06:07](1352 MB) -PASS -- TEST 'rap_restart_intel' [04:41, 03:26](1148 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:46, 06:26](1196 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:35, 06:45](1132 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [05:53, 04:54](1193 MB) -PASS -- TEST 'hrrr_control_intel' [04:34, 03:19](1068 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:34, 03:23](1054 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [03:46, 03:01](1124 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:33, 01:48](1037 MB) -PASS -- TEST 'rrfs_v1beta_intel' [07:51, 06:19](1195 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:18, 07:48](2012 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:19, 07:29](2166 MB) - -PASS -- COMPILE 'csawmg_intel' [07:10, 07:03] -PASS -- TEST 'control_csawmg_intel' [06:27, 05:15](805 MB) -PASS -- TEST 'control_ras_intel' [03:18, 02:48](804 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:10, 03:58] -PASS -- TEST 'control_csawmg_gnu' [07:27, 06:28](812 MB) - -PASS -- COMPILE 'wam_intel' [07:10, 06:35] -PASS -- TEST 'control_wam_intel' [02:25, 01:47](786 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:10, 09:17] -PASS -- TEST 'control_p8_faster_intel' [03:50, 02:14](1628 MB) -PASS -- TEST 'regional_control_faster_intel' [04:26, 04:06](960 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [04:10, 03:45] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:28, 02:09](1638 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:32, 02:08](1627 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:16, 02:28](823 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:16, 02:13](820 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:25, 03:24](878 MB) -PASS -- TEST 'control_ras_debug_intel' [03:16, 02:14](835 MB) -PASS -- TEST 'control_diag_debug_intel' [03:34, 02:13](1682 MB) -PASS -- TEST 'control_debug_p8_intel' [03:30, 02:19](1662 MB) -PASS -- TEST 'regional_debug_intel' [14:27, 13:56](895 MB) -PASS -- TEST 'rap_control_debug_intel' [04:18, 03:59](1216 MB) -PASS -- TEST 'hrrr_control_debug_intel' [04:17, 03:47](1210 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [04:17, 03:55](1221 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [04:17, 03:57](1226 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:16, 03:54](1227 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:25, 04:10](1304 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:17, 04:03](1216 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:17, 03:58](1215 MB) -PASS -- TEST 'rap_lndp_debug_intel' [04:18, 04:01](1220 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:18, 03:56](1217 MB) -PASS -- TEST 'rap_noah_debug_intel' [04:17, 03:53](1210 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [04:17, 03:59](1223 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:18, 06:17](1211 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [04:19, 03:52](1215 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:20, 04:48](1230 MB) -PASS -- TEST 'rap_flake_debug_intel' [04:19, 03:59](1224 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:49, 06:49](1222 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:10, 03:10] -PASS -- TEST 'control_csawmg_debug_gnu' [02:27, 01:41](793 MB) - -PASS -- COMPILE 'wam_debug_intel' [03:10, 02:47] - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:11, 06:31] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:50, 03:21](1284 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:31, 05:21](1170 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:55, 02:52](1036 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:42, 05:01](1288 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:35, 02:35](1046 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:34, 02:59](978 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:40, 04:02](1094 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:24, 01:34](962 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:11, 08:51] -PASS -- TEST 'conus13km_control_intel' [02:35, 01:40](1302 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:29, 00:45](1200 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:26, 01:03](1145 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:11, 06:43] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:27, 03:40](1096 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:10, 03:01] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:17, 03:54](1102 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:17, 03:48](1088 MB) -PASS -- TEST 'conus13km_debug_intel' [12:30, 11:25](1333 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [12:31, 11:42](995 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [07:29, 06:31](1239 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:30, 11:30](1404 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:11, 03:01] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:18, 03:57](1149 MB) - -PASS -- COMPILE 'hafsw_intel' [11:11, 10:11] -PASS -- TEST 'hafs_regional_atm_intel' [07:03, 05:16](880 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:20, 04:49](1273 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:11, 06:17](953 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:01, 13:47](980 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:15, 15:14](1003 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:46, 05:17](604 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:18, 06:44](614 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:40, 02:48](435 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:56, 07:28](543 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:38, 03:43](615 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:39, 03:33](614 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:43, 04:40](684 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:25, 01:23](453 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [03:11, 02:53] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:39, 11:10](627 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [11:11, 10:12] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:47, 16:25](764 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:52, 15:57](842 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:11, 10:19] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:51, 09:44](835 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:11, 10:03] -PASS -- TEST 'hafs_regional_docn_intel' [07:05, 05:18](945 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:03, 05:24](932 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:49, 16:26](1346 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [05:11, 04:40] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:15, 02:08](1150 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:15, 01:17](1101 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:13, 02:05](1013 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:15, 02:04](1007 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:14, 02:06](1010 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:14, 02:06](1156 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:14, 02:06](1154 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:13, 02:01](1010 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:49, 04:52](1157 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:45, 04:48](1143 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:12, 02:06](1150 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:14, 02:59](2388 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [03:15, 03:01](2380 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:10, 03:00] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:14, 05:10](1077 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:10, 05:57] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:14, 02:07](1155 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 00:45] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:24, 00:58](329 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:21, 00:52](561 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:20, 00:29](556 MB) - -PASS -- COMPILE 'atml_intel' [08:10, 07:47] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:01, 05:28](1638 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:56, 05:16](1648 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:38, 02:59](951 MB) - -PASS -- COMPILE 'atmw_intel' [10:10, 09:15] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:46, 01:31](1686 MB) - -PASS -- COMPILE 'atmaero_intel' [08:10, 07:16] -PASS -- TEST 'atmaero_control_p8_intel' [04:48, 03:28](1797 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:46, 04:07](1799 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:39, 04:12](1832 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [03:10, 02:41] -PASS -- TEST 'regional_atmaq_debug_intel' [18:14, 16:14](4603 MB) - -PASS -- COMPILE 'atm_gnu' [04:10, 03:46] -PASS -- TEST 'control_c48_gnu' [10:35, 09:22](1558 MB) -PASS -- TEST 'control_stochy_gnu' [03:17, 02:12](733 MB) -PASS -- TEST 'control_ras_gnu' [04:16, 03:38](737 MB) -PASS -- TEST 'control_p8_gnu' [04:45, 03:29](1516 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [04:37, 03:24](1514 MB) -PASS -- TEST 'control_flake_gnu' [05:17, 04:18](800 MB) - -PASS -- COMPILE 'rrfs_gnu' [07:10, 06:32] -PASS -- TEST 'rap_control_gnu' [08:30, 07:30](1090 MB) -PASS -- TEST 'rap_decomp_gnu' [08:30, 07:42](1088 MB) -PASS -- TEST 'rap_2threads_gnu' [07:45, 07:00](1128 MB) -PASS -- TEST 'rap_restart_gnu' [04:41, 03:53](886 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [08:36, 07:33](1087 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:34, 07:44](1086 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:39, 05:43](885 MB) -PASS -- TEST 'hrrr_control_gnu' [04:44, 03:57](1075 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [04:33, 03:55](1136 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [04:31, 03:30](1027 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [04:31, 03:53](1080 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [02:19, 02:02](881 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:19, 02:01](933 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [08:52, 07:30](1084 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [10:11, 09:50] -PASS -- TEST 'control_diag_debug_gnu' [01:33, 01:09](1628 MB) -PASS -- TEST 'regional_debug_gnu' [07:28, 06:20](923 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:17, 01:58](1097 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:18, 01:56](1087 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:17, 01:56](1094 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:22, 01:58](1094 MB) -PASS -- TEST 'rap_diag_debug_gnu' [02:24, 02:04](1268 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:17, 03:04](1093 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:17, 01:55](1095 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:16, 01:57](1092 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:16, 01:08](724 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:16, 01:16](722 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:31, 01:15](1501 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:17, 01:56](1096 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [02:18, 02:08](1098 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:52, 03:13](1095 MB) - -PASS -- COMPILE 'wam_debug_gnu' [06:11, 05:10] -PASS -- TEST 'control_wam_debug_gnu' [02:22, 01:52](499 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [08:11, 07:25] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:32, 07:10](964 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:43, 03:43](951 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:41, 06:36](978 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:36, 03:24](881 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:35, 03:51](950 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:40, 05:21](859 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:21, 01:57](856 MB) -PASS -- TEST 'conus13km_control_gnu' [03:36, 02:32](1264 MB) -PASS -- TEST 'conus13km_2threads_gnu' [01:28, 01:05](1174 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:27, 01:25](944 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:11, 07:42] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:28, 04:21](987 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [11:11, 10:58] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:17, 01:55](974 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:18, 01:51](972 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:35, 05:35](1278 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:30, 05:32](953 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [04:26, 03:10](1185 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:26, 05:27](1347 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [12:11, 11:57] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:18, 01:59](1000 MB) - -PASS -- COMPILE 's2swa_gnu' [17:11, 16:24] - -PASS -- COMPILE 's2s_gnu' [17:11, 16:48] - -PASS -- COMPILE 's2swa_debug_gnu' [11:10, 10:37] - -PASS -- COMPILE 's2sw_pdlib_gnu' [17:10, 16:48] - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [10:10, 09:17] - -PASS -- COMPILE 'datm_cdeps_gnu' [14:11, 13:42] +PASS -- COMPILE 's2swa_32bit_intel' [12:10, 11:42] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:07, 07:39](1901 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:10, 18:09] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [15:12, 13:23](1774 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:21, 14:25](2195 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:40, 06:28](1173 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:09, 15:07](1682 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 05:39] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [22:10, 20:29](1731 MB) + +PASS -- COMPILE 's2swa_intel' [12:10, 12:08] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [13:05, 07:46](2058 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:06, 07:50](2061 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:26, 04:23](1960 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [13:05, 07:35](1986 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:25, 04:29](1728 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [13:51, 09:18](2496 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:47, 07:33](2058 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:59, 06:34](1888 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:05, 07:29](2091 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [20:44, 15:47](2811 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:24, 06:21](2922 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [17:34, 09:06](3635 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:22, 05:21](3618 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [05:52, 04:56](2044 MB) + +PASS -- COMPILE 's2sw_intel' [12:10, 11:51] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:49, 07:07](1779 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:59, 04:11](1819 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:10, 05:34] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [07:56, 06:52](2060 MB) + +PASS -- COMPILE 's2sw_debug_intel' [04:10, 03:27] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:58, 04:46](1798 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [10:10, 09:30] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:04, 03:58](1832 MB) + +PASS -- COMPILE 's2s_intel' [08:10, 07:43] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:47, 07:25](2839 MB) + +PASS -- COMPILE 's2swa_faster_intel' [14:10, 13:28] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:07, 07:25](2091 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [15:10, 15:05] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:50, 13:54](1813 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:06, 06:53](1274 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:50, 15:20](1727 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 04:11] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [22:56, 21:32](1770 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [08:10, 07:54] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:21, 02:49](707 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [07:38, 02:26](1608 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:38, 02:34](1615 MB) +PASS -- TEST 'control_latlon_intel' [06:30, 02:26](1609 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:40, 02:41](1615 MB) +PASS -- TEST 'control_c48_intel' [12:37, 06:59](1751 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [11:40, 05:46](853 MB) +PASS -- TEST 'control_c192_intel' [12:43, 09:04](1761 MB) +PASS -- TEST 'control_c384_intel' [12:28, 09:38](2047 MB) +PASS -- TEST 'control_c384gdas_intel' [10:54, 07:24](1522 MB) +PASS -- TEST 'control_stochy_intel' [04:20, 01:33](673 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:26, 00:54](538 MB) +PASS -- TEST 'control_lndp_intel' [03:19, 01:26](668 MB) +PASS -- TEST 'control_iovr4_intel' [06:22, 02:07](658 MB) +PASS -- TEST 'control_iovr5_intel' [05:23, 02:10](672 MB) +PASS -- TEST 'control_p8_intel' [04:51, 02:52](1645 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:49, 02:54](1646 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:53, 02:52](1649 MB) +PASS -- TEST 'control_restart_p8_intel' [02:42, 01:29](922 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:43, 02:29](1625 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:54, 01:22](983 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:40, 02:59](1619 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:40, 02:48](1738 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:32, 04:35](1650 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:03, 03:29](1702 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:02, 02:33](1657 MB) +PASS -- TEST 'merra2_thompson_intel' [05:04, 02:57](1650 MB) +PASS -- TEST 'regional_control_intel' [06:29, 04:31](960 MB) +PASS -- TEST 'regional_restart_intel' [03:30, 02:29](1104 MB) +PASS -- TEST 'regional_decomp_intel' [06:26, 04:46](947 MB) +PASS -- TEST 'regional_2threads_intel' [04:26, 02:51](914 MB) +PASS -- TEST 'regional_noquilt_intel' [05:30, 04:20](1486 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:33, 04:33](961 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:25, 04:25](958 MB) +PASS -- TEST 'regional_wofs_intel' [06:26, 05:35](2073 MB) + +PASS -- COMPILE 'rrfs_intel' [07:11, 06:53] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [07:42, 06:38](1202 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:05, 03:27](1444 MB) +PASS -- TEST 'rap_decomp_intel' [07:40, 06:57](1120 MB) +PASS -- TEST 'rap_2threads_intel' [07:39, 06:12](1370 MB) +PASS -- TEST 'rap_restart_intel' [05:04, 03:24](1157 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:53, 06:31](1194 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:35, 06:52](1173 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:54, 06:07](1202 MB) +PASS -- TEST 'hrrr_control_intel' [04:38, 03:26](1087 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:39, 03:27](1051 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [03:52, 03:03](1123 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:25, 01:50](1025 MB) +PASS -- TEST 'rrfs_v1beta_intel' [07:54, 06:16](1198 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:20, 07:35](2018 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:19, 07:21](2168 MB) + +PASS -- COMPILE 'csawmg_intel' [07:11, 06:58] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [06:29, 05:22](792 MB) +PASS -- TEST 'control_ras_intel' [03:18, 02:56](809 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:10, 03:53] +PASS -- TEST 'control_csawmg_gnu' [08:32, 07:43](803 MB) + +PASS -- COMPILE 'wam_intel' [07:11, 06:39] +PASS -- TEST 'control_wam_intel' [02:27, 01:52](790 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:11, 09:54] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:54, 02:14](1646 MB) +PASS -- TEST 'regional_control_faster_intel' [04:25, 04:04](957 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [04:11, 03:40] ( 885 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:30, 02:10](1637 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:34, 02:08](1641 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:20, 02:32](827 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:17, 02:15](828 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:28, 03:23](872 MB) +PASS -- TEST 'control_ras_debug_intel' [03:18, 02:15](832 MB) +PASS -- TEST 'control_diag_debug_intel' [03:32, 02:14](1698 MB) +PASS -- TEST 'control_debug_p8_intel' [03:39, 02:20](1669 MB) +PASS -- TEST 'regional_debug_intel' [14:34, 14:06](887 MB) +PASS -- TEST 'rap_control_debug_intel' [04:22, 04:02](1216 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:19, 03:52](1218 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:19, 03:56](1220 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [04:18, 03:56](1222 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:18, 03:59](1216 MB) +PASS -- TEST 'rap_diag_debug_intel' [04:24, 04:08](1300 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:19, 04:05](1220 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:22, 04:57](1195 MB) +PASS -- TEST 'rap_lndp_debug_intel' [04:18, 03:58](1226 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:17, 03:56](1225 MB) +PASS -- TEST 'rap_noah_debug_intel' [04:17, 03:53](1218 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [04:16, 03:55](1229 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:21, 06:19](1219 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [04:19, 03:58](1215 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:18, 04:50](1221 MB) +PASS -- TEST 'rap_flake_debug_intel' [04:18, 03:59](1219 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:00, 06:53](1217 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:10, 03:29] +PASS -- TEST 'control_csawmg_debug_gnu' [02:33, 02:02](791 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:10, 02:43] ( 855 warnings ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:11, 06:46] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:49, 03:11](1311 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:33, 05:22](1133 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:58, 02:50](1028 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:47, 05:05](1295 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:40, 02:36](1046 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:37, 03:00](984 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:51, 04:06](1106 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:20, 01:51](968 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:10, 09:14] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:38, 01:43](1285 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:34, 00:46](1205 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:27, 01:25](1153 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:12, 07:16] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:28, 03:41](1073 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:11, 03:20] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:17, 03:56](1103 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:19, 03:47](1093 MB) +PASS -- TEST 'conus13km_debug_intel' [12:37, 11:27](1343 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [14:35, 13:45](1003 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [07:30, 06:44](1245 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:30, 11:30](1410 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:10, 03:19] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:20, 04:14](1151 MB) + +PASS -- COMPILE 'hafsw_intel' [11:12, 09:48] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:04, 05:22](874 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:28, 05:21](1275 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:14, 06:23](948 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:00, 13:45](988 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:16, 15:07](1011 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:47, 05:28](609 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:23, 06:52](618 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:40, 03:07](438 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:54, 08:37](539 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:42, 04:33](617 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:43, 03:41](620 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:50, 04:49](680 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:28, 01:49](440 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:10, 03:39] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:45, 11:13](635 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [11:11, 10:11] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:46, 16:48](773 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:51, 16:45](844 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [10:11, 09:37] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [13:02, 10:42](830 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:12, 10:02] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:00, 05:26](940 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:13, 05:32](934 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:54, 16:18](1342 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:11, 05:48] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:16, 02:09](1159 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:17, 01:19](1097 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:16, 02:04](1007 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:17, 02:06](1006 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:15, 02:06](1012 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:14, 02:09](1152 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:13, 02:09](1147 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:13, 02:02](1010 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:47, 04:58](1159 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:43, 04:50](1144 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:12, 02:07](1148 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:14, 02:59](2429 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:15, 03:01](2442 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 03:29] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:15, 05:11](1078 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:11, 05:43] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:14, 02:07](1147 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 00:57] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:25, 00:50](335 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:21, 00:45](561 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:26, 00:29](557 MB) + +PASS -- COMPILE 'atml_intel' [08:13, 07:37] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:02, 05:43](1631 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [05:56, 05:07](1644 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:38, 02:55](947 MB) + +PASS -- COMPILE 'atml_debug_intel' [03:10, 03:05] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [30:00, 28:51](1661 MB) + +PASS -- COMPILE 'atmw_intel' [10:11, 09:40] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:51, 01:28](1706 MB) + +PASS -- COMPILE 'atmaero_intel' [08:10, 07:26] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:50, 03:26](1798 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:48, 04:13](1805 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:36, 04:16](1806 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:10, 03:36] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [18:17, 16:18](4567 MB) + +PASS -- COMPILE 'atm_gnu' [07:11, 06:15] +PASS -- TEST 'control_c48_gnu' [10:39, 09:23](1555 MB) +PASS -- TEST 'control_stochy_gnu' [03:23, 02:14](734 MB) +PASS -- TEST 'control_ras_gnu' [04:19, 03:43](735 MB) +PASS -- TEST 'control_p8_gnu' [04:51, 03:48](1516 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [04:41, 03:27](1518 MB) +PASS -- TEST 'control_flake_gnu' [05:18, 04:16](814 MB) + +PASS -- COMPILE 'rrfs_gnu' [06:11, 06:06] +PASS -- TEST 'rap_control_gnu' [08:45, 07:36](1088 MB) +PASS -- TEST 'rap_decomp_gnu' [08:33, 07:39](1087 MB) +PASS -- TEST 'rap_2threads_gnu' [07:35, 07:05](1122 MB) +PASS -- TEST 'rap_restart_gnu' [05:06, 04:01](885 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [08:45, 07:38](1088 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [10:43, 09:45](1083 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:46, 05:47](884 MB) +PASS -- TEST 'hrrr_control_gnu' [04:37, 03:59](1071 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [04:34, 04:00](1138 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [04:31, 03:35](1045 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [04:30, 03:57](1077 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [02:18, 02:03](880 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:18, 02:04](932 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [08:51, 07:33](1082 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:10, 08:04] +PASS -- TEST 'control_diag_debug_gnu' [02:32, 01:16](1627 MB) +PASS -- TEST 'regional_debug_gnu' [07:27, 06:11](923 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:16, 01:58](1103 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:16, 02:00](1089 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:16, 02:20](1096 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [02:16, 02:04](1104 MB) +PASS -- TEST 'rap_diag_debug_gnu' [02:25, 02:06](1271 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:18, 03:09](1095 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:19, 01:56](1098 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:16, 02:00](1094 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:19, 01:08](727 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:18, 01:14](723 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:35, 01:13](1502 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:18, 01:56](1099 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [02:18, 02:08](1101 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:46, 03:18](1101 MB) + +PASS -- COMPILE 'wam_debug_gnu' [05:10, 04:34] +PASS -- TEST 'control_wam_debug_gnu' [02:21, 01:56](499 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [07:13, 06:14] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:30, 07:16](971 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:57, 03:50](950 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:41, 06:37](970 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:45, 03:27](889 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:36, 03:45](949 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:56, 05:24](860 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:28, 01:58](856 MB) +PASS -- TEST 'conus13km_control_gnu' [03:36, 02:26](1266 MB) +PASS -- TEST 'conus13km_2threads_gnu' [01:30, 01:02](1172 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:37, 01:35](922 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:11, 07:44] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:36, 04:46](993 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [05:10, 04:13] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:17, 01:55](977 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:17, 01:56](975 MB) +PASS -- TEST 'conus13km_debug_gnu' [06:29, 05:25](1280 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [06:28, 05:29](970 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [04:27, 03:17](1188 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:26, 05:24](1348 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [10:11, 09:18] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:18, 01:56](1001 MB) + +PASS -- COMPILE 's2swa_gnu' [16:11, 15:18] + +PASS -- COMPILE 's2s_gnu' [16:10, 16:00] + +PASS -- COMPILE 's2swa_debug_gnu' [10:10, 09:34] + +PASS -- COMPILE 's2sw_pdlib_gnu' [17:10, 16:13] + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [09:10, 08:42] + +PASS -- COMPILE 'datm_cdeps_gnu' [16:10, 15:18] SYNOPSIS: -Starting Date/Time: 20240425 07:05:44 -Ending Date/Time: 20240425 08:15:15 -Total Time: 01h:09m:54s -Compiles Completed: 53/53 -Tests Completed: 234/234 +Starting Date/Time: 20240428 23:52:40 +Ending Date/Time: 20240429 01:12:23 +Total Time: 01h:20m:09s +Compiles Completed: 54/54 +Tests Completed: 235/235 + +NOTES: +A file 'test_changes.list' was generated but is empty. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: SUCCESS + +====END OF HERCULES REGRESSION TESTING LOG==== +====START OF HERCULES REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +d35f6da7caf2a4d320aeb75613de67533a11d1b7 + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) + c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) + 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) + 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) + 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240426 +COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_4097341 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-l) - USE CONFIG FILE: rt.conf + +PASS -- COMPILE 'atml_debug_intel' [04:10, 03:24] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:19, 04:53](1661 MB) + +SYNOPSIS: +Starting Date/Time: 20240429 12:39:56 +Ending Date/Time: 20240429 12:51:25 +Total Time: 00h:11m:32s +Compiles Completed: 1/1 +Tests Completed: 1/1 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index 2055263dc5..1299d6635f 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: -59efb751087aed49bf96c2f722ba7013cbe33785 +d35f6da7caf2a4d320aeb75613de67533a11d1b7 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -21,10 +21,10 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) + 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) + 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) @@ -35,318 +35,245 @@ 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: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240419 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_4037119 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: h-nems -* (-l) - USE CONFIG FILE: rt.conf -* (-r) - USE ROCOTO - -PASS -- COMPILE 's2swa_32bit_intel' [38:58, 38:57] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:16, 06:54](1772 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [48:05, 48:04] -PASS -- TEST 'cpld_control_gfsv17_intel' [22:34, 20:51](1656 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [24:16, 22:28](1871 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:14, 10:26](993 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [25:41, 23:57](1618 MB) - -PASS -- COMPILE 's2swa_intel' [38:54, 38:53] -PASS -- TEST 'cpld_control_p8_intel' [08:51, 07:30](1831 MB) -FAILED: TEST TIMED OUT -- TEST 'cpld_control_p8.v2.sfc_intel' [, ]( MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:51, 04:24](1711 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:08, 07:43](1825 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:05, 04:31](1733 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [08:27, 07:11](2265 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:54, 07:36](1813 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:46, 06:25](1773 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:58, 07:37](1813 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:33, 07:16](1753 MB) - -PASS -- COMPILE 's2sw_intel' [36:24, 36:23] -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:56, 05:52](1669 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:01, 05:44](1710 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:15, 05:14] -PASS -- TEST 'cpld_debug_p8_intel' [11:55, 10:36](1846 MB) - -PASS -- COMPILE 's2sw_debug_intel' [04:51, 04:50] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:24, 07:16](1651 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [32:13, 32:12] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:04, 05:44](1707 MB) - -PASS -- COMPILE 's2s_intel' [32:46, 32:46] -PASS -- TEST 'cpld_control_c48_intel' [13:29, 12:45](2799 MB) - -PASS -- COMPILE 's2swa_faster_intel' [34:23, 34:22] -PASS -- TEST 'cpld_control_p8_faster_intel' [08:40, 07:14](1821 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [53:05, 53:05] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [22:01, 20:51](1669 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:51, 10:31](1024 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [23:01, 21:54](1646 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:03, 05:02] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [33:16, 32:11](1682 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [35:04, 35:04] -PASS -- TEST 'control_flake_intel' [04:46, 04:29](646 MB) -FAILED: TEST TIMED OUT -- TEST 'control_CubedSphereGrid_intel' [, ]( MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:45, 04:00](1541 MB) -PASS -- TEST 'control_latlon_intel' [04:27, 03:51](1529 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:51, 04:07](1529 MB) -PASS -- TEST 'control_c48_intel' [12:32, 11:54](1718 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [10:27, 10:08](848 MB) -PASS -- TEST 'control_c192_intel' [15:17, 14:18](1678 MB) -PASS -- TEST 'control_c384_intel' [19:48, 18:10](1826 MB) -PASS -- TEST 'control_c384gdas_intel' [16:16, 13:36](1001 MB) -PASS -- TEST 'control_stochy_intel' [02:27, 02:11](602 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:34, 01:19](434 MB) -PASS -- TEST 'control_lndp_intel' [02:23, 02:07](602 MB) -PASS -- TEST 'control_iovr4_intel' [03:31, 03:17](595 MB) -PASS -- TEST 'control_iovr5_intel' [03:31, 03:17](603 MB) -PASS -- TEST 'control_p8_intel' [05:11, 04:05](1549 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:05, 04:00](1579 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:13, 03:53](1574 MB) -PASS -- TEST 'control_restart_p8_intel' [03:09, 02:13](808 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:01, 03:53](1564 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:15, 02:07](849 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:03, 04:02](1563 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:54, 03:46](1651 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:40, 07:02](1573 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:47, 05:29](1608 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:18, 04:05](1572 MB) -PASS -- TEST 'merra2_thompson_intel' [05:45, 04:19](1581 MB) -PASS -- TEST 'regional_control_intel' [07:44, 07:09](758 MB) -PASS -- TEST 'regional_restart_intel' [04:14, 03:48](930 MB) -PASS -- TEST 'regional_decomp_intel' [08:08, 07:33](759 MB) -PASS -- TEST 'regional_2threads_intel' [05:06, 04:31](757 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:46, 07:04](761 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:40, 07:04](761 MB) - -PASS -- COMPILE 'rrfs_intel' [32:59, 32:58] -PASS -- TEST 'rap_control_intel' [11:08, 10:04](991 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:32, 05:35](1214 MB) -PASS -- TEST 'rap_decomp_intel' [11:41, 10:35](989 MB) -PASS -- TEST 'rap_2threads_intel' [10:43, 09:38](1071 MB) -PASS -- TEST 'rap_restart_intel' [05:56, 05:17](993 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:03, 10:01](991 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:45, 10:42](987 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:17, 07:39](999 MB) -PASS -- TEST 'hrrr_control_intel' [06:19, 05:09](973 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:20, 05:13](980 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:48, 04:42](1065 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:13, 02:55](910 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:03, 09:57](989 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [12:38, 12:21](1944 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:22, 12:08](1921 MB) - -PASS -- COMPILE 'csawmg_intel' [31:27, 31:27] -PASS -- TEST 'control_csawmg_intel' [08:36, 08:06](693 MB) -PASS -- TEST 'control_ras_intel' [04:36, 04:24](667 MB) - -PASS -- COMPILE 'wam_intel' [29:55, 29:55] -PASS -- TEST 'control_wam_intel' [03:01, 02:50](497 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [31:50, 31:49] -PASS -- TEST 'control_p8_faster_intel' [04:52, 03:38](1568 MB) -PASS -- TEST 'regional_control_faster_intel' [07:10, 06:36](769 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:58, 05:58] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:55, 03:19](1564 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:58, 03:16](1565 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:03, 03:46](760 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:38, 03:24](769 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:48, 05:17](811 MB) -PASS -- TEST 'control_ras_debug_intel' [03:45, 03:28](770 MB) -PASS -- TEST 'control_diag_debug_intel' [04:23, 03:44](1607 MB) -PASS -- TEST 'control_debug_p8_intel' [04:31, 03:53](1599 MB) -PASS -- TEST 'regional_debug_intel' [23:12, 22:35](783 MB) -PASS -- TEST 'rap_control_debug_intel' [06:24, 06:07](1156 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:08, 05:55](1151 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:21, 06:04](1149 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:21, 06:06](1157 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:21, 06:05](1160 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:41, 06:19](1236 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:25, 06:13](1151 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:26, 06:14](1151 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:20, 06:07](1153 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:28, 06:12](1160 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:18, 06:03](1144 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:24, 06:09](1150 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:12, 10:01](1153 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:13, 06:00](1151 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:36, 07:22](1151 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:21, 06:04](1147 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:40, 10:30](1157 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:00, 04:00] -PASS -- TEST 'control_wam_debug_intel' [06:22, 06:10](445 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [30:01, 30:00] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:10, 05:14](1071 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:20, 08:19](901 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:53, 04:29](862 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:54, 07:52](957 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:32, 04:06](911 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:08, 04:42](853 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:48, 06:14](902 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:38, 02:23](848 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [42:46, 42:46] -PASS -- TEST 'conus13km_control_intel' [03:43, 03:01](1104 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:04, 01:27](1054 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:14, 01:38](1022 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [30:43, 30:42] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:06, 05:33](911 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:19, 04:19] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:13, 06:00](1029 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:10, 05:54](1031 MB) -PASS -- TEST 'conus13km_debug_intel' [19:09, 18:30](1121 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [19:12, 18:33](884 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:16, 10:41](1066 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [18:57, 18:22](1205 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 04:11] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:17, 06:05](1067 MB) - -PASS -- COMPILE 'hafsw_intel' [34:28, 34:28] -PASS -- TEST 'hafs_regional_atm_intel' [08:15, 07:01](717 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:54, 06:31](1094 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:41, 09:13](776 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [17:56, 16:15](801 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:43, 18:12](821 MB) -PASS -- TEST 'gnv1_nested_intel' [06:36, 05:43](773 MB) - -PASS -- COMPILE 'hafs_all_intel' [32:14, 32:14] -PASS -- TEST 'hafs_regional_docn_intel' [09:58, 08:43](767 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:12, 08:46](756 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:07, 08:07] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:45, 03:35](1077 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:26, 02:13](1039 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:43, 03:34](925 MB) -FAILED: TEST TIMED OUT -- TEST 'datm_cdeps_iau_gefs_intel' [, ]( MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:52, 03:41](931 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:54, 03:43](1064 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:42, 03:34](1056 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:45, 03:34](927 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:54, 07:54](881 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:48, 07:51](842 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:41, 03:34](1063 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:11, 05:01](2408 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:57, 05:44](2391 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:19, 03:19] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:20, 08:10](1008 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:18, 08:17] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:41, 03:32](1072 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:55, 01:55] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:01, 01:36](233 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:37, 01:19](256 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:12, 00:55](256 MB) - -PASS -- COMPILE 'atml_intel' [39:04, 39:03] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:05, 07:42](1597 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [09:05, 07:42](1593 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:36, 03:59](863 MB) - -PASS -- COMPILE 'atmw_intel' [31:47, 31:46] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:27, 02:16](1600 MB) - -PASS -- COMPILE 'atmaero_intel' [30:44, 30:44] -PASS -- TEST 'atmaero_control_p8_intel' [06:30, 05:22](1674 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:31, 06:23](1706 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:20, 06:28](1732 MB) - -SYNOPSIS: -Starting Date/Time: 20240424 18:28:23 -Ending Date/Time: 20240425 00:58:46 -Total Time: 06h:30m:55s -Compiles Completed: 32/32 -Tests Completed: 155/158 -Failed Tests: -* TEST cpld_control_p8.v2.sfc_intel: FAILED: TEST TIMED OUT --- LOG: /mnt/lfs4/HFIP/hfv3gfs/Zachary.Shrader/rt-2241/tests/logs/log_jet/run_cpld_control_p8.v2.sfc_intel.log -* TEST control_CubedSphereGrid_intel: FAILED: TEST TIMED OUT --- LOG: /mnt/lfs4/HFIP/hfv3gfs/Zachary.Shrader/rt-2241/tests/logs/log_jet/run_control_CubedSphereGrid_intel.log -* TEST datm_cdeps_iau_gefs_intel: FAILED: TEST TIMED OUT --- LOG: /mnt/lfs4/HFIP/hfv3gfs/Zachary.Shrader/rt-2241/tests/logs/log_jet/run_datm_cdeps_iau_gefs_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 JET REGRESSION TESTING LOG==== -====START OF JET REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -59efb751087aed49bf96c2f722ba7013cbe33785 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) - - -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: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240419 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_3617777 +BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240426 +COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_4164149 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_intel' [39:13, 38:28] -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:53, 07:28](1828 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [35:13, 34:41] -PASS -- TEST 'control_CubedSphereGrid_intel' [04:58, 03:57](1538 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:11, 07:57] -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:26, 03:35](923 MB) +PASS -- COMPILE 's2swa_32bit_intel' [41:16, 40:08] ( 2 warnings 1383 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [27:38, 06:57](1794 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [50:16, 50:07] ( 2 warnings 1427 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [46:04, 20:47](1666 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [42:20, 22:40](1890 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [31:06, 10:18](989 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [49:45, 24:04](1629 MB) + +PASS -- COMPILE 's2swa_intel' [41:16, 40:08] ( 1 warnings 1381 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [28:12, 07:34](1823 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [28:47, 07:29](1828 MB) +PASS -- TEST 'cpld_restart_p8_intel' [31:57, 04:30](1714 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [20:07, 07:36](1837 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [40:03, 04:30](1728 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [12:59, 07:12](2258 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [20:00, 07:44](1828 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [12:22, 06:34](1780 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [19:29, 07:33](1809 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [34:33, 07:22](1776 MB) + +PASS -- COMPILE 's2sw_intel' [38:14, 37:51] ( 1 warnings 1279 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:33, 06:39](1659 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:48, 06:23](1703 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:11, 05:26] ( 1451 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [12:55, 10:42](1839 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:11, 05:25] ( 1451 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [11:27, 07:20](1663 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [33:16, 32:18] ( 1 warnings 1011 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [29:59, 05:49](1719 MB) + +PASS -- COMPILE 's2s_intel' [34:14, 33:57] ( 1 warnings 1016 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [16:23, 12:49](2786 MB) + +PASS -- COMPILE 's2swa_faster_intel' [33:26, 33:08] ( 1 warnings 1608 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:53, 07:13](1825 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [53:18, 52:31] ( 1 warnings 1339 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [44:40, 20:53](1684 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:38, 09:37](1036 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [25:45, 23:56](1668 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [10:12, 05:01] ( 1561 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [13:40, 32:15](1695 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [35:16, 34:17] ( 2 warnings 1151 remarks ) +PASS -- TEST 'control_flake_intel' [17:34, 04:30](643 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [18:20, 03:49](1547 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [19:20, 04:08](1551 MB) +PASS -- TEST 'control_latlon_intel' [17:10, 03:54](1544 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [30:23, 04:04](1543 MB) +PASS -- TEST 'control_c48_intel' [14:22, 11:49](1735 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [11:47, 10:08](846 MB) +PASS -- TEST 'control_c192_intel' [36:37, 14:19](1686 MB) +PASS -- TEST 'control_c384_intel' [41:27, 18:39](1813 MB) +PASS -- TEST 'control_c384gdas_intel' [38:04, 13:43](1019 MB) +PASS -- TEST 'control_stochy_intel' [12:33, 02:16](606 MB) +PASS -- TEST 'control_stochy_restart_intel' [16:33, 01:20](434 MB) +PASS -- TEST 'control_lndp_intel' [15:32, 02:09](602 MB) +PASS -- TEST 'control_iovr4_intel' [14:35, 03:24](593 MB) +PASS -- TEST 'control_iovr5_intel' [14:37, 03:22](598 MB) +PASS -- TEST 'control_p8_intel' [21:42, 04:04](1587 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [32:59, 04:00](1572 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [22:56, 03:44](1575 MB) +PASS -- TEST 'control_restart_p8_intel' [20:27, 02:13](816 MB) +PASS -- TEST 'control_noqr_p8_intel' [21:47, 03:48](1564 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [20:21, 02:09](834 MB) +PASS -- TEST 'control_decomp_p8_intel' [19:42, 03:59](1570 MB) +PASS -- TEST 'control_2threads_p8_intel' [19:41, 03:47](1673 MB) +PASS -- TEST 'control_p8_lndp_intel' [26:18, 07:02](1574 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [19:59, 05:08](1642 MB) +PASS -- TEST 'control_p8_mynn_intel' [31:00, 04:02](1583 MB) +PASS -- TEST 'merra2_thompson_intel' [21:03, 04:27](1584 MB) +PASS -- TEST 'regional_control_intel' [21:58, 07:06](762 MB) +PASS -- TEST 'regional_restart_intel' [19:47, 03:46](934 MB) +PASS -- TEST 'regional_decomp_intel' [13:43, 07:33](760 MB) +PASS -- TEST 'regional_2threads_intel' [09:39, 04:29](757 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [13:52, 07:03](767 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [22:47, 07:00](766 MB) + +PASS -- COMPILE 'rrfs_intel' [33:13, 32:41] ( 4 warnings 1119 remarks ) +PASS -- TEST 'rap_control_intel' [31:42, 10:05](991 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [26:14, 05:51](1217 MB) +PASS -- TEST 'rap_decomp_intel' [32:09, 10:52](987 MB) +PASS -- TEST 'rap_2threads_intel' [32:08, 09:52](1082 MB) +PASS -- TEST 'rap_restart_intel' [08:37, 05:16](985 MB) +PASS -- TEST 'rap_sfcdiff_intel' [32:28, 10:21](994 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [32:01, 11:01](989 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [10:25, 07:30](999 MB) +PASS -- TEST 'hrrr_control_intel' [26:00, 05:16](986 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [26:01, 05:30](985 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [25:24, 04:46](1063 MB) +PASS -- TEST 'hrrr_control_restart_intel' [06:31, 02:48](920 MB) +PASS -- TEST 'rrfs_v1beta_intel' [29:38, 10:14](987 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [29:36, 12:43](1936 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [30:34, 12:24](1933 MB) + +PASS -- COMPILE 'csawmg_intel' [33:13, 31:00] ( 2 warnings 1096 remarks ) +PASS -- TEST 'control_csawmg_intel' [23:44, 08:19](695 MB) +PASS -- TEST 'control_ras_intel' [18:30, 04:29](670 MB) + +PASS -- COMPILE 'wam_intel' [41:15, 29:55] ( 1 warnings 982 remarks ) +PASS -- TEST 'control_wam_intel' [08:25, 02:58](501 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [48:19, 31:41] ( 1 warnings 1295 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:32, 03:33](1576 MB) +PASS -- TEST 'regional_control_faster_intel' [08:44, 06:30](766 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [23:14, 05:37] ( 886 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [15:50, 03:41](1562 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [15:53, 03:42](1578 MB) +PASS -- TEST 'control_stochy_debug_intel' [14:32, 03:46](763 MB) +PASS -- TEST 'control_lndp_debug_intel' [13:30, 03:23](766 MB) +PASS -- TEST 'control_csawmg_debug_intel' [16:52, 05:20](812 MB) +PASS -- TEST 'control_ras_debug_intel' [11:33, 03:24](775 MB) +PASS -- TEST 'control_diag_debug_intel' [10:59, 03:25](1624 MB) +PASS -- TEST 'control_debug_p8_intel' [11:54, 03:48](1589 MB) +PASS -- TEST 'regional_debug_intel' [26:52, 21:47](778 MB) +PASS -- TEST 'rap_control_debug_intel' [10:26, 06:02](1157 MB) +PASS -- TEST 'hrrr_control_debug_intel' [10:28, 05:54](1145 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [11:31, 06:02](1154 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [10:30, 06:05](1153 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [09:25, 06:02](1159 MB) +PASS -- TEST 'rap_diag_debug_intel' [09:34, 06:25](1237 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [09:28, 06:12](1152 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [09:28, 06:11](1153 MB) +PASS -- TEST 'rap_lndp_debug_intel' [08:36, 06:12](1152 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:33, 06:03](1158 MB) +PASS -- TEST 'rap_noah_debug_intel' [08:25, 06:01](1152 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [08:26, 06:04](1154 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:26, 09:55](1151 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:28, 05:58](1145 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [09:28, 07:25](1159 MB) +PASS -- TEST 'rap_flake_debug_intel' [08:24, 06:04](1149 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:22, 10:33](1156 MB) + +PASS -- COMPILE 'wam_debug_intel' [22:15, 04:01] ( 856 warnings ) +PASS -- TEST 'control_wam_debug_intel' [09:24, 06:11](441 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [37:18, 30:17] ( 4 warnings 1032 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:17, 05:45](1073 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [17:09, 08:22](903 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [14:18, 04:26](869 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [17:09, 07:57](951 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [17:24, 04:03](910 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [14:18, 04:40](857 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [14:22, 06:16](903 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [11:36, 02:30](846 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [44:21, 42:35] ( 4 warnings 1198 remarks ) +PASS -- TEST 'conus13km_control_intel' [11:09, 02:56](1111 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:00, 01:21](1055 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:59, 01:34](1026 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [36:13, 30:44] ( 4 warnings 1052 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:58, 05:31](908 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:12, 04:09] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:28, 06:06](1031 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:28, 05:52](1024 MB) +PASS -- TEST 'conus13km_debug_intel' [20:58, 18:22](1140 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [20:58, 18:37](854 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:51, 10:40](1082 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:55, 18:20](1204 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 04:10] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:32, 06:06](1071 MB) + +PASS -- COMPILE 'hafsw_intel' [35:16, 34:59] ( 2 warnings 1430 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [09:25, 07:14](715 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [10:38, 06:33](1079 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [17:52, 09:18](774 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [23:35, 16:10](799 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [25:54, 18:09](825 MB) +PASS -- TEST 'gnv1_nested_intel' [13:34, 05:41](773 MB) + +PASS -- COMPILE 'hafs_all_intel' [32:13, 31:42] ( 1 warnings 1268 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [17:29, 09:08](770 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [17:33, 08:52](752 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:11, 08:00] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:24, 03:36](1053 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [07:24, 02:12](1034 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:22, 03:34](923 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:24, 03:33](925 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:24, 03:36](926 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:24, 03:37](1058 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [07:24, 03:37](1053 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [07:24, 03:31](922 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:25, 07:55](888 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [12:25, 08:18](839 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [06:21, 03:36](1066 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [08:25, 05:08](2344 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:24, 05:05](2339 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:11, 03:25] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:22, 07:58](1006 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [11:11, 08:00] ( 70 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [09:25, 03:38](1067 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [08:11, 01:49] ( 60 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [07:37, 01:35](231 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [06:34, 01:22](259 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:32, 00:49](254 MB) + +PASS -- COMPILE 'atml_intel' [39:14, 34:04] ( 9 warnings 1189 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:43, 08:04](1602 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [16:49, 07:52](1598 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:54, 04:22](865 MB) + +PASS -- COMPILE 'atml_debug_intel' [11:12, 05:14] ( 881 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:53, 07:27](1615 MB) + +PASS -- COMPILE 'atmw_intel' [38:14, 31:57] ( 1 warnings 1260 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [07:29, 02:19](1615 MB) + +PASS -- COMPILE 'atmaero_intel' [36:17, 30:30] ( 1 warnings 1099 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:29, 05:14](1697 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [13:31, 06:24](1725 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [13:16, 06:34](1726 MB) SYNOPSIS: -Starting Date/Time: 20240425 12:08:23 -Ending Date/Time: 20240425 12:58:47 -Total Time: 00h:50m:35s -Compiles Completed: 3/3 -Tests Completed: 3/3 +Starting Date/Time: 20240429 17:50:27 +Ending Date/Time: 20240429 21:45:18 +Total Time: 03h:55m:28s +Compiles Completed: 33/33 +Tests Completed: 159/159 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 65abf9421d..97ee167d89 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,7 +1,7 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -d47726e50be21a6b878bfb05f03b0b9fbe725775 +fc1d99cd44c4dfa5f95d34deede2a4e0ff81577b Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -21,10 +21,10 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) + 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) + 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) @@ -35,311 +35,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: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240419 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_400870 +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240426 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_453139 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [16:11, 15:56] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:22, 05:18](3112 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:11, 20:24] -PASS -- TEST 'cpld_control_gfsv17_intel' [18:54, 16:34](1744 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:01, 17:20](2026 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:09, 08:05](1112 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:51, 18:36](1644 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 05:18] -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:56, 23:09](1683 MB) - -PASS -- COMPILE 's2swa_intel' [16:11, 15:26] -PASS -- TEST 'cpld_control_p8_intel' [08:02, 05:39](3210 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:22, 05:41](3211 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:07, 03:18](3253 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:02, 05:46](3237 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:07, 03:21](3272 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:06, 06:18](3556 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:02, 05:44](3199 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [06:50, 04:43](3072 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:26, 05:46](3212 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [13:06, 10:01](3339 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [10:35, 06:13](3626 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:57, 11:05](4120 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:22, 07:03](4371 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:07, 05:19](3176 MB) - -PASS -- COMPILE 's2sw_intel' [13:11, 12:53] -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:04, 04:23](1734 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:30, 04:18](1780 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:11, 05:16] -PASS -- TEST 'cpld_debug_p8_intel' [10:47, 08:41](3251 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:11, 05:18] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:12, 06:02](1756 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:11, 13:00] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:28, 04:26](1775 MB) - -PASS -- COMPILE 's2s_intel' [14:11, 14:07] -PASS -- TEST 'cpld_control_c48_intel' [10:07, 08:09](2835 MB) - -PASS -- COMPILE 's2swa_faster_intel' [20:11, 19:10] -PASS -- TEST 'cpld_control_p8_faster_intel' [07:43, 05:21](3152 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:11, 17:59] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:27, 16:40](1764 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:27, 08:14](1177 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:18, 18:45](1685 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 04:24] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:12, 24:12](1720 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:11, 12:33] -PASS -- TEST 'control_flake_intel' [04:32, 03:30](698 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_CubedSphereGrid_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_CubedSphereGrid_parallel_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_latlon_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_wrtGauss_netcdf_parallel_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_c48_intel' [, ]( MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:31, 06:00](872 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_c192_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_c384_intel' [, ]( MB) -PASS -- TEST 'control_c384gdas_intel' [12:18, 08:58](1359 MB) -PASS -- TEST 'control_stochy_intel' [02:25, 01:42](658 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:22, 00:59](502 MB) -PASS -- TEST 'control_lndp_intel' [02:26, 01:34](653 MB) -PASS -- TEST 'control_iovr4_intel' [03:26, 02:32](650 MB) -PASS -- TEST 'control_iovr5_intel' [03:26, 02:27](654 MB) -PASS -- TEST 'control_p8_intel' [04:43, 03:04](1626 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:43, 02:59](1638 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:40, 02:51](1626 MB) -PASS -- TEST 'control_restart_p8_intel' [03:35, 01:37](899 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:36, 02:59](1619 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:17, 01:37](934 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:20, 03:00](1608 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:19, 03:03](1719 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:59, 05:10](1634 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:45, 03:55](1691 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:34, 02:59](1633 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'merra2_thompson_intel' [, ]( MB) -PASS -- TEST 'regional_control_intel' [06:52, 05:13](817 MB) -PASS -- TEST 'regional_restart_intel' [03:42, 02:45](987 MB) -PASS -- TEST 'regional_decomp_intel' [06:36, 05:33](851 MB) -PASS -- TEST 'regional_2threads_intel' [04:33, 03:47](847 MB) -PASS -- TEST 'regional_noquilt_intel' [05:47, 05:03](1369 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:50, 05:10](857 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:44, 05:11](858 MB) -PASS -- TEST 'regional_wofs_intel' [07:45, 06:43](1923 MB) - -PASS -- COMPILE 'rrfs_intel' [12:11, 11:29] -PASS -- TEST 'rap_control_intel' [09:34, 07:43](1106 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:00, 04:48](1297 MB) -PASS -- TEST 'rap_decomp_intel' [09:00, 08:06](1024 MB) -PASS -- TEST 'rap_2threads_intel' [08:57, 07:52](1183 MB) -PASS -- TEST 'rap_restart_intel' [05:21, 04:03](1102 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:33, 07:40](1106 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:29, 08:07](1025 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:21, 05:50](1129 MB) -PASS -- TEST 'hrrr_control_intel' [05:10, 04:00](1035 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:09, 04:08](1028 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:03, 03:26](1111 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:26, 02:10](994 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:22, 07:33](1091 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:33, 09:09](1990 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:27, 08:57](2071 MB) - -PASS -- COMPILE 'csawmg_intel' [11:10, 11:05] -PASS -- TEST 'control_csawmg_intel' [06:42, 05:59](750 MB) -PASS -- TEST 'control_ras_intel' [04:23, 03:21](735 MB) - -PASS -- COMPILE 'wam_intel' [11:10, 11:04] -PASS -- TEST 'control_wam_intel' [02:22, 02:03](650 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [12:11, 11:23] -PASS -- TEST 'control_p8_faster_intel' [04:29, 02:39](1623 MB) -PASS -- TEST 'regional_control_faster_intel' [05:47, 04:35](856 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:10, 05:17] -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_CubedSphereGrid_debug_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [, ]( MB) -PASS -- TEST 'control_stochy_debug_intel' [03:22, 03:01](820 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:25, 02:50](819 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:46, 04:13](863 MB) -PASS -- TEST 'control_ras_debug_intel' [03:23, 02:48](830 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_diag_debug_intel' [, ]( MB) -PASS -- TEST 'control_debug_p8_intel' [03:50, 02:45](1650 MB) -PASS -- TEST 'regional_debug_intel' [18:44, 17:17](810 MB) -PASS -- TEST 'rap_control_debug_intel' [05:24, 04:58](1198 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:27, 04:51](1196 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:25, 04:52](1197 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:23, 04:57](1205 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:21, 05:03](1155 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:37, 05:05](1280 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:23, 05:00](1210 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:21, 04:55](1203 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:23, 04:52](1204 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:22, 04:59](1200 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:22, 04:52](1200 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:21, 05:00](1206 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:22, 08:04](1196 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:21, 04:51](1194 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:26, 06:04](1199 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:23, 05:02](1205 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:24, 08:26](1206 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:10, 03:13] -PASS -- TEST 'control_wam_debug_intel' [05:23, 05:00](507 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:10, 10:32] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:06, 04:25](1165 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:15, 06:25](1051 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:35, 03:22](986 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:57, 06:39](1043 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:18, 03:47](959 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:14, 03:36](920 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:18, 04:51](996 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:27, 01:52](928 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:10, 14:26] -PASS -- TEST 'conus13km_control_intel' [02:55, 02:07](1203 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:46, 01:23](1122 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:53, 01:19](1109 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:11, 11:26] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:42, 04:13](998 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 03:26] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:23, 04:50](1084 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:23, 04:56](1075 MB) -PASS -- TEST 'conus13km_debug_intel' [14:49, 14:08](1230 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:47, 14:41](928 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:34, 08:20](1159 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:40, 14:21](1297 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:10, 03:04] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:23, 05:05](1128 MB) - -PASS -- COMPILE 'hafsw_intel' [14:11, 13:30] -PASS -- TEST 'hafs_regional_atm_intel' [07:16, 05:36](744 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:31, 06:05](1121 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:32, 06:57](831 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:17, 12:41](862 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:35, 14:37](882 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:01, 06:21](499 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:24, 07:33](517 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:55, 03:12](375 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:31, 08:01](474 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:46, 04:10](527 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:52, 04:01](531 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:53, 05:19](588 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:25, 01:26](400 MB) -PASS -- TEST 'gnv1_nested_intel' [05:59, 04:35](805 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:11, 04:36] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:58, 13:08](569 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [14:11, 14:08] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:02, 09:35](656 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:06, 09:41](741 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [14:11, 14:00] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:04, 07:03](731 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:11, 12:43] -PASS -- TEST 'hafs_regional_docn_intel' [08:17, 06:19](836 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:14, 06:25](819 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:58, 15:51](1208 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:11, 06:37] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:22, 02:44](1135 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:20, 01:41](1092 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:17, 02:36](1017 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:18, 02:40](1017 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:18, 02:40](1020 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:17, 02:42](1117 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 02:45](1137 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:18, 02:34](1013 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:12, 05:54](1059 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:10, 05:51](1036 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:15, 02:40](1126 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:17, 03:37](2497 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:18, 03:41](2442 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:42] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:18, 06:16](1063 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:10, 06:30] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:19, 02:40](1126 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:44] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:29, 00:50](258 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:22, 00:50](310 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:24, 00:33](309 MB) - -PASS -- COMPILE 'atml_intel' [15:11, 14:20] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:32, 04:14](1615 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:29, 04:13](1601 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:44, 02:20](893 MB) - -PASS -- COMPILE 'atmw_intel' [13:10, 12:19] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:18, 01:46](1661 MB) - -PASS -- COMPILE 'atmaero_intel' [12:11, 11:33] -PASS -- TEST 'atmaero_control_p8_intel' [05:11, 03:57](3019 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:21, 04:43](3092 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'atmaero_control_p8_rad_micro_intel' [, ]( MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 03:33] -PASS -- TEST 'regional_atmaq_debug_intel' [22:54, 20:29](4572 MB) +PASS -- COMPILE 's2swa_32bit_intel' [15:11, 14:24] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:09, 05:32](3175 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:11, 19:33] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [20:02, 17:22](1756 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:14, 18:51](2032 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:04, 08:23](1113 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:58, 19:27](1653 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 05:15] ( 1526 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:51, 23:02](1685 MB) + +PASS -- COMPILE 's2swa_intel' [15:11, 15:04] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [09:52, 05:47](3211 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:11, 05:48](3212 MB) +PASS -- TEST 'cpld_restart_p8_intel' [05:59, 03:26](3248 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:52, 05:50](3236 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:00, 03:25](3277 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:52, 06:12](3550 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:52, 05:48](3201 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:59, 04:49](3068 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:10, 05:47](3209 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [15:10, 10:25](3343 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:33, 06:33](3630 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [19:06, 11:03](4125 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:33, 06:54](4372 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:59, 05:35](3173 MB) + +PASS -- COMPILE 's2sw_intel' [15:11, 14:18] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:39, 04:46](1742 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:59, 04:30](1779 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:10, 04:32] ( 1451 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:59, 08:34](3246 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:10, 04:15] ( 1451 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:13, 06:03](1751 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [13:11, 12:10] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:24, 04:41](1778 MB) + +PASS -- COMPILE 's2s_intel' [14:11, 13:22] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:55, 08:12](2831 MB) + +PASS -- COMPILE 's2swa_faster_intel' [20:11, 19:20] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [07:37, 05:19](3213 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:11, 16:01] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:11, 17:31](1765 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:34, 08:30](1168 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:18, 19:47](1679 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:11, 04:00] ( 1561 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:15, 24:43](1709 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:11, 12:54] ( 2 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [07:26, 03:34](700 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [07:53, 02:53](1605 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:57, 03:03](1606 MB) +PASS -- TEST 'control_latlon_intel' [07:49, 02:54](1605 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:57, 03:00](1598 MB) +PASS -- TEST 'control_c48_intel' [11:57, 07:09](1757 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [11:34, 06:02](868 MB) +PASS -- TEST 'control_c192_intel' [12:09, 10:41](1743 MB) +PASS -- TEST 'control_c384_intel' [16:17, 11:37](2003 MB) +PASS -- TEST 'control_c384gdas_intel' [15:28, 09:10](1361 MB) +PASS -- TEST 'control_stochy_intel' [03:25, 01:43](658 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:24, 01:06](504 MB) +PASS -- TEST 'control_lndp_intel' [02:24, 01:41](652 MB) +PASS -- TEST 'control_iovr4_intel' [03:27, 02:36](659 MB) +PASS -- TEST 'control_iovr5_intel' [03:28, 02:33](652 MB) +PASS -- TEST 'control_p8_intel' [04:15, 03:01](1631 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:15, 03:02](1635 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:38, 02:57](1636 MB) +PASS -- TEST 'control_restart_p8_intel' [03:16, 01:41](890 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:28, 02:52](1621 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:22, 01:38](928 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:24, 03:01](1617 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:19, 03:05](1713 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:53, 05:17](1628 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:39, 03:57](1699 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:36, 03:01](1637 MB) +PASS -- TEST 'merra2_thompson_intel' [06:40, 03:20](1635 MB) +PASS -- TEST 'regional_control_intel' [06:44, 05:13](859 MB) +PASS -- TEST 'regional_restart_intel' [08:47, 02:46](1025 MB) +PASS -- TEST 'regional_decomp_intel' [06:40, 05:34](851 MB) +PASS -- TEST 'regional_2threads_intel' [05:42, 03:44](852 MB) +PASS -- TEST 'regional_noquilt_intel' [06:43, 05:09](1364 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:47, 05:11](859 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:36, 05:14](858 MB) +PASS -- TEST 'regional_wofs_intel' [07:45, 06:40](1922 MB) + +PASS -- COMPILE 'rrfs_intel' [12:11, 11:36] ( 4 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:32, 07:45](1110 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:06, 04:44](1290 MB) +PASS -- TEST 'rap_decomp_intel' [10:01, 08:07](1030 MB) +PASS -- TEST 'rap_2threads_intel' [10:04, 07:57](1191 MB) +PASS -- TEST 'rap_restart_intel' [06:24, 04:13](1102 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:27, 07:46](1110 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:58, 08:48](1038 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:28, 05:50](1132 MB) +PASS -- TEST 'hrrr_control_intel' [06:00, 04:03](1039 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:00, 04:06](1028 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:37, 03:23](1104 MB) +PASS -- TEST 'hrrr_control_restart_intel' [05:28, 02:10](999 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:29, 07:38](1095 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:29, 09:13](1998 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:24, 09:01](2068 MB) + +PASS -- COMPILE 'csawmg_intel' [13:12, 10:59] ( 2 warnings ) +PASS -- TEST 'control_csawmg_intel' [08:41, 06:06](748 MB) +PASS -- TEST 'control_ras_intel' [05:25, 03:19](738 MB) + +PASS -- COMPILE 'wam_intel' [12:12, 10:36] ( 1 warnings ) +PASS -- TEST 'control_wam_intel' [04:28, 02:06](659 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [14:11, 11:11] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:41, 02:40](1628 MB) +PASS -- TEST 'regional_control_faster_intel' [10:45, 04:40](856 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:10, 04:22] ( 886 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:56, 02:41](1620 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:58, 02:44](1611 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:28, 03:10](815 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:24, 02:55](819 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:45, 04:21](811 MB) +PASS -- TEST 'control_ras_debug_intel' [04:23, 02:51](826 MB) +PASS -- TEST 'control_diag_debug_intel' [05:56, 02:43](1673 MB) +PASS -- TEST 'control_debug_p8_intel' [06:47, 02:52](1651 MB) +PASS -- TEST 'regional_debug_intel' [20:48, 17:26](849 MB) +PASS -- TEST 'rap_control_debug_intel' [07:24, 04:47](1198 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:23, 04:50](1202 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:24, 04:56](1195 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:21, 04:56](1201 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:21, 04:56](1200 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:34, 05:11](1290 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:25, 04:55](1209 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:24, 04:59](1209 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:23, 05:01](1205 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:22, 04:53](1206 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:23, 04:52](1200 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:23, 04:54](1198 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:22, 07:55](1205 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:22, 04:53](1138 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:28, 05:49](1204 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:28, 04:49](1215 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:31, 08:31](1209 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:10, 04:09] ( 856 warnings ) +PASS -- TEST 'control_wam_debug_intel' [07:21, 04:59](525 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 10:34] ( 4 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:59, 04:28](1166 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:55, 06:31](1047 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:16, 03:32](987 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:01, 07:08](1089 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:14, 03:00](969 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:14, 03:37](922 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [10:24, 04:52](1033 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [06:24, 01:53](933 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [18:12, 13:55] ( 4 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:55, 02:09](1198 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:46, 01:01](1122 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:39, 01:16](1114 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:12, 10:44] ( 4 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:48, 04:17](1002 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 03:03] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:26, 04:53](1075 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:25, 04:50](1076 MB) +PASS -- TEST 'conus13km_debug_intel' [15:53, 14:33](1227 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:54, 14:46](931 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:46, 08:26](1101 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:41, 14:38](1297 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 03:07] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:26, 05:00](1114 MB) + +PASS -- COMPILE 'hafsw_intel' [14:11, 12:04] ( 2 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:15, 05:29](743 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:26, 06:00](1111 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:23, 06:59](831 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:14, 13:15](864 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:36, 14:56](882 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:56, 06:19](461 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:24, 07:31](516 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:48, 03:12](374 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:29, 08:06](475 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:46, 04:14](531 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:52, 04:05](531 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:53, 05:19](581 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:27, 01:27](396 MB) +PASS -- TEST 'gnv1_nested_intel' [07:51, 04:36](803 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:11, 04:06] ( 1468 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:05, 12:54](568 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [14:11, 13:28] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:59, 09:45](651 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:07, 09:54](710 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:12, 13:14] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:06, 07:06](696 MB) + +PASS -- COMPILE 'hafs_all_intel' [13:11, 11:50] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:19, 06:30](778 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:16, 06:28](815 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:55, 15:54](1204 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:11, 08:05] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:18, 02:37](1133 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:19, 01:42](1080 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:17, 02:33](1013 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:17, 02:35](1015 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:17, 02:35](1016 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:17, 02:40](1120 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 02:38](1134 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:18, 02:32](1013 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:20, 05:58](1061 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:15, 05:54](1034 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:16, 02:37](1122 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:19, 03:32](2488 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:18, 03:32](2500 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [03:11, 03:05] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:18, 06:14](1063 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:10, 06:29] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:18, 02:40](1141 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:21] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:28, 00:49](259 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:24, 00:52](325 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:26, 00:31](321 MB) + +PASS -- COMPILE 'atml_intel' [13:11, 12:30] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:53, 04:15](1608 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [07:30, 04:15](1608 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [09:46, 02:22](896 MB) + +PASS -- COMPILE 'atml_debug_intel' [06:11, 04:04] ( 881 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [35:33, 33:19](1629 MB) + +PASS -- COMPILE 'atmw_intel' [17:11, 12:17] ( 1 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:25, 01:45](1675 MB) + +PASS -- COMPILE 'atmaero_intel' [16:11, 12:06] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:30, 04:03](3023 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:25, 04:52](3089 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:04, 05:00](3114 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [07:11, 03:06] ( 885 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [23:43, 21:34](4320 MB) SYNOPSIS: -Starting Date/Time: 20240422 07:29:19 -Ending Date/Time: 20240422 08:52:50 -Total Time: 01h:23m:58s -Compiles Completed: 37/37 -Tests Completed: 167/179 -Failed Tests: -* TEST control_CubedSphereGrid_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2173/tests/logs/log_orion/run_control_CubedSphereGrid_intel.log -* TEST control_CubedSphereGrid_parallel_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2173/tests/logs/log_orion/run_control_CubedSphereGrid_parallel_intel.log -* TEST control_latlon_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2173/tests/logs/log_orion/run_control_latlon_intel.log -* TEST control_wrtGauss_netcdf_parallel_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2173/tests/logs/log_orion/run_control_wrtGauss_netcdf_parallel_intel.log -* TEST control_c48_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2173/tests/logs/log_orion/run_control_c48_intel.log -* TEST control_c192_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2173/tests/logs/log_orion/run_control_c192_intel.log -* TEST control_c384_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2173/tests/logs/log_orion/run_control_c384_intel.log -* TEST merra2_thompson_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2173/tests/logs/log_orion/run_merra2_thompson_intel.log -* TEST control_CubedSphereGrid_debug_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2173/tests/logs/log_orion/run_control_CubedSphereGrid_debug_intel.log -* TEST control_wrtGauss_netcdf_parallel_debug_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2173/tests/logs/log_orion/run_control_wrtGauss_netcdf_parallel_debug_intel.log -* TEST control_diag_debug_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2173/tests/logs/log_orion/run_control_diag_debug_intel.log -* TEST atmaero_control_p8_rad_micro_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2173/tests/logs/log_orion/run_atmaero_control_p8_rad_micro_intel.log +Starting Date/Time: 20240429 07:54:50 +Ending Date/Time: 20240429 09:33:25 +Total Time: 01h:39m:22s +Compiles Completed: 38/38 +Tests Completed: 180/180 NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +A file 'test_changes.list' was generated but is empty. If you are using this log as a pull request verification, please commit 'test_changes.list'. -Result: FAILURE +Result: SUCCESS ====END OF ORION REGRESSION TESTING LOG==== ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -d47726e50be21a6b878bfb05f03b0b9fbe725775 +d35f6da7caf2a4d320aeb75613de67533a11d1b7 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -359,10 +336,10 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) + 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) + 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) @@ -373,38 +350,22 @@ 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-20240419 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_141822 +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240426 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_205619 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 'atm_dyn32_intel' [13:11, 12:33] -PASS -- TEST 'control_CubedSphereGrid_intel' [03:49, 02:56](1598 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:51, 04:16](1604 MB) -PASS -- TEST 'control_latlon_intel' [03:46, 02:54](1588 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:55, 03:00](1599 MB) -PASS -- TEST 'control_c48_intel' [08:50, 07:10](1774 MB) -PASS -- TEST 'control_c192_intel' [11:58, 10:27](1749 MB) -PASS -- TEST 'control_c384_intel' [13:55, 11:23](2001 MB) -PASS -- TEST 'merra2_thompson_intel' [05:39, 03:14](1640 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:12, 05:06] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:49, 02:50](1606 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:54, 02:47](1612 MB) -PASS -- TEST 'control_diag_debug_intel' [03:52, 02:58](1664 MB) -PASS -- COMPILE 'atmaero_intel' [12:11, 11:46] -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:03, 04:48](3109 MB) +PASS -- COMPILE 'atml_debug_intel' [09:11, 04:19] ( 881 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [12:13, 05:46](1632 MB) SYNOPSIS: -Starting Date/Time: 20240422 10:08:06 -Ending Date/Time: 20240422 10:36:28 -Total Time: 00h:28m:37s -Compiles Completed: 3/3 -Tests Completed: 12/12 +Starting Date/Time: 20240429 11:52:48 +Ending Date/Time: 20240429 12:14:12 +Total Time: 00h:21m:32s +Compiles Completed: 1/1 +Tests Completed: 1/1 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 f6db2418d3..7d7cd4c611 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,30 +1,30 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -bcc92327e9e244c4ca9db1707f4df177799426b2 +d35f6da7caf2a4d320aeb75613de67533a11d1b7 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) + 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.6.2-89-g3d7067a) c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) + 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps0.9.2-32-g4e19850c) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (da95cc4) + da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (remotes/origin/HEAD-11-gda95cc4) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) + 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (ccpp_transition_to_vlab_master_20190705-4226-g9b0ac7b1) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) + 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) + 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) @@ -35,300 +35,237 @@ 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-20240419 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_185658 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240426 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_121661 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [27:46, 27:26] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [59:19, 01:21](2970 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [12:29, 11:51] -PASS -- TEST 'cpld_control_gfsv17_intel' [14:36, 02:00](1594 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [56:37, 01:52](1717 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [56:37, 01:31](850 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [55:44, 01:30](1569 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:19, 04:29] -PASS -- TEST 'cpld_debug_gfsv17_intel' [21:46, 01:50](1601 MB) - -PASS -- COMPILE 's2swa_intel' [16:34, 15:27] -PASS -- TEST 'cpld_control_p8_intel' [10:29, 01:22](3007 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:29, 01:47](3002 MB) -PASS -- TEST 'cpld_restart_p8_intel' [02:08, 01:43](3066 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:29, 01:20](3027 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [02:10, 01:40](3079 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:29, 01:07](3314 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:29, 01:17](3002 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [10:30, 01:27](2928 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:29, 01:49](3003 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [10:38, 03:00](3952 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [53:25, 03:56](4251 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:29, 01:53](2967 MB) - -PASS -- COMPILE 's2sw_intel' [14:29, 13:58] -PASS -- TEST 'cpld_control_noaero_p8_intel' [12:36, 00:47](1582 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:36, 01:52](1639 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:24, 10:10] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [16:40, 00:56](1638 MB) - -PASS -- COMPILE 's2s_intel' [25:45, 24:32] -PASS -- TEST 'cpld_control_c48_intel' [01:18, 00:40](2654 MB) - -PASS -- COMPILE 's2swa_faster_intel' [27:46, 26:37] -PASS -- TEST 'cpld_control_p8_faster_intel' [59:19, 01:33](3003 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [12:29, 12:08] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:35, 01:13](1605 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [57:05, 00:41](902 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [57:06, 01:40](1582 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [16:35, 15:50] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [10:30, 01:38](1613 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [26:42, 25:46] -PASS -- TEST 'control_flake_intel' [55:02, 00:29](571 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [55:01, 00:24](1477 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [51:16, 01:19](1474 MB) -PASS -- TEST 'control_latlon_intel' [55:01, 00:22](1475 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [55:01, 00:31](1467 MB) -PASS -- TEST 'control_c48_intel' [55:00, 00:50](1594 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [55:00, 00:50](714 MB) -PASS -- TEST 'control_c192_intel' [55:01, 01:22](1584 MB) -PASS -- TEST 'control_c384_intel' [55:05, 01:59](1911 MB) -PASS -- TEST 'control_c384gdas_intel' [55:05, 02:25](1089 MB) -PASS -- TEST 'control_stochy_intel' [55:01, 00:31](527 MB) -PASS -- TEST 'control_stochy_restart_intel' [52:32, 00:56](336 MB) -PASS -- TEST 'control_lndp_intel' [55:01, 00:36](526 MB) -PASS -- TEST 'control_iovr4_intel' [55:01, 00:49](523 MB) -PASS -- TEST 'control_iovr5_intel' [55:01, 00:50](527 MB) -PASS -- TEST 'control_p8_intel' [55:01, 01:55](1502 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [55:01, 01:52](1513 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [55:01, 01:57](1511 MB) -PASS -- TEST 'control_restart_p8_intel' [49:30, 00:48](693 MB) -PASS -- TEST 'control_noqr_p8_intel' [55:01, 01:54](1499 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [49:30, 00:52](700 MB) -PASS -- TEST 'control_decomp_p8_intel' [54:34, 01:25](1499 MB) -PASS -- TEST 'control_2threads_p8_intel' [53:10, 01:22](1589 MB) -PASS -- TEST 'control_p8_lndp_intel' [52:33, 01:24](1501 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [51:35, 02:02](1556 MB) -PASS -- TEST 'control_p8_mynn_intel' [51:29, 01:57](1513 MB) -PASS -- TEST 'merra2_thompson_intel' [51:29, 01:44](1513 MB) -PASS -- TEST 'regional_control_intel' [51:20, 00:20](608 MB) -PASS -- TEST 'regional_restart_intel' [45:35, 00:13](778 MB) -PASS -- TEST 'regional_decomp_intel' [51:14, 00:54](608 MB) -PASS -- TEST 'regional_2threads_intel' [51:11, 00:56](665 MB) -PASS -- TEST 'regional_noquilt_intel' [51:03, 00:23](1141 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [50:46, 00:28](609 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [50:29, 00:22](609 MB) -PASS -- TEST 'regional_wofs_intel' [49:33, 00:58](1580 MB) - -PASS -- COMPILE 'rrfs_intel' [30:47, 30:16] -PASS -- TEST 'rap_control_intel' [45:48, 01:46](921 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [45:21, 00:33](1099 MB) -PASS -- TEST 'rap_decomp_intel' [44:57, 01:11](917 MB) -PASS -- TEST 'rap_2threads_intel' [44:56, 00:45](1012 MB) -PASS -- TEST 'rap_restart_intel' [36:22, 01:12](789 MB) -PASS -- TEST 'rap_sfcdiff_intel' [44:45, 01:26](914 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [44:32, 01:40](915 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [33:21, 01:20](783 MB) -PASS -- TEST 'hrrr_control_intel' [44:26, 01:23](910 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [43:32, 01:19](911 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [43:14, 01:36](993 MB) -PASS -- TEST 'hrrr_control_restart_intel' [36:15, 01:05](741 MB) -PASS -- TEST 'rrfs_v1beta_intel' [42:58, 01:44](912 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [42:56, 01:16](1874 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [42:27, 01:03](1863 MB) - -PASS -- COMPILE 'csawmg_intel' [15:30, 14:57] -PASS -- TEST 'control_csawmg_intel' [59:06, 00:32](602 MB) -PASS -- TEST 'control_ras_intel' [59:06, 00:51](560 MB) - -PASS -- COMPILE 'wam_intel' [09:23, 08:32] -PASS -- TEST 'control_wam_intel' [05:11, 00:58](270 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [24:39, 23:52] -PASS -- TEST 'control_p8_faster_intel' [47:51, 01:29](1507 MB) -PASS -- TEST 'regional_control_faster_intel' [46:59, 00:57](610 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [34:51, 33:49] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [34:59, 00:41](1488 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [34:54, 00:51](1492 MB) -PASS -- TEST 'control_stochy_debug_intel' [33:54, 00:41](690 MB) -PASS -- TEST 'control_lndp_debug_intel' [33:42, 00:24](694 MB) -PASS -- TEST 'control_csawmg_debug_intel' [33:41, 01:08](733 MB) -PASS -- TEST 'control_ras_debug_intel' [33:14, 00:41](703 MB) -PASS -- TEST 'control_diag_debug_intel' [32:47, 01:14](1542 MB) -PASS -- TEST 'control_debug_p8_intel' [32:38, 01:05](1518 MB) -PASS -- TEST 'regional_debug_intel' [32:28, 00:45](630 MB) -PASS -- TEST 'rap_control_debug_intel' [32:19, 00:54](1073 MB) -PASS -- TEST 'hrrr_control_debug_intel' [32:07, 00:57](1067 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [32:00, 00:57](1075 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [31:54, 00:50](1071 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [31:36, 00:47](1075 MB) -PASS -- TEST 'rap_diag_debug_intel' [31:33, 00:44](1155 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [31:22, 00:49](1072 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [31:04, 00:50](1076 MB) -PASS -- TEST 'rap_lndp_debug_intel' [30:09, 00:53](1076 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [30:03, 00:53](1072 MB) -PASS -- TEST 'rap_noah_debug_intel' [29:55, 01:00](1076 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [29:53, 00:54](1071 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [29:28, 00:49](1076 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [29:17, 01:00](1072 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [29:17, 01:07](1075 MB) -PASS -- TEST 'rap_flake_debug_intel' [28:54, 00:52](1076 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [28:47, 01:13](1081 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:18, 05:00] -PASS -- TEST 'control_wam_debug_intel' [05:10, 01:00](298 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:29, 15:03] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [49:33, 01:15](955 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [49:30, 01:07](790 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [48:59, 02:19](788 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [48:22, 01:13](856 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [46:58, 01:07](837 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [46:30, 00:57](787 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [42:14, 01:36](690 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [41:50, 00:49](668 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [18:33, 17:53] -PASS -- TEST 'conus13km_control_intel' [46:28, 00:31](1006 MB) -PASS -- TEST 'conus13km_2threads_intel' [41:50, 00:30](1008 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [41:34, 00:36](881 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:27, 12:22] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [46:22, 00:53](811 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:19, 04:47] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [46:19, 00:33](953 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [46:20, 00:43](948 MB) -PASS -- TEST 'conus13km_debug_intel' [45:54, 01:09](1038 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [41:30, 01:03](709 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [41:25, 00:26](1036 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [40:38, 01:16](1103 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:20, 05:25] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [28:07, 00:58](980 MB) - -PASS -- COMPILE 'hafsw_intel' [16:31, 16:09] -PASS -- TEST 'hafs_regional_atm_intel' [40:40, 02:04](618 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [40:16, 00:33](965 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [39:45, 01:29](662 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [39:45, 02:14](696 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [39:41, 02:04](712 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [39:06, 00:54](387 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [38:59, 02:13](413 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [38:56, 01:22](281 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [38:28, 02:17](370 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [37:30, 01:18](419 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [37:11, 00:49](415 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [36:58, 01:32](488 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [36:46, 01:11](312 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:20, 05:19] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [36:18, 01:32](494 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [10:23, 10:01] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [21:59, 01:35](532 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [21:59, 01:37](710 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:24, 10:28] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [36:18, 00:55](709 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:24, 09:42] -PASS -- TEST 'hafs_regional_docn_intel' [35:44, 01:23](665 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [28:02, 01:19](647 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [27:56, 00:25](881 MB) - -PASS -- COMPILE 'atml_intel' [22:38, 20:33] -FAILED: RUN DID NOT COMPLETE -- TEST 'control_p8_atmlnd_sbs_intel' [, ]( MB) -PASS -- TEST 'control_p8_atmlnd_intel' [25:20, 01:16](1543 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [18:46, 00:23](739 MB) - -PASS -- COMPILE 'atmaero_intel' [18:35, 16:03] -PASS -- TEST 'atmaero_control_p8_intel' [27:13, 01:30](2853 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [27:11, 00:52](2911 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [27:00, 01:50](2920 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:18, 04:27] -PASS -- TEST 'regional_atmaq_debug_intel' [25:58, 01:23](4432 MB) +PASS -- COMPILE 's2swa_32bit_intel' [12:30, 11:28] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:29, 01:21](2971 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [30:50, 29:44] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [53:09, 02:07](1559 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [35:00, 02:00](1718 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [34:38, 01:33](847 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [53:10, 01:47](1579 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [16:36, 15:28] ( 1506 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [07:24, 02:13](1600 MB) + +PASS -- COMPILE 's2swa_intel' [22:41, 22:00] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [01:18, 01:31](3006 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [01:18, 01:56](3005 MB) +PASS -- TEST 'cpld_restart_p8_intel' [52:55, 00:55](3059 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [01:18, 01:32](3029 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [52:56, 00:51](3082 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [01:18, 01:15](3316 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [01:18, 01:39](3000 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [01:19, 01:37](2930 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [01:18, 01:56](3004 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [01:27, 03:22](3953 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [43:47, 03:18](4253 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [01:18, 01:02](2965 MB) + +PASS -- COMPILE 's2sw_intel' [22:43, 22:29] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [01:16, 01:08](1585 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [01:16, 01:14](1636 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:25, 11:21] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:34, 01:08](1632 MB) + +PASS -- COMPILE 's2s_intel' [14:33, 13:46] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:25, 00:54](2654 MB) + +PASS -- COMPILE 's2swa_faster_intel' [31:52, 31:44] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [52:07, 01:49](3002 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [12:30, 11:38] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [11:29, 01:06](1574 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [54:08, 00:52](901 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [54:09, 00:58](1583 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [14:33, 13:28] ( 1542 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [09:27, 00:50](1611 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [22:35, 21:59] ( 2 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [48:58, 00:33](571 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [48:58, 00:36](1476 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [48:58, 00:34](1475 MB) +PASS -- TEST 'control_latlon_intel' [48:58, 00:32](1461 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [48:58, 00:43](1481 MB) +PASS -- TEST 'control_c48_intel' [48:18, 01:08](1593 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [47:25, 01:06](714 MB) +PASS -- TEST 'control_c192_intel' [47:20, 00:47](1587 MB) +PASS -- TEST 'control_c384_intel' [47:24, 01:38](1909 MB) +PASS -- TEST 'control_c384gdas_intel' [46:09, 02:15](1093 MB) +PASS -- TEST 'control_stochy_intel' [45:21, 00:36](530 MB) +PASS -- TEST 'control_stochy_restart_intel' [42:56, 00:15](333 MB) +PASS -- TEST 'control_lndp_intel' [45:17, 00:40](528 MB) +PASS -- TEST 'control_iovr4_intel' [45:15, 00:54](524 MB) +PASS -- TEST 'control_iovr5_intel' [45:09, 00:55](523 MB) +PASS -- TEST 'control_p8_intel' [44:41, 00:56](1512 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [44:38, 01:08](1502 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [44:38, 01:10](1512 MB) +PASS -- TEST 'control_restart_p8_intel' [40:22, 01:07](696 MB) +PASS -- TEST 'control_noqr_p8_intel' [44:38, 00:56](1490 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [40:22, 01:07](698 MB) +PASS -- TEST 'control_decomp_p8_intel' [44:33, 00:46](1500 MB) +PASS -- TEST 'control_2threads_p8_intel' [44:33, 01:07](1587 MB) +PASS -- TEST 'control_p8_lndp_intel' [43:35, 00:26](1508 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [42:58, 01:26](1565 MB) +PASS -- TEST 'control_p8_mynn_intel' [42:55, 01:08](1510 MB) +PASS -- TEST 'merra2_thompson_intel' [41:48, 01:59](1513 MB) +PASS -- TEST 'regional_control_intel' [41:41, 00:24](609 MB) +PASS -- TEST 'regional_restart_intel' [35:59, 00:33](778 MB) +PASS -- TEST 'regional_decomp_intel' [35:58, 01:07](608 MB) +PASS -- TEST 'regional_2threads_intel' [41:36, 00:13](672 MB) +PASS -- TEST 'regional_noquilt_intel' [41:35, 00:31](1145 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [41:27, 00:34](607 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [41:18, 00:24](609 MB) +PASS -- TEST 'regional_wofs_intel' [41:17, 01:00](1581 MB) + +PASS -- COMPILE 'rrfs_intel' [21:43, 21:04] ( 4 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [49:45, 01:00](920 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [49:46, 00:24](1096 MB) +PASS -- TEST 'rap_decomp_intel' [49:45, 00:49](919 MB) +PASS -- TEST 'rap_2threads_intel' [49:45, 01:37](1008 MB) +PASS -- TEST 'rap_restart_intel' [41:18, 01:25](789 MB) +PASS -- TEST 'rap_sfcdiff_intel' [49:45, 01:21](915 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [49:45, 01:07](918 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [41:12, 01:54](784 MB) +PASS -- TEST 'hrrr_control_intel' [49:45, 01:20](910 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [49:45, 01:15](911 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [49:46, 01:37](996 MB) +PASS -- TEST 'hrrr_control_restart_intel' [41:05, 00:14](744 MB) +PASS -- TEST 'rrfs_v1beta_intel' [49:45, 01:32](914 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [49:45, 00:15](1876 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [49:45, 00:31](1860 MB) + +PASS -- COMPILE 'csawmg_intel' [13:35, 12:53] ( 2 warnings ) +PASS -- TEST 'control_csawmg_intel' [57:54, 00:45](602 MB) +PASS -- TEST 'control_ras_intel' [57:54, 01:06](562 MB) + +PASS -- COMPILE 'wam_intel' [17:43, 17:30] ( 1 warnings ) +PASS -- TEST 'control_wam_intel' [51:43, 01:04](274 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [17:39, 17:12] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [51:46, 01:07](1502 MB) +PASS -- TEST 'regional_control_faster_intel' [51:45, 00:31](609 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [21:35, 20:40] ( 871 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [41:02, 00:26](1487 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [40:40, 00:38](1490 MB) +PASS -- TEST 'control_stochy_debug_intel' [40:22, 01:01](693 MB) +PASS -- TEST 'control_lndp_debug_intel' [40:22, 00:19](692 MB) +PASS -- TEST 'control_csawmg_debug_intel' [40:17, 00:47](731 MB) +PASS -- TEST 'control_ras_debug_intel' [40:07, 00:17](701 MB) +PASS -- TEST 'control_diag_debug_intel' [40:07, 00:28](1555 MB) +PASS -- TEST 'control_debug_p8_intel' [34:35, 00:11](1518 MB) +PASS -- TEST 'regional_debug_intel' [38:21, 01:01](631 MB) +PASS -- TEST 'rap_control_debug_intel' [37:56, 01:04](1076 MB) +PASS -- TEST 'hrrr_control_debug_intel' [37:37, 00:18](1068 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [37:13, 01:08](1074 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [31:34, 01:06](1077 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [37:03, 00:10](1072 MB) +PASS -- TEST 'rap_diag_debug_intel' [37:03, 01:10](1157 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [36:57, 00:59](1076 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [36:49, 00:58](1076 MB) +PASS -- TEST 'rap_lndp_debug_intel' [36:42, 01:05](1078 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [36:17, 01:06](1073 MB) +PASS -- TEST 'rap_noah_debug_intel' [36:10, 00:14](1069 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [36:03, 00:12](1070 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [35:56, 00:57](1074 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [35:55, 00:14](1072 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [35:46, 00:16](1078 MB) +PASS -- TEST 'rap_flake_debug_intel' [35:34, 00:11](1077 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [35:26, 01:24](1082 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:17, 04:21] ( 843 warnings ) +PASS -- TEST 'control_wam_debug_intel' [56:00, 00:08](299 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [18:39, 18:00] ( 4 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [34:33, 00:30](958 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [34:30, 01:32](790 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [34:20, 02:39](780 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [33:35, 01:27](853 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [33:24, 02:01](841 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [32:57, 02:07](792 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [27:05, 01:28](685 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [28:25, 00:28](668 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:38, 16:24] ( 4 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [32:14, 01:12](1006 MB) +PASS -- TEST 'conus13km_2threads_intel' [28:28, 01:04](1005 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [28:25, 00:52](880 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:38, 15:20] ( 4 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [31:59, 00:30](810 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:17, 03:27] ( 774 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [31:33, 00:14](952 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [31:27, 00:19](955 MB) +PASS -- TEST 'conus13km_debug_intel' [30:56, 00:43](1035 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [30:43, 00:31](703 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [30:41, 00:46](1036 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [30:31, 00:44](1103 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [17:40, 16:45] ( 774 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [30:29, 01:08](979 MB) + +PASS -- COMPILE 'hafsw_intel' [14:35, 13:43] ( 2 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [30:27, 01:23](620 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [30:23, 00:53](966 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [30:21, 02:06](661 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [30:13, 01:59](699 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [29:59, 01:49](705 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [29:51, 01:18](387 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [29:33, 01:27](407 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [29:18, 00:42](294 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [29:18, 02:43](372 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [27:46, 00:45](413 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [27:28, 01:04](415 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [27:22, 01:11](488 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [26:44, 00:34](311 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:20, 05:53] ( 1450 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [26:27, 00:50](501 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [14:35, 14:05] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [26:08, 00:56](530 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [26:04, 00:56](710 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [15:32, 15:16] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [26:01, 01:11](713 MB) + +PASS -- COMPILE 'hafs_all_intel' [16:35, 16:01] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [25:47, 01:37](664 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [25:46, 01:33](647 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [25:13, 00:35](880 MB) + +PASS -- COMPILE 'atml_intel' [20:38, 20:07] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [25:04, 01:14](1548 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [24:55, 01:09](1548 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [18:28, 00:38](740 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:24, 04:33] ( 867 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [24:38, 01:48](1566 MB) + +PASS -- COMPILE 'atmaero_intel' [11:35, 10:52] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [24:11, 01:34](2852 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [23:58, 01:01](2911 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [23:46, 00:56](2925 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [10:24, 09:51] ( 871 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [22:54, 00:50](4433 MB) SYNOPSIS: -Starting Date/Time: 20240423 18:32:37 -Ending Date/Time: 20240423 20:00:11 -Total Time: 01h:28m:12s -Compiles Completed: 30/30 -Tests Completed: 154/155 -Failed Tests: -* TEST control_p8_atmlnd_sbs_intel: FAILED: RUN DID NOT COMPLETE --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/jiandewang/ufs-weather-model/tests/logs/log_wcoss2/run_control_p8_atmlnd_sbs_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: -bcc92327e9e244c4ca9db1707f4df177799426b2 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (da95cc4) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 6d0150d6c212c7052e73aa8ab76418d5b28fb780 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10045-g6d0150d6c) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 6a51f0295bc1a877475b527157a33aa86eb532fe NOAHMP-interface/noahmp (v3.7.1-426-g6a51f02) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) - - -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-20240419 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66976 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: GFS-DEV -* (-b) - NEW BASELINES FROM FILE: test_changes.list -* (-e) - USE ECFLOW - -PASS -- COMPILE 'atml_intel' [10:25, 10:08] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [39:51, 01:10](1543 MB) - -SYNOPSIS: -Starting Date/Time: 20240423 20:04:01 -Ending Date/Time: 20240423 20:27:55 -Total Time: 00h:24m:14s -Compiles Completed: 1/1 -Tests Completed: 1/1 +Starting Date/Time: 20240429 16:35:39 +Ending Date/Time: 20240429 18:02:24 +Total Time: 01h:27m:18s +Compiles Completed: 31/31 +Tests Completed: 156/156 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/rt.conf b/tests/rt.conf index 626d29a6bc..1af875400f 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -298,6 +298,9 @@ RUN | control_p8_atmlnd_sbs | - noaacloud | baseline RUN | control_p8_atmlnd | - noaacloud | baseline | RUN | control_restart_p8_atmlnd | - noaacloud | | control_p8_atmlnd +COMPILE | atml_debug | intel | -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DDEBUG=ON | | fv3 | +RUN | control_p8_atmlnd_debug | - noaacloud | baseline | + ### ATM-WAV tests ### #mediator (cmeps) COMPILE | atmw | intel | -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON | - wcoss2 | fv3 | diff --git a/tests/rt.sh b/tests/rt.sh index 5279f68ff8..790fd85843 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -36,7 +36,7 @@ usage() { update_rtconf() { echo "rt.sh: Checking & Updating test configuration..." find_match() { - # This function finds if a test in $TESTS_FILE matches one + # This function finds if a test in $TESTS_FILE matches one # in our list of tests to be run. THIS_TEST_WITH_COMPILER=$1 shift @@ -78,7 +78,7 @@ update_rtconf() { [[ -n "${line}" ]] || continue [[ ${#line} == 0 ]] && continue [[ ${line} == \#* ]] && continue - + if [[ ${line} =~ COMPILE ]] ; then MACHINES=$(cut -d'|' -f5 <<< "${line}") MACHINES=$(sed -e 's/^ *//' -e 's/ *$//' <<< "${MACHINES}") @@ -86,7 +86,7 @@ update_rtconf() { RT_COMPILER_IN=$(sed -e 's/^ *//' -e 's/ *$//' <<< "${RT_COMPILER_IN}") if [[ ${MACHINES} == '' ]]; then compile_line=${line} - COMPILE_LINE_USED=false + COMPILE_LINE_USED=false elif [[ ${MACHINES} == -* ]]; then [[ ${MACHINES} =~ ${MACHINE_ID} ]] || compile_line=${line}; COMPILE_LINE_USED=false elif [[ ${MACHINES} == +* ]]; then @@ -110,10 +110,10 @@ update_rtconf() { fi if [[ ${to_run_test} == true ]]; then TEST_IDX=$(set -e; find_match "${tmp_test} ${RT_COMPILER_IN}" "${TEST_WITH_COMPILE[@]}") - + if [[ ${TEST_IDX} != -1 ]]; then if [[ ${COMPILE_LINE_USED} == false ]]; then - echo -en '\n' >> "${RT_TEMP_CONF}" + echo -en '\n' >> "${RT_TEMP_CONF}" echo "${compile_line}" >> "${RT_TEMP_CONF}" COMPILE_LINE_USED=true @@ -121,7 +121,7 @@ update_rtconf() { dep_test=$(grep -w "${tmp_test}" <<< "${line}") dep_test=$(cut -d'|' -f5 <<< "${dep_test}") dep_test=$(sed -e 's/^ *//' -e 's/ *$//' <<< "${dep_test}") - + if [[ ${dep_test} != '' ]]; then find_match_result=$(set -e; find_match "${dep_test} ${RT_COMPILER_IN}" "${TEST_WITH_COMPILE[@]}") if [[ ${find_match_result} == -1 ]]; then @@ -131,7 +131,7 @@ update_rtconf() { dep_line=$(tr -d '\n' <<< "${dep_line}") CORRECT_LINE[1]=$(awk -F'RUN|RUN' '{print $2}' <<< "${dep_line}") CORRECT_LINE[2]=$(awk -F'RUN|RUN' '{print $3}' <<< "${dep_line}") - + if [[ ${RT_COMPILER_IN} == "intel" ]]; then echo "RUN ${CORRECT_LINE[1]}" >> "${RT_TEMP_CONF}" elif [[ ${RT_COMPILER_IN} == "gnu" ]]; then @@ -140,7 +140,7 @@ update_rtconf() { fi fi echo "${line}" >> "${RT_TEMP_CONF}" - fi + fi fi fi done < "${TESTS_FILE}" @@ -155,6 +155,7 @@ update_rtconf() { generate_log() { echo "rt.sh: Generating Regression Testing Log..." + set -x COMPILE_COUNTER=0 FAILED_COMPILES=() TEST_COUNTER=0 @@ -181,7 +182,7 @@ EOF fi echo; echo >> "${REGRESSIONTEST_LOG}" cd tests - + cat << EOF >> "${REGRESSIONTEST_LOG}" NOTES: @@ -222,10 +223,10 @@ EOF local valid_test=false if [[ ${line} == COMPILE* ]] ; then - + CMACHINES=$(cut -d'|' -f5 <<< "${line}") CMACHINES=$(sed -e 's/^ *//' -e 's/ *$//' <<< "${CMACHINES}") - + COMPILER=$(cut -d'|' -f3 <<< "${line}") COMPILER=$(sed -e 's/^ *//' -e 's/ *$//' <<< "${COMPILER}") @@ -233,7 +234,7 @@ EOF COMPILE_NAME=$(sed -e 's/^ *//' -e 's/ *$//' <<< "${COMPILE_NAME}") COMPILE_ID=${COMPILE_NAME}_${COMPILER} - + if [[ ${CMACHINES} == '' ]]; then valid_compile=true elif [[ ${CMACHINES} == -* ]]; then @@ -249,6 +250,7 @@ EOF TIME_FILE="" COMPILE_TIME="" RT_COMPILE_TIME="" + COMPILE_WARNINGS="" if [[ ! -f "${LOG_DIR}/compile_${COMPILE_ID}.log" ]]; then COMPILE_RESULT="FAILED: UNABLE TO START COMPILE" FAIL_LOG="N/A" @@ -262,8 +264,18 @@ EOF COMPILE_RESULT="FAILED: TEST TIMED OUT" FAIL_LOG="${LOG_DIR}/compile_${COMPILE_ID}.log" fi - else + else COMPILE_RESULT="PASS" + if [[ ${COMPILER} == "intel" ]]; then + COMPILE_NUM_WARNINGS=$(grep -c ": warning #" "${RUNDIR_ROOT}/compile_${COMPILE_ID}/err" || true) + COMPILE_NUM_REMARKS=$(grep -c ": remark #" "${RUNDIR_ROOT}/compile_${COMPILE_ID}/err" || true) + if [[ ${COMPILE_NUM_WARNINGS} -gt 0 || ${COMPILE_NUM_REMARKS} -gt 0 ]]; then + COMPILE_WARNINGS+=" (" + [[ ${COMPILE_NUM_WARNINGS} -gt 0 ]] && COMPILE_WARNINGS+=" ${COMPILE_NUM_WARNINGS} warnings" + [[ ${COMPILE_NUM_REMARKS} -gt 0 ]] && COMPILE_WARNINGS+=" ${COMPILE_NUM_REMARKS} remarks" + COMPILE_WARNINGS+=" )" + fi + fi TIME_FILE="${LOG_DIR}/compile_${COMPILE_ID}_timestamp.txt" if [[ -f "${TIME_FILE}" ]]; then while read -r times || [[ -n "${times}" ]]; do @@ -278,11 +290,11 @@ EOF RT_COMPILE_TIME=$(date --date=@$((DATE4 - DATE1)) +'%M:%S') done < "${TIME_FILE}" - + fi fi echo >> "${REGRESSIONTEST_LOG}" - echo "${COMPILE_RESULT} -- COMPILE '${COMPILE_ID}' [${RT_COMPILE_TIME}, ${COMPILE_TIME}]" >> "${REGRESSIONTEST_LOG}" + echo "${COMPILE_RESULT} -- COMPILE '${COMPILE_ID}' [${RT_COMPILE_TIME}, ${COMPILE_TIME}]${COMPILE_WARNINGS}" >> "${REGRESSIONTEST_LOG}" [[ -n ${FAIL_LOG} ]] && FAILED_COMPILES+=("COMPILE ${COMPILE_ID}: ${COMPILE_RESULT}") [[ -n ${FAIL_LOG} ]] && FAILED_COMPILE_LOGS+=("${FAIL_LOG}") fi @@ -299,7 +311,7 @@ EOF TEST_NAME=$(sed -e 's/^ *//' -e 's/ *$//' <<< "${TEST_NAME}") GEN_BASELINE=$(cut -d '|' -f4 <<< "${line}") GEN_BASELINE=$(sed -e 's/^ *//' -e 's/ *$//' <<< "${GEN_BASELINE}") - + if [[ ${RMACHINES} == '' ]]; then valid_test=true elif [[ ${RMACHINES} == -* ]]; then @@ -328,7 +340,7 @@ EOF TEST_RESULT="FAILED: UNABLE TO RUN COMPARISON" FAIL_LOG="${LOG_DIR}/run_${TEST_NAME}_${COMPILER}.log" # We need to catch a "PASS" in rt_*.log even if a fail_test_* files exists - # I'm not sure why this can happen. + # I am not sure why this can happen. elif grep -q "PASS" "${LOG_DIR}/rt_${TEST_NAME}_${COMPILER}.log"; then TEST_RESULT="PASS" else @@ -377,9 +389,9 @@ EOF fi fi done < "${TESTS_FILE}" - + elapsed_time=$( printf '%02dh:%02dm:%02ds\n' $((SECONDS%86400/3600)) $((SECONDS%3600/60)) $((SECONDS%60)) ) - + cat << EOF >> "${REGRESSIONTEST_LOG}" SYNOPSIS: @@ -397,18 +409,18 @@ EOF echo "-- LOG: ${FAILED_COMPILE_LOGS[${i}]}" >> "${REGRESSIONTEST_LOG}" done fi - + # PRINT FAILED TESTS if [[ "${#FAILED_TESTS[@]}" -ne "0" ]]; then - + echo "Failed Tests:" >> "${REGRESSIONTEST_LOG}" for j in "${!FAILED_TESTS[@]}"; do echo "* ${FAILED_TESTS[${j}]}" >> "${REGRESSIONTEST_LOG}" echo "-- LOG: ${FAILED_TEST_LOGS[${j}]}" >> "${REGRESSIONTEST_LOG}" done - + fi - + # WRITE FAILED_TEST_ID LIST TO TEST_CHANGES_LOG if [[ "${#FAILED_TESTS[@]}" -ne "0" ]]; then for item in "${FAILED_TEST_ID[@]}"; do @@ -721,7 +733,7 @@ case ${MACHINE_ID} in # ROCOTOCOMPLETE=$(command -v rocotocomplete) ROCOTO_SCHEDULER="slurm" fi - + export LD_PRELOAD=/opt/cray/pe/gcc/12.2.0/snos/lib64/libstdc++.so.6 module load PrgEnv-intel/8.3.3 module load intel-classic/2023.1.0 @@ -806,7 +818,7 @@ case ${MACHINE_ID} in COMPILE_QUEUE="batch" PARTITION="orion" dprefix="/work/noaa/stmp/${USER}" - DISKNM=/"work/noaa/epic/UFS-WM_RT" + DISKNM="/work/noaa/epic/UFS-WM_RT" STMP="${dprefix}/stmp" PTMP="${dprefix}/stmp" @@ -854,7 +866,7 @@ case ${MACHINE_ID} in echo "=======Please, move to Rocky8 node fe[5-8]=======" exit 1 fi - + if [[ "${ROCOTO:-false}" == true ]] ; then module load rocoto # ROCOTORUN=$(command -v rocotorun) @@ -955,7 +967,7 @@ case ${MACHINE_ID} in cp fv3_conf/fv3_qsub.IN_derecho fv3_conf/fv3_qsub.IN cp fv3_conf/compile_qsub.IN_derecho fv3_conf/compile_qsub.IN - + if [[ "${ROCOTO:-false}" == true ]] ; then # ROCOTORUN=$(command -v rocotorun) # ROCOTOSTAT=$(command -v rocotostat) @@ -1110,9 +1122,9 @@ rm -rf "${LOG_DIR}" mkdir -p "${LOG_DIR}" if [[ ${ROCOTO} == true ]]; then - + echo "rt.sh: Verifying ROCOTO support..." - + case ${MACHINE_ID} in wcoss2|acorn|expanse|stampede) die "Rocoto not supported on this machine, please do not use '-r'." @@ -1125,7 +1137,7 @@ if [[ ${ROCOTO} == true ]]; then ROCOTOSTAT="$(command -v rocotostat)" ROCOTOCOMPLETE="$(command -v rocotocomplete)" export ROCOTOCOMPLETE ROCOTOSTAT ROCOTORUN - + ROCOTO_XML=${PATHRT}/rocoto_workflow.xml ROCOTO_STATE=${PATHRT}/rocoto_workflow.state ROCOTO_DB=${PATHRT}/rocoto_workflow.db diff --git a/tests/test_changes.list b/tests/test_changes.list index bce4315fbb..41e638ce0e 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,14 +1,4 @@ -control_c192 intel -control_c384 intel -control_c48 intel -control_CubedSphereGrid_debug intel -control_CubedSphereGrid intel -control_CubedSphereGrid_parallel intel -control_diag_debug intel -control_latlon intel -control_wrtGauss_netcdf_parallel_debug intel -control_wrtGauss_netcdf_parallel intel -merra2_thompson intel -atmaero_control_p8_rad_micro intel -control_c48 gnu -control_diag_debug gnu +control_p8_atmlnd_sbs intel +control_p8_atmlnd intel +control_restart_p8_atmlnd intel +control_p8_atmlnd_debug intel diff --git a/tests/tests/control_p8_atmlnd b/tests/tests/control_p8_atmlnd index aecdf87e6f..68b65d0e5b 100644 --- a/tests/tests/control_p8_atmlnd +++ b/tests/tests/control_p8_atmlnd @@ -204,6 +204,7 @@ export CCPP_SUITE=FV3_GFS_v17_p8 export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_cpld.IN export INPUT_NML=global_control.nml.IN +export V2_SFC_FILE=true # RRTMGP export DO_RRTMGP=.false. diff --git a/tests/tests/control_p8_atmlnd_debug b/tests/tests/control_p8_atmlnd_debug new file mode 100644 index 0000000000..1f5d4eb2d7 --- /dev/null +++ b/tests/tests/control_p8_atmlnd_debug @@ -0,0 +1,84 @@ +############################################################################### +# +# Global control debug test GFSv16 atmosphere-land only at C96L127, P8 configuration +# +############################################################################### + +source tests/control_p8_atmlnd + +export TEST_DESCR="Compare global control results with previous trunk version" + +export CNTL_DIR=control_p8_atmlnd_debug + +export LIST_FILES="sfcf000.tile1.nc \ + sfcf000.tile2.nc \ + sfcf000.tile3.nc \ + sfcf000.tile4.nc \ + sfcf000.tile5.nc \ + sfcf000.tile6.nc \ + sfcf003.tile1.nc \ + sfcf003.tile2.nc \ + sfcf003.tile3.nc \ + sfcf003.tile4.nc \ + sfcf003.tile5.nc \ + sfcf003.tile6.nc \ + atmf000.tile1.nc \ + atmf000.tile2.nc \ + atmf000.tile3.nc \ + atmf000.tile4.nc \ + atmf000.tile5.nc \ + atmf000.tile6.nc \ + atmf003.tile1.nc \ + atmf003.tile2.nc \ + atmf003.tile3.nc \ + atmf003.tile4.nc \ + atmf003.tile5.nc \ + atmf003.tile6.nc \ + RESTART/20210322.090000.ca_data.tile1.nc \ + RESTART/20210322.090000.ca_data.tile2.nc \ + RESTART/20210322.090000.ca_data.tile3.nc \ + RESTART/20210322.090000.ca_data.tile4.nc \ + RESTART/20210322.090000.ca_data.tile5.nc \ + RESTART/20210322.090000.ca_data.tile6.nc \ + RESTART/20210322.090000.coupler.res \ + RESTART/20210322.090000.fv_core.res.nc \ + RESTART/20210322.090000.fv_core.res.tile1.nc \ + RESTART/20210322.090000.fv_core.res.tile2.nc \ + RESTART/20210322.090000.fv_core.res.tile3.nc \ + RESTART/20210322.090000.fv_core.res.tile4.nc \ + RESTART/20210322.090000.fv_core.res.tile5.nc \ + RESTART/20210322.090000.fv_core.res.tile6.nc \ + RESTART/20210322.090000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210322.090000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210322.090000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210322.090000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210322.090000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210322.090000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210322.090000.fv_tracer.res.tile1.nc \ + RESTART/20210322.090000.fv_tracer.res.tile2.nc \ + RESTART/20210322.090000.fv_tracer.res.tile3.nc \ + RESTART/20210322.090000.fv_tracer.res.tile4.nc \ + RESTART/20210322.090000.fv_tracer.res.tile5.nc \ + RESTART/20210322.090000.fv_tracer.res.tile6.nc \ + RESTART/20210322.090000.phy_data.tile1.nc \ + RESTART/20210322.090000.phy_data.tile2.nc \ + RESTART/20210322.090000.phy_data.tile3.nc \ + RESTART/20210322.090000.phy_data.tile4.nc \ + RESTART/20210322.090000.phy_data.tile5.nc \ + RESTART/20210322.090000.phy_data.tile6.nc \ + RESTART/20210322.090000.sfc_data.tile1.nc \ + RESTART/20210322.090000.sfc_data.tile2.nc \ + RESTART/20210322.090000.sfc_data.tile3.nc \ + RESTART/20210322.090000.sfc_data.tile4.nc \ + RESTART/20210322.090000.sfc_data.tile5.nc \ + RESTART/20210322.090000.sfc_data.tile6.nc \ + ufs.cpld.lnd.out.2021-03-22-32400.tile1.nc \ + ufs.cpld.lnd.out.2021-03-22-32400.tile2.nc \ + ufs.cpld.lnd.out.2021-03-22-32400.tile3.nc \ + ufs.cpld.lnd.out.2021-03-22-32400.tile4.nc \ + ufs.cpld.lnd.out.2021-03-22-32400.tile5.nc \ + ufs.cpld.lnd.out.2021-03-22-32400.tile6.nc" + +export RESTART_INTERVAL="3 -1" +export OUTPUT_FH='0 3' +export FHMAX=3 diff --git a/tests/tests/control_p8_atmlnd_sbs b/tests/tests/control_p8_atmlnd_sbs index 33be5a8b0c..56a3a888f8 100644 --- a/tests/tests/control_p8_atmlnd_sbs +++ b/tests/tests/control_p8_atmlnd_sbs @@ -202,6 +202,7 @@ export CCPP_SUITE=FV3_GFS_v17_p8 export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_cpld.IN export INPUT_NML=global_control.nml.IN +export V2_SFC_FILE=true # RRTMGP export DO_RRTMGP=.false. diff --git a/tests/tests/control_restart_p8_atmlnd b/tests/tests/control_restart_p8_atmlnd index 2eaa04f779..a52c955dbe 100644 --- a/tests/tests/control_restart_p8_atmlnd +++ b/tests/tests/control_restart_p8_atmlnd @@ -142,6 +142,7 @@ export CCPP_SUITE=FV3_GFS_v17_p8 export FIELD_TABLE=field_table_thompson_noaero_tke export DIAG_TABLE=diag_table_cpld.IN export INPUT_NML=global_control.nml.IN +export V2_SFC_FILE=true # RRTMGP export DO_RRTMGP=.false. From 26cb9e60479958c4109a826c834333dcdd728a92 Mon Sep 17 00:00:00 2001 From: AnningCheng-NOAA <48297505+AnningCheng-NOAA@users.noreply.github.com> Date: Thu, 2 May 2024 07:53:47 -0400 Subject: [PATCH 3/6] fixed excessive evaporation when both innerloop and mraerosol=T (#2221) * NWFA Induced evaporation is turn off , but evaporation not related to aerosol is turned on to prevent excessive evaporation when Inner loop and mraerosol=T * ccpp/framework hash update * Cleanup unused code and variables, fix wcoss2 issue starting ecflow * Bring in @DusanJovic-NOAA trap changes * Merge some machine ecflow starts together and move to case statements --- FV3 | 2 +- tests/bl_date.conf | 2 +- tests/logs/OpnReqTests_control_p8_hera.log | 48 +- ...sts_cpld_control_nowave_noaero_p8_hera.log | 24 +- .../OpnReqTests_regional_control_hera.log | 68 +- tests/logs/RegressionTests_acorn.log | 554 ++++++------- tests/logs/RegressionTests_derecho.log | 626 +++++++------- tests/logs/RegressionTests_gaea.log | 592 ++++++-------- tests/logs/RegressionTests_hera.log | 767 ++++++++---------- tests/logs/RegressionTests_hercules.log | 765 ++++++++--------- tests/logs/RegressionTests_jet.log | 472 +++++------ tests/logs/RegressionTests_orion.log | 589 ++++++-------- tests/logs/RegressionTests_wcoss2.log | 458 +++++------ tests/rt.sh | 69 +- tests/rt_utils.sh | 77 +- tests/test_changes.list | 6 +- 16 files changed, 2377 insertions(+), 2742 deletions(-) diff --git a/FV3 b/FV3 index da95cc428d..683061b3fd 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit da95cc428d8b626e99250fd57a4279b4980044f8 +Subproject commit 683061b3fd58716625eed61d7a7143e985f733d4 diff --git a/tests/bl_date.conf b/tests/bl_date.conf index ba022070b2..40b36bd83a 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20240426 +export BL_DATE=20240430 diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index 1390b3f6f6..98af0db899 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Mon Apr 29 18:57:13 UTC 2024 +Wed May 1 16:47:10 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2538358/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1433614/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving sfcf000.nc .........OK @@ -51,14 +51,14 @@ Moving baseline bit_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 269.680202 - 0: The maximum resident set size (KB) = 1266668 + 0: The total amount of wall time = 273.804433 + 0: The maximum resident set size (KB) = 1253420 Test bit_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2538358/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1433614/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf000.nc .........OK @@ -106,14 +106,14 @@ Moving baseline dbg_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 949.326805 - 0: The maximum resident set size (KB) = 1255152 + 0: The total amount of wall time = 960.167656 + 0: The maximum resident set size (KB) = 1231384 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2538358/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1433614/dcp_dcp Checking test dcp results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -160,14 +160,14 @@ Checking test dcp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 240.344326 - 0: The maximum resident set size (KB) = 1245676 + 0: The total amount of wall time = 247.343877 + 0: The maximum resident set size (KB) = 1232416 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2538358/mpi_mpi +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1433614/mpi_mpi Checking test mpi results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -214,14 +214,14 @@ Checking test mpi results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 237.351607 - 0: The maximum resident set size (KB) = 1245716 + 0: The total amount of wall time = 245.896195 + 0: The maximum resident set size (KB) = 1231104 Test mpi PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2538358/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1433614/rst_rst Checking test rst results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -268,14 +268,14 @@ Checking test rst results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 242.201971 - 0: The maximum resident set size (KB) = 1246024 + 0: The total amount of wall time = 251.053244 + 0: The maximum resident set size (KB) = 1228068 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2538358/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1433614/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf000.nc .........OK @@ -323,14 +323,14 @@ Moving baseline std_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 238.461943 - 0: The maximum resident set size (KB) = 1245616 + 0: The total amount of wall time = 253.154960 + 0: The maximum resident set size (KB) = 1233000 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2538358/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1433614/thr_thr Checking test thr results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -377,11 +377,11 @@ Checking test thr results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 249.430767 - 0: The maximum resident set size (KB) = 1247248 + 0: The total amount of wall time = 242.649383 + 0: The maximum resident set size (KB) = 1233424 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon Apr 29 20:17:04 UTC 2024 -Elapsed time: 01h:19m:51s. Have a nice day! +Wed May 1 17:54:31 UTC 2024 +Elapsed time: 01h:07m:25s. Have a nice day! diff --git a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log index 4e0876efed..24258447f8 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,9 +1,9 @@ -Mon Apr 29 23:05:39 UTC 2024 +Wed May 1 15:19:59 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3667018/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2945403/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf021.tile1.nc .........OK @@ -66,14 +66,14 @@ Moving baseline dbg_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 1323.060262 - 0: The maximum resident set size (KB) = 1364380 + 0: The total amount of wall time = 1448.267808 + 0: The maximum resident set size (KB) = 1364020 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3667018/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2945403/rst_rst Checking test rst results .... Comparing sfcf021.tile1.nc .....USING NCCMP......OK Comparing sfcf021.tile2.nc .....USING NCCMP......OK @@ -135,14 +135,14 @@ Checking test rst results .... Comparing RESTART/iced.2021-03-23-21600.nc .....USING NCCMP......OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK - 0: The total amount of wall time = 393.654864 - 0: The maximum resident set size (KB) = 1360348 + 0: The total amount of wall time = 444.246604 + 0: The maximum resident set size (KB) = 1359328 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3667018/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2945403/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf021.tile1.nc .........OK @@ -205,11 +205,11 @@ Moving baseline std_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 398.993468 - 0: The maximum resident set size (KB) = 1358812 + 0: The total amount of wall time = 448.797587 + 0: The maximum resident set size (KB) = 1359444 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Tue Apr 30 00:03:24 UTC 2024 -Elapsed time: 00h:57m:46s. Have a nice day! +Wed May 1 16:30:01 UTC 2024 +Elapsed time: 01h:10m:03s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 6e16879d1f..653742ca0c 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,28 @@ -Tue Apr 30 00:26:07 UTC 2024 +Wed May 1 12:44:33 UTC 2024 Start Operation Requirement Test +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3929078/bit_base_bit_base +Checking test bit_base results .... +Moving baseline bit_base files .... + Moving dynf000.nc .........OK + Moving dynf006.nc .........OK + Moving phyf000.nc .........OK + Moving phyf006.nc .........OK + Moving PRSLEV.GrbF00 .........OK + Moving PRSLEV.GrbF06 .........OK + Moving NATLEV.GrbF00 .........OK + Moving NATLEV.GrbF06 .........OK + + 0: The total amount of wall time = 1265.539423 + 0: The maximum resident set size (KB) = 593464 + +Test bit_base PASS + + baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_4130396/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3929078/dcp_dcp Checking test dcp results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -14,14 +33,14 @@ Checking test dcp results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2131.450659 - 0: The maximum resident set size (KB) = 555224 + 0: The total amount of wall time = 2156.871537 + 0: The maximum resident set size (KB) = 548144 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_4130396/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3929078/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving dynf000.nc .........OK @@ -33,14 +52,14 @@ Moving baseline std_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 2150.481127 - 0: The maximum resident set size (KB) = 553380 + 0: The total amount of wall time = 2145.775444 + 0: The maximum resident set size (KB) = 556196 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_4130396/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3929078/thr_thr Checking test thr results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -51,36 +70,11 @@ Checking test thr results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2147.836334 - 0: The maximum resident set size (KB) = 554792 + 0: The total amount of wall time = 2148.252094 + 0: The maximum resident set size (KB) = 561788 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Tue Apr 30 02:20:21 UTC 2024 -Elapsed time: 01h:54m:14s. Have a nice day! -Tue Apr 30 16:20:31 UTC 2024 -Start Operation Requirement Test - - -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1270533/bit_base_bit_base -Checking test bit_base results .... -Moving baseline bit_base files .... - Moving dynf000.nc .........OK - Moving dynf006.nc .........OK - Moving phyf000.nc .........OK - Moving phyf006.nc .........OK - Moving PRSLEV.GrbF00 .........OK - Moving PRSLEV.GrbF06 .........OK - Moving NATLEV.GrbF00 .........OK - Moving NATLEV.GrbF06 .........OK - - 0: The total amount of wall time = 1420.618445 - 0: The maximum resident set size (KB) = 583292 - -Test bit_base PASS - -OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Tue Apr 30 16:49:13 UTC 2024 -Elapsed time: 00h:28m:43s. Have a nice day! +Wed May 1 15:05:29 UTC 2024 +Elapsed time: 02h:20m:57s. Have a nice day! diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index 4f9b548922..0f9cea2320 100644 --- a/tests/logs/RegressionTests_acorn.log +++ b/tests/logs/RegressionTests_acorn.log @@ -1,7 +1,7 @@ ====START OF ACORN REGRESSION TESTING LOG==== UFSWM hash used in testing: -d35f6da7caf2a4d320aeb75613de67533a11d1b7 +185711d25b9d234f2d48a5cfb21b8e8295193f61 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) + bbcabb5b292cccb4bd3542667f97a987cc3274cc FV3 (remotes/origin/mr2_innl) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) + 9b9467998598fb45725a27a6200eabdf9840ad33 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-717-g9b94679) + cb2eedd54241523ca8bab09af86b4a45fa0bdd1b FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5189-gcb2eedd5) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -24,7 +24,7 @@ Submodule hashes used in testing: 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) + 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) @@ -35,268 +35,275 @@ 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-20240426 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_105869 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240430 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_5114 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [11:24, 10:47] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:06, 02:05](3043 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:32, 18:17] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [05:54, 02:49](1652 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [37:21, 03:29](1773 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [33:36, 02:54](900 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [05:27, 02:54](1623 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:18, 04:11] ( 1527 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [19:13, 02:28](1679 MB) - -PASS -- COMPILE 's2swa_intel' [11:25, 10:33] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [13:05, 01:37](3067 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:05, 01:56](3064 MB) -PASS -- TEST 'cpld_restart_p8_intel' [04:03, 02:05](3121 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [13:05, 01:33](3089 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [04:03, 02:02](3142 MB) -FAILED: RUN DID NOT COMPLETE -- TEST 'cpld_2threads_p8_intel' [, ]( MB) -PASS -- TEST 'cpld_decomp_p8_intel' [13:05, 02:13](3063 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [13:06, 01:59](2993 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:05, 02:05](3067 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [13:05, 02:18](3035 MB) - -PASS -- COMPILE 's2sw_intel' [10:24, 09:55] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [03:42, 01:10](1642 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [03:33, 02:25](1696 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:23, 09:33] ( 2 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [14:07, 01:32](1695 MB) - -PASS -- COMPILE 's2s_intel' [10:23, 09:33] ( 2 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [14:06, 01:04](2673 MB) - -PASS -- COMPILE 's2swa_faster_intel' [15:29, 15:06] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [07:01, 02:16](3070 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:31, 15:34] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [03:33, 01:04](1669 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [37:28, 01:00](965 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [28:58, 01:40](1639 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:18, 03:57] ( 1562 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [20:13, 01:19](1686 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [10:23, 09:39] ( 3 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [09:48, 00:55](634 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [09:48, 00:42](1528 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [09:48, 01:07](1541 MB) -PASS -- TEST 'control_latlon_intel' [09:48, 00:57](1539 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [09:48, 00:56](1538 MB) -PASS -- TEST 'control_c48_intel' [09:47, 01:24](1611 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [09:47, 00:54](737 MB) -PASS -- TEST 'control_c192_intel' [09:48, 01:08](1649 MB) -PASS -- TEST 'control_c384_intel' [09:52, 01:49](1968 MB) -PASS -- TEST 'control_c384gdas_intel' [09:52, 03:15](1152 MB) -PASS -- TEST 'control_stochy_intel' [09:48, 00:38](591 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:09, 00:28](390 MB) -PASS -- TEST 'control_lndp_intel' [09:48, 00:19](588 MB) -PASS -- TEST 'control_iovr4_intel' [09:48, 01:14](586 MB) -PASS -- TEST 'control_iovr5_intel' [09:48, 01:04](584 MB) -PASS -- TEST 'control_p8_intel' [02:34, 02:53](1561 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [02:33, 02:22](1561 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [01:41, 02:07](1573 MB) -PASS -- TEST 'control_restart_p8_intel' [48:46, 02:57](751 MB) -PASS -- TEST 'control_noqr_p8_intel' [00:05, 02:21](1557 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [48:46, 02:59](754 MB) -PASS -- TEST 'control_decomp_p8_intel' [59:06, 01:27](1563 MB) -PASS -- TEST 'control_2threads_p8_intel' [58:06, 01:43](1645 MB) -PASS -- TEST 'control_p8_lndp_intel' [58:02, 00:59](1564 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [57:20, 02:21](1619 MB) -PASS -- TEST 'control_p8_mynn_intel' [56:28, 01:48](1577 MB) -PASS -- TEST 'merra2_thompson_intel' [55:21, 03:08](1576 MB) -PASS -- TEST 'regional_control_intel' [55:16, 01:09](629 MB) -PASS -- TEST 'regional_restart_intel' [48:11, 00:32](798 MB) -PASS -- TEST 'regional_decomp_intel' [55:12, 00:59](632 MB) -PASS -- TEST 'regional_2threads_intel' [55:07, 01:01](726 MB) -PASS -- TEST 'regional_noquilt_intel' [53:10, 01:05](1165 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [52:47, 00:36](630 MB) -PASS -- TEST 'regional_wofs_intel' [52:46, 00:52](1602 MB) - -PASS -- COMPILE 'ifi_intel' [09:22, 08:16] ( 2 warnings ) -PASS -- TEST 'regional_ifi_control_intel' [09:48, 00:34](630 MB) -PASS -- TEST 'regional_ifi_decomp_intel' [09:48, 00:37](629 MB) -PASS -- TEST 'regional_ifi_2threads_intel' [09:49, 01:14](723 MB) - -PASS -- COMPILE 'rrfs_intel' [09:23, 09:03] ( 5 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [52:32, 02:28](973 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [52:28, 00:43](1147 MB) -PASS -- TEST 'rap_decomp_intel' [49:47, 02:06](974 MB) -PASS -- TEST 'rap_2threads_intel' [49:38, 02:50](1060 MB) -PASS -- TEST 'rap_restart_intel' [40:07, 02:54](844 MB) -PASS -- TEST 'rap_sfcdiff_intel' [49:25, 02:15](968 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [49:25, 03:01](972 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [00:16, 02:41](843 MB) -PASS -- TEST 'hrrr_control_intel' [49:03, 02:59](966 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [48:52, 02:15](965 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [48:18, 02:34](1045 MB) -PASS -- TEST 'hrrr_control_restart_intel' [20:58, 00:19](794 MB) -PASS -- TEST 'rrfs_v1beta_intel' [48:09, 03:06](965 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [47:29, 01:28](1923 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [46:56, 00:57](1918 MB) - -PASS -- COMPILE 'csawmg_intel' [09:23, 08:41] ( 3 warnings ) -PASS -- TEST 'control_csawmg_intel' [14:28, 00:52](656 MB) - -PASS -- COMPILE 'wam_intel' [09:22, 08:28] ( 2 warnings ) -PASS -- TEST 'control_wam_intel' [46:07, 00:40](329 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [09:23, 09:05] ( 2 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [46:06, 02:38](1560 MB) -PASS -- TEST 'regional_control_faster_intel' [46:02, 00:35](627 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [08:21, 04:25] ( 887 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [44:50, 01:13](1557 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [44:39, 00:30](1558 MB) -PASS -- TEST 'control_stochy_debug_intel' [44:12, 01:07](758 MB) -PASS -- TEST 'control_lndp_debug_intel' [44:10, 01:14](759 MB) -PASS -- TEST 'control_csawmg_debug_intel' [42:59, 01:05](800 MB) -PASS -- TEST 'control_ras_debug_intel' [42:46, 01:09](768 MB) -PASS -- TEST 'control_diag_debug_intel' [42:05, 01:08](1624 MB) -PASS -- TEST 'control_debug_p8_intel' [41:56, 00:52](1588 MB) -PASS -- TEST 'regional_debug_intel' [40:40, 01:06](688 MB) -PASS -- TEST 'rap_control_debug_intel' [40:07, 00:53](1147 MB) -PASS -- TEST 'hrrr_control_debug_intel' [40:07, 00:58](1139 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [40:04, 01:30](1146 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [38:54, 01:08](1140 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [38:22, 00:24](1145 MB) -PASS -- TEST 'rap_diag_debug_intel' [20:24, 01:26](1231 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [18:30, 01:08](1146 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [18:30, 01:05](1145 MB) -PASS -- TEST 'rap_lndp_debug_intel' [18:13, 00:29](1152 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [16:21, 00:59](1145 MB) -PASS -- TEST 'rap_noah_debug_intel' [15:02, 00:46](1144 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [14:14, 00:39](1143 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [14:00, 00:56](1142 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [13:54, 01:03](1139 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [13:24, 00:34](1145 MB) -PASS -- TEST 'rap_flake_debug_intel' [13:15, 00:35](1149 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:11, 02:40](1149 MB) - -PASS -- COMPILE 'wam_debug_intel' [28:43, 03:10] ( 857 warnings ) -PASS -- TEST 'control_wam_debug_intel' [11:49, 00:33](370 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [36:53, 08:31] ( 5 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [10:32, 01:23](1018 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:27, 02:22](850 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [09:33, 03:40](846 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:05, 01:26](912 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:03, 03:22](898 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:00, 02:44](847 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [44:44, 02:20](744 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [44:52, 00:23](731 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [43:59, 10:38] ( 5 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [06:06, 01:00](1053 MB) -PASS -- TEST 'conus13km_2threads_intel' [47:36, 00:20](1035 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [44:52, 00:42](934 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [41:55, 08:34] ( 5 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:23, 01:18](872 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [44:00, 03:16] ( 789 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:52, 00:20](1021 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [03:14, 00:49](1021 MB) -PASS -- TEST 'conus13km_debug_intel' [03:09, 00:35](1111 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [02:58, 00:25](808 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [01:15, 00:22](1090 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [57:43, 00:56](1195 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [45:02, 03:15] ( 789 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [57:43, 00:33](1043 MB) - -PASS -- COMPILE 'hafsw_intel' [10:29, 09:51] ( 3 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [53:18, 01:39](670 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [53:18, 01:12](1023 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [53:16, 01:53](715 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [53:16, 01:53](761 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [53:17, 01:36](909 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [53:16, 00:53](443 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [52:08, 01:54](458 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [51:09, 01:54](332 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [50:39, 03:13](436 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [50:27, 01:27](468 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [49:08, 01:40](469 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [48:13, 01:42](540 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [48:03, 01:17](368 MB) -PASS -- TEST 'gnv1_nested_intel' [44:22, 01:45](732 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [14:35, 03:51] ( 1469 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [43:09, 01:38](632 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [25:47, 09:58] ( 2 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [37:57, 01:51](580 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [37:57, 01:30](745 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [33:49, 09:57] ( 2 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [27:40, 01:27](747 MB) - -PASS -- COMPILE 'hafs_all_intel' [20:38, 09:30] ( 2 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [20:27, 02:00](710 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [20:27, 01:59](693 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [20:25, 01:10](894 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [15:31, 08:53] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [16:34, 00:30](760 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [10:07, 00:49](747 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [16:34, 00:18](640 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [14:29, 00:38](642 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [07:48, 01:00](643 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [10:04, 00:28](758 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:39, 00:21](758 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:38, 00:37](640 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [01:23, 01:46](647 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [01:17, 01:00](631 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [59:42, 00:42](761 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [58:40, 00:47](2015 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [56:12, 00:33](2016 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:24, 08:52] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [53:19, 01:06](762 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:17, 01:05] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [22:43, 00:47](264 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [22:43, 00:39](413 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [29:17, 00:22](412 MB) - -PASS -- COMPILE 'atml_intel' [07:26, 10:04] ( 10 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [53:16, 02:22](1597 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [52:59, 02:29](1602 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [22:58, 01:09](805 MB) - -PASS -- COMPILE 'atml_debug_intel' [13:31, 04:08] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [49:50, 02:34](1630 MB) - -PASS -- COMPILE 'atmw_intel' [13:28, 09:09] ( 2 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [39:47, 02:00](1610 MB) - -PASS -- COMPILE 'atmaero_intel' [09:27, 08:54] ( 2 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [39:40, 02:14](2911 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [39:40, 01:35](2970 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [39:40, 02:18](2988 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [54:08, 03:23] ( 886 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [43:47, 01:48](4484 MB) +PASS -- COMPILE 's2swa_32bit_intel' [11:24, 10:31] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:09, 01:58](2991 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:30, 16:39] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [01:02, 03:28](1617 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [28:22, 03:20](1739 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [27:46, 02:21](877 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [01:03, 03:01](1594 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:18, 04:14] ( 1527 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [13:16, 03:04](1645 MB) + +PASS -- COMPILE 's2swa_intel' [11:24, 10:31] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [07:09, 01:31](3020 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [07:09, 02:04](3020 MB) +PASS -- TEST 'cpld_restart_p8_intel' [58:06, 02:30](3077 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [07:09, 01:43](3043 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [39:37, 02:22](3096 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [07:09, 01:56](3328 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [07:09, 01:30](3016 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:10, 01:55](2944 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:09, 02:00](3020 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:09, 02:17](2986 MB) + +PASS -- COMPILE 's2sw_intel' [10:23, 10:10] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:10, 01:07](1614 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:10, 01:32](1643 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [10:24, 09:40] ( 2 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:09, 01:32](1645 MB) + +PASS -- COMPILE 's2s_intel' [10:24, 09:37] ( 2 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:08, 01:00](2638 MB) + +PASS -- COMPILE 's2swa_faster_intel' [16:30, 15:47] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [02:03, 01:59](3020 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:30, 16:17] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [02:03, 01:50](1630 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [29:52, 01:09](934 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [29:38, 01:06](1603 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:18, 04:03] ( 1562 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [14:16, 01:20](1659 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [36:55, 09:46] ( 3 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [36:59, 01:13](610 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [34:46, 00:44](1500 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [34:45, 00:56](1508 MB) +PASS -- TEST 'control_latlon_intel' [32:46, 00:42](1504 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [32:42, 00:55](1503 MB) +PASS -- TEST 'control_c48_intel' [32:41, 01:06](1585 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [32:41, 00:46](713 MB) +PASS -- TEST 'control_c192_intel' [32:42, 00:44](1620 MB) +PASS -- TEST 'control_c384_intel' [32:46, 02:19](1932 MB) +PASS -- TEST 'control_c384gdas_intel' [32:34, 03:43](1118 MB) +PASS -- TEST 'control_stochy_intel' [31:41, 00:54](567 MB) +PASS -- TEST 'control_stochy_restart_intel' [27:08, 00:18](372 MB) +PASS -- TEST 'control_lndp_intel' [31:40, 01:00](565 MB) +PASS -- TEST 'control_iovr4_intel' [30:50, 00:34](561 MB) +PASS -- TEST 'control_iovr5_intel' [30:09, 01:16](561 MB) +PASS -- TEST 'control_p8_intel' [30:02, 02:49](1534 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [23:59, 02:30](1535 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [29:36, 02:15](1537 MB) +PASS -- TEST 'control_restart_p8_intel' [21:20, 02:07](726 MB) +PASS -- TEST 'control_noqr_p8_intel' [29:04, 01:28](1525 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [20:10, 01:37](732 MB) +PASS -- TEST 'control_decomp_p8_intel' [29:04, 01:21](1529 MB) +PASS -- TEST 'control_2threads_p8_intel' [27:44, 01:18](1621 MB) +PASS -- TEST 'control_p8_lndp_intel' [27:08, 01:04](1535 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [26:37, 02:08](1588 MB) +PASS -- TEST 'control_p8_mynn_intel' [26:37, 02:31](1539 MB) +PASS -- TEST 'merra2_thompson_intel' [26:36, 01:41](1539 MB) +PASS -- TEST 'regional_control_intel' [26:33, 01:02](606 MB) +PASS -- TEST 'regional_restart_intel' [14:19, 00:23](776 MB) +PASS -- TEST 'regional_decomp_intel' [26:22, 01:09](605 MB) +PASS -- TEST 'regional_2threads_intel' [26:19, 00:28](695 MB) +PASS -- TEST 'regional_noquilt_intel' [26:17, 00:26](1139 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [25:53, 00:51](606 MB) +PASS -- TEST 'regional_wofs_intel' [25:46, 00:12](1573 MB) + +PASS -- COMPILE 'ifi_intel' [34:51, 08:24] ( 2 warnings ) +PASS -- TEST 'regional_ifi_control_intel' [37:50, 00:55](606 MB) +PASS -- TEST 'regional_ifi_decomp_intel' [37:49, 00:26](606 MB) +PASS -- TEST 'regional_ifi_2threads_intel' [37:49, 00:56](695 MB) + +PASS -- COMPILE 'rrfs_intel' [29:47, 09:09] ( 5 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [24:15, 02:56](943 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [23:43, 01:34](1112 MB) +PASS -- TEST 'rap_decomp_intel' [23:33, 02:24](943 MB) +PASS -- TEST 'rap_2threads_intel' [22:33, 02:18](1027 MB) +PASS -- TEST 'rap_restart_intel' [07:49, 02:20](814 MB) +PASS -- TEST 'rap_sfcdiff_intel' [21:57, 03:13](940 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [20:13, 02:50](943 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:22, 03:06](813 MB) +PASS -- TEST 'hrrr_control_intel' [12:29, 02:24](935 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [19:12, 02:58](937 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [16:44, 01:28](1013 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:58, 00:25](769 MB) +PASS -- TEST 'rrfs_v1beta_intel' [15:16, 02:48](936 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [15:14, 00:42](1902 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [14:52, 00:26](1891 MB) + +PASS -- COMPILE 'csawmg_intel' [29:47, 08:45] ( 3 warnings ) +PASS -- TEST 'control_csawmg_intel' [14:48, 01:24](632 MB) + +PASS -- COMPILE 'wam_intel' [29:47, 08:30] ( 2 warnings ) +PASS -- TEST 'control_wam_intel' [14:39, 01:13](309 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [28:42, 09:05] ( 2 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [14:11, 02:01](1533 MB) +PASS -- TEST 'regional_control_faster_intel' [14:08, 00:26](605 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [24:38, 04:30] ( 887 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [42:30, 00:37](1532 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [13:21, 00:53](1533 MB) +PASS -- TEST 'control_stochy_debug_intel' [42:30, 00:56](741 MB) +PASS -- TEST 'control_lndp_debug_intel' [42:30, 01:15](742 MB) +PASS -- TEST 'control_csawmg_debug_intel' [42:30, 00:56](777 MB) +PASS -- TEST 'control_ras_debug_intel' [42:30, 01:15](752 MB) +PASS -- TEST 'control_diag_debug_intel' [42:30, 00:26](1594 MB) +PASS -- TEST 'control_debug_p8_intel' [42:30, 01:09](1564 MB) +PASS -- TEST 'regional_debug_intel' [42:29, 00:17](645 MB) +PASS -- TEST 'rap_control_debug_intel' [42:30, 00:47](1120 MB) +PASS -- TEST 'hrrr_control_debug_intel' [42:30, 00:50](1113 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [42:30, 00:24](1116 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [42:30, 00:23](1117 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [42:30, 01:10](1120 MB) +PASS -- TEST 'rap_diag_debug_intel' [42:30, 00:43](1202 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [42:30, 00:16](1120 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [42:30, 00:51](1119 MB) +PASS -- TEST 'rap_lndp_debug_intel' [42:30, 00:28](1122 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [42:30, 01:00](1120 MB) +PASS -- TEST 'rap_noah_debug_intel' [42:30, 00:53](1118 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [42:30, 00:51](1117 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [42:30, 00:44](1118 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [41:20, 01:03](1112 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [39:28, 00:33](1120 MB) +PASS -- TEST 'rap_flake_debug_intel' [39:17, 00:44](1120 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:44, 02:29](1122 MB) + +PASS -- COMPILE 'wam_debug_intel' [18:33, 03:15] ( 857 warnings ) +PASS -- TEST 'control_wam_debug_intel' [43:29, 01:00](353 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [23:38, 08:33] ( 5 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [12:20, 01:00](980 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:50, 02:48](822 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [11:47, 03:22](821 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [11:14, 02:35](878 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [10:12, 02:13](868 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [09:08, 02:27](818 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [01:21, 01:30](718 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:19, 00:34](700 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [24:38, 10:46] ( 5 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [08:38, 01:08](1030 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:20, 00:42](1008 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:19, 00:24](911 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:22, 08:39] ( 5 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:08, 00:56](845 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:16, 03:17] ( 789 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:49, 01:06](997 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:49, 01:03](996 MB) +PASS -- TEST 'conus13km_debug_intel' [07:34, 00:42](1084 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [07:34, 00:26](758 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [06:23, 00:20](1059 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [05:58, 01:16](1151 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [37:55, 03:20] ( 789 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [00:30, 00:43](1017 MB) + +PASS -- COMPILE 'hafsw_intel' [45:01, 09:49] ( 3 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [53:25, 01:37](643 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [53:25, 00:45](989 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [53:23, 01:29](693 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [53:23, 01:42](726 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [53:24, 01:44](744 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [53:23, 00:57](412 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [53:24, 02:24](435 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [53:24, 01:52](310 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [53:27, 02:53](375 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [53:23, 01:22](445 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [53:23, 01:41](446 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [53:25, 00:45](512 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [53:24, 00:30](339 MB) +PASS -- TEST 'gnv1_nested_intel' [53:24, 01:53](699 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [38:54, 03:46] ( 1469 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [59:31, 00:42](540 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [45:00, 10:02] ( 2 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [53:24, 00:56](552 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [53:24, 01:12](723 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [45:00, 09:53] ( 2 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [53:23, 01:18](723 MB) + +PASS -- COMPILE 'hafs_all_intel' [45:00, 09:29] ( 2 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [53:21, 02:04](684 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [53:21, 02:08](672 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [53:19, 00:49](888 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [47:01, 09:07] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [51:10, 00:14](756 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [44:43, 00:33](745 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [51:10, 00:53](634 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [44:45, 00:58](636 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [51:10, 00:16](634 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [50:40, 00:55](756 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [50:11, 00:19](756 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [50:11, 00:30](634 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [26:16, 01:51](641 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [48:01, 01:15](622 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [46:53, 00:18](756 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [46:47, 00:39](2010 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [46:47, 00:43](2010 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [46:01, 08:56] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [51:17, 00:53](745 MB) + +FAILED: UNABLE TO COMPILE -- COMPILE 'datm_cdeps_land_intel' [, ] +FAILED: UNABLE TO START RUN -- TEST 'datm_cdeps_lnd_gswp3_intel' [, ]( MB) +FAILED: UNABLE TO START RUN -- TEST 'datm_cdeps_lnd_era5_intel' [, ]( MB) +FAILED: UNABLE TO START RUN -- TEST 'datm_cdeps_lnd_era5_rst_intel' [, ]( MB) + +PASS -- COMPILE 'atml_intel' [44:00, 09:57] ( 10 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [45:28, 02:13](1572 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [44:45, 02:39](1573 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [16:46, 01:10](779 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:17, 04:06] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [55:13, 02:31](1605 MB) + +PASS -- COMPILE 'atmw_intel' [09:23, 09:02] ( 2 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [44:02, 02:38](1574 MB) + +PASS -- COMPILE 'atmaero_intel' [09:21, 08:59] ( 2 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [43:04, 01:50](2870 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [41:45, 02:07](2930 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [41:44, 01:46](2942 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:16, 03:27] ( 886 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [41:33, 02:19](4338 MB) SYNOPSIS: -Starting Date/Time: 20240429 16:35:18 -Ending Date/Time: 20240429 19:55:24 -Total Time: 03h:20m:22s -Compiles Completed: 36/36 -Tests Completed: 173/174 +Starting Date/Time: 20240501 14:40:58 +Ending Date/Time: 20240501 17:04:01 +Total Time: 02h:23m:30s +Compiles Completed: 35/36 +Tests Completed: 171/174 +Failed Compiles: +* COMPILE datm_cdeps_land_intel: FAILED: UNABLE TO COMPILE +-- LOG: /lfs/h1/emc/nems/noscrub/brian.curtis/git/AnningCheng-NOAA/ufs-weather-model/tests/logs/log_acorn/compile_datm_cdeps_land_intel.log Failed Tests: -* TEST cpld_2threads_p8_intel: FAILED: RUN DID NOT COMPLETE --- LOG: /lfs/h1/emc/nems/noscrub/brian.curtis/git/uturuncoglu/ufs-weather-model/tests/logs/log_acorn/run_cpld_2threads_p8_intel.log +* TEST datm_cdeps_lnd_gswp3_intel: FAILED: UNABLE TO START RUN +-- LOG: N/A +* TEST datm_cdeps_lnd_era5_intel: FAILED: UNABLE TO START RUN +-- LOG: N/A +* TEST datm_cdeps_lnd_era5_rst_intel: FAILED: UNABLE TO START RUN +-- LOG: N/A NOTES: A file 'test_changes.list' was generated with list of all failed tests. @@ -309,7 +316,7 @@ Result: FAILURE ====START OF ACORN REGRESSION TESTING LOG==== UFSWM hash used in testing: -d35f6da7caf2a4d320aeb75613de67533a11d1b7 +185711d25b9d234f2d48a5cfb21b8e8295193f61 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -319,10 +326,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) + bbcabb5b292cccb4bd3542667f97a987cc3274cc FV3 (remotes/origin/mr2_innl) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) + 9b9467998598fb45725a27a6200eabdf9840ad33 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-717-g9b94679) + cb2eedd54241523ca8bab09af86b4a45fa0bdd1b FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5189-gcb2eedd5) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -332,7 +339,7 @@ Submodule hashes used in testing: 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) + 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) @@ -343,22 +350,25 @@ 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-20240426 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_142305 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240430 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_29444 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-b) - NEW BASELINES FROM FILE: test_changes.list +* (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_intel' [11:24, 10:39] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_2threads_p8_intel' [50:22, 00:56](3379 MB) +PASS -- COMPILE 'datm_cdeps_land_intel' [15:28, 01:07] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [34:25, 00:50](269 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [34:25, 00:43](407 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [31:53, 01:01](408 MB) SYNOPSIS: -Starting Date/Time: 20240429 19:58:16 -Ending Date/Time: 20240429 20:16:53 -Total Time: 00h:18m:42s +Starting Date/Time: 20240501 17:09:54 +Ending Date/Time: 20240501 17:31:57 +Total Time: 00h:22m:12s Compiles Completed: 1/1 -Tests Completed: 1/1 +Tests Completed: 3/3 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index d871a84370..5e21b08bec 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,7 +1,7 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -aef829f3311f718f3cef6b1102e849370da1a983 +521f9348ebc590effdc0b5054b94946e209679d4 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) + bbcabb5b292cccb4bd3542667f97a987cc3274cc FV3 (remotes/origin/mr2_innl) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) + 9b9467998598fb45725a27a6200eabdf9840ad33 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-717-g9b94679) + cb2eedd54241523ca8bab09af86b4a45fa0bdd1b FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5189-gcb2eedd5) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -24,7 +24,7 @@ Submodule hashes used in testing: 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) + 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) @@ -35,283 +35,272 @@ 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-20240426 -COMPARISON DIRECTORY: /glade/derecho/scratch/epicufsrt/FV3_RT/rt_44306 +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240430 +COMPARISON DIRECTORY: /glade/derecho/scratch/epicufsrt/FV3_RT/rt_24021 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [20:14, 19:15] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:07, 04:52](3076 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:14, 20:33] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [15:55, 13:44](1689 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:23, 14:55](1829 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:33, 07:00](958 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:02, 15:45](1659 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:14, 09:05] ( 1530 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:42, 21:20](1705 MB) - -PASS -- COMPILE 's2swa_intel' [20:15, 19:14] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [08:52, 05:33](3097 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:00, 05:34](3090 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:27, 03:14](3149 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:52, 05:33](3129 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:27, 03:14](3182 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:38, 05:27](3091 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:24, 04:30](3384 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:56, 05:33](3099 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [12:39, 08:40](3635 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [12:27, 05:40](3613 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [24:39, 09:36](4345 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:29, 06:47](4648 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:23, 05:16](3070 MB) - -PASS -- COMPILE 's2sw_intel' [19:15, 18:31] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:41, 04:08](1681 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:55, 04:11](1736 MB) - -PASS -- COMPILE 's2swa_debug_intel' [10:13, 08:59] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [09:46, 07:43](3156 MB) - -PASS -- COMPILE 's2sw_debug_intel' [09:14, 08:31] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:26, 05:16](1704 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [15:15, 14:09] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:56, 04:13](1733 MB) - -PASS -- COMPILE 's2s_intel' [15:15, 14:08] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:00, 06:31](2668 MB) - -PASS -- COMPILE 's2swa_faster_intel' [23:16, 22:40] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [08:25, 05:29](3101 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [20:18, 19:41] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:35, 14:00](1707 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:57, 07:04](1017 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:45, 15:58](1675 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:17, 08:33] ( 1565 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:39, 22:59](1714 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:17, 12:28] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:42, 03:22](671 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:30, 02:24](1569 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:46, 02:25](1573 MB) -PASS -- TEST 'control_latlon_intel' [04:29, 02:22](1576 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:30, 02:23](1563 MB) -PASS -- TEST 'control_c48_intel' [08:30, 06:14](1612 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:41, 05:15](739 MB) -PASS -- TEST 'control_c192_intel' [11:06, 08:38](1690 MB) -PASS -- TEST 'control_c384_intel' [15:32, 08:50](2001 MB) -PASS -- TEST 'control_c384gdas_intel' [15:15, 07:13](1200 MB) -PASS -- TEST 'control_stochy_intel' [02:37, 01:23](625 MB) -FAILED: RUN DID NOT COMPLETE -- TEST 'control_stochy_restart_intel' [, ]( MB) -PASS -- TEST 'control_lndp_intel' [02:35, 01:19](627 MB) -PASS -- TEST 'control_iovr4_intel' [03:37, 02:03](619 MB) -PASS -- TEST 'control_iovr5_intel' [03:34, 02:03](622 MB) -PASS -- TEST 'control_p8_intel' [04:33, 02:27](1605 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:29, 02:27](1596 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:23, 02:25](1599 MB) -PASS -- TEST 'control_restart_p8_intel' [03:15, 01:23](801 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:34, 02:26](1585 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:24, 01:21](808 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:33, 02:31](1598 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:33, 04:19](1594 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:35, 03:16](1653 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:36, 02:31](1606 MB) -PASS -- TEST 'merra2_thompson_intel' [04:36, 02:47](1607 MB) -PASS -- TEST 'regional_control_intel' [06:01, 04:29](631 MB) -PASS -- TEST 'regional_restart_intel' [04:12, 02:28](798 MB) -PASS -- TEST 'regional_decomp_intel' [06:04, 04:41](628 MB) -PASS -- TEST 'regional_noquilt_intel' [06:01, 04:23](1160 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:08, 04:26](625 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:59, 04:28](632 MB) -PASS -- TEST 'regional_wofs_intel' [06:53, 05:36](1603 MB) - -PASS -- COMPILE 'rrfs_intel' [12:12, 11:02] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:08, 06:06](1008 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:28, 03:49](1194 MB) -PASS -- TEST 'rap_decomp_intel' [08:14, 06:19](1003 MB) -PASS -- TEST 'rap_restart_intel' [05:07, 03:13](878 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:11, 06:03](1005 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:05, 06:20](1002 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:05, 04:34](882 MB) -PASS -- TEST 'hrrr_control_intel' [05:06, 03:10](1000 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:02, 03:15](999 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:06, 02:46](1091 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:41, 01:44](834 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:02, 05:56](1000 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:39, 07:20](1958 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:40, 07:05](1950 MB) - -PASS -- COMPILE 'csawmg_intel' [11:12, 09:58] ( 6 warnings ) -PASS -- TEST 'control_csawmg_intel' [08:00, 05:47](692 MB) -PASS -- TEST 'control_ras_intel' [04:32, 02:50](658 MB) - -PASS -- COMPILE 'wam_intel' [10:12, 09:28] ( 5 warnings ) -PASS -- TEST 'control_wam_intel' [03:25, 01:56](381 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:19, 12:23] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:36, 02:25](1594 MB) -PASS -- TEST 'regional_control_faster_intel' [06:01, 04:15](624 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:17, 08:20] ( 890 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:15, 02:30](1600 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:17, 02:26](1591 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:39, 02:53](801 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:32, 02:33](801 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:17, 04:00](838 MB) -PASS -- TEST 'control_ras_debug_intel' [03:28, 02:35](806 MB) -PASS -- TEST 'control_diag_debug_intel' [04:45, 02:32](1654 MB) -PASS -- TEST 'control_debug_p8_intel' [04:05, 02:38](1623 MB) -PASS -- TEST 'regional_debug_intel' [17:52, 16:13](661 MB) -PASS -- TEST 'rap_control_debug_intel' [05:34, 04:40](1179 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:33, 04:31](1178 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:40, 04:34](1181 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:30, 04:41](1181 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:39, 04:41](1178 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:59, 04:49](1265 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:33, 04:41](1180 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:34, 04:43](1184 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:29, 04:42](1180 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:26, 04:44](1180 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:30, 04:37](1179 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:29, 04:36](1179 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:30, 07:25](1179 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:28, 04:44](1177 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:32, 05:27](1183 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:24, 04:44](1180 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:11, 08:00](1187 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:12, 05:08] ( 860 warnings ) -PASS -- TEST 'control_wam_debug_intel' [06:24, 04:36](424 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:18, 09:37] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:51, 03:25](1061 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:04, 05:05](881 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:05, 02:45](882 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:59, 02:49](885 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:08, 03:49](797 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:39, 01:31](780 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:13, 11:34] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:14, 01:50](1083 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:44, 00:54](1083 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:45, 01:05](974 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:18, 09:33] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:52, 03:35](910 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:12, 05:31] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:40, 04:29](1060 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:33, 04:22](1061 MB) -PASS -- TEST 'conus13km_debug_intel' [15:54, 13:22](1137 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:49, 13:53](820 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:39, 13:16](1204 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:12, 05:18] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:30, 04:31](1082 MB) - -PASS -- COMPILE 'hafsw_intel' [16:18, 15:39] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:25, 04:26](719 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:52, 04:56](1072 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:50, 06:19](777 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:43, 10:49](795 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:08, 11:56](815 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:15, 04:37](474 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:42, 05:39](492 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:04, 02:15](392 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:40, 06:08](458 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:14, 03:14](508 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:24, 03:00](511 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:26, 03:42](591 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:37, 01:10](426 MB) -PASS -- TEST 'gnv1_nested_intel' [05:14, 03:16](791 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [07:12, 06:49] ( 1472 warnings 1481 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:34, 11:59](615 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:20, 19:25] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:25, 07:00](633 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:36, 07:04](692 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [17:18, 16:23] ( 5 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:32, 05:15](677 MB) - -FAILED: UNABLE TO COMPILE -- COMPILE 'hafs_all_intel' [, ] -FAILED: UNABLE TO START RUN -- TEST 'hafs_regional_docn_intel' [, ]( MB) -FAILED: UNABLE TO START RUN -- TEST 'hafs_regional_docn_oisst_intel' [, ]( MB) -FAILED: UNABLE TO START RUN -- TEST 'hafs_regional_datm_cdeps_intel' [, ]( MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:19, 07:36] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:32, 02:28](760 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:30, 01:30](749 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:32, 02:20](640 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:29, 02:22](642 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:31, 02:22](643 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:34, 02:26](761 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:29, 02:28](760 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:31, 02:18](639 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:23, 05:35](692 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:10, 05:35](672 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:22, 02:26](748 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:26, 03:50](2016 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:26, 03:49](2019 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:17, 04:53] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:26, 05:03](746 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:18, 07:34] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:28, 02:27](762 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:17, 02:14] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:37, 01:03](310 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:37, 01:00](453 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:31, 00:39](454 MB) - -PASS -- COMPILE 'atml_intel' [14:13, 12:51] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:38, 05:41](1631 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [07:34, 05:16](1644 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:15, 02:48](856 MB) - -PASS -- COMPILE 'atml_debug_intel' [08:19, 07:23] ( 885 warnings 2 remarks ) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'control_p8_atmlnd_debug_intel' [, ]( MB) - -PASS -- COMPILE 'atmw_intel' [14:13, 12:29] ( 5 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:16, 01:31](1638 MB) - -PASS -- COMPILE 'atmaero_intel' [12:13, 10:56] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:25, 03:35](2947 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:46, 04:11](3000 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:14, 04:16](3011 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [07:11, 06:05] ( 889 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [25:06, 21:50](4535 MB) +PASS -- COMPILE 's2swa_32bit_intel' [21:16, 19:14] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:36, 04:51](3073 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:17, 20:26] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [16:59, 13:43](1692 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:06, 14:58](1825 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:59, 07:03](959 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:59, 15:42](1662 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:18, 09:05] ( 1530 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:40, 21:19](1695 MB) + +PASS -- COMPILE 's2swa_intel' [21:15, 19:15] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [12:33, 05:36](3093 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:50, 05:36](3093 MB) +PASS -- TEST 'cpld_restart_p8_intel' [15:43, 03:15](3149 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:40, 05:35](3123 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:06, 03:15](3176 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:34, 05:30](3091 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [10:29, 04:36](3387 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:48, 05:35](3102 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [34:45, 08:44](3638 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [11:02, 05:47](3613 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [24:16, 09:44](4343 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [26:29, 06:48](4650 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:19, 05:17](3067 MB) + +PASS -- COMPILE 's2sw_intel' [20:14, 18:33] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:30, 04:09](1681 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:43, 04:14](1729 MB) + +PASS -- COMPILE 's2swa_debug_intel' [10:14, 09:06] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [09:48, 07:37](3155 MB) + +PASS -- COMPILE 's2sw_debug_intel' [10:14, 08:33] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:29, 05:16](1703 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [16:15, 14:15] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:10, 04:12](1726 MB) + +PASS -- COMPILE 's2s_intel' [16:15, 14:11] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:13, 06:37](2668 MB) + +PASS -- COMPILE 's2swa_faster_intel' [24:16, 22:51] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:54, 05:28](3103 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [20:19, 19:18] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:57, 14:14](1705 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:10, 07:07](1018 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:40, 15:59](1678 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:17, 08:34] ( 1565 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:48, 22:58](1712 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:18, 12:32] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:35, 03:23](672 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:05, 02:22](1563 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:16, 02:25](1574 MB) +PASS -- TEST 'control_latlon_intel' [07:01, 02:24](1576 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:05, 02:24](1569 MB) +PASS -- TEST 'control_c48_intel' [15:10, 06:11](1621 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [12:42, 05:15](739 MB) +PASS -- TEST 'control_c192_intel' [12:43, 08:38](1684 MB) +PASS -- TEST 'control_c384_intel' [13:35, 08:49](2006 MB) +PASS -- TEST 'control_c384gdas_intel' [15:19, 07:15](1201 MB) +PASS -- TEST 'control_stochy_intel' [03:34, 01:26](625 MB) +PASS -- TEST 'control_stochy_restart_intel' [08:40, 00:52](443 MB) +PASS -- TEST 'control_lndp_intel' [12:31, 01:20](623 MB) +PASS -- TEST 'control_iovr4_intel' [13:41, 02:04](620 MB) +PASS -- TEST 'control_iovr5_intel' [12:40, 02:06](625 MB) +PASS -- TEST 'control_p8_intel' [13:30, 02:28](1604 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [13:26, 02:28](1608 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [12:22, 02:26](1601 MB) +PASS -- TEST 'control_restart_p8_intel' [03:34, 01:24](804 MB) +PASS -- TEST 'control_noqr_p8_intel' [11:27, 02:26](1584 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:39, 01:21](806 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:23, 02:33](1601 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:07, 04:23](1598 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [12:46, 03:16](1654 MB) +PASS -- TEST 'control_p8_mynn_intel' [11:36, 02:30](1608 MB) +PASS -- TEST 'merra2_thompson_intel' [11:29, 02:46](1612 MB) +PASS -- TEST 'regional_control_intel' [06:02, 04:27](632 MB) +PASS -- TEST 'regional_restart_intel' [03:57, 02:29](798 MB) +PASS -- TEST 'regional_decomp_intel' [06:57, 04:44](629 MB) +PASS -- TEST 'regional_noquilt_intel' [05:56, 04:25](1158 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:06, 04:27](629 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:01, 04:29](631 MB) +PASS -- TEST 'regional_wofs_intel' [07:04, 05:36](1609 MB) + +PASS -- COMPILE 'rrfs_intel' [12:18, 11:01] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:06, 06:08](1006 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:04, 03:40](1197 MB) +PASS -- TEST 'rap_decomp_intel' [09:11, 06:24](1008 MB) +PASS -- TEST 'rap_restart_intel' [05:19, 03:14](884 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:14, 06:05](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:12, 06:23](1006 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:08, 04:33](879 MB) +PASS -- TEST 'hrrr_control_intel' [06:12, 03:13](1000 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:12, 03:15](999 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [20:26, 02:47](1091 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:46, 01:44](834 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:06, 05:56](1000 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:48, 07:21](1958 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:47, 07:06](1949 MB) + +PASS -- COMPILE 'csawmg_intel' [16:19, 10:04] ( 6 warnings ) +PASS -- TEST 'control_csawmg_intel' [08:00, 05:50](694 MB) +PASS -- TEST 'control_ras_intel' [04:27, 02:51](659 MB) + +PASS -- COMPILE 'wam_intel' [15:18, 09:27] ( 5 warnings ) +PASS -- TEST 'control_wam_intel' [03:30, 01:53](381 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [19:20, 12:31] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:50, 02:20](1603 MB) +PASS -- TEST 'regional_control_faster_intel' [05:58, 04:15](625 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [15:18, 08:22] ( 890 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:20, 02:30](1600 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:19, 02:29](1597 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:39, 02:52](797 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:33, 02:31](797 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:08, 03:59](840 MB) +PASS -- TEST 'control_ras_debug_intel' [03:36, 02:40](808 MB) +PASS -- TEST 'control_diag_debug_intel' [04:21, 02:37](1655 MB) +PASS -- TEST 'control_debug_p8_intel' [03:58, 02:37](1628 MB) +PASS -- TEST 'regional_debug_intel' [16:58, 15:44](661 MB) +PASS -- TEST 'rap_control_debug_intel' [05:35, 04:41](1179 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:33, 04:31](1175 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:31, 04:44](1180 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:40, 04:38](1181 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:36, 04:38](1178 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:20, 04:55](1264 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:33, 04:41](1182 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:32, 04:48](1181 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:35, 04:38](1180 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:33, 04:36](1181 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:32, 04:30](1177 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:32, 04:37](1181 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:26, 07:35](1180 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:31, 04:38](1177 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:31, 05:25](1184 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:36, 04:35](1178 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:04, 07:55](1183 MB) + +PASS -- COMPILE 'wam_debug_intel' [13:19, 05:12] ( 860 warnings ) +PASS -- TEST 'control_wam_debug_intel' [05:29, 04:46](420 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:14, 09:31] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:46, 03:25](1060 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:09, 05:07](887 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:06, 02:44](884 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:08, 02:53](881 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:57, 03:51](796 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:43, 01:31](775 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:18, 11:34] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:34, 01:50](1084 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:46, 00:55](1085 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:48, 01:07](976 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:18, 09:40] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:06, 03:38](910 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:17, 05:40] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:32, 04:38](1061 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:39, 04:22](1057 MB) +PASS -- TEST 'conus13km_debug_intel' [15:49, 13:17](1136 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:39, 13:21](821 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:31, 13:19](1201 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:16, 05:29] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:32, 04:36](1083 MB) + +PASS -- COMPILE 'hafsw_intel' [20:19, 15:33] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:39, 04:28](719 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:14, 04:59](1068 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:48, 06:19](779 MB) +FAILED: RUN DID NOT COMPLETE -- TEST 'hafs_regional_atm_wav_intel' [, ]( MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:43, 11:55](814 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:40, 04:38](476 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:28, 05:40](495 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:04, 02:18](391 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:06, 06:13](458 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:01, 03:15](512 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:35, 03:00](510 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:22, 03:44](587 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:29, 01:12](427 MB) +PASS -- TEST 'gnv1_nested_intel' [05:20, 03:18](788 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [15:19, 06:51] ( 1472 warnings 1481 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:20, 11:57](614 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [27:20, 19:19] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:26, 07:01](632 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:36, 07:10](696 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [24:20, 16:27] ( 5 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:44, 05:12](676 MB) + +PASS -- COMPILE 'hafs_all_intel' [21:21, 13:50] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:35, 05:29](752 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:42, 05:30](737 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:27, 16:09](896 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [14:20, 07:36] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:34, 02:28](761 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:30, 01:30](750 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:23, 02:20](637 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:34, 02:22](642 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:32, 02:24](638 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:35, 02:29](761 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:32, 02:29](760 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:28, 02:21](640 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:51, 05:38](692 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:32, 05:35](674 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:26, 02:31](762 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:44, 03:52](2017 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:39, 03:52](2017 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [11:18, 04:53] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:34, 05:01](748 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [13:18, 07:35] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:30, 02:28](750 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:17, 02:18] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:32, 01:06](311 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:33, 01:01](452 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:38, 00:41](453 MB) + +PASS -- COMPILE 'atml_intel' [13:20, 12:49] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:42, 06:11](1639 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [08:38, 05:49](1632 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:59, 03:16](850 MB) + +PASS -- COMPILE 'atml_debug_intel' [08:18, 07:23] ( 885 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:25, 05:28](1667 MB) + +PASS -- COMPILE 'atmw_intel' [13:21, 12:37] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:25, 01:32](1639 MB) + +PASS -- COMPILE 'atmaero_intel' [12:19, 11:01] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:55, 03:35](2950 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:47, 04:12](3007 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:10, 04:18](3012 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [07:18, 06:11] ( 889 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [25:21, 21:49](4529 MB) SYNOPSIS: -Starting Date/Time: 20240428 22:53:16 -Ending Date/Time: 20240429 00:51:54 -Total Time: 01h:59m:25s -Compiles Completed: 37/38 -Tests Completed: 168/173 -Failed Compiles: -* COMPILE hafs_all_intel: FAILED: UNABLE TO COMPILE --- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/s-weather-model_pipeline_PR-2191/tests/logs/log_derecho/compile_hafs_all_intel.log +Starting Date/Time: 20240430 21:59:35 +Ending Date/Time: 20240430 23:38:01 +Total Time: 01h:39m:15s +Compiles Completed: 38/38 +Tests Completed: 172/173 Failed Tests: -* TEST control_stochy_restart_intel: FAILED: RUN DID NOT COMPLETE --- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/s-weather-model_pipeline_PR-2191/tests/logs/log_derecho/run_control_stochy_restart_intel.log -* TEST hafs_regional_docn_intel: FAILED: UNABLE TO START RUN --- LOG: N/A -* TEST hafs_regional_docn_oisst_intel: FAILED: UNABLE TO START RUN --- LOG: N/A -* TEST hafs_regional_datm_cdeps_intel: FAILED: UNABLE TO START RUN --- LOG: N/A -* TEST control_p8_atmlnd_debug_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/s-weather-model_pipeline_PR-2191/tests/logs/log_derecho/run_control_p8_atmlnd_debug_intel.log +* TEST hafs_regional_atm_wav_intel: FAILED: RUN DID NOT COMPLETE +-- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/s-weather-model_pipeline_PR-2221/tests/logs/log_derecho/run_hafs_regional_atm_wav_intel.log NOTES: A file 'test_changes.list' was generated with list of all failed tests. @@ -324,7 +313,7 @@ Result: FAILURE ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -7441d3bb7300d6f41e7eb17bd98aac0539164065 +521f9348ebc590effdc0b5054b94946e209679d4 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -334,10 +323,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) + bbcabb5b292cccb4bd3542667f97a987cc3274cc FV3 (remotes/origin/mr2_innl) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) + 9b9467998598fb45725a27a6200eabdf9840ad33 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-717-g9b94679) + cb2eedd54241523ca8bab09af86b4a45fa0bdd1b FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5189-gcb2eedd5) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -347,7 +336,7 @@ Submodule hashes used in testing: 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) + 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) @@ -358,88 +347,21 @@ 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-20240426 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_14461 +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240430 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_43701 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 'hafs_all_intel' [15:13, 13:53] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:13, 05:29](758 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:10, 05:31](734 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:02, 16:12](894 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:13, 12:20] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_stochy_intel' [02:24, 01:26](629 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:35, 00:51](441 MB) - -SYNOPSIS: -Starting Date/Time: 20240429 11:36:19 -Ending Date/Time: 20240429 12:11:02 -Total Time: 00h:34m:59s -Compiles Completed: 2/2 -Tests Completed: 5/5 - -NOTES: -A file 'test_changes.list' was generated but is empty. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: SUCCESS - -====END OF DERECHO REGRESSION TESTING LOG==== -====START OF DERECHO REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -d35f6da7caf2a4d320aeb75613de67533a11d1b7 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) - - -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: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240426 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_28144 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: nral0032 -* (-l) - USE CONFIG FILE: rt.conf - -PASS -- COMPILE 'atml_debug_intel' [08:19, 07:29] ( 885 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:33, 05:28](1658 MB) +PASS -- COMPILE 'hafsw_intel' [16:15, 15:49] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:12, 10:53](799 MB) SYNOPSIS: -Starting Date/Time: 20240429 10:55:02 -Ending Date/Time: 20240429 11:10:55 -Total Time: 00h:16m:05s +Starting Date/Time: 20240501 07:00:20 +Ending Date/Time: 20240501 07:31:08 +Total Time: 00h:30m:58s Compiles Completed: 1/1 Tests Completed: 1/1 diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index add817f40d..8384cf2789 100755 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,7 +1,7 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -fc1d99cd44c4dfa5f95d34deede2a4e0ff81577b +521f9348ebc590effdc0b5054b94946e209679d4 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) + bbcabb5b292cccb4bd3542667f97a987cc3274cc FV3 (remotes/origin/mr2_innl) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) + 9b9467998598fb45725a27a6200eabdf9840ad33 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-717-g9b94679) + cb2eedd54241523ca8bab09af86b4a45fa0bdd1b FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5189-gcb2eedd5) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -24,7 +24,7 @@ Submodule hashes used in testing: 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) + 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) @@ -35,274 +35,274 @@ 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-20240426 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_176475 +BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240430 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_5026 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [22:16, 21:23] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:54, 07:29](3070 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [26:13, 25:58] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [21:07, 14:04](1685 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:26, 14:08](1809 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:55, 07:18](944 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [25:03, 15:51](1668 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [16:16, 16:04] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [30:51, 24:25](1707 MB) - -PASS -- COMPILE 's2swa_intel' [22:16, 20:58] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [17:25, 08:11](3097 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [17:15, 08:12](3097 MB) -PASS -- TEST 'cpld_restart_p8_intel' [13:57, 06:37](3152 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [15:24, 08:08](3121 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [12:38, 05:26](3175 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [11:26, 06:39](3408 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [13:56, 07:57](3096 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [14:35, 07:21](3019 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [17:15, 08:21](3098 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [19:54, 10:44](3270 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [16:55, 07:30](3600 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [28:30, 13:37](4035 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [19:52, 09:23](4345 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [12:58, 08:06](3065 MB) - -PASS -- COMPILE 's2sw_intel' [20:15, 20:09] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:30, 05:00](1685 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:10, 05:13](1729 MB) - -PASS -- COMPILE 's2swa_debug_intel' [16:16, 15:15] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [14:38, 10:02](3129 MB) - -PASS -- COMPILE 's2sw_debug_intel' [14:12, 13:11] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:20, 05:57](1699 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [42:16, 41:22] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [10:45, 05:52](1727 MB) - -PASS -- COMPILE 's2s_intel' [19:16, 18:06] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:44, 06:54](2663 MB) - -PASS -- COMPILE 's2swa_faster_intel' [25:13, 24:42] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [20:34, 08:42](3101 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [24:17, 23:12] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:53, 15:39](1701 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [14:24, 07:20](999 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [23:42, 17:45](1682 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [13:16, 13:06] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:56, 27:51](1715 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [15:17, 14:56] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [09:32, 04:08](673 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [10:01, 03:18](1568 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [10:02, 03:41](1580 MB) -PASS -- TEST 'control_latlon_intel' [09:51, 03:37](1569 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [10:10, 03:36](1569 MB) -PASS -- TEST 'control_c48_intel' [15:22, 06:38](1604 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [14:08, 05:47](722 MB) -PASS -- TEST 'control_c192_intel' [18:05, 10:24](1683 MB) -PASS -- TEST 'control_c384_intel' [26:39, 18:25](1985 MB) -PASS -- TEST 'control_c384gdas_intel' [25:34, 14:33](1186 MB) -PASS -- TEST 'control_stochy_intel' [05:24, 02:17](626 MB) -PASS -- TEST 'control_stochy_restart_intel' [05:19, 01:24](430 MB) -PASS -- TEST 'control_lndp_intel' [05:24, 02:26](628 MB) -PASS -- TEST 'control_iovr4_intel' [05:39, 03:10](623 MB) -PASS -- TEST 'control_iovr5_intel' [06:43, 03:12](623 MB) -PASS -- TEST 'control_p8_intel' [13:28, 03:47](1605 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [11:49, 03:49](1607 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [10:54, 03:39](1609 MB) -PASS -- TEST 'control_restart_p8_intel' [05:43, 01:43](789 MB) -PASS -- TEST 'control_noqr_p8_intel' [10:10, 03:20](1596 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:44, 01:46](793 MB) -PASS -- TEST 'control_decomp_p8_intel' [10:00, 03:40](1594 MB) -PASS -- TEST 'control_2threads_p8_intel' [10:00, 03:09](1685 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:42, 05:49](1606 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [11:10, 04:41](1657 MB) -PASS -- TEST 'control_p8_mynn_intel' [09:12, 03:28](1615 MB) -PASS -- TEST 'merra2_thompson_intel' [08:48, 04:10](1604 MB) -PASS -- TEST 'regional_control_intel' [08:24, 04:57](616 MB) -PASS -- TEST 'regional_restart_intel' [04:06, 02:38](789 MB) -PASS -- TEST 'regional_decomp_intel' [08:15, 05:28](615 MB) -PASS -- TEST 'regional_2threads_intel' [06:22, 03:08](758 MB) -PASS -- TEST 'regional_noquilt_intel' [08:17, 05:03](1155 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:55, 04:56](615 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:35, 04:42](615 MB) -PASS -- TEST 'regional_wofs_intel' [08:28, 06:02](1591 MB) - -PASS -- COMPILE 'rrfs_intel' [14:15, 13:28] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [10:22, 06:57](1010 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:28, 03:59](1181 MB) -PASS -- TEST 'rap_decomp_intel' [11:36, 07:17](1009 MB) -PASS -- TEST 'rap_2threads_intel' [10:42, 06:13](1099 MB) -PASS -- TEST 'rap_restart_intel' [07:45, 03:44](880 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:35, 06:55](1006 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:37, 07:03](1006 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:26, 05:20](880 MB) -PASS -- TEST 'hrrr_control_intel' [07:26, 03:53](1005 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:49, 04:51](1006 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:28, 03:15](1087 MB) -PASS -- TEST 'hrrr_control_restart_intel' [05:13, 02:16](837 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:11, 07:15](1003 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:08, 08:12](1966 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:03, 07:49](1951 MB) - -PASS -- COMPILE 'csawmg_intel' [14:16, 13:41] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [08:22, 06:39](696 MB) -PASS -- TEST 'control_ras_intel' [05:06, 03:32](657 MB) - -PASS -- COMPILE 'wam_intel' [14:15, 13:52] -PASS -- TEST 'control_wam_intel' [04:19, 02:38](370 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [18:14, 17:27] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [07:20, 04:06](1607 MB) -PASS -- TEST 'regional_control_faster_intel' [06:42, 04:49](615 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [13:17, 12:26] ( 885 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:21, 03:18](1587 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:13, 03:21](1589 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:28, 03:12](786 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:27, 03:15](788 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:15, 04:21](824 MB) -PASS -- TEST 'control_ras_debug_intel' [04:06, 02:55](795 MB) -PASS -- TEST 'control_diag_debug_intel' [05:05, 03:02](1641 MB) -PASS -- TEST 'control_debug_p8_intel' [05:51, 03:14](1618 MB) -PASS -- TEST 'regional_debug_intel' [18:56, 16:33](633 MB) -PASS -- TEST 'rap_control_debug_intel' [07:22, 05:10](1168 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:28, 05:06](1164 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:28, 05:02](1166 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:17, 05:06](1167 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:17, 05:02](1166 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:36, 05:19](1251 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:26, 05:16](1166 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:17, 05:14](1166 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:14, 05:08](1168 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:08, 05:13](1166 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:07, 04:51](1166 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:35, 05:18](1164 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:10, 07:50](1166 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:07, 05:13](1163 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:59, 06:08](1168 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:03, 05:11](1166 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:17, 08:24](1169 MB) - -PASS -- COMPILE 'wam_debug_intel' [10:15, 09:47] ( 855 warnings ) -PASS -- TEST 'control_wam_debug_intel' [06:35, 04:55](396 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:15, 13:58] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:27, 03:54](1048 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:55, 05:48](888 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:36, 03:34](884 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:04, 05:23](950 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:07, 02:50](939 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:35, 03:39](886 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:19, 04:33](782 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:28, 01:42](764 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:12, 15:50] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:55, 02:10](1094 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:50, 01:10](1076 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:17, 01:29](974 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:16, 14:43] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:43, 04:22](904 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:23, 10:36] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:53, 05:00](1048 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:30, 04:53](1048 MB) -PASS -- TEST 'conus13km_debug_intel' [17:44, 14:19](1129 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [17:36, 14:43](804 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:10, 08:28](1109 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:56, 14:07](1195 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:11, 09:58] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:25, 05:00](1067 MB) - -PASS -- COMPILE 'hafsw_intel' [19:18, 18:47] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:23, 05:15](707 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:43, 04:26](1055 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:22, 07:37](755 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:20, 11:38](784 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:14, 12:43](803 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:04, 05:17](478 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:51, 06:42](496 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [06:32, 02:55](372 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:39, 08:03](434 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:10, 03:54](509 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:43, 03:29](508 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:40, 04:42](571 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:00, 01:44](402 MB) -PASS -- TEST 'gnv1_nested_intel' [07:19, 03:56](766 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [13:15, 12:33] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:14, 13:03](583 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [21:16, 21:05] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:30, 07:37](616 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:37, 07:48](786 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [19:16, 18:43] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:38, 06:51](787 MB) - -PASS -- COMPILE 'hafs_all_intel' [35:19, 34:44] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:03, 06:30](748 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:52, 06:28](730 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:04, 20:07](893 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [14:16, 13:53] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:49, 02:34](758 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:03, 01:34](747 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:50, 02:45](639 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:10, 02:27](637 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:59, 02:31](637 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:44, 02:33](758 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:21, 02:34](745 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:15, 02:25](639 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:04, 06:05](693 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:07, 06:07](676 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:52, 02:35](758 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:00, 04:35](2011 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:01, 04:37](2011 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [09:15, 08:44] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:49, 05:28](743 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [13:15, 12:30] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:49, 02:33](759 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:22, 03:47] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:59, 02:02](318 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:48, 01:46](456 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:31, 01:05](456 MB) - -PASS -- COMPILE 'atml_intel' [17:16, 16:46] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:42, 08:34](1632 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [11:48, 08:39](1633 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:09, 04:37](837 MB) - -PASS -- COMPILE 'atml_debug_intel' [13:13, 12:13] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [37:55, 35:04](1651 MB) - -PASS -- COMPILE 'atmw_intel' [16:16, 16:04] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:44, 02:50](1648 MB) - -PASS -- COMPILE 'atmaero_intel' [15:19, 15:07] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [09:24, 06:40](2947 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:24, 06:43](3013 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:02, 06:42](3017 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [10:12, 09:56] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [21:10, 18:25](4477 MB) +PASS -- COMPILE 's2swa_32bit_intel' [19:14, 18:32] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:03, 07:31](3070 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:14, 22:51] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [15:41, 13:59](1685 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:42, 14:15](1808 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:13, 07:08](945 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:04, 15:03](1668 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [14:12, 13:20] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:47, 23:42](1707 MB) + +PASS -- COMPILE 's2swa_intel' [19:14, 18:30] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [10:08, 07:49](3096 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:11, 07:56](3096 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:12, 04:51](3153 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [10:08, 07:58](3121 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:28, 04:57](3174 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:03, 07:14](3413 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:03, 07:55](3096 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [10:00, 07:21](3019 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:09, 07:58](3097 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [13:57, 10:26](3266 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:34, 07:36](3601 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [18:28, 12:57](4036 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:53, 09:05](4342 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:55, 07:40](3065 MB) + +PASS -- COMPILE 's2sw_intel' [16:12, 15:58] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:54, 04:49](1685 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:54, 05:17](1730 MB) + +PASS -- COMPILE 's2swa_debug_intel' [14:12, 13:15] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [13:30, 10:28](3129 MB) + +PASS -- COMPILE 's2sw_debug_intel' [11:12, 11:02] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:10, 05:57](1700 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [16:12, 15:20] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:51, 05:09](1725 MB) + +PASS -- COMPILE 's2s_intel' [15:12, 15:05] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [07:58, 06:53](2663 MB) + +PASS -- COMPILE 's2swa_faster_intel' [22:14, 21:38] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:32, 07:42](3101 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [24:15, 23:34] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:43, 14:53](1701 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:38, 07:23](1000 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:40, 17:11](1682 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [15:14, 14:39] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:35, 26:23](1718 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [17:16, 16:48] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:33, 03:41](674 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:22, 03:04](1568 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:23, 03:08](1580 MB) +PASS -- TEST 'control_latlon_intel' [04:07, 03:01](1570 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:17, 03:03](1568 MB) +PASS -- TEST 'control_c48_intel' [08:42, 06:35](1601 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:01, 05:39](722 MB) +PASS -- TEST 'control_c192_intel' [11:13, 09:52](1683 MB) +PASS -- TEST 'control_c384_intel' [19:28, 18:11](1984 MB) +PASS -- TEST 'control_c384gdas_intel' [16:56, 14:14](1186 MB) +PASS -- TEST 'control_stochy_intel' [03:32, 02:14](627 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:31, 01:01](430 MB) +PASS -- TEST 'control_lndp_intel' [03:33, 02:20](628 MB) +PASS -- TEST 'control_iovr4_intel' [03:37, 02:50](623 MB) +PASS -- TEST 'control_iovr5_intel' [03:44, 02:56](623 MB) +PASS -- TEST 'control_p8_intel' [05:42, 03:42](1605 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:13, 03:33](1608 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:58, 03:25](1609 MB) +PASS -- TEST 'control_restart_p8_intel' [03:10, 01:51](790 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:51, 03:16](1596 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:14, 02:04](792 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:00, 03:28](1595 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:48, 02:41](1684 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:03, 05:19](1606 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:27, 04:11](1657 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:33, 03:23](1615 MB) +PASS -- TEST 'merra2_thompson_intel' [05:29, 03:40](1604 MB) +PASS -- TEST 'regional_control_intel' [06:14, 04:56](615 MB) +PASS -- TEST 'regional_restart_intel' [04:47, 03:21](789 MB) +PASS -- TEST 'regional_decomp_intel' [06:09, 05:00](615 MB) +PASS -- TEST 'regional_2threads_intel' [04:06, 03:04](765 MB) +PASS -- TEST 'regional_noquilt_intel' [06:11, 04:38](1153 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:20, 04:40](615 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:07, 04:39](615 MB) +PASS -- TEST 'regional_wofs_intel' [08:07, 06:11](1590 MB) + +PASS -- COMPILE 'rrfs_intel' [15:15, 14:56] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:22, 06:38](1009 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:08, 03:56](1184 MB) +PASS -- TEST 'rap_decomp_intel' [08:23, 06:59](1009 MB) +PASS -- TEST 'rap_2threads_intel' [08:02, 06:02](1097 MB) +PASS -- TEST 'rap_restart_intel' [05:23, 03:39](880 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:23, 06:55](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:42, 07:15](1005 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:01, 05:22](879 MB) +PASS -- TEST 'hrrr_control_intel' [05:14, 03:43](1005 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:14, 03:48](1006 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:13, 03:04](1081 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:47, 01:55](837 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:23, 06:56](1003 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:43, 08:05](1967 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:50, 07:42](1951 MB) + +PASS -- COMPILE 'csawmg_intel' [15:16, 14:35] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [07:44, 06:35](696 MB) +PASS -- TEST 'control_ras_intel' [05:33, 03:24](655 MB) + +PASS -- COMPILE 'wam_intel' [15:12, 14:18] +PASS -- TEST 'control_wam_intel' [03:30, 02:08](370 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [16:13, 15:44] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:08, 03:12](1607 MB) +PASS -- TEST 'regional_control_faster_intel' [05:41, 04:41](614 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [12:14, 11:56] ( 885 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:02, 02:53](1587 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:35, 02:56](1589 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:45, 03:08](784 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:59, 02:53](788 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:39, 04:40](824 MB) +PASS -- TEST 'control_ras_debug_intel' [03:43, 02:52](794 MB) +PASS -- TEST 'control_diag_debug_intel' [04:46, 03:35](1640 MB) +PASS -- TEST 'control_debug_p8_intel' [04:47, 03:50](1618 MB) +PASS -- TEST 'regional_debug_intel' [17:50, 16:30](633 MB) +PASS -- TEST 'rap_control_debug_intel' [06:36, 05:36](1166 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:36, 05:24](1164 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:35, 05:25](1166 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:30, 05:32](1167 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:29, 05:23](1166 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:05, 05:18](1251 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:35, 05:18](1168 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:26, 05:06](1167 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:25, 05:03](1168 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:32, 05:00](1166 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:32, 04:54](1166 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:32, 04:59](1164 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:09, 07:51](1165 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:29, 04:55](1162 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:32, 05:49](1168 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:31, 05:00](1166 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:06, 08:35](1170 MB) + +PASS -- COMPILE 'wam_debug_intel' [09:14, 08:44] ( 855 warnings ) +PASS -- TEST 'control_wam_debug_intel' [05:30, 04:55](396 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:17, 12:55] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:12, 03:46](1048 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:01, 05:50](888 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:08, 03:22](884 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:01, 05:16](945 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:02, 02:47](937 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:03, 03:27](886 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:02, 04:19](783 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:33, 01:47](764 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:11, 15:56] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:01, 02:02](1095 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:08, 01:16](1074 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:07, 01:38](974 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:17, 13:36] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:16, 04:23](904 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:13, 10:17] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:42, 04:53](1047 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:37, 04:52](1048 MB) +PASS -- TEST 'conus13km_debug_intel' [15:50, 14:10](1130 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:50, 14:24](804 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:43, 08:16](1109 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:42, 14:11](1195 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:12, 09:54] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:33, 04:56](1067 MB) + +PASS -- COMPILE 'hafsw_intel' [18:13, 17:32] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:20, 05:22](709 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:41, 04:35](1057 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:37, 07:48](754 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:52, 11:42](788 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:42, 12:30](804 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:12, 05:19](480 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:37, 06:50](497 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:19, 02:56](373 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:35, 07:58](433 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:00, 04:30](510 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:13, 03:38](510 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:14, 04:40](574 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:42, 01:44](401 MB) +PASS -- TEST 'gnv1_nested_intel' [05:22, 04:04](769 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [13:16, 12:24] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:06, 12:57](586 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [21:15, 20:20] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:09, 07:49](618 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:04, 07:43](787 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [20:13, 19:52] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:08, 06:04](790 MB) + +PASS -- COMPILE 'hafs_all_intel' [17:12, 17:06] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:59, 06:12](745 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:23, 06:05](731 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [21:14, 20:04](893 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [14:22, 13:22] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:32, 02:35](758 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:31, 01:36](747 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:27, 02:25](639 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:26, 02:31](637 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:25, 02:30](639 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:25, 02:34](759 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:29, 02:34](758 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:30, 02:24](647 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:58, 05:53](692 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:58, 06:02](676 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:25, 02:36](758 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:30, 04:35](2014 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:31, 04:36](2013 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [09:12, 08:50] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:32, 05:24](744 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [13:11, 12:42] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:58, 02:33](758 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [06:11, 05:19] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:52, 01:54](318 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:48, 01:28](456 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:06, 01:02](456 MB) + +PASS -- COMPILE 'atml_intel' [17:14, 16:49] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:45, 08:02](1633 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [09:41, 08:01](1632 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:50, 04:40](837 MB) + +PASS -- COMPILE 'atml_debug_intel' [14:15, 13:37] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:28, 07:02](1651 MB) + +PASS -- COMPILE 'atmw_intel' [15:15, 14:29] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:05, 02:48](1648 MB) + +PASS -- COMPILE 'atmaero_intel' [14:13, 13:41] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:20, 06:38](2948 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:15, 07:09](3012 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:07, 07:15](3020 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [11:12, 11:03] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [21:29, 19:17](4477 MB) SYNOPSIS: -Starting Date/Time: 20240429 01:08:25 -Ending Date/Time: 20240429 03:14:52 -Total Time: 02h:07m:46s +Starting Date/Time: 20240501 02:23:40 +Ending Date/Time: 20240501 03:51:13 +Total Time: 01h:29m:01s Compiles Completed: 38/38 Tests Completed: 180/180 @@ -313,65 +313,3 @@ If you are using this log as a pull request verification, please commit 'test_ch Result: SUCCESS ====END OF GAEA REGRESSION TESTING LOG==== -====START OF GAEA REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -d35f6da7caf2a4d320aeb75613de67533a11d1b7 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) - - -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-20240426 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_221543 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-n) - RUN SINGLE TEST: control_p8_atmlnd_debug -* (-e) - USE ECFLOW - -PASS -- COMPILE 'atml_debug_intel' [11:12, 10:35] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:13, 06:16](1651 MB) - -SYNOPSIS: -Starting Date/Time: 20240429 13:52:13 -Ending Date/Time: 20240429 14:13:58 -Total Time: 00h:22m:05s -Compiles Completed: 1/1 -Tests Completed: 1/1 - -NOTES: -A file 'test_changes.list' was generated but is empty. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: SUCCESS - -====END OF GAEA REGRESSION TESTING LOG==== diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index db58d92d42..bc07a8a85e 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,7 +1,7 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -5175ca7ecbd16473b4778a533ab9c52b065a1eb4 +521f9348ebc590effdc0b5054b94946e209679d4 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,11 +9,11 @@ Submodule hashes used in testing: c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) + bbcabb5b292cccb4bd3542667f97a987cc3274cc FV3 (remotes/origin/mr2_innl) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) - 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) + 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) @@ -24,419 +24,368 @@ 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-20240426 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2646060 +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240430 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_1718044 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-r) - USE ROCOTO - -PASS -- COMPILE 's2swa_32bit_intel' [12:51, 12:51] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:38, 05:49](3171 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:46, 16:46] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [17:59, 17:12](1706 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:48, 17:52](1998 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:54, 08:03](1123 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:54, 19:13](1628 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [04:39, 04:38] ( 1526 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:44, 22:55](1687 MB) - -PASS -- COMPILE 's2swa_intel' [13:00, 13:00] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [06:39, 05:47](3212 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [06:42, 05:49](3195 MB) -PASS -- TEST 'cpld_restart_p8_intel' [04:20, 03:23](3268 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [06:37, 05:49](3247 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [04:32, 03:34](3277 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [06:23, 05:37](3543 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [06:33, 05:48](3203 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [05:27, 04:43](3062 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [06:43, 05:53](3197 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [11:44, 10:07](3279 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [08:17, 06:11](3597 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [15:12, 09:34](4060 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:23, 06:17](4362 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [06:22, 05:31](3147 MB) - -PASS -- COMPILE 's2sw_intel' [12:13, 12:13] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [05:28, 04:41](1732 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:14, 04:23](1722 MB) - -PASS -- COMPILE 's2swa_debug_intel' [04:39, 04:39] ( 1451 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [09:27, 08:30](3237 MB) - -PASS -- COMPILE 's2sw_debug_intel' [04:25, 04:25] ( 1451 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:39, 05:47](1727 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:39, 11:39] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:14, 04:24](1759 MB) - -PASS -- COMPILE 's2s_intel' [11:29, 11:29] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:54, 09:25](2833 MB) - -PASS -- COMPILE 's2swa_faster_intel' [16:28, 16:28] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [06:16, 05:25](3210 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:30, 15:30] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:02, 17:13](1791 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:06, 08:08](1177 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:31, 19:39](1690 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:23, 04:22] ( 1561 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:40, 24:55](1697 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:26, 11:26] ( 2 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [03:32, 03:20](711 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:24, 02:54](1600 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:31, 02:59](1616 MB) -PASS -- TEST 'control_latlon_intel' [03:22, 02:55](1608 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:32, 03:01](1578 MB) -PASS -- TEST 'control_c48_intel' [08:16, 07:48](1738 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:36, 06:25](876 MB) -PASS -- TEST 'control_c192_intel' [11:14, 10:31](1720 MB) -PASS -- TEST 'control_c384_intel' [12:02, 10:38](2011 MB) -PASS -- TEST 'control_c384gdas_intel' [10:22, 08:05](1395 MB) -PASS -- TEST 'control_stochy_intel' [01:47, 01:37](663 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:16, 00:59](506 MB) -PASS -- TEST 'control_lndp_intel' [01:44, 01:33](659 MB) -PASS -- TEST 'control_iovr4_intel' [02:41, 02:27](657 MB) -PASS -- TEST 'control_iovr5_intel' [02:47, 02:33](657 MB) -PASS -- TEST 'control_p8_intel' [03:47, 03:13](1617 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:42, 03:00](1586 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:31, 02:52](1609 MB) -PASS -- TEST 'control_restart_p8_intel' [02:13, 01:37](890 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:32, 02:54](1600 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:16, 01:37](930 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:38, 03:03](1588 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:16, 02:45](1719 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:46, 05:17](1617 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:43, 04:07](1674 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:40, 03:00](1604 MB) -PASS -- TEST 'merra2_thompson_intel' [03:58, 03:22](1621 MB) -PASS -- TEST 'regional_control_intel' [05:35, 05:10](850 MB) -PASS -- TEST 'regional_restart_intel' [03:08, 02:43](1019 MB) -PASS -- TEST 'regional_decomp_intel' [05:52, 05:29](849 MB) -PASS -- TEST 'regional_2threads_intel' [03:36, 03:11](850 MB) -PASS -- TEST 'regional_noquilt_intel' [05:33, 05:08](1356 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:32, 05:05](850 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:33, 05:09](848 MB) -PASS -- TEST 'regional_wofs_intel' [07:09, 06:43](1900 MB) - -PASS -- COMPILE 'rrfs_intel' [10:31, 10:31] ( 4 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:07, 07:43](1105 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:51, 04:02](1294 MB) -PASS -- TEST 'rap_decomp_intel' [08:25, 08:05](1035 MB) -PASS -- TEST 'rap_2threads_intel' [07:39, 07:15](1185 MB) -PASS -- TEST 'rap_restart_intel' [04:32, 04:02](1114 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:07, 07:41](1095 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:30, 08:08](1038 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:18, 05:49](1126 MB) -PASS -- TEST 'hrrr_control_intel' [04:25, 03:58](1042 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:28, 04:06](1030 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [03:59, 03:38](1123 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:25, 02:09](1002 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:06, 07:37](1103 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:31, 09:19](1962 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:20, 09:04](2048 MB) - -PASS -- COMPILE 'csawmg_intel' [10:17, 10:17] ( 2 warnings ) -PASS -- TEST 'control_csawmg_intel' [06:24, 05:58](735 MB) -PASS -- TEST 'control_ras_intel' [03:23, 03:14](748 MB) - -PASS -- COMPILE 'csawmg_gnu' [03:39, 03:39] -PASS -- TEST 'control_csawmg_gnu' [08:44, 08:18](548 MB) - -PASS -- COMPILE 'wam_intel' [09:53, 09:52] ( 1 warnings ) -PASS -- TEST 'control_wam_intel' [02:20, 02:09](656 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:38, 10:37] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:22, 02:46](1612 MB) -PASS -- TEST 'regional_control_faster_intel' [05:09, 04:43](853 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [04:53, 04:53] ( 886 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:12, 02:43](1571 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:14, 02:44](1615 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:07, 02:58](815 MB) -PASS -- TEST 'control_lndp_debug_intel' [02:58, 02:48](817 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:33, 04:09](869 MB) -PASS -- TEST 'control_ras_debug_intel' [02:58, 02:47](826 MB) -PASS -- TEST 'control_diag_debug_intel' [03:20, 02:47](1675 MB) -PASS -- TEST 'control_debug_p8_intel' [03:20, 02:50](1648 MB) -PASS -- TEST 'regional_debug_intel' [17:30, 17:05](844 MB) -PASS -- TEST 'rap_control_debug_intel' [05:01, 04:50](1205 MB) -PASS -- TEST 'hrrr_control_debug_intel' [04:53, 04:42](1202 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [04:58, 04:47](1207 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:00, 04:49](1201 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:09, 04:59](1214 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:27, 05:07](1287 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:10, 04:59](1211 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:15, 05:04](1207 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:01, 04:51](1183 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:08, 04:58](1204 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:03, 04:52](1204 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:04, 04:53](1205 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:14, 08:04](1201 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:03, 04:53](1199 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:14, 06:04](1207 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:13, 05:02](1204 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:50, 08:25](1210 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [02:38, 02:37] -PASS -- TEST 'control_csawmg_debug_gnu' [02:41, 02:13](528 MB) - -PASS -- COMPILE 'wam_debug_intel' [03:15, 03:14] ( 856 warnings ) -PASS -- TEST 'control_wam_debug_intel' [05:05, 04:56](511 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:59, 09:58] ( 4 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:31, 03:49](1163 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:47, 06:21](1049 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:47, 03:22](990 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:22, 06:02](1085 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:28, 03:08](963 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:55, 03:35](936 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:10, 04:46](1028 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:05, 01:50](937 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:33, 12:33] ( 4 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [02:40, 02:06](1204 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:19, 00:54](1118 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:47, 01:14](1112 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:13, 10:13] ( 4 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:39, 04:09](983 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:24, 03:24] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:02, 04:51](1089 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:56, 04:45](1087 MB) -PASS -- TEST 'conus13km_debug_intel' [14:56, 14:13](1233 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [14:59, 14:17](894 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [08:39, 08:06](1156 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:55, 14:26](1296 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:22, 03:22] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:09, 04:58](1137 MB) - -PASS -- COMPILE 'hafsw_intel' [11:34, 11:34] ( 2 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [05:56, 04:53](738 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:11, 05:46](1119 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:00, 06:55](826 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:16, 13:20](871 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:21, 15:04](884 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:14, 05:31](502 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:45, 06:42](520 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:10, 02:43](373 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:49, 07:12](483 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:14, 03:42](525 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:10, 03:30](532 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:41, 04:04](592 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:27, 01:11](411 MB) -PASS -- TEST 'gnv1_nested_intel' [04:34, 04:04](801 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [03:54, 03:54] ( 1468 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:17, 12:41](566 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [11:57, 11:57] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:32, 08:47](671 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:35, 08:45](748 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:53, 11:53] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:05, 06:20](741 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:16, 11:16] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:14, 06:23](823 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:22, 06:26](812 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:47, 16:11](1212 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:13, 06:13] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:42, 02:36](1157 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:42, 01:34](1102 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:38, 02:32](1017 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:44, 02:37](1015 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:48, 02:41](1022 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:50, 02:44](1140 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:43, 02:37](1148 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:42, 02:37](1012 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:39, 06:33](1065 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:02, 06:12](1049 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:48, 02:45](1128 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:59, 03:53](2492 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [03:57, 03:51](2437 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:01, 03:01] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:20, 06:15](1057 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:02, 06:02] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:45, 02:39](1148 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:12, 01:11] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [00:59, 00:42](263 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [00:59, 00:45](331 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:41, 00:28](324 MB) - -PASS -- COMPILE 'atml_intel' [11:47, 11:47] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [04:54, 04:10](1581 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [04:54, 04:09](1599 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [02:46, 02:13](895 MB) - -PASS -- COMPILE 'atml_debug_intel' [04:26, 04:26] ( 881 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [34:07, 33:23](1613 MB) - -PASS -- COMPILE 'atmw_intel' [10:58, 10:58] ( 1 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:22, 01:45](1654 MB) - -PASS -- COMPILE 'atmaero_intel' [10:48, 10:48] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:47, 04:05](3022 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:38, 04:55](3104 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:23, 04:57](3116 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [03:45, 03:45] ( 885 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [22:55, 21:18](4450 MB) - -PASS -- COMPILE 'atm_gnu' [03:39, 03:39] -PASS -- TEST 'control_c48_gnu' [11:47, 11:18](1545 MB) -PASS -- TEST 'control_stochy_gnu' [03:36, 03:25](511 MB) -PASS -- TEST 'control_ras_gnu' [05:02, 04:52](517 MB) -PASS -- TEST 'control_p8_gnu' [05:27, 04:44](1267 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:07, 04:28](1267 MB) -PASS -- TEST 'control_flake_gnu' [10:49, 10:38](551 MB) - -PASS -- COMPILE 'rrfs_gnu' [03:39, 03:39] -PASS -- TEST 'rap_control_gnu' [11:02, 10:39](858 MB) -PASS -- TEST 'rap_decomp_gnu' [11:14, 10:50](862 MB) -PASS -- TEST 'rap_2threads_gnu' [10:16, 09:50](940 MB) -PASS -- TEST 'rap_restart_gnu' [06:00, 05:32](588 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [11:11, 10:46](857 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:13, 10:52](858 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:29, 08:02](587 MB) -PASS -- TEST 'hrrr_control_gnu' [06:03, 05:28](855 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:48, 05:27](844 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:28, 05:00](936 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:51, 05:27](858 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:07, 02:51](574 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:03, 02:47](668 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [11:12, 10:40](850 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [03:39, 03:39] -PASS -- TEST 'control_diag_debug_gnu' [02:12, 01:35](1284 MB) -PASS -- TEST 'regional_debug_gnu' [10:20, 09:55](560 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:46, 02:36](867 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:44, 02:34](867 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:46, 02:36](873 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:46, 02:35](872 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:11, 02:46](950 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:15, 04:04](868 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:48, 02:36](868 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:48, 02:38](861 MB) -PASS -- TEST 'control_ras_debug_gnu' [01:46, 01:36](505 MB) -PASS -- TEST 'control_stochy_debug_gnu' [01:52, 01:42](499 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:13, 01:41](1253 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:52, 02:41](866 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:05, 02:53](878 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:47, 04:19](878 MB) - -PASS -- COMPILE 'wam_debug_gnu' [01:49, 01:49] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [03:41, 03:41] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:51, 09:26](712 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:20, 04:56](712 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:08, 08:46](764 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:58, 04:36](758 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:22, 05:03](714 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:34, 07:03](561 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:52, 02:36](544 MB) -PASS -- TEST 'conus13km_control_gnu' [03:48, 03:10](886 MB) -PASS -- TEST 'conus13km_2threads_gnu' [06:26, 05:56](894 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:19, 01:50](568 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [05:22, 05:22] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:13, 05:45](737 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [03:38, 03:38] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:44, 02:34](722 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:44, 02:32](722 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:30, 06:58](903 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:41, 07:12](595 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [07:55, 07:24](905 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:31, 07:00](968 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [03:43, 03:43] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:51, 02:39](748 MB) - -PASS -- COMPILE 's2swa_gnu' [14:45, 14:45] - -PASS -- COMPILE 's2s_gnu' [14:21, 14:21] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [12:19, 11:19](1350 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [02:40, 02:40] - -PASS -- COMPILE 's2sw_pdlib_gnu' [14:28, 14:28] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [26:07, 25:18](1325 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [02:40, 02:40] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [14:56, 14:08](1326 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [14:16, 14:16] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:10, 03:03](701 MB) - -SYNOPSIS: -Starting Date/Time: 20240429 13:36:09 -Ending Date/Time: 20240429 20:01:09 -Total Time: 06h:25m:17s -Compiles Completed: 54/54 -Tests Completed: 240/240 - -NOTES: -A file 'test_changes.list' was generated but is empty. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: SUCCESS - -====END OF HERA REGRESSION TESTING LOG==== - -====START OF HERA REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -7441d3bb7300d6f41e7eb17bd98aac0539164065 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) - 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) - - -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: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240426 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_4106538 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-n) - RUN SINGLE TEST: control_p8_atmlnd_debug +* (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 'atml_debug_intel' [06:11, 04:26] ( 881 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:52, 05:28](1634 MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:11, 13:41] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:11, 05:32](3187 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:13, 17:29] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:58, 17:04](1748 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:08, 18:17](2004 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:05, 08:03](1131 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:57, 19:14](1652 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 04:48] ( 1526 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:05, 22:41](1664 MB) + +PASS -- COMPILE 's2swa_intel' [13:12, 13:07] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:19, 05:53](3226 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:28, 05:50](3226 MB) +PASS -- TEST 'cpld_restart_p8_intel' [05:19, 03:25](3254 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [07:18, 05:49](3243 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:17, 03:26](3284 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [07:14, 05:32](3551 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [07:14, 05:51](3215 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [06:20, 04:42](3077 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:27, 05:51](3224 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:11, 10:09](3350 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:37, 06:10](3621 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [21:51, 09:37](4166 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:00, 05:58](4349 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:18, 05:30](3182 MB) + +PASS -- COMPILE 's2sw_intel' [13:11, 12:41] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [06:13, 04:44](1744 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:20, 04:21](1788 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:11, 04:48] ( 1451 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:13, 08:25](3254 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:11, 04:45] ( 1451 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:02, 05:50](1726 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:11, 11:37] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:07, 04:19](1788 MB) + +PASS -- COMPILE 's2s_intel' [12:11, 11:32] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [10:41, 09:23](2836 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:12, 17:01] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:16, 05:32](3230 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:12, 15:51] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:07, 17:13](1772 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:11, 08:04](1174 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:01, 19:46](1677 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 04:27] ( 1561 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:54, 25:06](1725 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:11, 11:12] ( 2 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [06:22, 03:25](701 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [06:51, 02:58](1607 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:53, 03:03](1609 MB) +PASS -- TEST 'control_latlon_intel' [06:48, 02:54](1596 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:55, 02:58](1597 MB) +PASS -- TEST 'control_c48_intel' [10:50, 07:38](1751 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:27, 06:24](871 MB) +PASS -- TEST 'control_c192_intel' [14:11, 10:31](1747 MB) +PASS -- TEST 'control_c384_intel' [14:13, 10:33](2013 MB) +PASS -- TEST 'control_c384gdas_intel' [13:40, 07:58](1401 MB) +PASS -- TEST 'control_stochy_intel' [04:22, 01:38](660 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:29, 01:05](506 MB) +PASS -- TEST 'control_lndp_intel' [03:21, 01:34](659 MB) +PASS -- TEST 'control_iovr4_intel' [04:23, 02:28](652 MB) +PASS -- TEST 'control_iovr5_intel' [03:22, 02:29](654 MB) +PASS -- TEST 'control_p8_intel' [03:58, 03:00](1635 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:59, 02:57](1633 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:50, 02:51](1629 MB) +PASS -- TEST 'control_restart_p8_intel' [02:45, 01:36](895 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:48, 02:55](1621 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:51, 01:36](937 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:48, 03:00](1624 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:47, 02:47](1714 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:43, 05:18](1628 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:49, 03:55](1688 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:54, 02:57](1638 MB) +PASS -- TEST 'merra2_thompson_intel' [04:51, 03:18](1650 MB) +PASS -- TEST 'regional_control_intel' [06:40, 05:10](847 MB) +PASS -- TEST 'regional_restart_intel' [03:41, 02:43](1019 MB) +PASS -- TEST 'regional_decomp_intel' [06:38, 05:33](852 MB) +PASS -- TEST 'regional_2threads_intel' [04:39, 03:14](843 MB) +PASS -- TEST 'regional_noquilt_intel' [06:42, 05:09](1357 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:43, 05:12](859 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:36, 05:07](849 MB) +PASS -- TEST 'regional_wofs_intel' [07:38, 06:41](1912 MB) + +PASS -- COMPILE 'rrfs_intel' [11:14, 10:35] ( 4 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:40, 07:41](1106 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:03, 04:08](1286 MB) +PASS -- TEST 'rap_decomp_intel' [08:36, 08:07](1046 MB) +PASS -- TEST 'rap_2threads_intel' [08:36, 07:15](1193 MB) +PASS -- TEST 'rap_restart_intel' [04:41, 04:01](1109 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:38, 07:42](1107 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:38, 08:09](1037 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:39, 05:50](1136 MB) +PASS -- TEST 'hrrr_control_intel' [04:38, 03:59](1040 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:32, 04:07](1032 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:33, 03:41](1110 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:28, 02:09](1011 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:47, 07:40](1107 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:26, 09:12](2001 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:25, 09:09](2060 MB) + +PASS -- COMPILE 'csawmg_intel' [11:11, 10:43] ( 2 warnings ) +PASS -- TEST 'control_csawmg_intel' [06:37, 06:00](749 MB) +PASS -- TEST 'control_ras_intel' [04:20, 03:16](751 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:10, 03:47] +PASS -- TEST 'control_csawmg_gnu' [09:41, 08:25](549 MB) + +PASS -- COMPILE 'wam_intel' [10:12, 09:54] ( 1 warnings ) +PASS -- TEST 'control_wam_intel' [02:24, 02:05](654 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [11:11, 10:37] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:56, 02:39](1639 MB) +PASS -- TEST 'regional_control_faster_intel' [05:44, 04:45](832 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 05:16] ( 886 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:47, 02:34](1614 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:50, 02:32](1624 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:24, 03:01](818 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:22, 02:45](823 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:39, 04:08](864 MB) +PASS -- TEST 'control_ras_debug_intel' [03:22, 02:43](828 MB) +PASS -- TEST 'control_diag_debug_intel' [03:48, 02:44](1680 MB) +PASS -- TEST 'control_debug_p8_intel' [03:45, 02:48](1654 MB) +PASS -- TEST 'regional_debug_intel' [18:39, 17:19](848 MB) +PASS -- TEST 'rap_control_debug_intel' [05:23, 04:51](1214 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:22, 04:46](1212 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:21, 04:54](1212 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:21, 04:49](1210 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:21, 04:50](1208 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:33, 05:05](1294 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:22, 04:54](1215 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:21, 04:52](1210 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:22, 04:54](1210 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:22, 04:54](1206 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:23, 04:41](1213 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:23, 04:59](1213 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:22, 07:53](1205 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:23, 04:53](1202 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:24, 05:56](1216 MB) +PASS -- TEST 'rap_flake_debug_intel' [08:23, 04:55](1213 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:38, 08:19](1211 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [03:11, 02:39] +PASS -- TEST 'control_csawmg_debug_gnu' [05:42, 02:12](530 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:11, 03:11] ( 856 warnings ) +PASS -- TEST 'control_wam_debug_intel' [08:23, 05:03](522 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:11, 10:11] ( 4 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:59, 03:51](1165 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:36, 06:24](1030 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:29, 03:23](993 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:33, 06:03](1090 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:37, 03:07](965 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:30, 03:35](923 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:40, 04:50](1034 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:24, 01:51](940 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:11, 12:19] ( 4 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:50, 02:11](1174 MB) +PASS -- TEST 'conus13km_2threads_intel' [05:41, 00:55](1122 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:42, 01:19](1106 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 10:05] ( 4 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:39, 04:09](993 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 03:28] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:21, 04:48](1095 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:22, 04:43](1086 MB) +PASS -- TEST 'conus13km_debug_intel' [15:51, 14:16](1235 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:47, 13:56](934 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:41, 08:04](1158 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:44, 14:23](1299 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 03:16] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:23, 04:52](1124 MB) + +PASS -- COMPILE 'hafsw_intel' [12:11, 11:39] ( 2 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:16, 04:52](742 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [10:30, 05:47](1114 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:19, 06:49](810 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:14, 13:19](863 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:23, 15:13](877 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:58, 05:27](502 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:27, 06:34](521 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:40, 02:40](375 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:36, 07:10](476 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:45, 03:38](530 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:49, 03:29](534 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:53, 04:04](588 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:26, 01:10](405 MB) +PASS -- TEST 'gnv1_nested_intel' [07:43, 04:05](801 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:11, 04:18] ( 1468 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:49, 12:43](573 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [12:11, 12:09] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:56, 08:41](634 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [13:05, 08:45](749 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:12, 12:10] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:01, 06:21](704 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:11, 11:47] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:17, 06:21](832 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:20, 06:23](819 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:57, 16:02](1217 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:11, 06:09] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:20, 02:46](1174 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:20, 01:37](1099 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:18, 02:35](1019 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:18, 02:42](1014 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:17, 02:42](1014 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:18, 02:40](1151 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:18, 02:41](1153 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:17, 02:36](1019 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:24, 06:12](1062 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:16, 06:31](1047 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:15, 02:41](1152 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:19, 03:49](2445 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:19, 03:49](2501 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:09] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:19, 06:10](1069 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:12, 05:53] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:18, 02:37](1167 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:11, 01:05] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:30, 00:46](256 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:25, 00:52](324 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:24, 00:31](325 MB) + +PASS -- COMPILE 'atml_intel' [12:12, 11:59] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:07, 04:06](1621 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:00, 04:08](1597 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:48, 02:11](904 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:11, 04:17] ( 881 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:57, 05:40](1631 MB) + +PASS -- COMPILE 'atmw_intel' [11:12, 10:40] ( 1 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:53, 01:44](1664 MB) + +PASS -- COMPILE 'atmaero_intel' [11:12, 10:57] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:03, 04:01](2959 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:58, 04:50](3097 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:41, 04:56](3111 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:12, 03:31] ( 885 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [23:56, 20:56](4445 MB) + +PASS -- COMPILE 'atm_gnu' [04:11, 03:56] +PASS -- TEST 'control_c48_gnu' [12:43, 11:11](1544 MB) +PASS -- TEST 'control_stochy_gnu' [04:23, 03:20](507 MB) +PASS -- TEST 'control_ras_gnu' [06:22, 04:47](516 MB) +PASS -- TEST 'control_p8_gnu' [06:59, 04:35](1265 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:53, 04:35](1268 MB) +PASS -- TEST 'control_flake_gnu' [11:23, 10:32](552 MB) + +PASS -- COMPILE 'rrfs_gnu' [04:12, 03:39] +PASS -- TEST 'rap_control_gnu' [12:32, 10:46](860 MB) +PASS -- TEST 'rap_decomp_gnu' [13:33, 10:54](858 MB) +PASS -- TEST 'rap_2threads_gnu' [11:39, 09:45](948 MB) +PASS -- TEST 'rap_restart_gnu' [06:40, 05:29](591 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [12:37, 10:44](858 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [12:37, 10:53](857 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:40, 07:59](586 MB) +PASS -- TEST 'hrrr_control_gnu' [06:37, 05:34](857 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [06:32, 05:40](845 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [07:33, 04:59](936 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [06:32, 05:33](857 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:26, 02:54](571 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:25, 02:51](664 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [12:45, 10:40](855 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [04:10, 03:47] +PASS -- TEST 'control_diag_debug_gnu' [03:48, 01:40](1288 MB) +PASS -- TEST 'regional_debug_gnu' [12:42, 10:02](567 MB) +PASS -- TEST 'rap_control_debug_gnu' [04:23, 02:37](871 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:22, 02:32](872 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:21, 02:37](875 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:21, 02:35](880 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:32, 03:18](945 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:21, 03:59](876 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:20, 02:38](872 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:20, 02:33](868 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:19, 01:32](503 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:19, 01:44](499 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:42, 01:38](1260 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:22, 02:32](874 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:21, 02:47](880 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:36, 04:17](877 MB) + +PASS -- COMPILE 'wam_debug_gnu' [02:10, 01:52] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:11, 03:34] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:31, 09:32](712 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:29, 05:01](714 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:34, 08:35](764 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:33, 04:30](754 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:32, 05:01](713 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [08:36, 07:00](557 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:24, 02:30](548 MB) +PASS -- TEST 'conus13km_control_gnu' [03:52, 03:08](886 MB) +PASS -- TEST 'conus13km_2threads_gnu' [06:41, 05:29](888 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:42, 01:46](578 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [06:11, 05:21] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:38, 05:43](739 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [04:11, 03:44] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:21, 02:34](721 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:19, 02:26](723 MB) +PASS -- TEST 'conus13km_debug_gnu' [09:42, 08:32](899 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:46, 06:53](587 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [08:40, 07:18](904 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:40, 07:05](960 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [04:11, 03:34] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:22, 02:34](744 MB) + +PASS -- COMPILE 's2swa_gnu' [15:11, 14:30] + +PASS -- COMPILE 's2s_gnu' [15:12, 14:28] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [12:13, 10:50](1358 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:11, 02:36] + +PASS -- COMPILE 's2sw_pdlib_gnu' [15:11, 14:28] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [23:03, 21:58](1326 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 02:29] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [18:56, 18:03](1334 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [14:11, 13:59] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:19, 03:05](706 MB) SYNOPSIS: -Starting Date/Time: 20240429 18:31:57 -Ending Date/Time: 20240429 18:47:17 -Total Time: 00h:15m:24s -Compiles Completed: 1/1 -Tests Completed: 1/1 +Starting Date/Time: 20240501 01:32:37 +Ending Date/Time: 20240501 03:05:09 +Total Time: 01h:32m:50s +Compiles Completed: 54/54 +Tests Completed: 240/240 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 3682c894e9..b7191797dd 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,7 +1,7 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -aef829f3311f718f3cef6b1102e849370da1a983 +521f9348ebc590effdc0b5054b94946e209679d4 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) + bbcabb5b292cccb4bd3542667f97a987cc3274cc FV3 (remotes/origin/mr2_innl) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) + 9b9467998598fb45725a27a6200eabdf9840ad33 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-717-g9b94679) + cb2eedd54241523ca8bab09af86b4a45fa0bdd1b FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5189-gcb2eedd5) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -24,7 +24,7 @@ Submodule hashes used in testing: 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) + 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) @@ -35,361 +35,361 @@ 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-20240426 -COMPARISON DIRECTORY: /work2/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/rt_3885348 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240430 +COMPARISON DIRECTORY: /work2/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/rt_1563076 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [12:10, 11:42] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:07, 07:39](1901 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:10, 18:09] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [15:12, 13:23](1774 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:21, 14:25](2195 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:40, 06:28](1173 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:09, 15:07](1682 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 05:39] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [22:10, 20:29](1731 MB) - -PASS -- COMPILE 's2swa_intel' [12:10, 12:08] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [13:05, 07:46](2058 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:06, 07:50](2061 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:26, 04:23](1960 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [13:05, 07:35](1986 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:25, 04:29](1728 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [13:51, 09:18](2496 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:47, 07:33](2058 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:59, 06:34](1888 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:05, 07:29](2091 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [20:44, 15:47](2811 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:24, 06:21](2922 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [17:34, 09:06](3635 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:22, 05:21](3618 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [05:52, 04:56](2044 MB) - -PASS -- COMPILE 's2sw_intel' [12:10, 11:51] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:49, 07:07](1779 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:59, 04:11](1819 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:10, 05:34] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [07:56, 06:52](2060 MB) - -PASS -- COMPILE 's2sw_debug_intel' [04:10, 03:27] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:58, 04:46](1798 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:10, 09:30] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:04, 03:58](1832 MB) - -PASS -- COMPILE 's2s_intel' [08:10, 07:43] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:47, 07:25](2839 MB) - -PASS -- COMPILE 's2swa_faster_intel' [14:10, 13:28] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:07, 07:25](2091 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:10, 15:05] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:50, 13:54](1813 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:06, 06:53](1274 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:50, 15:20](1727 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 04:11] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [22:56, 21:32](1770 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [08:10, 07:54] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:21, 02:49](707 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [07:38, 02:26](1608 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:38, 02:34](1615 MB) -PASS -- TEST 'control_latlon_intel' [06:30, 02:26](1609 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:40, 02:41](1615 MB) -PASS -- TEST 'control_c48_intel' [12:37, 06:59](1751 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [11:40, 05:46](853 MB) -PASS -- TEST 'control_c192_intel' [12:43, 09:04](1761 MB) -PASS -- TEST 'control_c384_intel' [12:28, 09:38](2047 MB) -PASS -- TEST 'control_c384gdas_intel' [10:54, 07:24](1522 MB) -PASS -- TEST 'control_stochy_intel' [04:20, 01:33](673 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:26, 00:54](538 MB) -PASS -- TEST 'control_lndp_intel' [03:19, 01:26](668 MB) -PASS -- TEST 'control_iovr4_intel' [06:22, 02:07](658 MB) -PASS -- TEST 'control_iovr5_intel' [05:23, 02:10](672 MB) -PASS -- TEST 'control_p8_intel' [04:51, 02:52](1645 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:49, 02:54](1646 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:53, 02:52](1649 MB) -PASS -- TEST 'control_restart_p8_intel' [02:42, 01:29](922 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:43, 02:29](1625 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:54, 01:22](983 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:40, 02:59](1619 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:40, 02:48](1738 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:32, 04:35](1650 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:03, 03:29](1702 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:02, 02:33](1657 MB) -PASS -- TEST 'merra2_thompson_intel' [05:04, 02:57](1650 MB) -PASS -- TEST 'regional_control_intel' [06:29, 04:31](960 MB) -PASS -- TEST 'regional_restart_intel' [03:30, 02:29](1104 MB) -PASS -- TEST 'regional_decomp_intel' [06:26, 04:46](947 MB) -PASS -- TEST 'regional_2threads_intel' [04:26, 02:51](914 MB) -PASS -- TEST 'regional_noquilt_intel' [05:30, 04:20](1486 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:33, 04:33](961 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:25, 04:25](958 MB) -PASS -- TEST 'regional_wofs_intel' [06:26, 05:35](2073 MB) - -PASS -- COMPILE 'rrfs_intel' [07:11, 06:53] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [07:42, 06:38](1202 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:05, 03:27](1444 MB) -PASS -- TEST 'rap_decomp_intel' [07:40, 06:57](1120 MB) -PASS -- TEST 'rap_2threads_intel' [07:39, 06:12](1370 MB) -PASS -- TEST 'rap_restart_intel' [05:04, 03:24](1157 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:53, 06:31](1194 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:35, 06:52](1173 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:54, 06:07](1202 MB) -PASS -- TEST 'hrrr_control_intel' [04:38, 03:26](1087 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:39, 03:27](1051 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [03:52, 03:03](1123 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:25, 01:50](1025 MB) -PASS -- TEST 'rrfs_v1beta_intel' [07:54, 06:16](1198 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:20, 07:35](2018 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:19, 07:21](2168 MB) - -PASS -- COMPILE 'csawmg_intel' [07:11, 06:58] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [06:29, 05:22](792 MB) -PASS -- TEST 'control_ras_intel' [03:18, 02:56](809 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:10, 03:53] -PASS -- TEST 'control_csawmg_gnu' [08:32, 07:43](803 MB) - -PASS -- COMPILE 'wam_intel' [07:11, 06:39] -PASS -- TEST 'control_wam_intel' [02:27, 01:52](790 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:11, 09:54] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:54, 02:14](1646 MB) -PASS -- TEST 'regional_control_faster_intel' [04:25, 04:04](957 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [04:11, 03:40] ( 885 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:30, 02:10](1637 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:34, 02:08](1641 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:20, 02:32](827 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:17, 02:15](828 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:28, 03:23](872 MB) -PASS -- TEST 'control_ras_debug_intel' [03:18, 02:15](832 MB) -PASS -- TEST 'control_diag_debug_intel' [03:32, 02:14](1698 MB) -PASS -- TEST 'control_debug_p8_intel' [03:39, 02:20](1669 MB) -PASS -- TEST 'regional_debug_intel' [14:34, 14:06](887 MB) -PASS -- TEST 'rap_control_debug_intel' [04:22, 04:02](1216 MB) -PASS -- TEST 'hrrr_control_debug_intel' [04:19, 03:52](1218 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [04:19, 03:56](1220 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [04:18, 03:56](1222 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:18, 03:59](1216 MB) -PASS -- TEST 'rap_diag_debug_intel' [04:24, 04:08](1300 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:19, 04:05](1220 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:22, 04:57](1195 MB) -PASS -- TEST 'rap_lndp_debug_intel' [04:18, 03:58](1226 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:17, 03:56](1225 MB) -PASS -- TEST 'rap_noah_debug_intel' [04:17, 03:53](1218 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [04:16, 03:55](1229 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:21, 06:19](1219 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [04:19, 03:58](1215 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:18, 04:50](1221 MB) -PASS -- TEST 'rap_flake_debug_intel' [04:18, 03:59](1219 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:00, 06:53](1217 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:10, 03:29] -PASS -- TEST 'control_csawmg_debug_gnu' [02:33, 02:02](791 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:10, 02:43] ( 855 warnings ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:11, 06:46] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:49, 03:11](1311 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:33, 05:22](1133 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:58, 02:50](1028 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:47, 05:05](1295 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:40, 02:36](1046 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:37, 03:00](984 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:51, 04:06](1106 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:20, 01:51](968 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:10, 09:14] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [02:38, 01:43](1285 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:34, 00:46](1205 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:27, 01:25](1153 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:12, 07:16] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:28, 03:41](1073 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:11, 03:20] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:17, 03:56](1103 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:19, 03:47](1093 MB) -PASS -- TEST 'conus13km_debug_intel' [12:37, 11:27](1343 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [14:35, 13:45](1003 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [07:30, 06:44](1245 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:30, 11:30](1410 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:10, 03:19] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:20, 04:14](1151 MB) - -PASS -- COMPILE 'hafsw_intel' [11:12, 09:48] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:04, 05:22](874 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:28, 05:21](1275 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:14, 06:23](948 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:00, 13:45](988 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:16, 15:07](1011 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:47, 05:28](609 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:23, 06:52](618 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:40, 03:07](438 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:54, 08:37](539 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:42, 04:33](617 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:43, 03:41](620 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:50, 04:49](680 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:28, 01:49](440 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:10, 03:39] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:45, 11:13](635 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [11:11, 10:11] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:46, 16:48](773 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:51, 16:45](844 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [10:11, 09:37] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [13:02, 10:42](830 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:12, 10:02] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:00, 05:26](940 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:13, 05:32](934 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:54, 16:18](1342 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:11, 05:48] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:16, 02:09](1159 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:17, 01:19](1097 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:16, 02:04](1007 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:17, 02:06](1006 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:15, 02:06](1012 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:14, 02:09](1152 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:13, 02:09](1147 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:13, 02:02](1010 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:47, 04:58](1159 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:43, 04:50](1144 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:12, 02:07](1148 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:14, 02:59](2429 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [03:15, 03:01](2442 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 03:29] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:15, 05:11](1078 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:11, 05:43] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:14, 02:07](1147 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 00:57] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:25, 00:50](335 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:21, 00:45](561 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:26, 00:29](557 MB) - -PASS -- COMPILE 'atml_intel' [08:13, 07:37] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:02, 05:43](1631 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [05:56, 05:07](1644 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:38, 02:55](947 MB) - -PASS -- COMPILE 'atml_debug_intel' [03:10, 03:05] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [30:00, 28:51](1661 MB) - -PASS -- COMPILE 'atmw_intel' [10:11, 09:40] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:51, 01:28](1706 MB) - -PASS -- COMPILE 'atmaero_intel' [08:10, 07:26] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:50, 03:26](1798 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:48, 04:13](1805 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:36, 04:16](1806 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:10, 03:36] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [18:17, 16:18](4567 MB) - -PASS -- COMPILE 'atm_gnu' [07:11, 06:15] -PASS -- TEST 'control_c48_gnu' [10:39, 09:23](1555 MB) -PASS -- TEST 'control_stochy_gnu' [03:23, 02:14](734 MB) -PASS -- TEST 'control_ras_gnu' [04:19, 03:43](735 MB) -PASS -- TEST 'control_p8_gnu' [04:51, 03:48](1516 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [04:41, 03:27](1518 MB) -PASS -- TEST 'control_flake_gnu' [05:18, 04:16](814 MB) - -PASS -- COMPILE 'rrfs_gnu' [06:11, 06:06] -PASS -- TEST 'rap_control_gnu' [08:45, 07:36](1088 MB) -PASS -- TEST 'rap_decomp_gnu' [08:33, 07:39](1087 MB) -PASS -- TEST 'rap_2threads_gnu' [07:35, 07:05](1122 MB) -PASS -- TEST 'rap_restart_gnu' [05:06, 04:01](885 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [08:45, 07:38](1088 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [10:43, 09:45](1083 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:46, 05:47](884 MB) -PASS -- TEST 'hrrr_control_gnu' [04:37, 03:59](1071 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [04:34, 04:00](1138 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [04:31, 03:35](1045 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [04:30, 03:57](1077 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [02:18, 02:03](880 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:18, 02:04](932 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [08:51, 07:33](1082 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:10, 08:04] -PASS -- TEST 'control_diag_debug_gnu' [02:32, 01:16](1627 MB) -PASS -- TEST 'regional_debug_gnu' [07:27, 06:11](923 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:16, 01:58](1103 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:16, 02:00](1089 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:16, 02:20](1096 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:16, 02:04](1104 MB) -PASS -- TEST 'rap_diag_debug_gnu' [02:25, 02:06](1271 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:18, 03:09](1095 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:19, 01:56](1098 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:16, 02:00](1094 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:19, 01:08](727 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:18, 01:14](723 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:35, 01:13](1502 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:18, 01:56](1099 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [02:18, 02:08](1101 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:46, 03:18](1101 MB) - -PASS -- COMPILE 'wam_debug_gnu' [05:10, 04:34] -PASS -- TEST 'control_wam_debug_gnu' [02:21, 01:56](499 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [07:13, 06:14] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:30, 07:16](971 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:57, 03:50](950 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:41, 06:37](970 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:45, 03:27](889 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:36, 03:45](949 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:56, 05:24](860 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:28, 01:58](856 MB) -PASS -- TEST 'conus13km_control_gnu' [03:36, 02:26](1266 MB) -PASS -- TEST 'conus13km_2threads_gnu' [01:30, 01:02](1172 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:37, 01:35](922 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:11, 07:44] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:36, 04:46](993 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [05:10, 04:13] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:17, 01:55](977 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:17, 01:56](975 MB) -PASS -- TEST 'conus13km_debug_gnu' [06:29, 05:25](1280 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [06:28, 05:29](970 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [04:27, 03:17](1188 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:26, 05:24](1348 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [10:11, 09:18] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:18, 01:56](1001 MB) - -PASS -- COMPILE 's2swa_gnu' [16:11, 15:18] - -PASS -- COMPILE 's2s_gnu' [16:10, 16:00] - -PASS -- COMPILE 's2swa_debug_gnu' [10:10, 09:34] - -PASS -- COMPILE 's2sw_pdlib_gnu' [17:10, 16:13] - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [09:10, 08:42] - -PASS -- COMPILE 'datm_cdeps_gnu' [16:10, 15:18] +PASS -- COMPILE 's2swa_32bit_intel' [14:12, 11:21] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:59, 07:35](1895 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:12, 16:10] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [24:18, 13:25](1769 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:31, 14:08](2179 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:28, 06:45](1166 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [27:11, 15:02](1686 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 03:55] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:16, 20:22](1735 MB) + +PASS -- COMPILE 's2swa_intel' [13:12, 10:56] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [14:01, 07:37](2063 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:10, 07:35](2101 MB) +PASS -- TEST 'cpld_restart_p8_intel' [11:03, 04:22](1955 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [13:57, 07:39](1993 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [11:07, 04:22](1736 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [16:02, 08:54](2507 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [13:59, 07:47](2056 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:08, 06:30](1910 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:12, 07:40](2085 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [21:39, 15:35](2797 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [08:08, 05:42](2920 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [18:33, 08:56](3632 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:57, 06:08](3612 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [06:03, 04:58](2038 MB) + +PASS -- COMPILE 's2sw_intel' [12:12, 10:10] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:48, 07:13](1767 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [04:56, 03:57](1820 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:12, 04:35] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [08:49, 06:51](2051 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:12, 04:12] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:02, 04:42](1806 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [10:12, 07:42] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:04, 03:59](1812 MB) + +PASS -- COMPILE 's2s_intel' [11:12, 08:18] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:40, 07:22](2835 MB) + +PASS -- COMPILE 's2swa_faster_intel' [14:13, 11:55] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [13:55, 07:17](2066 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:10, 15:10] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:53, 13:54](1812 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:06, 06:52](1300 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:01, 15:25](1734 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:10, 03:23] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [22:50, 21:50](1790 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:10, 07:29] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [09:21, 02:50](714 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [14:44, 02:29](1605 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [14:50, 02:34](1625 MB) +PASS -- TEST 'control_latlon_intel' [14:43, 02:29](1614 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [15:49, 02:31](1601 MB) +PASS -- TEST 'control_c48_intel' [14:46, 06:57](1746 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [13:26, 05:45](855 MB) +PASS -- TEST 'control_c192_intel' [21:53, 08:59](1751 MB) +PASS -- TEST 'control_c384_intel' [21:25, 09:31](2052 MB) +PASS -- TEST 'control_c384gdas_intel' [19:53, 07:10](1522 MB) +PASS -- TEST 'control_stochy_intel' [08:20, 01:29](673 MB) +PASS -- TEST 'control_stochy_restart_intel' [07:24, 00:53](548 MB) +PASS -- TEST 'control_lndp_intel' [07:20, 01:26](673 MB) +PASS -- TEST 'control_iovr4_intel' [14:22, 02:07](664 MB) +PASS -- TEST 'control_iovr5_intel' [12:38, 02:05](659 MB) +PASS -- TEST 'control_p8_intel' [12:51, 02:32](1638 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [08:48, 02:32](1649 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [07:50, 02:27](1654 MB) +PASS -- TEST 'control_restart_p8_intel' [04:43, 01:24](921 MB) +PASS -- TEST 'control_noqr_p8_intel' [08:48, 02:31](1625 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:56, 01:21](969 MB) +PASS -- TEST 'control_decomp_p8_intel' [09:46, 02:40](1622 MB) +PASS -- TEST 'control_2threads_p8_intel' [08:39, 02:20](1723 MB) +PASS -- TEST 'control_p8_lndp_intel' [10:29, 04:22](1650 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:55, 03:24](1710 MB) +PASS -- TEST 'control_p8_mynn_intel' [07:56, 02:31](1654 MB) +PASS -- TEST 'merra2_thompson_intel' [07:53, 02:50](1649 MB) +PASS -- TEST 'regional_control_intel' [09:27, 04:31](955 MB) +PASS -- TEST 'regional_restart_intel' [03:25, 02:30](1105 MB) +PASS -- TEST 'regional_decomp_intel' [09:35, 04:45](944 MB) +PASS -- TEST 'regional_2threads_intel' [06:32, 02:53](918 MB) +PASS -- TEST 'regional_noquilt_intel' [09:32, 04:19](1492 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:31, 04:33](957 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [09:24, 04:27](961 MB) +PASS -- TEST 'regional_wofs_intel' [09:33, 05:42](2089 MB) + +PASS -- COMPILE 'rrfs_intel' [07:10, 06:51] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [10:48, 06:41](1203 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:46, 03:38](1440 MB) +PASS -- TEST 'rap_decomp_intel' [09:34, 06:59](1168 MB) +PASS -- TEST 'rap_2threads_intel' [09:33, 06:09](1360 MB) +PASS -- TEST 'rap_restart_intel' [04:52, 03:26](1126 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:46, 06:31](1203 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:36, 06:54](1132 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:05, 04:55](1179 MB) +PASS -- TEST 'hrrr_control_intel' [04:48, 03:22](1071 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:40, 03:26](1038 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:41, 03:03](1115 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:21, 01:49](1034 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:00, 06:21](1207 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:21, 07:35](2021 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:22, 07:29](2182 MB) + +PASS -- COMPILE 'csawmg_intel' [07:10, 06:37] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [06:30, 05:18](812 MB) +PASS -- TEST 'control_ras_intel' [03:18, 02:47](801 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:10, 03:44] +PASS -- TEST 'control_csawmg_gnu' [11:38, 06:39](811 MB) + +PASS -- COMPILE 'wam_intel' [07:10, 06:24] +PASS -- TEST 'control_wam_intel' [02:23, 01:48](784 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [09:11, 08:54] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:52, 02:17](1632 MB) +PASS -- TEST 'regional_control_faster_intel' [05:27, 04:09](961 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:11, 03:37] ( 885 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:34, 02:09](1635 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:36, 02:05](1642 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:17, 02:27](839 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:16, 02:12](835 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:34, 03:21](876 MB) +PASS -- TEST 'control_ras_debug_intel' [03:24, 02:15](834 MB) +PASS -- TEST 'control_diag_debug_intel' [03:39, 02:12](1697 MB) +PASS -- TEST 'control_debug_p8_intel' [03:32, 02:21](1661 MB) +PASS -- TEST 'regional_debug_intel' [14:30, 14:08](904 MB) +PASS -- TEST 'rap_control_debug_intel' [04:17, 03:57](1219 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:18, 03:50](1212 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:18, 03:55](1219 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [04:17, 04:04](1224 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:26, 04:00](1225 MB) +PASS -- TEST 'rap_diag_debug_intel' [04:33, 04:07](1303 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:17, 04:03](1220 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:16, 04:05](1223 MB) +PASS -- TEST 'rap_lndp_debug_intel' [04:16, 03:59](1223 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:18, 03:56](1224 MB) +PASS -- TEST 'rap_noah_debug_intel' [04:18, 03:53](1217 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [04:16, 03:56](1218 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:17, 06:28](1213 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [04:17, 03:59](1226 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:20, 04:46](1225 MB) +PASS -- TEST 'rap_flake_debug_intel' [04:18, 03:55](1224 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:52, 06:54](1220 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [08:11, 03:18] +PASS -- TEST 'control_csawmg_debug_gnu' [02:38, 01:46](792 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:10, 02:34] ( 855 warnings ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:10, 06:28] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:47, 03:14](1281 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:50, 05:22](1133 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:45, 02:58](1029 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:43, 05:12](1287 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:37, 02:38](1042 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:44, 03:05](986 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [10:04, 04:15](1101 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:20, 01:37](959 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:10, 08:34] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:37, 01:45](1310 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:29, 00:43](1209 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [05:26, 01:05](1156 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:10, 06:30] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:29, 03:43](1090 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:25] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:18, 03:57](1102 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:18, 03:50](1092 MB) +PASS -- TEST 'conus13km_debug_intel' [12:34, 11:36](1332 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [12:30, 11:41](1000 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [07:30, 06:38](1241 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [13:30, 11:27](1395 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:10, 02:39] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:20, 03:59](1162 MB) + +PASS -- COMPILE 'hafsw_intel' [13:10, 10:18] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:07, 05:24](868 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:22, 05:10](1271 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:08, 06:14](957 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:04, 13:58](987 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:20, 15:01](1008 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:52, 05:18](610 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:19, 06:50](619 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:46, 02:44](433 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:15, 07:34](546 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:42, 03:48](618 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:43, 03:45](622 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:44, 04:45](667 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:26, 01:22](451 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:10, 03:10] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:43, 11:20](637 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [12:10, 09:57] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [19:54, 16:19](770 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [20:53, 16:52](814 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:10, 10:07] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [13:04, 09:43](833 MB) + +PASS -- COMPILE 'hafs_all_intel' [11:10, 09:10] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [11:10, 05:35](941 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:04, 05:40](912 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [20:52, 16:24](1347 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [05:10, 04:33] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [06:16, 02:14](1144 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:24, 01:42](1093 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:14, 02:09](1020 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:15, 02:10](1019 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:15, 02:11](1013 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:17, 02:07](1134 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:25, 02:07](1140 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:17, 02:01](1008 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:56, 05:10](1159 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:50, 05:11](1150 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:13, 02:07](1130 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:19, 03:02](2435 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:16, 03:11](2444 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:10, 02:24] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:14, 05:17](1076 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:18, 05:04] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:14, 02:06](1147 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:40] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:26, 01:09](340 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:21, 00:55](560 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:27, 00:38](560 MB) + +PASS -- COMPILE 'atml_intel' [09:10, 07:25] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:09, 05:28](1655 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [09:01, 05:37](1636 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:51, 03:03](944 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:10, 03:19] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:02, 04:45](1659 MB) + +PASS -- COMPILE 'atmw_intel' [10:10, 09:43] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:54, 01:30](1704 MB) + +PASS -- COMPILE 'atmaero_intel' [11:20, 06:45] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:05, 03:45](1786 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:57, 04:12](1809 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:48, 04:13](1812 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:10, 02:27] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [18:35, 16:19](4602 MB) + +PASS -- COMPILE 'atm_gnu' [05:11, 03:48] +PASS -- TEST 'control_c48_gnu' [10:53, 09:35](1576 MB) +PASS -- TEST 'control_stochy_gnu' [03:23, 02:23](735 MB) +PASS -- TEST 'control_ras_gnu' [04:22, 03:49](730 MB) +PASS -- TEST 'control_p8_gnu' [04:49, 03:44](1513 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [04:51, 03:37](1517 MB) +PASS -- TEST 'control_flake_gnu' [05:22, 04:29](802 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:10, 03:48] +PASS -- TEST 'rap_control_gnu' [08:42, 07:46](1085 MB) +PASS -- TEST 'rap_decomp_gnu' [08:45, 07:50](1084 MB) +PASS -- TEST 'rap_2threads_gnu' [07:48, 07:05](1121 MB) +PASS -- TEST 'rap_restart_gnu' [05:10, 03:58](885 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [09:39, 07:41](1098 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:38, 07:57](1085 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:53, 05:50](883 MB) +PASS -- TEST 'hrrr_control_gnu' [05:40, 04:04](1072 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:38, 04:03](1137 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [04:51, 03:40](1023 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:32, 04:09](1071 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [04:21, 02:15](882 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:21, 02:12](932 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [09:52, 07:43](1078 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 04:54] +PASS -- TEST 'control_diag_debug_gnu' [02:42, 01:20](1623 MB) +PASS -- TEST 'regional_debug_gnu' [07:34, 06:36](923 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:28, 01:57](1101 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:18, 02:03](1090 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:17, 01:56](1097 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:18, 01:58](1096 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:28, 02:17](1272 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:18, 03:05](1096 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:18, 02:14](1103 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:19, 02:13](1092 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:19, 01:11](732 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:17, 01:29](721 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:36, 01:26](1504 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:18, 02:02](1098 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:25, 02:12](1107 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:53, 03:19](1104 MB) + +PASS -- COMPILE 'wam_debug_gnu' [05:11, 02:10] +PASS -- TEST 'control_wam_debug_gnu' [03:24, 01:56](504 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:11, 03:45] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:45, 07:15](963 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:48, 03:56](951 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:38, 06:41](973 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:39, 03:25](892 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:35, 03:51](952 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:00, 05:25](861 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:26, 02:03](855 MB) +PASS -- TEST 'conus13km_control_gnu' [05:37, 02:37](1266 MB) +PASS -- TEST 'conus13km_2threads_gnu' [02:31, 01:02](1172 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:30, 01:24](928 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:11, 07:43] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:30, 04:32](991 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:10, 05:03] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:19, 01:59](974 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:21, 02:03](969 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:31, 05:32](1280 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:29, 05:39](951 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [04:28, 03:30](1190 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:27, 05:39](1347 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [06:10, 05:03] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:26, 02:05](999 MB) + +PASS -- COMPILE 's2swa_gnu' [15:10, 14:32] + +PASS -- COMPILE 's2s_gnu' [14:10, 13:59] + +PASS -- COMPILE 's2swa_debug_gnu' [03:10, 03:01] + +PASS -- COMPILE 's2sw_pdlib_gnu' [15:10, 14:46] + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:10, 03:36] + +PASS -- COMPILE 'datm_cdeps_gnu' [14:11, 13:46] SYNOPSIS: -Starting Date/Time: 20240428 23:52:40 -Ending Date/Time: 20240429 01:12:23 -Total Time: 01h:20m:09s +Starting Date/Time: 20240430 22:59:38 +Ending Date/Time: 20240501 00:25:35 +Total Time: 01h:26m:27s Compiles Completed: 54/54 Tests Completed: 235/235 @@ -400,64 +400,3 @@ If you are using this log as a pull request verification, please commit 'test_ch Result: SUCCESS ====END OF HERCULES REGRESSION TESTING LOG==== -====START OF HERCULES REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -d35f6da7caf2a4d320aeb75613de67533a11d1b7 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240426 -COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_4097341 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf - -PASS -- COMPILE 'atml_debug_intel' [04:10, 03:24] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:19, 04:53](1661 MB) - -SYNOPSIS: -Starting Date/Time: 20240429 12:39:56 -Ending Date/Time: 20240429 12:51:25 -Total Time: 00h:11m:32s -Compiles Completed: 1/1 -Tests Completed: 1/1 - -NOTES: -A file 'test_changes.list' was generated but is empty. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: SUCCESS - -====END OF HERCULES REGRESSION TESTING LOG==== diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index 1299d6635f..cc7f856b7a 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: -d35f6da7caf2a4d320aeb75613de67533a11d1b7 +b2d7f816b6835880d15332692fc1c04af4fe7467 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) + bbcabb5b292cccb4bd3542667f97a987cc3274cc FV3 (remotes/origin/mr2_innl) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) + 9b9467998598fb45725a27a6200eabdf9840ad33 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-717-g9b94679) + cb2eedd54241523ca8bab09af86b4a45fa0bdd1b FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5189-gcb2eedd5) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -24,7 +24,7 @@ Submodule hashes used in testing: 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) + 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) @@ -35,243 +35,243 @@ 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: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240426 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_4164149 +BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240430 +COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_4040815 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems * (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_32bit_intel' [41:16, 40:08] ( 2 warnings 1383 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [27:38, 06:57](1794 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [50:16, 50:07] ( 2 warnings 1427 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [46:04, 20:47](1666 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [42:20, 22:40](1890 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [31:06, 10:18](989 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [49:45, 24:04](1629 MB) - -PASS -- COMPILE 's2swa_intel' [41:16, 40:08] ( 1 warnings 1381 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [28:12, 07:34](1823 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [28:47, 07:29](1828 MB) -PASS -- TEST 'cpld_restart_p8_intel' [31:57, 04:30](1714 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [20:07, 07:36](1837 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [40:03, 04:30](1728 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [12:59, 07:12](2258 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [20:00, 07:44](1828 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [12:22, 06:34](1780 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [19:29, 07:33](1809 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [34:33, 07:22](1776 MB) - -PASS -- COMPILE 's2sw_intel' [38:14, 37:51] ( 1 warnings 1279 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:33, 06:39](1659 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:48, 06:23](1703 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:11, 05:26] ( 1451 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [12:55, 10:42](1839 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:11, 05:25] ( 1451 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [11:27, 07:20](1663 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [33:16, 32:18] ( 1 warnings 1011 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [29:59, 05:49](1719 MB) - -PASS -- COMPILE 's2s_intel' [34:14, 33:57] ( 1 warnings 1016 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [16:23, 12:49](2786 MB) - -PASS -- COMPILE 's2swa_faster_intel' [33:26, 33:08] ( 1 warnings 1608 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:53, 07:13](1825 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [53:18, 52:31] ( 1 warnings 1339 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [44:40, 20:53](1684 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:38, 09:37](1036 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [25:45, 23:56](1668 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [10:12, 05:01] ( 1561 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [13:40, 32:15](1695 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [35:16, 34:17] ( 2 warnings 1151 remarks ) -PASS -- TEST 'control_flake_intel' [17:34, 04:30](643 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [18:20, 03:49](1547 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [19:20, 04:08](1551 MB) -PASS -- TEST 'control_latlon_intel' [17:10, 03:54](1544 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [30:23, 04:04](1543 MB) -PASS -- TEST 'control_c48_intel' [14:22, 11:49](1735 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [11:47, 10:08](846 MB) -PASS -- TEST 'control_c192_intel' [36:37, 14:19](1686 MB) -PASS -- TEST 'control_c384_intel' [41:27, 18:39](1813 MB) -PASS -- TEST 'control_c384gdas_intel' [38:04, 13:43](1019 MB) -PASS -- TEST 'control_stochy_intel' [12:33, 02:16](606 MB) -PASS -- TEST 'control_stochy_restart_intel' [16:33, 01:20](434 MB) -PASS -- TEST 'control_lndp_intel' [15:32, 02:09](602 MB) -PASS -- TEST 'control_iovr4_intel' [14:35, 03:24](593 MB) -PASS -- TEST 'control_iovr5_intel' [14:37, 03:22](598 MB) -PASS -- TEST 'control_p8_intel' [21:42, 04:04](1587 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [32:59, 04:00](1572 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [22:56, 03:44](1575 MB) -PASS -- TEST 'control_restart_p8_intel' [20:27, 02:13](816 MB) -PASS -- TEST 'control_noqr_p8_intel' [21:47, 03:48](1564 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [20:21, 02:09](834 MB) -PASS -- TEST 'control_decomp_p8_intel' [19:42, 03:59](1570 MB) -PASS -- TEST 'control_2threads_p8_intel' [19:41, 03:47](1673 MB) -PASS -- TEST 'control_p8_lndp_intel' [26:18, 07:02](1574 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [19:59, 05:08](1642 MB) -PASS -- TEST 'control_p8_mynn_intel' [31:00, 04:02](1583 MB) -PASS -- TEST 'merra2_thompson_intel' [21:03, 04:27](1584 MB) -PASS -- TEST 'regional_control_intel' [21:58, 07:06](762 MB) -PASS -- TEST 'regional_restart_intel' [19:47, 03:46](934 MB) -PASS -- TEST 'regional_decomp_intel' [13:43, 07:33](760 MB) -PASS -- TEST 'regional_2threads_intel' [09:39, 04:29](757 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [13:52, 07:03](767 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [22:47, 07:00](766 MB) - -PASS -- COMPILE 'rrfs_intel' [33:13, 32:41] ( 4 warnings 1119 remarks ) -PASS -- TEST 'rap_control_intel' [31:42, 10:05](991 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [26:14, 05:51](1217 MB) -PASS -- TEST 'rap_decomp_intel' [32:09, 10:52](987 MB) -PASS -- TEST 'rap_2threads_intel' [32:08, 09:52](1082 MB) -PASS -- TEST 'rap_restart_intel' [08:37, 05:16](985 MB) -PASS -- TEST 'rap_sfcdiff_intel' [32:28, 10:21](994 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [32:01, 11:01](989 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [10:25, 07:30](999 MB) -PASS -- TEST 'hrrr_control_intel' [26:00, 05:16](986 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [26:01, 05:30](985 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [25:24, 04:46](1063 MB) -PASS -- TEST 'hrrr_control_restart_intel' [06:31, 02:48](920 MB) -PASS -- TEST 'rrfs_v1beta_intel' [29:38, 10:14](987 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [29:36, 12:43](1936 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [30:34, 12:24](1933 MB) - -PASS -- COMPILE 'csawmg_intel' [33:13, 31:00] ( 2 warnings 1096 remarks ) -PASS -- TEST 'control_csawmg_intel' [23:44, 08:19](695 MB) -PASS -- TEST 'control_ras_intel' [18:30, 04:29](670 MB) - -PASS -- COMPILE 'wam_intel' [41:15, 29:55] ( 1 warnings 982 remarks ) -PASS -- TEST 'control_wam_intel' [08:25, 02:58](501 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [48:19, 31:41] ( 1 warnings 1295 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:32, 03:33](1576 MB) -PASS -- TEST 'regional_control_faster_intel' [08:44, 06:30](766 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [23:14, 05:37] ( 886 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [15:50, 03:41](1562 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [15:53, 03:42](1578 MB) -PASS -- TEST 'control_stochy_debug_intel' [14:32, 03:46](763 MB) -PASS -- TEST 'control_lndp_debug_intel' [13:30, 03:23](766 MB) -PASS -- TEST 'control_csawmg_debug_intel' [16:52, 05:20](812 MB) -PASS -- TEST 'control_ras_debug_intel' [11:33, 03:24](775 MB) -PASS -- TEST 'control_diag_debug_intel' [10:59, 03:25](1624 MB) -PASS -- TEST 'control_debug_p8_intel' [11:54, 03:48](1589 MB) -PASS -- TEST 'regional_debug_intel' [26:52, 21:47](778 MB) -PASS -- TEST 'rap_control_debug_intel' [10:26, 06:02](1157 MB) -PASS -- TEST 'hrrr_control_debug_intel' [10:28, 05:54](1145 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [11:31, 06:02](1154 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [10:30, 06:05](1153 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [09:25, 06:02](1159 MB) -PASS -- TEST 'rap_diag_debug_intel' [09:34, 06:25](1237 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [09:28, 06:12](1152 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [09:28, 06:11](1153 MB) -PASS -- TEST 'rap_lndp_debug_intel' [08:36, 06:12](1152 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:33, 06:03](1158 MB) -PASS -- TEST 'rap_noah_debug_intel' [08:25, 06:01](1152 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [08:26, 06:04](1154 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:26, 09:55](1151 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:28, 05:58](1145 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [09:28, 07:25](1159 MB) -PASS -- TEST 'rap_flake_debug_intel' [08:24, 06:04](1149 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:22, 10:33](1156 MB) - -PASS -- COMPILE 'wam_debug_intel' [22:15, 04:01] ( 856 warnings ) -PASS -- TEST 'control_wam_debug_intel' [09:24, 06:11](441 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [37:18, 30:17] ( 4 warnings 1032 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:17, 05:45](1073 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [17:09, 08:22](903 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [14:18, 04:26](869 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [17:09, 07:57](951 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [17:24, 04:03](910 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [14:18, 04:40](857 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [14:22, 06:16](903 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [11:36, 02:30](846 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [44:21, 42:35] ( 4 warnings 1198 remarks ) -PASS -- TEST 'conus13km_control_intel' [11:09, 02:56](1111 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:00, 01:21](1055 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:59, 01:34](1026 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [36:13, 30:44] ( 4 warnings 1052 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:58, 05:31](908 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:12, 04:09] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:28, 06:06](1031 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:28, 05:52](1024 MB) -PASS -- TEST 'conus13km_debug_intel' [20:58, 18:22](1140 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [20:58, 18:37](854 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:51, 10:40](1082 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:55, 18:20](1204 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 04:10] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:32, 06:06](1071 MB) - -PASS -- COMPILE 'hafsw_intel' [35:16, 34:59] ( 2 warnings 1430 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:25, 07:14](715 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [10:38, 06:33](1079 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [17:52, 09:18](774 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [23:35, 16:10](799 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [25:54, 18:09](825 MB) -PASS -- TEST 'gnv1_nested_intel' [13:34, 05:41](773 MB) - -PASS -- COMPILE 'hafs_all_intel' [32:13, 31:42] ( 1 warnings 1268 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [17:29, 09:08](770 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [17:33, 08:52](752 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:11, 08:00] ( 67 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:24, 03:36](1053 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [07:24, 02:12](1034 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:22, 03:34](923 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:24, 03:33](925 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:24, 03:36](926 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:24, 03:37](1058 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [07:24, 03:37](1053 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [07:24, 03:31](922 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:25, 07:55](888 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [12:25, 08:18](839 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [06:21, 03:36](1066 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [08:25, 05:08](2344 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:24, 05:05](2339 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:11, 03:25] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:22, 07:58](1006 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [11:11, 08:00] ( 70 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [09:25, 03:38](1067 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [08:11, 01:49] ( 60 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [07:37, 01:35](231 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [06:34, 01:22](259 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:32, 00:49](254 MB) - -PASS -- COMPILE 'atml_intel' [39:14, 34:04] ( 9 warnings 1189 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:43, 08:04](1602 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [16:49, 07:52](1598 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:54, 04:22](865 MB) - -PASS -- COMPILE 'atml_debug_intel' [11:12, 05:14] ( 881 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:53, 07:27](1615 MB) - -PASS -- COMPILE 'atmw_intel' [38:14, 31:57] ( 1 warnings 1260 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [07:29, 02:19](1615 MB) - -PASS -- COMPILE 'atmaero_intel' [36:17, 30:30] ( 1 warnings 1099 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:29, 05:14](1697 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [13:31, 06:24](1725 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [13:16, 06:34](1726 MB) +* (-r) - USE ROCOTO + +PASS -- COMPILE 's2swa_32bit_intel' [38:23, 38:22] ( 2 warnings 1383 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:40, 07:39](1779 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [54:11, 54:10] ( 2 warnings 1427 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [22:49, 21:02](1662 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:14, 22:48](1846 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:21, 10:30](991 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:09, 24:08](1623 MB) + +PASS -- COMPILE 's2swa_intel' [38:50, 38:50] ( 1 warnings 1381 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [10:08, 08:21](1783 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:47, 08:17](1779 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:45, 04:43](1661 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:51, 08:17](1834 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:22, 04:37](1692 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:12, 08:08](2244 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:17, 08:14](1812 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:10, 06:42](1779 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:20, 07:50](1803 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:43, 07:15](1784 MB) + +PASS -- COMPILE 's2sw_intel' [36:22, 36:21] ( 1 warnings 1279 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:04, 05:53](1647 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:52, 06:03](1704 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:46, 05:45] ( 1451 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [12:13, 10:49](1821 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:05, 05:04] ( 1451 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:42, 07:25](1677 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [32:42, 32:42] ( 1 warnings 1011 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:21, 05:54](1666 MB) + +PASS -- COMPILE 's2s_intel' [32:29, 32:29] ( 1 warnings 1016 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [13:54, 13:06](2790 MB) + +PASS -- COMPILE 's2swa_faster_intel' [33:33, 33:32] ( 1 warnings 1608 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:36, 08:51](1819 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [47:39, 47:38] ( 1 warnings 1339 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [22:10, 21:00](1654 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:44, 11:16](1020 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [29:09, 27:36](1653 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:14, 05:14] ( 1561 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [33:48, 32:29](1683 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [34:30, 34:29] ( 2 warnings 1151 remarks ) +PASS -- TEST 'control_flake_intel' [04:54, 04:29](654 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:54, 04:06](1520 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:03, 04:17](1538 MB) +PASS -- TEST 'control_latlon_intel' [04:39, 04:00](1548 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:53, 04:06](1543 MB) +PASS -- TEST 'control_c48_intel' [12:35, 11:55](1720 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [10:30, 10:10](845 MB) +PASS -- TEST 'control_c192_intel' [15:52, 14:53](1666 MB) +PASS -- TEST 'control_c384_intel' [21:31, 19:48](1814 MB) +PASS -- TEST 'control_c384gdas_intel' [18:57, 16:10](1008 MB) +PASS -- TEST 'control_stochy_intel' [02:36, 02:16](604 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:40, 01:21](431 MB) +PASS -- TEST 'control_lndp_intel' [02:25, 02:09](601 MB) +PASS -- TEST 'control_iovr4_intel' [04:00, 03:45](598 MB) +PASS -- TEST 'control_iovr5_intel' [04:43, 04:19](595 MB) +PASS -- TEST 'control_p8_intel' [05:59, 04:35](1564 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:33, 04:17](1564 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:53, 04:32](1578 MB) +PASS -- TEST 'control_restart_p8_intel' [03:58, 02:42](821 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:51, 04:35](1558 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:51, 02:27](836 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:04, 04:44](1562 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:13, 04:52](1662 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:17, 08:20](1565 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:51, 06:11](1624 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:20, 04:55](1591 MB) +PASS -- TEST 'merra2_thompson_intel' [07:04, 05:23](1585 MB) +PASS -- TEST 'regional_control_intel' [09:45, 09:06](770 MB) +PASS -- TEST 'regional_restart_intel' [05:48, 05:14](917 MB) +PASS -- TEST 'regional_decomp_intel' [10:04, 09:29](763 MB) +PASS -- TEST 'regional_2threads_intel' [07:40, 07:05](741 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [10:11, 09:21](763 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [10:08, 09:21](757 MB) + +PASS -- COMPILE 'rrfs_intel' [32:54, 32:54] ( 4 warnings 1119 remarks ) +PASS -- TEST 'rap_control_intel' [14:12, 12:39](993 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:02, 07:00](1219 MB) +PASS -- TEST 'rap_decomp_intel' [15:53, 14:44](989 MB) +PASS -- TEST 'rap_2threads_intel' [13:14, 12:18](1087 MB) +PASS -- TEST 'rap_restart_intel' [08:06, 06:25](995 MB) +PASS -- TEST 'rap_sfcdiff_intel' [14:30, 13:15](985 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [14:47, 13:37](987 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [11:51, 10:05](1002 MB) +PASS -- TEST 'hrrr_control_intel' [07:18, 06:01](991 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [08:57, 07:23](979 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:39, 06:19](1055 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:52, 04:28](917 MB) +PASS -- TEST 'rrfs_v1beta_intel' [14:22, 13:04](986 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [16:15, 15:48](1927 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [15:20, 14:56](1936 MB) + +PASS -- COMPILE 'csawmg_intel' [32:05, 32:05] ( 2 warnings 1096 remarks ) +PASS -- TEST 'control_csawmg_intel' [11:06, 10:17](673 MB) +PASS -- TEST 'control_ras_intel' [06:03, 05:26](667 MB) + +PASS -- COMPILE 'wam_intel' [30:06, 30:06] ( 1 warnings 982 remarks ) +PASS -- TEST 'control_wam_intel' [04:22, 03:43](501 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [32:02, 32:02] ( 1 warnings 1295 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:11, 04:34](1576 MB) +PASS -- TEST 'regional_control_faster_intel' [09:43, 09:03](767 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:54, 05:53] ( 886 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:55, 04:22](1503 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:45, 03:46](1564 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:39, 04:04](748 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:42, 03:28](745 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:03, 05:23](794 MB) +PASS -- TEST 'control_ras_debug_intel' [04:03, 03:46](772 MB) +PASS -- TEST 'control_diag_debug_intel' [04:52, 03:52](1610 MB) +PASS -- TEST 'control_debug_p8_intel' [04:29, 03:47](1589 MB) +PASS -- TEST 'regional_debug_intel' [23:16, 22:38](768 MB) +PASS -- TEST 'rap_control_debug_intel' [06:53, 06:15](1146 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:31, 06:17](1141 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:49, 06:30](1153 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:42, 06:25](1151 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:22, 07:04](1154 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:13, 06:41](1236 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:48, 06:29](1144 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:41, 06:28](1148 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:52, 06:37](1129 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:20, 06:51](1155 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:33, 06:14](1146 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:38, 06:12](1147 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:28, 10:08](1149 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:38, 06:14](1145 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:10, 07:50](1155 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:58, 06:36](1151 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:09, 10:46](1154 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:17, 04:17] ( 856 warnings ) +PASS -- TEST 'control_wam_debug_intel' [06:44, 06:24](446 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [30:27, 30:27] ( 4 warnings 1032 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:06, 06:45](1073 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:41, 10:34](905 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:10, 05:42](864 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:53, 09:36](941 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:44, 05:02](906 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:53, 05:27](858 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [10:41, 09:07](899 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:01, 02:32](829 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [43:02, 43:02] ( 4 warnings 1198 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:07, 03:17](1078 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:34, 01:33](1024 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:00, 02:06](1008 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [30:47, 30:45] ( 4 warnings 1052 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:24, 06:34](910 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:25, 04:24] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:09, 06:49](1034 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:41, 05:57](1029 MB) +PASS -- TEST 'conus13km_debug_intel' [19:19, 18:35](1141 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [19:41, 18:46](847 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:56, 11:10](1083 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:29, 18:35](1189 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:33, 04:33] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:34, 06:54](1077 MB) + +PASS -- COMPILE 'hafsw_intel' [34:52, 34:52] ( 2 warnings 1430 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [11:44, 10:17](716 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [11:56, 11:06](1078 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [18:00, 15:58](775 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [22:24, 20:53](807 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [24:10, 21:36](824 MB) +PASS -- TEST 'gnv1_nested_intel' [11:55, 10:27](779 MB) + +PASS -- COMPILE 'hafs_all_intel' [32:42, 32:42] ( 1 warnings 1268 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [13:42, 12:16](767 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [16:03, 14:25](755 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:10, 08:10] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:16, 04:05](1059 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:43, 02:31](1035 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:14, 04:02](929 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:18, 04:04](926 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:33, 04:16](932 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:21, 04:09](1061 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:21, 04:09](1064 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:57, 03:49](921 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:03, 09:16](880 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:33, 07:55](850 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:57, 03:44](1064 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:11, 05:59](2347 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:14, 06:04](2393 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [03:42, 03:39] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:20, 08:09](1011 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:12, 08:11] ( 70 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:00, 03:37](1052 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:59, 01:59] ( 60 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:14, 02:42](233 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:30, 03:11](256 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:29, 02:08](256 MB) + +PASS -- COMPILE 'atml_intel' [35:00, 35:00] ( 9 warnings 1189 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [16:30, 14:55](1600 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [16:21, 14:40](1607 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [10:09, 09:16](871 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:55, 05:55] ( 881 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [11:11, 08:51](1611 MB) + +PASS -- COMPILE 'atmw_intel' [32:02, 32:02] ( 1 warnings 1260 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:37, 03:10](1606 MB) + +PASS -- COMPILE 'atmaero_intel' [31:22, 31:22] ( 1 warnings 1099 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:38, 07:01](1659 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:42, 07:59](1725 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:03, 07:34](1735 MB) SYNOPSIS: -Starting Date/Time: 20240429 17:50:27 -Ending Date/Time: 20240429 21:45:18 -Total Time: 03h:55m:28s +Starting Date/Time: 20240501 15:20:11 +Ending Date/Time: 20240501 20:09:19 +Total Time: 04h:49m:47s Compiles Completed: 33/33 Tests Completed: 159/159 diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 97ee167d89..39c3aca92d 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,7 +1,7 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -fc1d99cd44c4dfa5f95d34deede2a4e0ff81577b +ee1e3c5e5a1cc1f622452890e61b3950a3e73ebd Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) + bbcabb5b292cccb4bd3542667f97a987cc3274cc FV3 (remotes/origin/mr2_innl) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) + 9b9467998598fb45725a27a6200eabdf9840ad33 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-717-g9b94679) + cb2eedd54241523ca8bab09af86b4a45fa0bdd1b FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5189-gcb2eedd5) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -24,7 +24,7 @@ Submodule hashes used in testing: 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) + 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) @@ -35,274 +35,274 @@ 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-20240426 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_453139 +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240430 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_14513 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [15:11, 14:24] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:09, 05:32](3175 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:11, 19:33] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [20:02, 17:22](1756 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:14, 18:51](2032 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:04, 08:23](1113 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:58, 19:27](1653 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 05:15] ( 1526 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:51, 23:02](1685 MB) - -PASS -- COMPILE 's2swa_intel' [15:11, 15:04] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [09:52, 05:47](3211 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:11, 05:48](3212 MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:59, 03:26](3248 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:52, 05:50](3236 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:00, 03:25](3277 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:52, 06:12](3550 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:52, 05:48](3201 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:59, 04:49](3068 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:10, 05:47](3209 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [15:10, 10:25](3343 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [10:33, 06:33](3630 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [19:06, 11:03](4125 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:33, 06:54](4372 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:59, 05:35](3173 MB) - -PASS -- COMPILE 's2sw_intel' [15:11, 14:18] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:39, 04:46](1742 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:59, 04:30](1779 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:10, 04:32] ( 1451 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:59, 08:34](3246 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:10, 04:15] ( 1451 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:13, 06:03](1751 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:11, 12:10] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:24, 04:41](1778 MB) - -PASS -- COMPILE 's2s_intel' [14:11, 13:22] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:55, 08:12](2831 MB) - -PASS -- COMPILE 's2swa_faster_intel' [20:11, 19:20] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [07:37, 05:19](3213 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:11, 16:01] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:11, 17:31](1765 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:34, 08:30](1168 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:18, 19:47](1679 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:11, 04:00] ( 1561 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:15, 24:43](1709 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:11, 12:54] ( 2 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [07:26, 03:34](700 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [07:53, 02:53](1605 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:57, 03:03](1606 MB) -PASS -- TEST 'control_latlon_intel' [07:49, 02:54](1605 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:57, 03:00](1598 MB) -PASS -- TEST 'control_c48_intel' [11:57, 07:09](1757 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [11:34, 06:02](868 MB) -PASS -- TEST 'control_c192_intel' [12:09, 10:41](1743 MB) -PASS -- TEST 'control_c384_intel' [16:17, 11:37](2003 MB) -PASS -- TEST 'control_c384gdas_intel' [15:28, 09:10](1361 MB) -PASS -- TEST 'control_stochy_intel' [03:25, 01:43](658 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:24, 01:06](504 MB) -PASS -- TEST 'control_lndp_intel' [02:24, 01:41](652 MB) -PASS -- TEST 'control_iovr4_intel' [03:27, 02:36](659 MB) -PASS -- TEST 'control_iovr5_intel' [03:28, 02:33](652 MB) -PASS -- TEST 'control_p8_intel' [04:15, 03:01](1631 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:15, 03:02](1635 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:38, 02:57](1636 MB) -PASS -- TEST 'control_restart_p8_intel' [03:16, 01:41](890 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:28, 02:52](1621 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:22, 01:38](928 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:24, 03:01](1617 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:19, 03:05](1713 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:53, 05:17](1628 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:39, 03:57](1699 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:36, 03:01](1637 MB) -PASS -- TEST 'merra2_thompson_intel' [06:40, 03:20](1635 MB) -PASS -- TEST 'regional_control_intel' [06:44, 05:13](859 MB) -PASS -- TEST 'regional_restart_intel' [08:47, 02:46](1025 MB) -PASS -- TEST 'regional_decomp_intel' [06:40, 05:34](851 MB) -PASS -- TEST 'regional_2threads_intel' [05:42, 03:44](852 MB) -PASS -- TEST 'regional_noquilt_intel' [06:43, 05:09](1364 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:47, 05:11](859 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:36, 05:14](858 MB) -PASS -- TEST 'regional_wofs_intel' [07:45, 06:40](1922 MB) - -PASS -- COMPILE 'rrfs_intel' [12:11, 11:36] ( 4 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [09:32, 07:45](1110 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:06, 04:44](1290 MB) -PASS -- TEST 'rap_decomp_intel' [10:01, 08:07](1030 MB) -PASS -- TEST 'rap_2threads_intel' [10:04, 07:57](1191 MB) -PASS -- TEST 'rap_restart_intel' [06:24, 04:13](1102 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:27, 07:46](1110 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:58, 08:48](1038 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:28, 05:50](1132 MB) -PASS -- TEST 'hrrr_control_intel' [06:00, 04:03](1039 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:00, 04:06](1028 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:37, 03:23](1104 MB) -PASS -- TEST 'hrrr_control_restart_intel' [05:28, 02:10](999 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:29, 07:38](1095 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:29, 09:13](1998 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:24, 09:01](2068 MB) - -PASS -- COMPILE 'csawmg_intel' [13:12, 10:59] ( 2 warnings ) -PASS -- TEST 'control_csawmg_intel' [08:41, 06:06](748 MB) -PASS -- TEST 'control_ras_intel' [05:25, 03:19](738 MB) - -PASS -- COMPILE 'wam_intel' [12:12, 10:36] ( 1 warnings ) -PASS -- TEST 'control_wam_intel' [04:28, 02:06](659 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [14:11, 11:11] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:41, 02:40](1628 MB) -PASS -- TEST 'regional_control_faster_intel' [10:45, 04:40](856 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:10, 04:22] ( 886 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:56, 02:41](1620 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:58, 02:44](1611 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:28, 03:10](815 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:24, 02:55](819 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:45, 04:21](811 MB) -PASS -- TEST 'control_ras_debug_intel' [04:23, 02:51](826 MB) -PASS -- TEST 'control_diag_debug_intel' [05:56, 02:43](1673 MB) -PASS -- TEST 'control_debug_p8_intel' [06:47, 02:52](1651 MB) -PASS -- TEST 'regional_debug_intel' [20:48, 17:26](849 MB) -PASS -- TEST 'rap_control_debug_intel' [07:24, 04:47](1198 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:23, 04:50](1202 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:24, 04:56](1195 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:21, 04:56](1201 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:21, 04:56](1200 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:34, 05:11](1290 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:25, 04:55](1209 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:24, 04:59](1209 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:23, 05:01](1205 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:22, 04:53](1206 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:23, 04:52](1200 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:23, 04:54](1198 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:22, 07:55](1205 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:22, 04:53](1138 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:28, 05:49](1204 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:28, 04:49](1215 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:31, 08:31](1209 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:10, 04:09] ( 856 warnings ) -PASS -- TEST 'control_wam_debug_intel' [07:21, 04:59](525 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 10:34] ( 4 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:59, 04:28](1166 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:55, 06:31](1047 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:16, 03:32](987 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:01, 07:08](1089 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:14, 03:00](969 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:14, 03:37](922 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [10:24, 04:52](1033 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [06:24, 01:53](933 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [18:12, 13:55] ( 4 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:55, 02:09](1198 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:46, 01:01](1122 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:39, 01:16](1114 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:12, 10:44] ( 4 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:48, 04:17](1002 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 03:03] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:26, 04:53](1075 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:25, 04:50](1076 MB) -PASS -- TEST 'conus13km_debug_intel' [15:53, 14:33](1227 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:54, 14:46](931 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:46, 08:26](1101 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:41, 14:38](1297 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 03:07] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:26, 05:00](1114 MB) - -PASS -- COMPILE 'hafsw_intel' [14:11, 12:04] ( 2 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:15, 05:29](743 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:26, 06:00](1111 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:23, 06:59](831 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:14, 13:15](864 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:36, 14:56](882 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:56, 06:19](461 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:24, 07:31](516 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:48, 03:12](374 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:29, 08:06](475 MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:10, 13:54] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:52, 05:27](3186 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [19:11, 18:19] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [23:59, 17:15](1741 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:02, 18:22](2031 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:08, 08:26](1106 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:47, 19:36](1648 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 05:11] ( 1526 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:41, 22:44](1648 MB) + +PASS -- COMPILE 's2swa_intel' [14:10, 14:03] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [13:33, 05:42](3214 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:16, 05:45](3212 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:08, 03:20](3261 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [15:02, 05:47](3236 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:53, 03:31](3273 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [15:02, 06:13](3553 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [13:30, 05:46](3204 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [12:43, 04:44](3063 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:15, 05:45](3212 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [18:50, 10:26](3344 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [11:18, 06:29](3622 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [24:10, 10:59](4168 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:45, 06:55](4374 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [13:44, 05:28](3172 MB) + +PASS -- COMPILE 's2sw_intel' [15:11, 14:31] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [12:12, 04:44](1740 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:32, 04:26](1772 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:10, 05:10] ( 1451 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [11:21, 08:43](3249 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:10, 04:56] ( 1451 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:11, 05:57](1750 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [13:10, 12:10] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:32, 04:29](1784 MB) + +PASS -- COMPILE 's2s_intel' [12:10, 12:09] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:50, 08:16](2827 MB) + +PASS -- COMPILE 's2swa_faster_intel' [21:11, 20:52] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [08:30, 05:26](3211 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [18:12, 17:35] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:05, 17:30](1763 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:26, 08:30](1173 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:17, 19:52](1679 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 04:57] ( 1561 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:05, 24:37](1712 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:11, 12:02] ( 2 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [10:30, 03:33](696 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [09:59, 02:56](1605 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [10:08, 03:03](1602 MB) +PASS -- TEST 'control_latlon_intel' [09:54, 02:55](1603 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [10:06, 03:02](1593 MB) +PASS -- TEST 'control_c48_intel' [13:58, 07:10](1772 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [13:35, 06:02](880 MB) +PASS -- TEST 'control_c192_intel' [18:08, 10:36](1747 MB) +PASS -- TEST 'control_c384_intel' [17:20, 11:41](2004 MB) +PASS -- TEST 'control_c384gdas_intel' [18:19, 09:04](1359 MB) +PASS -- TEST 'control_stochy_intel' [04:26, 01:48](661 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:26, 01:01](508 MB) +PASS -- TEST 'control_lndp_intel' [08:27, 01:38](654 MB) +PASS -- TEST 'control_iovr4_intel' [09:29, 02:32](655 MB) +PASS -- TEST 'control_iovr5_intel' [03:26, 02:27](656 MB) +PASS -- TEST 'control_p8_intel' [04:20, 02:58](1625 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:23, 02:56](1621 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:42, 02:51](1644 MB) +PASS -- TEST 'control_restart_p8_intel' [03:17, 01:40](889 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:19, 02:53](1621 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:07, 01:40](928 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:28, 03:08](1605 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:19, 03:02](1729 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:01, 05:12](1633 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:38, 04:01](1687 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:35, 03:06](1640 MB) +PASS -- TEST 'merra2_thompson_intel' [05:51, 03:18](1642 MB) +PASS -- TEST 'regional_control_intel' [06:44, 05:18](856 MB) +PASS -- TEST 'regional_restart_intel' [05:39, 02:45](1018 MB) +PASS -- TEST 'regional_decomp_intel' [06:40, 05:35](851 MB) +PASS -- TEST 'regional_2threads_intel' [04:40, 03:48](858 MB) +PASS -- TEST 'regional_noquilt_intel' [06:42, 05:33](1364 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:44, 05:09](857 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:36, 05:13](861 MB) +PASS -- TEST 'regional_wofs_intel' [07:36, 06:46](1919 MB) + +PASS -- COMPILE 'rrfs_intel' [12:11, 11:17] ( 4 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:31, 07:50](1104 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:08, 04:48](1289 MB) +PASS -- TEST 'rap_decomp_intel' [10:00, 08:14](1029 MB) +PASS -- TEST 'rap_2threads_intel' [09:01, 08:00](1182 MB) +PASS -- TEST 'rap_restart_intel' [06:20, 04:05](1107 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:06, 07:46](1092 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:01, 08:11](1024 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:28, 05:54](1137 MB) +PASS -- TEST 'hrrr_control_intel' [06:21, 03:59](1032 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:06, 04:08](1028 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:01, 03:23](1114 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:28, 02:12](1004 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:19, 07:35](1109 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:29, 09:11](1998 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:26, 08:55](2077 MB) + +PASS -- COMPILE 'csawmg_intel' [12:11, 11:12] ( 2 warnings ) +PASS -- TEST 'control_csawmg_intel' [08:43, 06:08](748 MB) +PASS -- TEST 'control_ras_intel' [05:22, 03:24](740 MB) + +PASS -- COMPILE 'wam_intel' [11:11, 10:28] ( 1 warnings ) +PASS -- TEST 'control_wam_intel' [03:22, 02:06](654 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [12:10, 12:01] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:34, 02:47](1622 MB) +PASS -- TEST 'regional_control_faster_intel' [07:39, 04:44](803 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 04:44] ( 886 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:50, 02:40](1616 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:49, 02:37](1609 MB) +PASS -- TEST 'control_stochy_debug_intel' [06:23, 03:06](817 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:22, 02:51](823 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:44, 04:07](863 MB) +PASS -- TEST 'control_ras_debug_intel' [05:21, 02:50](820 MB) +PASS -- TEST 'control_diag_debug_intel' [04:47, 02:46](1680 MB) +PASS -- TEST 'control_debug_p8_intel' [04:45, 02:51](1640 MB) +PASS -- TEST 'regional_debug_intel' [18:41, 17:16](848 MB) +PASS -- TEST 'rap_control_debug_intel' [05:24, 04:57](1202 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:25, 04:51](1190 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:24, 04:57](1207 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:23, 04:58](1201 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:24, 04:59](1199 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:36, 05:16](1295 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:23, 05:01](1202 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:20, 05:09](1207 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:21, 05:09](1193 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:22, 04:52](1208 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:25, 04:52](1144 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:24, 04:57](1201 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:23, 08:07](1200 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:21, 04:57](1195 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:25, 05:48](1202 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:21, 04:57](1204 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:31, 08:22](1211 MB) + +PASS -- COMPILE 'wam_debug_intel' [08:10, 03:13] ( 856 warnings ) +PASS -- TEST 'control_wam_debug_intel' [05:23, 05:07](508 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:11, 10:21] ( 4 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:03, 04:32](1168 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:06, 06:27](1057 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:45, 03:28](992 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:51, 06:46](1102 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:15, 02:56](965 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:14, 03:39](923 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:14, 04:57](1037 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:26, 01:52](927 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:10, 13:20] ( 4 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:57, 02:07](1201 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:46, 01:02](1127 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:44, 01:19](1109 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:11, 10:55] ( 4 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:43, 04:18](990 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:10, 03:36] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:22, 04:53](1081 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:21, 04:54](1077 MB) +PASS -- TEST 'conus13km_debug_intel' [15:52, 14:15](1228 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [14:50, 14:07](927 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:42, 08:13](1105 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:44, 13:48](1262 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:10, 03:21] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:23, 04:53](1113 MB) + +PASS -- COMPILE 'hafsw_intel' [15:10, 12:52] ( 2 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:15, 05:29](741 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:26, 05:47](1127 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:21, 06:50](828 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:11, 13:10](977 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:22, 14:54](880 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:08, 06:16](500 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:29, 07:36](520 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:48, 03:15](373 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:26, 08:11](465 MB) PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:46, 04:14](531 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:52, 04:05](531 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:53, 05:19](581 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:27, 01:27](396 MB) -PASS -- TEST 'gnv1_nested_intel' [07:51, 04:36](803 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:11, 04:06] ( 1468 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:05, 12:54](568 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [14:11, 13:28] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:59, 09:45](651 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:07, 09:54](710 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [14:12, 13:14] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:06, 07:06](696 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:11, 11:50] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:19, 06:30](778 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:16, 06:28](815 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:55, 15:54](1204 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:11, 08:05] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:18, 02:37](1133 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:19, 01:42](1080 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:17, 02:33](1013 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:17, 02:35](1015 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:17, 02:35](1016 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:17, 02:40](1120 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 02:38](1134 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:18, 02:32](1013 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:20, 05:58](1061 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:15, 05:54](1034 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:16, 02:37](1122 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:19, 03:32](2488 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:18, 03:32](2500 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:11, 03:05] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:18, 06:14](1063 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:10, 06:29] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:18, 02:40](1141 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:21] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:28, 00:49](259 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:24, 00:52](325 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:26, 00:31](321 MB) - -PASS -- COMPILE 'atml_intel' [13:11, 12:30] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:53, 04:15](1608 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [07:30, 04:15](1608 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [09:46, 02:22](896 MB) - -PASS -- COMPILE 'atml_debug_intel' [06:11, 04:04] ( 881 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [35:33, 33:19](1629 MB) - -PASS -- COMPILE 'atmw_intel' [17:11, 12:17] ( 1 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:25, 01:45](1675 MB) - -PASS -- COMPILE 'atmaero_intel' [16:11, 12:06] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:30, 04:03](3023 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:25, 04:52](3089 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:04, 05:00](3114 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [07:11, 03:06] ( 885 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [23:43, 21:34](4320 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:51, 04:04](530 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:50, 05:20](586 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:26, 01:27](410 MB) +PASS -- TEST 'gnv1_nested_intel' [06:51, 04:39](800 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:10, 03:50] ( 1468 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:58, 13:09](564 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [14:10, 13:49] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:59, 09:56](632 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:03, 09:50](705 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [15:11, 13:51] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:04, 07:10](696 MB) + +PASS -- COMPILE 'hafs_all_intel' [13:11, 12:36] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:19, 06:23](830 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:16, 06:26](815 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:56, 15:57](1204 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:11, 08:32] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:19, 02:36](1135 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:20, 01:40](1083 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:18, 02:33](1009 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:17, 02:37](1015 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:17, 02:40](1009 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:17, 02:36](1126 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 02:39](1129 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:18, 02:38](1015 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:13, 05:58](1059 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:13, 05:53](1037 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:15, 02:42](1133 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:20, 03:44](2492 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:18, 03:35](2431 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:11] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:18, 06:13](1057 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:10, 08:04] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:18, 02:36](1134 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 01:02] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:29, 00:49](259 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:23, 00:48](329 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:24, 00:32](321 MB) + +PASS -- COMPILE 'atml_intel' [13:11, 12:24] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:41, 04:10](1602 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:35, 04:14](1602 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:47, 02:18](896 MB) + +PASS -- COMPILE 'atml_debug_intel' [06:12, 04:06] ( 881 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:28, 05:56](1621 MB) + +PASS -- COMPILE 'atmw_intel' [12:11, 11:45] ( 1 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:26, 01:44](1670 MB) + +PASS -- COMPILE 'atmaero_intel' [11:11, 11:04] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:19, 04:00](3025 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:15, 04:57](3087 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:00, 04:59](3103 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:11, 03:22] ( 885 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [23:41, 21:09](4595 MB) SYNOPSIS: -Starting Date/Time: 20240429 07:54:50 -Ending Date/Time: 20240429 09:33:25 -Total Time: 01h:39m:22s +Starting Date/Time: 20240501 13:51:13 +Ending Date/Time: 20240501 15:18:50 +Total Time: 01h:28m:06s Compiles Completed: 38/38 Tests Completed: 180/180 @@ -313,64 +313,3 @@ If you are using this log as a pull request verification, please commit 'test_ch Result: SUCCESS ====END OF ORION REGRESSION TESTING LOG==== -====START OF ORION REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -d35f6da7caf2a4d320aeb75613de67533a11d1b7 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (heads/develop) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) - - -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-20240426 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_205619 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf - -PASS -- COMPILE 'atml_debug_intel' [09:11, 04:19] ( 881 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [12:13, 05:46](1632 MB) - -SYNOPSIS: -Starting Date/Time: 20240429 11:52:48 -Ending Date/Time: 20240429 12:14:12 -Total Time: 00h:21m:32s -Compiles Completed: 1/1 -Tests Completed: 1/1 - -NOTES: -A file 'test_changes.list' was generated but is empty. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: SUCCESS - -====END OF ORION REGRESSION TESTING LOG==== diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index 7d7cd4c611..ed6cb3faff 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,20 +1,20 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -d35f6da7caf2a4d320aeb75613de67533a11d1b7 +a987c604f37531e8dc63d28127df5b6921805e0b Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.6.2-89-g3d7067a) + 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps0.9.2-32-g4e19850c) + 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - da95cc428d8b626e99250fd57a4279b4980044f8 FV3 (remotes/origin/HEAD-11-gda95cc4) + bbcabb5b292cccb4bd3542667f97a987cc3274cc FV3 (remotes/origin/mr2_innl-1-gbbcabb5) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (ccpp_transition_to_vlab_master_20190705-4226-g9b0ac7b1) + 9b9467998598fb45725a27a6200eabdf9840ad33 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-717-g9b94679) + cb2eedd54241523ca8bab09af86b4a45fa0bdd1b FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5189-gcb2eedd5) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -24,7 +24,7 @@ Submodule hashes used in testing: 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 2f30e107fbc5959c4d4dbe614232e29ec3882a97 NOAHMP-interface/noahmp (v3.7.1-429-g2f30e10) + 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) @@ -35,235 +35,235 @@ 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-20240426 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_121661 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240430 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_17560 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [12:30, 11:28] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:29, 01:21](2971 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [30:50, 29:44] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [53:09, 02:07](1559 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [35:00, 02:00](1718 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [34:38, 01:33](847 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [53:10, 01:47](1579 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [16:36, 15:28] ( 1506 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [07:24, 02:13](1600 MB) - -PASS -- COMPILE 's2swa_intel' [22:41, 22:00] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [01:18, 01:31](3006 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [01:18, 01:56](3005 MB) -PASS -- TEST 'cpld_restart_p8_intel' [52:55, 00:55](3059 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [01:18, 01:32](3029 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [52:56, 00:51](3082 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [01:18, 01:15](3316 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [01:18, 01:39](3000 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [01:19, 01:37](2930 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [01:18, 01:56](3004 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [01:27, 03:22](3953 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [43:47, 03:18](4253 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [01:18, 01:02](2965 MB) - -PASS -- COMPILE 's2sw_intel' [22:43, 22:29] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [01:16, 01:08](1585 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [01:16, 01:14](1636 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:25, 11:21] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:34, 01:08](1632 MB) - -PASS -- COMPILE 's2s_intel' [14:33, 13:46] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:25, 00:54](2654 MB) - -PASS -- COMPILE 's2swa_faster_intel' [31:52, 31:44] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [52:07, 01:49](3002 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [12:30, 11:38] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [11:29, 01:06](1574 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [54:08, 00:52](901 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [54:09, 00:58](1583 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [14:33, 13:28] ( 1542 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [09:27, 00:50](1611 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [22:35, 21:59] ( 2 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [48:58, 00:33](571 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [48:58, 00:36](1476 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [48:58, 00:34](1475 MB) -PASS -- TEST 'control_latlon_intel' [48:58, 00:32](1461 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [48:58, 00:43](1481 MB) -PASS -- TEST 'control_c48_intel' [48:18, 01:08](1593 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [47:25, 01:06](714 MB) -PASS -- TEST 'control_c192_intel' [47:20, 00:47](1587 MB) -PASS -- TEST 'control_c384_intel' [47:24, 01:38](1909 MB) -PASS -- TEST 'control_c384gdas_intel' [46:09, 02:15](1093 MB) -PASS -- TEST 'control_stochy_intel' [45:21, 00:36](530 MB) -PASS -- TEST 'control_stochy_restart_intel' [42:56, 00:15](333 MB) -PASS -- TEST 'control_lndp_intel' [45:17, 00:40](528 MB) -PASS -- TEST 'control_iovr4_intel' [45:15, 00:54](524 MB) -PASS -- TEST 'control_iovr5_intel' [45:09, 00:55](523 MB) -PASS -- TEST 'control_p8_intel' [44:41, 00:56](1512 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [44:38, 01:08](1502 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [44:38, 01:10](1512 MB) -PASS -- TEST 'control_restart_p8_intel' [40:22, 01:07](696 MB) -PASS -- TEST 'control_noqr_p8_intel' [44:38, 00:56](1490 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [40:22, 01:07](698 MB) -PASS -- TEST 'control_decomp_p8_intel' [44:33, 00:46](1500 MB) -PASS -- TEST 'control_2threads_p8_intel' [44:33, 01:07](1587 MB) -PASS -- TEST 'control_p8_lndp_intel' [43:35, 00:26](1508 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [42:58, 01:26](1565 MB) -PASS -- TEST 'control_p8_mynn_intel' [42:55, 01:08](1510 MB) -PASS -- TEST 'merra2_thompson_intel' [41:48, 01:59](1513 MB) -PASS -- TEST 'regional_control_intel' [41:41, 00:24](609 MB) -PASS -- TEST 'regional_restart_intel' [35:59, 00:33](778 MB) -PASS -- TEST 'regional_decomp_intel' [35:58, 01:07](608 MB) -PASS -- TEST 'regional_2threads_intel' [41:36, 00:13](672 MB) -PASS -- TEST 'regional_noquilt_intel' [41:35, 00:31](1145 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [41:27, 00:34](607 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [41:18, 00:24](609 MB) -PASS -- TEST 'regional_wofs_intel' [41:17, 01:00](1581 MB) - -PASS -- COMPILE 'rrfs_intel' [21:43, 21:04] ( 4 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [49:45, 01:00](920 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [49:46, 00:24](1096 MB) -PASS -- TEST 'rap_decomp_intel' [49:45, 00:49](919 MB) -PASS -- TEST 'rap_2threads_intel' [49:45, 01:37](1008 MB) -PASS -- TEST 'rap_restart_intel' [41:18, 01:25](789 MB) -PASS -- TEST 'rap_sfcdiff_intel' [49:45, 01:21](915 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [49:45, 01:07](918 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [41:12, 01:54](784 MB) -PASS -- TEST 'hrrr_control_intel' [49:45, 01:20](910 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [49:45, 01:15](911 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [49:46, 01:37](996 MB) -PASS -- TEST 'hrrr_control_restart_intel' [41:05, 00:14](744 MB) -PASS -- TEST 'rrfs_v1beta_intel' [49:45, 01:32](914 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [49:45, 00:15](1876 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [49:45, 00:31](1860 MB) - -PASS -- COMPILE 'csawmg_intel' [13:35, 12:53] ( 2 warnings ) -PASS -- TEST 'control_csawmg_intel' [57:54, 00:45](602 MB) -PASS -- TEST 'control_ras_intel' [57:54, 01:06](562 MB) - -PASS -- COMPILE 'wam_intel' [17:43, 17:30] ( 1 warnings ) -PASS -- TEST 'control_wam_intel' [51:43, 01:04](274 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [17:39, 17:12] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [51:46, 01:07](1502 MB) -PASS -- TEST 'regional_control_faster_intel' [51:45, 00:31](609 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [21:35, 20:40] ( 871 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [41:02, 00:26](1487 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [40:40, 00:38](1490 MB) -PASS -- TEST 'control_stochy_debug_intel' [40:22, 01:01](693 MB) -PASS -- TEST 'control_lndp_debug_intel' [40:22, 00:19](692 MB) -PASS -- TEST 'control_csawmg_debug_intel' [40:17, 00:47](731 MB) -PASS -- TEST 'control_ras_debug_intel' [40:07, 00:17](701 MB) -PASS -- TEST 'control_diag_debug_intel' [40:07, 00:28](1555 MB) -PASS -- TEST 'control_debug_p8_intel' [34:35, 00:11](1518 MB) -PASS -- TEST 'regional_debug_intel' [38:21, 01:01](631 MB) -PASS -- TEST 'rap_control_debug_intel' [37:56, 01:04](1076 MB) -PASS -- TEST 'hrrr_control_debug_intel' [37:37, 00:18](1068 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [37:13, 01:08](1074 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [31:34, 01:06](1077 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [37:03, 00:10](1072 MB) -PASS -- TEST 'rap_diag_debug_intel' [37:03, 01:10](1157 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [36:57, 00:59](1076 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [36:49, 00:58](1076 MB) -PASS -- TEST 'rap_lndp_debug_intel' [36:42, 01:05](1078 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [36:17, 01:06](1073 MB) -PASS -- TEST 'rap_noah_debug_intel' [36:10, 00:14](1069 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [36:03, 00:12](1070 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [35:56, 00:57](1074 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [35:55, 00:14](1072 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [35:46, 00:16](1078 MB) -PASS -- TEST 'rap_flake_debug_intel' [35:34, 00:11](1077 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [35:26, 01:24](1082 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:17, 04:21] ( 843 warnings ) -PASS -- TEST 'control_wam_debug_intel' [56:00, 00:08](299 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [18:39, 18:00] ( 4 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [34:33, 00:30](958 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [34:30, 01:32](790 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [34:20, 02:39](780 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [33:35, 01:27](853 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [33:24, 02:01](841 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [32:57, 02:07](792 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [27:05, 01:28](685 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [28:25, 00:28](668 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:38, 16:24] ( 4 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [32:14, 01:12](1006 MB) -PASS -- TEST 'conus13km_2threads_intel' [28:28, 01:04](1005 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [28:25, 00:52](880 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:38, 15:20] ( 4 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [31:59, 00:30](810 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:17, 03:27] ( 774 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [31:33, 00:14](952 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [31:27, 00:19](955 MB) -PASS -- TEST 'conus13km_debug_intel' [30:56, 00:43](1035 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [30:43, 00:31](703 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [30:41, 00:46](1036 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [30:31, 00:44](1103 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [17:40, 16:45] ( 774 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [30:29, 01:08](979 MB) - -PASS -- COMPILE 'hafsw_intel' [14:35, 13:43] ( 2 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [30:27, 01:23](620 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [30:23, 00:53](966 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [30:21, 02:06](661 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [30:13, 01:59](699 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [29:59, 01:49](705 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [29:51, 01:18](387 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [29:33, 01:27](407 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [29:18, 00:42](294 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [29:18, 02:43](372 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [27:46, 00:45](413 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [27:28, 01:04](415 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [27:22, 01:11](488 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [26:44, 00:34](311 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:20, 05:53] ( 1450 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [26:27, 00:50](501 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [14:35, 14:05] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [26:08, 00:56](530 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [26:04, 00:56](710 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:32, 15:16] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [26:01, 01:11](713 MB) - -PASS -- COMPILE 'hafs_all_intel' [16:35, 16:01] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [25:47, 01:37](664 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [25:46, 01:33](647 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [25:13, 00:35](880 MB) - -PASS -- COMPILE 'atml_intel' [20:38, 20:07] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [25:04, 01:14](1548 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [24:55, 01:09](1548 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [18:28, 00:38](740 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:24, 04:33] ( 867 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [24:38, 01:48](1566 MB) - -PASS -- COMPILE 'atmaero_intel' [11:35, 10:52] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [24:11, 01:34](2852 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [23:58, 01:01](2911 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [23:46, 00:56](2925 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [10:24, 09:51] ( 871 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [22:54, 00:50](4433 MB) +PASS -- COMPILE 's2swa_32bit_intel' [20:34, 20:07] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [50:19, 01:43](2975 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:35, 19:35] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [50:18, 01:29](1594 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [31:14, 01:35](1708 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [31:05, 02:08](853 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [50:19, 01:57](1578 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:24, 08:51] ( 1506 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [01:30, 01:51](1599 MB) + +PASS -- COMPILE 's2swa_intel' [21:44, 20:58] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [41:21, 01:30](3005 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [49:10, 01:57](3002 MB) +PASS -- TEST 'cpld_restart_p8_intel' [32:55, 01:00](3063 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [49:10, 01:42](3030 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [39:51, 01:54](3079 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [49:10, 01:30](3318 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [49:10, 01:37](3003 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [42:23, 01:21](2927 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [41:20, 01:31](3002 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [49:19, 03:48](3951 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [30:19, 03:24](4251 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [49:10, 01:20](2966 MB) + +PASS -- COMPILE 's2sw_intel' [11:26, 10:28] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [59:27, 01:07](1583 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [59:27, 01:14](1636 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [29:53, 29:26] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [41:00, 01:51](1635 MB) + +PASS -- COMPILE 's2s_intel' [10:25, 10:01] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [00:27, 00:43](2647 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:32, 16:22] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [53:21, 01:38](3001 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [28:52, 27:58] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [42:02, 01:02](1603 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [24:43, 01:12](905 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [24:11, 01:27](1574 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [26:49, 26:16] ( 1542 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [44:06, 01:29](1619 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [21:36, 21:04] ( 2 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [39:52, 01:12](573 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [39:52, 01:16](1465 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [39:52, 01:18](1477 MB) +PASS -- TEST 'control_latlon_intel' [39:52, 01:13](1469 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [34:06, 00:33](1467 MB) +PASS -- TEST 'control_c48_intel' [39:51, 01:02](1597 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [39:51, 00:53](717 MB) +PASS -- TEST 'control_c192_intel' [39:52, 01:22](1586 MB) +PASS -- TEST 'control_c384_intel' [39:56, 01:09](1901 MB) +PASS -- TEST 'control_c384gdas_intel' [39:56, 02:13](1092 MB) +PASS -- TEST 'control_stochy_intel' [39:52, 00:26](528 MB) +PASS -- TEST 'control_stochy_restart_intel' [37:27, 00:16](333 MB) +PASS -- TEST 'control_lndp_intel' [39:52, 00:18](529 MB) +PASS -- TEST 'control_iovr4_intel' [39:52, 00:34](524 MB) +PASS -- TEST 'control_iovr5_intel' [39:52, 00:45](525 MB) +PASS -- TEST 'control_p8_intel' [39:52, 01:43](1498 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [39:52, 01:40](1509 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [39:35, 01:58](1507 MB) +PASS -- TEST 'control_restart_p8_intel' [32:23, 01:44](690 MB) +PASS -- TEST 'control_noqr_p8_intel' [39:33, 01:40](1489 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [32:22, 01:47](699 MB) +PASS -- TEST 'control_decomp_p8_intel' [37:27, 00:46](1500 MB) +PASS -- TEST 'control_2threads_p8_intel' [36:24, 00:50](1592 MB) +PASS -- TEST 'control_p8_lndp_intel' [36:23, 01:17](1505 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [36:21, 01:46](1565 MB) +PASS -- TEST 'control_p8_mynn_intel' [35:18, 01:01](1510 MB) +PASS -- TEST 'merra2_thompson_intel' [35:03, 01:59](1509 MB) +PASS -- TEST 'regional_control_intel' [35:00, 01:02](608 MB) +PASS -- TEST 'regional_restart_intel' [27:13, 00:23](776 MB) +PASS -- TEST 'regional_decomp_intel' [34:21, 01:05](608 MB) +PASS -- TEST 'regional_2threads_intel' [33:39, 01:11](667 MB) +PASS -- TEST 'regional_noquilt_intel' [33:09, 00:24](1143 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [33:01, 00:20](610 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [32:57, 00:15](609 MB) +PASS -- TEST 'regional_wofs_intel' [32:55, 00:51](1578 MB) + +PASS -- COMPILE 'rrfs_intel' [13:27, 12:39] ( 4 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [32:51, 01:14](919 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [32:26, 00:43](1093 MB) +PASS -- TEST 'rap_decomp_intel' [32:22, 01:39](920 MB) +PASS -- TEST 'rap_2threads_intel' [32:14, 01:46](1009 MB) +PASS -- TEST 'rap_restart_intel' [23:26, 01:07](787 MB) +PASS -- TEST 'rap_sfcdiff_intel' [32:03, 01:54](915 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [29:52, 01:08](915 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [20:34, 01:17](786 MB) +PASS -- TEST 'hrrr_control_intel' [29:51, 01:51](913 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [29:44, 01:23](911 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [21:57, 01:54](988 MB) +PASS -- TEST 'hrrr_control_restart_intel' [22:36, 01:04](740 MB) +PASS -- TEST 'rrfs_v1beta_intel' [29:12, 01:40](912 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [28:28, 01:01](1877 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [28:15, 01:02](1861 MB) + +PASS -- COMPILE 'csawmg_intel' [32:56, 32:01] ( 2 warnings ) +PASS -- TEST 'control_csawmg_intel' [26:21, 01:08](599 MB) +PASS -- TEST 'control_ras_intel' [26:13, 01:16](561 MB) + +PASS -- COMPILE 'wam_intel' [10:24, 10:04] ( 1 warnings ) +PASS -- TEST 'control_wam_intel' [42:57, 00:24](271 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [21:44, 19:32] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [21:07, 01:22](1509 MB) +PASS -- TEST 'regional_control_faster_intel' [26:39, 00:42](609 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [13:26, 11:12] ( 871 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [26:11, 00:54](1487 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [19:01, 00:33](1487 MB) +PASS -- TEST 'control_stochy_debug_intel' [25:43, 00:30](691 MB) +PASS -- TEST 'control_lndp_debug_intel' [25:43, 00:52](690 MB) +PASS -- TEST 'control_csawmg_debug_intel' [25:09, 01:02](731 MB) +PASS -- TEST 'control_ras_debug_intel' [24:09, 00:43](701 MB) +PASS -- TEST 'control_diag_debug_intel' [22:52, 00:34](1546 MB) +PASS -- TEST 'control_debug_p8_intel' [22:36, 01:03](1524 MB) +PASS -- TEST 'regional_debug_intel' [22:17, 00:27](632 MB) +PASS -- TEST 'rap_control_debug_intel' [21:53, 00:18](1073 MB) +PASS -- TEST 'hrrr_control_debug_intel' [21:27, 00:52](1067 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [21:14, 00:58](1071 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [11:18, 01:06](1070 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [19:02, 00:49](1076 MB) +PASS -- TEST 'rap_diag_debug_intel' [18:24, 01:09](1158 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [10:44, 00:46](1076 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [18:14, 00:17](1072 MB) +PASS -- TEST 'rap_lndp_debug_intel' [17:50, 00:35](1078 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [17:44, 00:38](1074 MB) +PASS -- TEST 'rap_noah_debug_intel' [17:40, 01:12](1068 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [17:02, 00:31](1076 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [17:00, 00:19](1074 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [16:56, 00:30](1068 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [16:23, 00:29](1076 MB) +PASS -- TEST 'rap_flake_debug_intel' [15:57, 00:41](1073 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [15:52, 02:01](1078 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:20, 03:22] ( 843 warnings ) +PASS -- TEST 'control_wam_debug_intel' [43:50, 00:57](297 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [20:42, 18:57] ( 4 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [15:51, 00:41](966 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [15:36, 01:49](789 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [15:22, 01:36](786 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [14:40, 01:33](850 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [14:30, 01:27](837 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [14:24, 01:31](785 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:12, 01:31](690 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [08:37, 00:36](668 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:32, 16:06] ( 4 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [13:54, 01:16](1006 MB) +PASS -- TEST 'conus13km_2threads_intel' [08:03, 00:45](1007 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [07:50, 00:34](881 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:28, 12:09] ( 4 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [13:42, 01:27](810 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:25, 08:29] ( 774 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [13:31, 01:09](954 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [13:05, 01:02](954 MB) +PASS -- TEST 'conus13km_debug_intel' [12:15, 01:02](1037 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [12:06, 00:54](710 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:51, 00:38](1043 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [10:42, 00:36](1104 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:17, 04:24] ( 774 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [10:27, 01:13](979 MB) + +PASS -- COMPILE 'hafsw_intel' [16:31, 15:49] ( 2 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [10:23, 02:08](618 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [10:17, 00:51](971 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:46, 01:30](664 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [09:35, 01:32](695 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [09:27, 01:24](713 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:11, 01:08](390 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:49, 01:25](402 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [08:27, 00:49](282 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:29, 02:10](372 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:13, 01:27](413 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:29, 00:49](418 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:15, 01:42](488 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [06:00, 01:19](314 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [09:23, 08:08] ( 1450 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [05:21, 01:16](496 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [19:35, 18:52] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [53:33, 01:38](529 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [05:13, 00:47](709 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:30, 11:17] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [05:04, 00:50](705 MB) + +PASS -- COMPILE 'hafs_all_intel' [14:29, 13:04] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [04:34, 02:11](664 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [03:47, 01:28](640 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [03:28, 00:17](882 MB) + +PASS -- COMPILE 'atml_intel' [20:35, 16:57] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [03:20, 02:05](1540 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [03:17, 02:05](1549 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [55:38, 00:51](740 MB) + +PASS -- COMPILE 'atml_debug_intel' [08:21, 05:07] ( 867 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [02:59, 01:25](1559 MB) + +PASS -- COMPILE 'atmaero_intel' [15:28, 10:33] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [02:19, 00:57](2850 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [01:42, 01:50](2911 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [01:36, 01:29](2922 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [11:24, 06:27] ( 871 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [01:36, 01:10](4443 MB) SYNOPSIS: -Starting Date/Time: 20240429 16:35:39 -Ending Date/Time: 20240429 18:02:24 -Total Time: 01h:27m:18s +Starting Date/Time: 20240501 14:48:33 +Ending Date/Time: 20240501 16:24:47 +Total Time: 01h:36m:59s Compiles Completed: 31/31 Tests Completed: 156/156 diff --git a/tests/rt.sh b/tests/rt.sh index 790fd85843..4454eb7fed 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -522,6 +522,7 @@ handle_error() { rt_trap() { echo "rt.sh: Exited abnormally, killing workflow and cleaning up" + trap "" SIGINT [[ ${ROCOTO:-false} == true ]] && rocoto_kill [[ ${ECFLOW:-false} == true ]] && ecflow_kill cleanup @@ -698,17 +699,6 @@ case ${MACHINE_ID} in module load ecflow/5.6.0.13 fi module load intel/19.1.3.304 python/3.8.6 - if [[ "${ECFLOW:-false}" == true ]] ; then - # ECF_ROOT=${ECF_ROOT:-} - # ECFLOW_START="${ECF_ROOT}/scripts/server_check.sh" - # ECFLOW_STOP="${ECF_ROOT}/bin/ecflow_stop.sh" - export ECF_OUTPUTDIR="${PATHRT}/ecf_outputdir" - export ECF_COMDIR="${PATHRT}/ecf_comdir" - rm -rf "${ECF_OUTPUTDIR}" "${ECF_COMDIR}" - mkdir -p "${ECF_OUTPUTDIR}" - mkdir -p "${ECF_COMDIR}" - # export ECFLOW_START ECFLOW_STOP - fi export colonifnco=":output" # hack DISKNM="/lfs/h2/emc/nems/noscrub/emc.nems/RT" @@ -728,9 +718,6 @@ case ${MACHINE_ID} in if [[ "${ROCOTO:-false}" == true ]] ; then module use /ncrc/proj/epic/rocoto/modulefiles module load rocoto - # ROCOTORUN=$(command -v rocotorun) - # ROCOTOSTAT=$(command -v rocotostat) - # ROCOTOCOMPLETE=$(command -v rocotocomplete) ROCOTO_SCHEDULER="slurm" fi @@ -743,8 +730,6 @@ case ${MACHINE_ID} in module load gcc/12.2.0 if [[ "${ECFLOW:-false}" == true ]] ; then module load ecflow/5.8.4 - # ECFLOW_START=/ncrc/proj/epic/spack-stack/ecflow-5.8.4/bin/ecflow_start.sh - # ECFLOW_STOP=/ncrc/proj/epic/spack-stack/ecflow-5.8.4/bin/ecflow_stop.sh ECF_HOST=$(hostname) ECF_PORT=$(( $(id -u) + 1500 )) export ECF_PORT ECF_HOST @@ -765,17 +750,11 @@ case ${MACHINE_ID} in set -x if [[ "${ROCOTO:-false}" == true ]] ; then module load rocoto - # ROCOTORUN=$(command -v rocotorun) - # ROCOTOSTAT=$(command -v rocotostat) - # ROCOTOCOMPLETE=$(command -v rocotocomplete) ROCOTO_SCHEDULER=slurm fi if [[ "${ECFLOW:-false}" == true ]] ; then module load ecflow/5.11.4 - # ECFLOW_START="$(command -v ecflow_start.sh)" - # ECFLOW_STOP="$(command -v ecflow_stop.sh)" - # export ECFLOW_START ECFLOW_STOP fi QUEUE="batch" @@ -798,17 +777,12 @@ case ${MACHINE_ID} in if [[ "${ROCOTO:-false}" == true ]] ; then module load contrib rocoto - # ROCOTORUN=$(command -v rocotorun) - # ROCOTOSTAT=$(command -v rocotostat) - # ROCOTOCOMPLETE=$(command -v rocotocomplete) ROCOTO_SCHEDULER="slurm" fi module use /work/noaa/epic/role-epic/spack-stack/orion/modulefiles if [[ "${ECFLOW:-false}" == true ]] ; then module load ecflow/5.8.4 - # ECFLOW_START="/work/noaa/epic/role-epic/spack-stack/orion/ecflow-5.8.4/bin/ecflow_start.sh" - # ECFLOW_STOP="/work/noaa/epic/role-epic/spack-stack/orion/ecflow-5.8.4/bin/ecflow_stop.sh" ECF_HOST=$(hostname) ECF_PORT="$(( $(id -u) + 1500 ))" export ECF_PORT ECF_HOST @@ -829,17 +803,12 @@ case ${MACHINE_ID} in set -x if [[ "${ROCOTO:-false}" == true ]] ; then module load contrib rocoto - # ROCOTORUN=$(command -v rocotorun) - # ROCOTOSTAT=$(command -v rocotostat) - # ROCOTOCOMPLETE=$(command -v rocotocomplete) ROCOTO_SCHEDULER="slurm" fi module use /work/noaa/epic/role-epic/spack-stack/hercules/modulefiles if [[ "${ECFLOW:-false}" == true ]] ; then module load ecflow/5.8.4 - # ECFLOW_START="/work/noaa/epic/role-epic/spack-stack/hercules/ecflow-5.8.4/bin/ecflow_start.sh" - # ECFLOW_STOP="/work/noaa/epic/role-epic/spack-stack/hercules/ecflow-5.8.4/bin/ecflow_stop.sh" ECF_HOST=$(hostname) ECF_PORT="$(( $(id -u) + 1500 ))" export ECF_PORT ECF_HOST @@ -869,17 +838,11 @@ case ${MACHINE_ID} in if [[ "${ROCOTO:-false}" == true ]] ; then module load rocoto - # ROCOTORUN=$(command -v rocotorun) - # ROCOTOSTAT=$(command -v rocotostat) - # ROCOTOCOMPLETE=$(command -v rocotocomplete) ROCOTO_SCHEDULER="slurm" fi if [[ "${ECFLOW:-false}" == true ]] ; then module load ecflow/5.11.4 - # ECFLOW_START=/apps/ecflow/5.11.4/bin/ecflow_start.sh - # ECFLOW_STOP=/apps/ecflow/5.11.4/bin/ecflow_stop.sh - # export ECFLOW_START ECFLOW_STOP fi module use /mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-stack-1.5.0/envs/unified-env-rocky8/install/modulefiles/Core @@ -901,9 +864,6 @@ case ${MACHINE_ID} in set -x if [[ "${ROCOTO:-false}" == true ]] ; then module load rocoto/1.3.2 - # ROCOTORUN=$(command -v rocotorun) - # ROCOTOSTAT=$(command -v rocotostat) - # ROCOTOCOMPLETE=$(command -v rocotocomplete) ROCOTO_SCHEDULER=slurm fi if [[ "${ECFLOW:-false}" == true ]] ; then @@ -914,8 +874,6 @@ case ${MACHINE_ID} in module use /data/prod/jedi/spack-stack/modulefiles if [[ "${ECFLOW:-false}" == true ]] ; then module load ecflow/5.8.4 - # ECFLOW_START="/data/prod/jedi/spack-stack/ecflow-5.8.4/bin/ecflow_start.sh" - # ECFLOW_STOP="/data/prod/jedi/spack-stack/ecflow-5.8.4/bin/ecflow_stop.sh" ECF_HOST=$(hostname) ECF_PORT="$(( $(id -u) + 1500 ))" export ECF_PORT ECF_HOST @@ -949,8 +907,6 @@ case ${MACHINE_ID} in module load stack-python/3.10.8 # export PYTHONPATH=/glade/p/ral/jntp/tools/miniconda3/4.8.3/envs/ufs-weather-model/lib/python3.8/site-packages:/glade/p/ral/jntp/tools/miniconda3/4.8.3/lib/python3.8/site-packages if [[ "${ECFLOW:-false}" == true ]] ; then - # ECFLOW_START=/glade/work/epicufsrt/contrib/spack-stack/derecho/ecflow-5.8.4/bin/ecflow_start.sh - # ECFLOW_STOP=/glade/work/epicufsrt/contrib/spack-stack/derecho/ecflow-5.8.4/bin/ecflow_stop.sh ECF_HOST=$(hostname) ECF_PORT=$(( $(id -u) + 1500 )) export ECF_PORT ECF_HOST @@ -969,9 +925,6 @@ case ${MACHINE_ID} in if [[ "${ROCOTO:-false}" == true ]] ; then - # ROCOTORUN=$(command -v rocotorun) - # ROCOTOSTAT=$(command -v rocotostat) - # ROCOTOCOMPLETE=$(command -v rocotocomplete) ROCOTO_SCHEDULER="pbspro" fi ;; @@ -1018,9 +971,6 @@ case ${MACHINE_ID} in if [[ "${ROCOTO:-false}" == true ]] ; then module load rocoto/1.3.3 - # ROCOTORUN=$(command -v rocotorun) - # ROCOTOSTAT=$(command -v rocotostat) - # ROCOTOCOMPLETE=$(command -v rocotocomplete) ROCOTO_SCHEDULER=slurm fi @@ -1168,25 +1118,20 @@ fi if [[ ${ECFLOW} == true ]]; then echo "Verifying ECFLOW support..." case ${MACHINE_ID} in - wcoss2|acorn) - ECFLOW_START="$(command -v server_check.sh)" - ECFLOW_STOP="$(command -v ecflow_stop.sh)" - ;; expanse|stampede|noaacloud) die "ECFLOW not supported on this machine, please do not use '-e'." ;; *) ECFLOW_START="$(command -v ecflow_start.sh)" - ECFLOW_STOP="$(command -v ecflow_stop.sh)" ;; esac - export ECFLOW_START ECFLOW_STOP + export ECFLOW_START - export ECF_OUTPUTDIR="${PATHRT}/ecf_outputdir" - export ECF_COMDIR="${PATHRT}/ecf_comdir" - rm -rf "${ECF_OUTPUTDIR}" "${ECF_COMDIR}" - mkdir -p "${ECF_OUTPUTDIR}" - mkdir -p "${ECF_COMDIR}" + #export ECF_OUTPUTDIR="${PATHRT}/ecf_outputdir" + #export ECF_COMDIR="${PATHRT}/ecf_comdir" + #rm -rf "${ECF_OUTPUTDIR}" "${ECF_COMDIR}" + #mkdir -p "${ECF_OUTPUTDIR}" + #mkdir -p "${ECF_COMDIR}" # Default maximum number of compile and run jobs MAX_BUILDS=10 #Max build jobs MAX_JOBS=30 #Max test/run jobs diff --git a/tests/rt_utils.sh b/tests/rt_utils.sh index 24f8c8d286..1d72ada3fe 100755 --- a/tests/rt_utils.sh +++ b/tests/rt_utils.sh @@ -6,6 +6,8 @@ if [[ "$0" = "${BASH_SOURCE[0]}" ]]; then exit 1 fi +ECFLOW_RUNNING=false + # Note: this file must only contain subroutines, and variables that # are not dependent on the caller. Most regression test variables # (such as ACCNR) are not set until after rt.sh sources this file. @@ -658,25 +660,30 @@ ecflow_run() { fi # Start the ecflow_server + echo "rt_utils.sh: Checking status of the ecflow_server..." set +e ecflow_client --ping --host="${ECF_HOST}" --port="${ECF_PORT}" not_running=$? set -e if [[ ${not_running} -eq 1 ]]; then - echo "ecflow_server is NOT running on ${ECF_HOST}:${ECF_PORT}" + echo "rt_utils.sh: ecflow_server is not running on ${ECF_HOST}:${ECF_PORT}" + echo "rt_utils.sh: attempting to start ecflow_server..." - if [[ ${MACHINE_ID} == wcoss2 || ${MACHINE_ID} == acorn ]]; then - #shellcheck disable=SC2029 - ssh "${ECF_HOST}" "bash -l -c \"module load ecflow && ${ECFLOW_START} -p ${ECF_PORT}\"" - elif [[ ${MACHINE_ID} == hera || ${MACHINE_ID} == jet ]]; then - #shellcheck disable=SC2029 - ssh "${ECF_HOST}" "bash -l -c \"module load ecflow && ${ECFLOW_START} -d ${RUNDIR_ROOT}/ecflow_server\"" - else - ${ECFLOW_START} -p "${ECF_PORT}" -d "${RUNDIR_ROOT}/ecflow_server" - fi - echo "Since this script is starting the ecflow_server, we will stop it at the end" - export STOP_ECFLOW_AT_END=true + save_traps=$(trap) + trap "" SIGINT # Ignore INT signal during ecflow startup + case ${MACHINE_ID} in + wcoss2|acorn|hera|jet) + #shellcheck disable=SC2029 + ssh "${ECF_HOST}" "bash -l -c \"module load ecflow && ${ECFLOW_START} -p ${ECF_PORT}\"" + ;; + *) + ${ECFLOW_START} -p "${ECF_PORT}" -d "${RUNDIR_ROOT}/ecflow_server" + ;; + esac + + ECFLOW_RUNNING=true + eval "${save_traps}" # Try pinging ecflow server now, and erroring out if not there. set +e ecflow_client --ping --host="${ECF_HOST}" --port="${ECF_PORT}" @@ -684,25 +691,27 @@ ecflow_run() { set -e if [[ ${not_running} -eq 1 ]]; then - echo "ERROR: Failure to start ecflow, exiting..." + echo "rt_utils.sh: ERROR -- Failure to start ecflow. Exiting..." exit 1 fi else - echo "ecflow_server is already running on ${ECF_HOST}:${ECF_PORT}" + echo "rt_utils.sh: Confirmed: ecflow_server is running on ${ECF_HOST}:${ECF_PORT}" + ECFLOW_RUNNING=true fi - ECFLOW_RUNNING=true + echo "rt_utils.sh: Starting ECFLOW tasks..." set +e ecflow_client --load="${ECFLOW_RUN}/${ECFLOW_SUITE}.def" --host="${ECF_HOST}" --port="${ECF_PORT}" ecflow_client --begin="${ECFLOW_SUITE}" --host="${ECF_HOST}" --port="${ECF_PORT}" ecflow_client --restart --host="${ECF_HOST}" --port="${ECF_PORT}" set -e + sleep 10 active_tasks=1 - sleep 10 max_active_tasks=$( ecflow_client --get_state "/${ECFLOW_SUITE}" ) max_active_tasks=$( grep "task " <<< "${max_active_tasks}" ) max_active_tasks=$( grep -cP 'state:active|state:submitted|state:queued' <<< "${max_active_tasks}" ) + echo "rt_utils.sh: Total number of tasks processed -- ${max_active_tasks}" while [[ "${active_tasks}" -ne 0 ]] do sleep 10 & wait $! @@ -716,6 +725,7 @@ ecflow_run() { done sleep 65 # wait one ECF_INTERVAL plus 5 seconds + echo "rt_utils.sh: ECFLOW tasks completed, cleaning up suite" set +e ecflow_client --delete=force yes "/${ECFLOW_SUITE}" set -e @@ -723,39 +733,30 @@ ecflow_run() { } ecflow_kill() { - echo "rt_utils.sh: Killing ECFLOW Workflow..." - [[ ${ECFLOW_RUNNING:-false} == true ]] || return - set +e - ecflow_client --suspend "/${ECFLOW_SUITE}" - ecflow_client --kill "/${ECFLOW_SUITE}" - sleep 20 - ecflow_client --delete=force yes "/${ECFLOW_SUITE}" - set -e + [[ ${ECFLOW_RUNNING:-false} == true ]] || return + echo "rt_utils.sh: Deleting ECFLOW suite: ${ECFLOW_SUITE}" + set +e + ecflow_client --suspend "/${ECFLOW_SUITE}" + ecflow_client --kill "/${ECFLOW_SUITE}" + sleep 20 + ecflow_client --delete=force yes "/${ECFLOW_SUITE}" + set -e } ecflow_stop() { - echo "rt_utils.sh: Stopping ECFLOW Workflow..." [[ ${ECFLOW_RUNNING:-false} == true ]] || return + echo "rt_utils.sh: Checking whether to stop ecflow_server..." set +e SUITES=$( ecflow_client --get ) SUITES=$( grep "^suite" <<< "${SUITES}" ) - echo "SUITES=${SUITES}" if [[ -z "${SUITES}" ]]; then + echo "rt_utils.sh: No other suites running, stopping ecflow_server" ecflow_client --halt=yes ecflow_client --check_pt ecflow_client --terminate=yes - fi - if [[ ${STOP_ECFLOW_AT_END} == true ]]; then - echo "rt_utils.sh: Stopping ECFLOW Server..." - case ${MACHINE_ID} in - wcoss2|acorn|hera|jet) - #shellcheck disable=SC2029 - ssh "${ECF_HOST}" "bash -l -c \"${ECFLOW_STOP} -p ${ECF_PORT}\"" - ;; - *) - ${ECFLOW_STOP} -p "${ECF_PORT}" - ;; - esac + else + echo "rt_utils.sh: Active suites running, NOT stopping ecflow_server..." + echo "SUITES are: ${SUITES}" fi set -e } diff --git a/tests/test_changes.list b/tests/test_changes.list index 41e638ce0e..cff472391f 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,4 +1,2 @@ -control_p8_atmlnd_sbs intel -control_p8_atmlnd intel -control_restart_p8_atmlnd intel -control_p8_atmlnd_debug intel +merra2_thompson intel +atmaero_control_p8_rad_micro intel From 223b9aebf5203091ec4a7921a48ec3df59a1950c Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Tue, 7 May 2024 09:37:57 -0400 Subject: [PATCH 4/6] update inputdata for Bu angle fix; re-enable cpld C48 warmstart test (#2235) * UFSWM - update input data directory to fix CICE grid files for incorrect Bu angle, update C48 coupled warmstart files and remove 4-deg ocean files --- tests/bl_date.conf | 2 +- tests/logs/OpnReqTests_control_p8_hera.log | 48 +- ...sts_cpld_control_nowave_noaero_p8_hera.log | 169 +++- .../OpnReqTests_regional_control_hera.log | 30 +- tests/logs/RegressionTests_derecho.log | 584 ++++++-------- tests/logs/RegressionTests_gaea.log | 532 ++++++------- tests/logs/RegressionTests_hera.log | 743 ++++++++++-------- tests/logs/RegressionTests_hercules.log | 706 ++++++++--------- tests/logs/RegressionTests_jet.log | 474 +++++------ tests/logs/RegressionTests_orion.log | 532 ++++++------- tests/logs/RegressionTests_wcoss2.log | 458 +++++------ tests/opnReqTest | 10 +- tests/rt.conf | 66 +- tests/rt.sh | 2 +- tests/test_changes.list | 54 +- 15 files changed, 2304 insertions(+), 2106 deletions(-) diff --git a/tests/bl_date.conf b/tests/bl_date.conf index 40b36bd83a..26b75780f3 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20240430 +export BL_DATE=20240503 diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index 98af0db899..e829c13338 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Wed May 1 16:47:10 UTC 2024 +Mon May 6 03:31:26 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1433614/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2102271/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving sfcf000.nc .........OK @@ -51,14 +51,14 @@ Moving baseline bit_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 273.804433 - 0: The maximum resident set size (KB) = 1253420 + 0: The total amount of wall time = 272.641469 + 0: The maximum resident set size (KB) = 1268416 Test bit_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1433614/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2102271/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf000.nc .........OK @@ -106,14 +106,14 @@ Moving baseline dbg_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 960.167656 - 0: The maximum resident set size (KB) = 1231384 + 0: The total amount of wall time = 939.651847 + 0: The maximum resident set size (KB) = 1254768 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1433614/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2102271/dcp_dcp Checking test dcp results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -160,14 +160,14 @@ Checking test dcp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 247.343877 - 0: The maximum resident set size (KB) = 1232416 + 0: The total amount of wall time = 241.788160 + 0: The maximum resident set size (KB) = 1249176 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1433614/mpi_mpi +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2102271/mpi_mpi Checking test mpi results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -214,14 +214,14 @@ Checking test mpi results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 245.896195 - 0: The maximum resident set size (KB) = 1231104 + 0: The total amount of wall time = 244.812605 + 0: The maximum resident set size (KB) = 1246164 Test mpi PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1433614/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2102271/rst_rst Checking test rst results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -268,14 +268,14 @@ Checking test rst results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 251.053244 - 0: The maximum resident set size (KB) = 1228068 + 0: The total amount of wall time = 242.401979 + 0: The maximum resident set size (KB) = 1247912 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1433614/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2102271/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf000.nc .........OK @@ -323,14 +323,14 @@ Moving baseline std_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 253.154960 - 0: The maximum resident set size (KB) = 1233000 + 0: The total amount of wall time = 245.916587 + 0: The maximum resident set size (KB) = 1245720 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1433614/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2102271/thr_thr Checking test thr results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -377,11 +377,11 @@ Checking test thr results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 242.649383 - 0: The maximum resident set size (KB) = 1233424 + 0: The total amount of wall time = 244.965128 + 0: The maximum resident set size (KB) = 1242856 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed May 1 17:54:31 UTC 2024 -Elapsed time: 01h:07m:25s. Have a nice day! +Mon May 6 04:33:54 UTC 2024 +Elapsed time: 01h:02m:28s. Have a nice day! diff --git a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log index 24258447f8..a36694bc8d 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,9 +1,9 @@ -Wed May 1 15:19:59 UTC 2024 +Mon May 6 21:46:21 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2945403/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2042345/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf021.tile1.nc .........OK @@ -66,14 +66,159 @@ Moving baseline dbg_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 1448.267808 - 0: The maximum resident set size (KB) = 1364020 + 0: The total amount of wall time = 1337.937513 + 0: The maximum resident set size (KB) = 1366960 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2945403/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2042345/rst_rst +Checking test rst results .... + Comparing sfcf021.tile1.nc ............MISSING file + Comparing sfcf021.tile2.nc ............MISSING file + Comparing sfcf021.tile3.nc ............MISSING file + Comparing sfcf021.tile4.nc ............MISSING file + Comparing sfcf021.tile5.nc ............MISSING file + Comparing sfcf021.tile6.nc ............MISSING file + Comparing atmf021.tile1.nc ............MISSING file + Comparing atmf021.tile2.nc ............MISSING file + Comparing atmf021.tile3.nc ............MISSING file + Comparing atmf021.tile4.nc ............MISSING file + Comparing atmf021.tile5.nc ............MISSING file + Comparing atmf021.tile6.nc ............MISSING file + Comparing sfcf024.tile1.nc ............MISSING file + Comparing sfcf024.tile2.nc ............MISSING file + Comparing sfcf024.tile3.nc ............MISSING file + Comparing sfcf024.tile4.nc ............MISSING file + Comparing sfcf024.tile5.nc ............MISSING file + Comparing sfcf024.tile6.nc ............MISSING file + Comparing atmf024.tile1.nc ............MISSING file + Comparing atmf024.tile2.nc ............MISSING file + Comparing atmf024.tile3.nc ............MISSING file + Comparing atmf024.tile4.nc ............MISSING file + Comparing atmf024.tile5.nc ............MISSING file + Comparing atmf024.tile6.nc ............MISSING file + Comparing RESTART/20210323.060000.coupler.res ............MISSING file + Comparing RESTART/20210323.060000.fv_core.res.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc ............MISSING file + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc ............MISSING file + Comparing RESTART/20210323.060000.phy_data.tile1.nc ............MISSING file + Comparing RESTART/20210323.060000.phy_data.tile2.nc ............MISSING file + Comparing RESTART/20210323.060000.phy_data.tile3.nc ............MISSING file + Comparing RESTART/20210323.060000.phy_data.tile4.nc ............MISSING file + Comparing RESTART/20210323.060000.phy_data.tile5.nc ............MISSING file + Comparing RESTART/20210323.060000.phy_data.tile6.nc ............MISSING file + Comparing RESTART/20210323.060000.sfc_data.tile1.nc ............MISSING file + Comparing RESTART/20210323.060000.sfc_data.tile2.nc ............MISSING file + Comparing RESTART/20210323.060000.sfc_data.tile3.nc ............MISSING file + Comparing RESTART/20210323.060000.sfc_data.tile4.nc ............MISSING file + Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............MISSING file + Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............MISSING file + Comparing RESTART/20210323.060000.MOM.res.nc ............MISSING file + Comparing RESTART/iced.2021-03-23-21600.nc ............MISSING file + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc ............MISSING file + + +Test rst FAIL + + +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2042345/std_base_std_base +Checking test std_base results .... +Moving baseline std_base files .... + Moving sfcf021.tile1.nc .........OK + Moving sfcf021.tile2.nc .........OK + Moving sfcf021.tile3.nc .........OK + Moving sfcf021.tile4.nc .........OK + Moving sfcf021.tile5.nc .........OK + Moving sfcf021.tile6.nc .........OK + Moving atmf021.tile1.nc .........OK + Moving atmf021.tile2.nc .........OK + Moving atmf021.tile3.nc .........OK + Moving atmf021.tile4.nc .........OK + Moving atmf021.tile5.nc .........OK + Moving atmf021.tile6.nc .........OK + Moving sfcf024.tile1.nc .........OK + Moving sfcf024.tile2.nc .........OK + Moving sfcf024.tile3.nc .........OK + Moving sfcf024.tile4.nc .........OK + Moving sfcf024.tile5.nc .........OK + Moving sfcf024.tile6.nc .........OK + Moving atmf024.tile1.nc .........OK + Moving atmf024.tile2.nc .........OK + Moving atmf024.tile3.nc .........OK + Moving atmf024.tile4.nc .........OK + Moving atmf024.tile5.nc .........OK + Moving atmf024.tile6.nc .........OK + Moving RESTART/20210323.060000.coupler.res .........OK + Moving RESTART/20210323.060000.fv_core.res.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile1.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile2.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile3.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile4.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile5.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile6.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile1.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile2.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile3.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile4.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK + Moving RESTART/20210323.060000.MOM.res.nc .........OK + Moving RESTART/iced.2021-03-23-21600.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + + 0: The total amount of wall time = 398.324973 + 0: The maximum resident set size (KB) = 1344212 + +Test std_base PASS + +FAILED TESTS: +Test rst failed in check_result failed +OPERATION REQUIREMENT TEST FAILED +Tue May 7 00:38:15 UTC 2024 +Elapsed time: 02h:51m:56s. Have a nice day! +Tue May 7 01:53:20 UTC 2024 +Start Operation Requirement Test + + +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3322035/rst_rst Checking test rst results .... Comparing sfcf021.tile1.nc .....USING NCCMP......OK Comparing sfcf021.tile2.nc .....USING NCCMP......OK @@ -135,14 +280,14 @@ Checking test rst results .... Comparing RESTART/iced.2021-03-23-21600.nc .....USING NCCMP......OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK - 0: The total amount of wall time = 444.246604 - 0: The maximum resident set size (KB) = 1359328 + 0: The total amount of wall time = 405.576010 + 0: The maximum resident set size (KB) = 1340024 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2945403/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3322035/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf021.tile1.nc .........OK @@ -205,11 +350,11 @@ Moving baseline std_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 448.797587 - 0: The maximum resident set size (KB) = 1359444 + 0: The total amount of wall time = 395.446701 + 0: The maximum resident set size (KB) = 1344300 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed May 1 16:30:01 UTC 2024 -Elapsed time: 01h:10m:03s. Have a nice day! +Tue May 7 02:25:02 UTC 2024 +Elapsed time: 00h:31m:43s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 653742ca0c..126227365f 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Wed May 1 12:44:33 UTC 2024 +Mon May 6 13:15:23 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3929078/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3029607/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving dynf000.nc .........OK @@ -15,14 +15,14 @@ Moving baseline bit_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 1265.539423 - 0: The maximum resident set size (KB) = 593464 + 0: The total amount of wall time = 1289.474304 + 0: The maximum resident set size (KB) = 591012 Test bit_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3929078/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3029607/dcp_dcp Checking test dcp results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -33,14 +33,14 @@ Checking test dcp results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2156.871537 - 0: The maximum resident set size (KB) = 548144 + 0: The total amount of wall time = 2173.814168 + 0: The maximum resident set size (KB) = 555696 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3929078/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3029607/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving dynf000.nc .........OK @@ -52,14 +52,14 @@ Moving baseline std_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 2145.775444 - 0: The maximum resident set size (KB) = 556196 + 0: The total amount of wall time = 2138.683822 + 0: The maximum resident set size (KB) = 555504 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3929078/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3029607/thr_thr Checking test thr results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -70,11 +70,11 @@ Checking test thr results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2148.252094 - 0: The maximum resident set size (KB) = 561788 + 0: The total amount of wall time = 2194.552952 + 0: The maximum resident set size (KB) = 553188 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed May 1 15:05:29 UTC 2024 -Elapsed time: 02h:20m:57s. Have a nice day! +Mon May 6 15:40:27 UTC 2024 +Elapsed time: 02h:25m:06s. Have a nice day! diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index 5e21b08bec..a0b92401cb 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,7 +1,7 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -521f9348ebc590effdc0b5054b94946e209679d4 +74f64e4f73a0ff8342016a23eb73b4d6ec1cfff9 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - bbcabb5b292cccb4bd3542667f97a987cc3274cc FV3 (remotes/origin/mr2_innl) + 683061b3fd58716625eed61d7a7143e985f733d4 FV3 (heads/develop) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 9b9467998598fb45725a27a6200eabdf9840ad33 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-717-g9b94679) - cb2eedd54241523ca8bab09af86b4a45fa0bdd1b FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5189-gcb2eedd5) + 741212e4962d371520f773e2be9481142f79635e FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-718-g741212e) + 1c2a898e97f069eeeb930cfb542db67ed349b72c FV3/ccpp/physics (EP4-744-g1c2a898e) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -35,335 +35,271 @@ 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-20240430 -COMPARISON DIRECTORY: /glade/derecho/scratch/epicufsrt/FV3_RT/rt_24021 +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240503 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_78724 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [21:16, 19:14] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:36, 04:51](3073 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:17, 20:26] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [16:59, 13:43](1692 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:06, 14:58](1825 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:59, 07:03](959 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:59, 15:42](1662 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:18, 09:05] ( 1530 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:40, 21:19](1695 MB) - -PASS -- COMPILE 's2swa_intel' [21:15, 19:15] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [12:33, 05:36](3093 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:50, 05:36](3093 MB) -PASS -- TEST 'cpld_restart_p8_intel' [15:43, 03:15](3149 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:40, 05:35](3123 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:06, 03:15](3176 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:34, 05:30](3091 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [10:29, 04:36](3387 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:48, 05:35](3102 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [34:45, 08:44](3638 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [11:02, 05:47](3613 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [24:16, 09:44](4343 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [26:29, 06:48](4650 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:19, 05:17](3067 MB) - -PASS -- COMPILE 's2sw_intel' [20:14, 18:33] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:30, 04:09](1681 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:43, 04:14](1729 MB) - -PASS -- COMPILE 's2swa_debug_intel' [10:14, 09:06] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [09:48, 07:37](3155 MB) - -PASS -- COMPILE 's2sw_debug_intel' [10:14, 08:33] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:29, 05:16](1703 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [16:15, 14:15] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:10, 04:12](1726 MB) - -PASS -- COMPILE 's2s_intel' [16:15, 14:11] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:13, 06:37](2668 MB) - -PASS -- COMPILE 's2swa_faster_intel' [24:16, 22:51] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:54, 05:28](3103 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [20:19, 19:18] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:57, 14:14](1705 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:10, 07:07](1018 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:40, 15:59](1678 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:17, 08:34] ( 1565 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:48, 22:58](1712 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:18, 12:32] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:35, 03:23](672 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:05, 02:22](1563 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:16, 02:25](1574 MB) -PASS -- TEST 'control_latlon_intel' [07:01, 02:24](1576 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:05, 02:24](1569 MB) -PASS -- TEST 'control_c48_intel' [15:10, 06:11](1621 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [12:42, 05:15](739 MB) -PASS -- TEST 'control_c192_intel' [12:43, 08:38](1684 MB) -PASS -- TEST 'control_c384_intel' [13:35, 08:49](2006 MB) -PASS -- TEST 'control_c384gdas_intel' [15:19, 07:15](1201 MB) -PASS -- TEST 'control_stochy_intel' [03:34, 01:26](625 MB) -PASS -- TEST 'control_stochy_restart_intel' [08:40, 00:52](443 MB) -PASS -- TEST 'control_lndp_intel' [12:31, 01:20](623 MB) -PASS -- TEST 'control_iovr4_intel' [13:41, 02:04](620 MB) -PASS -- TEST 'control_iovr5_intel' [12:40, 02:06](625 MB) -PASS -- TEST 'control_p8_intel' [13:30, 02:28](1604 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [13:26, 02:28](1608 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [12:22, 02:26](1601 MB) -PASS -- TEST 'control_restart_p8_intel' [03:34, 01:24](804 MB) -PASS -- TEST 'control_noqr_p8_intel' [11:27, 02:26](1584 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:39, 01:21](806 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:23, 02:33](1601 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:07, 04:23](1598 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [12:46, 03:16](1654 MB) -PASS -- TEST 'control_p8_mynn_intel' [11:36, 02:30](1608 MB) -PASS -- TEST 'merra2_thompson_intel' [11:29, 02:46](1612 MB) -PASS -- TEST 'regional_control_intel' [06:02, 04:27](632 MB) -PASS -- TEST 'regional_restart_intel' [03:57, 02:29](798 MB) -PASS -- TEST 'regional_decomp_intel' [06:57, 04:44](629 MB) -PASS -- TEST 'regional_noquilt_intel' [05:56, 04:25](1158 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:06, 04:27](629 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:01, 04:29](631 MB) -PASS -- TEST 'regional_wofs_intel' [07:04, 05:36](1609 MB) - -PASS -- COMPILE 'rrfs_intel' [12:18, 11:01] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:06, 06:08](1006 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:04, 03:40](1197 MB) -PASS -- TEST 'rap_decomp_intel' [09:11, 06:24](1008 MB) -PASS -- TEST 'rap_restart_intel' [05:19, 03:14](884 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:14, 06:05](1007 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:12, 06:23](1006 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:08, 04:33](879 MB) -PASS -- TEST 'hrrr_control_intel' [06:12, 03:13](1000 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:12, 03:15](999 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [20:26, 02:47](1091 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:46, 01:44](834 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:06, 05:56](1000 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:48, 07:21](1958 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:47, 07:06](1949 MB) - -PASS -- COMPILE 'csawmg_intel' [16:19, 10:04] ( 6 warnings ) -PASS -- TEST 'control_csawmg_intel' [08:00, 05:50](694 MB) -PASS -- TEST 'control_ras_intel' [04:27, 02:51](659 MB) - -PASS -- COMPILE 'wam_intel' [15:18, 09:27] ( 5 warnings ) -PASS -- TEST 'control_wam_intel' [03:30, 01:53](381 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [19:20, 12:31] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:50, 02:20](1603 MB) -PASS -- TEST 'regional_control_faster_intel' [05:58, 04:15](625 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [15:18, 08:22] ( 890 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:20, 02:30](1600 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:19, 02:29](1597 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:39, 02:52](797 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:33, 02:31](797 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:08, 03:59](840 MB) -PASS -- TEST 'control_ras_debug_intel' [03:36, 02:40](808 MB) -PASS -- TEST 'control_diag_debug_intel' [04:21, 02:37](1655 MB) -PASS -- TEST 'control_debug_p8_intel' [03:58, 02:37](1628 MB) -PASS -- TEST 'regional_debug_intel' [16:58, 15:44](661 MB) -PASS -- TEST 'rap_control_debug_intel' [05:35, 04:41](1179 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:33, 04:31](1175 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:31, 04:44](1180 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:40, 04:38](1181 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:36, 04:38](1178 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:20, 04:55](1264 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:33, 04:41](1182 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:32, 04:48](1181 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:35, 04:38](1180 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:33, 04:36](1181 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:32, 04:30](1177 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:32, 04:37](1181 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:26, 07:35](1180 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:31, 04:38](1177 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:31, 05:25](1184 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:36, 04:35](1178 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:04, 07:55](1183 MB) - -PASS -- COMPILE 'wam_debug_intel' [13:19, 05:12] ( 860 warnings ) -PASS -- TEST 'control_wam_debug_intel' [05:29, 04:46](420 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:14, 09:31] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:46, 03:25](1060 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:09, 05:07](887 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:06, 02:44](884 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:08, 02:53](881 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:57, 03:51](796 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:43, 01:31](775 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:18, 11:34] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:34, 01:50](1084 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:46, 00:55](1085 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:48, 01:07](976 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:18, 09:40] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:06, 03:38](910 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:17, 05:40] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:32, 04:38](1061 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:39, 04:22](1057 MB) -PASS -- TEST 'conus13km_debug_intel' [15:49, 13:17](1136 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:39, 13:21](821 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:31, 13:19](1201 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:16, 05:29] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:32, 04:36](1083 MB) - -PASS -- COMPILE 'hafsw_intel' [20:19, 15:33] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:39, 04:28](719 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:14, 04:59](1068 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:48, 06:19](779 MB) -FAILED: RUN DID NOT COMPLETE -- TEST 'hafs_regional_atm_wav_intel' [, ]( MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:43, 11:55](814 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:40, 04:38](476 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:28, 05:40](495 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:04, 02:18](391 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:06, 06:13](458 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:01, 03:15](512 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:35, 03:00](510 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:22, 03:44](587 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:29, 01:12](427 MB) -PASS -- TEST 'gnv1_nested_intel' [05:20, 03:18](788 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [15:19, 06:51] ( 1472 warnings 1481 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:20, 11:57](614 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [27:20, 19:19] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:26, 07:01](632 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:36, 07:10](696 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [24:20, 16:27] ( 5 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:44, 05:12](676 MB) - -PASS -- COMPILE 'hafs_all_intel' [21:21, 13:50] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:35, 05:29](752 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:42, 05:30](737 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:27, 16:09](896 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [14:20, 07:36] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:34, 02:28](761 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:30, 01:30](750 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:23, 02:20](637 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:34, 02:22](642 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:32, 02:24](638 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:35, 02:29](761 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:32, 02:29](760 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:28, 02:21](640 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:51, 05:38](692 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:32, 05:35](674 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:26, 02:31](762 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:44, 03:52](2017 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:39, 03:52](2017 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [11:18, 04:53] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:34, 05:01](748 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [13:18, 07:35] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:30, 02:28](750 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:17, 02:18] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:32, 01:06](311 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:33, 01:01](452 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:38, 00:41](453 MB) - -PASS -- COMPILE 'atml_intel' [13:20, 12:49] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:42, 06:11](1639 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [08:38, 05:49](1632 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:59, 03:16](850 MB) - -PASS -- COMPILE 'atml_debug_intel' [08:18, 07:23] ( 885 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:25, 05:28](1667 MB) - -PASS -- COMPILE 'atmw_intel' [13:21, 12:37] ( 5 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:25, 01:32](1639 MB) - -PASS -- COMPILE 'atmaero_intel' [12:19, 11:01] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:55, 03:35](2950 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:47, 04:12](3007 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:10, 04:18](3012 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [07:18, 06:11] ( 889 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [25:21, 21:49](4529 MB) +PASS -- COMPILE 's2swa_32bit_intel' [28:39, 19:47] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:42, 04:55](3074 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [30:39, 21:09] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [21:13, 13:45](1689 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:14, 15:07](1827 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:37, 07:12](958 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [09:00, 15:49](1656 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [18:40, 09:33] ( 1530 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [19:48, 21:23](1708 MB) + +PASS -- COMPILE 's2swa_intel' [28:43, 19:34] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:47, 05:38](3091 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:46, 05:35](3092 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:28, 03:19](3149 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [14:57, 05:36](3128 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:04, 03:19](3180 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [05:37, 05:32](3090 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:37, 04:36](3390 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:56, 05:36](3104 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [13:24, 08:46](3633 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [12:06, 06:01](3614 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [22:36, 09:48](4345 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [20:22, 07:13](4651 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [11:34, 05:16](3069 MB) + +PASS -- COMPILE 's2sw_intel' [27:43, 19:02] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [10:50, 04:11](1681 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:03, 04:16](1732 MB) + +PASS -- COMPILE 's2swa_debug_intel' [18:36, 09:30] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [21:06, 07:44](3148 MB) + +PASS -- COMPILE 's2sw_debug_intel' [17:38, 08:48] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [25:42, 05:15](1707 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [23:39, 14:36] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:49, 04:16](1728 MB) + +PASS -- COMPILE 's2s_intel' [23:39, 14:33] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [28:28, 06:42](2666 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [24:30, 02:00](2683 MB) +PASS -- TEST 'cpld_restart_c48_intel' [05:13, 01:08](2123 MB) + +PASS -- COMPILE 's2swa_faster_intel' [32:44, 23:13] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:07, 05:31](3102 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [47:34, 19:46] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:42, 14:11](1702 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:11, 07:19](1017 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:49, 16:03](1672 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [35:33, 08:45] ( 1565 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:38, 22:54](1718 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [39:29, 12:35] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:26, 03:24](672 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [06:04, 02:26](1563 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:16, 02:28](1578 MB) +PASS -- TEST 'control_latlon_intel' [05:02, 02:23](1570 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:19, 02:24](1574 MB) +PASS -- TEST 'control_c48_intel' [13:13, 06:13](1618 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [12:34, 05:15](735 MB) +PASS -- TEST 'control_c192_intel' [13:41, 08:42](1687 MB) +PASS -- TEST 'control_c384_intel' [15:38, 09:02](2006 MB) +PASS -- TEST 'control_c384gdas_intel' [15:59, 07:25](1208 MB) +PASS -- TEST 'control_stochy_intel' [03:45, 01:26](630 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:41, 00:53](437 MB) +PASS -- TEST 'control_lndp_intel' [02:32, 01:23](625 MB) +PASS -- TEST 'control_iovr4_intel' [03:49, 02:07](622 MB) +PASS -- TEST 'control_iovr5_intel' [03:50, 02:05](625 MB) +PASS -- TEST 'control_p8_intel' [06:14, 02:28](1595 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:13, 02:28](1595 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:14, 02:28](1603 MB) +PASS -- TEST 'control_restart_p8_intel' [05:24, 01:30](802 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:22, 02:28](1593 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:16, 01:28](804 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:11, 02:33](1600 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:45, 04:30](1593 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:14, 03:17](1653 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:05, 02:31](1606 MB) +PASS -- TEST 'merra2_thompson_intel' [05:43, 02:48](1604 MB) +PASS -- TEST 'regional_control_intel' [06:53, 04:35](631 MB) +PASS -- TEST 'regional_restart_intel' [06:00, 02:30](801 MB) +PASS -- TEST 'regional_decomp_intel' [06:47, 04:52](630 MB) +PASS -- TEST 'regional_noquilt_intel' [07:03, 04:36](1162 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:06, 04:36](625 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:02, 04:36](632 MB) +PASS -- TEST 'regional_wofs_intel' [08:01, 05:56](1599 MB) + +PASS -- COMPILE 'rrfs_intel' [32:29, 11:13] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:07, 06:06](1005 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:47, 03:44](1195 MB) +PASS -- TEST 'rap_decomp_intel' [09:18, 06:23](1005 MB) +PASS -- TEST 'rap_restart_intel' [05:18, 03:22](878 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:18, 06:05](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:13, 06:28](1006 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:22, 04:34](881 MB) +PASS -- TEST 'hrrr_control_intel' [05:08, 03:12](1002 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:08, 03:20](1006 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:07, 02:47](1086 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:51, 01:45](833 MB) +PASS -- TEST 'rrfs_v1beta_intel' [07:52, 06:01](1000 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:31, 07:24](1958 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:39, 07:07](1948 MB) + +PASS -- COMPILE 'csawmg_intel' [31:33, 10:17] ( 6 warnings ) +PASS -- TEST 'control_csawmg_intel' [08:59, 05:56](695 MB) +PASS -- TEST 'control_ras_intel' [04:37, 02:57](655 MB) + +PASS -- COMPILE 'wam_intel' [27:26, 09:35] ( 5 warnings ) +PASS -- TEST 'control_wam_intel' [03:31, 01:56](385 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [29:34, 12:35] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:21, 02:24](1604 MB) +PASS -- TEST 'regional_control_faster_intel' [06:46, 04:18](626 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [25:26, 08:32] ( 890 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [08:04, 02:31](1593 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [08:05, 02:27](1594 MB) +PASS -- TEST 'control_stochy_debug_intel' [06:14, 02:55](800 MB) +PASS -- TEST 'control_lndp_debug_intel' [06:15, 02:34](800 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:00, 03:55](840 MB) +PASS -- TEST 'control_ras_debug_intel' [06:14, 02:35](811 MB) +PASS -- TEST 'control_diag_debug_intel' [09:08, 02:35](1667 MB) +PASS -- TEST 'control_debug_p8_intel' [08:01, 02:38](1623 MB) +PASS -- TEST 'regional_debug_intel' [19:02, 16:05](664 MB) +PASS -- TEST 'rap_control_debug_intel' [08:35, 04:39](1180 MB) +PASS -- TEST 'hrrr_control_debug_intel' [08:30, 04:36](1178 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [08:30, 04:37](1182 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [08:32, 04:38](1180 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:38, 04:42](1181 MB) +PASS -- TEST 'rap_diag_debug_intel' [10:06, 04:53](1268 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:37, 04:46](1182 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:37, 04:50](1185 MB) +PASS -- TEST 'rap_lndp_debug_intel' [08:43, 04:38](1185 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:40, 04:40](1182 MB) +PASS -- TEST 'rap_noah_debug_intel' [08:39, 04:31](1178 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [08:38, 04:44](1183 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:27, 07:32](1181 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [08:37, 04:34](1177 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:32, 05:23](1185 MB) +PASS -- TEST 'rap_flake_debug_intel' [08:44, 04:43](1180 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:01, 07:54](1187 MB) + +PASS -- COMPILE 'wam_debug_intel' [20:30, 05:21] ( 860 warnings ) +PASS -- TEST 'control_wam_debug_intel' [06:25, 04:40](425 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [22:34, 09:43] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:34, 03:44](1062 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:02, 05:08](885 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:58, 02:47](882 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:56, 02:54](883 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:09, 03:51](796 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:35, 01:32](780 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:14, 11:34] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:29, 01:53](1087 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:42, 00:58](1087 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:31, 01:07](974 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:19, 09:37] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:55, 03:38](907 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:19, 05:43] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:30, 04:29](1057 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:32, 04:25](1056 MB) +PASS -- TEST 'conus13km_debug_intel' [17:54, 13:17](1136 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [17:53, 13:25](819 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:50, 13:18](1202 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [17:14, 05:22] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:29, 04:36](1086 MB) + +PASS -- COMPILE 'hafsw_intel' [18:18, 15:43] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:29, 04:32](718 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:55, 05:04](1067 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:42, 06:26](777 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:30, 10:53](795 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:51, 12:03](812 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:20, 04:40](475 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:46, 05:45](497 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:09, 02:21](391 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:47, 06:15](458 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:14, 03:19](512 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:26, 03:05](511 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:30, 03:47](585 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:42, 01:16](426 MB) +PASS -- TEST 'gnv1_nested_intel' [06:17, 03:23](792 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [21:23, 07:08] ( 1472 warnings 1481 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:26, 12:07](613 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [32:21, 19:19] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:32, 07:03](626 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:51, 07:10](691 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [27:20, 16:31] ( 5 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:26, 05:17](676 MB) + +PASS -- COMPILE 'hafs_all_intel' [25:24, 14:04] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:31, 05:34](760 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:29, 05:35](741 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:20, 16:12](895 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [14:13, 07:44] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:32, 02:30](747 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:37, 01:34](750 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:28, 02:22](639 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [06:37, 02:23](639 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:35, 02:23](648 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:36, 02:29](748 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:37, 02:29](762 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:41, 02:22](643 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:46, 05:42](691 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:34, 05:41](675 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:20, 02:29](748 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:29, 03:52](2017 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:32, 03:57](2018 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [09:13, 05:02] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:33, 05:03](746 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [11:19, 07:45] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:29, 02:30](760 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [06:12, 02:19] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:43, 01:08](311 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:30, 01:04](452 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:33, 00:44](451 MB) + +PASS -- COMPILE 'atml_intel' [17:13, 12:54] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [13:00, 06:02](1641 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [10:46, 06:17](1635 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:03, 03:16](851 MB) + +PASS -- COMPILE 'atml_debug_intel' [10:19, 07:33] ( 885 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:39, 05:29](1665 MB) + +PASS -- COMPILE 'atmw_intel' [16:20, 12:40] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:35, 01:33](1637 MB) + +PASS -- COMPILE 'atmaero_intel' [14:13, 11:05] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:35, 03:36](2950 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:43, 04:13](3000 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:14, 04:19](3010 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [09:13, 06:12] ( 889 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [26:24, 22:12](4531 MB) SYNOPSIS: -Starting Date/Time: 20240430 21:59:35 -Ending Date/Time: 20240430 23:38:01 -Total Time: 01h:39m:15s +Starting Date/Time: 20240506 14:49:48 +Ending Date/Time: 20240506 19:49:44 +Total Time: 05h:00m:44s Compiles Completed: 38/38 -Tests Completed: 172/173 -Failed Tests: -* TEST hafs_regional_atm_wav_intel: FAILED: RUN DID NOT COMPLETE --- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/s-weather-model_pipeline_PR-2221/tests/logs/log_derecho/run_hafs_regional_atm_wav_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 DERECHO REGRESSION TESTING LOG==== -====START OF DERECHO REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -521f9348ebc590effdc0b5054b94946e209679d4 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - bbcabb5b292cccb4bd3542667f97a987cc3274cc FV3 (remotes/origin/mr2_innl) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 9b9467998598fb45725a27a6200eabdf9840ad33 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-717-g9b94679) - cb2eedd54241523ca8bab09af86b4a45fa0bdd1b FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5189-gcb2eedd5) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) - - -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: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240430 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_43701 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: nral0032 -* (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 'hafsw_intel' [16:15, 15:49] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:12, 10:53](799 MB) - -SYNOPSIS: -Starting Date/Time: 20240501 07:00:20 -Ending Date/Time: 20240501 07:31:08 -Total Time: 00h:30m:58s -Compiles Completed: 1/1 -Tests Completed: 1/1 +Tests Completed: 175/175 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index 8384cf2789..5c860d155e 100755 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,7 +1,7 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -521f9348ebc590effdc0b5054b94946e209679d4 +74f64e4f73a0ff8342016a23eb73b4d6ec1cfff9 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - bbcabb5b292cccb4bd3542667f97a987cc3274cc FV3 (remotes/origin/mr2_innl) + 683061b3fd58716625eed61d7a7143e985f733d4 FV3 (heads/develop) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 9b9467998598fb45725a27a6200eabdf9840ad33 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-717-g9b94679) - cb2eedd54241523ca8bab09af86b4a45fa0bdd1b FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5189-gcb2eedd5) + 741212e4962d371520f773e2be9481142f79635e FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-718-g741212e) + 1c2a898e97f069eeeb930cfb542db67ed349b72c FV3/ccpp/physics (EP4-744-g1c2a898e) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -35,276 +35,278 @@ 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-20240430 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_5026 +BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240503 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_241906 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [19:14, 18:32] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:03, 07:31](3070 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:14, 22:51] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [15:41, 13:59](1685 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:42, 14:15](1808 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:13, 07:08](945 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:04, 15:03](1668 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [14:12, 13:20] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:47, 23:42](1707 MB) - -PASS -- COMPILE 's2swa_intel' [19:14, 18:30] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [10:08, 07:49](3096 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:11, 07:56](3096 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:12, 04:51](3153 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:08, 07:58](3121 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:28, 04:57](3174 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:03, 07:14](3413 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:03, 07:55](3096 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [10:00, 07:21](3019 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:09, 07:58](3097 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [13:57, 10:26](3266 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [10:34, 07:36](3601 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:28, 12:57](4036 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:53, 09:05](4342 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:55, 07:40](3065 MB) - -PASS -- COMPILE 's2sw_intel' [16:12, 15:58] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:54, 04:49](1685 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:54, 05:17](1730 MB) - -PASS -- COMPILE 's2swa_debug_intel' [14:12, 13:15] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [13:30, 10:28](3129 MB) - -PASS -- COMPILE 's2sw_debug_intel' [11:12, 11:02] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:10, 05:57](1700 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [16:12, 15:20] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:51, 05:09](1725 MB) - -PASS -- COMPILE 's2s_intel' [15:12, 15:05] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [07:58, 06:53](2663 MB) - -PASS -- COMPILE 's2swa_faster_intel' [22:14, 21:38] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:32, 07:42](3101 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [24:15, 23:34] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:43, 14:53](1701 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:38, 07:23](1000 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:40, 17:11](1682 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [15:14, 14:39] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:35, 26:23](1718 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [17:16, 16:48] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:33, 03:41](674 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:22, 03:04](1568 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:23, 03:08](1580 MB) -PASS -- TEST 'control_latlon_intel' [04:07, 03:01](1570 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:17, 03:03](1568 MB) -PASS -- TEST 'control_c48_intel' [08:42, 06:35](1601 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:01, 05:39](722 MB) -PASS -- TEST 'control_c192_intel' [11:13, 09:52](1683 MB) -PASS -- TEST 'control_c384_intel' [19:28, 18:11](1984 MB) -PASS -- TEST 'control_c384gdas_intel' [16:56, 14:14](1186 MB) -PASS -- TEST 'control_stochy_intel' [03:32, 02:14](627 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:31, 01:01](430 MB) -PASS -- TEST 'control_lndp_intel' [03:33, 02:20](628 MB) -PASS -- TEST 'control_iovr4_intel' [03:37, 02:50](623 MB) -PASS -- TEST 'control_iovr5_intel' [03:44, 02:56](623 MB) -PASS -- TEST 'control_p8_intel' [05:42, 03:42](1605 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:13, 03:33](1608 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:58, 03:25](1609 MB) -PASS -- TEST 'control_restart_p8_intel' [03:10, 01:51](790 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:51, 03:16](1596 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:14, 02:04](792 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:00, 03:28](1595 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:48, 02:41](1684 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:03, 05:19](1606 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:27, 04:11](1657 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:33, 03:23](1615 MB) -PASS -- TEST 'merra2_thompson_intel' [05:29, 03:40](1604 MB) -PASS -- TEST 'regional_control_intel' [06:14, 04:56](615 MB) -PASS -- TEST 'regional_restart_intel' [04:47, 03:21](789 MB) -PASS -- TEST 'regional_decomp_intel' [06:09, 05:00](615 MB) -PASS -- TEST 'regional_2threads_intel' [04:06, 03:04](765 MB) -PASS -- TEST 'regional_noquilt_intel' [06:11, 04:38](1153 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:20, 04:40](615 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:07, 04:39](615 MB) -PASS -- TEST 'regional_wofs_intel' [08:07, 06:11](1590 MB) - -PASS -- COMPILE 'rrfs_intel' [15:15, 14:56] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:22, 06:38](1009 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:08, 03:56](1184 MB) -PASS -- TEST 'rap_decomp_intel' [08:23, 06:59](1009 MB) -PASS -- TEST 'rap_2threads_intel' [08:02, 06:02](1097 MB) -PASS -- TEST 'rap_restart_intel' [05:23, 03:39](880 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:23, 06:55](1007 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:42, 07:15](1005 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:01, 05:22](879 MB) -PASS -- TEST 'hrrr_control_intel' [05:14, 03:43](1005 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:14, 03:48](1006 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:13, 03:04](1081 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:47, 01:55](837 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:23, 06:56](1003 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:43, 08:05](1967 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:50, 07:42](1951 MB) - -PASS -- COMPILE 'csawmg_intel' [15:16, 14:35] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [07:44, 06:35](696 MB) -PASS -- TEST 'control_ras_intel' [05:33, 03:24](655 MB) - -PASS -- COMPILE 'wam_intel' [15:12, 14:18] -PASS -- TEST 'control_wam_intel' [03:30, 02:08](370 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [16:13, 15:44] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:08, 03:12](1607 MB) -PASS -- TEST 'regional_control_faster_intel' [05:41, 04:41](614 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [12:14, 11:56] ( 885 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:02, 02:53](1587 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:35, 02:56](1589 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:45, 03:08](784 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:59, 02:53](788 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:39, 04:40](824 MB) -PASS -- TEST 'control_ras_debug_intel' [03:43, 02:52](794 MB) -PASS -- TEST 'control_diag_debug_intel' [04:46, 03:35](1640 MB) -PASS -- TEST 'control_debug_p8_intel' [04:47, 03:50](1618 MB) -PASS -- TEST 'regional_debug_intel' [17:50, 16:30](633 MB) -PASS -- TEST 'rap_control_debug_intel' [06:36, 05:36](1166 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:36, 05:24](1164 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:35, 05:25](1166 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:30, 05:32](1167 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:29, 05:23](1166 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:05, 05:18](1251 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:35, 05:18](1168 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:26, 05:06](1167 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:25, 05:03](1168 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:32, 05:00](1166 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:32, 04:54](1166 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:32, 04:59](1164 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:09, 07:51](1165 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:29, 04:55](1162 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:32, 05:49](1168 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:31, 05:00](1166 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:06, 08:35](1170 MB) - -PASS -- COMPILE 'wam_debug_intel' [09:14, 08:44] ( 855 warnings ) -PASS -- TEST 'control_wam_debug_intel' [05:30, 04:55](396 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:17, 12:55] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:12, 03:46](1048 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:01, 05:50](888 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:08, 03:22](884 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:01, 05:16](945 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:02, 02:47](937 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:03, 03:27](886 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:02, 04:19](783 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:33, 01:47](764 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:11, 15:56] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:01, 02:02](1095 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:08, 01:16](1074 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:07, 01:38](974 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:17, 13:36] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:16, 04:23](904 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:13, 10:17] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:42, 04:53](1047 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:37, 04:52](1048 MB) -PASS -- TEST 'conus13km_debug_intel' [15:50, 14:10](1130 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:50, 14:24](804 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:43, 08:16](1109 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:42, 14:11](1195 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:12, 09:54] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:33, 04:56](1067 MB) - -PASS -- COMPILE 'hafsw_intel' [18:13, 17:32] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:20, 05:22](709 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:41, 04:35](1057 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:37, 07:48](754 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:52, 11:42](788 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:42, 12:30](804 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:12, 05:19](480 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:37, 06:50](497 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:19, 02:56](373 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:35, 07:58](433 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:00, 04:30](510 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:13, 03:38](510 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:14, 04:40](574 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:42, 01:44](401 MB) -PASS -- TEST 'gnv1_nested_intel' [05:22, 04:04](769 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [13:16, 12:24] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:06, 12:57](586 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [21:15, 20:20] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:09, 07:49](618 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:04, 07:43](787 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [20:13, 19:52] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:08, 06:04](790 MB) - -PASS -- COMPILE 'hafs_all_intel' [17:12, 17:06] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:59, 06:12](745 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:23, 06:05](731 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [21:14, 20:04](893 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [14:22, 13:22] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:32, 02:35](758 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:31, 01:36](747 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:27, 02:25](639 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:26, 02:31](637 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:25, 02:30](639 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:25, 02:34](759 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:29, 02:34](758 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:30, 02:24](647 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:58, 05:53](692 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:58, 06:02](676 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:25, 02:36](758 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:30, 04:35](2014 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:31, 04:36](2013 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [09:12, 08:50] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:32, 05:24](744 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [13:11, 12:42] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:58, 02:33](758 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [06:11, 05:19] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:52, 01:54](318 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:48, 01:28](456 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:06, 01:02](456 MB) - -PASS -- COMPILE 'atml_intel' [17:14, 16:49] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:45, 08:02](1633 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [09:41, 08:01](1632 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:50, 04:40](837 MB) - -PASS -- COMPILE 'atml_debug_intel' [14:15, 13:37] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:28, 07:02](1651 MB) - -PASS -- COMPILE 'atmw_intel' [15:15, 14:29] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:05, 02:48](1648 MB) - -PASS -- COMPILE 'atmaero_intel' [14:13, 13:41] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:20, 06:38](2948 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:15, 07:09](3012 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:07, 07:15](3020 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [11:12, 11:03] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [21:29, 19:17](4477 MB) +PASS -- COMPILE 's2swa_32bit_intel' [21:15, 20:20] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:59, 08:57](3070 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [26:15, 25:24] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [15:34, 13:49](1685 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [30:13, 14:34](1808 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [22:49, 07:07](945 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:24, 15:10](1669 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [15:11, 14:48] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:26, 24:04](1707 MB) + +PASS -- COMPILE 's2swa_intel' [55:13, 54:16] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [12:01, 07:51](3097 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:00, 07:50](3096 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:48, 05:13](3152 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:52, 08:06](3121 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:43, 05:22](3175 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [08:30, 06:35](3407 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:42, 07:44](3097 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:36, 07:06](3021 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:00, 07:56](3098 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:43, 10:54](3267 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:40, 07:19](3600 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [21:03, 13:10](4035 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [18:13, 09:03](4340 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:38, 07:58](3065 MB) + +PASS -- COMPILE 's2sw_intel' [20:11, 19:43] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:55, 05:28](1686 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:05, 05:44](1730 MB) + +PASS -- COMPILE 's2swa_debug_intel' [15:11, 14:21] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [12:45, 10:34](3129 MB) + +PASS -- COMPILE 's2sw_debug_intel' [14:11, 13:41] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:21, 06:08](1701 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [18:11, 17:18] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:04, 05:30](1725 MB) + +PASS -- COMPILE 's2s_intel' [17:11, 16:30] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:26, 06:55](2663 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:35, 02:10](2685 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:10, 01:04](2116 MB) + +PASS -- COMPILE 's2swa_faster_intel' [25:14, 24:26] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:30, 08:01](3102 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [25:11, 24:50] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [32:37, 14:50](1702 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:08, 07:37](1000 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:06, 17:09](1682 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [16:11, 15:11] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:27, 26:59](1718 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [18:13, 17:11] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [10:18, 03:40](674 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [10:32, 03:01](1568 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [26:52, 03:29](1580 MB) +PASS -- TEST 'control_latlon_intel' [13:43, 04:03](1569 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [13:51, 04:01](1569 MB) +PASS -- TEST 'control_c48_intel' [22:15, 06:36](1604 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [12:27, 05:39](722 MB) +PASS -- TEST 'control_c192_intel' [33:06, 09:44](1682 MB) +PASS -- TEST 'control_c384_intel' [41:19, 18:03](1985 MB) +PASS -- TEST 'control_c384gdas_intel' [30:09, 14:07](1187 MB) +PASS -- TEST 'control_stochy_intel' [05:42, 01:53](627 MB) +PASS -- TEST 'control_stochy_restart_intel' [18:32, 01:02](430 MB) +PASS -- TEST 'control_lndp_intel' [07:52, 01:46](628 MB) +PASS -- TEST 'control_iovr4_intel' [10:17, 02:34](623 MB) +PASS -- TEST 'control_iovr5_intel' [10:17, 02:28](623 MB) +PASS -- TEST 'control_p8_intel' [27:16, 03:37](1605 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [26:35, 03:27](1607 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [26:17, 03:25](1609 MB) +PASS -- TEST 'control_restart_p8_intel' [04:21, 02:12](789 MB) +PASS -- TEST 'control_noqr_p8_intel' [26:05, 03:31](1596 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [06:15, 02:16](793 MB) +PASS -- TEST 'control_decomp_p8_intel' [21:08, 03:20](1596 MB) +PASS -- TEST 'control_2threads_p8_intel' [10:30, 02:38](1679 MB) +PASS -- TEST 'control_p8_lndp_intel' [27:58, 05:17](1606 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [27:20, 04:12](1657 MB) +PASS -- TEST 'control_p8_mynn_intel' [14:15, 03:49](1615 MB) +PASS -- TEST 'merra2_thompson_intel' [11:14, 03:56](1604 MB) +PASS -- TEST 'regional_control_intel' [06:25, 04:45](615 MB) +PASS -- TEST 'regional_restart_intel' [03:36, 02:35](789 MB) +PASS -- TEST 'regional_decomp_intel' [05:46, 04:57](615 MB) +PASS -- TEST 'regional_2threads_intel' [04:43, 03:14](767 MB) +PASS -- TEST 'regional_noquilt_intel' [05:44, 04:43](1153 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:55, 04:49](615 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:47, 04:58](615 MB) +PASS -- TEST 'regional_wofs_intel' [19:46, 06:16](1591 MB) + +PASS -- COMPILE 'rrfs_intel' [16:13, 15:21] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [20:10, 06:52](1009 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [18:16, 04:00](1183 MB) +PASS -- TEST 'rap_decomp_intel' [21:16, 07:20](1009 MB) +PASS -- TEST 'rap_2threads_intel' [20:12, 06:11](1093 MB) +PASS -- TEST 'rap_restart_intel' [06:14, 03:36](880 MB) +PASS -- TEST 'rap_sfcdiff_intel' [20:21, 06:55](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [20:13, 07:23](1005 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:14, 05:04](879 MB) +PASS -- TEST 'hrrr_control_intel' [15:12, 03:56](1005 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [16:03, 04:06](1006 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [14:01, 03:03](1087 MB) +PASS -- TEST 'hrrr_control_restart_intel' [05:36, 02:24](837 MB) +PASS -- TEST 'rrfs_v1beta_intel' [18:15, 06:41](1003 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [16:40, 08:14](1969 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [16:35, 08:00](1950 MB) + +PASS -- COMPILE 'csawmg_intel' [16:12, 15:30] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [10:41, 06:40](695 MB) +PASS -- TEST 'control_ras_intel' [06:33, 03:47](658 MB) + +PASS -- COMPILE 'wam_intel' [16:12, 15:13] +PASS -- TEST 'control_wam_intel' [05:26, 02:36](369 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [18:11, 17:14] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [07:16, 03:51](1607 MB) +PASS -- TEST 'regional_control_faster_intel' [06:51, 04:40](615 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [11:10, 10:37] ( 885 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:03, 03:01](1586 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:02, 02:56](1589 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:32, 03:23](784 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:31, 02:52](788 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:47, 04:15](825 MB) +PASS -- TEST 'control_ras_debug_intel' [04:29, 02:54](794 MB) +PASS -- TEST 'control_diag_debug_intel' [03:54, 03:01](1640 MB) +PASS -- TEST 'control_debug_p8_intel' [04:49, 03:18](1618 MB) +PASS -- TEST 'regional_debug_intel' [17:49, 16:25](633 MB) +PASS -- TEST 'rap_control_debug_intel' [05:33, 05:05](1166 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:31, 05:02](1165 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:30, 05:13](1167 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:34, 05:05](1167 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:37, 05:02](1166 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:41, 05:17](1251 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:34, 05:14](1166 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:34, 05:08](1167 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:33, 05:12](1168 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:33, 05:10](1167 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:34, 04:54](1166 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:33, 05:06](1164 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:33, 07:49](1169 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:29, 04:55](1163 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:34, 06:00](1168 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:39, 05:08](1166 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:01, 08:39](1169 MB) + +PASS -- COMPILE 'wam_debug_intel' [09:10, 08:47] ( 855 warnings ) +PASS -- TEST 'control_wam_debug_intel' [06:36, 04:57](397 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [16:11, 15:57] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:08, 03:54](1053 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:00, 05:53](889 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:52, 03:36](885 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:49, 05:13](941 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:02, 02:46](939 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:55, 03:29](887 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:56, 04:07](784 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:29, 01:51](764 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:15, 13:56] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:59, 02:19](1095 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:48, 01:04](1075 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:37, 01:32](974 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:15, 13:16] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:57, 04:22](904 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:16, 09:14] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:32, 04:54](1048 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:31, 04:52](1048 MB) +PASS -- TEST 'conus13km_debug_intel' [15:47, 14:06](1129 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [14:54, 14:03](804 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [08:45, 08:05](1112 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:37, 14:00](1195 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:12, 09:34] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:42, 05:07](1067 MB) + +PASS -- COMPILE 'hafsw_intel' [16:11, 15:46] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:15, 05:15](709 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:31, 04:31](1059 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:31, 07:33](752 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:14, 11:40](785 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:27, 12:53](803 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:09, 05:18](476 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:24, 06:43](495 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [07:07, 02:57](373 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [15:01, 08:17](432 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:54, 03:55](510 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:10, 03:30](508 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [09:03, 04:41](568 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:42, 01:43](402 MB) +PASS -- TEST 'gnv1_nested_intel' [08:17, 04:10](765 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [12:11, 11:21] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:02, 12:59](587 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [20:11, 19:26] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:57, 07:42](620 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:09, 07:50](787 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [18:11, 17:20] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:38, 05:58](787 MB) + +PASS -- COMPILE 'hafs_all_intel' [15:11, 14:39] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:29, 06:08](749 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:22, 06:05](732 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [24:06, 20:11](893 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [12:11, 11:16] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:28, 02:36](745 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:57, 01:36](747 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:28, 02:28](639 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:26, 02:28](639 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:25, 02:30](637 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:25, 02:34](758 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:26, 02:37](758 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:26, 02:26](647 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:54, 06:05](693 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:50, 06:01](676 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:40, 02:34](758 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:58, 04:35](2013 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:52, 04:38](2013 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [07:11, 07:00] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:25, 05:23](743 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [12:11, 11:10] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:24, 02:35](745 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:10, 03:17] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:12, 01:56](310 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:44, 02:39](456 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:44, 00:56](456 MB) + +PASS -- COMPILE 'atml_intel' [15:11, 14:10] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:50, 07:56](1633 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [11:54, 07:56](1633 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:41, 03:35](837 MB) + +PASS -- COMPILE 'atml_debug_intel' [10:11, 09:11] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:38, 06:37](1648 MB) + +PASS -- COMPILE 'atmw_intel' [13:11, 13:03] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:11, 02:31](1650 MB) + +PASS -- COMPILE 'atmaero_intel' [13:11, 12:21] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [09:32, 06:20](2946 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:25, 06:29](3012 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:13, 06:26](3020 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [13:11, 12:46] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [21:58, 18:30](4483 MB) SYNOPSIS: -Starting Date/Time: 20240501 02:23:40 -Ending Date/Time: 20240501 03:51:13 -Total Time: 01h:29m:01s +Starting Date/Time: 20240506 10:57:09 +Ending Date/Time: 20240506 12:53:05 +Total Time: 01h:56m:51s Compiles Completed: 38/38 -Tests Completed: 180/180 +Tests Completed: 182/182 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 bc07a8a85e..4b8a404edc 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,7 +1,7 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -521f9348ebc590effdc0b5054b94946e209679d4 +74f64e4f73a0ff8342016a23eb73b4d6ec1cfff9 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,7 +9,7 @@ Submodule hashes used in testing: c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - bbcabb5b292cccb4bd3542667f97a987cc3274cc FV3 (remotes/origin/mr2_innl) + 683061b3fd58716625eed61d7a7143e985f733d4 FV3 (heads/develop) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) @@ -24,368 +24,425 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240430 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_1718044 +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240503 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_1490583 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [14:11, 13:41] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:11, 05:32](3187 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:13, 17:29] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:58, 17:04](1748 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:08, 18:17](2004 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:05, 08:03](1131 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:57, 19:14](1652 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 04:48] ( 1526 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:05, 22:41](1664 MB) - -PASS -- COMPILE 's2swa_intel' [13:12, 13:07] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [08:19, 05:53](3226 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:28, 05:50](3226 MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:19, 03:25](3254 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [07:18, 05:49](3243 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:17, 03:26](3284 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [07:14, 05:32](3551 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [07:14, 05:51](3215 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [06:20, 04:42](3077 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:27, 05:51](3224 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [14:11, 10:09](3350 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:37, 06:10](3621 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [21:51, 09:37](4166 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:00, 05:58](4349 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:18, 05:30](3182 MB) - -PASS -- COMPILE 's2sw_intel' [13:11, 12:41] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:13, 04:44](1744 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:20, 04:21](1788 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:11, 04:48] ( 1451 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:13, 08:25](3254 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:11, 04:45] ( 1451 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:02, 05:50](1726 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:11, 11:37] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:07, 04:19](1788 MB) - -PASS -- COMPILE 's2s_intel' [12:11, 11:32] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [10:41, 09:23](2836 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:12, 17:01] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:16, 05:32](3230 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:12, 15:51] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:07, 17:13](1772 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:11, 08:04](1174 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:01, 19:46](1677 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 04:27] ( 1561 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:54, 25:06](1725 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:11, 11:12] ( 2 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [06:22, 03:25](701 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [06:51, 02:58](1607 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:53, 03:03](1609 MB) -PASS -- TEST 'control_latlon_intel' [06:48, 02:54](1596 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:55, 02:58](1597 MB) -PASS -- TEST 'control_c48_intel' [10:50, 07:38](1751 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [09:27, 06:24](871 MB) -PASS -- TEST 'control_c192_intel' [14:11, 10:31](1747 MB) -PASS -- TEST 'control_c384_intel' [14:13, 10:33](2013 MB) -PASS -- TEST 'control_c384gdas_intel' [13:40, 07:58](1401 MB) -PASS -- TEST 'control_stochy_intel' [04:22, 01:38](660 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:29, 01:05](506 MB) -PASS -- TEST 'control_lndp_intel' [03:21, 01:34](659 MB) -PASS -- TEST 'control_iovr4_intel' [04:23, 02:28](652 MB) -PASS -- TEST 'control_iovr5_intel' [03:22, 02:29](654 MB) -PASS -- TEST 'control_p8_intel' [03:58, 03:00](1635 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:59, 02:57](1633 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:50, 02:51](1629 MB) -PASS -- TEST 'control_restart_p8_intel' [02:45, 01:36](895 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:48, 02:55](1621 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:51, 01:36](937 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:48, 03:00](1624 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:47, 02:47](1714 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:43, 05:18](1628 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:49, 03:55](1688 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:54, 02:57](1638 MB) -PASS -- TEST 'merra2_thompson_intel' [04:51, 03:18](1650 MB) -PASS -- TEST 'regional_control_intel' [06:40, 05:10](847 MB) -PASS -- TEST 'regional_restart_intel' [03:41, 02:43](1019 MB) -PASS -- TEST 'regional_decomp_intel' [06:38, 05:33](852 MB) -PASS -- TEST 'regional_2threads_intel' [04:39, 03:14](843 MB) -PASS -- TEST 'regional_noquilt_intel' [06:42, 05:09](1357 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:43, 05:12](859 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:36, 05:07](849 MB) -PASS -- TEST 'regional_wofs_intel' [07:38, 06:41](1912 MB) - -PASS -- COMPILE 'rrfs_intel' [11:14, 10:35] ( 4 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:40, 07:41](1106 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:03, 04:08](1286 MB) -PASS -- TEST 'rap_decomp_intel' [08:36, 08:07](1046 MB) -PASS -- TEST 'rap_2threads_intel' [08:36, 07:15](1193 MB) -PASS -- TEST 'rap_restart_intel' [04:41, 04:01](1109 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:38, 07:42](1107 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:38, 08:09](1037 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:39, 05:50](1136 MB) -PASS -- TEST 'hrrr_control_intel' [04:38, 03:59](1040 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:32, 04:07](1032 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:33, 03:41](1110 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:28, 02:09](1011 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:47, 07:40](1107 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:26, 09:12](2001 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:25, 09:09](2060 MB) - -PASS -- COMPILE 'csawmg_intel' [11:11, 10:43] ( 2 warnings ) -PASS -- TEST 'control_csawmg_intel' [06:37, 06:00](749 MB) -PASS -- TEST 'control_ras_intel' [04:20, 03:16](751 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:10, 03:47] -PASS -- TEST 'control_csawmg_gnu' [09:41, 08:25](549 MB) - -PASS -- COMPILE 'wam_intel' [10:12, 09:54] ( 1 warnings ) -PASS -- TEST 'control_wam_intel' [02:24, 02:05](654 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [11:11, 10:37] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:56, 02:39](1639 MB) -PASS -- TEST 'regional_control_faster_intel' [05:44, 04:45](832 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 05:16] ( 886 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:47, 02:34](1614 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:50, 02:32](1624 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:24, 03:01](818 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:22, 02:45](823 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:39, 04:08](864 MB) -PASS -- TEST 'control_ras_debug_intel' [03:22, 02:43](828 MB) -PASS -- TEST 'control_diag_debug_intel' [03:48, 02:44](1680 MB) -PASS -- TEST 'control_debug_p8_intel' [03:45, 02:48](1654 MB) -PASS -- TEST 'regional_debug_intel' [18:39, 17:19](848 MB) -PASS -- TEST 'rap_control_debug_intel' [05:23, 04:51](1214 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:22, 04:46](1212 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:21, 04:54](1212 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:21, 04:49](1210 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:21, 04:50](1208 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:33, 05:05](1294 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:22, 04:54](1215 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:21, 04:52](1210 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:22, 04:54](1210 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:22, 04:54](1206 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:23, 04:41](1213 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:23, 04:59](1213 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:22, 07:53](1205 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:23, 04:53](1202 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:24, 05:56](1216 MB) -PASS -- TEST 'rap_flake_debug_intel' [08:23, 04:55](1213 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:38, 08:19](1211 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [03:11, 02:39] -PASS -- TEST 'control_csawmg_debug_gnu' [05:42, 02:12](530 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:11, 03:11] ( 856 warnings ) -PASS -- TEST 'control_wam_debug_intel' [08:23, 05:03](522 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:11, 10:11] ( 4 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:59, 03:51](1165 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:36, 06:24](1030 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:29, 03:23](993 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:33, 06:03](1090 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:37, 03:07](965 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:30, 03:35](923 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:40, 04:50](1034 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:24, 01:51](940 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:11, 12:19] ( 4 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:50, 02:11](1174 MB) -PASS -- TEST 'conus13km_2threads_intel' [05:41, 00:55](1122 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:42, 01:19](1106 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 10:05] ( 4 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:39, 04:09](993 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 03:28] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:21, 04:48](1095 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:22, 04:43](1086 MB) -PASS -- TEST 'conus13km_debug_intel' [15:51, 14:16](1235 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:47, 13:56](934 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:41, 08:04](1158 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:44, 14:23](1299 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 03:16] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:23, 04:52](1124 MB) - -PASS -- COMPILE 'hafsw_intel' [12:11, 11:39] ( 2 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:16, 04:52](742 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [10:30, 05:47](1114 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:19, 06:49](810 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:14, 13:19](863 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:23, 15:13](877 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:58, 05:27](502 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:27, 06:34](521 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:40, 02:40](375 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:36, 07:10](476 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:45, 03:38](530 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:49, 03:29](534 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:53, 04:04](588 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:26, 01:10](405 MB) -PASS -- TEST 'gnv1_nested_intel' [07:43, 04:05](801 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:11, 04:18] ( 1468 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:49, 12:43](573 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [12:11, 12:09] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:56, 08:41](634 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [13:05, 08:45](749 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:12, 12:10] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:01, 06:21](704 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:11, 11:47] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:17, 06:21](832 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:20, 06:23](819 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:57, 16:02](1217 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:11, 06:09] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:20, 02:46](1174 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:20, 01:37](1099 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:18, 02:35](1019 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:18, 02:42](1014 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:17, 02:42](1014 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:18, 02:40](1151 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:18, 02:41](1153 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:17, 02:36](1019 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:24, 06:12](1062 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:16, 06:31](1047 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:15, 02:41](1152 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:19, 03:49](2445 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:19, 03:49](2501 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:09] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:19, 06:10](1069 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:12, 05:53] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:18, 02:37](1167 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:11, 01:05] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:30, 00:46](256 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:25, 00:52](324 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:24, 00:31](325 MB) - -PASS -- COMPILE 'atml_intel' [12:12, 11:59] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:07, 04:06](1621 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:00, 04:08](1597 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:48, 02:11](904 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:11, 04:17] ( 881 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:57, 05:40](1631 MB) - -PASS -- COMPILE 'atmw_intel' [11:12, 10:40] ( 1 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:53, 01:44](1664 MB) - -PASS -- COMPILE 'atmaero_intel' [11:12, 10:57] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:03, 04:01](2959 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:58, 04:50](3097 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:41, 04:56](3111 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:12, 03:31] ( 885 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [23:56, 20:56](4445 MB) - -PASS -- COMPILE 'atm_gnu' [04:11, 03:56] -PASS -- TEST 'control_c48_gnu' [12:43, 11:11](1544 MB) -PASS -- TEST 'control_stochy_gnu' [04:23, 03:20](507 MB) -PASS -- TEST 'control_ras_gnu' [06:22, 04:47](516 MB) -PASS -- TEST 'control_p8_gnu' [06:59, 04:35](1265 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:53, 04:35](1268 MB) -PASS -- TEST 'control_flake_gnu' [11:23, 10:32](552 MB) - -PASS -- COMPILE 'rrfs_gnu' [04:12, 03:39] -PASS -- TEST 'rap_control_gnu' [12:32, 10:46](860 MB) -PASS -- TEST 'rap_decomp_gnu' [13:33, 10:54](858 MB) -PASS -- TEST 'rap_2threads_gnu' [11:39, 09:45](948 MB) -PASS -- TEST 'rap_restart_gnu' [06:40, 05:29](591 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [12:37, 10:44](858 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [12:37, 10:53](857 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:40, 07:59](586 MB) -PASS -- TEST 'hrrr_control_gnu' [06:37, 05:34](857 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [06:32, 05:40](845 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [07:33, 04:59](936 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:32, 05:33](857 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:26, 02:54](571 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:25, 02:51](664 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [12:45, 10:40](855 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [04:10, 03:47] -PASS -- TEST 'control_diag_debug_gnu' [03:48, 01:40](1288 MB) -PASS -- TEST 'regional_debug_gnu' [12:42, 10:02](567 MB) -PASS -- TEST 'rap_control_debug_gnu' [04:23, 02:37](871 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [04:22, 02:32](872 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:21, 02:37](875 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:21, 02:35](880 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:32, 03:18](945 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:21, 03:59](876 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:20, 02:38](872 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:20, 02:33](868 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:19, 01:32](503 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:19, 01:44](499 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:42, 01:38](1260 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:22, 02:32](874 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:21, 02:47](880 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:36, 04:17](877 MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:12, 13:13] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:31, 05:32](3185 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:12, 17:18] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [18:04, 17:05](1752 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:19, 17:57](2031 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:15, 08:10](1122 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:59, 19:20](1642 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 05:14] ( 1526 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:07, 22:36](1699 MB) + +PASS -- COMPILE 's2swa_intel' [14:12, 13:10] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:20, 05:48](3199 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:36, 06:13](3195 MB) +PASS -- TEST 'cpld_restart_p8_intel' [05:35, 03:30](3255 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:22, 05:56](3238 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:33, 03:32](3254 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [07:19, 05:33](3559 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:18, 05:45](3224 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:19, 04:45](3059 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:35, 06:23](3228 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [13:26, 10:12](3340 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:45, 06:28](3619 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [18:13, 10:08](4144 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:33, 06:24](4369 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:24, 05:25](3168 MB) + +PASS -- COMPILE 's2sw_intel' [13:12, 12:38] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:00, 04:46](1744 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:12, 04:17](1787 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:11, 04:49] ( 1451 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:05, 08:30](3250 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:11, 04:30] ( 1451 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:58, 05:43](1759 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [13:12, 11:58] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:06, 04:22](1794 MB) + +PASS -- COMPILE 's2s_intel' [12:12, 11:40] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [10:49, 09:23](2831 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:44, 02:35](2834 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:48, 01:25](2296 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:12, 16:42] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [07:19, 05:33](3199 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:12, 15:24] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:18, 17:20](1786 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:23, 08:06](1177 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:05, 19:44](1646 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:12, 04:24] ( 1561 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:57, 25:08](1709 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:12, 11:14] ( 2 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:25, 03:32](705 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:50, 02:57](1604 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:56, 03:02](1606 MB) +PASS -- TEST 'control_latlon_intel' [04:47, 02:55](1597 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:52, 03:01](1601 MB) +PASS -- TEST 'control_c48_intel' [08:51, 07:41](1756 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:27, 06:25](880 MB) +PASS -- TEST 'control_c192_intel' [12:04, 10:41](1750 MB) +PASS -- TEST 'control_c384_intel' [13:00, 10:44](2004 MB) +PASS -- TEST 'control_c384gdas_intel' [11:55, 08:07](1398 MB) +PASS -- TEST 'control_stochy_intel' [02:23, 01:42](665 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:34, 01:01](500 MB) +PASS -- TEST 'control_lndp_intel' [02:23, 01:36](660 MB) +PASS -- TEST 'control_iovr4_intel' [03:33, 02:34](654 MB) +PASS -- TEST 'control_iovr5_intel' [03:25, 02:33](655 MB) +PASS -- TEST 'control_p8_intel' [04:00, 03:02](1635 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:05, 03:01](1603 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:00, 02:56](1632 MB) +PASS -- TEST 'control_restart_p8_intel' [02:54, 01:36](889 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:01, 02:56](1583 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:58, 01:37](938 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:00, 03:04](1614 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:57, 02:47](1715 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:58, 05:17](1626 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:01, 04:04](1689 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:59, 03:05](1639 MB) +PASS -- TEST 'merra2_thompson_intel' [04:56, 03:19](1628 MB) +PASS -- TEST 'regional_control_intel' [06:41, 05:14](847 MB) +PASS -- TEST 'regional_restart_intel' [03:42, 02:45](1018 MB) +PASS -- TEST 'regional_decomp_intel' [06:42, 05:32](849 MB) +PASS -- TEST 'regional_2threads_intel' [04:43, 03:16](842 MB) +PASS -- TEST 'regional_noquilt_intel' [06:38, 05:09](1360 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:42, 05:10](854 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:39, 05:14](848 MB) +PASS -- TEST 'regional_wofs_intel' [07:44, 06:49](1912 MB) + +PASS -- COMPILE 'rrfs_intel' [11:13, 10:45] ( 4 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:44, 07:47](1114 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:07, 04:13](1296 MB) +PASS -- TEST 'rap_decomp_intel' [08:38, 08:07](1035 MB) +PASS -- TEST 'rap_2threads_intel' [08:36, 07:26](1185 MB) +PASS -- TEST 'rap_restart_intel' [04:51, 04:03](1110 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:38, 07:44](1111 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:36, 08:08](1044 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:43, 05:52](1126 MB) +PASS -- TEST 'hrrr_control_intel' [04:40, 04:01](1035 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:33, 04:07](1037 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:36, 03:40](1104 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:30, 02:10](1006 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:45, 07:37](1098 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:26, 09:24](1984 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:25, 09:09](2070 MB) + +PASS -- COMPILE 'csawmg_intel' [11:12, 10:32] ( 2 warnings ) +PASS -- TEST 'control_csawmg_intel' [06:43, 05:59](755 MB) +PASS -- TEST 'control_ras_intel' [04:23, 03:15](748 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:11, 03:36] +PASS -- TEST 'control_csawmg_gnu' [09:44, 08:27](548 MB) + +PASS -- COMPILE 'wam_intel' [10:11, 10:08] ( 1 warnings ) +PASS -- TEST 'control_wam_intel' [02:26, 02:04](657 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [11:12, 10:54] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:56, 02:37](1639 MB) +PASS -- TEST 'regional_control_faster_intel' [05:40, 04:41](853 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:12, 04:48] ( 886 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:46, 02:36](1621 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:45, 02:32](1617 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:23, 02:59](822 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:22, 02:45](817 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:42, 04:06](868 MB) +PASS -- TEST 'control_ras_debug_intel' [03:23, 02:46](827 MB) +PASS -- TEST 'control_diag_debug_intel' [03:49, 02:39](1679 MB) +PASS -- TEST 'control_debug_p8_intel' [03:44, 02:49](1649 MB) +PASS -- TEST 'regional_debug_intel' [18:40, 17:17](826 MB) +PASS -- TEST 'rap_control_debug_intel' [05:23, 04:55](1208 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:22, 04:44](1208 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:23, 04:45](1214 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:22, 04:59](1212 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:22, 04:53](1209 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:40, 05:08](1291 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:23, 05:00](1210 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:22, 04:59](1199 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:23, 04:56](1205 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:23, 04:47](1208 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:24, 04:50](1205 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:24, 04:54](1212 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:25, 07:55](1210 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:25, 04:50](1207 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:24, 05:53](1208 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:25, 04:57](1205 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:38, 08:27](1188 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [03:11, 02:35] +PASS -- TEST 'control_csawmg_debug_gnu' [03:37, 02:23](528 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:11, 03:21] ( 856 warnings ) +PASS -- TEST 'control_wam_debug_intel' [06:23, 05:14](517 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 10:19] ( 4 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:58, 04:17](1164 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:38, 06:25](1058 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:39, 03:23](984 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:34, 06:11](1081 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:35, 03:09](966 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:32, 03:36](943 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:40, 04:51](1031 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:29, 01:53](935 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:11, 12:38] ( 4 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:53, 02:05](1198 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:44, 00:55](1124 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:44, 01:15](1118 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 10:19] ( 4 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:38, 04:09](991 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:12, 03:55] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:21, 04:51](1091 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:21, 04:41](1081 MB) +PASS -- TEST 'conus13km_debug_intel' [15:55, 14:34](1233 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:50, 14:27](930 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:47, 08:11](1159 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:48, 14:34](1300 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 03:37] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:24, 05:07](1132 MB) + +PASS -- COMPILE 'hafsw_intel' [12:15, 11:59] ( 2 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:19, 04:55](738 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:36, 05:54](1125 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:22, 06:56](839 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:10, 13:26](859 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:20, 15:10](874 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:51, 05:32](501 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:22, 06:47](519 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:41, 02:44](375 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:01, 07:09](481 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:42, 03:41](529 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:46, 03:30](530 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:51, 04:03](593 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:26, 01:13](407 MB) +PASS -- TEST 'gnv1_nested_intel' [05:40, 04:09](801 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:11, 04:08] ( 1468 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:50, 12:47](582 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [13:12, 12:14] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:58, 08:42](637 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:03, 08:49](747 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:11, 12:08] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:01, 06:22](744 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:14, 11:22] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:16, 06:23](835 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:15, 06:26](825 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:54, 16:10](1212 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [06:11, 06:06] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:17, 02:40](1154 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:19, 01:38](1092 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:16, 02:33](1022 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:16, 02:38](1021 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:16, 02:34](1008 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:16, 02:35](1147 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 02:41](1154 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:16, 02:38](1018 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:14, 06:10](1061 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:15, 06:16](1042 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:14, 02:46](1150 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:18, 03:53](2487 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:18, 03:50](2511 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [03:12, 02:56] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:18, 06:20](1080 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:11, 06:44] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:17, 02:44](1152 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 01:04] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:29, 00:49](263 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:23, 00:49](328 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:25, 00:31](327 MB) + +PASS -- COMPILE 'atml_intel' [13:11, 12:11] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:01, 04:15](1608 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [05:59, 04:08](1611 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:49, 02:18](902 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:11, 04:20] ( 881 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:54, 05:29](1627 MB) + +PASS -- COMPILE 'atmw_intel' [12:11, 11:39] ( 1 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:48, 01:42](1670 MB) + +PASS -- COMPILE 'atmaero_intel' [12:10, 11:13] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:00, 04:02](3042 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:56, 05:15](3067 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:43, 04:56](3112 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:10, 03:29] ( 885 warnings 6 remarks ) +FAILED: UNABLE TO RUN COMPARISON -- TEST 'regional_atmaq_debug_intel' [, ]( MB) + +PASS -- COMPILE 'atm_gnu' [04:10, 03:44] +PASS -- TEST 'control_c48_gnu' [11:43, 11:03](1543 MB) +PASS -- TEST 'control_stochy_gnu' [04:23, 03:24](506 MB) +PASS -- TEST 'control_ras_gnu' [05:20, 04:43](518 MB) +PASS -- TEST 'control_p8_gnu' [05:58, 04:38](1264 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:53, 04:31](1275 MB) +PASS -- TEST 'control_flake_gnu' [11:22, 10:25](553 MB) + +PASS -- COMPILE 'rrfs_gnu' [04:11, 03:49] +PASS -- TEST 'rap_control_gnu' [11:32, 10:40](857 MB) +PASS -- TEST 'rap_decomp_gnu' [11:32, 10:45](860 MB) +PASS -- TEST 'rap_2threads_gnu' [10:39, 09:46](945 MB) +PASS -- TEST 'rap_restart_gnu' [06:40, 05:33](585 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [11:38, 10:45](858 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:35, 10:59](861 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:41, 08:05](588 MB) +PASS -- TEST 'hrrr_control_gnu' [06:36, 05:38](858 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [06:31, 05:37](842 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [06:33, 05:11](937 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [06:33, 05:35](861 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:28, 02:52](569 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:29, 02:48](665 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [11:41, 10:36](855 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [04:11, 03:44] +PASS -- TEST 'control_diag_debug_gnu' [02:48, 01:38](1290 MB) +PASS -- TEST 'regional_debug_gnu' [11:41, 10:39](568 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:22, 02:39](869 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:20, 02:38](872 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:20, 02:35](877 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:20, 02:36](880 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:34, 02:54](955 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:21, 03:59](872 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:23, 02:36](871 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:21, 02:36](874 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:19, 01:31](506 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:20, 01:44](496 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:43, 01:39](1261 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:23, 02:35](872 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:23, 02:48](875 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:38, 04:15](880 MB) PASS -- COMPILE 'wam_debug_gnu' [02:10, 01:52] -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:11, 03:34] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:31, 09:32](712 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:29, 05:01](714 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:34, 08:35](764 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:33, 04:30](754 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:32, 05:01](713 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [08:36, 07:00](557 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:24, 02:30](548 MB) -PASS -- TEST 'conus13km_control_gnu' [03:52, 03:08](886 MB) -PASS -- TEST 'conus13km_2threads_gnu' [06:41, 05:29](888 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:42, 01:46](578 MB) +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:11, 03:38] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:29, 09:25](717 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:28, 05:02](713 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:33, 08:33](767 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:34, 04:31](756 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:34, 05:00](716 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:35, 06:58](559 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:25, 02:32](550 MB) +PASS -- TEST 'conus13km_control_gnu' [04:56, 03:10](887 MB) +PASS -- TEST 'conus13km_2threads_gnu' [06:46, 05:35](887 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:46, 01:47](559 MB) -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [06:11, 05:21] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:38, 05:43](739 MB) +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [06:11, 05:31] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:36, 05:44](742 MB) -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [04:11, 03:44] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:21, 02:34](721 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:19, 02:26](723 MB) -PASS -- TEST 'conus13km_debug_gnu' [09:42, 08:32](899 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:46, 06:53](587 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [08:40, 07:18](904 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:40, 07:05](960 MB) +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [04:10, 03:45] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:22, 02:27](721 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:23, 02:26](721 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:53, 06:54](900 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:44, 06:48](589 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [07:42, 06:56](905 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:43, 06:56](968 MB) -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [04:11, 03:34] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:22, 02:34](744 MB) +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [05:11, 04:13] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:22, 02:33](745 MB) -PASS -- COMPILE 's2swa_gnu' [15:11, 14:30] +PASS -- COMPILE 's2swa_gnu' [15:12, 14:40] -PASS -- COMPILE 's2s_gnu' [15:12, 14:28] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [12:13, 10:50](1358 MB) +PASS -- COMPILE 's2s_gnu' [15:12, 14:37] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [08:10, 06:42](1361 MB) -PASS -- COMPILE 's2swa_debug_gnu' [04:11, 02:36] +PASS -- COMPILE 's2swa_debug_gnu' [03:11, 02:46] -PASS -- COMPILE 's2sw_pdlib_gnu' [15:11, 14:28] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [23:03, 21:58](1326 MB) +PASS -- COMPILE 's2sw_pdlib_gnu' [15:11, 14:37] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [26:02, 24:35](1322 MB) -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 02:29] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [18:56, 18:03](1334 MB) +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 02:23] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:53, 12:56](1331 MB) -PASS -- COMPILE 'datm_cdeps_gnu' [14:11, 13:59] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:19, 03:05](706 MB) +PASS -- COMPILE 'datm_cdeps_gnu' [15:10, 14:18] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:19, 02:53](704 MB) SYNOPSIS: -Starting Date/Time: 20240501 01:32:37 -Ending Date/Time: 20240501 03:05:09 -Total Time: 01h:32m:50s +Starting Date/Time: 20240506 01:41:36 +Ending Date/Time: 20240506 04:12:23 +Total Time: 02h:31m:25s Compiles Completed: 54/54 -Tests Completed: 240/240 +Tests Completed: 241/242 +Failed Tests: +* TEST regional_atmaq_debug_intel: FAILED: UNABLE TO RUN COMPARISON +-- LOG: /scratch2/NAGAPE/epic/Fernando.Andrade-maldonado/regression-tests/wm/2235/ufs-weather-model/tests/logs/log_hera/run_regional_atmaq_debug_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 HERA REGRESSION TESTING LOG==== +====START OF HERA REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +74f64e4f73a0ff8342016a23eb73b4d6ec1cfff9 + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) + c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) + 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 683061b3fd58716625eed61d7a7143e985f733d4 FV3 (heads/develop) + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) + 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) + + +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: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240503 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_3365779 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-n) - RUN SINGLE TEST: regional_atmaq_debug +* (-e) - USE ECFLOW + +PASS -- COMPILE 'atmaq_debug_intel' [05:11, 04:31] ( 885 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [35:19, 31:06](4469 MB) + +SYNOPSIS: +Starting Date/Time: 20240506 14:53:48 +Ending Date/Time: 20240506 16:24:37 +Total Time: 01h:30m:59s +Compiles Completed: 1/1 +Tests Completed: 1/1 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index b7191797dd..064db3b3c4 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,7 +1,7 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -521f9348ebc590effdc0b5054b94946e209679d4 +74f64e4f73a0ff8342016a23eb73b4d6ec1cfff9 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - bbcabb5b292cccb4bd3542667f97a987cc3274cc FV3 (remotes/origin/mr2_innl) + 683061b3fd58716625eed61d7a7143e985f733d4 FV3 (heads/develop) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 9b9467998598fb45725a27a6200eabdf9840ad33 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-717-g9b94679) - cb2eedd54241523ca8bab09af86b4a45fa0bdd1b FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5189-gcb2eedd5) + 741212e4962d371520f773e2be9481142f79635e FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-718-g741212e) + 1c2a898e97f069eeeb930cfb542db67ed349b72c FV3/ccpp/physics (EP4-744-g1c2a898e) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -35,363 +35,365 @@ 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-20240430 -COMPARISON DIRECTORY: /work2/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/rt_1563076 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240503 +COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1927015 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [14:12, 11:21] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:59, 07:35](1895 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:12, 16:10] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [24:18, 13:25](1769 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:31, 14:08](2179 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:28, 06:45](1166 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [27:11, 15:02](1686 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 03:55] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:16, 20:22](1735 MB) - -PASS -- COMPILE 's2swa_intel' [13:12, 10:56] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [14:01, 07:37](2063 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:10, 07:35](2101 MB) -PASS -- TEST 'cpld_restart_p8_intel' [11:03, 04:22](1955 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [13:57, 07:39](1993 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [11:07, 04:22](1736 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [16:02, 08:54](2507 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [13:59, 07:47](2056 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:08, 06:30](1910 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:12, 07:40](2085 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [21:39, 15:35](2797 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [08:08, 05:42](2920 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:33, 08:56](3632 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:57, 06:08](3612 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [06:03, 04:58](2038 MB) - -PASS -- COMPILE 's2sw_intel' [12:12, 10:10] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:48, 07:13](1767 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [04:56, 03:57](1820 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:12, 04:35] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [08:49, 06:51](2051 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:12, 04:12] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:02, 04:42](1806 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:12, 07:42] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:04, 03:59](1812 MB) - -PASS -- COMPILE 's2s_intel' [11:12, 08:18] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:40, 07:22](2835 MB) - -PASS -- COMPILE 's2swa_faster_intel' [14:13, 11:55] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [13:55, 07:17](2066 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:10, 15:10] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:53, 13:54](1812 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:06, 06:52](1300 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:01, 15:25](1734 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:10, 03:23] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [22:50, 21:50](1790 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [09:10, 07:29] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [09:21, 02:50](714 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [14:44, 02:29](1605 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [14:50, 02:34](1625 MB) -PASS -- TEST 'control_latlon_intel' [14:43, 02:29](1614 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [15:49, 02:31](1601 MB) -PASS -- TEST 'control_c48_intel' [14:46, 06:57](1746 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [13:26, 05:45](855 MB) -PASS -- TEST 'control_c192_intel' [21:53, 08:59](1751 MB) -PASS -- TEST 'control_c384_intel' [21:25, 09:31](2052 MB) -PASS -- TEST 'control_c384gdas_intel' [19:53, 07:10](1522 MB) -PASS -- TEST 'control_stochy_intel' [08:20, 01:29](673 MB) -PASS -- TEST 'control_stochy_restart_intel' [07:24, 00:53](548 MB) -PASS -- TEST 'control_lndp_intel' [07:20, 01:26](673 MB) -PASS -- TEST 'control_iovr4_intel' [14:22, 02:07](664 MB) -PASS -- TEST 'control_iovr5_intel' [12:38, 02:05](659 MB) -PASS -- TEST 'control_p8_intel' [12:51, 02:32](1638 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [08:48, 02:32](1649 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:50, 02:27](1654 MB) -PASS -- TEST 'control_restart_p8_intel' [04:43, 01:24](921 MB) -PASS -- TEST 'control_noqr_p8_intel' [08:48, 02:31](1625 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:56, 01:21](969 MB) -PASS -- TEST 'control_decomp_p8_intel' [09:46, 02:40](1622 MB) -PASS -- TEST 'control_2threads_p8_intel' [08:39, 02:20](1723 MB) -PASS -- TEST 'control_p8_lndp_intel' [10:29, 04:22](1650 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [08:55, 03:24](1710 MB) -PASS -- TEST 'control_p8_mynn_intel' [07:56, 02:31](1654 MB) -PASS -- TEST 'merra2_thompson_intel' [07:53, 02:50](1649 MB) -PASS -- TEST 'regional_control_intel' [09:27, 04:31](955 MB) -PASS -- TEST 'regional_restart_intel' [03:25, 02:30](1105 MB) -PASS -- TEST 'regional_decomp_intel' [09:35, 04:45](944 MB) -PASS -- TEST 'regional_2threads_intel' [06:32, 02:53](918 MB) -PASS -- TEST 'regional_noquilt_intel' [09:32, 04:19](1492 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:31, 04:33](957 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [09:24, 04:27](961 MB) -PASS -- TEST 'regional_wofs_intel' [09:33, 05:42](2089 MB) - -PASS -- COMPILE 'rrfs_intel' [07:10, 06:51] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [10:48, 06:41](1203 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:46, 03:38](1440 MB) -PASS -- TEST 'rap_decomp_intel' [09:34, 06:59](1168 MB) -PASS -- TEST 'rap_2threads_intel' [09:33, 06:09](1360 MB) -PASS -- TEST 'rap_restart_intel' [04:52, 03:26](1126 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:46, 06:31](1203 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:36, 06:54](1132 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:05, 04:55](1179 MB) -PASS -- TEST 'hrrr_control_intel' [04:48, 03:22](1071 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:40, 03:26](1038 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:41, 03:03](1115 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:21, 01:49](1034 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:00, 06:21](1207 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:21, 07:35](2021 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:22, 07:29](2182 MB) - -PASS -- COMPILE 'csawmg_intel' [07:10, 06:37] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [06:30, 05:18](812 MB) -PASS -- TEST 'control_ras_intel' [03:18, 02:47](801 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:10, 03:44] -PASS -- TEST 'control_csawmg_gnu' [11:38, 06:39](811 MB) - -PASS -- COMPILE 'wam_intel' [07:10, 06:24] -PASS -- TEST 'control_wam_intel' [02:23, 01:48](784 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [09:11, 08:54] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:52, 02:17](1632 MB) -PASS -- TEST 'regional_control_faster_intel' [05:27, 04:09](961 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:11, 03:37] ( 885 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:34, 02:09](1635 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:36, 02:05](1642 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:17, 02:27](839 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:16, 02:12](835 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:34, 03:21](876 MB) -PASS -- TEST 'control_ras_debug_intel' [03:24, 02:15](834 MB) -PASS -- TEST 'control_diag_debug_intel' [03:39, 02:12](1697 MB) -PASS -- TEST 'control_debug_p8_intel' [03:32, 02:21](1661 MB) -PASS -- TEST 'regional_debug_intel' [14:30, 14:08](904 MB) -PASS -- TEST 'rap_control_debug_intel' [04:17, 03:57](1219 MB) -PASS -- TEST 'hrrr_control_debug_intel' [04:18, 03:50](1212 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [04:18, 03:55](1219 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [04:17, 04:04](1224 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:26, 04:00](1225 MB) -PASS -- TEST 'rap_diag_debug_intel' [04:33, 04:07](1303 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:17, 04:03](1220 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:16, 04:05](1223 MB) -PASS -- TEST 'rap_lndp_debug_intel' [04:16, 03:59](1223 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:18, 03:56](1224 MB) -PASS -- TEST 'rap_noah_debug_intel' [04:18, 03:53](1217 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [04:16, 03:56](1218 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:17, 06:28](1213 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [04:17, 03:59](1226 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:20, 04:46](1225 MB) -PASS -- TEST 'rap_flake_debug_intel' [04:18, 03:55](1224 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:52, 06:54](1220 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [08:11, 03:18] -PASS -- TEST 'control_csawmg_debug_gnu' [02:38, 01:46](792 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:10, 02:34] ( 855 warnings ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:10, 06:28] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:47, 03:14](1281 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:50, 05:22](1133 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:45, 02:58](1029 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:43, 05:12](1287 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:37, 02:38](1042 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:44, 03:05](986 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [10:04, 04:15](1101 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:20, 01:37](959 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:10, 08:34] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [02:37, 01:45](1310 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:29, 00:43](1209 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [05:26, 01:05](1156 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:10, 06:30] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:29, 03:43](1090 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:25] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:18, 03:57](1102 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:18, 03:50](1092 MB) -PASS -- TEST 'conus13km_debug_intel' [12:34, 11:36](1332 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [12:30, 11:41](1000 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [07:30, 06:38](1241 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [13:30, 11:27](1395 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:10, 02:39] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:20, 03:59](1162 MB) - -PASS -- COMPILE 'hafsw_intel' [13:10, 10:18] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:07, 05:24](868 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:22, 05:10](1271 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:08, 06:14](957 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:04, 13:58](987 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:20, 15:01](1008 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:52, 05:18](610 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:19, 06:50](619 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:46, 02:44](433 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:15, 07:34](546 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:42, 03:48](618 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:43, 03:45](622 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:44, 04:45](667 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:26, 01:22](451 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:10, 03:10] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:43, 11:20](637 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [12:10, 09:57] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [19:54, 16:19](770 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [20:53, 16:52](814 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:10, 10:07] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [13:04, 09:43](833 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:10, 09:10] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [11:10, 05:35](941 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:04, 05:40](912 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [20:52, 16:24](1347 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [05:10, 04:33] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [06:16, 02:14](1144 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:24, 01:42](1093 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:14, 02:09](1020 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:15, 02:10](1019 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:15, 02:11](1013 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:17, 02:07](1134 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:25, 02:07](1140 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:17, 02:01](1008 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:56, 05:10](1159 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:50, 05:11](1150 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:13, 02:07](1130 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:19, 03:02](2435 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:16, 03:11](2444 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:10, 02:24] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:14, 05:17](1076 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:18, 05:04] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:14, 02:06](1147 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:40] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:26, 01:09](340 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:21, 00:55](560 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:27, 00:38](560 MB) - -PASS -- COMPILE 'atml_intel' [09:10, 07:25] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:09, 05:28](1655 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [09:01, 05:37](1636 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:51, 03:03](944 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:10, 03:19] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:02, 04:45](1659 MB) - -PASS -- COMPILE 'atmw_intel' [10:10, 09:43] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:54, 01:30](1704 MB) - -PASS -- COMPILE 'atmaero_intel' [11:20, 06:45] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:05, 03:45](1786 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:57, 04:12](1809 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:48, 04:13](1812 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:10, 02:27] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [18:35, 16:19](4602 MB) - -PASS -- COMPILE 'atm_gnu' [05:11, 03:48] -PASS -- TEST 'control_c48_gnu' [10:53, 09:35](1576 MB) -PASS -- TEST 'control_stochy_gnu' [03:23, 02:23](735 MB) -PASS -- TEST 'control_ras_gnu' [04:22, 03:49](730 MB) -PASS -- TEST 'control_p8_gnu' [04:49, 03:44](1513 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [04:51, 03:37](1517 MB) -PASS -- TEST 'control_flake_gnu' [05:22, 04:29](802 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:10, 03:48] -PASS -- TEST 'rap_control_gnu' [08:42, 07:46](1085 MB) -PASS -- TEST 'rap_decomp_gnu' [08:45, 07:50](1084 MB) -PASS -- TEST 'rap_2threads_gnu' [07:48, 07:05](1121 MB) -PASS -- TEST 'rap_restart_gnu' [05:10, 03:58](885 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [09:39, 07:41](1098 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:38, 07:57](1085 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:53, 05:50](883 MB) -PASS -- TEST 'hrrr_control_gnu' [05:40, 04:04](1072 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:38, 04:03](1137 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [04:51, 03:40](1023 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:32, 04:09](1071 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:21, 02:15](882 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:21, 02:12](932 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [09:52, 07:43](1078 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 04:54] -PASS -- TEST 'control_diag_debug_gnu' [02:42, 01:20](1623 MB) -PASS -- TEST 'regional_debug_gnu' [07:34, 06:36](923 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:28, 01:57](1101 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:18, 02:03](1090 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:17, 01:56](1097 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:18, 01:58](1096 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:28, 02:17](1272 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:18, 03:05](1096 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:18, 02:14](1103 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:19, 02:13](1092 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:19, 01:11](732 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:17, 01:29](721 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:36, 01:26](1504 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:18, 02:02](1098 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:25, 02:12](1107 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:53, 03:19](1104 MB) - -PASS -- COMPILE 'wam_debug_gnu' [05:11, 02:10] -PASS -- TEST 'control_wam_debug_gnu' [03:24, 01:56](504 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:11, 03:45] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:45, 07:15](963 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:48, 03:56](951 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:38, 06:41](973 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:39, 03:25](892 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:35, 03:51](952 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:00, 05:25](861 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:26, 02:03](855 MB) -PASS -- TEST 'conus13km_control_gnu' [05:37, 02:37](1266 MB) -PASS -- TEST 'conus13km_2threads_gnu' [02:31, 01:02](1172 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:30, 01:24](928 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:11, 07:43] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:30, 04:32](991 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:10, 05:03] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:19, 01:59](974 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:21, 02:03](969 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:31, 05:32](1280 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:29, 05:39](951 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [04:28, 03:30](1190 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:27, 05:39](1347 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [06:10, 05:03] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:26, 02:05](999 MB) - -PASS -- COMPILE 's2swa_gnu' [15:10, 14:32] - -PASS -- COMPILE 's2s_gnu' [14:10, 13:59] - -PASS -- COMPILE 's2swa_debug_gnu' [03:10, 03:01] - -PASS -- COMPILE 's2sw_pdlib_gnu' [15:10, 14:46] - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:10, 03:36] - -PASS -- COMPILE 'datm_cdeps_gnu' [14:11, 13:46] +PASS -- COMPILE 's2swa_32bit_intel' [12:11, 11:58] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [48:15, 10:34](1891 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:13, 22:28] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [49:25, 14:24](1764 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:25, 14:10](2187 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:26, 06:36](1184 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [43:43, 15:56](1688 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 05:47] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:08, 20:18](1723 MB) + +PASS -- COMPILE 's2swa_intel' [12:11, 12:06] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [48:12, 10:54](2065 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [48:19, 11:48](2069 MB) +PASS -- TEST 'cpld_restart_p8_intel' [15:10, 04:48](1964 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [41:19, 07:43](1977 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [15:25, 04:24](1725 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [49:33, 12:39](2493 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [38:40, 08:04](2063 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [33:23, 06:28](1891 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [48:11, 10:54](2055 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [47:52, 17:23](2802 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [16:28, 06:09](2917 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [42:09, 09:40](3634 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [24:56, 07:44](3625 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [32:17, 05:04](2019 MB) + +PASS -- COMPILE 's2sw_intel' [13:10, 12:12] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [47:12, 07:10](1767 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [42:17, 06:38](1826 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:10, 05:06] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [13:07, 06:46](2046 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:10, 05:06] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:55, 04:42](1803 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [09:11, 08:48] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [12:14, 03:57](1808 MB) + +PASS -- COMPILE 's2s_intel' [10:11, 09:34] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [15:44, 07:18](2827 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [25:44, 02:07](2832 MB) +PASS -- TEST 'cpld_restart_c48_intel' [26:03, 01:06](2298 MB) + +PASS -- COMPILE 's2swa_faster_intel' [13:11, 12:24] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [47:10, 07:49](2078 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:10, 16:51] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [36:15, 14:33](1794 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:05, 06:42](1287 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:55, 15:29](1723 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 04:19] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:52, 21:32](1781 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [10:10, 07:45] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [42:13, 02:49](707 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [42:18, 02:35](1608 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [43:33, 02:30](1610 MB) +PASS -- TEST 'control_latlon_intel' [42:10, 02:38](1609 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [46:21, 03:41](1616 MB) +PASS -- TEST 'control_c48_intel' [45:12, 07:00](1743 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [44:48, 05:46](859 MB) +PASS -- TEST 'control_c192_intel' [52:36, 10:15](1766 MB) +PASS -- TEST 'control_c384_intel' [50:03, 09:24](2043 MB) +PASS -- TEST 'control_c384gdas_intel' [53:53, 09:51](1517 MB) +PASS -- TEST 'control_stochy_intel' [43:32, 02:41](670 MB) +PASS -- TEST 'control_stochy_restart_intel' [08:36, 01:01](548 MB) +PASS -- TEST 'control_lndp_intel' [40:37, 02:38](661 MB) +PASS -- TEST 'control_iovr4_intel' [18:35, 02:03](662 MB) +PASS -- TEST 'control_iovr5_intel' [18:32, 02:06](659 MB) +PASS -- TEST 'control_p8_intel' [14:04, 02:30](1639 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [16:04, 03:47](1640 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [13:04, 03:43](1637 MB) +PASS -- TEST 'control_restart_p8_intel' [06:45, 01:25](930 MB) +PASS -- TEST 'control_noqr_p8_intel' [13:02, 03:46](1631 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:49, 01:22](988 MB) +PASS -- TEST 'control_decomp_p8_intel' [13:16, 03:52](1631 MB) +PASS -- TEST 'control_2threads_p8_intel' [11:58, 02:27](1718 MB) +PASS -- TEST 'control_p8_lndp_intel' [13:49, 04:32](1634 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [13:00, 03:34](1710 MB) +PASS -- TEST 'control_p8_mynn_intel' [11:58, 02:39](1651 MB) +PASS -- TEST 'merra2_thompson_intel' [12:05, 02:56](1660 MB) +PASS -- TEST 'regional_control_intel' [08:36, 05:00](964 MB) +PASS -- TEST 'regional_restart_intel' [04:38, 02:26](1105 MB) +PASS -- TEST 'regional_decomp_intel' [07:37, 04:36](946 MB) +PASS -- TEST 'regional_2threads_intel' [10:35, 02:58](914 MB) +PASS -- TEST 'regional_noquilt_intel' [12:41, 04:26](1484 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [11:37, 04:34](960 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [12:29, 04:37](955 MB) +PASS -- TEST 'regional_wofs_intel' [12:33, 05:42](2075 MB) + +PASS -- COMPILE 'rrfs_intel' [12:10, 07:20] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [14:01, 06:37](1219 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [10:09, 04:22](1411 MB) +PASS -- TEST 'rap_decomp_intel' [11:50, 06:46](1125 MB) +PASS -- TEST 'rap_2threads_intel' [08:37, 06:06](1368 MB) +PASS -- TEST 'rap_restart_intel' [04:54, 03:25](1132 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:47, 06:26](1205 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:45, 06:59](1136 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:55, 05:01](1195 MB) +PASS -- TEST 'hrrr_control_intel' [05:22, 03:21](1078 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:35, 03:27](1046 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:41, 03:04](1127 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:29, 01:56](1021 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:02, 06:18](1195 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:20, 07:53](2018 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:18, 07:23](2170 MB) + +PASS -- COMPILE 'csawmg_intel' [11:10, 07:12] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [07:30, 05:19](805 MB) +PASS -- TEST 'control_ras_intel' [04:17, 02:48](806 MB) + +PASS -- COMPILE 'csawmg_gnu' [08:10, 04:33] +PASS -- TEST 'control_csawmg_gnu' [08:38, 06:30](812 MB) + +PASS -- COMPILE 'wam_intel' [09:11, 07:29] +PASS -- TEST 'control_wam_intel' [03:24, 01:48](785 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [12:11, 10:50] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:51, 02:16](1636 MB) +PASS -- TEST 'regional_control_faster_intel' [04:28, 04:03](957 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 04:09] ( 885 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:28, 02:14](1620 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:33, 02:09](1628 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:17, 03:17](824 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:20, 02:39](825 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:30, 03:35](871 MB) +PASS -- TEST 'control_ras_debug_intel' [03:15, 02:14](840 MB) +PASS -- TEST 'control_diag_debug_intel' [03:41, 02:22](1686 MB) +PASS -- TEST 'control_debug_p8_intel' [03:37, 02:21](1648 MB) +PASS -- TEST 'regional_debug_intel' [14:32, 14:02](896 MB) +PASS -- TEST 'rap_control_debug_intel' [04:19, 03:59](1213 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:17, 03:59](1219 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:17, 03:58](1220 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [04:16, 04:06](1228 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:17, 03:56](1224 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:23, 04:21](1294 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:18, 04:04](1213 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:16, 04:00](1228 MB) +PASS -- TEST 'rap_lndp_debug_intel' [04:17, 04:00](1217 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:17, 03:59](1217 MB) +PASS -- TEST 'rap_noah_debug_intel' [04:18, 03:54](1209 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [04:21, 04:06](1226 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:19, 06:32](1219 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [04:22, 03:55](1214 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:18, 04:48](1226 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:23, 03:59](1212 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:49, 06:51](1225 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:10, 04:25] +PASS -- TEST 'control_csawmg_debug_gnu' [04:37, 02:01](788 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:10, 02:24] ( 855 warnings ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:10, 07:26] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:46, 03:21](1272 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:54, 05:30](1140 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:35, 02:52](1018 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:31, 05:04](1276 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:54, 02:37](1047 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:35, 03:00](985 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [12:54, 04:04](1095 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [09:21, 01:35](969 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:10, 09:35] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:46, 01:50](1312 MB) +PASS -- TEST 'conus13km_2threads_intel' [08:34, 00:51](1196 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [09:27, 01:05](1163 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:10, 07:35] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:31, 03:43](1056 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:10, 03:30] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:18, 03:59](1101 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [09:21, 03:52](1089 MB) +PASS -- TEST 'conus13km_debug_intel' [17:31, 11:46](1304 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [18:32, 12:00](995 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [13:28, 06:42](1244 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [18:27, 11:38](1403 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 03:35] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [10:18, 04:01](1154 MB) + +PASS -- COMPILE 'hafsw_intel' [13:10, 10:47] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:03, 05:26](871 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:20, 05:13](1286 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [14:21, 06:29](953 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [21:05, 14:08](973 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:14, 15:19](1005 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [12:51, 05:28](606 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:11, 07:07](615 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:40, 02:53](432 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:50, 07:41](542 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [10:40, 03:57](613 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [09:39, 03:42](618 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:43, 04:49](682 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [09:27, 01:22](448 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:10, 04:01] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:43, 11:21](635 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [18:13, 16:56] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [23:05, 16:00](769 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [24:57, 16:52](840 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:10, 13:35] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [17:54, 09:58](836 MB) + +PASS -- COMPILE 'hafs_all_intel' [14:10, 10:01] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [12:03, 05:35](960 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [12:02, 05:35](927 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [21:47, 16:22](1335 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:10, 06:14] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:16, 02:10](1148 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:16, 01:21](1080 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [07:15, 02:08](1013 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:15, 02:09](1008 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:15, 02:10](1012 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:14, 02:13](1139 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:14, 02:13](1140 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:14, 02:06](1011 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:51, 04:58](1155 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:48, 04:53](1146 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:12, 02:11](1150 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:14, 03:04](2432 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:15, 03:08](2440 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 04:03] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:15, 05:17](1075 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:10, 06:21] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:15, 02:16](1151 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 00:46] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:26, 00:56](328 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:19, 00:48](559 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:20, 00:35](559 MB) + +PASS -- COMPILE 'atml_intel' [11:10, 09:21] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:03, 05:19](1640 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:56, 05:23](1639 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:39, 02:48](947 MB) + +PASS -- COMPILE 'atml_debug_intel' [04:10, 03:28] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:54, 04:39](1667 MB) + +PASS -- COMPILE 'atmw_intel' [18:10, 13:04] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:50, 01:34](1689 MB) + +PASS -- COMPILE 'atmaero_intel' [17:10, 12:40] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:47, 03:32](1799 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:49, 04:15](1817 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:38, 04:20](1831 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [09:11, 04:49] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [18:33, 16:40](4575 MB) + +PASS -- COMPILE 'atm_gnu' [10:15, 06:24] +PASS -- TEST 'control_c48_gnu' [10:38, 09:31](1558 MB) +PASS -- TEST 'control_stochy_gnu' [03:22, 02:18](731 MB) +PASS -- TEST 'control_ras_gnu' [04:19, 03:51](730 MB) +PASS -- TEST 'control_p8_gnu' [04:44, 03:40](1512 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [04:43, 03:29](1518 MB) +PASS -- TEST 'control_flake_gnu' [05:21, 04:24](812 MB) + +PASS -- COMPILE 'rrfs_gnu' [10:10, 06:17] +PASS -- TEST 'rap_control_gnu' [08:30, 07:45](1085 MB) +PASS -- TEST 'rap_decomp_gnu' [08:30, 07:55](1087 MB) +PASS -- TEST 'rap_2threads_gnu' [07:45, 07:08](1147 MB) +PASS -- TEST 'rap_restart_gnu' [06:54, 03:58](885 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [08:40, 07:39](1089 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:37, 07:49](1086 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:51, 05:41](885 MB) +PASS -- TEST 'hrrr_control_gnu' [04:47, 03:57](1073 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [04:34, 04:03](1139 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [04:30, 03:36](1029 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:36, 04:02](1073 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [06:18, 02:03](883 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [06:18, 02:05](932 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [09:54, 07:35](1083 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [09:10, 07:20] +PASS -- TEST 'control_diag_debug_gnu' [02:33, 01:17](1625 MB) +PASS -- TEST 'regional_debug_gnu' [07:28, 06:26](924 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:16, 01:58](1100 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:22, 01:53](1089 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:17, 02:00](1095 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [04:16, 01:56](1097 MB) +PASS -- TEST 'rap_diag_debug_gnu' [05:23, 02:04](1269 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [07:16, 03:07](1096 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [06:17, 01:58](1098 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [06:17, 01:58](1093 MB) +PASS -- TEST 'control_ras_debug_gnu' [06:15, 01:12](730 MB) +PASS -- TEST 'control_stochy_debug_gnu' [06:15, 01:17](725 MB) +PASS -- TEST 'control_debug_p8_gnu' [05:32, 01:18](1506 MB) +PASS -- TEST 'rap_flake_debug_gnu' [06:21, 01:59](1101 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [07:18, 02:13](1101 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [07:47, 03:21](1104 MB) + +PASS -- COMPILE 'wam_debug_gnu' [05:10, 04:06] +PASS -- TEST 'control_wam_debug_gnu' [06:25, 01:54](502 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [12:10, 07:20] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [11:45, 07:13](965 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [08:34, 03:45](951 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [10:32, 06:44](968 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:48, 03:29](873 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:34, 03:46](952 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:55, 05:22](859 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:21, 01:58](857 MB) +PASS -- TEST 'conus13km_control_gnu' [04:42, 02:39](1267 MB) +PASS -- TEST 'conus13km_2threads_gnu' [01:37, 01:07](1174 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:35, 01:25](928 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [14:10, 11:03] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:32, 04:24](997 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [10:10, 08:54] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:17, 02:00](988 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:16, 01:59](970 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:29, 05:24](1282 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [08:27, 05:47](973 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [04:25, 03:14](1190 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:25, 05:39](1349 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [10:10, 08:54] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:16, 02:04](1004 MB) + +PASS -- COMPILE 's2swa_gnu' [27:10, 22:03] + +PASS -- COMPILE 's2s_gnu' [22:11, 18:09] + +PASS -- COMPILE 's2swa_debug_gnu' [18:11, 14:55] + +PASS -- COMPILE 's2sw_pdlib_gnu' [22:11, 19:26] + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [14:10, 11:14] + +PASS -- COMPILE 'datm_cdeps_gnu' [20:11, 18:17] SYNOPSIS: -Starting Date/Time: 20240430 22:59:38 -Ending Date/Time: 20240501 00:25:35 -Total Time: 01h:26m:27s +Starting Date/Time: 20240506 09:21:02 +Ending Date/Time: 20240506 11:27:27 +Total Time: 02h:07m:02s Compiles Completed: 54/54 -Tests Completed: 235/235 +Tests Completed: 237/237 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index cc7f856b7a..5b91586486 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: -b2d7f816b6835880d15332692fc1c04af4fe7467 +74f64e4f73a0ff8342016a23eb73b4d6ec1cfff9 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - bbcabb5b292cccb4bd3542667f97a987cc3274cc FV3 (remotes/origin/mr2_innl) + 683061b3fd58716625eed61d7a7143e985f733d4 FV3 (heads/develop) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 9b9467998598fb45725a27a6200eabdf9840ad33 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-717-g9b94679) - cb2eedd54241523ca8bab09af86b4a45fa0bdd1b FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5189-gcb2eedd5) + 741212e4962d371520f773e2be9481142f79635e FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-718-g741212e) + 1c2a898e97f069eeeb930cfb542db67ed349b72c FV3/ccpp/physics (EP4-744-g1c2a898e) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -35,245 +35,247 @@ 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: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240430 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_4040815 +BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240503 +COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_554453 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems * (-l) - USE CONFIG FILE: rt.conf -* (-r) - USE ROCOTO - -PASS -- COMPILE 's2swa_32bit_intel' [38:23, 38:22] ( 2 warnings 1383 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:40, 07:39](1779 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [54:11, 54:10] ( 2 warnings 1427 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [22:49, 21:02](1662 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:14, 22:48](1846 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:21, 10:30](991 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:09, 24:08](1623 MB) - -PASS -- COMPILE 's2swa_intel' [38:50, 38:50] ( 1 warnings 1381 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [10:08, 08:21](1783 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:47, 08:17](1779 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:45, 04:43](1661 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:51, 08:17](1834 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:22, 04:37](1692 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:12, 08:08](2244 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:17, 08:14](1812 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:10, 06:42](1779 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:20, 07:50](1803 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:43, 07:15](1784 MB) - -PASS -- COMPILE 's2sw_intel' [36:22, 36:21] ( 1 warnings 1279 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:04, 05:53](1647 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:52, 06:03](1704 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:46, 05:45] ( 1451 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [12:13, 10:49](1821 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:05, 05:04] ( 1451 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:42, 07:25](1677 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [32:42, 32:42] ( 1 warnings 1011 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:21, 05:54](1666 MB) - -PASS -- COMPILE 's2s_intel' [32:29, 32:29] ( 1 warnings 1016 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [13:54, 13:06](2790 MB) - -PASS -- COMPILE 's2swa_faster_intel' [33:33, 33:32] ( 1 warnings 1608 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:36, 08:51](1819 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [47:39, 47:38] ( 1 warnings 1339 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [22:10, 21:00](1654 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:44, 11:16](1020 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [29:09, 27:36](1653 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:14, 05:14] ( 1561 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [33:48, 32:29](1683 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [34:30, 34:29] ( 2 warnings 1151 remarks ) -PASS -- TEST 'control_flake_intel' [04:54, 04:29](654 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:54, 04:06](1520 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:03, 04:17](1538 MB) -PASS -- TEST 'control_latlon_intel' [04:39, 04:00](1548 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:53, 04:06](1543 MB) -PASS -- TEST 'control_c48_intel' [12:35, 11:55](1720 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [10:30, 10:10](845 MB) -PASS -- TEST 'control_c192_intel' [15:52, 14:53](1666 MB) -PASS -- TEST 'control_c384_intel' [21:31, 19:48](1814 MB) -PASS -- TEST 'control_c384gdas_intel' [18:57, 16:10](1008 MB) -PASS -- TEST 'control_stochy_intel' [02:36, 02:16](604 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:40, 01:21](431 MB) -PASS -- TEST 'control_lndp_intel' [02:25, 02:09](601 MB) -PASS -- TEST 'control_iovr4_intel' [04:00, 03:45](598 MB) -PASS -- TEST 'control_iovr5_intel' [04:43, 04:19](595 MB) -PASS -- TEST 'control_p8_intel' [05:59, 04:35](1564 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:33, 04:17](1564 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:53, 04:32](1578 MB) -PASS -- TEST 'control_restart_p8_intel' [03:58, 02:42](821 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:51, 04:35](1558 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:51, 02:27](836 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:04, 04:44](1562 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:13, 04:52](1662 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:17, 08:20](1565 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:51, 06:11](1624 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:20, 04:55](1591 MB) -PASS -- TEST 'merra2_thompson_intel' [07:04, 05:23](1585 MB) -PASS -- TEST 'regional_control_intel' [09:45, 09:06](770 MB) -PASS -- TEST 'regional_restart_intel' [05:48, 05:14](917 MB) -PASS -- TEST 'regional_decomp_intel' [10:04, 09:29](763 MB) -PASS -- TEST 'regional_2threads_intel' [07:40, 07:05](741 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [10:11, 09:21](763 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [10:08, 09:21](757 MB) - -PASS -- COMPILE 'rrfs_intel' [32:54, 32:54] ( 4 warnings 1119 remarks ) -PASS -- TEST 'rap_control_intel' [14:12, 12:39](993 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:02, 07:00](1219 MB) -PASS -- TEST 'rap_decomp_intel' [15:53, 14:44](989 MB) -PASS -- TEST 'rap_2threads_intel' [13:14, 12:18](1087 MB) -PASS -- TEST 'rap_restart_intel' [08:06, 06:25](995 MB) -PASS -- TEST 'rap_sfcdiff_intel' [14:30, 13:15](985 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [14:47, 13:37](987 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [11:51, 10:05](1002 MB) -PASS -- TEST 'hrrr_control_intel' [07:18, 06:01](991 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [08:57, 07:23](979 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:39, 06:19](1055 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:52, 04:28](917 MB) -PASS -- TEST 'rrfs_v1beta_intel' [14:22, 13:04](986 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [16:15, 15:48](1927 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [15:20, 14:56](1936 MB) - -PASS -- COMPILE 'csawmg_intel' [32:05, 32:05] ( 2 warnings 1096 remarks ) -PASS -- TEST 'control_csawmg_intel' [11:06, 10:17](673 MB) -PASS -- TEST 'control_ras_intel' [06:03, 05:26](667 MB) - -PASS -- COMPILE 'wam_intel' [30:06, 30:06] ( 1 warnings 982 remarks ) -PASS -- TEST 'control_wam_intel' [04:22, 03:43](501 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [32:02, 32:02] ( 1 warnings 1295 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:11, 04:34](1576 MB) -PASS -- TEST 'regional_control_faster_intel' [09:43, 09:03](767 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:54, 05:53] ( 886 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:55, 04:22](1503 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:45, 03:46](1564 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:39, 04:04](748 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:42, 03:28](745 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:03, 05:23](794 MB) -PASS -- TEST 'control_ras_debug_intel' [04:03, 03:46](772 MB) -PASS -- TEST 'control_diag_debug_intel' [04:52, 03:52](1610 MB) -PASS -- TEST 'control_debug_p8_intel' [04:29, 03:47](1589 MB) -PASS -- TEST 'regional_debug_intel' [23:16, 22:38](768 MB) -PASS -- TEST 'rap_control_debug_intel' [06:53, 06:15](1146 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:31, 06:17](1141 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:49, 06:30](1153 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:42, 06:25](1151 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:22, 07:04](1154 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:13, 06:41](1236 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:48, 06:29](1144 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:41, 06:28](1148 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:52, 06:37](1129 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:20, 06:51](1155 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:33, 06:14](1146 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:38, 06:12](1147 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:28, 10:08](1149 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:38, 06:14](1145 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:10, 07:50](1155 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:58, 06:36](1151 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:09, 10:46](1154 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:17, 04:17] ( 856 warnings ) -PASS -- TEST 'control_wam_debug_intel' [06:44, 06:24](446 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [30:27, 30:27] ( 4 warnings 1032 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:06, 06:45](1073 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:41, 10:34](905 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:10, 05:42](864 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:53, 09:36](941 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:44, 05:02](906 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:53, 05:27](858 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [10:41, 09:07](899 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:01, 02:32](829 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [43:02, 43:02] ( 4 warnings 1198 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:07, 03:17](1078 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:34, 01:33](1024 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:00, 02:06](1008 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [30:47, 30:45] ( 4 warnings 1052 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:24, 06:34](910 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:25, 04:24] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:09, 06:49](1034 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:41, 05:57](1029 MB) -PASS -- TEST 'conus13km_debug_intel' [19:19, 18:35](1141 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [19:41, 18:46](847 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:56, 11:10](1083 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:29, 18:35](1189 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:33, 04:33] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:34, 06:54](1077 MB) - -PASS -- COMPILE 'hafsw_intel' [34:52, 34:52] ( 2 warnings 1430 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [11:44, 10:17](716 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [11:56, 11:06](1078 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [18:00, 15:58](775 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [22:24, 20:53](807 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [24:10, 21:36](824 MB) -PASS -- TEST 'gnv1_nested_intel' [11:55, 10:27](779 MB) - -PASS -- COMPILE 'hafs_all_intel' [32:42, 32:42] ( 1 warnings 1268 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [13:42, 12:16](767 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [16:03, 14:25](755 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:10, 08:10] ( 67 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:16, 04:05](1059 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:43, 02:31](1035 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:14, 04:02](929 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:18, 04:04](926 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:33, 04:16](932 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:21, 04:09](1061 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:21, 04:09](1064 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:57, 03:49](921 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:03, 09:16](880 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:33, 07:55](850 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:57, 03:44](1064 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:11, 05:59](2347 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:14, 06:04](2393 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:42, 03:39] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:20, 08:09](1011 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:12, 08:11] ( 70 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:00, 03:37](1052 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:59, 01:59] ( 60 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:14, 02:42](233 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:30, 03:11](256 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:29, 02:08](256 MB) - -PASS -- COMPILE 'atml_intel' [35:00, 35:00] ( 9 warnings 1189 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [16:30, 14:55](1600 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [16:21, 14:40](1607 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [10:09, 09:16](871 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:55, 05:55] ( 881 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [11:11, 08:51](1611 MB) - -PASS -- COMPILE 'atmw_intel' [32:02, 32:02] ( 1 warnings 1260 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:37, 03:10](1606 MB) - -PASS -- COMPILE 'atmaero_intel' [31:22, 31:22] ( 1 warnings 1099 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:38, 07:01](1659 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:42, 07:59](1725 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:03, 07:34](1735 MB) +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2swa_32bit_intel' [32:13, 31:58] ( 2 warnings 1383 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:49, 06:58](1796 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [49:14, 48:50] ( 2 warnings 1427 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [23:09, 20:54](1667 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:13, 23:09](1888 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [13:17, 10:51](993 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [25:40, 23:55](1637 MB) + +PASS -- COMPILE 's2swa_intel' [38:14, 37:20] ( 1 warnings 1381 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [09:23, 07:40](1826 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:44, 07:40](1829 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:55, 04:33](1709 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:23, 07:42](1842 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:55, 04:51](1721 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:16, 07:17](2262 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:16, 07:54](1809 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:43, 06:38](1788 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:42, 07:45](1813 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:31, 07:12](1796 MB) + +PASS -- COMPILE 's2sw_intel' [31:13, 30:31] ( 1 warnings 1279 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:28, 05:59](1656 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:41, 05:52](1715 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:11, 05:27] ( 1451 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [13:00, 10:48](1826 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:11, 05:08] ( 1451 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:22, 07:18](1677 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [33:13, 32:23] ( 1 warnings 1011 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:54, 05:46](1719 MB) + +PASS -- COMPILE 's2s_intel' [33:13, 33:05] ( 1 warnings 1016 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [14:09, 12:49](2801 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:09, 03:36](2803 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:05, 02:04](2267 MB) + +PASS -- COMPILE 's2swa_faster_intel' [35:19, 34:20] ( 1 warnings 1608 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [15:36, 09:14](1804 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [48:14, 47:57] ( 1 warnings 1339 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [25:43, 21:09](1683 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:54, 10:45](1034 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [28:55, 26:01](1659 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 04:44] ( 1561 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [33:37, 32:12](1697 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [35:13, 34:54] ( 2 warnings 1151 remarks ) +PASS -- TEST 'control_flake_intel' [05:32, 04:58](651 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [10:43, 04:11](1542 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:45, 04:45](1554 MB) +PASS -- TEST 'control_latlon_intel' [10:38, 04:05](1547 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:45, 04:50](1534 MB) +PASS -- TEST 'control_c48_intel' [14:44, 11:57](1730 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [11:02, 10:09](847 MB) +PASS -- TEST 'control_c192_intel' [16:47, 14:47](1682 MB) +PASS -- TEST 'control_c384_intel' [25:13, 18:45](1816 MB) +PASS -- TEST 'control_c384gdas_intel' [24:22, 14:32](1014 MB) +PASS -- TEST 'control_stochy_intel' [03:56, 02:42](601 MB) +PASS -- TEST 'control_stochy_restart_intel' [05:41, 01:26](437 MB) +PASS -- TEST 'control_lndp_intel' [03:54, 02:25](599 MB) +PASS -- TEST 'control_iovr4_intel' [04:56, 03:59](596 MB) +PASS -- TEST 'control_iovr5_intel' [04:36, 04:08](603 MB) +PASS -- TEST 'control_p8_intel' [11:28, 04:10](1577 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:26, 04:27](1577 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [10:55, 04:08](1568 MB) +PASS -- TEST 'control_restart_p8_intel' [04:13, 02:14](819 MB) +PASS -- TEST 'control_noqr_p8_intel' [10:22, 04:03](1565 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:17, 02:11](837 MB) +PASS -- TEST 'control_decomp_p8_intel' [10:15, 04:09](1565 MB) +PASS -- TEST 'control_2threads_p8_intel' [09:24, 03:44](1666 MB) +PASS -- TEST 'control_p8_lndp_intel' [12:09, 07:06](1572 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [10:34, 05:15](1630 MB) +PASS -- TEST 'control_p8_mynn_intel' [09:47, 04:08](1584 MB) +PASS -- TEST 'merra2_thompson_intel' [09:54, 04:31](1584 MB) +PASS -- TEST 'regional_control_intel' [11:58, 07:27](764 MB) +PASS -- TEST 'regional_restart_intel' [04:49, 04:01](933 MB) +PASS -- TEST 'regional_decomp_intel' [12:47, 07:53](757 MB) +PASS -- TEST 'regional_2threads_intel' [06:48, 05:02](754 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [09:51, 07:26](758 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [11:50, 07:23](762 MB) + +PASS -- COMPILE 'rrfs_intel' [34:12, 33:19] ( 4 warnings 1119 remarks ) +PASS -- TEST 'rap_control_intel' [12:26, 11:05](986 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:08, 06:05](1220 MB) +PASS -- TEST 'rap_decomp_intel' [13:09, 11:27](989 MB) +PASS -- TEST 'rap_2threads_intel' [12:26, 10:26](1086 MB) +PASS -- TEST 'rap_restart_intel' [08:25, 05:22](990 MB) +PASS -- TEST 'rap_sfcdiff_intel' [12:41, 11:05](995 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:19, 11:19](985 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [10:27, 07:47](999 MB) +PASS -- TEST 'hrrr_control_intel' [07:23, 05:48](990 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:23, 05:50](983 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:23, 05:12](1054 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:45, 02:49](922 MB) +PASS -- TEST 'rrfs_v1beta_intel' [12:51, 10:52](990 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [14:43, 13:32](1916 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:50, 12:49](1937 MB) + +PASS -- COMPILE 'csawmg_intel' [32:13, 31:24] ( 2 warnings 1096 remarks ) +PASS -- TEST 'control_csawmg_intel' [10:53, 08:19](692 MB) +PASS -- TEST 'control_ras_intel' [06:24, 04:39](667 MB) + +PASS -- COMPILE 'wam_intel' [30:13, 29:56] ( 1 warnings 982 remarks ) +PASS -- TEST 'control_wam_intel' [03:26, 02:54](506 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [32:17, 31:41] ( 1 warnings 1295 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:45, 03:52](1578 MB) +PASS -- TEST 'regional_control_faster_intel' [07:58, 07:06](765 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:11, 06:05] ( 886 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:56, 03:20](1569 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:49, 03:25](1556 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:23, 03:47](760 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:26, 03:26](766 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:48, 05:18](814 MB) +PASS -- TEST 'control_ras_debug_intel' [05:26, 03:32](774 MB) +PASS -- TEST 'control_diag_debug_intel' [04:56, 03:23](1617 MB) +PASS -- TEST 'control_debug_p8_intel' [04:52, 03:50](1588 MB) +PASS -- TEST 'regional_debug_intel' [23:49, 22:15](812 MB) +PASS -- TEST 'rap_control_debug_intel' [07:29, 06:08](1164 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:28, 05:56](1151 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:27, 06:04](1146 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:36, 06:06](1148 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:26, 06:14](1154 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:42, 06:28](1233 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:27, 06:17](1149 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:24, 06:14](1149 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:27, 06:06](1154 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:30, 06:06](1157 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:27, 06:00](1150 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:30, 06:06](1148 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:26, 09:55](1148 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:24, 06:02](1146 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:25, 07:36](1157 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:27, 06:06](1154 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:32, 10:31](1153 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:11, 04:12] ( 856 warnings ) +PASS -- TEST 'control_wam_debug_intel' [07:27, 06:10](447 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:13, 30:19] ( 4 warnings 1032 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [09:50, 05:23](1077 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:05, 09:29](900 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [09:13, 04:33](866 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:41, 08:08](938 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [09:00, 04:01](910 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [09:15, 04:59](857 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:58, 07:09](897 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [06:42, 03:20](847 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [44:16, 43:26] ( 4 warnings 1198 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:09, 03:01](1109 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:46, 01:38](1050 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:46, 01:41](1024 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [31:21, 31:01] ( 4 warnings 1052 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:58, 05:37](902 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 03:56] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:28, 06:08](1024 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:32, 06:00](1028 MB) +PASS -- TEST 'conus13km_debug_intel' [21:06, 18:49](1136 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [21:25, 19:13](845 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [12:03, 10:51](1083 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:21, 18:40](1204 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 04:18] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:29, 06:10](1073 MB) + +PASS -- COMPILE 'hafsw_intel' [36:14, 35:28] ( 2 warnings 1430 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:23, 07:06](719 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:33, 06:54](1093 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:43, 09:32](775 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [18:25, 16:33](793 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:51, 18:28](822 MB) +PASS -- TEST 'gnv1_nested_intel' [07:28, 05:54](775 MB) + +PASS -- COMPILE 'hafs_all_intel' [32:20, 32:09] ( 1 warnings 1268 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:28, 08:57](771 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:32, 08:58](755 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:11, 08:03] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:52, 04:10](1053 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:32, 02:08](1030 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:43, 03:55](923 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:56, 04:07](922 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:48, 04:15](918 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:53, 04:14](1062 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:00, 04:20](1060 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:50, 04:28](926 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:09, 08:29](888 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:39, 08:15](841 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:34, 04:07](1061 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:31, 06:08](2342 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [07:26, 06:25](2385 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:12, 04:16] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:52, 08:05](1015 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:16, 08:20] ( 70 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:23, 03:36](1055 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:41] ( 60 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:36, 01:43](230 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:29, 01:21](258 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:33, 00:55](255 MB) + +PASS -- COMPILE 'atml_intel' [35:12, 34:36] ( 9 warnings 1189 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:54, 10:08](1595 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [12:47, 10:10](1597 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:59, 04:42](865 MB) + +PASS -- COMPILE 'atml_debug_intel' [06:11, 05:24] ( 881 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:53, 07:34](1628 MB) + +PASS -- COMPILE 'atmw_intel' [32:13, 31:39] ( 1 warnings 1260 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:38, 03:08](1603 MB) + +PASS -- COMPILE 'atmaero_intel' [31:13, 31:10] ( 1 warnings 1099 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:34, 05:26](1697 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:44, 06:33](1728 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:15, 06:46](1744 MB) SYNOPSIS: -Starting Date/Time: 20240501 15:20:11 -Ending Date/Time: 20240501 20:09:19 -Total Time: 04h:49m:47s +Starting Date/Time: 20240506 00:56:29 +Ending Date/Time: 20240506 04:17:54 +Total Time: 03h:21m:58s Compiles Completed: 33/33 -Tests Completed: 159/159 +Tests Completed: 161/161 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 39c3aca92d..342cb4c8e3 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,7 +1,7 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -ee1e3c5e5a1cc1f622452890e61b3950a3e73ebd +74f64e4f73a0ff8342016a23eb73b4d6ec1cfff9 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - bbcabb5b292cccb4bd3542667f97a987cc3274cc FV3 (remotes/origin/mr2_innl) + 683061b3fd58716625eed61d7a7143e985f733d4 FV3 (heads/develop) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 9b9467998598fb45725a27a6200eabdf9840ad33 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-717-g9b94679) - cb2eedd54241523ca8bab09af86b4a45fa0bdd1b FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5189-gcb2eedd5) + 741212e4962d371520f773e2be9481142f79635e FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-718-g741212e) + 1c2a898e97f069eeeb930cfb542db67ed349b72c FV3/ccpp/physics (EP4-744-g1c2a898e) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -35,276 +35,278 @@ 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-20240430 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_14513 +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240503 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_338803 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [14:10, 13:54] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:52, 05:27](3186 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [19:11, 18:19] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [23:59, 17:15](1741 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:02, 18:22](2031 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:08, 08:26](1106 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:47, 19:36](1648 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 05:11] ( 1526 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:41, 22:44](1648 MB) - -PASS -- COMPILE 's2swa_intel' [14:10, 14:03] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [13:33, 05:42](3214 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:16, 05:45](3212 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:08, 03:20](3261 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [15:02, 05:47](3236 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:53, 03:31](3273 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [15:02, 06:13](3553 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [13:30, 05:46](3204 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [12:43, 04:44](3063 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:15, 05:45](3212 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [18:50, 10:26](3344 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [11:18, 06:29](3622 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [24:10, 10:59](4168 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:45, 06:55](4374 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [13:44, 05:28](3172 MB) - -PASS -- COMPILE 's2sw_intel' [15:11, 14:31] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [12:12, 04:44](1740 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:32, 04:26](1772 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:10, 05:10] ( 1451 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:21, 08:43](3249 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:10, 04:56] ( 1451 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:11, 05:57](1750 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:10, 12:10] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:32, 04:29](1784 MB) - -PASS -- COMPILE 's2s_intel' [12:10, 12:09] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:50, 08:16](2827 MB) - -PASS -- COMPILE 's2swa_faster_intel' [21:11, 20:52] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [08:30, 05:26](3211 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:12, 17:35] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:05, 17:30](1763 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:26, 08:30](1173 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:17, 19:52](1679 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 04:57] ( 1561 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:05, 24:37](1712 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:11, 12:02] ( 2 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [10:30, 03:33](696 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [09:59, 02:56](1605 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [10:08, 03:03](1602 MB) -PASS -- TEST 'control_latlon_intel' [09:54, 02:55](1603 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [10:06, 03:02](1593 MB) -PASS -- TEST 'control_c48_intel' [13:58, 07:10](1772 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [13:35, 06:02](880 MB) -PASS -- TEST 'control_c192_intel' [18:08, 10:36](1747 MB) -PASS -- TEST 'control_c384_intel' [17:20, 11:41](2004 MB) -PASS -- TEST 'control_c384gdas_intel' [18:19, 09:04](1359 MB) -PASS -- TEST 'control_stochy_intel' [04:26, 01:48](661 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:26, 01:01](508 MB) -PASS -- TEST 'control_lndp_intel' [08:27, 01:38](654 MB) -PASS -- TEST 'control_iovr4_intel' [09:29, 02:32](655 MB) -PASS -- TEST 'control_iovr5_intel' [03:26, 02:27](656 MB) -PASS -- TEST 'control_p8_intel' [04:20, 02:58](1625 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:23, 02:56](1621 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:42, 02:51](1644 MB) -PASS -- TEST 'control_restart_p8_intel' [03:17, 01:40](889 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:19, 02:53](1621 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:07, 01:40](928 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:28, 03:08](1605 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:19, 03:02](1729 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:01, 05:12](1633 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:38, 04:01](1687 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:35, 03:06](1640 MB) -PASS -- TEST 'merra2_thompson_intel' [05:51, 03:18](1642 MB) -PASS -- TEST 'regional_control_intel' [06:44, 05:18](856 MB) -PASS -- TEST 'regional_restart_intel' [05:39, 02:45](1018 MB) -PASS -- TEST 'regional_decomp_intel' [06:40, 05:35](851 MB) -PASS -- TEST 'regional_2threads_intel' [04:40, 03:48](858 MB) -PASS -- TEST 'regional_noquilt_intel' [06:42, 05:33](1364 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:44, 05:09](857 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:36, 05:13](861 MB) -PASS -- TEST 'regional_wofs_intel' [07:36, 06:46](1919 MB) - -PASS -- COMPILE 'rrfs_intel' [12:11, 11:17] ( 4 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [09:31, 07:50](1104 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:08, 04:48](1289 MB) -PASS -- TEST 'rap_decomp_intel' [10:00, 08:14](1029 MB) -PASS -- TEST 'rap_2threads_intel' [09:01, 08:00](1182 MB) -PASS -- TEST 'rap_restart_intel' [06:20, 04:05](1107 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:06, 07:46](1092 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:01, 08:11](1024 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:28, 05:54](1137 MB) -PASS -- TEST 'hrrr_control_intel' [06:21, 03:59](1032 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:06, 04:08](1028 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:01, 03:23](1114 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:28, 02:12](1004 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:19, 07:35](1109 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:29, 09:11](1998 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:26, 08:55](2077 MB) - -PASS -- COMPILE 'csawmg_intel' [12:11, 11:12] ( 2 warnings ) -PASS -- TEST 'control_csawmg_intel' [08:43, 06:08](748 MB) -PASS -- TEST 'control_ras_intel' [05:22, 03:24](740 MB) - -PASS -- COMPILE 'wam_intel' [11:11, 10:28] ( 1 warnings ) -PASS -- TEST 'control_wam_intel' [03:22, 02:06](654 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [12:10, 12:01] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:34, 02:47](1622 MB) -PASS -- TEST 'regional_control_faster_intel' [07:39, 04:44](803 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 04:44] ( 886 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:50, 02:40](1616 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:49, 02:37](1609 MB) -PASS -- TEST 'control_stochy_debug_intel' [06:23, 03:06](817 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:22, 02:51](823 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:44, 04:07](863 MB) -PASS -- TEST 'control_ras_debug_intel' [05:21, 02:50](820 MB) -PASS -- TEST 'control_diag_debug_intel' [04:47, 02:46](1680 MB) -PASS -- TEST 'control_debug_p8_intel' [04:45, 02:51](1640 MB) -PASS -- TEST 'regional_debug_intel' [18:41, 17:16](848 MB) -PASS -- TEST 'rap_control_debug_intel' [05:24, 04:57](1202 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:25, 04:51](1190 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:24, 04:57](1207 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:23, 04:58](1201 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:24, 04:59](1199 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:36, 05:16](1295 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:23, 05:01](1202 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:20, 05:09](1207 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:21, 05:09](1193 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:22, 04:52](1208 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:25, 04:52](1144 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:24, 04:57](1201 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:23, 08:07](1200 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:21, 04:57](1195 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:25, 05:48](1202 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:21, 04:57](1204 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:31, 08:22](1211 MB) - -PASS -- COMPILE 'wam_debug_intel' [08:10, 03:13] ( 856 warnings ) -PASS -- TEST 'control_wam_debug_intel' [05:23, 05:07](508 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:11, 10:21] ( 4 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:03, 04:32](1168 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:06, 06:27](1057 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:45, 03:28](992 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:51, 06:46](1102 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:15, 02:56](965 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:14, 03:39](923 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:14, 04:57](1037 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:26, 01:52](927 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:10, 13:20] ( 4 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:57, 02:07](1201 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:46, 01:02](1127 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:44, 01:19](1109 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:11, 10:55] ( 4 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:43, 04:18](990 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:10, 03:36] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:22, 04:53](1081 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:21, 04:54](1077 MB) -PASS -- TEST 'conus13km_debug_intel' [15:52, 14:15](1228 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [14:50, 14:07](927 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:42, 08:13](1105 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:44, 13:48](1262 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:10, 03:21] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:23, 04:53](1113 MB) - -PASS -- COMPILE 'hafsw_intel' [15:10, 12:52] ( 2 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:15, 05:29](741 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:26, 05:47](1127 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:21, 06:50](828 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:11, 13:10](977 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:22, 14:54](880 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:08, 06:16](500 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:29, 07:36](520 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:48, 03:15](373 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:26, 08:11](465 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:46, 04:14](531 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:51, 04:04](530 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:50, 05:20](586 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:26, 01:27](410 MB) -PASS -- TEST 'gnv1_nested_intel' [06:51, 04:39](800 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:10, 03:50] ( 1468 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:58, 13:09](564 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [14:10, 13:49] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:59, 09:56](632 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:03, 09:50](705 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:11, 13:51] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:04, 07:10](696 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:11, 12:36] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:19, 06:23](830 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:16, 06:26](815 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:56, 15:57](1204 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:11, 08:32] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:19, 02:36](1135 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:20, 01:40](1083 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:18, 02:33](1009 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:17, 02:37](1015 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:17, 02:40](1009 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:17, 02:36](1126 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 02:39](1129 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:18, 02:38](1015 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:13, 05:58](1059 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:13, 05:53](1037 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:15, 02:42](1133 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:20, 03:44](2492 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:18, 03:35](2431 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:11] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:18, 06:13](1057 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:10, 08:04] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:18, 02:36](1134 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 01:02] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:29, 00:49](259 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:23, 00:48](329 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:24, 00:32](321 MB) - -PASS -- COMPILE 'atml_intel' [13:11, 12:24] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:41, 04:10](1602 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:35, 04:14](1602 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:47, 02:18](896 MB) - -PASS -- COMPILE 'atml_debug_intel' [06:12, 04:06] ( 881 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:28, 05:56](1621 MB) - -PASS -- COMPILE 'atmw_intel' [12:11, 11:45] ( 1 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:26, 01:44](1670 MB) - -PASS -- COMPILE 'atmaero_intel' [11:11, 11:04] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:19, 04:00](3025 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:15, 04:57](3087 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:00, 04:59](3103 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [06:11, 03:22] ( 885 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [23:41, 21:09](4595 MB) +PASS -- COMPILE 's2swa_32bit_intel' [16:11, 15:15] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:00, 05:44](3185 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:11, 20:24] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [23:57, 18:34](1746 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [37:17, 18:22](2027 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [28:05, 08:44](1115 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:42, 21:57](1647 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 05:22] ( 1526 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [29:36, 23:59](1695 MB) + +PASS -- COMPILE 's2swa_intel' [16:11, 15:15] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:02, 06:06](3208 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:58, 06:01](3216 MB) +PASS -- TEST 'cpld_restart_p8_intel' [43:05, 03:46](3253 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:02, 06:01](3242 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [43:45, 04:15](3274 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:39, 06:22](3553 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:02, 05:52](3198 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [06:49, 04:58](3073 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:16, 06:08](3207 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:57, 10:55](3343 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [41:19, 07:03](3626 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [22:51, 11:20](4117 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [38:06, 08:14](4357 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:42, 05:39](3168 MB) + +PASS -- COMPILE 's2sw_intel' [15:11, 14:34] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [06:16, 04:57](1728 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:32, 04:47](1772 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:10, 05:20] ( 1451 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [11:40, 09:09](3235 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:10, 05:04] ( 1451 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:20, 06:06](1748 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [14:11, 14:00] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:57, 04:36](1773 MB) + +PASS -- COMPILE 's2s_intel' [13:11, 12:31] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:53, 08:14](2833 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:01, 02:26](2838 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:17, 01:25](2243 MB) + +PASS -- COMPILE 's2swa_faster_intel' [19:11, 19:03] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:03, 06:14](3212 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [19:15, 18:25] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [56:33, 17:52](1771 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:39, 08:40](1118 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:29, 19:50](1672 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:10, 04:06] ( 1561 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:35, 24:43](1707 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:11, 12:36] ( 2 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:30, 03:51](697 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:09, 03:07](1592 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:17, 03:09](1601 MB) +PASS -- TEST 'control_latlon_intel' [04:04, 03:02](1587 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:14, 03:06](1601 MB) +PASS -- TEST 'control_c48_intel' [09:11, 07:18](1702 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:09, 06:12](878 MB) +PASS -- TEST 'control_c192_intel' [13:07, 11:04](1746 MB) +PASS -- TEST 'control_c384_intel' [18:05, 15:03](2007 MB) +PASS -- TEST 'control_c384gdas_intel' [16:49, 09:39](1354 MB) +PASS -- TEST 'control_stochy_intel' [02:31, 02:05](654 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:45, 01:08](503 MB) +PASS -- TEST 'control_lndp_intel' [02:26, 01:42](656 MB) +PASS -- TEST 'control_iovr4_intel' [03:55, 02:36](650 MB) +PASS -- TEST 'control_iovr5_intel' [03:42, 02:47](656 MB) +PASS -- TEST 'control_p8_intel' [05:16, 03:13](1622 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [42:57, 03:11](1632 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [42:51, 03:01](1585 MB) +PASS -- TEST 'control_restart_p8_intel' [37:43, 01:50](890 MB) +PASS -- TEST 'control_noqr_p8_intel' [42:26, 03:07](1616 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:25, 01:51](927 MB) +PASS -- TEST 'control_decomp_p8_intel' [42:22, 03:13](1611 MB) +PASS -- TEST 'control_2threads_p8_intel' [42:37, 03:17](1720 MB) +PASS -- TEST 'control_p8_lndp_intel' [44:37, 05:25](1631 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [42:59, 04:09](1691 MB) +PASS -- TEST 'control_p8_mynn_intel' [41:47, 03:16](1633 MB) +PASS -- TEST 'merra2_thompson_intel' [42:27, 03:36](1636 MB) +PASS -- TEST 'regional_control_intel' [43:11, 05:27](860 MB) +PASS -- TEST 'regional_restart_intel' [05:47, 02:46](1020 MB) +PASS -- TEST 'regional_decomp_intel' [43:27, 05:48](856 MB) +PASS -- TEST 'regional_2threads_intel' [41:29, 04:02](848 MB) +PASS -- TEST 'regional_noquilt_intel' [41:54, 05:14](1366 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [41:56, 05:25](857 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [41:40, 05:25](858 MB) +PASS -- TEST 'regional_wofs_intel' [42:07, 07:01](1923 MB) + +PASS -- COMPILE 'rrfs_intel' [11:11, 10:54] ( 4 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [43:36, 08:02](1061 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [36:20, 05:10](1291 MB) +PASS -- TEST 'rap_decomp_intel' [36:23, 08:23](1035 MB) +PASS -- TEST 'rap_2threads_intel' [35:56, 08:11](1175 MB) +PASS -- TEST 'rap_restart_intel' [06:28, 04:06](1103 MB) +PASS -- TEST 'rap_sfcdiff_intel' [35:16, 07:54](1102 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [34:45, 08:18](1026 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:34, 05:53](1126 MB) +PASS -- TEST 'hrrr_control_intel' [06:16, 04:07](1035 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:16, 04:17](1024 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:31, 03:26](1113 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:29, 02:11](1003 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:23, 07:47](1094 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:27, 09:23](1991 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:31, 09:09](2070 MB) + +PASS -- COMPILE 'csawmg_intel' [13:11, 13:06] ( 2 warnings ) +PASS -- TEST 'control_csawmg_intel' [09:44, 06:08](749 MB) +PASS -- TEST 'control_ras_intel' [06:21, 03:25](744 MB) + +PASS -- COMPILE 'wam_intel' [12:11, 11:34] ( 1 warnings ) +PASS -- TEST 'control_wam_intel' [05:22, 02:13](654 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:10, 12:41] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:32, 02:45](1627 MB) +PASS -- TEST 'regional_control_faster_intel' [07:43, 04:43](854 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 04:36] ( 886 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:52, 02:48](1609 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:53, 02:54](1620 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:23, 03:08](817 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:23, 02:58](817 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:44, 04:08](865 MB) +PASS -- TEST 'control_ras_debug_intel' [05:25, 02:54](827 MB) +PASS -- TEST 'control_diag_debug_intel' [04:49, 02:49](1668 MB) +PASS -- TEST 'control_debug_p8_intel' [03:49, 02:56](1606 MB) +PASS -- TEST 'regional_debug_intel' [19:52, 17:29](836 MB) +PASS -- TEST 'rap_control_debug_intel' [06:28, 04:59](1199 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:29, 04:52](1203 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:28, 05:00](1202 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:23, 04:54](1203 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:21, 04:54](1202 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:42, 05:15](1288 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:24, 05:09](1206 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:24, 05:01](1205 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:23, 05:01](1165 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:22, 05:00](1206 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:22, 04:56](1197 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:24, 04:59](1202 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:24, 08:00](1209 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:22, 05:01](1197 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:30, 05:59](1197 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:23, 05:04](1200 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:33, 08:24](1200 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:10, 03:23] ( 856 warnings ) +PASS -- TEST 'control_wam_debug_intel' [06:22, 05:10](521 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:12, 11:13] ( 4 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:09, 04:34](1169 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:19, 06:35](1055 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:46, 03:32](988 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:59, 06:52](1071 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:52, 03:01](964 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:34, 03:43](927 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:22, 04:54](1039 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:28, 01:53](925 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [18:10, 17:10] ( 4 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:59, 02:13](1199 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:53, 01:02](1126 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:51, 01:16](1106 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:13, 13:50] ( 4 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:49, 04:19](954 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:12, 04:16] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:24, 04:58](1086 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:23, 04:53](1081 MB) +PASS -- TEST 'conus13km_debug_intel' [15:57, 14:21](1232 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:56, 14:10](928 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:45, 08:25](1155 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:46, 14:37](1295 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 04:05] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:36, 05:02](1118 MB) + +PASS -- COMPILE 'hafsw_intel' [17:11, 16:33] ( 2 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:21, 05:54](684 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:28, 06:09](1116 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:31, 07:02](833 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:26, 13:26](864 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:25, 15:08](888 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:58, 06:25](499 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:28, 07:39](522 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:04, 03:21](374 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:36, 08:04](468 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:52, 04:21](528 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:51, 03:58](526 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:57, 05:36](585 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:27, 01:24](405 MB) +PASS -- TEST 'gnv1_nested_intel' [07:59, 04:49](806 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [21:18, 07:00] ( 1468 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:57, 13:03](573 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [29:11, 16:14] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:02, 09:59](678 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:15, 10:05](741 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [34:18, 16:05] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:13, 07:24](639 MB) + +PASS -- COMPILE 'hafs_all_intel' [33:19, 15:10] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:30, 06:39](833 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:36, 06:34](816 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:59, 15:58](1211 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [27:18, 09:52] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:19, 02:41](1136 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:20, 01:41](1089 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:16, 02:34](1018 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:17, 02:34](1015 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:17, 02:41](1018 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:17, 02:41](1126 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:17, 02:39](1137 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:17, 02:37](1015 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:18, 05:58](1055 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:14, 06:06](1033 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:16, 02:45](1137 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:19, 03:36](2434 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:19, 03:46](2500 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [21:12, 04:48] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:19, 06:16](1055 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [23:12, 09:43] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:20, 02:40](1145 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [12:11, 02:06] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:31, 00:50](261 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:25, 00:48](325 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:27, 00:40](321 MB) + +PASS -- COMPILE 'atml_intel' [21:13, 14:46] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:45, 04:19](1595 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:35, 04:14](1612 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:53, 02:28](897 MB) + +PASS -- COMPILE 'atml_debug_intel' [11:12, 05:35] ( 881 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:37, 05:42](1610 MB) + +PASS -- COMPILE 'atmw_intel' [30:11, 12:52] ( 1 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:31, 01:48](1625 MB) + +PASS -- COMPILE 'atmaero_intel' [29:11, 12:16] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:27, 04:04](3027 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:23, 05:03](3088 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:11, 05:00](3100 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [17:12, 03:50] ( 885 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [25:00, 22:45](4577 MB) SYNOPSIS: -Starting Date/Time: 20240501 13:51:13 -Ending Date/Time: 20240501 15:18:50 -Total Time: 01h:28m:06s +Starting Date/Time: 20240506 09:36:17 +Ending Date/Time: 20240506 11:36:51 +Total Time: 02h:01m:13s Compiles Completed: 38/38 -Tests Completed: 180/180 +Tests Completed: 182/182 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 ed6cb3faff..8f8ad7b085 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,7 +1,7 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -a987c604f37531e8dc63d28127df5b6921805e0b +58f6e863baafb6be6c58b625ba5669f80a1d82ab Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,12 +9,12 @@ Submodule hashes used in testing: 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) + 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850c) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - bbcabb5b292cccb4bd3542667f97a987cc3274cc FV3 (remotes/origin/mr2_innl-1-gbbcabb5) + 683061b3fd58716625eed61d7a7143e985f733d4 FV3 (heads/develop-51-g683061b) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 9b9467998598fb45725a27a6200eabdf9840ad33 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-717-g9b94679) - cb2eedd54241523ca8bab09af86b4a45fa0bdd1b FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5189-gcb2eedd5) + 741212e4962d371520f773e2be9481142f79635e FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-718-g741212e) + 1c2a898e97f069eeeb930cfb542db67ed349b72c FV3/ccpp/physics (EP4-744-g1c2a898e) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -35,237 +35,239 @@ 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-20240430 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_17560 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240503 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_168635 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [20:34, 20:07] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [50:19, 01:43](2975 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:35, 19:35] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [50:18, 01:29](1594 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [31:14, 01:35](1708 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [31:05, 02:08](853 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [50:19, 01:57](1578 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:24, 08:51] ( 1506 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [01:30, 01:51](1599 MB) - -PASS -- COMPILE 's2swa_intel' [21:44, 20:58] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [41:21, 01:30](3005 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [49:10, 01:57](3002 MB) -PASS -- TEST 'cpld_restart_p8_intel' [32:55, 01:00](3063 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [49:10, 01:42](3030 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [39:51, 01:54](3079 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [49:10, 01:30](3318 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [49:10, 01:37](3003 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [42:23, 01:21](2927 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [41:20, 01:31](3002 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [49:19, 03:48](3951 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [30:19, 03:24](4251 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [49:10, 01:20](2966 MB) - -PASS -- COMPILE 's2sw_intel' [11:26, 10:28] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [59:27, 01:07](1583 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [59:27, 01:14](1636 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [29:53, 29:26] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [41:00, 01:51](1635 MB) - -PASS -- COMPILE 's2s_intel' [10:25, 10:01] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [00:27, 00:43](2647 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:32, 16:22] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [53:21, 01:38](3001 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [28:52, 27:58] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [42:02, 01:02](1603 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [24:43, 01:12](905 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [24:11, 01:27](1574 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [26:49, 26:16] ( 1542 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [44:06, 01:29](1619 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [21:36, 21:04] ( 2 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [39:52, 01:12](573 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [39:52, 01:16](1465 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [39:52, 01:18](1477 MB) -PASS -- TEST 'control_latlon_intel' [39:52, 01:13](1469 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [34:06, 00:33](1467 MB) -PASS -- TEST 'control_c48_intel' [39:51, 01:02](1597 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [39:51, 00:53](717 MB) -PASS -- TEST 'control_c192_intel' [39:52, 01:22](1586 MB) -PASS -- TEST 'control_c384_intel' [39:56, 01:09](1901 MB) -PASS -- TEST 'control_c384gdas_intel' [39:56, 02:13](1092 MB) -PASS -- TEST 'control_stochy_intel' [39:52, 00:26](528 MB) -PASS -- TEST 'control_stochy_restart_intel' [37:27, 00:16](333 MB) -PASS -- TEST 'control_lndp_intel' [39:52, 00:18](529 MB) -PASS -- TEST 'control_iovr4_intel' [39:52, 00:34](524 MB) -PASS -- TEST 'control_iovr5_intel' [39:52, 00:45](525 MB) -PASS -- TEST 'control_p8_intel' [39:52, 01:43](1498 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [39:52, 01:40](1509 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [39:35, 01:58](1507 MB) -PASS -- TEST 'control_restart_p8_intel' [32:23, 01:44](690 MB) -PASS -- TEST 'control_noqr_p8_intel' [39:33, 01:40](1489 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [32:22, 01:47](699 MB) -PASS -- TEST 'control_decomp_p8_intel' [37:27, 00:46](1500 MB) -PASS -- TEST 'control_2threads_p8_intel' [36:24, 00:50](1592 MB) -PASS -- TEST 'control_p8_lndp_intel' [36:23, 01:17](1505 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [36:21, 01:46](1565 MB) -PASS -- TEST 'control_p8_mynn_intel' [35:18, 01:01](1510 MB) -PASS -- TEST 'merra2_thompson_intel' [35:03, 01:59](1509 MB) -PASS -- TEST 'regional_control_intel' [35:00, 01:02](608 MB) -PASS -- TEST 'regional_restart_intel' [27:13, 00:23](776 MB) -PASS -- TEST 'regional_decomp_intel' [34:21, 01:05](608 MB) -PASS -- TEST 'regional_2threads_intel' [33:39, 01:11](667 MB) -PASS -- TEST 'regional_noquilt_intel' [33:09, 00:24](1143 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [33:01, 00:20](610 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [32:57, 00:15](609 MB) -PASS -- TEST 'regional_wofs_intel' [32:55, 00:51](1578 MB) - -PASS -- COMPILE 'rrfs_intel' [13:27, 12:39] ( 4 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [32:51, 01:14](919 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [32:26, 00:43](1093 MB) -PASS -- TEST 'rap_decomp_intel' [32:22, 01:39](920 MB) -PASS -- TEST 'rap_2threads_intel' [32:14, 01:46](1009 MB) -PASS -- TEST 'rap_restart_intel' [23:26, 01:07](787 MB) -PASS -- TEST 'rap_sfcdiff_intel' [32:03, 01:54](915 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [29:52, 01:08](915 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [20:34, 01:17](786 MB) -PASS -- TEST 'hrrr_control_intel' [29:51, 01:51](913 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [29:44, 01:23](911 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [21:57, 01:54](988 MB) -PASS -- TEST 'hrrr_control_restart_intel' [22:36, 01:04](740 MB) -PASS -- TEST 'rrfs_v1beta_intel' [29:12, 01:40](912 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [28:28, 01:01](1877 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [28:15, 01:02](1861 MB) - -PASS -- COMPILE 'csawmg_intel' [32:56, 32:01] ( 2 warnings ) -PASS -- TEST 'control_csawmg_intel' [26:21, 01:08](599 MB) -PASS -- TEST 'control_ras_intel' [26:13, 01:16](561 MB) - -PASS -- COMPILE 'wam_intel' [10:24, 10:04] ( 1 warnings ) -PASS -- TEST 'control_wam_intel' [42:57, 00:24](271 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [21:44, 19:32] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [21:07, 01:22](1509 MB) -PASS -- TEST 'regional_control_faster_intel' [26:39, 00:42](609 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [13:26, 11:12] ( 871 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [26:11, 00:54](1487 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [19:01, 00:33](1487 MB) -PASS -- TEST 'control_stochy_debug_intel' [25:43, 00:30](691 MB) -PASS -- TEST 'control_lndp_debug_intel' [25:43, 00:52](690 MB) -PASS -- TEST 'control_csawmg_debug_intel' [25:09, 01:02](731 MB) -PASS -- TEST 'control_ras_debug_intel' [24:09, 00:43](701 MB) -PASS -- TEST 'control_diag_debug_intel' [22:52, 00:34](1546 MB) -PASS -- TEST 'control_debug_p8_intel' [22:36, 01:03](1524 MB) -PASS -- TEST 'regional_debug_intel' [22:17, 00:27](632 MB) -PASS -- TEST 'rap_control_debug_intel' [21:53, 00:18](1073 MB) -PASS -- TEST 'hrrr_control_debug_intel' [21:27, 00:52](1067 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [21:14, 00:58](1071 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [11:18, 01:06](1070 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [19:02, 00:49](1076 MB) -PASS -- TEST 'rap_diag_debug_intel' [18:24, 01:09](1158 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [10:44, 00:46](1076 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [18:14, 00:17](1072 MB) -PASS -- TEST 'rap_lndp_debug_intel' [17:50, 00:35](1078 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [17:44, 00:38](1074 MB) -PASS -- TEST 'rap_noah_debug_intel' [17:40, 01:12](1068 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [17:02, 00:31](1076 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [17:00, 00:19](1074 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [16:56, 00:30](1068 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [16:23, 00:29](1076 MB) -PASS -- TEST 'rap_flake_debug_intel' [15:57, 00:41](1073 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [15:52, 02:01](1078 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:20, 03:22] ( 843 warnings ) -PASS -- TEST 'control_wam_debug_intel' [43:50, 00:57](297 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [20:42, 18:57] ( 4 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [15:51, 00:41](966 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [15:36, 01:49](789 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [15:22, 01:36](786 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [14:40, 01:33](850 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [14:30, 01:27](837 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [14:24, 01:31](785 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:12, 01:31](690 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [08:37, 00:36](668 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:32, 16:06] ( 4 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [13:54, 01:16](1006 MB) -PASS -- TEST 'conus13km_2threads_intel' [08:03, 00:45](1007 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [07:50, 00:34](881 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:28, 12:09] ( 4 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [13:42, 01:27](810 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:25, 08:29] ( 774 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [13:31, 01:09](954 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [13:05, 01:02](954 MB) -PASS -- TEST 'conus13km_debug_intel' [12:15, 01:02](1037 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [12:06, 00:54](710 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:51, 00:38](1043 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [10:42, 00:36](1104 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:17, 04:24] ( 774 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [10:27, 01:13](979 MB) - -PASS -- COMPILE 'hafsw_intel' [16:31, 15:49] ( 2 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [10:23, 02:08](618 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [10:17, 00:51](971 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:46, 01:30](664 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [09:35, 01:32](695 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [09:27, 01:24](713 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:11, 01:08](390 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:49, 01:25](402 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [08:27, 00:49](282 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:29, 02:10](372 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:13, 01:27](413 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:29, 00:49](418 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:15, 01:42](488 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [06:00, 01:19](314 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [09:23, 08:08] ( 1450 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [05:21, 01:16](496 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [19:35, 18:52] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [53:33, 01:38](529 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [05:13, 00:47](709 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:30, 11:17] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [05:04, 00:50](705 MB) - -PASS -- COMPILE 'hafs_all_intel' [14:29, 13:04] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [04:34, 02:11](664 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [03:47, 01:28](640 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [03:28, 00:17](882 MB) - -PASS -- COMPILE 'atml_intel' [20:35, 16:57] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [03:20, 02:05](1540 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [03:17, 02:05](1549 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [55:38, 00:51](740 MB) - -PASS -- COMPILE 'atml_debug_intel' [08:21, 05:07] ( 867 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [02:59, 01:25](1559 MB) - -PASS -- COMPILE 'atmaero_intel' [15:28, 10:33] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [02:19, 00:57](2850 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [01:42, 01:50](2911 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [01:36, 01:29](2922 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [11:24, 06:27] ( 871 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [01:36, 01:10](4443 MB) +PASS -- COMPILE 's2swa_32bit_intel' [20:33, 20:01] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:56, 01:18](2974 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:36, 22:20] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [07:53, 02:00](1596 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [49:57, 01:48](1717 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [49:32, 01:19](847 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [49:02, 01:29](1573 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:17, 04:16] ( 1506 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:13, 01:20](1598 MB) + +PASS -- COMPILE 's2swa_intel' [24:39, 23:53] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [05:51, 01:28](3007 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [05:51, 01:38](3003 MB) +PASS -- TEST 'cpld_restart_p8_intel' [57:24, 01:53](3063 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [05:51, 01:27](3030 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [57:24, 01:48](3080 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [05:51, 01:09](3319 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [05:51, 01:30](3003 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [05:52, 01:30](2931 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [05:51, 01:40](3003 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [06:00, 04:50](3957 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [46:46, 04:06](4253 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [05:51, 01:50](2969 MB) + +PASS -- COMPILE 's2sw_intel' [11:24, 10:30] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [19:06, 00:46](1587 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [19:06, 00:57](1640 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [10:23, 09:46] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [20:06, 00:59](1633 MB) + +PASS -- COMPILE 's2s_intel' [24:37, 24:16] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [05:51, 00:44](2649 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:51, 01:33](2672 MB) +PASS -- TEST 'cpld_restart_c48_intel' [01:44, 01:12](2106 MB) + +PASS -- COMPILE 's2swa_faster_intel' [16:30, 16:03] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [14:00, 01:38](3001 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [12:25, 11:36] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:05, 01:08](1611 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [00:48, 01:32](902 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [59:28, 01:41](1587 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:22, 08:55] ( 1542 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [21:08, 01:37](1613 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [23:39, 22:28] ( 2 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [59:27, 00:23](576 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [59:27, 00:26](1466 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [58:52, 00:26](1474 MB) +PASS -- TEST 'control_latlon_intel' [58:51, 00:24](1481 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [58:41, 00:33](1471 MB) +PASS -- TEST 'control_c48_intel' [58:30, 00:54](1592 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [58:21, 00:50](718 MB) +PASS -- TEST 'control_c192_intel' [58:22, 00:32](1589 MB) +PASS -- TEST 'control_c384_intel' [58:07, 02:11](1906 MB) +PASS -- TEST 'control_c384gdas_intel' [57:45, 01:45](1093 MB) +PASS -- TEST 'control_stochy_intel' [57:24, 00:27](525 MB) +PASS -- TEST 'control_stochy_restart_intel' [54:56, 01:02](326 MB) +PASS -- TEST 'control_lndp_intel' [57:22, 00:32](527 MB) +PASS -- TEST 'control_iovr4_intel' [57:14, 00:46](524 MB) +PASS -- TEST 'control_iovr5_intel' [57:13, 00:47](524 MB) +PASS -- TEST 'control_p8_intel' [57:02, 01:53](1512 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [56:07, 01:54](1503 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [56:07, 01:57](1509 MB) +PASS -- TEST 'control_restart_p8_intel' [51:41, 01:03](692 MB) +PASS -- TEST 'control_noqr_p8_intel' [55:44, 01:34](1504 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [50:43, 00:58](699 MB) +PASS -- TEST 'control_decomp_p8_intel' [55:32, 01:31](1502 MB) +PASS -- TEST 'control_2threads_p8_intel' [55:30, 00:52](1588 MB) +PASS -- TEST 'control_p8_lndp_intel' [55:08, 01:01](1502 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [55:05, 01:54](1554 MB) +PASS -- TEST 'control_p8_mynn_intel' [55:02, 01:46](1514 MB) +PASS -- TEST 'merra2_thompson_intel' [55:01, 01:32](1512 MB) +PASS -- TEST 'regional_control_intel' [54:58, 00:15](610 MB) +PASS -- TEST 'regional_restart_intel' [49:12, 00:26](779 MB) +PASS -- TEST 'regional_decomp_intel' [54:55, 00:57](607 MB) +PASS -- TEST 'regional_2threads_intel' [54:56, 00:55](664 MB) +PASS -- TEST 'regional_noquilt_intel' [54:47, 00:20](1140 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [53:45, 00:27](608 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [53:44, 00:17](609 MB) +PASS -- TEST 'regional_wofs_intel' [53:35, 00:34](1584 MB) + +PASS -- COMPILE 'rrfs_intel' [16:32, 16:09] ( 4 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [04:34, 01:41](920 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:35, 01:08](1096 MB) +PASS -- TEST 'rap_decomp_intel' [04:34, 01:27](919 MB) +PASS -- TEST 'rap_2threads_intel' [04:34, 01:44](1008 MB) +PASS -- TEST 'rap_restart_intel' [52:23, 01:05](788 MB) +PASS -- TEST 'rap_sfcdiff_intel' [51:40, 02:07](912 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:34, 01:51](914 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [42:17, 01:49](787 MB) +PASS -- TEST 'hrrr_control_intel' [04:34, 01:04](909 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:34, 01:01](907 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:35, 01:27](996 MB) +PASS -- TEST 'hrrr_control_restart_intel' [51:31, 01:02](743 MB) +PASS -- TEST 'rrfs_v1beta_intel' [04:34, 01:13](914 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [04:34, 00:57](1877 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [04:34, 01:11](1862 MB) + +PASS -- COMPILE 'csawmg_intel' [24:40, 23:29] ( 2 warnings ) +PASS -- TEST 'control_csawmg_intel' [50:44, 00:34](599 MB) +PASS -- TEST 'control_ras_intel' [50:43, 00:57](563 MB) + +PASS -- COMPILE 'wam_intel' [21:34, 21:09] ( 1 warnings ) +PASS -- TEST 'control_wam_intel' [50:43, 00:54](272 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [17:31, 16:48] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [50:41, 02:04](1504 MB) +PASS -- TEST 'regional_control_faster_intel' [50:35, 00:25](612 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [10:25, 09:37] ( 871 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:34, 01:19](1489 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:27, 00:28](1489 MB) +PASS -- TEST 'control_stochy_debug_intel' [50:30, 00:51](695 MB) +PASS -- TEST 'control_lndp_debug_intel' [50:27, 01:11](694 MB) +PASS -- TEST 'control_csawmg_debug_intel' [50:14, 00:47](734 MB) +PASS -- TEST 'control_ras_debug_intel' [49:26, 01:10](704 MB) +PASS -- TEST 'control_diag_debug_intel' [49:06, 01:26](1555 MB) +PASS -- TEST 'control_debug_p8_intel' [48:34, 01:04](1518 MB) +PASS -- TEST 'regional_debug_intel' [48:19, 00:49](632 MB) +PASS -- TEST 'rap_control_debug_intel' [48:15, 00:56](1075 MB) +PASS -- TEST 'hrrr_control_debug_intel' [48:11, 01:00](1066 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [48:05, 01:02](1071 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [48:01, 00:56](1070 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [47:58, 00:58](1077 MB) +PASS -- TEST 'rap_diag_debug_intel' [47:23, 00:53](1158 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [47:20, 00:46](1076 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [47:19, 00:49](1074 MB) +PASS -- TEST 'rap_lndp_debug_intel' [47:14, 00:57](1078 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [46:16, 00:54](1076 MB) +PASS -- TEST 'rap_noah_debug_intel' [46:14, 01:02](1073 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [46:01, 01:01](1071 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [46:00, 00:49](1068 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [45:53, 01:01](1074 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [45:29, 01:14](1076 MB) +PASS -- TEST 'rap_flake_debug_intel' [45:12, 00:56](1077 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [44:58, 01:19](1078 MB) + +PASS -- COMPILE 'wam_debug_intel' [13:27, 12:51] ( 843 warnings ) +PASS -- TEST 'control_wam_debug_intel' [44:54, 00:55](304 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:35, 15:18] ( 4 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [44:26, 01:22](954 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [44:11, 01:15](789 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [44:10, 02:18](785 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [43:52, 01:33](849 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [39:38, 00:56](840 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [41:44, 02:08](785 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [36:43, 01:35](679 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [38:21, 00:22](670 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:26, 11:49] ( 4 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [41:43, 01:09](1006 MB) +PASS -- TEST 'conus13km_2threads_intel' [37:46, 00:53](1008 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [36:43, 00:44](881 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:27, 12:45] ( 4 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [41:32, 01:22](811 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [25:43, 24:59] ( 774 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [38:44, 01:04](952 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [38:23, 01:14](952 MB) +PASS -- TEST 'conus13km_debug_intel' [38:16, 00:24](1035 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [37:53, 01:16](710 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [36:21, 00:28](1037 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [36:03, 00:19](1102 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:25, 08:58] ( 774 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [41:31, 01:00](978 MB) + +PASS -- COMPILE 'hafsw_intel' [17:32, 17:06] ( 2 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [41:30, 02:07](617 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [40:53, 00:33](966 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [40:51, 01:39](661 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [40:44, 01:33](698 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [40:44, 01:29](714 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [39:44, 01:11](384 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [39:44, 02:17](400 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [39:28, 01:41](282 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [39:29, 02:29](371 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [39:25, 01:34](417 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [39:02, 01:02](417 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [35:54, 00:45](496 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [35:53, 00:23](324 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [19:33, 19:00] ( 1450 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [35:37, 00:43](493 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [15:29, 14:50] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [35:13, 01:41](526 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [35:04, 01:34](712 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [22:39, 21:51] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [33:29, 00:56](713 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:25, 10:10] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [34:52, 02:11](658 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [34:22, 01:14](647 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [34:16, 00:23](881 MB) + +PASS -- COMPILE 'atml_intel' [10:23, 10:00] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [34:18, 01:13](1543 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [34:08, 01:13](1547 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [27:31, 00:22](741 MB) + +PASS -- COMPILE 'atml_debug_intel' [11:25, 10:38] ( 867 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [33:58, 01:39](1560 MB) + +PASS -- COMPILE 'atmaero_intel' [13:28, 12:36] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [33:19, 01:28](2853 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [32:52, 00:58](2911 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [32:39, 01:50](2924 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:17, 04:01] ( 871 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [32:14, 01:13](4436 MB) SYNOPSIS: -Starting Date/Time: 20240501 14:48:33 -Ending Date/Time: 20240501 16:24:47 -Total Time: 01h:36m:59s +Starting Date/Time: 20240506 19:29:03 +Ending Date/Time: 20240506 20:53:52 +Total Time: 01h:25m:26s Compiles Completed: 31/31 -Tests Completed: 156/156 +Tests Completed: 158/158 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/opnReqTest b/tests/opnReqTest index db44db7c0b..cf854962b7 100755 --- a/tests/opnReqTest +++ b/tests/opnReqTest @@ -338,10 +338,10 @@ if [[ $MACHINE_ID = hera ]]; then PARTITION= QUEUE=batch COMPILE_QUEUE=batch - dprefix=/scratch1/NCEPDEV - DISKNM=$dprefix/nems/emc.nemspara/RT - STMP=${dprefix}/stmp4 - PTMP=${dprefix}/stmp2 + dprefix="/scratch1/NCEPDEV" + DISKNM="/scratch2/NAGAPE/epic/UFS-WM_RT" + STMP="${dprefix}/stmp4" + PTMP="${dprefix}/stmp2" SCHEDULER=slurm elif [[ $MACHINE_ID = orion ]]; then @@ -632,7 +632,7 @@ fi mkdir -p ${STMP}/${USER} NEW_BASELINE=${STMP}/${USER}/FV3_OPNREQ_TEST/OPNREQ_TEST RTPWD=${NEW_BASELINE} -INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20221101} +INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20240501} INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20220624/ INPUTDATA_ROOT_BMIC=${INPUTDATA_ROOT_BMIC:-$DISKNM/NEMSfv3gfs/BM_IC-20220207} diff --git a/tests/rt.conf b/tests/rt.conf index 1af875400f..2fa9bfd999 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -22,32 +22,32 @@ ### Intel Tests ### ### S2S tests ### COMPILE | s2swa_32bit | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | -RUN | cpld_control_p8_mixedmode | - noaacloud | baseline | +RUN | cpld_control_p8_mixedmode | - noaacloud | baseline | #GFS COMPILE | s2swa_32bit_pdlib | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | - noaacloud | fv3 | -RUN | cpld_control_gfsv17 | - noaacloud | baseline | -RUN | cpld_control_gfsv17_iau | - noaacloud | baseline | cpld_control_gfsv17 -RUN | cpld_restart_gfsv17 | - noaacloud | | cpld_control_gfsv17 -RUN | cpld_mpi_gfsv17 | - noaacloud | | +RUN | cpld_control_gfsv17 | - noaacloud | baseline | +RUN | cpld_control_gfsv17_iau | - noaacloud | baseline | cpld_control_gfsv17 +RUN | cpld_restart_gfsv17 | - noaacloud | | cpld_control_gfsv17 +RUN | cpld_mpi_gfsv17 | - noaacloud | | COMPILE | s2swa_32bit_pdlib_debug | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | - noaacloud jet | fv3 | -RUN | cpld_debug_gfsv17 | - noaacloud jet | baseline | +RUN | cpld_debug_gfsv17 | - noaacloud jet | baseline | COMPILE | s2swa | intel | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | -RUN | cpld_control_p8 | - noaacloud | baseline | -RUN | cpld_control_p8.v2.sfc | - noaacloud | baseline | -RUN | cpld_restart_p8 | - noaacloud | | cpld_control_p8 -RUN | cpld_control_qr_p8 | - noaacloud | | -RUN | cpld_restart_qr_p8 | - noaacloud | | cpld_control_qr_p8 -RUN | cpld_2threads_p8 | - derecho noaacloud | | -RUN | cpld_decomp_p8 | - noaacloud | | -RUN | cpld_mpi_p8 | - noaacloud | | -RUN | cpld_control_ciceC_p8 | - noaacloud | baseline | -RUN | cpld_control_c192_p8 | - wcoss2 jet acorn s4 noaacloud | baseline | -RUN | cpld_restart_c192_p8 | - wcoss2 jet acorn s4 noaacloud | | cpld_control_c192_p8 -RUN | cpld_bmark_p8 | - s4 jet acorn noaacloud | baseline | -RUN | cpld_restart_bmark_p8 | - s4 jet acorn noaacloud | | cpld_bmark_p8 +RUN | cpld_control_p8 | - noaacloud | baseline | +RUN | cpld_control_p8.v2.sfc | - noaacloud | baseline | +RUN | cpld_restart_p8 | - noaacloud | | cpld_control_p8 +RUN | cpld_control_qr_p8 | - noaacloud | | +RUN | cpld_restart_qr_p8 | - noaacloud | | cpld_control_qr_p8 +RUN | cpld_2threads_p8 | - derecho noaacloud | | +RUN | cpld_decomp_p8 | - noaacloud | | +RUN | cpld_mpi_p8 | - noaacloud | | +RUN | cpld_control_ciceC_p8 | - noaacloud | baseline | +RUN | cpld_control_c192_p8 | - wcoss2 jet acorn s4 noaacloud | baseline | +RUN | cpld_restart_c192_p8 | - wcoss2 jet acorn s4 noaacloud | | cpld_control_c192_p8 +RUN | cpld_bmark_p8 | - s4 jet acorn noaacloud | baseline | +RUN | cpld_restart_bmark_p8 | - s4 jet acorn noaacloud | | cpld_bmark_p8 # Aerosol, no Wave RUN | cpld_s2sa_p8 | - noaacloud | baseline | @@ -67,21 +67,21 @@ COMPILE | s2s_aoflux | intel | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sf RUN | cpld_control_noaero_p8_agrid | | baseline | COMPILE | s2s | intel | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | -RUN | cpld_control_c48 | | baseline | -#RUN | cpld_warmstart_c48 | - noaacloud | baseline | -#RUN | cpld_restart_c48 | - noaacloud | | cpld_warmstart_c48 +RUN | cpld_control_c48 | | baseline | +RUN | cpld_warmstart_c48 | - noaacloud | baseline | +RUN | cpld_restart_c48 | - noaacloud | | cpld_warmstart_c48 COMPILE | s2swa_faster | intel | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON | - noaacloud | fv3 | RUN | cpld_control_p8_faster | - noaacloud | baseline | # Unstructured WW3 mesh COMPILE | s2sw_pdlib | intel | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON | - noaacloud | fv3 | -RUN | cpld_control_pdlib_p8 | - noaacloud | baseline | -RUN | cpld_restart_pdlib_p8 | - noaacloud | | cpld_control_pdlib_p8 -RUN | cpld_mpi_pdlib_p8 | - noaacloud | | cpld_control_pdlib_p8 +RUN | cpld_control_pdlib_p8 | - noaacloud | baseline | +RUN | cpld_restart_pdlib_p8 | - noaacloud | | cpld_control_pdlib_p8 +RUN | cpld_mpi_pdlib_p8 | - noaacloud | | cpld_control_pdlib_p8 COMPILE | s2sw_pdlib_debug | intel | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON | - noaacloud | fv3 | -RUN | cpld_debug_pdlib_p8 | - noaacloud | baseline | +RUN | cpld_debug_pdlib_p8 | - noaacloud | baseline | ### ATM tests ### COMPILE | atm_dyn32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn,FV3_GFS_v17_p8_ugwpv1 -D32BIT=ON | | fv3 | @@ -220,7 +220,7 @@ COMPILE | rrfs_dyn32_phy32_debug | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_H RUN | rap_control_debug_dyn32_phy32 | - noaacloud | baseline | RUN | hrrr_control_debug_dyn32_phy32 | - noaacloud | baseline | RUN | conus13km_debug | - noaacloud | baseline | -RUN | conus13km_debug_qr | - noaacloud | | +RUN | conus13km_debug_qr | - noaacloud | | RUN | conus13km_debug_2threads | - derecho noaacloud | | RUN | conus13km_radar_tten_debug | - noaacloud | baseline | @@ -288,15 +288,15 @@ RUN | datm_cdeps_control_cfsr_faster | - wcoss2 ### CDEPS Data Atmosphere tests with LND ### COMPILE | datm_cdeps_land | intel | -DAPP=LND | - wcoss2 | fv3 | -RUN | datm_cdeps_lnd_gswp3 | - wcoss2 | baseline | -RUN | datm_cdeps_lnd_era5 | - wcoss2 | baseline | -RUN | datm_cdeps_lnd_era5_rst | - wcoss2 noaacloud | | datm_cdeps_lnd_era5 +RUN | datm_cdeps_lnd_gswp3 | - wcoss2 | baseline | +RUN | datm_cdeps_lnd_era5 | - wcoss2 | baseline | +RUN | datm_cdeps_lnd_era5_rst | - wcoss2 noaacloud | | datm_cdeps_lnd_era5 ### ATM-LND tests ### COMPILE | atml | intel | -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON | | fv3 | -RUN | control_p8_atmlnd_sbs | - noaacloud | baseline | -RUN | control_p8_atmlnd | - noaacloud | baseline | -RUN | control_restart_p8_atmlnd | - noaacloud | | control_p8_atmlnd +RUN | control_p8_atmlnd_sbs | - noaacloud | baseline | +RUN | control_p8_atmlnd | - noaacloud | baseline | +RUN | control_restart_p8_atmlnd | - noaacloud | | control_p8_atmlnd COMPILE | atml_debug | intel | -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DDEBUG=ON | | fv3 | RUN | control_p8_atmlnd_debug | - noaacloud | baseline | diff --git a/tests/rt.sh b/tests/rt.sh index 4454eb7fed..c55eeaaddb 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -1033,7 +1033,7 @@ if [[ "${CREATE_BASELINE}" == false ]] ; then fi fi -INPUTDATA_ROOT=${INPUTDATA_ROOT:-${DISKNM}/NEMSfv3gfs/input-data-20221101} +INPUTDATA_ROOT=${INPUTDATA_ROOT:-${DISKNM}/NEMSfv3gfs/input-data-20240501} INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20240214 INPUTDATA_ROOT_BMIC=${INPUTDATA_ROOT_BMIC:-${DISKNM}/NEMSfv3gfs/BM_IC-20220207} diff --git a/tests/test_changes.list b/tests/test_changes.list index cff472391f..dfc590d291 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,2 +1,52 @@ -merra2_thompson intel -atmaero_control_p8_rad_micro intel +cpld_control_p8_mixedmode intel +cpld_control_gfsv17 intel +cpld_control_gfsv17_iau intel +cpld_restart_gfsv17 intel +cpld_mpi_gfsv17 intel +cpld_debug_gfsv17 intel +cpld_control_p8 intel +cpld_control_p8.v2.sfc intel +cpld_restart_p8 intel +cpld_control_qr_p8 intel +cpld_restart_qr_p8 intel +cpld_2threads_p8 intel +cpld_decomp_p8 intel +cpld_mpi_p8 intel +cpld_control_ciceC_p8 intel +cpld_control_c192_p8 intel +cpld_restart_c192_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 +datm_cdeps_control_cfsr intel +datm_cdeps_restart_cfsr intel +datm_cdeps_control_gefs intel +datm_cdeps_iau_gefs intel +datm_cdeps_stochy_gefs intel +datm_cdeps_ciceC_cfsr intel +datm_cdeps_bulk_cfsr intel +datm_cdeps_bulk_gefs intel +datm_cdeps_mx025_cfsr intel +datm_cdeps_mx025_gefs intel +datm_cdeps_multiple_files_cfsr intel +datm_cdeps_3072x1536_cfsr intel +datm_cdeps_gfs intel +datm_cdeps_debug_cfsr intel +datm_cdeps_control_cfsr_faster intel +cpld_control_nowave_noaero_p8 gnu +cpld_control_pdlib_p8 gnu +cpld_debug_pdlib_p8 gnu +datm_cdeps_control_cfsr gnu From 85d73f2091904fcb434162702182d20c1974aebd Mon Sep 17 00:00:00 2001 From: Fabio L R Diniz <45880035+fabiolrdiniz@users.noreply.github.com> Date: Thu, 9 May 2024 12:02:02 -0600 Subject: [PATCH 5/6] Adding a few JEDI-related aliases into the `fd_ufs.yaml` file+Add option to specify fv3atm history and inline post files output directory #2254 + Bump jinja2 from 3.1.3 to 3.1.4 in /doc/UsersGuide #2270 (#2215) * UFSWM - Add several aliases in `fd_ufs.yaml` needed for JEDI-UFS. Add new model_configure option (fv3atm_output_dir) to specify directory in which all fv3atm history and inline post files will be saved. * FV3 - Add new model_configure option (fv3atm_output_dir) to specify directory in which all history and inline post files will be saved. --------- Co-authored-by: Fabio L R Diniz Co-authored-by: Dom Heinzeller Co-authored-by: Dusan Jovic --- FV3 | 2 +- doc/UsersGuide/requirements.txt | 2 +- tests/logs/OpnReqTests_control_p8_hera.log | 48 +- ...sts_cpld_control_nowave_noaero_p8_hera.log | 169 +--- .../OpnReqTests_regional_control_hera.log | 61 +- tests/logs/RegressionTests_acorn.log | 591 ++++++-------- tests/logs/RegressionTests_derecho.log | 514 ++++++------ tests/logs/RegressionTests_gaea.log | 528 ++++++------ tests/logs/RegressionTests_hera.log | 767 ++++++++---------- tests/logs/RegressionTests_hercules.log | 702 ++++++++-------- tests/logs/RegressionTests_jet.log | 466 +++++------ tests/logs/RegressionTests_orion.log | 528 ++++++------ tests/logs/RegressionTests_wcoss2.log | 530 ++++++------ tests/parm/fd_ufs.yaml | 40 +- tests/test_changes.list | 52 -- 15 files changed, 2407 insertions(+), 2593 deletions(-) diff --git a/FV3 b/FV3 index 683061b3fd..7147dac3d5 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 683061b3fd58716625eed61d7a7143e985f733d4 +Subproject commit 7147dac3d5075c38a43cc221d1e7e7337c28437f diff --git a/doc/UsersGuide/requirements.txt b/doc/UsersGuide/requirements.txt index 3888acb016..7c806c7579 100644 --- a/doc/UsersGuide/requirements.txt +++ b/doc/UsersGuide/requirements.txt @@ -26,7 +26,7 @@ importlib-metadata==7.0.1 # via # sphinx # sphinxcontrib-bibtex -jinja2==3.1.3 +jinja2==3.1.4 # via sphinx latexcodec==2.0.1 # via pybtex diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index e829c13338..9b774a47d9 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Mon May 6 03:31:26 UTC 2024 +Wed May 8 13:41:14 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2102271/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1887419/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving sfcf000.nc .........OK @@ -51,14 +51,14 @@ Moving baseline bit_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 272.641469 - 0: The maximum resident set size (KB) = 1268416 + 0: The total amount of wall time = 268.660502 + 0: The maximum resident set size (KB) = 1268232 Test bit_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2102271/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1887419/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf000.nc .........OK @@ -106,14 +106,14 @@ Moving baseline dbg_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 939.651847 - 0: The maximum resident set size (KB) = 1254768 + 0: The total amount of wall time = 952.646761 + 0: The maximum resident set size (KB) = 1255292 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2102271/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1887419/dcp_dcp Checking test dcp results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -160,14 +160,14 @@ Checking test dcp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 241.788160 - 0: The maximum resident set size (KB) = 1249176 + 0: The total amount of wall time = 242.733088 + 0: The maximum resident set size (KB) = 1245144 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2102271/mpi_mpi +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1887419/mpi_mpi Checking test mpi results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -214,14 +214,14 @@ Checking test mpi results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 244.812605 - 0: The maximum resident set size (KB) = 1246164 + 0: The total amount of wall time = 239.108039 + 0: The maximum resident set size (KB) = 1248916 Test mpi PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2102271/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1887419/rst_rst Checking test rst results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -268,14 +268,14 @@ Checking test rst results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 242.401979 - 0: The maximum resident set size (KB) = 1247912 + 0: The total amount of wall time = 242.313139 + 0: The maximum resident set size (KB) = 1247708 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2102271/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1887419/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf000.nc .........OK @@ -323,14 +323,14 @@ Moving baseline std_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 245.916587 - 0: The maximum resident set size (KB) = 1245720 + 0: The total amount of wall time = 237.668319 + 0: The maximum resident set size (KB) = 1248200 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2102271/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1887419/thr_thr Checking test thr results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -377,11 +377,11 @@ Checking test thr results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 244.965128 - 0: The maximum resident set size (KB) = 1242856 + 0: The total amount of wall time = 243.736914 + 0: The maximum resident set size (KB) = 1248980 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon May 6 04:33:54 UTC 2024 -Elapsed time: 01h:02m:28s. Have a nice day! +Wed May 8 14:43:48 UTC 2024 +Elapsed time: 01h:02m:35s. Have a nice day! diff --git a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log index a36694bc8d..e13da398db 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,9 +1,9 @@ -Mon May 6 21:46:21 UTC 2024 +Wed May 8 22:03:04 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2042345/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3951357/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf021.tile1.nc .........OK @@ -66,159 +66,14 @@ Moving baseline dbg_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 1337.937513 - 0: The maximum resident set size (KB) = 1366960 + 0: The total amount of wall time = 1313.925417 + 0: The maximum resident set size (KB) = 1367280 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2042345/rst_rst -Checking test rst results .... - Comparing sfcf021.tile1.nc ............MISSING file - Comparing sfcf021.tile2.nc ............MISSING file - Comparing sfcf021.tile3.nc ............MISSING file - Comparing sfcf021.tile4.nc ............MISSING file - Comparing sfcf021.tile5.nc ............MISSING file - Comparing sfcf021.tile6.nc ............MISSING file - Comparing atmf021.tile1.nc ............MISSING file - Comparing atmf021.tile2.nc ............MISSING file - Comparing atmf021.tile3.nc ............MISSING file - Comparing atmf021.tile4.nc ............MISSING file - Comparing atmf021.tile5.nc ............MISSING file - Comparing atmf021.tile6.nc ............MISSING file - Comparing sfcf024.tile1.nc ............MISSING file - Comparing sfcf024.tile2.nc ............MISSING file - Comparing sfcf024.tile3.nc ............MISSING file - Comparing sfcf024.tile4.nc ............MISSING file - Comparing sfcf024.tile5.nc ............MISSING file - Comparing sfcf024.tile6.nc ............MISSING file - Comparing atmf024.tile1.nc ............MISSING file - Comparing atmf024.tile2.nc ............MISSING file - Comparing atmf024.tile3.nc ............MISSING file - Comparing atmf024.tile4.nc ............MISSING file - Comparing atmf024.tile5.nc ............MISSING file - Comparing atmf024.tile6.nc ............MISSING file - Comparing RESTART/20210323.060000.coupler.res ............MISSING file - Comparing RESTART/20210323.060000.fv_core.res.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc ............MISSING file - Comparing RESTART/20210323.060000.phy_data.tile1.nc ............MISSING file - Comparing RESTART/20210323.060000.phy_data.tile2.nc ............MISSING file - Comparing RESTART/20210323.060000.phy_data.tile3.nc ............MISSING file - Comparing RESTART/20210323.060000.phy_data.tile4.nc ............MISSING file - Comparing RESTART/20210323.060000.phy_data.tile5.nc ............MISSING file - Comparing RESTART/20210323.060000.phy_data.tile6.nc ............MISSING file - Comparing RESTART/20210323.060000.sfc_data.tile1.nc ............MISSING file - Comparing RESTART/20210323.060000.sfc_data.tile2.nc ............MISSING file - Comparing RESTART/20210323.060000.sfc_data.tile3.nc ............MISSING file - Comparing RESTART/20210323.060000.sfc_data.tile4.nc ............MISSING file - Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............MISSING file - Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............MISSING file - Comparing RESTART/20210323.060000.MOM.res.nc ............MISSING file - Comparing RESTART/iced.2021-03-23-21600.nc ............MISSING file - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc ............MISSING file - - -Test rst FAIL - - -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2042345/std_base_std_base -Checking test std_base results .... -Moving baseline std_base files .... - Moving sfcf021.tile1.nc .........OK - Moving sfcf021.tile2.nc .........OK - Moving sfcf021.tile3.nc .........OK - Moving sfcf021.tile4.nc .........OK - Moving sfcf021.tile5.nc .........OK - Moving sfcf021.tile6.nc .........OK - Moving atmf021.tile1.nc .........OK - Moving atmf021.tile2.nc .........OK - Moving atmf021.tile3.nc .........OK - Moving atmf021.tile4.nc .........OK - Moving atmf021.tile5.nc .........OK - Moving atmf021.tile6.nc .........OK - Moving sfcf024.tile1.nc .........OK - Moving sfcf024.tile2.nc .........OK - Moving sfcf024.tile3.nc .........OK - Moving sfcf024.tile4.nc .........OK - Moving sfcf024.tile5.nc .........OK - Moving sfcf024.tile6.nc .........OK - Moving atmf024.tile1.nc .........OK - Moving atmf024.tile2.nc .........OK - Moving atmf024.tile3.nc .........OK - Moving atmf024.tile4.nc .........OK - Moving atmf024.tile5.nc .........OK - Moving atmf024.tile6.nc .........OK - Moving RESTART/20210323.060000.coupler.res .........OK - Moving RESTART/20210323.060000.fv_core.res.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile1.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile2.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile3.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile4.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile5.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile6.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - Moving RESTART/20210323.060000.MOM.res.nc .........OK - Moving RESTART/iced.2021-03-23-21600.nc .........OK - Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - - 0: The total amount of wall time = 398.324973 - 0: The maximum resident set size (KB) = 1344212 - -Test std_base PASS - -FAILED TESTS: -Test rst failed in check_result failed -OPERATION REQUIREMENT TEST FAILED -Tue May 7 00:38:15 UTC 2024 -Elapsed time: 02h:51m:56s. Have a nice day! -Tue May 7 01:53:20 UTC 2024 -Start Operation Requirement Test - - -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3322035/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3951357/rst_rst Checking test rst results .... Comparing sfcf021.tile1.nc .....USING NCCMP......OK Comparing sfcf021.tile2.nc .....USING NCCMP......OK @@ -280,14 +135,14 @@ Checking test rst results .... Comparing RESTART/iced.2021-03-23-21600.nc .....USING NCCMP......OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK - 0: The total amount of wall time = 405.576010 - 0: The maximum resident set size (KB) = 1340024 + 0: The total amount of wall time = 618.318216 + 0: The maximum resident set size (KB) = 1359788 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3322035/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3951357/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf021.tile1.nc .........OK @@ -350,11 +205,11 @@ Moving baseline std_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 395.446701 - 0: The maximum resident set size (KB) = 1344300 + 0: The total amount of wall time = 541.651862 + 0: The maximum resident set size (KB) = 1359804 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Tue May 7 02:25:02 UTC 2024 -Elapsed time: 00h:31m:43s. Have a nice day! +Wed May 8 23:07:07 UTC 2024 +Elapsed time: 01h:04m:04s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 126227365f..8803c1624f 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Mon May 6 13:15:23 UTC 2024 +Wed May 8 18:21:05 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3029607/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2920818/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving dynf000.nc .........OK @@ -15,14 +15,20 @@ Moving baseline bit_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 1289.474304 - 0: The maximum resident set size (KB) = 591012 + 0: The total amount of wall time = 1309.798707 + 0: The maximum resident set size (KB) = 596032 Test bit_base PASS +OPERATION REQUIREMENT TEST WAS SUCCESSFUL +Wed May 8 18:47:56 UTC 2024 +Elapsed time: 00h:26m:51s. Have a nice day! +Wed May 8 18:48:27 UTC 2024 +Start Operation Requirement Test + baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3029607/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3015786/dcp_dcp Checking test dcp results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -33,14 +39,39 @@ Checking test dcp results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2173.814168 - 0: The maximum resident set size (KB) = 555696 + 0: The total amount of wall time = 2158.789432 + 0: The maximum resident set size (KB) = 560836 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3029607/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3015786/std_base_std_base +Checking test std_base results .... +Moving baseline std_base files .... + Moving dynf000.nc .........OK + Moving dynf006.nc .........OK + Moving phyf000.nc .........OK + Moving phyf006.nc .........OK + Moving PRSLEV.GrbF00 .........OK + Moving PRSLEV.GrbF06 .........OK + Moving NATLEV.GrbF00 .........OK + Moving NATLEV.GrbF06 .........OK + + 0: The total amount of wall time = 2165.997972 + 0: The maximum resident set size (KB) = 556908 + +Test std_base PASS + +OPERATION REQUIREMENT TEST WAS SUCCESSFUL +Wed May 8 20:07:02 UTC 2024 +Elapsed time: 01h:18m:35s. Have a nice day! +Wed May 8 20:12:02 UTC 2024 +Start Operation Requirement Test + + +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3343721/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving dynf000.nc .........OK @@ -52,14 +83,14 @@ Moving baseline std_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 2138.683822 - 0: The maximum resident set size (KB) = 555504 + 0: The total amount of wall time = 2128.207151 + 0: The maximum resident set size (KB) = 555744 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3029607/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3343721/thr_thr Checking test thr results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -70,11 +101,11 @@ Checking test thr results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2194.552952 - 0: The maximum resident set size (KB) = 553188 + 0: The total amount of wall time = 2139.117039 + 0: The maximum resident set size (KB) = 580480 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon May 6 15:40:27 UTC 2024 -Elapsed time: 02h:25m:06s. Have a nice day! +Wed May 8 21:29:22 UTC 2024 +Elapsed time: 01h:17m:20s. Have a nice day! diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index 0f9cea2320..db9e35c572 100644 --- a/tests/logs/RegressionTests_acorn.log +++ b/tests/logs/RegressionTests_acorn.log @@ -1,7 +1,7 @@ ====START OF ACORN REGRESSION TESTING LOG==== UFSWM hash used in testing: -185711d25b9d234f2d48a5cfb21b8e8295193f61 +11f08c4352632e1432d9c38e6d066387da2828e1 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,12 +11,12 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - bbcabb5b292cccb4bd3542667f97a987cc3274cc FV3 (remotes/origin/mr2_innl) + cf9b7655becf840bb2861ad84ad0a76a9952ddc7 FV3 (remotes/origin/fv3atm_output_dir) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 9b9467998598fb45725a27a6200eabdf9840ad33 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-717-g9b94679) - cb2eedd54241523ca8bab09af86b4a45fa0bdd1b FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5189-gcb2eedd5) + 741212e4962d371520f773e2be9481142f79635e FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-718-g741212e) + 1c2a898e97f069eeeb930cfb542db67ed349b72c FV3/ccpp/physics (EP4-744-g1c2a898e) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) @@ -35,340 +35,267 @@ 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-20240430 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_5114 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240503 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_210135 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [11:24, 10:31] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:09, 01:58](2991 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:30, 16:39] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [01:02, 03:28](1617 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [28:22, 03:20](1739 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [27:46, 02:21](877 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [01:03, 03:01](1594 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:18, 04:14] ( 1527 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [13:16, 03:04](1645 MB) - -PASS -- COMPILE 's2swa_intel' [11:24, 10:31] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [07:09, 01:31](3020 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [07:09, 02:04](3020 MB) -PASS -- TEST 'cpld_restart_p8_intel' [58:06, 02:30](3077 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [07:09, 01:43](3043 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [39:37, 02:22](3096 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [07:09, 01:56](3328 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [07:09, 01:30](3016 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:10, 01:55](2944 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:09, 02:00](3020 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:09, 02:17](2986 MB) - -PASS -- COMPILE 's2sw_intel' [10:23, 10:10] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:10, 01:07](1614 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:10, 01:32](1643 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:24, 09:40] ( 2 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:09, 01:32](1645 MB) - -PASS -- COMPILE 's2s_intel' [10:24, 09:37] ( 2 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:08, 01:00](2638 MB) - -PASS -- COMPILE 's2swa_faster_intel' [16:30, 15:47] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [02:03, 01:59](3020 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:30, 16:17] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [02:03, 01:50](1630 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [29:52, 01:09](934 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [29:38, 01:06](1603 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:18, 04:03] ( 1562 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [14:16, 01:20](1659 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [36:55, 09:46] ( 3 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [36:59, 01:13](610 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [34:46, 00:44](1500 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [34:45, 00:56](1508 MB) -PASS -- TEST 'control_latlon_intel' [32:46, 00:42](1504 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [32:42, 00:55](1503 MB) -PASS -- TEST 'control_c48_intel' [32:41, 01:06](1585 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [32:41, 00:46](713 MB) -PASS -- TEST 'control_c192_intel' [32:42, 00:44](1620 MB) -PASS -- TEST 'control_c384_intel' [32:46, 02:19](1932 MB) -PASS -- TEST 'control_c384gdas_intel' [32:34, 03:43](1118 MB) -PASS -- TEST 'control_stochy_intel' [31:41, 00:54](567 MB) -PASS -- TEST 'control_stochy_restart_intel' [27:08, 00:18](372 MB) -PASS -- TEST 'control_lndp_intel' [31:40, 01:00](565 MB) -PASS -- TEST 'control_iovr4_intel' [30:50, 00:34](561 MB) -PASS -- TEST 'control_iovr5_intel' [30:09, 01:16](561 MB) -PASS -- TEST 'control_p8_intel' [30:02, 02:49](1534 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [23:59, 02:30](1535 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [29:36, 02:15](1537 MB) -PASS -- TEST 'control_restart_p8_intel' [21:20, 02:07](726 MB) -PASS -- TEST 'control_noqr_p8_intel' [29:04, 01:28](1525 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [20:10, 01:37](732 MB) -PASS -- TEST 'control_decomp_p8_intel' [29:04, 01:21](1529 MB) -PASS -- TEST 'control_2threads_p8_intel' [27:44, 01:18](1621 MB) -PASS -- TEST 'control_p8_lndp_intel' [27:08, 01:04](1535 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [26:37, 02:08](1588 MB) -PASS -- TEST 'control_p8_mynn_intel' [26:37, 02:31](1539 MB) -PASS -- TEST 'merra2_thompson_intel' [26:36, 01:41](1539 MB) -PASS -- TEST 'regional_control_intel' [26:33, 01:02](606 MB) -PASS -- TEST 'regional_restart_intel' [14:19, 00:23](776 MB) -PASS -- TEST 'regional_decomp_intel' [26:22, 01:09](605 MB) -PASS -- TEST 'regional_2threads_intel' [26:19, 00:28](695 MB) -PASS -- TEST 'regional_noquilt_intel' [26:17, 00:26](1139 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [25:53, 00:51](606 MB) -PASS -- TEST 'regional_wofs_intel' [25:46, 00:12](1573 MB) - -PASS -- COMPILE 'ifi_intel' [34:51, 08:24] ( 2 warnings ) -PASS -- TEST 'regional_ifi_control_intel' [37:50, 00:55](606 MB) -PASS -- TEST 'regional_ifi_decomp_intel' [37:49, 00:26](606 MB) -PASS -- TEST 'regional_ifi_2threads_intel' [37:49, 00:56](695 MB) - -PASS -- COMPILE 'rrfs_intel' [29:47, 09:09] ( 5 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [24:15, 02:56](943 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [23:43, 01:34](1112 MB) -PASS -- TEST 'rap_decomp_intel' [23:33, 02:24](943 MB) -PASS -- TEST 'rap_2threads_intel' [22:33, 02:18](1027 MB) -PASS -- TEST 'rap_restart_intel' [07:49, 02:20](814 MB) -PASS -- TEST 'rap_sfcdiff_intel' [21:57, 03:13](940 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [20:13, 02:50](943 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:22, 03:06](813 MB) -PASS -- TEST 'hrrr_control_intel' [12:29, 02:24](935 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [19:12, 02:58](937 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [16:44, 01:28](1013 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:58, 00:25](769 MB) -PASS -- TEST 'rrfs_v1beta_intel' [15:16, 02:48](936 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [15:14, 00:42](1902 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [14:52, 00:26](1891 MB) - -PASS -- COMPILE 'csawmg_intel' [29:47, 08:45] ( 3 warnings ) -PASS -- TEST 'control_csawmg_intel' [14:48, 01:24](632 MB) - -PASS -- COMPILE 'wam_intel' [29:47, 08:30] ( 2 warnings ) -PASS -- TEST 'control_wam_intel' [14:39, 01:13](309 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [28:42, 09:05] ( 2 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [14:11, 02:01](1533 MB) -PASS -- TEST 'regional_control_faster_intel' [14:08, 00:26](605 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [24:38, 04:30] ( 887 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [42:30, 00:37](1532 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [13:21, 00:53](1533 MB) -PASS -- TEST 'control_stochy_debug_intel' [42:30, 00:56](741 MB) -PASS -- TEST 'control_lndp_debug_intel' [42:30, 01:15](742 MB) -PASS -- TEST 'control_csawmg_debug_intel' [42:30, 00:56](777 MB) -PASS -- TEST 'control_ras_debug_intel' [42:30, 01:15](752 MB) -PASS -- TEST 'control_diag_debug_intel' [42:30, 00:26](1594 MB) -PASS -- TEST 'control_debug_p8_intel' [42:30, 01:09](1564 MB) -PASS -- TEST 'regional_debug_intel' [42:29, 00:17](645 MB) -PASS -- TEST 'rap_control_debug_intel' [42:30, 00:47](1120 MB) -PASS -- TEST 'hrrr_control_debug_intel' [42:30, 00:50](1113 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [42:30, 00:24](1116 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [42:30, 00:23](1117 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [42:30, 01:10](1120 MB) -PASS -- TEST 'rap_diag_debug_intel' [42:30, 00:43](1202 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [42:30, 00:16](1120 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [42:30, 00:51](1119 MB) -PASS -- TEST 'rap_lndp_debug_intel' [42:30, 00:28](1122 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [42:30, 01:00](1120 MB) -PASS -- TEST 'rap_noah_debug_intel' [42:30, 00:53](1118 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [42:30, 00:51](1117 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [42:30, 00:44](1118 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [41:20, 01:03](1112 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [39:28, 00:33](1120 MB) -PASS -- TEST 'rap_flake_debug_intel' [39:17, 00:44](1120 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:44, 02:29](1122 MB) - -PASS -- COMPILE 'wam_debug_intel' [18:33, 03:15] ( 857 warnings ) -PASS -- TEST 'control_wam_debug_intel' [43:29, 01:00](353 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [23:38, 08:33] ( 5 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [12:20, 01:00](980 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:50, 02:48](822 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [11:47, 03:22](821 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [11:14, 02:35](878 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [10:12, 02:13](868 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [09:08, 02:27](818 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [01:21, 01:30](718 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:19, 00:34](700 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [24:38, 10:46] ( 5 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [08:38, 01:08](1030 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:20, 00:42](1008 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:19, 00:24](911 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:22, 08:39] ( 5 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:08, 00:56](845 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:16, 03:17] ( 789 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:49, 01:06](997 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:49, 01:03](996 MB) -PASS -- TEST 'conus13km_debug_intel' [07:34, 00:42](1084 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [07:34, 00:26](758 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [06:23, 00:20](1059 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [05:58, 01:16](1151 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [37:55, 03:20] ( 789 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [00:30, 00:43](1017 MB) - -PASS -- COMPILE 'hafsw_intel' [45:01, 09:49] ( 3 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [53:25, 01:37](643 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [53:25, 00:45](989 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [53:23, 01:29](693 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [53:23, 01:42](726 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [53:24, 01:44](744 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [53:23, 00:57](412 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [53:24, 02:24](435 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [53:24, 01:52](310 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [53:27, 02:53](375 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [53:23, 01:22](445 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [53:23, 01:41](446 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [53:25, 00:45](512 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [53:24, 00:30](339 MB) -PASS -- TEST 'gnv1_nested_intel' [53:24, 01:53](699 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [38:54, 03:46] ( 1469 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [59:31, 00:42](540 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [45:00, 10:02] ( 2 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [53:24, 00:56](552 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [53:24, 01:12](723 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [45:00, 09:53] ( 2 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [53:23, 01:18](723 MB) - -PASS -- COMPILE 'hafs_all_intel' [45:00, 09:29] ( 2 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [53:21, 02:04](684 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [53:21, 02:08](672 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [53:19, 00:49](888 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [47:01, 09:07] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [51:10, 00:14](756 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [44:43, 00:33](745 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [51:10, 00:53](634 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [44:45, 00:58](636 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [51:10, 00:16](634 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [50:40, 00:55](756 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [50:11, 00:19](756 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [50:11, 00:30](634 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [26:16, 01:51](641 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [48:01, 01:15](622 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [46:53, 00:18](756 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [46:47, 00:39](2010 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [46:47, 00:43](2010 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [46:01, 08:56] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [51:17, 00:53](745 MB) - -FAILED: UNABLE TO COMPILE -- COMPILE 'datm_cdeps_land_intel' [, ] -FAILED: UNABLE TO START RUN -- TEST 'datm_cdeps_lnd_gswp3_intel' [, ]( MB) -FAILED: UNABLE TO START RUN -- TEST 'datm_cdeps_lnd_era5_intel' [, ]( MB) -FAILED: UNABLE TO START RUN -- TEST 'datm_cdeps_lnd_era5_rst_intel' [, ]( MB) - -PASS -- COMPILE 'atml_intel' [44:00, 09:57] ( 10 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [45:28, 02:13](1572 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [44:45, 02:39](1573 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [16:46, 01:10](779 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:17, 04:06] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [55:13, 02:31](1605 MB) - -PASS -- COMPILE 'atmw_intel' [09:23, 09:02] ( 2 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [44:02, 02:38](1574 MB) - -PASS -- COMPILE 'atmaero_intel' [09:21, 08:59] ( 2 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [43:04, 01:50](2870 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [41:45, 02:07](2930 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [41:44, 01:46](2942 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:16, 03:27] ( 886 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [41:33, 02:19](4338 MB) +PASS -- COMPILE 's2swa_32bit_intel' [10:22, 10:08] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [51:27, 01:23](3047 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:28, 15:44] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [45:10, 01:31](1655 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:12, 01:10](1777 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [19:08, 01:32](911 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [45:00, 02:02](1631 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [04:16, 03:43] ( 1526 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [57:34, 01:06](1673 MB) + +PASS -- COMPILE 's2swa_intel' [10:22, 10:09] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [51:27, 01:20](3076 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [51:27, 01:30](3077 MB) +PASS -- TEST 'cpld_restart_p8_intel' [43:04, 01:27](3131 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [51:27, 01:23](3096 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [43:03, 01:23](3149 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [51:27, 01:03](3384 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [51:27, 01:26](3072 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [51:28, 01:24](3001 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [51:27, 00:55](3074 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [51:27, 00:48](3042 MB) + +PASS -- COMPILE 's2sw_intel' [10:22, 09:39] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [51:27, 00:51](1653 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [51:27, 00:57](1695 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [09:22, 09:05] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [42:35, 01:02](1700 MB) + +PASS -- COMPILE 's2s_intel' [09:21, 09:10] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [52:27, 00:41](2678 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [52:27, 00:28](2696 MB) +PASS -- TEST 'cpld_restart_c48_intel' [49:34, 01:18](2130 MB) + +PASS -- COMPILE 's2swa_faster_intel' [15:27, 14:35] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [44:30, 01:28](3076 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [15:27, 15:11] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [43:57, 01:11](1671 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [17:32, 01:14](969 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:28, 00:36](1644 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:18, 04:10] ( 1561 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [56:32, 01:28](1683 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:22, 09:09] ( 2 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [48:10, 01:09](637 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [48:10, 01:07](1527 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [48:10, 01:08](1546 MB) +PASS -- TEST 'control_latlon_intel' [48:10, 00:57](1540 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [48:10, 01:04](1534 MB) +PASS -- TEST 'control_c48_intel' [48:09, 00:47](1616 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [48:09, 01:18](742 MB) +PASS -- TEST 'control_c192_intel' [48:10, 01:14](1650 MB) +PASS -- TEST 'control_c384_intel' [48:14, 01:52](1964 MB) +PASS -- TEST 'control_c384gdas_intel' [48:14, 01:40](1157 MB) +PASS -- TEST 'control_stochy_intel' [48:10, 00:48](596 MB) +PASS -- TEST 'control_stochy_restart_intel' [41:40, 00:55](397 MB) +PASS -- TEST 'control_lndp_intel' [48:10, 00:37](592 MB) +PASS -- TEST 'control_iovr4_intel' [48:10, 00:26](588 MB) +PASS -- TEST 'control_iovr5_intel' [48:10, 01:02](587 MB) +PASS -- TEST 'control_p8_intel' [48:10, 01:03](1562 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [43:55, 01:31](1563 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [43:09, 01:12](1575 MB) +PASS -- TEST 'control_restart_p8_intel' [33:29, 01:29](758 MB) +PASS -- TEST 'control_noqr_p8_intel' [41:40, 01:55](1557 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [28:12, 01:13](760 MB) +PASS -- TEST 'control_decomp_p8_intel' [40:50, 01:02](1561 MB) +PASS -- TEST 'control_2threads_p8_intel' [40:37, 00:58](1653 MB) +PASS -- TEST 'control_p8_lndp_intel' [38:45, 00:29](1573 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [38:35, 01:26](1625 MB) +PASS -- TEST 'control_p8_mynn_intel' [37:47, 01:14](1572 MB) +PASS -- TEST 'merra2_thompson_intel' [36:48, 01:48](1573 MB) +PASS -- TEST 'regional_control_intel' [36:31, 00:44](631 MB) +PASS -- TEST 'regional_restart_intel' [24:46, 00:24](800 MB) +PASS -- TEST 'regional_decomp_intel' [21:24, 00:20](632 MB) +PASS -- TEST 'regional_2threads_intel' [35:07, 00:25](728 MB) +PASS -- TEST 'regional_noquilt_intel' [34:53, 00:47](1167 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [34:01, 00:25](634 MB) +PASS -- TEST 'regional_wofs_intel' [32:17, 00:39](1609 MB) + +PASS -- COMPILE 'ifi_intel' [08:21, 07:56] ( 1 warnings ) +PASS -- TEST 'regional_ifi_control_intel' [31:44, 01:02](631 MB) +PASS -- TEST 'regional_ifi_decomp_intel' [31:04, 00:19](631 MB) +PASS -- TEST 'regional_ifi_2threads_intel' [30:37, 00:52](727 MB) + +PASS -- COMPILE 'rrfs_intel' [09:22, 08:39] ( 4 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [30:29, 01:25](974 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [29:45, 00:29](1154 MB) +PASS -- TEST 'rap_decomp_intel' [29:11, 01:30](975 MB) +PASS -- TEST 'rap_2threads_intel' [28:29, 00:44](1061 MB) +PASS -- TEST 'rap_restart_intel' [21:12, 01:54](843 MB) +PASS -- TEST 'rap_sfcdiff_intel' [28:29, 01:17](971 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [28:12, 00:55](972 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [19:13, 01:11](845 MB) +PASS -- TEST 'hrrr_control_intel' [28:04, 01:19](964 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [27:44, 01:01](970 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [27:14, 01:10](1052 MB) +PASS -- TEST 'hrrr_control_restart_intel' [21:50, 00:22](795 MB) +PASS -- TEST 'rrfs_v1beta_intel' [26:28, 01:36](970 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [26:28, 00:54](1931 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [26:26, 01:02](1920 MB) + +PASS -- COMPILE 'csawmg_intel' [09:21, 08:20] ( 2 warnings ) +PASS -- TEST 'control_csawmg_intel' [26:11, 00:55](662 MB) + +PASS -- COMPILE 'wam_intel' [42:59, 08:04] ( 1 warnings ) +PASS -- TEST 'control_wam_intel' [00:05, 00:35](332 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [09:23, 08:41] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [25:53, 01:37](1560 MB) +PASS -- TEST 'regional_control_faster_intel' [25:49, 00:30](628 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:22, 03:58] ( 886 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [25:16, 00:27](1560 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [24:58, 01:00](1564 MB) +PASS -- TEST 'control_stochy_debug_intel' [23:52, 00:56](764 MB) +PASS -- TEST 'control_lndp_debug_intel' [23:49, 01:03](775 MB) +PASS -- TEST 'control_csawmg_debug_intel' [22:09, 01:06](801 MB) +PASS -- TEST 'control_ras_debug_intel' [21:50, 00:35](774 MB) +PASS -- TEST 'control_diag_debug_intel' [20:35, 01:10](1626 MB) +PASS -- TEST 'control_debug_p8_intel' [20:34, 00:57](1595 MB) +PASS -- TEST 'regional_debug_intel' [19:36, 00:43](673 MB) +PASS -- TEST 'rap_control_debug_intel' [19:17, 00:27](1147 MB) +PASS -- TEST 'hrrr_control_debug_intel' [19:13, 00:37](1139 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [18:27, 00:59](1141 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [18:25, 00:33](1144 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [18:24, 00:28](1146 MB) +PASS -- TEST 'rap_diag_debug_intel' [17:13, 00:31](1229 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [17:12, 00:30](1147 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [16:57, 00:27](1148 MB) +PASS -- TEST 'rap_lndp_debug_intel' [16:30, 01:04](1148 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [16:07, 01:00](1145 MB) +PASS -- TEST 'rap_noah_debug_intel' [15:56, 00:26](1143 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [15:56, 00:27](1145 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [15:53, 01:09](1146 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [15:50, 01:11](1137 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [15:31, 01:10](1147 MB) +PASS -- TEST 'rap_flake_debug_intel' [14:58, 00:28](1145 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [14:04, 01:21](1150 MB) + +PASS -- COMPILE 'wam_debug_intel' [40:56, 02:51] ( 856 warnings ) +PASS -- TEST 'control_wam_debug_intel' [07:13, 01:02](376 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [45:01, 08:08] ( 4 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [01:21, 00:53](1020 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [01:20, 01:26](853 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [01:20, 01:58](849 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [01:20, 01:52](913 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [01:21, 01:56](904 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [01:20, 01:38](852 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [50:59, 01:33](747 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [29:17, 00:44](732 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [48:03, 10:16] ( 4 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [58:18, 00:38](1061 MB) +PASS -- TEST 'conus13km_2threads_intel' [27:59, 00:17](1041 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [27:58, 00:55](941 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [44:59, 08:17] ( 4 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [00:21, 01:21](873 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [37:51, 03:02] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:13, 01:08](1026 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:13, 00:14](1021 MB) +PASS -- TEST 'conus13km_debug_intel' [05:13, 00:58](1112 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [05:13, 00:41](789 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [05:14, 00:31](1087 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [05:13, 00:17](1184 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [37:53, 02:55] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:10, 01:07](1046 MB) + +PASS -- COMPILE 'hafsw_intel' [43:57, 09:17] ( 2 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [46:28, 01:45](674 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [58:10, 00:38](1027 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [58:08, 02:01](712 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [58:08, 01:35](761 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [58:09, 02:06](769 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [58:08, 01:30](441 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [58:09, 02:04](464 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [58:09, 01:02](339 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [58:12, 02:38](400 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [58:08, 00:41](479 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [58:08, 00:56](479 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [58:10, 01:24](537 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [58:09, 01:09](370 MB) +PASS -- TEST 'gnv1_nested_intel' [57:41, 01:17](733 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [37:51, 03:19] ( 1468 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [04:15, 01:04](571 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [40:55, 09:30] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [56:37, 01:12](577 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [55:26, 01:23](752 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [10:23, 09:33] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [55:24, 01:03](755 MB) + +PASS -- COMPILE 'hafs_all_intel' [09:22, 09:00] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [52:37, 01:29](714 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [51:00, 02:08](698 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [50:04, 00:47](897 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:22, 08:38] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [48:08, 00:34](763 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [43:46, 00:11](749 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [48:08, 00:45](645 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [46:01, 00:17](640 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [45:19, 00:46](641 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [44:56, 00:42](763 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [43:47, 00:37](762 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [43:07, 01:03](641 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [42:52, 00:47](645 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [42:25, 01:13](627 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [41:40, 00:18](762 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [40:59, 00:50](2019 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [40:36, 00:56](2025 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [11:24, 07:46] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [40:16, 00:11](763 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:13, 00:50] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [00:07, 00:45](266 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [00:07, 00:49](412 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [39:57, 00:12](411 MB) + +PASS -- COMPILE 'atml_intel' [11:23, 09:45] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [39:24, 01:48](1608 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [39:09, 01:53](1611 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [28:45, 00:27](803 MB) + +PASS -- COMPILE 'atml_debug_intel' [04:17, 03:33] ( 881 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [38:27, 01:20](1631 MB) + +PASS -- COMPILE 'atmw_intel' [10:23, 08:35] ( 1 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [38:00, 01:38](1611 MB) + +PASS -- COMPILE 'atmaero_intel' [11:23, 08:33] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [37:21, 01:42](2916 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [36:04, 01:25](2983 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [35:38, 01:09](2991 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [08:20, 03:03] ( 885 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [34:56, 01:20](4501 MB) SYNOPSIS: -Starting Date/Time: 20240501 14:40:58 -Ending Date/Time: 20240501 17:04:01 -Total Time: 02h:23m:30s -Compiles Completed: 35/36 -Tests Completed: 171/174 -Failed Compiles: -* COMPILE datm_cdeps_land_intel: FAILED: UNABLE TO COMPILE --- LOG: /lfs/h1/emc/nems/noscrub/brian.curtis/git/AnningCheng-NOAA/ufs-weather-model/tests/logs/log_acorn/compile_datm_cdeps_land_intel.log -Failed Tests: -* TEST datm_cdeps_lnd_gswp3_intel: FAILED: UNABLE TO START RUN --- LOG: N/A -* TEST datm_cdeps_lnd_era5_intel: FAILED: UNABLE TO START RUN --- LOG: N/A -* TEST datm_cdeps_lnd_era5_rst_intel: FAILED: UNABLE TO START RUN --- LOG: N/A - -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 ACORN REGRESSION TESTING LOG==== -====START OF ACORN REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -185711d25b9d234f2d48a5cfb21b8e8295193f61 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - bbcabb5b292cccb4bd3542667f97a987cc3274cc FV3 (remotes/origin/mr2_innl) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) - 9b9467998598fb45725a27a6200eabdf9840ad33 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-717-g9b94679) - cb2eedd54241523ca8bab09af86b4a45fa0bdd1b FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5189-gcb2eedd5) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) - - -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-20240430 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_29444 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: GFS-DEV -* (-b) - NEW BASELINES FROM FILE: test_changes.list -* (-e) - USE ECFLOW - -PASS -- COMPILE 'datm_cdeps_land_intel' [15:28, 01:07] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [34:25, 00:50](269 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [34:25, 00:43](407 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [31:53, 01:01](408 MB) - -SYNOPSIS: -Starting Date/Time: 20240501 17:09:54 -Ending Date/Time: 20240501 17:31:57 -Total Time: 00h:22m:12s -Compiles Completed: 1/1 -Tests Completed: 3/3 +Starting Date/Time: 20240509 10:57:51 +Ending Date/Time: 20240509 12:51:12 +Total Time: 01h:53m:37s +Compiles Completed: 36/36 +Tests Completed: 176/176 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index a0b92401cb..00f3b3ffda 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,7 +1,7 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -74f64e4f73a0ff8342016a23eb73b4d6ec1cfff9 +1b73dc3cfe52765a05ce8ae57735fef196de5fab Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,12 +11,12 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 683061b3fd58716625eed61d7a7143e985f733d4 FV3 (heads/develop) + cf9b7655becf840bb2861ad84ad0a76a9952ddc7 FV3 (remotes/origin/fv3atm_output_dir) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) 741212e4962d371520f773e2be9481142f79635e FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-718-g741212e) 1c2a898e97f069eeeb930cfb542db67ed349b72c FV3/ccpp/physics (EP4-744-g1c2a898e) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) @@ -36,268 +36,268 @@ 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-20240503 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_78724 +COMPARISON DIRECTORY: /glade/derecho/scratch/epicufsrt/FV3_RT/rt_15947 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [28:39, 19:47] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:42, 04:55](3074 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [30:39, 21:09] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [21:13, 13:45](1689 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:14, 15:07](1827 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:37, 07:12](958 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [09:00, 15:49](1656 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [18:40, 09:33] ( 1530 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [19:48, 21:23](1708 MB) - -PASS -- COMPILE 's2swa_intel' [28:43, 19:34] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [08:47, 05:38](3091 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:46, 05:35](3092 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:28, 03:19](3149 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [14:57, 05:36](3128 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:04, 03:19](3180 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [05:37, 05:32](3090 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:37, 04:36](3390 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:56, 05:36](3104 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [13:24, 08:46](3633 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [12:06, 06:01](3614 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [22:36, 09:48](4345 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [20:22, 07:13](4651 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [11:34, 05:16](3069 MB) - -PASS -- COMPILE 's2sw_intel' [27:43, 19:02] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [10:50, 04:11](1681 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:03, 04:16](1732 MB) - -PASS -- COMPILE 's2swa_debug_intel' [18:36, 09:30] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [21:06, 07:44](3148 MB) - -PASS -- COMPILE 's2sw_debug_intel' [17:38, 08:48] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [25:42, 05:15](1707 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [23:39, 14:36] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:49, 04:16](1728 MB) - -PASS -- COMPILE 's2s_intel' [23:39, 14:33] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [28:28, 06:42](2666 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [24:30, 02:00](2683 MB) -PASS -- TEST 'cpld_restart_c48_intel' [05:13, 01:08](2123 MB) - -PASS -- COMPILE 's2swa_faster_intel' [32:44, 23:13] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:07, 05:31](3102 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [47:34, 19:46] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:42, 14:11](1702 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:11, 07:19](1017 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:49, 16:03](1672 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [35:33, 08:45] ( 1565 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:38, 22:54](1718 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [39:29, 12:35] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:26, 03:24](672 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [06:04, 02:26](1563 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:16, 02:28](1578 MB) -PASS -- TEST 'control_latlon_intel' [05:02, 02:23](1570 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:19, 02:24](1574 MB) -PASS -- TEST 'control_c48_intel' [13:13, 06:13](1618 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [12:34, 05:15](735 MB) -PASS -- TEST 'control_c192_intel' [13:41, 08:42](1687 MB) -PASS -- TEST 'control_c384_intel' [15:38, 09:02](2006 MB) -PASS -- TEST 'control_c384gdas_intel' [15:59, 07:25](1208 MB) -PASS -- TEST 'control_stochy_intel' [03:45, 01:26](630 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:41, 00:53](437 MB) -PASS -- TEST 'control_lndp_intel' [02:32, 01:23](625 MB) -PASS -- TEST 'control_iovr4_intel' [03:49, 02:07](622 MB) -PASS -- TEST 'control_iovr5_intel' [03:50, 02:05](625 MB) -PASS -- TEST 'control_p8_intel' [06:14, 02:28](1595 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:13, 02:28](1595 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:14, 02:28](1603 MB) -PASS -- TEST 'control_restart_p8_intel' [05:24, 01:30](802 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:22, 02:28](1593 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:16, 01:28](804 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:11, 02:33](1600 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:45, 04:30](1593 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:14, 03:17](1653 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:05, 02:31](1606 MB) -PASS -- TEST 'merra2_thompson_intel' [05:43, 02:48](1604 MB) -PASS -- TEST 'regional_control_intel' [06:53, 04:35](631 MB) -PASS -- TEST 'regional_restart_intel' [06:00, 02:30](801 MB) -PASS -- TEST 'regional_decomp_intel' [06:47, 04:52](630 MB) -PASS -- TEST 'regional_noquilt_intel' [07:03, 04:36](1162 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:06, 04:36](625 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:02, 04:36](632 MB) -PASS -- TEST 'regional_wofs_intel' [08:01, 05:56](1599 MB) - -PASS -- COMPILE 'rrfs_intel' [32:29, 11:13] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [09:07, 06:06](1005 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:47, 03:44](1195 MB) -PASS -- TEST 'rap_decomp_intel' [09:18, 06:23](1005 MB) -PASS -- TEST 'rap_restart_intel' [05:18, 03:22](878 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:18, 06:05](1007 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:13, 06:28](1006 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:22, 04:34](881 MB) -PASS -- TEST 'hrrr_control_intel' [05:08, 03:12](1002 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:08, 03:20](1006 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:07, 02:47](1086 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:51, 01:45](833 MB) -PASS -- TEST 'rrfs_v1beta_intel' [07:52, 06:01](1000 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:31, 07:24](1958 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:39, 07:07](1948 MB) - -PASS -- COMPILE 'csawmg_intel' [31:33, 10:17] ( 6 warnings ) -PASS -- TEST 'control_csawmg_intel' [08:59, 05:56](695 MB) -PASS -- TEST 'control_ras_intel' [04:37, 02:57](655 MB) - -PASS -- COMPILE 'wam_intel' [27:26, 09:35] ( 5 warnings ) -PASS -- TEST 'control_wam_intel' [03:31, 01:56](385 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [29:34, 12:35] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:21, 02:24](1604 MB) -PASS -- TEST 'regional_control_faster_intel' [06:46, 04:18](626 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [25:26, 08:32] ( 890 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [08:04, 02:31](1593 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [08:05, 02:27](1594 MB) -PASS -- TEST 'control_stochy_debug_intel' [06:14, 02:55](800 MB) -PASS -- TEST 'control_lndp_debug_intel' [06:15, 02:34](800 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:00, 03:55](840 MB) -PASS -- TEST 'control_ras_debug_intel' [06:14, 02:35](811 MB) -PASS -- TEST 'control_diag_debug_intel' [09:08, 02:35](1667 MB) -PASS -- TEST 'control_debug_p8_intel' [08:01, 02:38](1623 MB) -PASS -- TEST 'regional_debug_intel' [19:02, 16:05](664 MB) -PASS -- TEST 'rap_control_debug_intel' [08:35, 04:39](1180 MB) -PASS -- TEST 'hrrr_control_debug_intel' [08:30, 04:36](1178 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [08:30, 04:37](1182 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [08:32, 04:38](1180 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:38, 04:42](1181 MB) -PASS -- TEST 'rap_diag_debug_intel' [10:06, 04:53](1268 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:37, 04:46](1182 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:37, 04:50](1185 MB) -PASS -- TEST 'rap_lndp_debug_intel' [08:43, 04:38](1185 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:40, 04:40](1182 MB) -PASS -- TEST 'rap_noah_debug_intel' [08:39, 04:31](1178 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [08:38, 04:44](1183 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:27, 07:32](1181 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [08:37, 04:34](1177 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:32, 05:23](1185 MB) -PASS -- TEST 'rap_flake_debug_intel' [08:44, 04:43](1180 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:01, 07:54](1187 MB) - -PASS -- COMPILE 'wam_debug_intel' [20:30, 05:21] ( 860 warnings ) -PASS -- TEST 'control_wam_debug_intel' [06:25, 04:40](425 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [22:34, 09:43] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:34, 03:44](1062 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:02, 05:08](885 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:58, 02:47](882 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:56, 02:54](883 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:09, 03:51](796 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:35, 01:32](780 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:14, 11:34] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:29, 01:53](1087 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:42, 00:58](1087 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:31, 01:07](974 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:19, 09:37] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:55, 03:38](907 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:19, 05:43] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:30, 04:29](1057 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:32, 04:25](1056 MB) -PASS -- TEST 'conus13km_debug_intel' [17:54, 13:17](1136 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [17:53, 13:25](819 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:50, 13:18](1202 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [17:14, 05:22] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:29, 04:36](1086 MB) - -PASS -- COMPILE 'hafsw_intel' [18:18, 15:43] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:29, 04:32](718 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:55, 05:04](1067 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:42, 06:26](777 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:30, 10:53](795 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:51, 12:03](812 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:20, 04:40](475 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:46, 05:45](497 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:09, 02:21](391 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:47, 06:15](458 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:14, 03:19](512 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:26, 03:05](511 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:30, 03:47](585 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:42, 01:16](426 MB) -PASS -- TEST 'gnv1_nested_intel' [06:17, 03:23](792 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [21:23, 07:08] ( 1472 warnings 1481 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:26, 12:07](613 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [32:21, 19:19] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:32, 07:03](626 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:51, 07:10](691 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [27:20, 16:31] ( 5 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:26, 05:17](676 MB) - -PASS -- COMPILE 'hafs_all_intel' [25:24, 14:04] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:31, 05:34](760 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:29, 05:35](741 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:20, 16:12](895 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [14:13, 07:44] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:32, 02:30](747 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:37, 01:34](750 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:28, 02:22](639 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [06:37, 02:23](639 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:35, 02:23](648 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:36, 02:29](748 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:37, 02:29](762 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:41, 02:22](643 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:46, 05:42](691 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:34, 05:41](675 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:20, 02:29](748 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:29, 03:52](2017 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:32, 03:57](2018 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [09:13, 05:02] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:33, 05:03](746 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [11:19, 07:45] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:29, 02:30](760 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [06:12, 02:19] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:43, 01:08](311 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:30, 01:04](452 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:33, 00:44](451 MB) - -PASS -- COMPILE 'atml_intel' [17:13, 12:54] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [13:00, 06:02](1641 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:46, 06:17](1635 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:03, 03:16](851 MB) - -PASS -- COMPILE 'atml_debug_intel' [10:19, 07:33] ( 885 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:39, 05:29](1665 MB) - -PASS -- COMPILE 'atmw_intel' [16:20, 12:40] ( 5 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:35, 01:33](1637 MB) - -PASS -- COMPILE 'atmaero_intel' [14:13, 11:05] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:35, 03:36](2950 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:43, 04:13](3000 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:14, 04:19](3010 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [09:13, 06:12] ( 889 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [26:24, 22:12](4531 MB) +PASS -- COMPILE 's2swa_32bit_intel' [21:51, 20:04] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [17:04, 04:57](3072 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:51, 20:27] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [28:28, 13:45](1697 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:42, 15:10](1827 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:56, 07:19](958 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:21, 15:49](1659 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [13:19, 10:42] ( 1530 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:35, 21:17](1694 MB) + +PASS -- COMPILE 's2swa_intel' [21:51, 20:04] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [09:28, 05:39](3092 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:12, 05:37](3092 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:31, 03:19](3150 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [18:07, 05:40](3125 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:51, 03:20](3179 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:44, 05:34](3092 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [14:49, 04:37](3400 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:05, 05:35](3100 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [31:09, 08:53](3636 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [19:01, 05:52](3617 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [36:12, 09:48](4343 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [42:55, 07:04](4651 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:31, 05:14](3067 MB) + +PASS -- COMPILE 's2sw_intel' [22:51, 19:14] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [18:16, 04:12](1690 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [17:28, 04:16](1731 MB) + +PASS -- COMPILE 's2swa_debug_intel' [16:49, 10:37] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [12:28, 07:43](3156 MB) + +PASS -- COMPILE 's2sw_debug_intel' [15:46, 10:03] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:10, 05:20](1708 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [18:50, 14:51] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:18, 04:18](1736 MB) + +PASS -- COMPILE 's2s_intel' [17:50, 14:51] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [27:52, 06:40](2667 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [21:42, 01:57](2691 MB) +PASS -- TEST 'cpld_restart_c48_intel' [07:28, 01:12](2121 MB) + +PASS -- COMPILE 's2swa_faster_intel' [09:48, 23:12] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [08:26, 05:27](3102 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [53:49, 20:09] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:52, 14:01](1706 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [18:07, 07:28](1021 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [25:24, 16:01](1678 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:53, 09:55] ( 1565 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:00, 22:59](1712 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [07:51, 12:49] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [06:40, 03:23](672 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:17, 02:22](1570 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:29, 02:24](1571 MB) +PASS -- TEST 'control_latlon_intel' [04:20, 02:22](1564 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:17, 02:27](1568 MB) +PASS -- TEST 'control_c48_intel' [08:16, 06:12](1620 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:36, 05:13](738 MB) +PASS -- TEST 'control_c192_intel' [11:56, 08:43](1694 MB) +PASS -- TEST 'control_c384_intel' [16:49, 08:56](2010 MB) +PASS -- TEST 'control_c384gdas_intel' [18:01, 07:22](1203 MB) +PASS -- TEST 'control_stochy_intel' [02:28, 01:24](626 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:37, 00:51](441 MB) +PASS -- TEST 'control_lndp_intel' [02:41, 01:20](626 MB) +PASS -- TEST 'control_iovr4_intel' [03:57, 02:04](624 MB) +PASS -- TEST 'control_iovr5_intel' [03:56, 02:03](624 MB) +PASS -- TEST 'control_p8_intel' [04:51, 02:29](1597 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:50, 02:30](1595 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:51, 02:30](1604 MB) +PASS -- TEST 'control_restart_p8_intel' [03:31, 01:23](801 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:44, 02:27](1592 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:28, 01:23](808 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:37, 02:33](1590 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:31, 04:20](1604 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:53, 03:17](1661 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:51, 02:31](1606 MB) +PASS -- TEST 'merra2_thompson_intel' [05:46, 02:47](1608 MB) +PASS -- TEST 'regional_control_intel' [06:05, 04:30](628 MB) +PASS -- TEST 'regional_restart_intel' [04:06, 02:29](801 MB) +PASS -- TEST 'regional_decomp_intel' [06:58, 04:44](632 MB) +PASS -- TEST 'regional_noquilt_intel' [06:11, 04:25](1161 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:16, 04:26](628 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:10, 04:30](633 MB) +PASS -- TEST 'regional_wofs_intel' [07:10, 05:39](1605 MB) + +PASS -- COMPILE 'rrfs_intel' [04:49, 11:31] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [12:13, 06:05](1007 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:43, 03:37](1204 MB) +PASS -- TEST 'rap_decomp_intel' [08:26, 06:20](1004 MB) +PASS -- TEST 'rap_restart_intel' [05:18, 03:11](879 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:20, 06:02](1005 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:19, 06:19](1006 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:23, 04:32](880 MB) +PASS -- TEST 'hrrr_control_intel' [05:04, 03:12](998 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:08, 03:16](1000 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:06, 02:48](1091 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:58, 01:44](834 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:18, 05:58](1002 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:49, 07:19](1961 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:49, 07:03](1955 MB) + +PASS -- COMPILE 'csawmg_intel' [03:49, 10:46] ( 6 warnings ) +PASS -- TEST 'control_csawmg_intel' [08:17, 05:49](695 MB) +PASS -- TEST 'control_ras_intel' [04:32, 02:51](659 MB) + +PASS -- COMPILE 'wam_intel' [59:47, 10:01] ( 5 warnings ) +PASS -- TEST 'control_wam_intel' [03:34, 01:55](387 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [02:48, 12:50] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:47, 02:23](1604 MB) +PASS -- TEST 'regional_control_faster_intel' [06:05, 04:15](626 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [57:46, 09:15] ( 890 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [09:58, 02:30](1595 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [09:57, 02:29](1593 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:01, 02:55](804 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:35, 02:36](800 MB) +PASS -- TEST 'control_csawmg_debug_intel' [12:04, 04:01](838 MB) +PASS -- TEST 'control_ras_debug_intel' [04:57, 02:38](809 MB) +PASS -- TEST 'control_diag_debug_intel' [05:30, 02:34](1664 MB) +PASS -- TEST 'control_debug_p8_intel' [11:01, 02:37](1627 MB) +PASS -- TEST 'regional_debug_intel' [24:04, 16:04](661 MB) +PASS -- TEST 'rap_control_debug_intel' [06:18, 04:38](1184 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:20, 04:32](1177 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:22, 04:46](1180 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:20, 04:40](1182 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:17, 04:39](1183 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:38, 04:52](1270 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:20, 04:50](1184 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:20, 04:50](1185 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:21, 04:47](1180 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:39, 04:38](1181 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:20, 04:35](1178 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:21, 04:49](1182 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:11, 07:39](1176 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:21, 04:36](1174 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:22, 05:35](1181 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:18, 04:36](1182 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:00, 07:54](1187 MB) + +PASS -- COMPILE 'wam_debug_intel' [54:44, 06:03] ( 860 warnings ) +PASS -- TEST 'control_wam_debug_intel' [05:25, 04:37](421 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:30, 10:08] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [11:38, 03:29](1057 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:19, 05:07](883 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:20, 02:46](882 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:18, 02:54](884 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:03, 03:51](796 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:43, 01:30](778 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:17, 12:16] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:07, 01:57](1084 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:48, 01:01](1086 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:55, 01:07](976 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:16, 10:11] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:16, 03:36](909 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:12, 06:15] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:35, 04:33](1063 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:43, 04:32](1060 MB) +PASS -- TEST 'conus13km_debug_intel' [15:51, 13:20](1134 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:44, 13:41](821 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:34, 13:17](1202 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:12, 06:12] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:38, 04:32](1083 MB) + +PASS -- COMPILE 'hafsw_intel' [17:14, 15:57] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:31, 04:29](721 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:09, 05:02](1069 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:02, 06:23](785 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:32, 10:54](800 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:52, 11:59](816 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:36, 04:39](480 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:44, 05:45](494 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:57, 02:18](395 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:06, 06:15](457 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:14, 03:18](513 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:24, 03:05](513 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:22, 03:50](586 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:29, 01:18](429 MB) +PASS -- TEST 'gnv1_nested_intel' [05:13, 03:25](789 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [13:13, 07:55] ( 1472 warnings 1481 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:29, 12:05](646 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [24:18, 19:13] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [15:22, 07:03](631 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:41, 07:08](692 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [18:17, 17:05] ( 5 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:28, 05:19](677 MB) + +PASS -- COMPILE 'hafs_all_intel' [18:13, 14:21] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:45, 05:32](751 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:44, 05:37](743 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:11, 16:11](898 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:19, 08:13] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:40, 02:28](759 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [07:40, 01:32](738 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:34, 02:23](638 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:36, 02:24](638 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:24, 02:25](638 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:30, 02:28](750 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:40, 02:29](759 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:33, 02:20](640 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [14:35, 05:38](694 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [13:49, 05:41](673 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [09:22, 02:32](762 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [10:31, 03:52](2019 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [10:27, 03:56](2017 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:17, 05:38] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [11:30, 05:02](747 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:14, 08:21] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [08:27, 02:31](761 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:13, 02:56] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [06:41, 01:12](314 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [06:31, 01:03](457 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [07:40, 00:44](452 MB) + +PASS -- COMPILE 'atml_intel' [14:20, 13:28] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:56, 06:29](1632 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [11:34, 06:10](1636 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:06, 03:06](856 MB) + +PASS -- COMPILE 'atml_debug_intel' [09:13, 08:21] ( 885 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:46, 05:29](1669 MB) + +PASS -- COMPILE 'atmw_intel' [14:20, 12:56] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:55, 01:32](1636 MB) + +PASS -- COMPILE 'atmaero_intel' [18:21, 11:45] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:39, 03:42](2950 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:45, 04:17](2995 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:11, 04:21](3010 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [08:20, 07:02] ( 889 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [26:51, 21:57](4531 MB) SYNOPSIS: -Starting Date/Time: 20240506 14:49:48 -Ending Date/Time: 20240506 19:49:44 -Total Time: 05h:00m:44s +Starting Date/Time: 20240508 12:49:22 +Ending Date/Time: 20240508 19:08:33 +Total Time: 06h:20m:08s Compiles Completed: 38/38 Tests Completed: 175/175 diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index 5c860d155e..d031ec5ff0 100755 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,7 +1,7 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -74f64e4f73a0ff8342016a23eb73b4d6ec1cfff9 +f29351be77830efd8ae23ad72436b4b38b886383 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,12 +11,12 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 683061b3fd58716625eed61d7a7143e985f733d4 FV3 (heads/develop) + cf9b7655becf840bb2861ad84ad0a76a9952ddc7 FV3 (remotes/origin/fv3atm_output_dir) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) 741212e4962d371520f773e2be9481142f79635e FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-718-g741212e) 1c2a898e97f069eeeb930cfb542db67ed349b72c FV3/ccpp/physics (EP4-744-g1c2a898e) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) @@ -36,275 +36,275 @@ 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-20240503 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_241906 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_7744 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [21:15, 20:20] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:59, 08:57](3070 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [26:15, 25:24] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [15:34, 13:49](1685 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [30:13, 14:34](1808 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [22:49, 07:07](945 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:24, 15:10](1669 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [15:11, 14:48] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:26, 24:04](1707 MB) - -PASS -- COMPILE 's2swa_intel' [55:13, 54:16] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [12:01, 07:51](3097 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:00, 07:50](3096 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:48, 05:13](3152 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:52, 08:06](3121 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:43, 05:22](3175 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [08:30, 06:35](3407 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:42, 07:44](3097 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:36, 07:06](3021 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:00, 07:56](3098 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [14:43, 10:54](3267 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [10:40, 07:19](3600 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [21:03, 13:10](4035 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [18:13, 09:03](4340 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:38, 07:58](3065 MB) - -PASS -- COMPILE 's2sw_intel' [20:11, 19:43] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:55, 05:28](1686 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:05, 05:44](1730 MB) - -PASS -- COMPILE 's2swa_debug_intel' [15:11, 14:21] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [12:45, 10:34](3129 MB) - -PASS -- COMPILE 's2sw_debug_intel' [14:11, 13:41] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:21, 06:08](1701 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [18:11, 17:18] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:04, 05:30](1725 MB) - -PASS -- COMPILE 's2s_intel' [17:11, 16:30] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:26, 06:55](2663 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:35, 02:10](2685 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:10, 01:04](2116 MB) - -PASS -- COMPILE 's2swa_faster_intel' [25:14, 24:26] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:30, 08:01](3102 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [25:11, 24:50] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [32:37, 14:50](1702 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:08, 07:37](1000 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:06, 17:09](1682 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [16:11, 15:11] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:27, 26:59](1718 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [18:13, 17:11] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [10:18, 03:40](674 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [10:32, 03:01](1568 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [26:52, 03:29](1580 MB) -PASS -- TEST 'control_latlon_intel' [13:43, 04:03](1569 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [13:51, 04:01](1569 MB) -PASS -- TEST 'control_c48_intel' [22:15, 06:36](1604 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [12:27, 05:39](722 MB) -PASS -- TEST 'control_c192_intel' [33:06, 09:44](1682 MB) -PASS -- TEST 'control_c384_intel' [41:19, 18:03](1985 MB) -PASS -- TEST 'control_c384gdas_intel' [30:09, 14:07](1187 MB) -PASS -- TEST 'control_stochy_intel' [05:42, 01:53](627 MB) -PASS -- TEST 'control_stochy_restart_intel' [18:32, 01:02](430 MB) -PASS -- TEST 'control_lndp_intel' [07:52, 01:46](628 MB) -PASS -- TEST 'control_iovr4_intel' [10:17, 02:34](623 MB) -PASS -- TEST 'control_iovr5_intel' [10:17, 02:28](623 MB) -PASS -- TEST 'control_p8_intel' [27:16, 03:37](1605 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [26:35, 03:27](1607 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [26:17, 03:25](1609 MB) -PASS -- TEST 'control_restart_p8_intel' [04:21, 02:12](789 MB) -PASS -- TEST 'control_noqr_p8_intel' [26:05, 03:31](1596 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [06:15, 02:16](793 MB) -PASS -- TEST 'control_decomp_p8_intel' [21:08, 03:20](1596 MB) -PASS -- TEST 'control_2threads_p8_intel' [10:30, 02:38](1679 MB) -PASS -- TEST 'control_p8_lndp_intel' [27:58, 05:17](1606 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [27:20, 04:12](1657 MB) -PASS -- TEST 'control_p8_mynn_intel' [14:15, 03:49](1615 MB) -PASS -- TEST 'merra2_thompson_intel' [11:14, 03:56](1604 MB) -PASS -- TEST 'regional_control_intel' [06:25, 04:45](615 MB) -PASS -- TEST 'regional_restart_intel' [03:36, 02:35](789 MB) -PASS -- TEST 'regional_decomp_intel' [05:46, 04:57](615 MB) -PASS -- TEST 'regional_2threads_intel' [04:43, 03:14](767 MB) -PASS -- TEST 'regional_noquilt_intel' [05:44, 04:43](1153 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:55, 04:49](615 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:47, 04:58](615 MB) -PASS -- TEST 'regional_wofs_intel' [19:46, 06:16](1591 MB) - -PASS -- COMPILE 'rrfs_intel' [16:13, 15:21] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [20:10, 06:52](1009 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [18:16, 04:00](1183 MB) -PASS -- TEST 'rap_decomp_intel' [21:16, 07:20](1009 MB) -PASS -- TEST 'rap_2threads_intel' [20:12, 06:11](1093 MB) -PASS -- TEST 'rap_restart_intel' [06:14, 03:36](880 MB) -PASS -- TEST 'rap_sfcdiff_intel' [20:21, 06:55](1007 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [20:13, 07:23](1005 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:14, 05:04](879 MB) -PASS -- TEST 'hrrr_control_intel' [15:12, 03:56](1005 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [16:03, 04:06](1006 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [14:01, 03:03](1087 MB) -PASS -- TEST 'hrrr_control_restart_intel' [05:36, 02:24](837 MB) -PASS -- TEST 'rrfs_v1beta_intel' [18:15, 06:41](1003 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [16:40, 08:14](1969 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [16:35, 08:00](1950 MB) - -PASS -- COMPILE 'csawmg_intel' [16:12, 15:30] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [10:41, 06:40](695 MB) -PASS -- TEST 'control_ras_intel' [06:33, 03:47](658 MB) - -PASS -- COMPILE 'wam_intel' [16:12, 15:13] -PASS -- TEST 'control_wam_intel' [05:26, 02:36](369 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [18:11, 17:14] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [07:16, 03:51](1607 MB) -PASS -- TEST 'regional_control_faster_intel' [06:51, 04:40](615 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [11:10, 10:37] ( 885 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:03, 03:01](1586 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:02, 02:56](1589 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:32, 03:23](784 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:31, 02:52](788 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:47, 04:15](825 MB) -PASS -- TEST 'control_ras_debug_intel' [04:29, 02:54](794 MB) -PASS -- TEST 'control_diag_debug_intel' [03:54, 03:01](1640 MB) -PASS -- TEST 'control_debug_p8_intel' [04:49, 03:18](1618 MB) -PASS -- TEST 'regional_debug_intel' [17:49, 16:25](633 MB) -PASS -- TEST 'rap_control_debug_intel' [05:33, 05:05](1166 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:31, 05:02](1165 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:30, 05:13](1167 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:34, 05:05](1167 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:37, 05:02](1166 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:41, 05:17](1251 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:34, 05:14](1166 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:34, 05:08](1167 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:33, 05:12](1168 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:33, 05:10](1167 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:34, 04:54](1166 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:33, 05:06](1164 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:33, 07:49](1169 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:29, 04:55](1163 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:34, 06:00](1168 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:39, 05:08](1166 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:01, 08:39](1169 MB) - -PASS -- COMPILE 'wam_debug_intel' [09:10, 08:47] ( 855 warnings ) -PASS -- TEST 'control_wam_debug_intel' [06:36, 04:57](397 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [16:11, 15:57] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:08, 03:54](1053 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:00, 05:53](889 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:52, 03:36](885 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:49, 05:13](941 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:02, 02:46](939 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:55, 03:29](887 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:56, 04:07](784 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:29, 01:51](764 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:15, 13:56] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:59, 02:19](1095 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:48, 01:04](1075 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:37, 01:32](974 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:15, 13:16] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:57, 04:22](904 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:16, 09:14] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:32, 04:54](1048 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:31, 04:52](1048 MB) -PASS -- TEST 'conus13km_debug_intel' [15:47, 14:06](1129 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [14:54, 14:03](804 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [08:45, 08:05](1112 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:37, 14:00](1195 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:12, 09:34] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:42, 05:07](1067 MB) - -PASS -- COMPILE 'hafsw_intel' [16:11, 15:46] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:15, 05:15](709 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:31, 04:31](1059 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:31, 07:33](752 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:14, 11:40](785 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:27, 12:53](803 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:09, 05:18](476 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:24, 06:43](495 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [07:07, 02:57](373 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [15:01, 08:17](432 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:54, 03:55](510 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:10, 03:30](508 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [09:03, 04:41](568 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:42, 01:43](402 MB) -PASS -- TEST 'gnv1_nested_intel' [08:17, 04:10](765 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [12:11, 11:21] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:02, 12:59](587 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:11, 19:26] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:57, 07:42](620 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:09, 07:50](787 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [18:11, 17:20] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:38, 05:58](787 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:11, 14:39] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:29, 06:08](749 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:22, 06:05](732 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [24:06, 20:11](893 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [12:11, 11:16] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:28, 02:36](745 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:57, 01:36](747 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:28, 02:28](639 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:26, 02:28](639 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:25, 02:30](637 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:25, 02:34](758 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:26, 02:37](758 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:26, 02:26](647 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:54, 06:05](693 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:50, 06:01](676 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:40, 02:34](758 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:58, 04:35](2013 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:52, 04:38](2013 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [07:11, 07:00] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:25, 05:23](743 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [12:11, 11:10] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:24, 02:35](745 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:10, 03:17] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:12, 01:56](310 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:44, 02:39](456 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:44, 00:56](456 MB) - -PASS -- COMPILE 'atml_intel' [15:11, 14:10] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:50, 07:56](1633 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [11:54, 07:56](1633 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:41, 03:35](837 MB) - -PASS -- COMPILE 'atml_debug_intel' [10:11, 09:11] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:38, 06:37](1648 MB) - -PASS -- COMPILE 'atmw_intel' [13:11, 13:03] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:11, 02:31](1650 MB) - -PASS -- COMPILE 'atmaero_intel' [13:11, 12:21] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [09:32, 06:20](2946 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:25, 06:29](3012 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:13, 06:26](3020 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [13:11, 12:46] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [21:58, 18:30](4483 MB) +PASS -- COMPILE 's2swa_32bit_intel' [19:12, 19:08] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:03, 07:19](3070 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:12, 24:29] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [29:35, 13:28](1698 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:32, 14:22](1808 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:28, 06:49](944 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [35:48, 15:09](1670 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [12:12, 11:28] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [31:44, 23:51](1707 MB) + +PASS -- COMPILE 's2swa_intel' [20:13, 19:30] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [11:28, 07:57](3098 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [20:39, 08:23](3097 MB) +PASS -- TEST 'cpld_restart_p8_intel' [29:54, 05:17](3154 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [11:26, 08:05](3121 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [29:55, 05:19](3175 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [15:17, 06:47](3408 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [11:26, 07:58](3096 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [19:24, 07:29](3021 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [19:40, 08:18](3098 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [36:30, 10:46](3268 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:54, 07:21](3603 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [51:37, 13:03](4034 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:14, 09:13](4341 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [11:26, 07:50](3066 MB) + +PASS -- COMPILE 's2sw_intel' [19:12, 18:19] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:53, 05:06](1686 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:02, 05:14](1732 MB) + +PASS -- COMPILE 's2swa_debug_intel' [15:12, 14:19] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [15:45, 10:07](3129 MB) + +PASS -- COMPILE 's2sw_debug_intel' [12:12, 11:20] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:00, 06:28](1697 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [40:15, 39:44] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [22:52, 05:20](1728 MB) + +PASS -- COMPILE 's2s_intel' [26:12, 25:42] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [26:59, 07:03](2659 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [21:24, 02:05](2684 MB) +PASS -- TEST 'cpld_restart_c48_intel' [12:24, 01:10](2114 MB) + +PASS -- COMPILE 's2swa_faster_intel' [23:12, 22:30] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [18:53, 08:11](3102 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [25:13, 24:17] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [32:37, 15:01](1701 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:09, 07:42](1000 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:53, 17:40](1683 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [15:11, 14:26] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [56:48, 26:50](1715 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [18:14, 17:20] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [27:31, 03:44](670 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [25:01, 03:17](1567 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [21:01, 03:16](1579 MB) +PASS -- TEST 'control_latlon_intel' [17:50, 03:24](1568 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [18:11, 03:01](1567 MB) +PASS -- TEST 'control_c48_intel' [13:30, 06:37](1601 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:47, 05:39](722 MB) +PASS -- TEST 'control_c192_intel' [10:56, 09:57](1683 MB) +PASS -- TEST 'control_c384_intel' [20:22, 18:14](1986 MB) +PASS -- TEST 'control_c384gdas_intel' [17:31, 14:12](1183 MB) +PASS -- TEST 'control_stochy_intel' [02:34, 01:54](627 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:35, 01:04](430 MB) +PASS -- TEST 'control_lndp_intel' [03:32, 02:07](628 MB) +PASS -- TEST 'control_iovr4_intel' [03:37, 02:33](623 MB) +PASS -- TEST 'control_iovr5_intel' [03:37, 02:32](623 MB) +PASS -- TEST 'control_p8_intel' [05:14, 03:17](1605 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:31, 03:24](1607 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:21, 03:11](1607 MB) +PASS -- TEST 'control_restart_p8_intel' [04:05, 02:08](788 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:15, 03:18](1594 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:09, 01:55](792 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:04, 03:43](1595 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:10, 02:45](1684 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:56, 05:27](1605 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:15, 04:36](1656 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:18, 03:38](1613 MB) +PASS -- TEST 'merra2_thompson_intel' [06:15, 03:58](1609 MB) +PASS -- TEST 'regional_control_intel' [06:45, 04:42](617 MB) +PASS -- TEST 'regional_restart_intel' [03:41, 02:38](786 MB) +PASS -- TEST 'regional_decomp_intel' [06:45, 04:49](617 MB) +PASS -- TEST 'regional_2threads_intel' [04:43, 02:55](758 MB) +PASS -- TEST 'regional_noquilt_intel' [06:52, 04:52](1155 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:58, 04:41](614 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:49, 04:44](617 MB) +PASS -- TEST 'regional_wofs_intel' [09:18, 06:14](1591 MB) + +PASS -- COMPILE 'rrfs_intel' [13:11, 12:55] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [31:56, 06:45](1012 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [28:32, 04:00](1189 MB) +PASS -- TEST 'rap_decomp_intel' [30:57, 07:06](1009 MB) +PASS -- TEST 'rap_2threads_intel' [30:57, 06:12](1094 MB) +PASS -- TEST 'rap_restart_intel' [06:03, 03:42](882 MB) +PASS -- TEST 'rap_sfcdiff_intel' [31:58, 07:00](1009 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [31:58, 07:20](1006 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:05, 05:12](882 MB) +PASS -- TEST 'hrrr_control_intel' [27:24, 04:04](1007 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [27:33, 03:53](1006 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [26:29, 03:04](1087 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:34, 02:06](839 MB) +PASS -- TEST 'rrfs_v1beta_intel' [32:01, 06:52](1004 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [31:30, 08:08](1968 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [31:30, 08:07](1949 MB) + +PASS -- COMPILE 'csawmg_intel' [13:11, 12:29] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [31:33, 06:37](696 MB) +PASS -- TEST 'control_ras_intel' [26:22, 03:30](656 MB) + +PASS -- COMPILE 'wam_intel' [14:11, 13:24] +PASS -- TEST 'control_wam_intel' [03:28, 02:26](370 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [16:12, 15:12] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:10, 03:13](1607 MB) +PASS -- TEST 'regional_control_faster_intel' [05:39, 04:44](617 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [11:11, 11:03] ( 885 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:53, 03:05](1585 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:55, 03:03](1585 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:33, 03:04](783 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:24, 02:47](784 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:41, 04:19](825 MB) +PASS -- TEST 'control_ras_debug_intel' [04:28, 02:49](795 MB) +PASS -- TEST 'control_diag_debug_intel' [04:46, 03:21](1641 MB) +PASS -- TEST 'control_debug_p8_intel' [04:44, 03:28](1617 MB) +PASS -- TEST 'regional_debug_intel' [17:44, 16:22](633 MB) +PASS -- TEST 'rap_control_debug_intel' [06:34, 05:10](1168 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:32, 05:05](1167 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:27, 05:24](1173 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:33, 05:29](1173 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:30, 05:09](1168 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:37, 05:24](1252 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:31, 05:27](1169 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:31, 05:47](1169 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:26, 05:31](1170 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:31, 05:19](1169 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:26, 05:17](1168 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:30, 05:21](1167 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:31, 08:03](1168 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:25, 05:25](1167 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:32, 06:26](1171 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:33, 05:28](1169 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:54, 08:20](1174 MB) + +PASS -- COMPILE 'wam_debug_intel' [09:13, 08:47] ( 855 warnings ) +PASS -- TEST 'control_wam_debug_intel' [05:33, 05:02](398 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [23:14, 22:47] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:12, 03:53](1051 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:05, 05:55](891 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:00, 03:40](887 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:01, 05:22](949 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:59, 02:48](937 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:03, 03:29](885 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:14, 04:56](785 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:37, 01:42](769 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:12, 16:07] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:03, 02:12](1091 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:14, 01:09](1073 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:46, 01:51](975 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [16:12, 15:19] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:27, 04:20](904 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:11, 11:22] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:33, 04:58](1050 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:11, 04:45](1051 MB) +PASS -- TEST 'conus13km_debug_intel' [16:58, 14:15](1129 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:56, 14:06](804 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:43, 08:11](1112 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:21, 14:18](1195 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:11, 08:14] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:10, 04:58](1066 MB) + +PASS -- COMPILE 'hafsw_intel' [28:12, 27:10] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:20, 05:19](710 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:59, 04:32](1062 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:33, 07:37](740 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:16, 11:32](785 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:17, 12:44](801 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:17, 05:25](476 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:35, 06:53](500 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:58, 02:58](374 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:01, 08:03](432 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:03, 04:01](511 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:13, 03:48](508 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:16, 05:19](573 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:04, 01:51](401 MB) +PASS -- TEST 'gnv1_nested_intel' [06:42, 04:05](769 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [17:16, 16:15] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:29, 13:17](581 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [27:12, 26:35] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:22, 07:41](620 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:11, 07:49](787 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [24:12, 23:45] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:16, 05:59](785 MB) + +PASS -- COMPILE 'hafs_all_intel' [18:11, 17:14] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:20, 06:28](744 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:19, 06:13](732 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [21:16, 20:02](893 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [13:13, 12:45] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:26, 02:36](759 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:27, 01:35](746 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:25, 02:34](641 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:25, 02:29](639 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:30, 02:32](637 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:30, 02:40](759 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:30, 02:34](759 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:30, 02:28](637 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:00, 06:12](692 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:11, 06:02](678 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:27, 02:37](759 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:59, 04:41](2019 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:01, 04:35](2018 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [10:14, 10:02] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:28, 05:23](743 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [16:14, 16:05] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:27, 02:42](761 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [09:11, 08:36] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:02, 01:54](310 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:51, 01:34](457 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:49, 02:27](456 MB) + +PASS -- COMPILE 'atml_intel' [22:15, 21:31] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:54, 08:14](1640 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [09:37, 08:03](1640 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:03, 04:33](836 MB) + +PASS -- COMPILE 'atml_debug_intel' [10:14, 09:55] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:32, 06:14](1653 MB) + +PASS -- COMPILE 'atmw_intel' [14:11, 14:01] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:26, 02:35](1651 MB) + +PASS -- COMPILE 'atmaero_intel' [13:11, 12:54] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:19, 06:43](2947 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:16, 06:48](3013 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:19, 07:38](3019 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [21:11, 20:52] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [21:36, 18:57](4483 MB) SYNOPSIS: -Starting Date/Time: 20240506 10:57:09 -Ending Date/Time: 20240506 12:53:05 -Total Time: 01h:56m:51s +Starting Date/Time: 20240508 10:47:03 +Ending Date/Time: 20240508 12:41:33 +Total Time: 01h:55m:44s Compiles Completed: 38/38 Tests Completed: 182/182 diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index 4b8a404edc..c9c5cfaf88 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,7 +1,7 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -74f64e4f73a0ff8342016a23eb73b4d6ec1cfff9 +f29351be77830efd8ae23ad72436b4b38b886383 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,7 +9,7 @@ Submodule hashes used in testing: c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 683061b3fd58716625eed61d7a7143e985f733d4 FV3 (heads/develop) + cf9b7655becf840bb2861ad84ad0a76a9952ddc7 FV3 (remotes/origin/fv3atm_output_dir) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) @@ -25,424 +25,369 @@ 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-20240503 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_1490583 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_3058841 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [14:12, 13:13] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:31, 05:32](3185 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:12, 17:18] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [18:04, 17:05](1752 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:19, 17:57](2031 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:15, 08:10](1122 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:59, 19:20](1642 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 05:14] ( 1526 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:07, 22:36](1699 MB) - -PASS -- COMPILE 's2swa_intel' [14:12, 13:10] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [08:20, 05:48](3199 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:36, 06:13](3195 MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:35, 03:30](3255 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:22, 05:56](3238 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:33, 03:32](3254 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [07:19, 05:33](3559 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:18, 05:45](3224 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:19, 04:45](3059 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:35, 06:23](3228 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [13:26, 10:12](3340 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:45, 06:28](3619 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:13, 10:08](4144 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:33, 06:24](4369 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:24, 05:25](3168 MB) - -PASS -- COMPILE 's2sw_intel' [13:12, 12:38] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:00, 04:46](1744 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:12, 04:17](1787 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:11, 04:49] ( 1451 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:05, 08:30](3250 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:11, 04:30] ( 1451 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:58, 05:43](1759 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:12, 11:58] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:06, 04:22](1794 MB) - -PASS -- COMPILE 's2s_intel' [12:12, 11:40] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [10:49, 09:23](2831 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:44, 02:35](2834 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:48, 01:25](2296 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:12, 16:42] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [07:19, 05:33](3199 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:12, 15:24] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:18, 17:20](1786 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:23, 08:06](1177 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:05, 19:44](1646 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:12, 04:24] ( 1561 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:57, 25:08](1709 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:12, 11:14] ( 2 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:25, 03:32](705 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:50, 02:57](1604 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:56, 03:02](1606 MB) -PASS -- TEST 'control_latlon_intel' [04:47, 02:55](1597 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:52, 03:01](1601 MB) -PASS -- TEST 'control_c48_intel' [08:51, 07:41](1756 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:27, 06:25](880 MB) -PASS -- TEST 'control_c192_intel' [12:04, 10:41](1750 MB) -PASS -- TEST 'control_c384_intel' [13:00, 10:44](2004 MB) -PASS -- TEST 'control_c384gdas_intel' [11:55, 08:07](1398 MB) -PASS -- TEST 'control_stochy_intel' [02:23, 01:42](665 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:34, 01:01](500 MB) -PASS -- TEST 'control_lndp_intel' [02:23, 01:36](660 MB) -PASS -- TEST 'control_iovr4_intel' [03:33, 02:34](654 MB) -PASS -- TEST 'control_iovr5_intel' [03:25, 02:33](655 MB) -PASS -- TEST 'control_p8_intel' [04:00, 03:02](1635 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:05, 03:01](1603 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:00, 02:56](1632 MB) -PASS -- TEST 'control_restart_p8_intel' [02:54, 01:36](889 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:01, 02:56](1583 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:58, 01:37](938 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:00, 03:04](1614 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:57, 02:47](1715 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:58, 05:17](1626 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:01, 04:04](1689 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:59, 03:05](1639 MB) -PASS -- TEST 'merra2_thompson_intel' [04:56, 03:19](1628 MB) -PASS -- TEST 'regional_control_intel' [06:41, 05:14](847 MB) -PASS -- TEST 'regional_restart_intel' [03:42, 02:45](1018 MB) -PASS -- TEST 'regional_decomp_intel' [06:42, 05:32](849 MB) -PASS -- TEST 'regional_2threads_intel' [04:43, 03:16](842 MB) -PASS -- TEST 'regional_noquilt_intel' [06:38, 05:09](1360 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:42, 05:10](854 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:39, 05:14](848 MB) -PASS -- TEST 'regional_wofs_intel' [07:44, 06:49](1912 MB) - -PASS -- COMPILE 'rrfs_intel' [11:13, 10:45] ( 4 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:44, 07:47](1114 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:07, 04:13](1296 MB) -PASS -- TEST 'rap_decomp_intel' [08:38, 08:07](1035 MB) -PASS -- TEST 'rap_2threads_intel' [08:36, 07:26](1185 MB) -PASS -- TEST 'rap_restart_intel' [04:51, 04:03](1110 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:38, 07:44](1111 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:36, 08:08](1044 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:43, 05:52](1126 MB) -PASS -- TEST 'hrrr_control_intel' [04:40, 04:01](1035 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:33, 04:07](1037 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:36, 03:40](1104 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:30, 02:10](1006 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:45, 07:37](1098 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:26, 09:24](1984 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:25, 09:09](2070 MB) - -PASS -- COMPILE 'csawmg_intel' [11:12, 10:32] ( 2 warnings ) -PASS -- TEST 'control_csawmg_intel' [06:43, 05:59](755 MB) -PASS -- TEST 'control_ras_intel' [04:23, 03:15](748 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:11, 03:36] -PASS -- TEST 'control_csawmg_gnu' [09:44, 08:27](548 MB) - -PASS -- COMPILE 'wam_intel' [10:11, 10:08] ( 1 warnings ) -PASS -- TEST 'control_wam_intel' [02:26, 02:04](657 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [11:12, 10:54] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:56, 02:37](1639 MB) -PASS -- TEST 'regional_control_faster_intel' [05:40, 04:41](853 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:12, 04:48] ( 886 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:46, 02:36](1621 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:45, 02:32](1617 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:23, 02:59](822 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:22, 02:45](817 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:42, 04:06](868 MB) -PASS -- TEST 'control_ras_debug_intel' [03:23, 02:46](827 MB) -PASS -- TEST 'control_diag_debug_intel' [03:49, 02:39](1679 MB) -PASS -- TEST 'control_debug_p8_intel' [03:44, 02:49](1649 MB) -PASS -- TEST 'regional_debug_intel' [18:40, 17:17](826 MB) -PASS -- TEST 'rap_control_debug_intel' [05:23, 04:55](1208 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:22, 04:44](1208 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:23, 04:45](1214 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:22, 04:59](1212 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:22, 04:53](1209 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:40, 05:08](1291 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:23, 05:00](1210 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:22, 04:59](1199 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:23, 04:56](1205 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:23, 04:47](1208 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:24, 04:50](1205 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:24, 04:54](1212 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:25, 07:55](1210 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:25, 04:50](1207 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:24, 05:53](1208 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:25, 04:57](1205 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:38, 08:27](1188 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [03:11, 02:35] -PASS -- TEST 'control_csawmg_debug_gnu' [03:37, 02:23](528 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:11, 03:21] ( 856 warnings ) -PASS -- TEST 'control_wam_debug_intel' [06:23, 05:14](517 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 10:19] ( 4 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:58, 04:17](1164 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:38, 06:25](1058 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:39, 03:23](984 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:34, 06:11](1081 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:35, 03:09](966 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:32, 03:36](943 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:40, 04:51](1031 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:29, 01:53](935 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:11, 12:38] ( 4 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:53, 02:05](1198 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:44, 00:55](1124 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:44, 01:15](1118 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 10:19] ( 4 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:38, 04:09](991 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:12, 03:55] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:21, 04:51](1091 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:21, 04:41](1081 MB) -PASS -- TEST 'conus13km_debug_intel' [15:55, 14:34](1233 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:50, 14:27](930 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:47, 08:11](1159 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:48, 14:34](1300 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 03:37] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:24, 05:07](1132 MB) - -PASS -- COMPILE 'hafsw_intel' [12:15, 11:59] ( 2 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:19, 04:55](738 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:36, 05:54](1125 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:22, 06:56](839 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:10, 13:26](859 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:20, 15:10](874 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:51, 05:32](501 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:22, 06:47](519 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:41, 02:44](375 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:01, 07:09](481 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:42, 03:41](529 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:46, 03:30](530 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:51, 04:03](593 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:26, 01:13](407 MB) -PASS -- TEST 'gnv1_nested_intel' [05:40, 04:09](801 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:11, 04:08] ( 1468 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:50, 12:47](582 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [13:12, 12:14] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:58, 08:42](637 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:03, 08:49](747 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:11, 12:08] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:01, 06:22](744 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:14, 11:22] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:16, 06:23](835 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:15, 06:26](825 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:54, 16:10](1212 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:11, 06:06] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:17, 02:40](1154 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:19, 01:38](1092 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:16, 02:33](1022 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:16, 02:38](1021 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:16, 02:34](1008 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:16, 02:35](1147 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 02:41](1154 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:16, 02:38](1018 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:14, 06:10](1061 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:15, 06:16](1042 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:14, 02:46](1150 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:18, 03:53](2487 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:18, 03:50](2511 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:12, 02:56] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:18, 06:20](1080 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:11, 06:44] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:17, 02:44](1152 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 01:04] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:29, 00:49](263 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:23, 00:49](328 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:25, 00:31](327 MB) - -PASS -- COMPILE 'atml_intel' [13:11, 12:11] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:01, 04:15](1608 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [05:59, 04:08](1611 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:49, 02:18](902 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:11, 04:20] ( 881 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:54, 05:29](1627 MB) - -PASS -- COMPILE 'atmw_intel' [12:11, 11:39] ( 1 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:48, 01:42](1670 MB) - -PASS -- COMPILE 'atmaero_intel' [12:10, 11:13] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:00, 04:02](3042 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:56, 05:15](3067 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:43, 04:56](3112 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:10, 03:29] ( 885 warnings 6 remarks ) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'regional_atmaq_debug_intel' [, ]( MB) - -PASS -- COMPILE 'atm_gnu' [04:10, 03:44] -PASS -- TEST 'control_c48_gnu' [11:43, 11:03](1543 MB) -PASS -- TEST 'control_stochy_gnu' [04:23, 03:24](506 MB) -PASS -- TEST 'control_ras_gnu' [05:20, 04:43](518 MB) -PASS -- TEST 'control_p8_gnu' [05:58, 04:38](1264 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:53, 04:31](1275 MB) -PASS -- TEST 'control_flake_gnu' [11:22, 10:25](553 MB) - -PASS -- COMPILE 'rrfs_gnu' [04:11, 03:49] -PASS -- TEST 'rap_control_gnu' [11:32, 10:40](857 MB) -PASS -- TEST 'rap_decomp_gnu' [11:32, 10:45](860 MB) -PASS -- TEST 'rap_2threads_gnu' [10:39, 09:46](945 MB) -PASS -- TEST 'rap_restart_gnu' [06:40, 05:33](585 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [11:38, 10:45](858 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:35, 10:59](861 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:41, 08:05](588 MB) -PASS -- TEST 'hrrr_control_gnu' [06:36, 05:38](858 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [06:31, 05:37](842 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [06:33, 05:11](937 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:33, 05:35](861 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:28, 02:52](569 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:29, 02:48](665 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [11:41, 10:36](855 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [04:11, 03:44] -PASS -- TEST 'control_diag_debug_gnu' [02:48, 01:38](1290 MB) -PASS -- TEST 'regional_debug_gnu' [11:41, 10:39](568 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:22, 02:39](869 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:20, 02:38](872 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:20, 02:35](877 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:20, 02:36](880 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:34, 02:54](955 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:21, 03:59](872 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:23, 02:36](871 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:21, 02:36](874 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:19, 01:31](506 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:20, 01:44](496 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:43, 01:39](1261 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:23, 02:35](872 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:23, 02:48](875 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:38, 04:15](880 MB) - -PASS -- COMPILE 'wam_debug_gnu' [02:10, 01:52] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:11, 03:38] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:29, 09:25](717 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:28, 05:02](713 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:33, 08:33](767 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:34, 04:31](756 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:34, 05:00](716 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:35, 06:58](559 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:25, 02:32](550 MB) -PASS -- TEST 'conus13km_control_gnu' [04:56, 03:10](887 MB) -PASS -- TEST 'conus13km_2threads_gnu' [06:46, 05:35](887 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:46, 01:47](559 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [06:11, 05:31] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:36, 05:44](742 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [04:10, 03:45] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:22, 02:27](721 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:23, 02:26](721 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:53, 06:54](900 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:44, 06:48](589 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [07:42, 06:56](905 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:43, 06:56](968 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [05:11, 04:13] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:22, 02:33](745 MB) - -PASS -- COMPILE 's2swa_gnu' [15:12, 14:40] - -PASS -- COMPILE 's2s_gnu' [15:12, 14:37] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [08:10, 06:42](1361 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [03:11, 02:46] - -PASS -- COMPILE 's2sw_pdlib_gnu' [15:11, 14:37] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [26:02, 24:35](1322 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 02:23] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:53, 12:56](1331 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [15:10, 14:18] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:19, 02:53](704 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:11, 12:49] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:23, 05:31](3184 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:11, 16:46] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [22:33, 17:09](1764 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:19, 17:48](2026 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [09:14, 08:08](1122 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [24:04, 19:18](1651 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 04:45] ( 1525 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:06, 22:33](1706 MB) + +PASS -- COMPILE 's2swa_intel' [13:11, 12:48] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:18, 05:47](3208 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:25, 05:49](3227 MB) +PASS -- TEST 'cpld_restart_p8_intel' [05:21, 03:24](3257 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:19, 05:50](3252 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:21, 03:25](3282 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [07:15, 05:31](3562 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:18, 05:47](3225 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [06:19, 04:45](3086 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:23, 05:47](3196 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:25, 10:03](3352 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [11:35, 06:27](3628 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [23:34, 09:31](4129 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:31, 06:02](4371 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:17, 05:23](3184 MB) + +PASS -- COMPILE 's2sw_intel' [12:11, 12:03] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [06:06, 04:43](1751 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:11, 04:17](1799 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:11, 04:28] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:14, 08:29](3210 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:11, 04:32] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:05, 05:46](1720 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:11, 11:24] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:11, 04:18](1790 MB) + +PASS -- COMPILE 's2s_intel' [12:11, 11:28] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [10:49, 09:20](2830 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:50, 02:34](2830 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:43, 01:25](2287 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:11, 16:31] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [11:22, 05:26](3226 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:13, 16:10] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:04, 17:13](1793 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:17, 08:07](1178 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [35:25, 19:38](1694 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:12, 04:18] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:04, 24:50](1737 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:11, 11:16] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:22, 03:18](711 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [08:51, 02:54](1607 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [08:55, 02:57](1613 MB) +PASS -- TEST 'control_latlon_intel' [08:48, 02:52](1601 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:56, 02:55](1597 MB) +PASS -- TEST 'control_c48_intel' [10:51, 07:35](1761 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:26, 06:24](877 MB) +PASS -- TEST 'control_c192_intel' [16:08, 10:30](1751 MB) +PASS -- TEST 'control_c384_intel' [16:07, 10:30](2015 MB) +PASS -- TEST 'control_c384gdas_intel' [14:53, 08:01](1403 MB) +PASS -- TEST 'control_stochy_intel' [06:23, 01:39](661 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:25, 00:58](511 MB) +PASS -- TEST 'control_lndp_intel' [06:22, 01:35](664 MB) +PASS -- TEST 'control_iovr4_intel' [07:24, 02:25](651 MB) +PASS -- TEST 'control_iovr5_intel' [06:24, 02:25](662 MB) +PASS -- TEST 'control_p8_intel' [07:00, 02:54](1626 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:58, 02:54](1632 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:52, 02:49](1635 MB) +PASS -- TEST 'control_restart_p8_intel' [02:48, 01:37](898 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:51, 02:50](1627 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:54, 01:38](943 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:49, 02:57](1627 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:48, 02:41](1716 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:44, 05:07](1634 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:55, 03:53](1703 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:57, 03:02](1646 MB) +PASS -- TEST 'merra2_thompson_intel' [04:55, 03:12](1641 MB) +PASS -- TEST 'regional_control_intel' [06:42, 05:09](850 MB) +PASS -- TEST 'regional_restart_intel' [05:45, 02:47](1015 MB) +PASS -- TEST 'regional_decomp_intel' [06:41, 05:29](852 MB) +PASS -- TEST 'regional_2threads_intel' [04:43, 03:14](857 MB) +PASS -- TEST 'regional_noquilt_intel' [06:44, 05:06](1361 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:48, 05:05](852 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:44, 05:05](857 MB) +PASS -- TEST 'regional_wofs_intel' [07:45, 06:44](1913 MB) + +PASS -- COMPILE 'rrfs_intel' [11:11, 10:31] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:43, 07:42](1114 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:07, 04:07](1301 MB) +PASS -- TEST 'rap_decomp_intel' [08:35, 08:05](1040 MB) +PASS -- TEST 'rap_2threads_intel' [10:34, 07:15](1181 MB) +PASS -- TEST 'rap_restart_intel' [05:53, 04:12](1111 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:46, 07:43](1106 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:15, 08:10](1041 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:46, 05:47](1133 MB) +PASS -- TEST 'hrrr_control_intel' [06:36, 04:00](1043 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:31, 04:09](1035 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:35, 03:36](1112 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:31, 02:20](1005 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:50, 07:36](1097 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:25, 09:13](1989 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:24, 08:58](2074 MB) + +PASS -- COMPILE 'csawmg_intel' [11:11, 10:20] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [08:42, 05:55](759 MB) +PASS -- TEST 'control_ras_intel' [05:22, 03:14](757 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:10, 03:35] +PASS -- TEST 'control_csawmg_gnu' [09:40, 08:25](548 MB) + +PASS -- COMPILE 'wam_intel' [10:11, 10:04] +PASS -- TEST 'control_wam_intel' [04:21, 02:06](660 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [11:11, 10:31] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:24, 02:45](1631 MB) +PASS -- TEST 'regional_control_faster_intel' [09:46, 04:45](853 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 04:47] ( 885 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:50, 02:45](1625 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [07:00, 02:43](1618 MB) +PASS -- TEST 'control_stochy_debug_intel' [07:24, 03:12](830 MB) +PASS -- TEST 'control_lndp_debug_intel' [06:45, 02:51](826 MB) +PASS -- TEST 'control_csawmg_debug_intel' [08:41, 04:16](881 MB) +PASS -- TEST 'control_ras_debug_intel' [06:02, 02:54](834 MB) +PASS -- TEST 'control_diag_debug_intel' [05:51, 02:55](1678 MB) +PASS -- TEST 'control_debug_p8_intel' [05:48, 03:01](1651 MB) +PASS -- TEST 'regional_debug_intel' [20:47, 17:09](848 MB) +PASS -- TEST 'rap_control_debug_intel' [06:25, 05:02](1213 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:21, 04:50](1208 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:21, 04:51](1210 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:21, 04:52](1211 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:30, 04:50](1205 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:51, 05:06](1300 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:27, 04:55](1208 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:23, 04:55](1205 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:23, 04:48](1209 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:24, 04:46](1211 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:24, 04:44](1213 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:25, 04:45](1209 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:27, 07:58](1208 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:24, 04:43](1207 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:22, 05:47](1209 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:22, 04:50](1207 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:41, 08:14](1211 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [03:10, 02:42] +PASS -- TEST 'control_csawmg_debug_gnu' [03:40, 02:11](532 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:11, 03:09] ( 855 warnings ) +PASS -- TEST 'control_wam_debug_intel' [08:22, 05:00](516 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 09:51] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:07, 03:55](1170 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:35, 06:23](1053 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:46, 03:24](991 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:37, 06:04](1104 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:33, 03:07](971 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:33, 03:35](936 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [19:49, 05:03](1039 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [14:38, 01:51](947 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:13, 12:13] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [06:03, 02:06](1208 MB) +PASS -- TEST 'conus13km_2threads_intel' [15:48, 00:52](1122 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [17:50, 01:14](1110 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:11, 10:16] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:43, 04:10](990 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 03:35] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:25, 04:44](1093 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:24, 04:39](1087 MB) +PASS -- TEST 'conus13km_debug_intel' [18:00, 14:22](1231 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [18:56, 14:50](926 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [23:49, 08:05](1158 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [29:51, 14:47](1309 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 03:20] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [19:27, 04:56](1138 MB) + +PASS -- COMPILE 'hafsw_intel' [15:12, 11:44] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [17:25, 05:04](742 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [20:36, 06:15](1121 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [21:32, 07:02](840 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [28:22, 13:25](866 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [29:41, 15:09](890 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [20:02, 05:34](506 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [20:34, 06:45](521 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [16:46, 02:39](380 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [21:19, 07:28](482 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [19:49, 03:45](538 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [19:55, 03:32](535 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [19:57, 04:08](593 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [17:30, 01:23](401 MB) +PASS -- TEST 'gnv1_nested_intel' [19:47, 04:16](802 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:11, 03:51] ( 1467 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [27:59, 12:57](584 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [14:12, 12:05] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [23:11, 08:58](673 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [22:17, 09:05](739 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:12, 12:06] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [18:14, 06:42](732 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:11, 11:07] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [18:24, 06:52](802 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [14:23, 06:42](826 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [20:01, 16:21](1216 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [06:12, 05:50] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [06:19, 02:54](1154 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:22, 01:36](1106 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:18, 02:45](1019 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:20, 02:48](1023 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:18, 02:50](1018 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:19, 02:51](1148 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 02:37](1154 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:18, 02:36](1025 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:31, 06:21](1055 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:29, 06:27](1042 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:16, 02:35](1153 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:21, 03:58](2451 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:19, 03:57](2438 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [03:11, 02:58] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:20, 06:12](1084 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:11, 06:09] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:20, 02:41](1163 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 00:58] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:32, 00:43](260 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:24, 00:48](324 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:27, 00:30](323 MB) + +PASS -- COMPILE 'atml_intel' [12:13, 11:37] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:12, 04:06](1616 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:09, 04:07](1616 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:54, 02:13](901 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:11, 04:13] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:58, 05:24](1633 MB) + +PASS -- COMPILE 'atmw_intel' [11:11, 10:55] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:53, 01:45](1685 MB) + +PASS -- COMPILE 'atmaero_intel' [11:28, 10:52] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:00, 04:00](3031 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:06, 04:50](3094 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:46, 04:52](3114 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:49, 03:32] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [24:13, 21:38](4440 MB) + +PASS -- COMPILE 'atm_gnu' [05:10, 04:16] +PASS -- TEST 'control_c48_gnu' [11:49, 11:07](1544 MB) +PASS -- TEST 'control_stochy_gnu' [04:25, 03:25](508 MB) +PASS -- TEST 'control_ras_gnu' [05:22, 04:50](524 MB) +PASS -- TEST 'control_p8_gnu' [06:05, 04:39](1267 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [06:00, 04:33](1269 MB) +PASS -- TEST 'control_flake_gnu' [11:23, 10:43](551 MB) + +PASS -- COMPILE 'rrfs_gnu' [07:11, 04:28] +PASS -- TEST 'rap_control_gnu' [11:38, 10:40](862 MB) +PASS -- TEST 'rap_decomp_gnu' [12:37, 10:53](867 MB) +PASS -- TEST 'rap_2threads_gnu' [11:39, 09:48](942 MB) +PASS -- TEST 'rap_restart_gnu' [06:40, 05:24](586 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [12:38, 10:44](859 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [12:33, 10:56](860 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:45, 08:02](593 MB) +PASS -- TEST 'hrrr_control_gnu' [06:38, 05:34](857 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [06:31, 05:35](848 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [06:32, 05:01](938 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [06:32, 05:30](859 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:26, 02:56](571 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:25, 02:51](665 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [11:45, 10:33](855 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:10, 04:03] +PASS -- TEST 'control_diag_debug_gnu' [03:54, 01:41](1292 MB) +PASS -- TEST 'regional_debug_gnu' [11:47, 10:19](568 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:23, 02:39](873 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:23, 02:37](871 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:23, 02:38](878 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [04:24, 02:37](876 MB) +PASS -- TEST 'rap_diag_debug_gnu' [05:36, 02:53](958 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [06:22, 04:04](871 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:20, 02:38](875 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:22, 02:36](869 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:21, 01:37](503 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:20, 01:45](504 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:42, 01:39](1259 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:21, 02:32](873 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:20, 02:49](877 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:38, 04:21](879 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:10, 02:38] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:10, 04:00] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:31, 09:11](716 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:37, 04:56](718 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:38, 08:34](772 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:32, 04:27](756 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:32, 04:58](713 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:37, 06:47](563 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:27, 02:34](549 MB) +PASS -- TEST 'conus13km_control_gnu' [04:55, 03:13](888 MB) +PASS -- TEST 'conus13km_2threads_gnu' [06:49, 05:54](890 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:51, 01:48](568 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:12, 05:45] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:40, 05:45](743 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [04:10, 03:44] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:21, 02:31](721 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:20, 02:26](724 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:52, 06:59](903 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:49, 06:59](585 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [08:46, 07:18](905 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:44, 06:49](971 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [04:11, 03:30] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:21, 02:38](750 MB) + +PASS -- COMPILE 's2swa_gnu' [15:12, 14:30] + +PASS -- COMPILE 's2s_gnu' [15:12, 14:14] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [08:11, 07:09](1359 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:10, 02:28] + +PASS -- COMPILE 's2sw_pdlib_gnu' [16:13, 14:17] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [28:10, 26:49](1325 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 02:16] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [14:01, 12:51](1336 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [16:14, 14:15] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:18, 02:59](705 MB) SYNOPSIS: -Starting Date/Time: 20240506 01:41:36 -Ending Date/Time: 20240506 04:12:23 -Total Time: 02h:31m:25s +Starting Date/Time: 20240508 14:46:21 +Ending Date/Time: 20240508 16:38:40 +Total Time: 01h:53m:59s Compiles Completed: 54/54 -Tests Completed: 241/242 -Failed Tests: -* TEST regional_atmaq_debug_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /scratch2/NAGAPE/epic/Fernando.Andrade-maldonado/regression-tests/wm/2235/ufs-weather-model/tests/logs/log_hera/run_regional_atmaq_debug_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 HERA REGRESSION TESTING LOG==== -====START OF HERA REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -74f64e4f73a0ff8342016a23eb73b4d6ec1cfff9 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 683061b3fd58716625eed61d7a7143e985f733d4 FV3 (heads/develop) - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) - 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) - - -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: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240503 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_3365779 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-n) - RUN SINGLE TEST: regional_atmaq_debug -* (-e) - USE ECFLOW - -PASS -- COMPILE 'atmaq_debug_intel' [05:11, 04:31] ( 885 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [35:19, 31:06](4469 MB) - -SYNOPSIS: -Starting Date/Time: 20240506 14:53:48 -Ending Date/Time: 20240506 16:24:37 -Total Time: 01h:30m:59s -Compiles Completed: 1/1 -Tests Completed: 1/1 +Tests Completed: 242/242 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 064db3b3c4..2b0fe10f1e 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,22 +1,22 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -74f64e4f73a0ff8342016a23eb73b4d6ec1cfff9 +1b73dc3cfe52765a05ce8ae57735fef196de5fab Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) + c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679f) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) + 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850c) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 683061b3fd58716625eed61d7a7143e985f733d4 FV3 (heads/develop) + cf9b7655becf840bb2861ad84ad0a76a9952ddc7 FV3 (remotes/origin/fv3atm_output_dir) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) 741212e4962d371520f773e2be9481142f79635e FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-718-g741212e) 1c2a898e97f069eeeb930cfb542db67ed349b72c FV3/ccpp/physics (EP4-744-g1c2a898e) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) @@ -36,362 +36,362 @@ 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-20240503 -COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1927015 +COMPARISON DIRECTORY: /work2/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/rt_138572 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [12:11, 11:58] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [48:15, 10:34](1891 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:13, 22:28] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [49:25, 14:24](1764 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:25, 14:10](2187 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:26, 06:36](1184 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [43:43, 15:56](1688 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 05:47] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:08, 20:18](1723 MB) - -PASS -- COMPILE 's2swa_intel' [12:11, 12:06] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [48:12, 10:54](2065 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [48:19, 11:48](2069 MB) -PASS -- TEST 'cpld_restart_p8_intel' [15:10, 04:48](1964 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [41:19, 07:43](1977 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [15:25, 04:24](1725 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [49:33, 12:39](2493 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [38:40, 08:04](2063 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [33:23, 06:28](1891 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [48:11, 10:54](2055 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [47:52, 17:23](2802 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [16:28, 06:09](2917 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [42:09, 09:40](3634 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [24:56, 07:44](3625 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [32:17, 05:04](2019 MB) - -PASS -- COMPILE 's2sw_intel' [13:10, 12:12] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [47:12, 07:10](1767 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [42:17, 06:38](1826 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:10, 05:06] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [13:07, 06:46](2046 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:10, 05:06] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:55, 04:42](1803 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [09:11, 08:48] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [12:14, 03:57](1808 MB) - -PASS -- COMPILE 's2s_intel' [10:11, 09:34] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [15:44, 07:18](2827 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [25:44, 02:07](2832 MB) -PASS -- TEST 'cpld_restart_c48_intel' [26:03, 01:06](2298 MB) - -PASS -- COMPILE 's2swa_faster_intel' [13:11, 12:24] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [47:10, 07:49](2078 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:10, 16:51] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [36:15, 14:33](1794 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:05, 06:42](1287 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:55, 15:29](1723 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 04:19] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:52, 21:32](1781 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [10:10, 07:45] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [42:13, 02:49](707 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [42:18, 02:35](1608 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [43:33, 02:30](1610 MB) -PASS -- TEST 'control_latlon_intel' [42:10, 02:38](1609 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [46:21, 03:41](1616 MB) -PASS -- TEST 'control_c48_intel' [45:12, 07:00](1743 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [44:48, 05:46](859 MB) -PASS -- TEST 'control_c192_intel' [52:36, 10:15](1766 MB) -PASS -- TEST 'control_c384_intel' [50:03, 09:24](2043 MB) -PASS -- TEST 'control_c384gdas_intel' [53:53, 09:51](1517 MB) -PASS -- TEST 'control_stochy_intel' [43:32, 02:41](670 MB) -PASS -- TEST 'control_stochy_restart_intel' [08:36, 01:01](548 MB) -PASS -- TEST 'control_lndp_intel' [40:37, 02:38](661 MB) -PASS -- TEST 'control_iovr4_intel' [18:35, 02:03](662 MB) -PASS -- TEST 'control_iovr5_intel' [18:32, 02:06](659 MB) -PASS -- TEST 'control_p8_intel' [14:04, 02:30](1639 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [16:04, 03:47](1640 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [13:04, 03:43](1637 MB) -PASS -- TEST 'control_restart_p8_intel' [06:45, 01:25](930 MB) -PASS -- TEST 'control_noqr_p8_intel' [13:02, 03:46](1631 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:49, 01:22](988 MB) -PASS -- TEST 'control_decomp_p8_intel' [13:16, 03:52](1631 MB) -PASS -- TEST 'control_2threads_p8_intel' [11:58, 02:27](1718 MB) -PASS -- TEST 'control_p8_lndp_intel' [13:49, 04:32](1634 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [13:00, 03:34](1710 MB) -PASS -- TEST 'control_p8_mynn_intel' [11:58, 02:39](1651 MB) -PASS -- TEST 'merra2_thompson_intel' [12:05, 02:56](1660 MB) -PASS -- TEST 'regional_control_intel' [08:36, 05:00](964 MB) -PASS -- TEST 'regional_restart_intel' [04:38, 02:26](1105 MB) -PASS -- TEST 'regional_decomp_intel' [07:37, 04:36](946 MB) -PASS -- TEST 'regional_2threads_intel' [10:35, 02:58](914 MB) -PASS -- TEST 'regional_noquilt_intel' [12:41, 04:26](1484 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [11:37, 04:34](960 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [12:29, 04:37](955 MB) -PASS -- TEST 'regional_wofs_intel' [12:33, 05:42](2075 MB) - -PASS -- COMPILE 'rrfs_intel' [12:10, 07:20] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [14:01, 06:37](1219 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [10:09, 04:22](1411 MB) -PASS -- TEST 'rap_decomp_intel' [11:50, 06:46](1125 MB) -PASS -- TEST 'rap_2threads_intel' [08:37, 06:06](1368 MB) -PASS -- TEST 'rap_restart_intel' [04:54, 03:25](1132 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:47, 06:26](1205 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:45, 06:59](1136 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:55, 05:01](1195 MB) -PASS -- TEST 'hrrr_control_intel' [05:22, 03:21](1078 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:35, 03:27](1046 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:41, 03:04](1127 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:29, 01:56](1021 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:02, 06:18](1195 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:20, 07:53](2018 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:18, 07:23](2170 MB) - -PASS -- COMPILE 'csawmg_intel' [11:10, 07:12] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [07:30, 05:19](805 MB) -PASS -- TEST 'control_ras_intel' [04:17, 02:48](806 MB) - -PASS -- COMPILE 'csawmg_gnu' [08:10, 04:33] -PASS -- TEST 'control_csawmg_gnu' [08:38, 06:30](812 MB) - -PASS -- COMPILE 'wam_intel' [09:11, 07:29] -PASS -- TEST 'control_wam_intel' [03:24, 01:48](785 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [12:11, 10:50] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:51, 02:16](1636 MB) -PASS -- TEST 'regional_control_faster_intel' [04:28, 04:03](957 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 04:09] ( 885 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:28, 02:14](1620 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:33, 02:09](1628 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:17, 03:17](824 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:20, 02:39](825 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:30, 03:35](871 MB) -PASS -- TEST 'control_ras_debug_intel' [03:15, 02:14](840 MB) -PASS -- TEST 'control_diag_debug_intel' [03:41, 02:22](1686 MB) -PASS -- TEST 'control_debug_p8_intel' [03:37, 02:21](1648 MB) -PASS -- TEST 'regional_debug_intel' [14:32, 14:02](896 MB) -PASS -- TEST 'rap_control_debug_intel' [04:19, 03:59](1213 MB) -PASS -- TEST 'hrrr_control_debug_intel' [04:17, 03:59](1219 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [04:17, 03:58](1220 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [04:16, 04:06](1228 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:17, 03:56](1224 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:23, 04:21](1294 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:18, 04:04](1213 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:16, 04:00](1228 MB) -PASS -- TEST 'rap_lndp_debug_intel' [04:17, 04:00](1217 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:17, 03:59](1217 MB) -PASS -- TEST 'rap_noah_debug_intel' [04:18, 03:54](1209 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [04:21, 04:06](1226 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:19, 06:32](1219 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [04:22, 03:55](1214 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:18, 04:48](1226 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:23, 03:59](1212 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:49, 06:51](1225 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:10, 04:25] -PASS -- TEST 'control_csawmg_debug_gnu' [04:37, 02:01](788 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:10, 02:24] ( 855 warnings ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:10, 07:26] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:46, 03:21](1272 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:54, 05:30](1140 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:35, 02:52](1018 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:31, 05:04](1276 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:54, 02:37](1047 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:35, 03:00](985 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [12:54, 04:04](1095 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [09:21, 01:35](969 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:10, 09:35] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:46, 01:50](1312 MB) -PASS -- TEST 'conus13km_2threads_intel' [08:34, 00:51](1196 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [09:27, 01:05](1163 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:10, 07:35] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:31, 03:43](1056 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:10, 03:30] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:18, 03:59](1101 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [09:21, 03:52](1089 MB) -PASS -- TEST 'conus13km_debug_intel' [17:31, 11:46](1304 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [18:32, 12:00](995 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [13:28, 06:42](1244 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [18:27, 11:38](1403 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 03:35] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [10:18, 04:01](1154 MB) - -PASS -- COMPILE 'hafsw_intel' [13:10, 10:47] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:03, 05:26](871 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:20, 05:13](1286 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [14:21, 06:29](953 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [21:05, 14:08](973 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:14, 15:19](1005 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [12:51, 05:28](606 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:11, 07:07](615 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:40, 02:53](432 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:50, 07:41](542 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [10:40, 03:57](613 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [09:39, 03:42](618 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:43, 04:49](682 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [09:27, 01:22](448 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:10, 04:01] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:43, 11:21](635 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [18:13, 16:56] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [23:05, 16:00](769 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [24:57, 16:52](840 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [14:10, 13:35] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [17:54, 09:58](836 MB) - -PASS -- COMPILE 'hafs_all_intel' [14:10, 10:01] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [12:03, 05:35](960 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [12:02, 05:35](927 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [21:47, 16:22](1335 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:10, 06:14] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:16, 02:10](1148 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:16, 01:21](1080 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [07:15, 02:08](1013 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:15, 02:09](1008 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:15, 02:10](1012 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:14, 02:13](1139 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:14, 02:13](1140 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:14, 02:06](1011 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:51, 04:58](1155 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:48, 04:53](1146 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:12, 02:11](1150 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:14, 03:04](2432 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [03:15, 03:08](2440 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 04:03] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:15, 05:17](1075 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:10, 06:21] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:15, 02:16](1151 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 00:46] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:26, 00:56](328 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:19, 00:48](559 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:20, 00:35](559 MB) - -PASS -- COMPILE 'atml_intel' [11:10, 09:21] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:03, 05:19](1640 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:56, 05:23](1639 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:39, 02:48](947 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:11, 11:37] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [15:52, 07:39](1890 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:11, 19:31] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [30:07, 14:45](1771 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:27, 14:16](2169 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:18, 06:25](1176 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [29:44, 15:16](1687 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:11, 06:06] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [28:17, 20:18](1734 MB) + +PASS -- COMPILE 's2swa_intel' [14:11, 12:15] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [21:55, 07:40](2064 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [27:05, 07:35](2086 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:02, 04:23](1969 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [20:59, 07:43](1981 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:26, 04:26](1731 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [23:53, 09:13](2494 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [21:43, 07:39](2083 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [14:50, 06:30](1895 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [21:57, 07:48](2088 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [25:42, 15:22](2809 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [08:22, 05:48](2917 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [31:43, 09:04](3634 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:16, 05:15](3622 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [15:50, 04:53](2023 MB) + +PASS -- COMPILE 's2sw_intel' [12:11, 10:30] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [15:44, 07:13](1765 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:51, 04:07](1835 MB) + +PASS -- COMPILE 's2swa_debug_intel' [08:11, 06:07] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [14:05, 06:53](2051 MB) + +PASS -- COMPILE 's2sw_debug_intel' [08:11, 05:51] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:00, 04:48](1802 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:11, 09:48] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:51, 04:07](1822 MB) + +PASS -- COMPILE 's2s_intel' [12:11, 09:59] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [15:44, 07:17](2841 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [10:44, 02:06](2813 MB) +PASS -- TEST 'cpld_restart_c48_intel' [14:45, 01:11](2302 MB) + +PASS -- COMPILE 's2swa_faster_intel' [16:11, 13:40] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [25:02, 07:19](2054 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [20:10, 16:29] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:52, 14:08](1798 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:55, 06:42](1283 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:52, 15:28](1731 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:10, 03:32] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [40:01, 21:24](1767 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:10, 08:13] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [18:22, 02:49](710 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [17:37, 02:29](1621 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [17:40, 02:37](1624 MB) +PASS -- TEST 'control_latlon_intel' [17:34, 02:28](1605 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [17:40, 02:32](1605 MB) +PASS -- TEST 'control_c48_intel' [22:39, 07:04](1744 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [21:27, 05:49](854 MB) +PASS -- TEST 'control_c192_intel' [24:44, 08:59](1757 MB) +PASS -- TEST 'control_c384_intel' [25:22, 09:42](2058 MB) +PASS -- TEST 'control_c384gdas_intel' [24:57, 07:22](1534 MB) +PASS -- TEST 'control_stochy_intel' [14:18, 01:29](665 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:27, 00:58](536 MB) +PASS -- TEST 'control_lndp_intel' [11:17, 01:24](670 MB) +PASS -- TEST 'control_iovr4_intel' [12:19, 02:10](656 MB) +PASS -- TEST 'control_iovr5_intel' [11:20, 02:17](666 MB) +PASS -- TEST 'control_p8_intel' [10:52, 02:34](1630 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:57, 02:37](1635 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:55, 02:34](1644 MB) +PASS -- TEST 'control_restart_p8_intel' [02:51, 01:24](915 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:48, 02:33](1628 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:00, 01:21](982 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:47, 02:35](1627 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:44, 02:24](1723 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:30, 04:25](1632 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:56, 03:28](1709 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:52, 02:34](1647 MB) +PASS -- TEST 'merra2_thompson_intel' [03:58, 02:47](1651 MB) +PASS -- TEST 'regional_control_intel' [05:27, 04:32](961 MB) +PASS -- TEST 'regional_restart_intel' [03:27, 02:26](1102 MB) +PASS -- TEST 'regional_decomp_intel' [05:25, 04:41](945 MB) +PASS -- TEST 'regional_2threads_intel' [03:29, 02:49](913 MB) +PASS -- TEST 'regional_noquilt_intel' [05:27, 04:19](1492 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:34, 04:30](955 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:28, 04:27](963 MB) +PASS -- TEST 'regional_wofs_intel' [06:26, 05:32](2072 MB) + +PASS -- COMPILE 'rrfs_intel' [12:10, 07:41] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [07:35, 06:34](1197 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:48, 03:26](1413 MB) +PASS -- TEST 'rap_decomp_intel' [07:31, 06:46](1140 MB) +PASS -- TEST 'rap_2threads_intel' [06:53, 06:06](1376 MB) +PASS -- TEST 'rap_restart_intel' [04:51, 03:23](1154 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:44, 06:32](1200 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:38, 06:51](1144 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:54, 04:59](1192 MB) +PASS -- TEST 'hrrr_control_intel' [04:38, 03:25](1088 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:38, 03:29](1048 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [03:55, 03:04](1126 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:31, 01:50](1026 MB) +PASS -- TEST 'rrfs_v1beta_intel' [07:58, 06:22](1186 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:21, 07:37](2013 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:20, 07:22](2183 MB) + +PASS -- COMPILE 'csawmg_intel' [12:10, 07:35] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [06:28, 05:27](836 MB) +PASS -- TEST 'control_ras_intel' [03:18, 02:47](820 MB) + +PASS -- COMPILE 'csawmg_gnu' [09:10, 04:33] +PASS -- TEST 'control_csawmg_gnu' [07:35, 06:34](808 MB) + +PASS -- COMPILE 'wam_intel' [11:10, 07:07] +PASS -- TEST 'control_wam_intel' [02:26, 01:50](793 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:10, 09:54] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:52, 02:15](1641 MB) +PASS -- TEST 'regional_control_faster_intel' [04:27, 04:05](953 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 04:14] ( 885 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:31, 02:09](1631 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:33, 02:13](1633 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:19, 02:29](833 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:16, 02:14](835 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:27, 03:29](884 MB) +PASS -- TEST 'control_ras_debug_intel' [03:16, 02:17](838 MB) +PASS -- TEST 'control_diag_debug_intel' [03:37, 02:13](1682 MB) +PASS -- TEST 'control_debug_p8_intel' [03:32, 02:20](1657 MB) +PASS -- TEST 'regional_debug_intel' [14:37, 14:04](904 MB) +PASS -- TEST 'rap_control_debug_intel' [04:18, 03:58](1223 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:24, 03:52](1224 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:19, 03:56](1227 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [04:21, 03:59](1222 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:17, 03:55](1221 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:23, 04:11](1297 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:17, 04:03](1215 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:16, 04:01](1233 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:17, 03:58](1217 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:17, 03:57](1225 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:17, 03:54](1232 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:17, 04:02](1213 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:17, 06:30](1224 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:16, 03:54](1213 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:19, 04:53](1225 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:26, 04:00](1224 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:59, 06:43](1223 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:11, 03:18] +PASS -- TEST 'control_csawmg_debug_gnu' [02:35, 01:52](792 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:10, 02:49] ( 855 warnings ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:10, 06:51] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:46, 03:15](1324 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:45, 05:27](1151 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:46, 02:51](1040 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:37, 05:07](1302 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:39, 02:36](1042 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:54, 03:00](969 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:50, 04:04](1106 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:18, 01:39](955 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:10, 09:12] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:40, 01:49](1294 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:33, 00:48](1207 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:31, 01:04](1165 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:10, 06:56] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:34, 03:41](1088 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:11, 03:07] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:19, 03:55](1101 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:17, 03:50](1088 MB) +PASS -- TEST 'conus13km_debug_intel' [12:31, 11:35](1334 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [12:31, 11:48](1001 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [07:32, 06:35](1233 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:33, 11:33](1414 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 03:08] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:21, 03:59](1144 MB) + +PASS -- COMPILE 'hafsw_intel' [13:11, 10:57] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:08, 05:29](875 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:22, 04:54](1278 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:13, 06:19](965 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:02, 13:50](962 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:09, 15:15](1005 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:58, 05:31](607 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:18, 07:03](618 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:43, 02:54](439 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:11, 07:56](545 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:45, 03:46](620 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:40, 03:41](624 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:46, 04:51](684 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:25, 01:27](453 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:10, 03:34] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:49, 11:19](625 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [13:11, 10:45] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:49, 15:57](731 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:51, 16:37](809 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [16:11, 11:02] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:57, 10:00](838 MB) + +PASS -- COMPILE 'hafs_all_intel' [14:11, 10:17] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:04, 05:24](954 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:05, 05:25](945 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:49, 16:23](1348 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:11, 06:16] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:16, 02:08](1139 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:16, 01:18](1100 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:14, 02:07](1015 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:15, 02:09](1018 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:15, 02:10](1006 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:16, 02:07](1159 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:14, 02:09](1155 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:15, 02:05](1014 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:48, 04:56](1156 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:47, 04:55](1136 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:12, 02:11](1147 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:18, 02:59](2334 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:15, 03:05](2431 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [07:11, 03:47] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:14, 05:07](1076 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 06:02] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:14, 02:11](1150 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:00] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:26, 01:03](339 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:23, 01:02](554 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:20, 00:33](563 MB) + +PASS -- COMPILE 'atml_intel' [10:11, 08:29] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:08, 05:48](1637 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [07:05, 05:43](1634 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:38, 02:44](939 MB) PASS -- COMPILE 'atml_debug_intel' [04:10, 03:28] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:54, 04:39](1667 MB) - -PASS -- COMPILE 'atmw_intel' [18:10, 13:04] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:50, 01:34](1689 MB) - -PASS -- COMPILE 'atmaero_intel' [17:10, 12:40] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:47, 03:32](1799 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:49, 04:15](1817 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:38, 04:20](1831 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [09:11, 04:49] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [18:33, 16:40](4575 MB) - -PASS -- COMPILE 'atm_gnu' [10:15, 06:24] -PASS -- TEST 'control_c48_gnu' [10:38, 09:31](1558 MB) -PASS -- TEST 'control_stochy_gnu' [03:22, 02:18](731 MB) -PASS -- TEST 'control_ras_gnu' [04:19, 03:51](730 MB) -PASS -- TEST 'control_p8_gnu' [04:44, 03:40](1512 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [04:43, 03:29](1518 MB) -PASS -- TEST 'control_flake_gnu' [05:21, 04:24](812 MB) - -PASS -- COMPILE 'rrfs_gnu' [10:10, 06:17] -PASS -- TEST 'rap_control_gnu' [08:30, 07:45](1085 MB) -PASS -- TEST 'rap_decomp_gnu' [08:30, 07:55](1087 MB) -PASS -- TEST 'rap_2threads_gnu' [07:45, 07:08](1147 MB) -PASS -- TEST 'rap_restart_gnu' [06:54, 03:58](885 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [08:40, 07:39](1089 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:37, 07:49](1086 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:51, 05:41](885 MB) -PASS -- TEST 'hrrr_control_gnu' [04:47, 03:57](1073 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [04:34, 04:03](1139 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [04:30, 03:36](1029 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:36, 04:02](1073 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [06:18, 02:03](883 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [06:18, 02:05](932 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [09:54, 07:35](1083 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [09:10, 07:20] -PASS -- TEST 'control_diag_debug_gnu' [02:33, 01:17](1625 MB) -PASS -- TEST 'regional_debug_gnu' [07:28, 06:26](924 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:16, 01:58](1100 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:22, 01:53](1089 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:17, 02:00](1095 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [04:16, 01:56](1097 MB) -PASS -- TEST 'rap_diag_debug_gnu' [05:23, 02:04](1269 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [07:16, 03:07](1096 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [06:17, 01:58](1098 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [06:17, 01:58](1093 MB) -PASS -- TEST 'control_ras_debug_gnu' [06:15, 01:12](730 MB) -PASS -- TEST 'control_stochy_debug_gnu' [06:15, 01:17](725 MB) -PASS -- TEST 'control_debug_p8_gnu' [05:32, 01:18](1506 MB) -PASS -- TEST 'rap_flake_debug_gnu' [06:21, 01:59](1101 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [07:18, 02:13](1101 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [07:47, 03:21](1104 MB) - -PASS -- COMPILE 'wam_debug_gnu' [05:10, 04:06] -PASS -- TEST 'control_wam_debug_gnu' [06:25, 01:54](502 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [12:10, 07:20] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [11:45, 07:13](965 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [08:34, 03:45](951 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [10:32, 06:44](968 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:48, 03:29](873 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:34, 03:46](952 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:55, 05:22](859 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:21, 01:58](857 MB) -PASS -- TEST 'conus13km_control_gnu' [04:42, 02:39](1267 MB) -PASS -- TEST 'conus13km_2threads_gnu' [01:37, 01:07](1174 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:35, 01:25](928 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [14:10, 11:03] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:32, 04:24](997 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [10:10, 08:54] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:17, 02:00](988 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:16, 01:59](970 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:29, 05:24](1282 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [08:27, 05:47](973 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [04:25, 03:14](1190 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:25, 05:39](1349 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [10:10, 08:54] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:16, 02:04](1004 MB) - -PASS -- COMPILE 's2swa_gnu' [27:10, 22:03] - -PASS -- COMPILE 's2s_gnu' [22:11, 18:09] - -PASS -- COMPILE 's2swa_debug_gnu' [18:11, 14:55] - -PASS -- COMPILE 's2sw_pdlib_gnu' [22:11, 19:26] - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [14:10, 11:14] - -PASS -- COMPILE 'datm_cdeps_gnu' [20:11, 18:17] +PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:55, 04:46](1663 MB) + +PASS -- COMPILE 'atmw_intel' [15:11, 10:27] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:51, 01:33](1683 MB) + +PASS -- COMPILE 'atmaero_intel' [09:11, 07:20] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:49, 03:30](1798 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:54, 04:23](1811 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:39, 04:27](1826 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:30] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [19:34, 17:27](4578 MB) + +PASS -- COMPILE 'atm_gnu' [07:11, 05:28] +PASS -- TEST 'control_c48_gnu' [10:39, 09:29](1576 MB) +PASS -- TEST 'control_stochy_gnu' [03:20, 02:18](742 MB) +PASS -- TEST 'control_ras_gnu' [04:17, 03:45](730 MB) +PASS -- TEST 'control_p8_gnu' [04:46, 03:42](1517 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [04:40, 03:30](1517 MB) +PASS -- TEST 'control_flake_gnu' [05:17, 04:24](800 MB) + +PASS -- COMPILE 'rrfs_gnu' [06:11, 05:22] +PASS -- TEST 'rap_control_gnu' [09:32, 07:49](1083 MB) +PASS -- TEST 'rap_decomp_gnu' [09:31, 07:53](1084 MB) +PASS -- TEST 'rap_2threads_gnu' [08:47, 07:02](1127 MB) +PASS -- TEST 'rap_restart_gnu' [05:49, 03:57](886 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [09:46, 07:36](1085 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:32, 07:44](1081 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:54, 05:40](884 MB) +PASS -- TEST 'hrrr_control_gnu' [05:34, 03:57](1070 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:35, 03:59](1139 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [04:48, 03:33](1025 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [04:31, 03:56](1073 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [04:36, 02:03](880 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:25, 02:05](935 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [08:51, 07:36](1083 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 07:10] +PASS -- TEST 'control_diag_debug_gnu' [02:35, 01:20](1624 MB) +PASS -- TEST 'regional_debug_gnu' [07:28, 06:22](925 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:18, 02:04](1100 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:17, 01:53](1088 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:17, 01:59](1098 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:17, 02:01](1093 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:27, 02:07](1268 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:19, 03:03](1094 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:17, 01:59](1098 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:17, 01:54](1092 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:16, 01:09](729 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:16, 01:14](728 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:32, 01:13](1503 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:22, 01:56](1097 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:19, 02:09](1098 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:46, 03:15](1101 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:11, 03:54] +PASS -- TEST 'control_wam_debug_gnu' [02:23, 02:01](502 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:11, 03:30] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:31, 07:20](963 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:50, 03:49](950 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:45, 06:44](969 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:35, 03:27](892 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:54, 03:48](958 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:46, 05:23](858 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:18, 02:03](856 MB) +PASS -- TEST 'conus13km_control_gnu' [03:38, 02:29](1266 MB) +PASS -- TEST 'conus13km_2threads_gnu' [02:27, 01:02](1173 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:27, 01:24](928 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [09:11, 08:47] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:34, 04:18](992 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:11, 06:02] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:22, 01:57](980 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:19, 01:56](969 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:36, 05:33](1279 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [08:29, 05:38](952 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [04:27, 03:19](1191 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:28, 05:35](1353 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [06:11, 06:07] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:20, 02:02](1008 MB) + +PASS -- COMPILE 's2swa_gnu' [17:10, 16:45] + +PASS -- COMPILE 's2s_gnu' [17:10, 16:41] + +PASS -- COMPILE 's2swa_debug_gnu' [06:10, 05:33] + +PASS -- COMPILE 's2sw_pdlib_gnu' [18:11, 16:26] + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [07:11, 05:45] + +PASS -- COMPILE 'datm_cdeps_gnu' [17:13, 16:37] SYNOPSIS: -Starting Date/Time: 20240506 09:21:02 -Ending Date/Time: 20240506 11:27:27 -Total Time: 02h:07m:02s +Starting Date/Time: 20240508 13:49:00 +Ending Date/Time: 20240508 15:19:44 +Total Time: 01h:31m:22s Compiles Completed: 54/54 Tests Completed: 237/237 diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index 5b91586486..9aa3779381 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: -74f64e4f73a0ff8342016a23eb73b4d6ec1cfff9 +f29351be77830efd8ae23ad72436b4b38b886383 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,12 +11,12 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 683061b3fd58716625eed61d7a7143e985f733d4 FV3 (heads/develop) + cf9b7655becf840bb2861ad84ad0a76a9952ddc7 FV3 (remotes/origin/fv3atm_output_dir) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) 741212e4962d371520f773e2be9481142f79635e FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-718-g741212e) 1c2a898e97f069eeeb930cfb542db67ed349b72c FV3/ccpp/physics (EP4-744-g1c2a898e) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) @@ -36,244 +36,244 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240503 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_554453 +COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_36815 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [32:13, 31:58] ( 2 warnings 1383 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:49, 06:58](1796 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [49:14, 48:50] ( 2 warnings 1427 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [23:09, 20:54](1667 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:13, 23:09](1888 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:17, 10:51](993 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [25:40, 23:55](1637 MB) - -PASS -- COMPILE 's2swa_intel' [38:14, 37:20] ( 1 warnings 1381 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [09:23, 07:40](1826 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:44, 07:40](1829 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:55, 04:33](1709 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:23, 07:42](1842 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:55, 04:51](1721 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:16, 07:17](2262 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:16, 07:54](1809 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:43, 06:38](1788 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:42, 07:45](1813 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:31, 07:12](1796 MB) - -PASS -- COMPILE 's2sw_intel' [31:13, 30:31] ( 1 warnings 1279 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:28, 05:59](1656 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:41, 05:52](1715 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:11, 05:27] ( 1451 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [13:00, 10:48](1826 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:11, 05:08] ( 1451 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:22, 07:18](1677 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [33:13, 32:23] ( 1 warnings 1011 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:54, 05:46](1719 MB) - -PASS -- COMPILE 's2s_intel' [33:13, 33:05] ( 1 warnings 1016 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [14:09, 12:49](2801 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:09, 03:36](2803 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:05, 02:04](2267 MB) - -PASS -- COMPILE 's2swa_faster_intel' [35:19, 34:20] ( 1 warnings 1608 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [15:36, 09:14](1804 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [48:14, 47:57] ( 1 warnings 1339 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [25:43, 21:09](1683 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:54, 10:45](1034 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [28:55, 26:01](1659 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 04:44] ( 1561 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [33:37, 32:12](1697 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [35:13, 34:54] ( 2 warnings 1151 remarks ) -PASS -- TEST 'control_flake_intel' [05:32, 04:58](651 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [10:43, 04:11](1542 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:45, 04:45](1554 MB) -PASS -- TEST 'control_latlon_intel' [10:38, 04:05](1547 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:45, 04:50](1534 MB) -PASS -- TEST 'control_c48_intel' [14:44, 11:57](1730 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [11:02, 10:09](847 MB) -PASS -- TEST 'control_c192_intel' [16:47, 14:47](1682 MB) -PASS -- TEST 'control_c384_intel' [25:13, 18:45](1816 MB) -PASS -- TEST 'control_c384gdas_intel' [24:22, 14:32](1014 MB) -PASS -- TEST 'control_stochy_intel' [03:56, 02:42](601 MB) -PASS -- TEST 'control_stochy_restart_intel' [05:41, 01:26](437 MB) -PASS -- TEST 'control_lndp_intel' [03:54, 02:25](599 MB) -PASS -- TEST 'control_iovr4_intel' [04:56, 03:59](596 MB) -PASS -- TEST 'control_iovr5_intel' [04:36, 04:08](603 MB) -PASS -- TEST 'control_p8_intel' [11:28, 04:10](1577 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:26, 04:27](1577 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [10:55, 04:08](1568 MB) -PASS -- TEST 'control_restart_p8_intel' [04:13, 02:14](819 MB) -PASS -- TEST 'control_noqr_p8_intel' [10:22, 04:03](1565 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:17, 02:11](837 MB) -PASS -- TEST 'control_decomp_p8_intel' [10:15, 04:09](1565 MB) -PASS -- TEST 'control_2threads_p8_intel' [09:24, 03:44](1666 MB) -PASS -- TEST 'control_p8_lndp_intel' [12:09, 07:06](1572 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [10:34, 05:15](1630 MB) -PASS -- TEST 'control_p8_mynn_intel' [09:47, 04:08](1584 MB) -PASS -- TEST 'merra2_thompson_intel' [09:54, 04:31](1584 MB) -PASS -- TEST 'regional_control_intel' [11:58, 07:27](764 MB) -PASS -- TEST 'regional_restart_intel' [04:49, 04:01](933 MB) -PASS -- TEST 'regional_decomp_intel' [12:47, 07:53](757 MB) -PASS -- TEST 'regional_2threads_intel' [06:48, 05:02](754 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [09:51, 07:26](758 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [11:50, 07:23](762 MB) - -PASS -- COMPILE 'rrfs_intel' [34:12, 33:19] ( 4 warnings 1119 remarks ) -PASS -- TEST 'rap_control_intel' [12:26, 11:05](986 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:08, 06:05](1220 MB) -PASS -- TEST 'rap_decomp_intel' [13:09, 11:27](989 MB) -PASS -- TEST 'rap_2threads_intel' [12:26, 10:26](1086 MB) -PASS -- TEST 'rap_restart_intel' [08:25, 05:22](990 MB) -PASS -- TEST 'rap_sfcdiff_intel' [12:41, 11:05](995 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:19, 11:19](985 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [10:27, 07:47](999 MB) -PASS -- TEST 'hrrr_control_intel' [07:23, 05:48](990 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:23, 05:50](983 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:23, 05:12](1054 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:45, 02:49](922 MB) -PASS -- TEST 'rrfs_v1beta_intel' [12:51, 10:52](990 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [14:43, 13:32](1916 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:50, 12:49](1937 MB) - -PASS -- COMPILE 'csawmg_intel' [32:13, 31:24] ( 2 warnings 1096 remarks ) -PASS -- TEST 'control_csawmg_intel' [10:53, 08:19](692 MB) -PASS -- TEST 'control_ras_intel' [06:24, 04:39](667 MB) - -PASS -- COMPILE 'wam_intel' [30:13, 29:56] ( 1 warnings 982 remarks ) -PASS -- TEST 'control_wam_intel' [03:26, 02:54](506 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [32:17, 31:41] ( 1 warnings 1295 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:45, 03:52](1578 MB) -PASS -- TEST 'regional_control_faster_intel' [07:58, 07:06](765 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:11, 06:05] ( 886 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:56, 03:20](1569 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:49, 03:25](1556 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:23, 03:47](760 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:26, 03:26](766 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:48, 05:18](814 MB) -PASS -- TEST 'control_ras_debug_intel' [05:26, 03:32](774 MB) -PASS -- TEST 'control_diag_debug_intel' [04:56, 03:23](1617 MB) -PASS -- TEST 'control_debug_p8_intel' [04:52, 03:50](1588 MB) -PASS -- TEST 'regional_debug_intel' [23:49, 22:15](812 MB) -PASS -- TEST 'rap_control_debug_intel' [07:29, 06:08](1164 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:28, 05:56](1151 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:27, 06:04](1146 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:36, 06:06](1148 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:26, 06:14](1154 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:42, 06:28](1233 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:27, 06:17](1149 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:24, 06:14](1149 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:27, 06:06](1154 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:30, 06:06](1157 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:27, 06:00](1150 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:30, 06:06](1148 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:26, 09:55](1148 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:24, 06:02](1146 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:25, 07:36](1157 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:27, 06:06](1154 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:32, 10:31](1153 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:11, 04:12] ( 856 warnings ) -PASS -- TEST 'control_wam_debug_intel' [07:27, 06:10](447 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:13, 30:19] ( 4 warnings 1032 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [09:50, 05:23](1077 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:05, 09:29](900 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [09:13, 04:33](866 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:41, 08:08](938 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [09:00, 04:01](910 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [09:15, 04:59](857 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:58, 07:09](897 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [06:42, 03:20](847 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [44:16, 43:26] ( 4 warnings 1198 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:09, 03:01](1109 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:46, 01:38](1050 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:46, 01:41](1024 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [31:21, 31:01] ( 4 warnings 1052 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:58, 05:37](902 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 03:56] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:28, 06:08](1024 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:32, 06:00](1028 MB) -PASS -- TEST 'conus13km_debug_intel' [21:06, 18:49](1136 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [21:25, 19:13](845 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [12:03, 10:51](1083 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:21, 18:40](1204 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 04:18] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:29, 06:10](1073 MB) - -PASS -- COMPILE 'hafsw_intel' [36:14, 35:28] ( 2 warnings 1430 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:23, 07:06](719 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:33, 06:54](1093 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:43, 09:32](775 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [18:25, 16:33](793 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:51, 18:28](822 MB) -PASS -- TEST 'gnv1_nested_intel' [07:28, 05:54](775 MB) - -PASS -- COMPILE 'hafs_all_intel' [32:20, 32:09] ( 1 warnings 1268 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:28, 08:57](771 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:32, 08:58](755 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:11, 08:03] ( 67 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:52, 04:10](1053 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:32, 02:08](1030 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:43, 03:55](923 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:56, 04:07](922 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:48, 04:15](918 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:53, 04:14](1062 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:00, 04:20](1060 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:50, 04:28](926 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:09, 08:29](888 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:39, 08:15](841 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:34, 04:07](1061 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:31, 06:08](2342 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:26, 06:25](2385 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:12, 04:16] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:52, 08:05](1015 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:16, 08:20] ( 70 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:23, 03:36](1055 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:41] ( 60 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:36, 01:43](230 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:29, 01:21](258 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:33, 00:55](255 MB) - -PASS -- COMPILE 'atml_intel' [35:12, 34:36] ( 9 warnings 1189 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:54, 10:08](1595 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [12:47, 10:10](1597 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:59, 04:42](865 MB) - -PASS -- COMPILE 'atml_debug_intel' [06:11, 05:24] ( 881 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:53, 07:34](1628 MB) - -PASS -- COMPILE 'atmw_intel' [32:13, 31:39] ( 1 warnings 1260 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:38, 03:08](1603 MB) - -PASS -- COMPILE 'atmaero_intel' [31:13, 31:10] ( 1 warnings 1099 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:34, 05:26](1697 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:44, 06:33](1728 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:15, 06:46](1744 MB) +PASS -- COMPILE 's2swa_32bit_intel' [59:01, 39:54] ( 1 warnings 1383 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:02, 07:22](1791 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [09:02, 50:08] ( 1 warnings 1427 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [25:05, 22:18](1670 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [28:27, 24:43](1882 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [16:38, 11:03](999 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:36, 24:52](1636 MB) + +PASS -- COMPILE 's2swa_intel' [59:01, 39:55] ( 1381 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [15:42, 08:51](1807 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:09, 08:28](1826 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:09, 05:17](1713 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [15:41, 08:43](1850 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:10, 05:07](1732 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:44, 07:37](2274 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [11:33, 08:34](1806 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:44, 07:16](1771 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [18:10, 08:32](1821 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:50, 07:32](1788 MB) + +PASS -- COMPILE 's2sw_intel' [57:00, 38:10] ( 1279 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:40, 06:06](1649 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:48, 05:59](1693 MB) + +PASS -- COMPILE 's2swa_debug_intel' [25:57, 07:14] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [13:08, 10:40](1859 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:11, 04:47] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:25, 07:19](1681 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [33:14, 32:31] ( 1011 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:00, 06:23](1715 MB) + +PASS -- COMPILE 's2s_intel' [33:14, 32:30] ( 1016 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [14:20, 12:52](2799 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:10, 03:44](2802 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:08, 02:12](2268 MB) + +PASS -- COMPILE 's2swa_faster_intel' [34:18, 33:39] ( 1608 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [15:02, 07:42](1825 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [48:15, 47:53] ( 1339 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [37:57, 22:16](1692 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [20:31, 10:55](1040 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [32:06, 24:29](1657 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:11, 05:02] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:48, 32:25](1691 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [35:13, 35:04] ( 1 warnings 1151 remarks ) +PASS -- TEST 'control_flake_intel' [06:33, 04:52](642 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [17:44, 04:56](1533 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [15:55, 05:00](1551 MB) +PASS -- TEST 'control_latlon_intel' [19:37, 04:18](1549 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [15:49, 04:55](1537 MB) +PASS -- TEST 'control_c48_intel' [17:48, 12:02](1737 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [11:45, 10:16](847 MB) +PASS -- TEST 'control_c192_intel' [22:04, 15:23](1675 MB) +PASS -- TEST 'control_c384_intel' [26:14, 21:22](1813 MB) +PASS -- TEST 'control_c384gdas_intel' [23:36, 16:16](1021 MB) +PASS -- TEST 'control_stochy_intel' [03:31, 02:14](604 MB) +PASS -- TEST 'control_stochy_restart_intel' [15:52, 01:41](436 MB) +PASS -- TEST 'control_lndp_intel' [03:31, 02:09](603 MB) +PASS -- TEST 'control_iovr4_intel' [04:36, 03:43](604 MB) +PASS -- TEST 'control_iovr5_intel' [04:36, 03:36](595 MB) +PASS -- TEST 'control_p8_intel' [17:21, 04:23](1576 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [13:26, 04:14](1573 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [07:27, 04:15](1577 MB) +PASS -- TEST 'control_restart_p8_intel' [11:33, 02:48](817 MB) +PASS -- TEST 'control_noqr_p8_intel' [21:09, 04:23](1566 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [08:22, 02:29](852 MB) +PASS -- TEST 'control_decomp_p8_intel' [18:06, 05:03](1570 MB) +PASS -- TEST 'control_2threads_p8_intel' [11:21, 04:04](1663 MB) +PASS -- TEST 'control_p8_lndp_intel' [23:58, 07:52](1570 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [14:35, 05:26](1618 MB) +PASS -- TEST 'control_p8_mynn_intel' [19:27, 05:02](1583 MB) +PASS -- TEST 'merra2_thompson_intel' [21:30, 04:54](1587 MB) +PASS -- TEST 'regional_control_intel' [24:42, 08:30](764 MB) +PASS -- TEST 'regional_restart_intel' [06:48, 04:37](934 MB) +PASS -- TEST 'regional_decomp_intel' [11:34, 08:54](765 MB) +PASS -- TEST 'regional_2threads_intel' [07:26, 05:37](756 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [22:06, 08:02](762 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [21:49, 08:11](762 MB) + +PASS -- COMPILE 'rrfs_intel' [33:13, 32:53] ( 3 warnings 1119 remarks ) +PASS -- TEST 'rap_control_intel' [26:38, 11:11](990 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [20:28, 06:09](1221 MB) +PASS -- TEST 'rap_decomp_intel' [26:06, 11:23](989 MB) +PASS -- TEST 'rap_2threads_intel' [25:07, 10:24](1088 MB) +PASS -- TEST 'rap_restart_intel' [07:17, 05:45](993 MB) +PASS -- TEST 'rap_sfcdiff_intel' [25:31, 10:46](996 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [22:04, 11:37](993 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [10:44, 08:08](1000 MB) +PASS -- TEST 'hrrr_control_intel' [16:19, 05:40](986 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [16:09, 05:43](987 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [16:02, 05:31](1065 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:40, 03:03](916 MB) +PASS -- TEST 'rrfs_v1beta_intel' [23:52, 11:05](991 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [23:35, 13:29](1944 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [23:35, 13:25](1932 MB) + +PASS -- COMPILE 'csawmg_intel' [32:14, 31:15] ( 1 warnings 1096 remarks ) +PASS -- TEST 'control_csawmg_intel' [17:02, 09:03](693 MB) +PASS -- TEST 'control_ras_intel' [12:27, 05:03](664 MB) + +PASS -- COMPILE 'wam_intel' [30:13, 30:08] ( 982 remarks ) +PASS -- TEST 'control_wam_intel' [04:25, 03:14](505 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [43:13, 32:13] ( 1295 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:36, 03:39](1584 MB) +PASS -- TEST 'regional_control_faster_intel' [10:44, 06:59](769 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [20:13, 06:12] ( 885 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [07:05, 03:24](1564 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [07:16, 03:36](1558 MB) +PASS -- TEST 'control_stochy_debug_intel' [06:29, 03:52](763 MB) +PASS -- TEST 'control_lndp_debug_intel' [06:31, 03:29](764 MB) +PASS -- TEST 'control_csawmg_debug_intel' [08:00, 05:28](810 MB) +PASS -- TEST 'control_ras_debug_intel' [06:30, 03:31](776 MB) +PASS -- TEST 'control_diag_debug_intel' [07:07, 03:25](1630 MB) +PASS -- TEST 'control_debug_p8_intel' [07:03, 03:41](1588 MB) +PASS -- TEST 'regional_debug_intel' [24:59, 21:56](780 MB) +PASS -- TEST 'rap_control_debug_intel' [07:29, 06:14](1155 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:30, 06:11](1148 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:28, 06:23](1154 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:30, 06:21](1150 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:27, 06:18](1150 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:38, 06:25](1232 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:29, 06:27](1150 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:26, 06:26](1148 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:31, 06:21](1149 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:29, 06:15](1147 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:29, 06:13](1150 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:27, 06:11](1143 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:31, 10:09](1141 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:27, 06:03](1146 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [09:27, 07:31](1149 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:29, 06:12](1151 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:33, 11:00](1156 MB) + +PASS -- COMPILE 'wam_debug_intel' [12:11, 04:15] ( 855 warnings ) +PASS -- TEST 'control_wam_debug_intel' [07:28, 06:15](446 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [33:13, 30:33] ( 3 warnings 1032 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [10:24, 05:25](1069 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:08, 08:49](899 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:22, 04:37](873 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:08, 08:09](947 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [09:16, 04:05](911 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:21, 05:02](840 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:23, 06:44](890 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:36, 02:36](837 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [43:14, 43:02] ( 3 warnings 1198 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:12, 03:08](1106 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:56, 01:33](1055 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:55, 01:39](1023 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [31:13, 30:37] ( 3 warnings 1052 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:02, 05:39](898 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 04:07] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:30, 06:08](1030 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [08:29, 06:08](1027 MB) +PASS -- TEST 'conus13km_debug_intel' [24:09, 18:30](1135 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [25:03, 18:45](852 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [16:01, 10:46](1083 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [24:00, 18:29](1205 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 04:22] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:37, 06:12](1076 MB) + +PASS -- COMPILE 'hafsw_intel' [35:13, 34:59] ( 1 warnings 1430 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [09:26, 07:43](722 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:37, 07:36](1084 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:53, 09:48](766 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [21:32, 19:14](809 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:54, 19:08](966 MB) +PASS -- TEST 'gnv1_nested_intel' [09:24, 07:10](775 MB) + +PASS -- COMPILE 'hafs_all_intel' [33:13, 32:20] ( 1268 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [12:27, 10:42](772 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [12:34, 10:43](754 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:10, 08:03] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:23, 03:44](1055 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:25, 02:17](1032 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:23, 03:18](922 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:23, 03:36](927 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:24, 03:36](926 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:25, 03:38](1060 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:23, 03:42](1056 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:23, 03:31](926 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:36, 08:25](884 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:34, 08:04](842 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:22, 03:39](1064 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:25, 05:16](2400 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:25, 05:16](2408 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:25] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:24, 08:01](1017 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 07:47] ( 70 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:21, 03:46](1049 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 02:00] ( 60 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:42, 01:54](233 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:39, 01:32](253 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:29, 00:56](253 MB) + +PASS -- COMPILE 'atml_intel' [39:14, 38:41] ( 8 warnings 1189 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:48, 10:14](1605 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [12:47, 10:11](1597 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:57, 05:34](870 MB) + +PASS -- COMPILE 'atml_debug_intel' [06:11, 05:28] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:12, 07:50](1629 MB) + +PASS -- COMPILE 'atmw_intel' [32:13, 31:48] ( 1260 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:41, 02:32](1611 MB) + +PASS -- COMPILE 'atmaero_intel' [31:13, 30:25] ( 1099 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:37, 05:39](1698 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:32, 06:37](1722 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:13, 06:53](1729 MB) SYNOPSIS: -Starting Date/Time: 20240506 00:56:29 -Ending Date/Time: 20240506 04:17:54 -Total Time: 03h:21m:58s +Starting Date/Time: 20240508 14:46:39 +Ending Date/Time: 20240509 00:39:50 +Total Time: 09h:53m:54s Compiles Completed: 33/33 Tests Completed: 161/161 diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 342cb4c8e3..851f2ac9e6 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,7 +1,7 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -74f64e4f73a0ff8342016a23eb73b4d6ec1cfff9 +1b73dc3cfe52765a05ce8ae57735fef196de5fab Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,12 +11,12 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 683061b3fd58716625eed61d7a7143e985f733d4 FV3 (heads/develop) + cf9b7655becf840bb2861ad84ad0a76a9952ddc7 FV3 (remotes/origin/fv3atm_output_dir) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) 741212e4962d371520f773e2be9481142f79635e FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-718-g741212e) 1c2a898e97f069eeeb930cfb542db67ed349b72c FV3/ccpp/physics (EP4-744-g1c2a898e) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) @@ -36,275 +36,275 @@ 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-20240503 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_338803 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_67506 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [16:11, 15:15] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:00, 05:44](3185 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:11, 20:24] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [23:57, 18:34](1746 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [37:17, 18:22](2027 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [28:05, 08:44](1115 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:42, 21:57](1647 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 05:22] ( 1526 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [29:36, 23:59](1695 MB) - -PASS -- COMPILE 's2swa_intel' [16:11, 15:15] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [08:02, 06:06](3208 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:58, 06:01](3216 MB) -PASS -- TEST 'cpld_restart_p8_intel' [43:05, 03:46](3253 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:02, 06:01](3242 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [43:45, 04:15](3274 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:39, 06:22](3553 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:02, 05:52](3198 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [06:49, 04:58](3073 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:16, 06:08](3207 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [14:57, 10:55](3343 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [41:19, 07:03](3626 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [22:51, 11:20](4117 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [38:06, 08:14](4357 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:42, 05:39](3168 MB) - -PASS -- COMPILE 's2sw_intel' [15:11, 14:34] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:16, 04:57](1728 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:32, 04:47](1772 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:10, 05:20] ( 1451 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:40, 09:09](3235 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:10, 05:04] ( 1451 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:20, 06:06](1748 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [14:11, 14:00] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:57, 04:36](1773 MB) - -PASS -- COMPILE 's2s_intel' [13:11, 12:31] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:53, 08:14](2833 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:01, 02:26](2838 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:17, 01:25](2243 MB) - -PASS -- COMPILE 's2swa_faster_intel' [19:11, 19:03] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:03, 06:14](3212 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [19:15, 18:25] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [56:33, 17:52](1771 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:39, 08:40](1118 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:29, 19:50](1672 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:10, 04:06] ( 1561 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:35, 24:43](1707 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:11, 12:36] ( 2 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:30, 03:51](697 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:09, 03:07](1592 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:17, 03:09](1601 MB) -PASS -- TEST 'control_latlon_intel' [04:04, 03:02](1587 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:14, 03:06](1601 MB) -PASS -- TEST 'control_c48_intel' [09:11, 07:18](1702 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:09, 06:12](878 MB) -PASS -- TEST 'control_c192_intel' [13:07, 11:04](1746 MB) -PASS -- TEST 'control_c384_intel' [18:05, 15:03](2007 MB) -PASS -- TEST 'control_c384gdas_intel' [16:49, 09:39](1354 MB) -PASS -- TEST 'control_stochy_intel' [02:31, 02:05](654 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:45, 01:08](503 MB) -PASS -- TEST 'control_lndp_intel' [02:26, 01:42](656 MB) -PASS -- TEST 'control_iovr4_intel' [03:55, 02:36](650 MB) -PASS -- TEST 'control_iovr5_intel' [03:42, 02:47](656 MB) -PASS -- TEST 'control_p8_intel' [05:16, 03:13](1622 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [42:57, 03:11](1632 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [42:51, 03:01](1585 MB) -PASS -- TEST 'control_restart_p8_intel' [37:43, 01:50](890 MB) -PASS -- TEST 'control_noqr_p8_intel' [42:26, 03:07](1616 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:25, 01:51](927 MB) -PASS -- TEST 'control_decomp_p8_intel' [42:22, 03:13](1611 MB) -PASS -- TEST 'control_2threads_p8_intel' [42:37, 03:17](1720 MB) -PASS -- TEST 'control_p8_lndp_intel' [44:37, 05:25](1631 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [42:59, 04:09](1691 MB) -PASS -- TEST 'control_p8_mynn_intel' [41:47, 03:16](1633 MB) -PASS -- TEST 'merra2_thompson_intel' [42:27, 03:36](1636 MB) -PASS -- TEST 'regional_control_intel' [43:11, 05:27](860 MB) -PASS -- TEST 'regional_restart_intel' [05:47, 02:46](1020 MB) -PASS -- TEST 'regional_decomp_intel' [43:27, 05:48](856 MB) -PASS -- TEST 'regional_2threads_intel' [41:29, 04:02](848 MB) -PASS -- TEST 'regional_noquilt_intel' [41:54, 05:14](1366 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [41:56, 05:25](857 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [41:40, 05:25](858 MB) -PASS -- TEST 'regional_wofs_intel' [42:07, 07:01](1923 MB) - -PASS -- COMPILE 'rrfs_intel' [11:11, 10:54] ( 4 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [43:36, 08:02](1061 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [36:20, 05:10](1291 MB) -PASS -- TEST 'rap_decomp_intel' [36:23, 08:23](1035 MB) -PASS -- TEST 'rap_2threads_intel' [35:56, 08:11](1175 MB) -PASS -- TEST 'rap_restart_intel' [06:28, 04:06](1103 MB) -PASS -- TEST 'rap_sfcdiff_intel' [35:16, 07:54](1102 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [34:45, 08:18](1026 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:34, 05:53](1126 MB) -PASS -- TEST 'hrrr_control_intel' [06:16, 04:07](1035 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:16, 04:17](1024 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:31, 03:26](1113 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:29, 02:11](1003 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:23, 07:47](1094 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:27, 09:23](1991 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:31, 09:09](2070 MB) - -PASS -- COMPILE 'csawmg_intel' [13:11, 13:06] ( 2 warnings ) -PASS -- TEST 'control_csawmg_intel' [09:44, 06:08](749 MB) -PASS -- TEST 'control_ras_intel' [06:21, 03:25](744 MB) - -PASS -- COMPILE 'wam_intel' [12:11, 11:34] ( 1 warnings ) -PASS -- TEST 'control_wam_intel' [05:22, 02:13](654 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:10, 12:41] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:32, 02:45](1627 MB) -PASS -- TEST 'regional_control_faster_intel' [07:43, 04:43](854 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 04:36] ( 886 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:52, 02:48](1609 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:53, 02:54](1620 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:23, 03:08](817 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:23, 02:58](817 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:44, 04:08](865 MB) -PASS -- TEST 'control_ras_debug_intel' [05:25, 02:54](827 MB) -PASS -- TEST 'control_diag_debug_intel' [04:49, 02:49](1668 MB) -PASS -- TEST 'control_debug_p8_intel' [03:49, 02:56](1606 MB) -PASS -- TEST 'regional_debug_intel' [19:52, 17:29](836 MB) -PASS -- TEST 'rap_control_debug_intel' [06:28, 04:59](1199 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:29, 04:52](1203 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:28, 05:00](1202 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:23, 04:54](1203 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:21, 04:54](1202 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:42, 05:15](1288 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:24, 05:09](1206 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:24, 05:01](1205 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:23, 05:01](1165 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:22, 05:00](1206 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:22, 04:56](1197 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:24, 04:59](1202 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:24, 08:00](1209 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:22, 05:01](1197 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:30, 05:59](1197 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:23, 05:04](1200 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:33, 08:24](1200 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:10, 03:23] ( 856 warnings ) -PASS -- TEST 'control_wam_debug_intel' [06:22, 05:10](521 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:12, 11:13] ( 4 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:09, 04:34](1169 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:19, 06:35](1055 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:46, 03:32](988 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:59, 06:52](1071 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:52, 03:01](964 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:34, 03:43](927 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:22, 04:54](1039 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:28, 01:53](925 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [18:10, 17:10] ( 4 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:59, 02:13](1199 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:53, 01:02](1126 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:51, 01:16](1106 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:13, 13:50] ( 4 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:49, 04:19](954 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:12, 04:16] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:24, 04:58](1086 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:23, 04:53](1081 MB) -PASS -- TEST 'conus13km_debug_intel' [15:57, 14:21](1232 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:56, 14:10](928 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:45, 08:25](1155 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:46, 14:37](1295 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 04:05] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:36, 05:02](1118 MB) - -PASS -- COMPILE 'hafsw_intel' [17:11, 16:33] ( 2 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:21, 05:54](684 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:28, 06:09](1116 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:31, 07:02](833 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:26, 13:26](864 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:25, 15:08](888 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:58, 06:25](499 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:28, 07:39](522 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:04, 03:21](374 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:36, 08:04](468 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:52, 04:21](528 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:51, 03:58](526 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:57, 05:36](585 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:27, 01:24](405 MB) -PASS -- TEST 'gnv1_nested_intel' [07:59, 04:49](806 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [21:18, 07:00] ( 1468 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:57, 13:03](573 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [29:11, 16:14] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:02, 09:59](678 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:15, 10:05](741 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [34:18, 16:05] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:13, 07:24](639 MB) - -PASS -- COMPILE 'hafs_all_intel' [33:19, 15:10] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:30, 06:39](833 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:36, 06:34](816 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:59, 15:58](1211 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [27:18, 09:52] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:19, 02:41](1136 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:20, 01:41](1089 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:16, 02:34](1018 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:17, 02:34](1015 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:17, 02:41](1018 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:17, 02:41](1126 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:17, 02:39](1137 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:17, 02:37](1015 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:18, 05:58](1055 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:14, 06:06](1033 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:16, 02:45](1137 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:19, 03:36](2434 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:19, 03:46](2500 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [21:12, 04:48] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:19, 06:16](1055 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [23:12, 09:43] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:20, 02:40](1145 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [12:11, 02:06] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:31, 00:50](261 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:25, 00:48](325 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:27, 00:40](321 MB) - -PASS -- COMPILE 'atml_intel' [21:13, 14:46] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:45, 04:19](1595 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:35, 04:14](1612 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:53, 02:28](897 MB) - -PASS -- COMPILE 'atml_debug_intel' [11:12, 05:35] ( 881 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:37, 05:42](1610 MB) - -PASS -- COMPILE 'atmw_intel' [30:11, 12:52] ( 1 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:31, 01:48](1625 MB) - -PASS -- COMPILE 'atmaero_intel' [29:11, 12:16] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:27, 04:04](3027 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:23, 05:03](3088 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:11, 05:00](3100 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [17:12, 03:50] ( 885 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [25:00, 22:45](4577 MB) +PASS -- COMPILE 's2swa_32bit_intel' [16:11, 15:42] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:54, 05:33](3178 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:11, 20:09] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [20:21, 17:19](1736 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:11, 18:27](1976 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [15:10, 08:32](1117 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:17, 19:31](1647 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 05:21] ( 1525 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:58, 23:06](1630 MB) + +PASS -- COMPILE 's2swa_intel' [16:11, 15:39] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [07:38, 05:50](3210 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:07, 05:58](3212 MB) +PASS -- TEST 'cpld_restart_p8_intel' [14:07, 03:22](3250 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [07:38, 05:52](3236 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [14:06, 03:28](3274 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [08:54, 06:16](3561 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:54, 05:59](3193 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [06:39, 04:53](3068 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:55, 05:51](3214 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [13:57, 10:32](3337 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [13:34, 06:47](3563 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [19:01, 11:22](4127 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:56, 07:25](4378 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:50, 05:35](3173 MB) + +PASS -- COMPILE 's2sw_intel' [15:11, 14:10] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [06:20, 04:50](1738 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:40, 04:34](1781 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:11, 05:22] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [11:49, 08:45](3251 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:11, 05:30] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:19, 06:04](1754 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [14:11, 14:02] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:43, 04:32](1779 MB) + +PASS -- COMPILE 's2s_intel' [14:11, 13:37] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:01, 08:07](2827 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:01, 02:24](2830 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:07, 01:21](2307 MB) + +PASS -- COMPILE 's2swa_faster_intel' [20:12, 20:07] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [08:02, 05:26](3222 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [18:11, 17:12] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [27:27, 17:32](1767 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:40, 08:33](1138 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:19, 19:34](1678 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 05:06] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:26, 24:48](1704 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [14:11, 13:40] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:26, 03:27](700 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [06:57, 02:57](1553 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:02, 03:03](1600 MB) +PASS -- TEST 'control_latlon_intel' [06:55, 03:00](1585 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:04, 03:00](1537 MB) +PASS -- TEST 'control_c48_intel' [11:01, 07:10](1767 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:32, 06:04](875 MB) +PASS -- TEST 'control_c192_intel' [14:12, 10:28](1752 MB) +PASS -- TEST 'control_c384_intel' [17:14, 12:49](2008 MB) +PASS -- TEST 'control_c384gdas_intel' [15:12, 09:10](1352 MB) +PASS -- TEST 'control_stochy_intel' [04:26, 01:43](660 MB) +PASS -- TEST 'control_stochy_restart_intel' [10:25, 01:08](502 MB) +PASS -- TEST 'control_lndp_intel' [04:23, 01:37](657 MB) +PASS -- TEST 'control_iovr4_intel' [05:29, 02:30](651 MB) +PASS -- TEST 'control_iovr5_intel' [04:26, 02:28](659 MB) +PASS -- TEST 'control_p8_intel' [12:19, 03:05](1634 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [12:30, 02:59](1632 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [12:44, 02:54](1625 MB) +PASS -- TEST 'control_restart_p8_intel' [03:22, 01:40](900 MB) +PASS -- TEST 'control_noqr_p8_intel' [12:29, 02:54](1623 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:25, 01:35](927 MB) +PASS -- TEST 'control_decomp_p8_intel' [12:24, 03:03](1572 MB) +PASS -- TEST 'control_2threads_p8_intel' [12:14, 03:08](1716 MB) +PASS -- TEST 'control_p8_lndp_intel' [13:48, 05:15](1638 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [14:37, 03:57](1695 MB) +PASS -- TEST 'control_p8_mynn_intel' [13:35, 03:53](1635 MB) +PASS -- TEST 'merra2_thompson_intel' [12:50, 03:22](1638 MB) +PASS -- TEST 'regional_control_intel' [12:46, 05:16](858 MB) +PASS -- TEST 'regional_restart_intel' [04:44, 03:01](991 MB) +PASS -- TEST 'regional_decomp_intel' [13:50, 05:40](854 MB) +PASS -- TEST 'regional_2threads_intel' [11:47, 03:53](843 MB) +PASS -- TEST 'regional_noquilt_intel' [12:48, 05:13](1368 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [12:54, 05:15](855 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [11:40, 05:15](859 MB) +PASS -- TEST 'regional_wofs_intel' [10:42, 06:49](1879 MB) + +PASS -- COMPILE 'rrfs_intel' [14:11, 12:03] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [10:38, 07:50](1105 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:13, 04:53](1238 MB) +PASS -- TEST 'rap_decomp_intel' [10:01, 08:09](1032 MB) +PASS -- TEST 'rap_2threads_intel' [09:23, 07:57](1182 MB) +PASS -- TEST 'rap_restart_intel' [08:35, 04:05](1105 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:26, 07:50](1107 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:08, 08:16](1020 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:33, 05:57](1132 MB) +PASS -- TEST 'hrrr_control_intel' [05:31, 04:03](1030 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:09, 04:10](1024 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:09, 03:29](1112 MB) +PASS -- TEST 'hrrr_control_restart_intel' [06:27, 02:12](999 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:27, 07:38](1101 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:25, 09:15](1988 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:29, 08:58](2065 MB) + +PASS -- COMPILE 'csawmg_intel' [13:11, 11:56] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [07:46, 06:09](746 MB) +PASS -- TEST 'control_ras_intel' [04:23, 03:22](740 MB) + +PASS -- COMPILE 'wam_intel' [12:11, 11:28] +PASS -- TEST 'control_wam_intel' [02:22, 02:06](663 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:11, 12:30] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:36, 02:42](1620 MB) +PASS -- TEST 'regional_control_faster_intel' [05:49, 04:38](851 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:11, 04:37] ( 885 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:54, 02:42](1617 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:57, 02:40](1619 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:24, 03:04](815 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:24, 02:44](819 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:50, 04:22](829 MB) +PASS -- TEST 'control_ras_debug_intel' [03:24, 02:42](825 MB) +PASS -- TEST 'control_diag_debug_intel' [07:52, 02:51](1630 MB) +PASS -- TEST 'control_debug_p8_intel' [06:50, 02:56](1643 MB) +PASS -- TEST 'regional_debug_intel' [22:49, 17:32](845 MB) +PASS -- TEST 'rap_control_debug_intel' [09:25, 05:03](1206 MB) +PASS -- TEST 'hrrr_control_debug_intel' [08:26, 05:03](1194 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [08:26, 04:49](1202 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [08:24, 04:57](1203 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:24, 05:05](1203 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:38, 05:18](1281 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:23, 05:07](1201 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:25, 05:10](1203 MB) +PASS -- TEST 'rap_lndp_debug_intel' [08:24, 05:14](1206 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:23, 05:04](1204 MB) +PASS -- TEST 'rap_noah_debug_intel' [08:23, 04:57](1213 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:24, 05:02](1199 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:24, 08:14](1206 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:24, 04:54](1197 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:24, 06:20](1213 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:24, 04:57](1202 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:38, 08:27](1200 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:11, 03:30] ( 855 warnings ) +PASS -- TEST 'control_wam_debug_intel' [06:24, 05:02](507 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:10, 10:48] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:02, 04:34](1122 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:17, 06:37](1047 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:12, 03:33](978 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:52, 06:51](1099 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:39, 02:59](968 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:35, 03:39](920 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [13:22, 04:55](1027 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:24, 02:01](896 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:12, 14:08] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:02, 02:04](1199 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:50, 01:07](1119 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [06:45, 01:21](1110 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 11:07] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:55, 04:17](998 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 03:39] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:26, 04:58](1082 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:27, 04:48](1086 MB) +PASS -- TEST 'conus13km_debug_intel' [15:03, 14:02](1222 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:07, 14:30](925 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:47, 08:25](1162 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:50, 14:34](1288 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 02:59] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:27, 04:53](1127 MB) + +PASS -- COMPILE 'hafsw_intel' [14:11, 12:32] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:18, 05:29](739 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:29, 06:02](1119 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:32, 07:10](837 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [18:16, 13:28](861 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:26, 15:03](1028 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:00, 06:15](502 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:26, 07:35](517 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:51, 03:11](368 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:14, 08:13](484 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:46, 04:18](531 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:52, 03:56](498 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [09:57, 05:19](579 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [07:28, 01:22](406 MB) +PASS -- TEST 'gnv1_nested_intel' [11:59, 04:34](804 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:10, 03:51] ( 1467 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:53, 12:59](565 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [18:10, 13:32] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [14:03, 09:40](649 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:05, 09:48](741 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [17:11, 13:00] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:08, 07:06](699 MB) + +PASS -- COMPILE 'hafs_all_intel' [16:11, 12:51] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [13:19, 06:20](830 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [13:18, 06:29](813 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [20:58, 15:54](1209 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:11, 06:56] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [06:18, 02:35](1133 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:20, 01:39](1088 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:18, 02:34](1017 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [06:19, 02:38](996 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:18, 02:37](1010 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:19, 02:38](1126 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:17, 02:36](1122 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:17, 02:33](996 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:20, 05:48](1047 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:17, 06:05](1034 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:16, 02:41](1112 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:18, 03:29](2435 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:19, 03:37](2434 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:11, 03:46] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:19, 06:21](1053 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:11, 06:35] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:18, 02:40](1138 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [05:11, 01:43] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:30, 00:51](245 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:23, 00:49](327 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:26, 00:33](324 MB) + +PASS -- COMPILE 'atml_intel' [16:11, 13:04] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:41, 04:15](1613 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:36, 04:19](1598 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:54, 02:26](894 MB) + +PASS -- COMPILE 'atml_debug_intel' [04:10, 04:08] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:38, 05:43](1614 MB) + +PASS -- COMPILE 'atmw_intel' [12:11, 11:19] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:37, 01:46](1621 MB) + +PASS -- COMPILE 'atmaero_intel' [12:11, 11:34] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:28, 04:02](3014 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:25, 04:54](3101 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:09, 05:02](3101 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:12, 03:35] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [22:56, 20:41](4420 MB) SYNOPSIS: -Starting Date/Time: 20240506 09:36:17 -Ending Date/Time: 20240506 11:36:51 -Total Time: 02h:01m:13s +Starting Date/Time: 20240508 15:06:47 +Ending Date/Time: 20240508 16:39:45 +Total Time: 01h:33m:47s Compiles Completed: 38/38 Tests Completed: 182/182 diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index 8f8ad7b085..257d32ff8a 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,7 +1,7 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -58f6e863baafb6be6c58b625ba5669f80a1d82ab +f29351be77830efd8ae23ad72436b4b38b886383 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,14 +9,14 @@ Submodule hashes used in testing: 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850c) + 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 683061b3fd58716625eed61d7a7143e985f733d4 FV3 (heads/develop-51-g683061b) + cf9b7655becf840bb2861ad84ad0a76a9952ddc7 FV3 (remotes/origin/fv3atm_output_dir) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) 741212e4962d371520f773e2be9481142f79635e FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-718-g741212e) 1c2a898e97f069eeeb930cfb542db67ed349b72c FV3/ccpp/physics (EP4-744-g1c2a898e) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 5faac752d9550d3570705358fa1eb3f5ac78a786 FV3/upp (upp_v10.2.0-185-g5faac75) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) @@ -36,238 +36,312 @@ 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-20240503 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_168635 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_244581 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [20:33, 20:01] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:56, 01:18](2974 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:36, 22:20] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [07:53, 02:00](1596 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [49:57, 01:48](1717 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [49:32, 01:19](847 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [49:02, 01:29](1573 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:17, 04:16] ( 1506 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:13, 01:20](1598 MB) - -PASS -- COMPILE 's2swa_intel' [24:39, 23:53] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [05:51, 01:28](3007 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [05:51, 01:38](3003 MB) -PASS -- TEST 'cpld_restart_p8_intel' [57:24, 01:53](3063 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [05:51, 01:27](3030 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [57:24, 01:48](3080 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [05:51, 01:09](3319 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [05:51, 01:30](3003 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [05:52, 01:30](2931 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [05:51, 01:40](3003 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [06:00, 04:50](3957 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [46:46, 04:06](4253 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [05:51, 01:50](2969 MB) - -PASS -- COMPILE 's2sw_intel' [11:24, 10:30] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [19:06, 00:46](1587 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [19:06, 00:57](1640 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:23, 09:46] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [20:06, 00:59](1633 MB) - -PASS -- COMPILE 's2s_intel' [24:37, 24:16] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [05:51, 00:44](2649 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:51, 01:33](2672 MB) -PASS -- TEST 'cpld_restart_c48_intel' [01:44, 01:12](2106 MB) - -PASS -- COMPILE 's2swa_faster_intel' [16:30, 16:03] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [14:00, 01:38](3001 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [12:25, 11:36] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:05, 01:08](1611 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [00:48, 01:32](902 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [59:28, 01:41](1587 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:22, 08:55] ( 1542 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [21:08, 01:37](1613 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [23:39, 22:28] ( 2 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [59:27, 00:23](576 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [59:27, 00:26](1466 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [58:52, 00:26](1474 MB) -PASS -- TEST 'control_latlon_intel' [58:51, 00:24](1481 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [58:41, 00:33](1471 MB) -PASS -- TEST 'control_c48_intel' [58:30, 00:54](1592 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [58:21, 00:50](718 MB) -PASS -- TEST 'control_c192_intel' [58:22, 00:32](1589 MB) -PASS -- TEST 'control_c384_intel' [58:07, 02:11](1906 MB) -PASS -- TEST 'control_c384gdas_intel' [57:45, 01:45](1093 MB) -PASS -- TEST 'control_stochy_intel' [57:24, 00:27](525 MB) -PASS -- TEST 'control_stochy_restart_intel' [54:56, 01:02](326 MB) -PASS -- TEST 'control_lndp_intel' [57:22, 00:32](527 MB) -PASS -- TEST 'control_iovr4_intel' [57:14, 00:46](524 MB) -PASS -- TEST 'control_iovr5_intel' [57:13, 00:47](524 MB) -PASS -- TEST 'control_p8_intel' [57:02, 01:53](1512 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [56:07, 01:54](1503 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [56:07, 01:57](1509 MB) -PASS -- TEST 'control_restart_p8_intel' [51:41, 01:03](692 MB) -PASS -- TEST 'control_noqr_p8_intel' [55:44, 01:34](1504 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [50:43, 00:58](699 MB) -PASS -- TEST 'control_decomp_p8_intel' [55:32, 01:31](1502 MB) -PASS -- TEST 'control_2threads_p8_intel' [55:30, 00:52](1588 MB) -PASS -- TEST 'control_p8_lndp_intel' [55:08, 01:01](1502 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [55:05, 01:54](1554 MB) -PASS -- TEST 'control_p8_mynn_intel' [55:02, 01:46](1514 MB) -PASS -- TEST 'merra2_thompson_intel' [55:01, 01:32](1512 MB) -PASS -- TEST 'regional_control_intel' [54:58, 00:15](610 MB) -PASS -- TEST 'regional_restart_intel' [49:12, 00:26](779 MB) -PASS -- TEST 'regional_decomp_intel' [54:55, 00:57](607 MB) -PASS -- TEST 'regional_2threads_intel' [54:56, 00:55](664 MB) -PASS -- TEST 'regional_noquilt_intel' [54:47, 00:20](1140 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [53:45, 00:27](608 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [53:44, 00:17](609 MB) -PASS -- TEST 'regional_wofs_intel' [53:35, 00:34](1584 MB) - -PASS -- COMPILE 'rrfs_intel' [16:32, 16:09] ( 4 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [04:34, 01:41](920 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:35, 01:08](1096 MB) -PASS -- TEST 'rap_decomp_intel' [04:34, 01:27](919 MB) -PASS -- TEST 'rap_2threads_intel' [04:34, 01:44](1008 MB) -PASS -- TEST 'rap_restart_intel' [52:23, 01:05](788 MB) -PASS -- TEST 'rap_sfcdiff_intel' [51:40, 02:07](912 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:34, 01:51](914 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [42:17, 01:49](787 MB) -PASS -- TEST 'hrrr_control_intel' [04:34, 01:04](909 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:34, 01:01](907 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:35, 01:27](996 MB) -PASS -- TEST 'hrrr_control_restart_intel' [51:31, 01:02](743 MB) -PASS -- TEST 'rrfs_v1beta_intel' [04:34, 01:13](914 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [04:34, 00:57](1877 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [04:34, 01:11](1862 MB) - -PASS -- COMPILE 'csawmg_intel' [24:40, 23:29] ( 2 warnings ) -PASS -- TEST 'control_csawmg_intel' [50:44, 00:34](599 MB) -PASS -- TEST 'control_ras_intel' [50:43, 00:57](563 MB) - -PASS -- COMPILE 'wam_intel' [21:34, 21:09] ( 1 warnings ) -PASS -- TEST 'control_wam_intel' [50:43, 00:54](272 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [17:31, 16:48] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [50:41, 02:04](1504 MB) -PASS -- TEST 'regional_control_faster_intel' [50:35, 00:25](612 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [10:25, 09:37] ( 871 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:34, 01:19](1489 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:27, 00:28](1489 MB) -PASS -- TEST 'control_stochy_debug_intel' [50:30, 00:51](695 MB) -PASS -- TEST 'control_lndp_debug_intel' [50:27, 01:11](694 MB) -PASS -- TEST 'control_csawmg_debug_intel' [50:14, 00:47](734 MB) -PASS -- TEST 'control_ras_debug_intel' [49:26, 01:10](704 MB) -PASS -- TEST 'control_diag_debug_intel' [49:06, 01:26](1555 MB) -PASS -- TEST 'control_debug_p8_intel' [48:34, 01:04](1518 MB) -PASS -- TEST 'regional_debug_intel' [48:19, 00:49](632 MB) -PASS -- TEST 'rap_control_debug_intel' [48:15, 00:56](1075 MB) -PASS -- TEST 'hrrr_control_debug_intel' [48:11, 01:00](1066 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [48:05, 01:02](1071 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [48:01, 00:56](1070 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [47:58, 00:58](1077 MB) -PASS -- TEST 'rap_diag_debug_intel' [47:23, 00:53](1158 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [47:20, 00:46](1076 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [47:19, 00:49](1074 MB) -PASS -- TEST 'rap_lndp_debug_intel' [47:14, 00:57](1078 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [46:16, 00:54](1076 MB) -PASS -- TEST 'rap_noah_debug_intel' [46:14, 01:02](1073 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [46:01, 01:01](1071 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [46:00, 00:49](1068 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [45:53, 01:01](1074 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [45:29, 01:14](1076 MB) -PASS -- TEST 'rap_flake_debug_intel' [45:12, 00:56](1077 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [44:58, 01:19](1078 MB) - -PASS -- COMPILE 'wam_debug_intel' [13:27, 12:51] ( 843 warnings ) -PASS -- TEST 'control_wam_debug_intel' [44:54, 00:55](304 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:35, 15:18] ( 4 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [44:26, 01:22](954 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [44:11, 01:15](789 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [44:10, 02:18](785 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [43:52, 01:33](849 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [39:38, 00:56](840 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [41:44, 02:08](785 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [36:43, 01:35](679 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [38:21, 00:22](670 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:26, 11:49] ( 4 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [41:43, 01:09](1006 MB) -PASS -- TEST 'conus13km_2threads_intel' [37:46, 00:53](1008 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [36:43, 00:44](881 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:27, 12:45] ( 4 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [41:32, 01:22](811 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [25:43, 24:59] ( 774 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [38:44, 01:04](952 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [38:23, 01:14](952 MB) -PASS -- TEST 'conus13km_debug_intel' [38:16, 00:24](1035 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [37:53, 01:16](710 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [36:21, 00:28](1037 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [36:03, 00:19](1102 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:25, 08:58] ( 774 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [41:31, 01:00](978 MB) - -PASS -- COMPILE 'hafsw_intel' [17:32, 17:06] ( 2 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [41:30, 02:07](617 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [40:53, 00:33](966 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [40:51, 01:39](661 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [40:44, 01:33](698 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [40:44, 01:29](714 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [39:44, 01:11](384 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [39:44, 02:17](400 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [39:28, 01:41](282 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [39:29, 02:29](371 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [39:25, 01:34](417 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [39:02, 01:02](417 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [35:54, 00:45](496 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [35:53, 00:23](324 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [19:33, 19:00] ( 1450 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [35:37, 00:43](493 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [15:29, 14:50] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [35:13, 01:41](526 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [35:04, 01:34](712 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [22:39, 21:51] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [33:29, 00:56](713 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:25, 10:10] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [34:52, 02:11](658 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [34:22, 01:14](647 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [34:16, 00:23](881 MB) - -PASS -- COMPILE 'atml_intel' [10:23, 10:00] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [34:18, 01:13](1543 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [34:08, 01:13](1547 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [27:31, 00:22](741 MB) - -PASS -- COMPILE 'atml_debug_intel' [11:25, 10:38] ( 867 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [33:58, 01:39](1560 MB) - -PASS -- COMPILE 'atmaero_intel' [13:28, 12:36] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [33:19, 01:28](2853 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [32:52, 00:58](2911 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [32:39, 01:50](2924 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:17, 04:01] ( 871 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [32:14, 01:13](4436 MB) +PASS -- COMPILE 's2swa_32bit_intel' [22:36, 22:17] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:01, 01:24](2973 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:37, 22:35] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [08:00, 01:54](1592 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [50:01, 01:44](1709 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [50:01, 02:12](851 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [08:01, 01:40](1576 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:18, 04:21] ( 1505 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:20, 01:42](1605 MB) + +PASS -- COMPILE 's2swa_intel' [11:24, 11:00] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [20:13, 01:29](3005 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [20:13, 01:45](3002 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:52, 01:54](3062 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [20:13, 01:25](3025 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [11:48, 01:52](3080 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [20:13, 01:07](3311 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [20:13, 01:28](3003 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [20:14, 01:26](2932 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [20:13, 01:47](3002 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [20:22, 03:33](3952 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [02:29, 04:17](4246 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [20:13, 01:55](2970 MB) + +PASS -- COMPILE 's2sw_intel' [11:24, 10:30] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [20:13, 00:50](1593 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [20:13, 01:04](1640 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [28:42, 28:23] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [02:54, 00:57](1635 MB) + +PASS -- COMPILE 's2s_intel' [10:23, 09:47] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [21:13, 00:43](2657 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [21:13, 01:27](2678 MB) +PASS -- TEST 'cpld_restart_c48_intel' [17:13, 01:24](2108 MB) + +PASS -- COMPILE 's2swa_faster_intel' [20:34, 19:38] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:59, 01:47](3003 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [18:42, 17:37] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [53:20, 01:11](1604 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [35:58, 00:42](903 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [35:59, 00:40](1581 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:18, 04:18] ( 1541 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:20, 01:40](1611 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:25, 11:01] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [14:54, 00:19](576 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [14:54, 00:27](1468 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [14:54, 00:27](1478 MB) +PASS -- TEST 'control_latlon_intel' [14:54, 00:20](1470 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [14:54, 00:33](1477 MB) +PASS -- TEST 'control_c48_intel' [14:53, 00:52](1597 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [14:53, 00:55](714 MB) +PASS -- TEST 'control_c192_intel' [14:54, 00:41](1582 MB) +PASS -- TEST 'control_c384_intel' [02:53, 01:59](1905 MB) +PASS -- TEST 'control_c384gdas_intel' [14:58, 01:50](1090 MB) +PASS -- TEST 'control_stochy_intel' [14:54, 00:29](532 MB) +PASS -- TEST 'control_stochy_restart_intel' [12:20, 01:04](328 MB) +PASS -- TEST 'control_lndp_intel' [14:54, 00:34](529 MB) +PASS -- TEST 'control_iovr4_intel' [14:54, 00:45](524 MB) +PASS -- TEST 'control_iovr5_intel' [14:54, 00:45](522 MB) +PASS -- TEST 'control_p8_intel' [14:54, 01:56](1509 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [14:08, 01:53](1501 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [13:59, 01:57](1503 MB) +PASS -- TEST 'control_restart_p8_intel' [09:26, 00:42](694 MB) +PASS -- TEST 'control_noqr_p8_intel' [13:45, 01:33](1497 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [08:44, 00:50](698 MB) +PASS -- TEST 'control_decomp_p8_intel' [13:05, 01:21](1495 MB) +PASS -- TEST 'control_2threads_p8_intel' [12:46, 00:51](1591 MB) +PASS -- TEST 'control_p8_lndp_intel' [12:46, 01:08](1510 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [12:17, 01:01](1565 MB) +PASS -- TEST 'control_p8_mynn_intel' [11:53, 01:47](1506 MB) +PASS -- TEST 'merra2_thompson_intel' [11:40, 01:45](1510 MB) +PASS -- TEST 'regional_control_intel' [11:30, 00:18](610 MB) +PASS -- TEST 'regional_restart_intel' [05:48, 00:21](777 MB) +PASS -- TEST 'regional_decomp_intel' [11:29, 01:05](608 MB) +PASS -- TEST 'regional_2threads_intel' [11:18, 00:58](660 MB) +PASS -- TEST 'regional_noquilt_intel' [11:17, 00:24](1146 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [11:08, 00:27](606 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [11:03, 00:17](610 MB) +PASS -- TEST 'regional_wofs_intel' [11:03, 00:34](1577 MB) + +PASS -- COMPILE 'rrfs_intel' [27:52, 27:04] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [58:26, 01:38](917 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [58:27, 01:07](1099 MB) +PASS -- TEST 'rap_decomp_intel' [58:26, 01:23](918 MB) +PASS -- TEST 'rap_2threads_intel' [58:26, 01:45](1005 MB) +PASS -- TEST 'rap_restart_intel' [49:28, 01:17](788 MB) +FAILED: RUN DID NOT COMPLETE -- TEST 'rap_sfcdiff_intel' [, ]( MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [58:26, 01:44](916 MB) +FAILED: UNABLE TO START RUN -- TEST 'rap_sfcdiff_restart_intel' [, ]( MB) +PASS -- TEST 'hrrr_control_intel' [58:26, 01:02](910 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [58:26, 00:56](909 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [58:27, 01:23](989 MB) +PASS -- TEST 'hrrr_control_restart_intel' [53:24, 01:06](742 MB) +PASS -- TEST 'rrfs_v1beta_intel' [58:26, 01:15](912 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [58:26, 01:00](1871 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [58:26, 01:18](1861 MB) + +PASS -- COMPILE 'csawmg_intel' [25:50, 24:55] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [55:23, 00:33](600 MB) +PASS -- TEST 'control_ras_intel' [55:23, 00:55](560 MB) + +PASS -- COMPILE 'wam_intel' [31:02, 30:34] +PASS -- TEST 'control_wam_intel' [49:08, 00:54](272 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [23:48, 23:07] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [56:24, 02:02](1504 MB) +PASS -- TEST 'regional_control_faster_intel' [56:23, 00:26](609 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [22:40, 21:56] ( 870 warnings 92 remarks ) +FAILED: RUN DID NOT COMPLETE -- TEST 'control_CubedSphereGrid_debug_intel' [, ]( MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [52:13, 00:29](1493 MB) +PASS -- TEST 'control_stochy_debug_intel' [52:13, 00:56](693 MB) +PASS -- TEST 'control_lndp_debug_intel' [52:13, 01:16](694 MB) +PASS -- TEST 'control_csawmg_debug_intel' [52:13, 00:41](732 MB) +PASS -- TEST 'control_ras_debug_intel' [52:13, 01:12](704 MB) +PASS -- TEST 'control_diag_debug_intel' [52:13, 01:17](1546 MB) +PASS -- TEST 'control_debug_p8_intel' [52:13, 01:05](1524 MB) +PASS -- TEST 'regional_debug_intel' [52:12, 00:47](629 MB) +PASS -- TEST 'rap_control_debug_intel' [52:13, 00:57](1074 MB) +PASS -- TEST 'hrrr_control_debug_intel' [52:13, 01:06](1068 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [50:58, 01:01](1072 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [50:57, 00:58](1071 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [50:42, 00:53](1075 MB) +PASS -- TEST 'rap_diag_debug_intel' [50:00, 00:50](1156 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [49:58, 00:44](1076 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [49:31, 00:46](1073 MB) +PASS -- TEST 'rap_lndp_debug_intel' [49:28, 00:53](1078 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [49:00, 00:56](1076 MB) +PASS -- TEST 'rap_noah_debug_intel' [48:48, 01:02](1073 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [48:47, 00:54](1078 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [48:20, 00:41](1077 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [47:51, 01:02](1071 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [47:43, 01:06](1077 MB) +PASS -- TEST 'rap_flake_debug_intel' [47:43, 00:55](1074 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [47:43, 02:13](1084 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:25, 05:18] ( 842 warnings ) +PASS -- TEST 'control_wam_debug_intel' [04:37, 00:50](301 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [21:53, 21:07] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [46:29, 01:27](957 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [45:53, 01:19](791 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [45:45, 01:39](786 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [45:42, 01:38](856 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [45:42, 01:33](839 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [44:58, 01:47](789 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [38:29, 01:34](688 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [40:41, 00:19](669 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:38, 13:31] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [53:22, 01:03](1006 MB) +PASS -- TEST 'conus13km_2threads_intel' [47:42, 00:54](1008 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [47:29, 00:42](880 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:30, 13:44] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [47:24, 01:25](806 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:42, 11:26] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [44:51, 00:57](952 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [44:51, 01:11](951 MB) +PASS -- TEST 'conus13km_debug_intel' [44:24, 00:30](1039 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [44:24, 01:06](709 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [44:17, 00:33](1038 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [44:04, 00:24](1102 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:22, 07:56] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [43:32, 00:58](981 MB) + +PASS -- COMPILE 'hafsw_intel' [21:46, 20:34] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [34:40, 02:07](621 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [34:40, 00:37](971 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [34:38, 01:55](663 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [34:38, 01:35](704 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [34:39, 01:22](711 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [34:38, 01:07](386 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [34:39, 02:14](401 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [34:39, 01:26](292 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [34:42, 02:26](376 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [34:29, 01:30](417 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [33:14, 00:52](410 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [33:13, 00:49](493 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [33:12, 00:23](316 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [15:29, 15:00] ( 1449 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [39:56, 00:39](507 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [11:25, 10:26] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [42:00, 00:44](530 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [42:00, 00:44](708 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:30, 12:24] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [39:52, 00:53](712 MB) + +PASS -- COMPILE 'hafs_all_intel' [11:27, 10:23] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [40:47, 01:21](661 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [40:46, 01:23](647 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [40:44, 00:30](882 MB) + +PASS -- COMPILE 'atml_intel' [20:39, 19:53] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [29:32, 01:21](1543 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [29:32, 01:21](1550 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [22:52, 00:21](746 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:21, 04:33] ( 866 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [35:22, 01:44](1569 MB) + +PASS -- COMPILE 'atmaero_intel' [10:32, 10:09] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [39:31, 01:31](2850 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [39:31, 00:53](2914 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [39:31, 01:51](2923 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [10:23, 09:56] ( 870 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [38:47, 01:36](4445 MB) SYNOPSIS: -Starting Date/Time: 20240506 19:29:03 -Ending Date/Time: 20240506 20:53:52 -Total Time: 01h:25m:26s +Starting Date/Time: 20240508 15:27:57 +Ending Date/Time: 20240508 16:47:23 +Total Time: 01h:19m:56s Compiles Completed: 31/31 -Tests Completed: 158/158 +Tests Completed: 155/158 +Failed Tests: +* TEST rap_sfcdiff_intel: FAILED: RUN DID NOT COMPLETE +-- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/fabiolrdiniz/ufs-weather-model/tests/logs/log_wcoss2/run_rap_sfcdiff_intel.log +* TEST rap_sfcdiff_restart_intel: FAILED: UNABLE TO START RUN +-- LOG: N/A +* TEST control_CubedSphereGrid_debug_intel: FAILED: RUN DID NOT COMPLETE +-- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/fabiolrdiniz/ufs-weather-model/tests/logs/log_wcoss2/run_control_CubedSphereGrid_debug_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: +f29351be77830efd8ae23ad72436b4b38b886383 + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) + c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + cf9b7655becf840bb2861ad84ad0a76a9952ddc7 FV3 (remotes/origin/fv3atm_output_dir) + 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) + 741212e4962d371520f773e2be9481142f79635e FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-718-g741212e) + 1c2a898e97f069eeeb930cfb542db67ed349b72c FV3/ccpp/physics (EP4-744-g1c2a898e) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) + + +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-20240503 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51903 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: GFS-DEV +* (-b) - NEW BASELINES FROM FILE: test_changes.list +* (-e) - USE ECFLOW + +PASS -- COMPILE 'rrfs_intel' [10:23, 09:15] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_sfcdiff_intel' [21:31, 02:11](915 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [12:05, 01:20](791 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:18, 04:12] ( 870 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [26:36, 01:18](1490 MB) + +SYNOPSIS: +Starting Date/Time: 20240508 17:27:57 +Ending Date/Time: 20240508 17:56:08 +Total Time: 00h:28m:25s +Compiles Completed: 2/2 +Tests Completed: 3/3 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/parm/fd_ufs.yaml b/tests/parm/fd_ufs.yaml index a91ff96d64..c0189f0bdf 100644 --- a/tests/parm/fd_ufs.yaml +++ b/tests/parm/fd_ufs.yaml @@ -1055,43 +1055,76 @@ # - standard_name: u canonical_units: m s-1 + alias: u_component_of_native_D_grid_wind # - standard_name: v canonical_units: m s-1 + alias: v_component_of_native_D_grid_wind # - standard_name: ua canonical_units: m s-1 + alias: eastward_wind # - standard_name: va canonical_units: m s-1 + alias: northward_wind # - standard_name: t canonical_units: K + alias: air_temperature # - standard_name: delp canonical_units: Pa + alias: air_pressure_thickness + # + - standard_name: ps + canonical_units: Pa + alias: surface_pressure # - standard_name: sphum canonical_units: kg kg-1 + alias: specific_humidity # - standard_name: ice_wat canonical_units: kg kg-1 + alias: cloud_liquid_ice # - standard_name: liq_wat canonical_units: kg kg-1 + alias: cloud_liquid_water + # + - standard_name: rainwat + canonical_units: kg kg-1 + alias: rain_water + # + - standard_name: snowwat + canonical_units: kg kg-1 + alias: snow_water + # + - standard_name: graupel + canonical_units: kg kg-1 + alias: graupel # - standard_name: o3mr canonical_units: kg kg-1 + alias: ozone_mass_mixing_ratio # - standard_name: phis canonical_units: m2 s-2 + alias: sfc_geopotential_height_times_grav # - standard_name: u_srf canonical_units: m s-1 + alias: surface_eastward_wind # - standard_name: v_srf canonical_units: m s-1 + alias: surface_northward_wind + # # + - standard_name: t2m + canonical_units: K + alias: surface_temperature # - standard_name: slmsk canonical_units: flag @@ -1100,6 +1133,7 @@ - standard_name: weasd canonical_units: mm description: water equiv of acc snow depth over land and sea ice + alias: sheleg # - standard_name: tsea canonical_units: K @@ -1169,7 +1203,7 @@ - standard_name: Sl_sfrac alias: inst_snow_area_fraction_lnd canonical_units: 1 - description: land export + description: land export # - standard_name: Sl_tref alias: inst_temp_height2m_lnd @@ -1201,7 +1235,7 @@ canonical_units: W m-2 description: land export # - - standard_name: Fall_gflx + - standard_name: Fall_gflx alias: inst_upward_heat_flux_lnd canonical_units: W m-2 description: land export @@ -1222,7 +1256,7 @@ description: land export # - standard_name: Sl_chh - alias: inst_drag_mass_flux_for_heat_and_moisture + alias: inst_drag_mass_flux_for_heat_and_moisture canonical_units: kg m-2 s-1 description: land export # diff --git a/tests/test_changes.list b/tests/test_changes.list index dfc590d291..e69de29bb2 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,52 +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_debug_gfsv17 intel -cpld_control_p8 intel -cpld_control_p8.v2.sfc intel -cpld_restart_p8 intel -cpld_control_qr_p8 intel -cpld_restart_qr_p8 intel -cpld_2threads_p8 intel -cpld_decomp_p8 intel -cpld_mpi_p8 intel -cpld_control_ciceC_p8 intel -cpld_control_c192_p8 intel -cpld_restart_c192_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 -datm_cdeps_control_cfsr intel -datm_cdeps_restart_cfsr intel -datm_cdeps_control_gefs intel -datm_cdeps_iau_gefs intel -datm_cdeps_stochy_gefs intel -datm_cdeps_ciceC_cfsr intel -datm_cdeps_bulk_cfsr intel -datm_cdeps_bulk_gefs intel -datm_cdeps_mx025_cfsr intel -datm_cdeps_mx025_gefs intel -datm_cdeps_multiple_files_cfsr intel -datm_cdeps_3072x1536_cfsr intel -datm_cdeps_gfs intel -datm_cdeps_debug_cfsr intel -datm_cdeps_control_cfsr_faster intel -cpld_control_nowave_noaero_p8 gnu -cpld_control_pdlib_p8 gnu -cpld_debug_pdlib_p8 gnu -datm_cdeps_control_cfsr gnu From b2668e84f3d3046482c422db9ec7b11cfbcbb79b Mon Sep 17 00:00:00 2001 From: Nicholas Szapiro <149816583+NickSzapiro-NOAA@users.noreply.github.com> Date: Mon, 13 May 2024 13:07:27 -0400 Subject: [PATCH 6/6] Update CICE to CICE-Consortium (2024-05-01)+update mom6 to its main repo. 20240508 commit #2275 (#2259) * UFSWM - Update CICE to CICE-Consortium (2024-05-01) and mom6 to its main repo (2024-05-08) * CICE - Update CICE to CICE-Consortium (2024-05-01) * MOM6 - Update mom6 to its main repo. 20240508 commit --- CICE-interface/CICE | 2 +- MOM6-interface/MOM6 | 2 +- tests/ci/Jenkinsfile.combined | 8 + tests/logs/OpnReqTests_control_p8_hera.log | 48 +- ...sts_cpld_control_nowave_noaero_p8_hera.log | 24 +- .../OpnReqTests_regional_control_hera.log | 108 +-- tests/logs/RegressionTests_derecho.log | 611 ++++++++------- tests/logs/RegressionTests_gaea.log | 530 ++++++------- tests/logs/RegressionTests_hera.log | 714 +++++++++--------- tests/logs/RegressionTests_hercules.log | 704 ++++++++--------- tests/logs/RegressionTests_jet.log | 468 ++++++------ tests/logs/RegressionTests_orion.log | 526 ++++++------- tests/logs/RegressionTests_wcoss2.log | 513 +++++++------ tests/opnReqTest | 2 +- tests/parm/ice_in.IN | 8 + 15 files changed, 2193 insertions(+), 2075 deletions(-) diff --git a/CICE-interface/CICE b/CICE-interface/CICE index c9e4679f44..9c0cd8d3ba 160000 --- a/CICE-interface/CICE +++ b/CICE-interface/CICE @@ -1 +1 @@ -Subproject commit c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 +Subproject commit 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 diff --git a/MOM6-interface/MOM6 b/MOM6-interface/MOM6 index 0730606b80..3bcfbbea8b 160000 --- a/MOM6-interface/MOM6 +++ b/MOM6-interface/MOM6 @@ -1 +1 @@ -Subproject commit 0730606b808f2979241d850e763955f5526a980c +Subproject commit 3bcfbbea8b865c3f88497049fde044c1145bd202 diff --git a/tests/ci/Jenkinsfile.combined b/tests/ci/Jenkinsfile.combined index 5b3d072320..9628cae560 100644 --- a/tests/ci/Jenkinsfile.combined +++ b/tests/ci/Jenkinsfile.combined @@ -69,6 +69,10 @@ def generateStage(nodeLabel) { cd $WORKSPACE/tests/ elif [[ $machine =~ "Orion" ]] then + cd .. + module load git/2.28.0 + git submodule update --init --recursive + cd tests echo "Creating baselines on $machine" export dprefix=/work2/noaa/$ACCNR/$USER sed -i 's|/work/noaa/stmp/${USER}|/work/noaa/epic/stmp/role-epic/|g' rt.sh @@ -214,6 +218,10 @@ def generateStage(nodeLabel) { elif [[ $machine =~ "Orion" ]] then echo "Running regression tests on $machine" + cd .. + module load git/2.28.0 + git submodule update --init --recursive + cd tests export dprefix=/work2/noaa/$ACCNR/$USER sed "s|/noaa/stmp/|/noaa/$ACCNR/stmp/|g" -i rt.sh ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index 9b774a47d9..7788869a56 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Wed May 8 13:41:14 UTC 2024 +Sun May 12 12:30:46 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1887419/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_209637/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving sfcf000.nc .........OK @@ -51,14 +51,14 @@ Moving baseline bit_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 268.660502 - 0: The maximum resident set size (KB) = 1268232 + 0: The total amount of wall time = 274.685635 + 0: The maximum resident set size (KB) = 1268520 Test bit_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1887419/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_209637/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf000.nc .........OK @@ -106,14 +106,14 @@ Moving baseline dbg_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 952.646761 - 0: The maximum resident set size (KB) = 1255292 + 0: The total amount of wall time = 961.766801 + 0: The maximum resident set size (KB) = 1234336 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1887419/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_209637/dcp_dcp Checking test dcp results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -160,14 +160,14 @@ Checking test dcp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 242.733088 - 0: The maximum resident set size (KB) = 1245144 + 0: The total amount of wall time = 239.860027 + 0: The maximum resident set size (KB) = 1250884 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1887419/mpi_mpi +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_209637/mpi_mpi Checking test mpi results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -214,14 +214,14 @@ Checking test mpi results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 239.108039 - 0: The maximum resident set size (KB) = 1248916 + 0: The total amount of wall time = 241.404044 + 0: The maximum resident set size (KB) = 1246748 Test mpi PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1887419/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_209637/rst_rst Checking test rst results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -268,14 +268,14 @@ Checking test rst results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 242.313139 - 0: The maximum resident set size (KB) = 1247708 + 0: The total amount of wall time = 242.962682 + 0: The maximum resident set size (KB) = 1249268 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1887419/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_209637/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf000.nc .........OK @@ -323,14 +323,14 @@ Moving baseline std_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 237.668319 - 0: The maximum resident set size (KB) = 1248200 + 0: The total amount of wall time = 237.070887 + 0: The maximum resident set size (KB) = 1238956 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1887419/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_209637/thr_thr Checking test thr results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -377,11 +377,11 @@ Checking test thr results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 243.736914 - 0: The maximum resident set size (KB) = 1248980 + 0: The total amount of wall time = 237.482893 + 0: The maximum resident set size (KB) = 1245620 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed May 8 14:43:48 UTC 2024 -Elapsed time: 01h:02m:35s. Have a nice day! +Sun May 12 13:33:32 UTC 2024 +Elapsed time: 01h:02m:46s. Have a nice day! diff --git a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log index e13da398db..4a9c079313 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,9 +1,9 @@ -Wed May 8 22:03:04 UTC 2024 +Mon May 13 12:14:02 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3951357/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_963796/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf021.tile1.nc .........OK @@ -66,14 +66,14 @@ Moving baseline dbg_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 1313.925417 - 0: The maximum resident set size (KB) = 1367280 + 0: The total amount of wall time = 1419.286675 + 0: The maximum resident set size (KB) = 1344244 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3951357/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_963796/rst_rst Checking test rst results .... Comparing sfcf021.tile1.nc .....USING NCCMP......OK Comparing sfcf021.tile2.nc .....USING NCCMP......OK @@ -135,14 +135,14 @@ Checking test rst results .... Comparing RESTART/iced.2021-03-23-21600.nc .....USING NCCMP......OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK - 0: The total amount of wall time = 618.318216 - 0: The maximum resident set size (KB) = 1359788 + 0: The total amount of wall time = 385.831343 + 0: The maximum resident set size (KB) = 1341548 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3951357/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_963796/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf021.tile1.nc .........OK @@ -205,11 +205,11 @@ Moving baseline std_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 541.651862 - 0: The maximum resident set size (KB) = 1359804 + 0: The total amount of wall time = 389.117762 + 0: The maximum resident set size (KB) = 1343228 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed May 8 23:07:07 UTC 2024 -Elapsed time: 01h:04m:04s. Have a nice day! +Mon May 13 13:13:57 UTC 2024 +Elapsed time: 00h:59m:55s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 8803c1624f..41329d28f6 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Wed May 8 18:21:05 UTC 2024 +Sun May 12 21:58:20 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2920818/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_4046824/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving dynf000.nc .........OK @@ -15,38 +15,20 @@ Moving baseline bit_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 1309.798707 - 0: The maximum resident set size (KB) = 596032 + 0: The total amount of wall time = 1390.059976 + 0: The maximum resident set size (KB) = 576080 Test bit_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed May 8 18:47:56 UTC 2024 -Elapsed time: 00h:26m:51s. Have a nice day! -Wed May 8 18:48:27 UTC 2024 +Sun May 12 22:27:02 UTC 2024 +Elapsed time: 00h:28m:42s. Have a nice day! +Sun May 12 22:54:29 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3015786/dcp_dcp -Checking test dcp results .... - Comparing dynf000.nc .....USING NCCMP......OK - Comparing dynf006.nc .....USING NCCMP......OK - Comparing phyf000.nc .....USING NCCMP......OK - Comparing phyf006.nc .....USING NCCMP......OK - Comparing PRSLEV.GrbF00 .....USING CMP......OK - Comparing PRSLEV.GrbF06 .....USING CMP......OK - Comparing NATLEV.GrbF00 .....USING CMP......OK - Comparing NATLEV.GrbF06 .....USING CMP......OK - - 0: The total amount of wall time = 2158.789432 - 0: The maximum resident set size (KB) = 560836 - -Test dcp PASS - - -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3015786/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_56239/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving dynf000.nc .........OK @@ -58,20 +40,56 @@ Moving baseline std_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 2165.997972 - 0: The maximum resident set size (KB) = 556908 + 0: The total amount of wall time = 2241.535310 + 0: The maximum resident set size (KB) = 542212 Test std_base PASS + +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_56239/thr_thr +Checking test thr results .... + Comparing dynf000.nc .....USING NCCMP......OK + Comparing dynf006.nc .....USING NCCMP......OK + Comparing phyf000.nc .....USING NCCMP......OK + Comparing phyf006.nc .....USING NCCMP......OK + Comparing PRSLEV.GrbF00 .....USING CMP......OK + Comparing PRSLEV.GrbF06 .....USING CMP......OK + Comparing NATLEV.GrbF00 .....USING CMP......OK + Comparing NATLEV.GrbF06 .....USING CMP......OK + + 0: The total amount of wall time = 2211.134928 + 0: The maximum resident set size (KB) = 542148 + +Test thr PASS + OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed May 8 20:07:02 UTC 2024 -Elapsed time: 01h:18m:35s. Have a nice day! -Wed May 8 20:12:02 UTC 2024 +Mon May 13 00:16:03 UTC 2024 +Elapsed time: 01h:21m:34s. Have a nice day! +Mon May 13 03:04:00 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3343721/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1227404/dcp_dcp +Checking test dcp results .... + Comparing dynf000.nc .....USING NCCMP......OK + Comparing dynf006.nc .....USING NCCMP......OK + Comparing phyf000.nc .....USING NCCMP......OK + Comparing phyf006.nc .....USING NCCMP......OK + Comparing PRSLEV.GrbF00 .....USING CMP......OK + Comparing PRSLEV.GrbF06 .....USING CMP......OK + Comparing NATLEV.GrbF00 .....USING CMP......OK + Comparing NATLEV.GrbF06 .....USING CMP......OK + + 0: The total amount of wall time = 2157.558307 + 0: The maximum resident set size (KB) = 546728 + +Test dcp PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1227404/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving dynf000.nc .........OK @@ -83,29 +101,11 @@ Moving baseline std_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 2128.207151 - 0: The maximum resident set size (KB) = 555744 + 0: The total amount of wall time = 2148.505696 + 0: The maximum resident set size (KB) = 543380 Test std_base PASS - -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3343721/thr_thr -Checking test thr results .... - Comparing dynf000.nc .....USING NCCMP......OK - Comparing dynf006.nc .....USING NCCMP......OK - Comparing phyf000.nc .....USING NCCMP......OK - Comparing phyf006.nc .....USING NCCMP......OK - Comparing PRSLEV.GrbF00 .....USING CMP......OK - Comparing PRSLEV.GrbF06 .....USING CMP......OK - Comparing NATLEV.GrbF00 .....USING CMP......OK - Comparing NATLEV.GrbF06 .....USING CMP......OK - - 0: The total amount of wall time = 2139.117039 - 0: The maximum resident set size (KB) = 580480 - -Test thr PASS - OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed May 8 21:29:22 UTC 2024 -Elapsed time: 01h:17m:20s. Have a nice day! +Mon May 13 04:21:22 UTC 2024 +Elapsed time: 01h:17m:22s. Have a nice day! diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index 00f3b3ffda..aca7db6a29 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,17 +1,17 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -1b73dc3cfe52765a05ce8ae57735fef196de5fab +57df4fd8b6ec5e0bca03b4a3ca21768f68c5bfaa Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) + 500073c60809f6f887194d3e79c1d632d1b5ed26 CICE-interface/CICE (remotes/origin/cice_sync) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - cf9b7655becf840bb2861ad84ad0a76a9952ddc7 FV3 (remotes/origin/fv3atm_output_dir) + 7147dac3d5075c38a43cc221d1e7e7337c28437f FV3 (heads/develop) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) 741212e4962d371520f773e2be9481142f79635e FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-718-g741212e) 1c2a898e97f069eeeb930cfb542db67ed349b72c FV3/ccpp/physics (EP4-744-g1c2a898e) @@ -21,7 +21,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) + 129e1bda02d454fb280819d1d87ae16347fd044c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10049-g129e1bda0) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) @@ -36,270 +36,361 @@ 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-20240503 -COMPARISON DIRECTORY: /glade/derecho/scratch/epicufsrt/FV3_RT/rt_15947 +COMPARISON DIRECTORY: /glade/derecho/scratch/epicufsrt/FV3_RT/rt_111254 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [21:51, 20:04] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [17:04, 04:57](3072 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:51, 20:27] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [28:28, 13:45](1697 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:42, 15:10](1827 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:56, 07:19](958 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:21, 15:49](1659 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [13:19, 10:42] ( 1530 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:35, 21:17](1694 MB) - -PASS -- COMPILE 's2swa_intel' [21:51, 20:04] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [09:28, 05:39](3092 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:12, 05:37](3092 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:31, 03:19](3150 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [18:07, 05:40](3125 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:51, 03:20](3179 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:44, 05:34](3092 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [14:49, 04:37](3400 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:05, 05:35](3100 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [31:09, 08:53](3636 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [19:01, 05:52](3617 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [36:12, 09:48](4343 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [42:55, 07:04](4651 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:31, 05:14](3067 MB) - -PASS -- COMPILE 's2sw_intel' [22:51, 19:14] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [18:16, 04:12](1690 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [17:28, 04:16](1731 MB) - -PASS -- COMPILE 's2swa_debug_intel' [16:49, 10:37] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [12:28, 07:43](3156 MB) - -PASS -- COMPILE 's2sw_debug_intel' [15:46, 10:03] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:10, 05:20](1708 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [18:50, 14:51] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:18, 04:18](1736 MB) - -PASS -- COMPILE 's2s_intel' [17:50, 14:51] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [27:52, 06:40](2667 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [21:42, 01:57](2691 MB) -PASS -- TEST 'cpld_restart_c48_intel' [07:28, 01:12](2121 MB) - -PASS -- COMPILE 's2swa_faster_intel' [09:48, 23:12] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [08:26, 05:27](3102 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [53:49, 20:09] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:52, 14:01](1706 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [18:07, 07:28](1021 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [25:24, 16:01](1678 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:53, 09:55] ( 1565 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:00, 22:59](1712 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [07:51, 12:49] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [06:40, 03:23](672 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:17, 02:22](1570 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:29, 02:24](1571 MB) -PASS -- TEST 'control_latlon_intel' [04:20, 02:22](1564 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:17, 02:27](1568 MB) -PASS -- TEST 'control_c48_intel' [08:16, 06:12](1620 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:36, 05:13](738 MB) -PASS -- TEST 'control_c192_intel' [11:56, 08:43](1694 MB) -PASS -- TEST 'control_c384_intel' [16:49, 08:56](2010 MB) -PASS -- TEST 'control_c384gdas_intel' [18:01, 07:22](1203 MB) -PASS -- TEST 'control_stochy_intel' [02:28, 01:24](626 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:37, 00:51](441 MB) -PASS -- TEST 'control_lndp_intel' [02:41, 01:20](626 MB) -PASS -- TEST 'control_iovr4_intel' [03:57, 02:04](624 MB) -PASS -- TEST 'control_iovr5_intel' [03:56, 02:03](624 MB) -PASS -- TEST 'control_p8_intel' [04:51, 02:29](1597 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:50, 02:30](1595 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:51, 02:30](1604 MB) -PASS -- TEST 'control_restart_p8_intel' [03:31, 01:23](801 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:44, 02:27](1592 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:28, 01:23](808 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:37, 02:33](1590 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:31, 04:20](1604 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:53, 03:17](1661 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:51, 02:31](1606 MB) -PASS -- TEST 'merra2_thompson_intel' [05:46, 02:47](1608 MB) -PASS -- TEST 'regional_control_intel' [06:05, 04:30](628 MB) -PASS -- TEST 'regional_restart_intel' [04:06, 02:29](801 MB) -PASS -- TEST 'regional_decomp_intel' [06:58, 04:44](632 MB) -PASS -- TEST 'regional_noquilt_intel' [06:11, 04:25](1161 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:16, 04:26](628 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:10, 04:30](633 MB) -PASS -- TEST 'regional_wofs_intel' [07:10, 05:39](1605 MB) - -PASS -- COMPILE 'rrfs_intel' [04:49, 11:31] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [12:13, 06:05](1007 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:43, 03:37](1204 MB) -PASS -- TEST 'rap_decomp_intel' [08:26, 06:20](1004 MB) -PASS -- TEST 'rap_restart_intel' [05:18, 03:11](879 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:20, 06:02](1005 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:19, 06:19](1006 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:23, 04:32](880 MB) -PASS -- TEST 'hrrr_control_intel' [05:04, 03:12](998 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:08, 03:16](1000 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:06, 02:48](1091 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:58, 01:44](834 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:18, 05:58](1002 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:49, 07:19](1961 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:49, 07:03](1955 MB) - -PASS -- COMPILE 'csawmg_intel' [03:49, 10:46] ( 6 warnings ) -PASS -- TEST 'control_csawmg_intel' [08:17, 05:49](695 MB) -PASS -- TEST 'control_ras_intel' [04:32, 02:51](659 MB) - -PASS -- COMPILE 'wam_intel' [59:47, 10:01] ( 5 warnings ) -PASS -- TEST 'control_wam_intel' [03:34, 01:55](387 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [02:48, 12:50] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:47, 02:23](1604 MB) -PASS -- TEST 'regional_control_faster_intel' [06:05, 04:15](626 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [57:46, 09:15] ( 890 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [09:58, 02:30](1595 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [09:57, 02:29](1593 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:01, 02:55](804 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:35, 02:36](800 MB) -PASS -- TEST 'control_csawmg_debug_intel' [12:04, 04:01](838 MB) -PASS -- TEST 'control_ras_debug_intel' [04:57, 02:38](809 MB) -PASS -- TEST 'control_diag_debug_intel' [05:30, 02:34](1664 MB) -PASS -- TEST 'control_debug_p8_intel' [11:01, 02:37](1627 MB) -PASS -- TEST 'regional_debug_intel' [24:04, 16:04](661 MB) -PASS -- TEST 'rap_control_debug_intel' [06:18, 04:38](1184 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:20, 04:32](1177 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:22, 04:46](1180 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:20, 04:40](1182 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:17, 04:39](1183 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:38, 04:52](1270 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:20, 04:50](1184 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:20, 04:50](1185 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:21, 04:47](1180 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:39, 04:38](1181 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:20, 04:35](1178 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:21, 04:49](1182 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:11, 07:39](1176 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:21, 04:36](1174 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:22, 05:35](1181 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:18, 04:36](1182 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:00, 07:54](1187 MB) - -PASS -- COMPILE 'wam_debug_intel' [54:44, 06:03] ( 860 warnings ) -PASS -- TEST 'control_wam_debug_intel' [05:25, 04:37](421 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:30, 10:08] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [11:38, 03:29](1057 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:19, 05:07](883 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:20, 02:46](882 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:18, 02:54](884 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:03, 03:51](796 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:43, 01:30](778 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:17, 12:16] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:07, 01:57](1084 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:48, 01:01](1086 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:55, 01:07](976 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:16, 10:11] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:16, 03:36](909 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:12, 06:15] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:35, 04:33](1063 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:43, 04:32](1060 MB) -PASS -- TEST 'conus13km_debug_intel' [15:51, 13:20](1134 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:44, 13:41](821 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:34, 13:17](1202 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:12, 06:12] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:38, 04:32](1083 MB) - -PASS -- COMPILE 'hafsw_intel' [17:14, 15:57] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:31, 04:29](721 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:09, 05:02](1069 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:02, 06:23](785 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:32, 10:54](800 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:52, 11:59](816 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:36, 04:39](480 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:44, 05:45](494 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:57, 02:18](395 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:06, 06:15](457 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:14, 03:18](513 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:24, 03:05](513 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:22, 03:50](586 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:29, 01:18](429 MB) -PASS -- TEST 'gnv1_nested_intel' [05:13, 03:25](789 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [13:13, 07:55] ( 1472 warnings 1481 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:29, 12:05](646 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [24:18, 19:13] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [15:22, 07:03](631 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:41, 07:08](692 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [18:17, 17:05] ( 5 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:28, 05:19](677 MB) - -PASS -- COMPILE 'hafs_all_intel' [18:13, 14:21] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:45, 05:32](751 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:44, 05:37](743 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:11, 16:11](898 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:19, 08:13] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:40, 02:28](759 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [07:40, 01:32](738 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:34, 02:23](638 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:36, 02:24](638 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:24, 02:25](638 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:30, 02:28](750 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:40, 02:29](759 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:33, 02:20](640 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [14:35, 05:38](694 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [13:49, 05:41](673 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [09:22, 02:32](762 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [10:31, 03:52](2019 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [10:27, 03:56](2017 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:17, 05:38] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [11:30, 05:02](747 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:14, 08:21] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [08:27, 02:31](761 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:13, 02:56] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [06:41, 01:12](314 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [06:31, 01:03](457 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [07:40, 00:44](452 MB) - -PASS -- COMPILE 'atml_intel' [14:20, 13:28] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:56, 06:29](1632 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [11:34, 06:10](1636 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:06, 03:06](856 MB) - -PASS -- COMPILE 'atml_debug_intel' [09:13, 08:21] ( 885 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:46, 05:29](1669 MB) - -PASS -- COMPILE 'atmw_intel' [14:20, 12:56] ( 5 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:55, 01:32](1636 MB) - -PASS -- COMPILE 'atmaero_intel' [18:21, 11:45] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:39, 03:42](2950 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:45, 04:17](2995 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:11, 04:21](3010 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [08:20, 07:02] ( 889 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [26:51, 21:57](4531 MB) +PASS -- COMPILE 's2swa_32bit_intel' [21:25, 20:12] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:45, 04:54](3072 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:25, 21:20] ( 6 warnings 10 remarks ) +FAILED: RUN DID NOT COMPLETE -- TEST 'cpld_control_gfsv17_intel' [, ]( MB) +FAILED: UNABLE TO START RUN -- TEST 'cpld_control_gfsv17_iau_intel' [, ]( MB) +FAILED: UNABLE TO START RUN -- TEST 'cpld_restart_gfsv17_intel' [, ]( MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:05, 15:44](1659 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [11:21, 10:05] ( 1530 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:45, 21:23](1693 MB) + +PASS -- COMPILE 's2swa_intel' [20:23, 19:56] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [09:02, 05:35](3090 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:19, 05:35](3092 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:22, 03:16](3154 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:02, 05:33](3125 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:23, 03:16](3181 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:56, 05:32](3094 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:58, 04:33](3399 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:16, 05:34](3102 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:21, 08:52](3634 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [13:20, 05:59](3611 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [28:40, 09:46](4341 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [30:57, 07:08](4650 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:44, 05:17](3068 MB) + +PASS -- COMPILE 's2sw_intel' [20:25, 19:20] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:41, 04:12](1680 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:54, 04:13](1729 MB) + +PASS -- COMPILE 's2swa_debug_intel' [10:21, 09:46] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [09:53, 07:41](3155 MB) + +PASS -- COMPILE 's2sw_debug_intel' [10:22, 09:17] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:32, 05:14](1706 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [15:22, 14:30] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:34, 04:19](1727 MB) + +PASS -- COMPILE 's2s_intel' [15:22, 14:44] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:19, 06:34](2668 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:15, 02:00](2684 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:19, 01:10](2123 MB) + +PASS -- COMPILE 's2swa_faster_intel' [24:26, 23:19] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [07:55, 05:28](3103 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [21:15, 20:13] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:51, 13:59](1703 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:01, 07:16](1017 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:50, 16:01](1675 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [10:13, 09:16] ( 1565 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:27, 22:56](1717 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [14:19, 12:56] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:38, 03:24](669 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:31, 02:24](1573 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:50, 02:29](1575 MB) +PASS -- TEST 'control_latlon_intel' [04:28, 02:23](1569 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:34, 02:26](1568 MB) +PASS -- TEST 'control_c48_intel' [08:34, 06:12](1621 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:37, 05:14](737 MB) +PASS -- TEST 'control_c192_intel' [11:08, 08:38](1692 MB) +PASS -- TEST 'control_c384_intel' [16:46, 08:56](2003 MB) +PASS -- TEST 'control_c384gdas_intel' [17:34, 07:18](1204 MB) +PASS -- TEST 'control_stochy_intel' [02:37, 01:24](625 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:36, 00:51](441 MB) +PASS -- TEST 'control_lndp_intel' [02:46, 01:21](627 MB) +PASS -- TEST 'control_iovr4_intel' [03:51, 02:04](622 MB) +PASS -- TEST 'control_iovr5_intel' [03:44, 02:05](623 MB) +PASS -- TEST 'control_p8_intel' [04:47, 02:29](1595 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:40, 02:27](1594 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:33, 02:27](1605 MB) +PASS -- TEST 'control_restart_p8_intel' [03:32, 01:25](802 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:43, 02:29](1596 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:26, 01:23](808 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:37, 02:34](1598 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:22, 04:20](1596 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:42, 03:17](1654 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:29, 02:31](1614 MB) +PASS -- TEST 'merra2_thompson_intel' [04:41, 02:47](1611 MB) +PASS -- TEST 'regional_control_intel' [06:12, 04:28](628 MB) +PASS -- TEST 'regional_restart_intel' [04:03, 02:31](807 MB) +PASS -- TEST 'regional_decomp_intel' [06:09, 04:43](628 MB) +PASS -- TEST 'regional_noquilt_intel' [06:06, 04:25](1165 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:06, 04:29](624 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:02, 04:31](628 MB) +PASS -- TEST 'regional_wofs_intel' [07:07, 05:40](1606 MB) + +PASS -- COMPILE 'rrfs_intel' [12:14, 11:27] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:28, 06:08](1009 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:38, 03:41](1204 MB) +PASS -- TEST 'rap_decomp_intel' [08:28, 06:22](1004 MB) +PASS -- TEST 'rap_restart_intel' [05:20, 03:13](882 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:28, 06:04](1005 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:28, 06:23](1006 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:15, 04:35](882 MB) +PASS -- TEST 'hrrr_control_intel' [05:06, 03:14](999 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:06, 03:18](1002 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:06, 02:47](1087 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:44, 01:45](832 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:29, 05:57](1002 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:56, 07:22](1961 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:59, 07:08](1950 MB) + +PASS -- COMPILE 'csawmg_intel' [11:14, 10:21] ( 6 warnings ) +PASS -- TEST 'control_csawmg_intel' [07:53, 05:49](695 MB) +PASS -- TEST 'control_ras_intel' [04:25, 02:53](656 MB) + +PASS -- COMPILE 'wam_intel' [10:13, 09:40] ( 5 warnings ) +PASS -- TEST 'control_wam_intel' [03:24, 01:54](383 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:14, 12:39] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:37, 02:25](1599 MB) +PASS -- TEST 'regional_control_faster_intel' [06:06, 04:16](625 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:20, 08:50] ( 890 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:10, 02:34](1601 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:15, 02:28](1598 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:42, 02:54](800 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:34, 02:35](801 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:14, 03:59](838 MB) +PASS -- TEST 'control_ras_debug_intel' [03:43, 02:36](811 MB) +PASS -- TEST 'control_diag_debug_intel' [05:28, 02:36](1653 MB) +PASS -- TEST 'control_debug_p8_intel' [04:05, 02:36](1629 MB) +PASS -- TEST 'regional_debug_intel' [18:01, 16:42](663 MB) +PASS -- TEST 'rap_control_debug_intel' [05:33, 04:43](1180 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:33, 04:38](1177 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:33, 04:40](1178 MB) +FAILED: RUN DID NOT COMPLETE -- TEST 'hrrr_c3_debug_intel' [, ]( MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:37, 04:40](1180 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:12, 04:50](1266 MB) +FAILED: RUN DID NOT COMPLETE -- TEST 'rap_cires_ugwp_debug_intel' [, ]( MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:39, 04:49](1187 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:40, 04:39](1183 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:39, 04:40](1180 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:41, 04:33](1179 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:37, 04:38](1184 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:26, 07:37](1181 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:43, 04:34](1173 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:37, 05:34](1182 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:38, 04:37](1183 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:12, 07:54](1184 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:12, 05:34] ( 860 warnings ) +FAILED: RUN DID NOT COMPLETE -- TEST 'control_wam_debug_intel' [, ]( MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:12, 09:58] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:48, 03:31](1058 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:16, 05:06](884 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:04, 02:45](881 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:14, 02:54](886 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:11, 03:52](798 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:41, 01:31](777 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:13, 12:00] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:17, 01:51](1084 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:46, 00:57](1084 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:37, 01:09](976 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:19, 09:48] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:56, 03:38](909 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:12, 05:53] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:42, 04:38](1058 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:44, 04:21](1055 MB) +PASS -- TEST 'conus13km_debug_intel' [16:29, 13:24](1136 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:30, 13:28](820 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:09, 13:27](1202 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:19, 05:36] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:44, 04:41](1088 MB) + +PASS -- COMPILE 'hafsw_intel' [17:15, 16:14] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:32, 04:33](716 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:55, 05:03](1070 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:01, 06:24](778 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:36, 10:54](802 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:44, 11:59](816 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:40, 04:40](478 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:38, 05:49](494 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:05, 02:21](392 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:50, 06:13](459 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:08, 03:20](513 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:25, 03:05](511 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:32, 03:47](590 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:31, 01:13](428 MB) +PASS -- TEST 'gnv1_nested_intel' [05:12, 03:23](791 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [08:19, 07:27] ( 1472 warnings 1481 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:10, 12:00](617 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [20:22, 19:46] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:20, 07:05](638 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:50, 07:08](693 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [18:20, 16:58] ( 5 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:34, 05:26](677 MB) + +PASS -- COMPILE 'hafs_all_intel' [15:13, 14:19] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:37, 05:36](757 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:28, 05:36](740 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:23, 16:15](895 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:18, 07:58] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:24, 02:29](749 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:29, 01:33](751 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:27, 02:21](637 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:31, 02:25](639 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [09:24, 02:23](639 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [08:39, 02:31](761 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [08:25, 02:31](750 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [08:30, 02:21](642 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [12:32, 05:41](694 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [12:40, 05:40](673 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [07:23, 02:28](758 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [08:25, 03:55](2019 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [08:31, 03:56](2018 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:17, 05:07] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:27, 05:02](747 MB) + +FAILED: UNABLE TO COMPILE -- COMPILE 'datm_cdeps_faster_intel' [, ] +FAILED: UNABLE TO START RUN -- TEST 'datm_cdeps_control_cfsr_faster_intel' [, ]( MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 02:26] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [05:35, 01:09](304 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:29, 01:04](453 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:29, 00:42](452 MB) + +PASS -- COMPILE 'atml_intel' [14:22, 13:05] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:40, 05:49](1633 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [09:32, 05:44](1634 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:06, 03:15](853 MB) + +PASS -- COMPILE 'atml_debug_intel' [08:17, 07:47] ( 885 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:26, 05:29](1658 MB) + +PASS -- COMPILE 'atmw_intel' [14:20, 12:57] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:13, 01:32](1637 MB) + +PASS -- COMPILE 'atmaero_intel' [12:20, 11:28] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:40, 03:37](2948 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:36, 04:14](3002 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:09, 04:21](3012 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [07:19, 06:33] ( 889 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [25:19, 21:58](4531 MB) SYNOPSIS: -Starting Date/Time: 20240508 12:49:22 -Ending Date/Time: 20240508 19:08:33 -Total Time: 06h:20m:08s -Compiles Completed: 38/38 -Tests Completed: 175/175 +Starting Date/Time: 20240512 06:19:01 +Ending Date/Time: 20240512 07:51:11 +Total Time: 01h:33m:10s +Compiles Completed: 37/38 +Tests Completed: 168/175 +Failed Compiles: +* COMPILE datm_cdeps_faster_intel: FAILED: UNABLE TO COMPILE +-- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/s-weather-model_pipeline_PR-2259/tests/logs/log_derecho/compile_datm_cdeps_faster_intel.log +Failed Tests: +* TEST cpld_control_gfsv17_intel: FAILED: RUN DID NOT COMPLETE +-- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/s-weather-model_pipeline_PR-2259/tests/logs/log_derecho/run_cpld_control_gfsv17_intel.log +* TEST cpld_control_gfsv17_iau_intel: FAILED: UNABLE TO START RUN +-- LOG: N/A +* TEST cpld_restart_gfsv17_intel: FAILED: UNABLE TO START RUN +-- LOG: N/A +* TEST hrrr_c3_debug_intel: FAILED: RUN DID NOT COMPLETE +-- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/s-weather-model_pipeline_PR-2259/tests/logs/log_derecho/run_hrrr_c3_debug_intel.log +* TEST rap_cires_ugwp_debug_intel: FAILED: RUN DID NOT COMPLETE +-- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/s-weather-model_pipeline_PR-2259/tests/logs/log_derecho/run_rap_cires_ugwp_debug_intel.log +* TEST control_wam_debug_intel: FAILED: RUN DID NOT COMPLETE +-- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/s-weather-model_pipeline_PR-2259/tests/logs/log_derecho/run_control_wam_debug_intel.log +* TEST datm_cdeps_control_cfsr_faster_intel: FAILED: UNABLE TO START RUN +-- LOG: N/A + +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 DERECHO REGRESSION TESTING LOG==== +====START OF DERECHO REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +575b7c28583dac4700e80788b5d7c8e9a12ee4df + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) + 500073c60809f6f887194d3e79c1d632d1b5ed26 CICE-interface/CICE (remotes/origin/cice_sync) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 7147dac3d5075c38a43cc221d1e7e7337c28437f FV3 (heads/develop) + 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) + 741212e4962d371520f773e2be9481142f79635e FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-718-g741212e) + 1c2a898e97f069eeeb930cfb542db67ed349b72c FV3/ccpp/physics (EP4-744-g1c2a898e) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + 129e1bda02d454fb280819d1d87ae16347fd044c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10049-g129e1bda0) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) + + +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: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240503 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_6102 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: nral0032 +* (-l) - USE CONFIG FILE: rt.conf +* (-e) - USE ECFLOW + +PASS -- COMPILE 'wam_debug_intel' [06:18, 05:28] ( 860 warnings ) +PASS -- TEST 'control_wam_debug_intel' [06:23, 04:42](419 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:19, 08:34] ( 890 warnings 9 remarks ) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:24, 04:50](1183 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:23, 04:39](1181 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:22, 20:43] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [16:01, 13:47](1684 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:19, 08:01] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:20, 02:29](747 MB) + +SYNOPSIS: +Starting Date/Time: 20240512 15:55:41 +Ending Date/Time: 20240512 16:35:33 +Total Time: 00h:40m:03s +Compiles Completed: 4/4 +Tests Completed: 5/5 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index d031ec5ff0..272aea4007 100755 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,17 +1,17 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -f29351be77830efd8ae23ad72436b4b38b886383 +6a75664fc408bfd7a64311ae178ffeb12ffe7b77 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) + 500073c60809f6f887194d3e79c1d632d1b5ed26 CICE-interface/CICE (remotes/origin/cice_sync) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - cf9b7655becf840bb2861ad84ad0a76a9952ddc7 FV3 (remotes/origin/fv3atm_output_dir) + 7147dac3d5075c38a43cc221d1e7e7337c28437f FV3 (heads/develop) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) 741212e4962d371520f773e2be9481142f79635e FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-718-g741212e) 1c2a898e97f069eeeb930cfb542db67ed349b72c FV3/ccpp/physics (EP4-744-g1c2a898e) @@ -21,7 +21,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) + 129e1bda02d454fb280819d1d87ae16347fd044c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10049-g129e1bda0) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) @@ -36,275 +36,275 @@ 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-20240503 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_7744 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_169283 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [19:12, 19:08] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:03, 07:19](3070 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:12, 24:29] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [29:35, 13:28](1698 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:32, 14:22](1808 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:28, 06:49](944 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [35:48, 15:09](1670 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [12:12, 11:28] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [31:44, 23:51](1707 MB) - -PASS -- COMPILE 's2swa_intel' [20:13, 19:30] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [11:28, 07:57](3098 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [20:39, 08:23](3097 MB) -PASS -- TEST 'cpld_restart_p8_intel' [29:54, 05:17](3154 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [11:26, 08:05](3121 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [29:55, 05:19](3175 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [15:17, 06:47](3408 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [11:26, 07:58](3096 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [19:24, 07:29](3021 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [19:40, 08:18](3098 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [36:30, 10:46](3268 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [10:54, 07:21](3603 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [51:37, 13:03](4034 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:14, 09:13](4341 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [11:26, 07:50](3066 MB) - -PASS -- COMPILE 's2sw_intel' [19:12, 18:19] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:53, 05:06](1686 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:02, 05:14](1732 MB) - -PASS -- COMPILE 's2swa_debug_intel' [15:12, 14:19] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [15:45, 10:07](3129 MB) - -PASS -- COMPILE 's2sw_debug_intel' [12:12, 11:20] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:00, 06:28](1697 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [40:15, 39:44] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [22:52, 05:20](1728 MB) - -PASS -- COMPILE 's2s_intel' [26:12, 25:42] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [26:59, 07:03](2659 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [21:24, 02:05](2684 MB) -PASS -- TEST 'cpld_restart_c48_intel' [12:24, 01:10](2114 MB) - -PASS -- COMPILE 's2swa_faster_intel' [23:12, 22:30] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [18:53, 08:11](3102 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [25:13, 24:17] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [32:37, 15:01](1701 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:09, 07:42](1000 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:53, 17:40](1683 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [15:11, 14:26] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [56:48, 26:50](1715 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [18:14, 17:20] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [27:31, 03:44](670 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [25:01, 03:17](1567 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [21:01, 03:16](1579 MB) -PASS -- TEST 'control_latlon_intel' [17:50, 03:24](1568 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [18:11, 03:01](1567 MB) -PASS -- TEST 'control_c48_intel' [13:30, 06:37](1601 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:47, 05:39](722 MB) -PASS -- TEST 'control_c192_intel' [10:56, 09:57](1683 MB) -PASS -- TEST 'control_c384_intel' [20:22, 18:14](1986 MB) -PASS -- TEST 'control_c384gdas_intel' [17:31, 14:12](1183 MB) -PASS -- TEST 'control_stochy_intel' [02:34, 01:54](627 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:35, 01:04](430 MB) -PASS -- TEST 'control_lndp_intel' [03:32, 02:07](628 MB) -PASS -- TEST 'control_iovr4_intel' [03:37, 02:33](623 MB) -PASS -- TEST 'control_iovr5_intel' [03:37, 02:32](623 MB) -PASS -- TEST 'control_p8_intel' [05:14, 03:17](1605 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:31, 03:24](1607 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:21, 03:11](1607 MB) -PASS -- TEST 'control_restart_p8_intel' [04:05, 02:08](788 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:15, 03:18](1594 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:09, 01:55](792 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:04, 03:43](1595 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:10, 02:45](1684 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:56, 05:27](1605 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:15, 04:36](1656 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:18, 03:38](1613 MB) -PASS -- TEST 'merra2_thompson_intel' [06:15, 03:58](1609 MB) -PASS -- TEST 'regional_control_intel' [06:45, 04:42](617 MB) -PASS -- TEST 'regional_restart_intel' [03:41, 02:38](786 MB) -PASS -- TEST 'regional_decomp_intel' [06:45, 04:49](617 MB) -PASS -- TEST 'regional_2threads_intel' [04:43, 02:55](758 MB) -PASS -- TEST 'regional_noquilt_intel' [06:52, 04:52](1155 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:58, 04:41](614 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:49, 04:44](617 MB) -PASS -- TEST 'regional_wofs_intel' [09:18, 06:14](1591 MB) - -PASS -- COMPILE 'rrfs_intel' [13:11, 12:55] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [31:56, 06:45](1012 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [28:32, 04:00](1189 MB) -PASS -- TEST 'rap_decomp_intel' [30:57, 07:06](1009 MB) -PASS -- TEST 'rap_2threads_intel' [30:57, 06:12](1094 MB) -PASS -- TEST 'rap_restart_intel' [06:03, 03:42](882 MB) -PASS -- TEST 'rap_sfcdiff_intel' [31:58, 07:00](1009 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [31:58, 07:20](1006 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:05, 05:12](882 MB) -PASS -- TEST 'hrrr_control_intel' [27:24, 04:04](1007 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [27:33, 03:53](1006 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [26:29, 03:04](1087 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:34, 02:06](839 MB) -PASS -- TEST 'rrfs_v1beta_intel' [32:01, 06:52](1004 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [31:30, 08:08](1968 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [31:30, 08:07](1949 MB) - -PASS -- COMPILE 'csawmg_intel' [13:11, 12:29] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [31:33, 06:37](696 MB) -PASS -- TEST 'control_ras_intel' [26:22, 03:30](656 MB) - -PASS -- COMPILE 'wam_intel' [14:11, 13:24] -PASS -- TEST 'control_wam_intel' [03:28, 02:26](370 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [16:12, 15:12] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:10, 03:13](1607 MB) -PASS -- TEST 'regional_control_faster_intel' [05:39, 04:44](617 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [11:11, 11:03] ( 885 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:53, 03:05](1585 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:55, 03:03](1585 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:33, 03:04](783 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:24, 02:47](784 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:41, 04:19](825 MB) -PASS -- TEST 'control_ras_debug_intel' [04:28, 02:49](795 MB) -PASS -- TEST 'control_diag_debug_intel' [04:46, 03:21](1641 MB) -PASS -- TEST 'control_debug_p8_intel' [04:44, 03:28](1617 MB) -PASS -- TEST 'regional_debug_intel' [17:44, 16:22](633 MB) -PASS -- TEST 'rap_control_debug_intel' [06:34, 05:10](1168 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:32, 05:05](1167 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:27, 05:24](1173 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:33, 05:29](1173 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:30, 05:09](1168 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:37, 05:24](1252 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:31, 05:27](1169 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:31, 05:47](1169 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:26, 05:31](1170 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:31, 05:19](1169 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:26, 05:17](1168 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:30, 05:21](1167 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:31, 08:03](1168 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:25, 05:25](1167 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:32, 06:26](1171 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:33, 05:28](1169 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:54, 08:20](1174 MB) - -PASS -- COMPILE 'wam_debug_intel' [09:13, 08:47] ( 855 warnings ) -PASS -- TEST 'control_wam_debug_intel' [05:33, 05:02](398 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [23:14, 22:47] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:12, 03:53](1051 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:05, 05:55](891 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:00, 03:40](887 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:01, 05:22](949 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:59, 02:48](937 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:03, 03:29](885 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:14, 04:56](785 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:37, 01:42](769 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:12, 16:07] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:03, 02:12](1091 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:14, 01:09](1073 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:46, 01:51](975 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [16:12, 15:19] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:27, 04:20](904 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:11, 11:22] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:33, 04:58](1050 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:11, 04:45](1051 MB) -PASS -- TEST 'conus13km_debug_intel' [16:58, 14:15](1129 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:56, 14:06](804 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:43, 08:11](1112 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:21, 14:18](1195 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:11, 08:14] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:10, 04:58](1066 MB) - -PASS -- COMPILE 'hafsw_intel' [28:12, 27:10] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:20, 05:19](710 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:59, 04:32](1062 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:33, 07:37](740 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:16, 11:32](785 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:17, 12:44](801 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:17, 05:25](476 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:35, 06:53](500 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:58, 02:58](374 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:01, 08:03](432 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:03, 04:01](511 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:13, 03:48](508 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:16, 05:19](573 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:04, 01:51](401 MB) -PASS -- TEST 'gnv1_nested_intel' [06:42, 04:05](769 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [17:16, 16:15] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:29, 13:17](581 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [27:12, 26:35] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:22, 07:41](620 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:11, 07:49](787 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [24:12, 23:45] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:16, 05:59](785 MB) - -PASS -- COMPILE 'hafs_all_intel' [18:11, 17:14] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:20, 06:28](744 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:19, 06:13](732 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [21:16, 20:02](893 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [13:13, 12:45] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:26, 02:36](759 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:27, 01:35](746 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:25, 02:34](641 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:25, 02:29](639 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:30, 02:32](637 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:30, 02:40](759 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:30, 02:34](759 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:30, 02:28](637 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:00, 06:12](692 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:11, 06:02](678 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:27, 02:37](759 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:59, 04:41](2019 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:01, 04:35](2018 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [10:14, 10:02] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:28, 05:23](743 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [16:14, 16:05] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:27, 02:42](761 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [09:11, 08:36] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:02, 01:54](310 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:51, 01:34](457 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:49, 02:27](456 MB) - -PASS -- COMPILE 'atml_intel' [22:15, 21:31] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:54, 08:14](1640 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [09:37, 08:03](1640 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:03, 04:33](836 MB) - -PASS -- COMPILE 'atml_debug_intel' [10:14, 09:55] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:32, 06:14](1653 MB) - -PASS -- COMPILE 'atmw_intel' [14:11, 14:01] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:26, 02:35](1651 MB) - -PASS -- COMPILE 'atmaero_intel' [13:11, 12:54] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:19, 06:43](2947 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:16, 06:48](3013 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:19, 07:38](3019 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [21:11, 20:52] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [21:36, 18:57](4483 MB) +PASS -- COMPILE 's2swa_32bit_intel' [23:13, 22:29] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [30:01, 07:52](3070 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:13, 23:06] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [31:42, 13:28](1695 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:09, 14:43](1808 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [24:32, 07:18](945 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [35:55, 15:47](1669 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [13:11, 12:29] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [29:57, 23:35](1707 MB) + +PASS -- COMPILE 's2swa_intel' [18:11, 17:56] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [12:01, 08:31](3098 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:15, 08:27](3097 MB) +PASS -- TEST 'cpld_restart_p8_intel' [24:07, 05:03](3154 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [12:00, 08:35](3121 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [24:09, 05:06](3175 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:16, 07:03](3411 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [11:47, 08:25](3096 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [10:05, 07:33](3021 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:15, 08:34](3098 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [18:10, 10:33](3263 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [20:05, 07:19](3601 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [41:06, 13:39](4037 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [27:22, 09:11](4342 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [11:53, 08:18](3065 MB) + +PASS -- COMPILE 's2sw_intel' [17:11, 16:22] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [06:45, 04:55](1686 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:53, 05:16](1732 MB) + +PASS -- COMPILE 's2swa_debug_intel' [13:11, 12:49] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [16:29, 10:25](3131 MB) + +PASS -- COMPILE 's2sw_debug_intel' [13:11, 12:24] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:36, 05:54](1699 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [16:11, 15:57] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:44, 05:13](1730 MB) + +PASS -- COMPILE 's2s_intel' [16:11, 15:56] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:17, 06:54](2657 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:16, 02:02](2682 MB) +PASS -- TEST 'cpld_restart_c48_intel' [06:07, 01:05](2112 MB) + +PASS -- COMPILE 's2swa_faster_intel' [23:13, 22:28] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [21:22, 08:22](3102 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [23:11, 22:23] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:59, 15:00](1701 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [21:47, 07:41](998 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [33:09, 17:19](1680 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [13:11, 12:53] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [46:40, 27:39](1714 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:11, 14:50] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [19:05, 04:02](670 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [23:09, 03:28](1566 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [22:12, 03:30](1579 MB) +PASS -- TEST 'control_latlon_intel' [21:54, 03:15](1568 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [22:03, 03:25](1567 MB) +PASS -- TEST 'control_c48_intel' [25:16, 06:43](1601 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [25:07, 05:39](721 MB) +PASS -- TEST 'control_c192_intel' [27:54, 10:01](1692 MB) +PASS -- TEST 'control_c384_intel' [36:00, 18:19](1986 MB) +PASS -- TEST 'control_c384gdas_intel' [33:58, 14:14](1180 MB) +PASS -- TEST 'control_stochy_intel' [17:01, 02:12](627 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:54, 01:00](430 MB) +PASS -- TEST 'control_lndp_intel' [17:01, 02:12](628 MB) +PASS -- TEST 'control_iovr4_intel' [18:20, 02:57](623 MB) +PASS -- TEST 'control_iovr5_intel' [18:20, 02:57](623 MB) +PASS -- TEST 'control_p8_intel' [24:19, 03:24](1605 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [23:52, 03:50](1607 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [22:49, 03:41](1607 MB) +PASS -- TEST 'control_restart_p8_intel' [04:55, 02:03](789 MB) +PASS -- TEST 'control_noqr_p8_intel' [22:34, 03:31](1594 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:48, 02:10](792 MB) +PASS -- TEST 'control_decomp_p8_intel' [21:55, 03:19](1595 MB) +PASS -- TEST 'control_2threads_p8_intel' [20:38, 02:40](1687 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:54, 05:15](1605 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:23, 04:08](1656 MB) +PASS -- TEST 'control_p8_mynn_intel' [07:21, 03:20](1613 MB) +PASS -- TEST 'merra2_thompson_intel' [07:20, 03:36](1610 MB) +PASS -- TEST 'regional_control_intel' [06:05, 04:46](617 MB) +PASS -- TEST 'regional_restart_intel' [04:20, 02:51](786 MB) +PASS -- TEST 'regional_decomp_intel' [06:10, 04:55](617 MB) +PASS -- TEST 'regional_2threads_intel' [05:11, 03:02](767 MB) +PASS -- TEST 'regional_noquilt_intel' [07:54, 04:39](1153 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:47, 04:58](614 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:58, 04:43](617 MB) +PASS -- TEST 'regional_wofs_intel' [07:35, 06:04](1591 MB) + +PASS -- COMPILE 'rrfs_intel' [14:11, 13:38] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [10:00, 06:57](1012 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:57, 04:01](1186 MB) +PASS -- TEST 'rap_decomp_intel' [09:54, 07:06](1009 MB) +PASS -- TEST 'rap_2threads_intel' [09:23, 06:06](1100 MB) +PASS -- TEST 'rap_restart_intel' [16:09, 03:59](882 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:12, 06:55](1009 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:32, 07:24](1006 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [20:25, 05:05](882 MB) +PASS -- TEST 'hrrr_control_intel' [06:27, 04:11](1007 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:55, 03:54](1007 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:47, 03:15](1080 MB) +PASS -- TEST 'hrrr_control_restart_intel' [15:46, 02:17](839 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:42, 06:54](1004 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:46, 08:14](1968 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:38, 08:10](1948 MB) + +PASS -- COMPILE 'csawmg_intel' [13:13, 12:55] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [07:52, 06:38](696 MB) +PASS -- TEST 'control_ras_intel' [18:48, 03:50](656 MB) + +PASS -- COMPILE 'wam_intel' [12:13, 12:02] +PASS -- TEST 'control_wam_intel' [18:57, 02:27](370 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [16:11, 15:22] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [19:47, 03:45](1607 MB) +PASS -- TEST 'regional_control_faster_intel' [06:14, 04:30](617 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [12:11, 11:38] ( 885 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [18:23, 02:59](1587 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [18:20, 03:00](1587 MB) +PASS -- TEST 'control_stochy_debug_intel' [17:49, 03:13](782 MB) +PASS -- TEST 'control_lndp_debug_intel' [17:48, 02:53](784 MB) +PASS -- TEST 'control_csawmg_debug_intel' [19:17, 04:16](825 MB) +PASS -- TEST 'control_ras_debug_intel' [16:43, 02:52](794 MB) +PASS -- TEST 'control_diag_debug_intel' [16:55, 03:03](1643 MB) +PASS -- TEST 'control_debug_p8_intel' [17:01, 03:31](1619 MB) +PASS -- TEST 'regional_debug_intel' [24:59, 16:14](635 MB) +PASS -- TEST 'rap_control_debug_intel' [16:39, 05:06](1169 MB) +PASS -- TEST 'hrrr_control_debug_intel' [16:40, 04:53](1167 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [16:42, 04:56](1173 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [16:42, 05:06](1173 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [19:14, 05:07](1168 MB) +PASS -- TEST 'rap_diag_debug_intel' [18:44, 05:18](1252 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [18:38, 05:10](1168 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [18:32, 05:20](1169 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:36, 05:15](1170 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:38, 05:06](1169 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:35, 05:06](1168 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:42, 05:00](1167 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:30, 08:05](1168 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:33, 05:11](1165 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:34, 05:55](1170 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:32, 05:05](1169 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:04, 08:23](1169 MB) + +PASS -- COMPILE 'wam_debug_intel' [09:11, 09:02] ( 855 warnings ) +PASS -- TEST 'control_wam_debug_intel' [07:29, 05:08](398 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:11, 11:46] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:19, 04:02](1048 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:07, 05:54](890 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:10, 03:51](887 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:01, 05:07](948 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:36, 02:43](934 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:02, 03:34](885 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:03, 04:15](786 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:33, 01:40](768 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:15, 15:30] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:04, 02:20](1092 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:53, 01:03](1076 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:50, 01:42](975 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:15, 13:58] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:04, 04:18](904 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:11, 08:50] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:32, 05:39](1050 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:32, 05:28](1049 MB) +PASS -- TEST 'conus13km_debug_intel' [16:00, 14:25](1129 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [14:58, 14:01](804 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:47, 08:11](1112 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:48, 14:11](1195 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:11, 08:40] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:36, 04:54](1066 MB) + +PASS -- COMPILE 'hafsw_intel' [17:14, 16:42] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:25, 05:17](706 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:42, 04:30](1053 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:41, 07:36](744 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:20, 11:42](791 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:32, 12:52](801 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:55, 05:28](479 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:37, 06:45](500 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:21, 02:57](373 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:25, 08:05](434 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:04, 03:50](508 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:09, 03:36](510 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:12, 04:40](573 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:39, 01:51](401 MB) +PASS -- TEST 'gnv1_nested_intel' [07:34, 04:08](766 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [11:12, 10:34] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:44, 12:56](581 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [19:15, 19:08] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:20, 07:44](616 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:22, 07:50](788 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [21:15, 20:54] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:29, 06:03](787 MB) + +PASS -- COMPILE 'hafs_all_intel' [17:11, 17:00] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:28, 06:12](744 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:23, 06:13](731 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [21:17, 20:05](893 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [12:15, 11:38] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:29, 02:38](759 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:30, 02:15](748 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:59, 02:28](639 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:26, 02:29](638 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:27, 02:29](639 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:28, 02:37](762 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:27, 02:36](761 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:28, 02:24](637 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:09, 06:04](692 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:04, 06:28](677 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:25, 02:35](748 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:31, 04:36](2018 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:30, 04:35](2021 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [09:11, 08:34] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:36, 05:23](731 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [12:15, 11:38] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:31, 02:36](759 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:12, 03:50] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:57, 01:55](311 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:56, 01:35](457 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:01, 01:06](456 MB) + +PASS -- COMPILE 'atml_intel' [20:11, 19:56] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:51, 06:56](1640 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [10:37, 06:53](1640 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:02, 03:56](836 MB) + +PASS -- COMPILE 'atml_debug_intel' [13:12, 12:57] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:42, 06:14](1651 MB) + +PASS -- COMPILE 'atmw_intel' [18:11, 17:49] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:26, 02:14](1649 MB) + +PASS -- COMPILE 'atmaero_intel' [20:12, 19:44] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [09:30, 06:17](2947 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:29, 06:32](3012 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:30, 06:25](3019 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [16:11, 15:44] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [20:49, 18:23](4449 MB) SYNOPSIS: -Starting Date/Time: 20240508 10:47:03 -Ending Date/Time: 20240508 12:41:33 -Total Time: 01h:55m:44s +Starting Date/Time: 20240510 13:48:51 +Ending Date/Time: 20240510 15:46:52 +Total Time: 01h:59m:09s Compiles Completed: 38/38 Tests Completed: 182/182 diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index c9c5cfaf88..bf40591ff6 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,18 +1,18 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -f29351be77830efd8ae23ad72436b4b38b886383 +6a75664fc408bfd7a64311ae178ffeb12ffe7b77 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) + 500073c60809f6f887194d3e79c1d632d1b5ed26 CICE-interface/CICE (remotes/origin/cice_sync) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - cf9b7655becf840bb2861ad84ad0a76a9952ddc7 FV3 (remotes/origin/fv3atm_output_dir) + 7147dac3d5075c38a43cc221d1e7e7337c28437f FV3 (heads/develop) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) + 129e1bda02d454fb280819d1d87ae16347fd044c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10049-g129e1bda0) 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) @@ -25,367 +25,367 @@ 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-20240503 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_3058841 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_2863157 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:11, 12:49] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:23, 05:31](3184 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:11, 16:46] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [22:33, 17:09](1764 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:19, 17:48](2026 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:14, 08:08](1122 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [24:04, 19:18](1651 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 04:45] ( 1525 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:06, 22:33](1706 MB) - -PASS -- COMPILE 's2swa_intel' [13:11, 12:48] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [08:18, 05:47](3208 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:25, 05:49](3227 MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:21, 03:24](3257 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:19, 05:50](3252 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:21, 03:25](3282 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [07:15, 05:31](3562 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:18, 05:47](3225 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [06:19, 04:45](3086 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:23, 05:47](3196 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [14:25, 10:03](3352 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [11:35, 06:27](3628 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [23:34, 09:31](4129 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:31, 06:02](4371 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:17, 05:23](3184 MB) - -PASS -- COMPILE 's2sw_intel' [12:11, 12:03] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:06, 04:43](1751 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:11, 04:17](1799 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:11, 04:28] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:14, 08:29](3210 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:11, 04:32] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:05, 05:46](1720 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:11, 11:24] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:11, 04:18](1790 MB) - -PASS -- COMPILE 's2s_intel' [12:11, 11:28] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [10:49, 09:20](2830 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:50, 02:34](2830 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:43, 01:25](2287 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:11, 16:31] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [11:22, 05:26](3226 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:13, 16:10] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:04, 17:13](1793 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:17, 08:07](1178 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [35:25, 19:38](1694 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:12, 04:18] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:04, 24:50](1737 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:11, 11:16] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:22, 03:18](711 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [08:51, 02:54](1607 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [08:55, 02:57](1613 MB) -PASS -- TEST 'control_latlon_intel' [08:48, 02:52](1601 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:56, 02:55](1597 MB) -PASS -- TEST 'control_c48_intel' [10:51, 07:35](1761 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [09:26, 06:24](877 MB) -PASS -- TEST 'control_c192_intel' [16:08, 10:30](1751 MB) -PASS -- TEST 'control_c384_intel' [16:07, 10:30](2015 MB) -PASS -- TEST 'control_c384gdas_intel' [14:53, 08:01](1403 MB) -PASS -- TEST 'control_stochy_intel' [06:23, 01:39](661 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:25, 00:58](511 MB) -PASS -- TEST 'control_lndp_intel' [06:22, 01:35](664 MB) -PASS -- TEST 'control_iovr4_intel' [07:24, 02:25](651 MB) -PASS -- TEST 'control_iovr5_intel' [06:24, 02:25](662 MB) -PASS -- TEST 'control_p8_intel' [07:00, 02:54](1626 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:58, 02:54](1632 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:52, 02:49](1635 MB) -PASS -- TEST 'control_restart_p8_intel' [02:48, 01:37](898 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:51, 02:50](1627 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:54, 01:38](943 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:49, 02:57](1627 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:48, 02:41](1716 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:44, 05:07](1634 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:55, 03:53](1703 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:57, 03:02](1646 MB) -PASS -- TEST 'merra2_thompson_intel' [04:55, 03:12](1641 MB) -PASS -- TEST 'regional_control_intel' [06:42, 05:09](850 MB) -PASS -- TEST 'regional_restart_intel' [05:45, 02:47](1015 MB) -PASS -- TEST 'regional_decomp_intel' [06:41, 05:29](852 MB) -PASS -- TEST 'regional_2threads_intel' [04:43, 03:14](857 MB) -PASS -- TEST 'regional_noquilt_intel' [06:44, 05:06](1361 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:48, 05:05](852 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:44, 05:05](857 MB) -PASS -- TEST 'regional_wofs_intel' [07:45, 06:44](1913 MB) - -PASS -- COMPILE 'rrfs_intel' [11:11, 10:31] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:43, 07:42](1114 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:07, 04:07](1301 MB) -PASS -- TEST 'rap_decomp_intel' [08:35, 08:05](1040 MB) -PASS -- TEST 'rap_2threads_intel' [10:34, 07:15](1181 MB) -PASS -- TEST 'rap_restart_intel' [05:53, 04:12](1111 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:46, 07:43](1106 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:15, 08:10](1041 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:46, 05:47](1133 MB) -PASS -- TEST 'hrrr_control_intel' [06:36, 04:00](1043 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:31, 04:09](1035 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:35, 03:36](1112 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:31, 02:20](1005 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:50, 07:36](1097 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:25, 09:13](1989 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:24, 08:58](2074 MB) - -PASS -- COMPILE 'csawmg_intel' [11:11, 10:20] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [08:42, 05:55](759 MB) -PASS -- TEST 'control_ras_intel' [05:22, 03:14](757 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:10, 03:35] -PASS -- TEST 'control_csawmg_gnu' [09:40, 08:25](548 MB) - -PASS -- COMPILE 'wam_intel' [10:11, 10:04] -PASS -- TEST 'control_wam_intel' [04:21, 02:06](660 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [11:11, 10:31] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:24, 02:45](1631 MB) -PASS -- TEST 'regional_control_faster_intel' [09:46, 04:45](853 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 04:47] ( 885 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:50, 02:45](1625 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [07:00, 02:43](1618 MB) -PASS -- TEST 'control_stochy_debug_intel' [07:24, 03:12](830 MB) -PASS -- TEST 'control_lndp_debug_intel' [06:45, 02:51](826 MB) -PASS -- TEST 'control_csawmg_debug_intel' [08:41, 04:16](881 MB) -PASS -- TEST 'control_ras_debug_intel' [06:02, 02:54](834 MB) -PASS -- TEST 'control_diag_debug_intel' [05:51, 02:55](1678 MB) -PASS -- TEST 'control_debug_p8_intel' [05:48, 03:01](1651 MB) -PASS -- TEST 'regional_debug_intel' [20:47, 17:09](848 MB) -PASS -- TEST 'rap_control_debug_intel' [06:25, 05:02](1213 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:21, 04:50](1208 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:21, 04:51](1210 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:21, 04:52](1211 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:30, 04:50](1205 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:51, 05:06](1300 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:27, 04:55](1208 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:23, 04:55](1205 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:23, 04:48](1209 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:24, 04:46](1211 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:24, 04:44](1213 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:25, 04:45](1209 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:27, 07:58](1208 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:24, 04:43](1207 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:22, 05:47](1209 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:22, 04:50](1207 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:41, 08:14](1211 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [03:10, 02:42] -PASS -- TEST 'control_csawmg_debug_gnu' [03:40, 02:11](532 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:11, 03:09] ( 855 warnings ) -PASS -- TEST 'control_wam_debug_intel' [08:22, 05:00](516 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 09:51] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:07, 03:55](1170 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:35, 06:23](1053 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:46, 03:24](991 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:37, 06:04](1104 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:33, 03:07](971 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:33, 03:35](936 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [19:49, 05:03](1039 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [14:38, 01:51](947 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:13, 12:13] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [06:03, 02:06](1208 MB) -PASS -- TEST 'conus13km_2threads_intel' [15:48, 00:52](1122 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [17:50, 01:14](1110 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:11, 10:16] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:43, 04:10](990 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 03:35] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:25, 04:44](1093 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:24, 04:39](1087 MB) -PASS -- TEST 'conus13km_debug_intel' [18:00, 14:22](1231 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [18:56, 14:50](926 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [23:49, 08:05](1158 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [29:51, 14:47](1309 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 03:20] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [19:27, 04:56](1138 MB) - -PASS -- COMPILE 'hafsw_intel' [15:12, 11:44] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [17:25, 05:04](742 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [20:36, 06:15](1121 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [21:32, 07:02](840 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [28:22, 13:25](866 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [29:41, 15:09](890 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [20:02, 05:34](506 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [20:34, 06:45](521 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [16:46, 02:39](380 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [21:19, 07:28](482 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [19:49, 03:45](538 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [19:55, 03:32](535 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [19:57, 04:08](593 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [17:30, 01:23](401 MB) -PASS -- TEST 'gnv1_nested_intel' [19:47, 04:16](802 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:11, 03:51] ( 1467 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [27:59, 12:57](584 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [14:12, 12:05] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [23:11, 08:58](673 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [22:17, 09:05](739 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:12, 12:06] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [18:14, 06:42](732 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:11, 11:07] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [18:24, 06:52](802 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [14:23, 06:42](826 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [20:01, 16:21](1216 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:12, 05:50] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [06:19, 02:54](1154 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:22, 01:36](1106 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:18, 02:45](1019 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:20, 02:48](1023 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:18, 02:50](1018 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:19, 02:51](1148 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 02:37](1154 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:18, 02:36](1025 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:31, 06:21](1055 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:29, 06:27](1042 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:16, 02:35](1153 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:21, 03:58](2451 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:19, 03:57](2438 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:11, 02:58] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:20, 06:12](1084 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:11, 06:09] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:20, 02:41](1163 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 00:58] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:32, 00:43](260 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:24, 00:48](324 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:27, 00:30](323 MB) - -PASS -- COMPILE 'atml_intel' [12:13, 11:37] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:12, 04:06](1616 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:09, 04:07](1616 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:54, 02:13](901 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:11, 04:13] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:58, 05:24](1633 MB) - -PASS -- COMPILE 'atmw_intel' [11:11, 10:55] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:53, 01:45](1685 MB) - -PASS -- COMPILE 'atmaero_intel' [11:28, 10:52] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:00, 04:00](3031 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:06, 04:50](3094 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:46, 04:52](3114 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:49, 03:32] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [24:13, 21:38](4440 MB) - -PASS -- COMPILE 'atm_gnu' [05:10, 04:16] -PASS -- TEST 'control_c48_gnu' [11:49, 11:07](1544 MB) -PASS -- TEST 'control_stochy_gnu' [04:25, 03:25](508 MB) -PASS -- TEST 'control_ras_gnu' [05:22, 04:50](524 MB) -PASS -- TEST 'control_p8_gnu' [06:05, 04:39](1267 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [06:00, 04:33](1269 MB) -PASS -- TEST 'control_flake_gnu' [11:23, 10:43](551 MB) - -PASS -- COMPILE 'rrfs_gnu' [07:11, 04:28] -PASS -- TEST 'rap_control_gnu' [11:38, 10:40](862 MB) -PASS -- TEST 'rap_decomp_gnu' [12:37, 10:53](867 MB) -PASS -- TEST 'rap_2threads_gnu' [11:39, 09:48](942 MB) -PASS -- TEST 'rap_restart_gnu' [06:40, 05:24](586 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [12:38, 10:44](859 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [12:33, 10:56](860 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:45, 08:02](593 MB) -PASS -- TEST 'hrrr_control_gnu' [06:38, 05:34](857 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [06:31, 05:35](848 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [06:32, 05:01](938 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:32, 05:30](859 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:26, 02:56](571 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:25, 02:51](665 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [11:45, 10:33](855 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:10, 04:03] -PASS -- TEST 'control_diag_debug_gnu' [03:54, 01:41](1292 MB) -PASS -- TEST 'regional_debug_gnu' [11:47, 10:19](568 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:23, 02:39](873 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [04:23, 02:37](871 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [04:23, 02:38](878 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [04:24, 02:37](876 MB) -PASS -- TEST 'rap_diag_debug_gnu' [05:36, 02:53](958 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [06:22, 04:04](871 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:20, 02:38](875 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:22, 02:36](869 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:21, 01:37](503 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:20, 01:45](504 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:42, 01:39](1259 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:21, 02:32](873 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:20, 02:49](877 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:38, 04:21](879 MB) - -PASS -- COMPILE 'wam_debug_gnu' [04:10, 02:38] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:10, 04:00] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:31, 09:11](716 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:37, 04:56](718 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:38, 08:34](772 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:32, 04:27](756 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:32, 04:58](713 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:37, 06:47](563 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:27, 02:34](549 MB) -PASS -- TEST 'conus13km_control_gnu' [04:55, 03:13](888 MB) -PASS -- TEST 'conus13km_2threads_gnu' [06:49, 05:54](890 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:51, 01:48](568 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:12, 05:45] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:40, 05:45](743 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [04:10, 03:44] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:21, 02:31](721 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:20, 02:26](724 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:52, 06:59](903 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:49, 06:59](585 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [08:46, 07:18](905 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:44, 06:49](971 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [04:11, 03:30] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:21, 02:38](750 MB) - -PASS -- COMPILE 's2swa_gnu' [15:12, 14:30] - -PASS -- COMPILE 's2s_gnu' [15:12, 14:14] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [08:11, 07:09](1359 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:10, 02:28] - -PASS -- COMPILE 's2sw_pdlib_gnu' [16:13, 14:17] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [28:10, 26:49](1325 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 02:16] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [14:01, 12:51](1336 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [16:14, 14:15] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:18, 02:59](705 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:14, 12:46] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:28, 05:44](3166 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:15, 17:06] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:06, 17:12](1738 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:31, 18:16](2009 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:25, 08:34](1102 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:23, 19:21](1626 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:12, 04:35] ( 1525 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:21, 22:48](1659 MB) + +PASS -- COMPILE 's2swa_intel' [13:14, 13:02] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:30, 05:57](3195 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:43, 05:51](3192 MB) +PASS -- TEST 'cpld_restart_p8_intel' [11:25, 03:27](3229 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:30, 06:01](3221 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [10:30, 03:29](3253 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [07:27, 05:41](3527 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:30, 06:02](3194 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:27, 04:58](3051 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:42, 05:59](3185 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [13:24, 10:13](3323 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:48, 06:26](3594 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [17:43, 09:45](4103 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:31, 06:52](4340 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:27, 05:29](3157 MB) + +PASS -- COMPILE 's2sw_intel' [13:15, 12:37] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:19, 04:52](1721 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:36, 04:26](1769 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:12, 04:31] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:22, 08:33](3200 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:12, 04:25] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:12, 05:50](1708 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:15, 11:32] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:14, 04:27](1766 MB) + +PASS -- COMPILE 's2s_intel' [12:13, 11:38] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [12:50, 09:28](2820 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:53, 02:36](2811 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:46, 01:28](2285 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:15, 16:46] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [07:22, 05:27](3201 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:14, 16:29] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [24:17, 17:29](1762 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:26, 08:24](1141 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:13, 20:03](1661 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:12, 04:27] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:14, 25:03](1694 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:15, 11:18] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:27, 03:24](685 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:54, 02:53](1580 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:56, 02:57](1588 MB) +PASS -- TEST 'control_latlon_intel' [03:49, 02:53](1578 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:57, 02:57](1573 MB) +PASS -- TEST 'control_c48_intel' [08:52, 07:36](1735 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:29, 06:26](855 MB) +PASS -- TEST 'control_c192_intel' [12:08, 10:43](1728 MB) +PASS -- TEST 'control_c384_intel' [13:05, 10:40](1999 MB) +PASS -- TEST 'control_c384gdas_intel' [20:19, 08:08](1384 MB) +PASS -- TEST 'control_stochy_intel' [02:24, 01:40](641 MB) +PASS -- TEST 'control_stochy_restart_intel' [07:29, 01:01](481 MB) +PASS -- TEST 'control_lndp_intel' [02:23, 01:33](648 MB) +PASS -- TEST 'control_iovr4_intel' [03:26, 02:25](636 MB) +PASS -- TEST 'control_iovr5_intel' [03:25, 02:25](642 MB) +PASS -- TEST 'control_p8_intel' [04:02, 03:02](1611 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:01, 02:56](1612 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:54, 02:49](1608 MB) +PASS -- TEST 'control_restart_p8_intel' [06:49, 01:42](876 MB) +PASS -- TEST 'control_noqr_p8_intel' [10:01, 02:56](1593 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:04, 01:37](919 MB) +PASS -- TEST 'control_decomp_p8_intel' [09:55, 03:04](1609 MB) +PASS -- TEST 'control_2threads_p8_intel' [09:54, 02:47](1694 MB) +PASS -- TEST 'control_p8_lndp_intel' [11:50, 05:17](1607 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [10:58, 04:03](1677 MB) +PASS -- TEST 'control_p8_mynn_intel' [10:04, 03:05](1609 MB) +PASS -- TEST 'merra2_thompson_intel' [10:02, 03:20](1614 MB) +PASS -- TEST 'regional_control_intel' [10:42, 05:19](839 MB) +PASS -- TEST 'regional_restart_intel' [03:42, 02:45](998 MB) +PASS -- TEST 'regional_decomp_intel' [10:40, 05:39](826 MB) +PASS -- TEST 'regional_2threads_intel' [08:39, 03:23](824 MB) +PASS -- TEST 'regional_noquilt_intel' [09:47, 05:15](1343 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [09:47, 05:15](831 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [09:42, 05:17](830 MB) +PASS -- TEST 'regional_wofs_intel' [11:42, 06:53](1894 MB) + +PASS -- COMPILE 'rrfs_intel' [15:13, 10:38] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [11:59, 07:48](1091 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:03, 04:11](1279 MB) +PASS -- TEST 'rap_decomp_intel' [09:48, 08:19](1022 MB) +PASS -- TEST 'rap_2threads_intel' [08:45, 07:24](1160 MB) +PASS -- TEST 'rap_restart_intel' [05:58, 04:34](1085 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:47, 08:09](1085 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:37, 08:39](1020 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:00, 06:16](1111 MB) +PASS -- TEST 'hrrr_control_intel' [04:41, 04:01](1024 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:44, 04:09](1007 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:34, 03:40](1095 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:28, 02:22](992 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:52, 07:59](1079 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:28, 09:54](1978 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:28, 09:38](2048 MB) + +PASS -- COMPILE 'csawmg_intel' [13:14, 10:26] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [07:43, 06:23](744 MB) +PASS -- TEST 'control_ras_intel' [04:23, 03:14](737 MB) + +PASS -- COMPILE 'csawmg_gnu' [06:14, 03:42] +PASS -- TEST 'control_csawmg_gnu' [12:59, 08:27](534 MB) + +PASS -- COMPILE 'wam_intel' [12:13, 10:08] +PASS -- TEST 'control_wam_intel' [02:22, 02:04](635 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:13, 10:53] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:00, 02:41](1604 MB) +PASS -- TEST 'regional_control_faster_intel' [06:43, 05:11](828 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:13, 04:46] ( 885 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:50, 02:37](1588 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:49, 02:37](1583 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:22, 03:07](785 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:24, 02:50](786 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:37, 04:13](829 MB) +PASS -- TEST 'control_ras_debug_intel' [03:26, 03:04](800 MB) +PASS -- TEST 'control_diag_debug_intel' [03:57, 02:56](1648 MB) +PASS -- TEST 'control_debug_p8_intel' [04:47, 03:03](1609 MB) +PASS -- TEST 'regional_debug_intel' [18:48, 17:52](811 MB) +PASS -- TEST 'rap_control_debug_intel' [06:27, 05:17](1171 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:26, 05:11](1171 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:27, 05:20](1148 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:26, 05:08](1176 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:23, 05:06](1166 MB) +PASS -- TEST 'rap_diag_debug_intel' [10:42, 09:14](1251 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:27, 05:16](1169 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:24, 05:15](1174 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:25, 05:05](1173 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:29, 05:05](1171 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:33, 04:58](1172 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:28, 05:01](1170 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:23, 08:09](1170 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:24, 05:05](1165 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:26, 06:11](1167 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:24, 05:01](1170 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:42, 09:10](1181 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [03:12, 02:44] +PASS -- TEST 'control_csawmg_debug_gnu' [03:42, 02:22](510 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:12, 03:19] ( 855 warnings ) +PASS -- TEST 'control_wam_debug_intel' [05:23, 05:06](463 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:13, 10:10] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:07, 04:26](1140 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:40, 07:03](1036 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:41, 03:49](973 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:36, 06:26](1077 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:37, 03:17](943 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:33, 03:42](918 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:41, 04:57](1018 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:30, 02:16](918 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:14, 12:23] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:07, 02:09](1179 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:46, 00:57](1097 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:47, 01:17](1092 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:13, 10:20] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:43, 04:17](969 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:12, 03:29] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:24, 04:47](1053 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:23, 04:50](1052 MB) +PASS -- TEST 'conus13km_debug_intel' [16:49, 15:14](1177 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:53, 14:34](885 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:46, 08:20](1101 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:44, 14:41](1244 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 03:33] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:24, 05:00](1092 MB) + +PASS -- COMPILE 'hafsw_intel' [19:12, 12:26] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:14, 05:15](729 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:30, 06:23](1106 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:26, 07:06](814 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:17, 13:41](843 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:46, 15:37](851 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:59, 05:39](483 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:33, 06:57](497 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:43, 02:50](358 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:47, 07:21](463 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:45, 03:46](508 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:49, 03:34](506 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:53, 04:10](569 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:28, 01:13](382 MB) +PASS -- TEST 'gnv1_nested_intel' [05:46, 04:17](781 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [08:13, 04:03] ( 1467 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:52, 12:45](534 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [16:13, 12:07] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:58, 08:47](614 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:14, 08:53](688 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [16:13, 12:22] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:09, 06:26](676 MB) + +PASS -- COMPILE 'hafs_all_intel' [15:14, 11:56] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:22, 06:33](816 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:21, 06:36](802 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:55, 16:12](1230 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:13, 06:06] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:21, 02:42](1154 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:23, 01:39](1092 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:18, 02:39](992 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:19, 02:41](1025 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:19, 02:40](1007 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:19, 02:39](1139 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:19, 02:38](1156 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:19, 02:35](1006 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:55, 06:25](1046 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:37, 06:28](1028 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:17, 02:47](1145 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:23, 03:56](2372 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:22, 03:52](2437 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:12, 03:15] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:25, 06:17](1052 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:13, 06:08] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:20, 02:37](1140 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:12, 01:27] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:31, 00:44](257 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:26, 00:48](314 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:25, 00:31](318 MB) + +PASS -- COMPILE 'atml_intel' [13:15, 12:22] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:26, 04:13](1603 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:14, 04:12](1595 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:56, 02:28](885 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:12, 04:36] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:58, 05:34](1581 MB) + +PASS -- COMPILE 'atmw_intel' [12:14, 11:33] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:51, 01:46](1653 MB) + +PASS -- COMPILE 'atmaero_intel' [12:14, 11:32] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:06, 04:05](3011 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:00, 05:00](3064 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:44, 05:02](3091 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:12, 04:52] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [27:13, 24:46](4439 MB) + +PASS -- COMPILE 'atm_gnu' [04:11, 04:07] +PASS -- TEST 'control_c48_gnu' [12:45, 11:13](1532 MB) +PASS -- TEST 'control_stochy_gnu' [04:25, 03:27](491 MB) +PASS -- TEST 'control_ras_gnu' [06:24, 04:51](504 MB) +PASS -- TEST 'control_p8_gnu' [06:03, 04:47](1252 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:54, 04:43](1252 MB) +PASS -- TEST 'control_flake_gnu' [11:24, 10:44](534 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:11, 04:26] +PASS -- TEST 'rap_control_gnu' [11:35, 11:06](845 MB) +PASS -- TEST 'rap_decomp_gnu' [11:35, 10:53](842 MB) +PASS -- TEST 'rap_2threads_gnu' [10:37, 09:58](925 MB) +PASS -- TEST 'rap_restart_gnu' [06:43, 05:36](574 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [12:40, 11:17](840 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [12:36, 11:20](847 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:41, 08:09](577 MB) +PASS -- TEST 'hrrr_control_gnu' [06:39, 05:46](845 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [06:32, 05:53](830 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [07:36, 06:17](914 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [06:34, 05:52](844 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:26, 02:52](560 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:28, 02:53](655 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [11:49, 10:58](834 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [05:11, 04:14] +PASS -- TEST 'control_diag_debug_gnu' [03:24, 01:39](1265 MB) +PASS -- TEST 'regional_debug_gnu' [11:44, 10:22](548 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:23, 02:40](818 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:22, 02:35](848 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:25, 02:42](856 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:21, 02:40](853 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:34, 02:54](936 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:20, 04:06](852 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:21, 02:39](849 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:20, 02:47](847 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:19, 01:42](479 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:19, 01:55](488 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:46, 01:58](1241 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:26, 02:51](850 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:30, 02:51](858 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:37, 04:25](857 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:10, 02:14] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:11, 03:49] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:30, 09:30](698 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:35, 05:04](701 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:38, 09:04](747 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:30, 05:32](745 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:30, 05:09](698 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [08:40, 07:01](545 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:25, 02:37](537 MB) +PASS -- TEST 'conus13km_control_gnu' [04:51, 03:15](870 MB) +PASS -- TEST 'conus13km_2threads_gnu' [06:44, 05:57](876 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:45, 01:52](558 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [06:10, 05:48] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:41, 05:54](730 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [04:10, 04:02] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:20, 02:30](696 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:20, 02:33](709 MB) +PASS -- TEST 'conus13km_debug_gnu' [08:50, 07:16](870 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [08:43, 07:06](566 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [08:40, 07:36](880 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:38, 06:55](942 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [04:10, 03:57] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:22, 02:42](735 MB) + +PASS -- COMPILE 's2swa_gnu' [15:12, 14:36] + +PASS -- COMPILE 's2s_gnu' [15:12, 14:23] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:08, 07:31](1342 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [03:12, 02:41] + +PASS -- COMPILE 's2sw_pdlib_gnu' [15:13, 14:45] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [34:33, 32:41](1312 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:12, 02:27] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [14:56, 13:04](1307 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [15:12, 14:13] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:20, 03:09](695 MB) SYNOPSIS: -Starting Date/Time: 20240508 14:46:21 -Ending Date/Time: 20240508 16:38:40 -Total Time: 01h:53m:59s +Starting Date/Time: 20240510 17:42:13 +Ending Date/Time: 20240510 20:09:13 +Total Time: 02h:27m:16s Compiles Completed: 54/54 Tests Completed: 242/242 diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 2b0fe10f1e..83ccef861e 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,17 +1,17 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -1b73dc3cfe52765a05ce8ae57735fef196de5fab +57df4fd8b6ec5e0bca03b4a3ca21768f68c5bfaa Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679f) + 500073c60809f6f887194d3e79c1d632d1b5ed26 CICE-interface/CICE (remotes/origin/cice_sync) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850c) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - cf9b7655becf840bb2861ad84ad0a76a9952ddc7 FV3 (remotes/origin/fv3atm_output_dir) + 7147dac3d5075c38a43cc221d1e7e7337c28437f FV3 (heads/develop) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) 741212e4962d371520f773e2be9481142f79635e FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-718-g741212e) 1c2a898e97f069eeeb930cfb542db67ed349b72c FV3/ccpp/physics (EP4-744-g1c2a898e) @@ -21,7 +21,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) + 129e1bda02d454fb280819d1d87ae16347fd044c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10049-g129e1bda0) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) @@ -36,362 +36,362 @@ 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-20240503 -COMPARISON DIRECTORY: /work2/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/rt_138572 +COMPARISON DIRECTORY: /work2/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/rt_1888579 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:11, 11:37] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [15:52, 07:39](1890 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:11, 19:31] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [30:07, 14:45](1771 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:27, 14:16](2169 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:18, 06:25](1176 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [29:44, 15:16](1687 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:11, 06:06] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [28:17, 20:18](1734 MB) - -PASS -- COMPILE 's2swa_intel' [14:11, 12:15] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [21:55, 07:40](2064 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [27:05, 07:35](2086 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:02, 04:23](1969 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [20:59, 07:43](1981 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:26, 04:26](1731 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [23:53, 09:13](2494 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [21:43, 07:39](2083 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [14:50, 06:30](1895 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [21:57, 07:48](2088 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [25:42, 15:22](2809 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [08:22, 05:48](2917 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [31:43, 09:04](3634 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:16, 05:15](3622 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [15:50, 04:53](2023 MB) - -PASS -- COMPILE 's2sw_intel' [12:11, 10:30] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [15:44, 07:13](1765 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:51, 04:07](1835 MB) - -PASS -- COMPILE 's2swa_debug_intel' [08:11, 06:07] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [14:05, 06:53](2051 MB) - -PASS -- COMPILE 's2sw_debug_intel' [08:11, 05:51] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:00, 04:48](1802 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:11, 09:48] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:51, 04:07](1822 MB) - -PASS -- COMPILE 's2s_intel' [12:11, 09:59] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [15:44, 07:17](2841 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [10:44, 02:06](2813 MB) -PASS -- TEST 'cpld_restart_c48_intel' [14:45, 01:11](2302 MB) - -PASS -- COMPILE 's2swa_faster_intel' [16:11, 13:40] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [25:02, 07:19](2054 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [20:10, 16:29] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:52, 14:08](1798 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:55, 06:42](1283 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:52, 15:28](1731 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:10, 03:32] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [40:01, 21:24](1767 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:10, 08:13] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [18:22, 02:49](710 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [17:37, 02:29](1621 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [17:40, 02:37](1624 MB) -PASS -- TEST 'control_latlon_intel' [17:34, 02:28](1605 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [17:40, 02:32](1605 MB) -PASS -- TEST 'control_c48_intel' [22:39, 07:04](1744 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [21:27, 05:49](854 MB) -PASS -- TEST 'control_c192_intel' [24:44, 08:59](1757 MB) -PASS -- TEST 'control_c384_intel' [25:22, 09:42](2058 MB) -PASS -- TEST 'control_c384gdas_intel' [24:57, 07:22](1534 MB) -PASS -- TEST 'control_stochy_intel' [14:18, 01:29](665 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:27, 00:58](536 MB) -PASS -- TEST 'control_lndp_intel' [11:17, 01:24](670 MB) -PASS -- TEST 'control_iovr4_intel' [12:19, 02:10](656 MB) -PASS -- TEST 'control_iovr5_intel' [11:20, 02:17](666 MB) -PASS -- TEST 'control_p8_intel' [10:52, 02:34](1630 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:57, 02:37](1635 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:55, 02:34](1644 MB) -PASS -- TEST 'control_restart_p8_intel' [02:51, 01:24](915 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:48, 02:33](1628 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:00, 01:21](982 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:47, 02:35](1627 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:44, 02:24](1723 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:30, 04:25](1632 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:56, 03:28](1709 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:52, 02:34](1647 MB) -PASS -- TEST 'merra2_thompson_intel' [03:58, 02:47](1651 MB) -PASS -- TEST 'regional_control_intel' [05:27, 04:32](961 MB) -PASS -- TEST 'regional_restart_intel' [03:27, 02:26](1102 MB) -PASS -- TEST 'regional_decomp_intel' [05:25, 04:41](945 MB) -PASS -- TEST 'regional_2threads_intel' [03:29, 02:49](913 MB) -PASS -- TEST 'regional_noquilt_intel' [05:27, 04:19](1492 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:34, 04:30](955 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:28, 04:27](963 MB) -PASS -- TEST 'regional_wofs_intel' [06:26, 05:32](2072 MB) - -PASS -- COMPILE 'rrfs_intel' [12:10, 07:41] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [07:35, 06:34](1197 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:48, 03:26](1413 MB) -PASS -- TEST 'rap_decomp_intel' [07:31, 06:46](1140 MB) -PASS -- TEST 'rap_2threads_intel' [06:53, 06:06](1376 MB) -PASS -- TEST 'rap_restart_intel' [04:51, 03:23](1154 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:44, 06:32](1200 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:38, 06:51](1144 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:54, 04:59](1192 MB) -PASS -- TEST 'hrrr_control_intel' [04:38, 03:25](1088 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:38, 03:29](1048 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [03:55, 03:04](1126 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:31, 01:50](1026 MB) -PASS -- TEST 'rrfs_v1beta_intel' [07:58, 06:22](1186 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:21, 07:37](2013 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:20, 07:22](2183 MB) - -PASS -- COMPILE 'csawmg_intel' [12:10, 07:35] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [06:28, 05:27](836 MB) -PASS -- TEST 'control_ras_intel' [03:18, 02:47](820 MB) - -PASS -- COMPILE 'csawmg_gnu' [09:10, 04:33] -PASS -- TEST 'control_csawmg_gnu' [07:35, 06:34](808 MB) - -PASS -- COMPILE 'wam_intel' [11:10, 07:07] -PASS -- TEST 'control_wam_intel' [02:26, 01:50](793 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:10, 09:54] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:52, 02:15](1641 MB) -PASS -- TEST 'regional_control_faster_intel' [04:27, 04:05](953 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 04:14] ( 885 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:31, 02:09](1631 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:33, 02:13](1633 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:19, 02:29](833 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:16, 02:14](835 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:27, 03:29](884 MB) -PASS -- TEST 'control_ras_debug_intel' [03:16, 02:17](838 MB) -PASS -- TEST 'control_diag_debug_intel' [03:37, 02:13](1682 MB) -PASS -- TEST 'control_debug_p8_intel' [03:32, 02:20](1657 MB) -PASS -- TEST 'regional_debug_intel' [14:37, 14:04](904 MB) -PASS -- TEST 'rap_control_debug_intel' [04:18, 03:58](1223 MB) -PASS -- TEST 'hrrr_control_debug_intel' [04:24, 03:52](1224 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [04:19, 03:56](1227 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [04:21, 03:59](1222 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:17, 03:55](1221 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:23, 04:11](1297 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:17, 04:03](1215 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:16, 04:01](1233 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:17, 03:58](1217 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:17, 03:57](1225 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:17, 03:54](1232 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:17, 04:02](1213 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:17, 06:30](1224 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:16, 03:54](1213 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:19, 04:53](1225 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:26, 04:00](1224 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:59, 06:43](1223 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:11, 03:18] -PASS -- TEST 'control_csawmg_debug_gnu' [02:35, 01:52](792 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:10, 02:49] ( 855 warnings ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:10, 06:51] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:46, 03:15](1324 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:45, 05:27](1151 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:46, 02:51](1040 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:37, 05:07](1302 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:39, 02:36](1042 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:54, 03:00](969 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:50, 04:04](1106 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:18, 01:39](955 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:10, 09:12] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:40, 01:49](1294 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:33, 00:48](1207 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:31, 01:04](1165 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:10, 06:56] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:34, 03:41](1088 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:11, 03:07] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:19, 03:55](1101 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:17, 03:50](1088 MB) -PASS -- TEST 'conus13km_debug_intel' [12:31, 11:35](1334 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [12:31, 11:48](1001 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [07:32, 06:35](1233 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:33, 11:33](1414 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 03:08] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:21, 03:59](1144 MB) - -PASS -- COMPILE 'hafsw_intel' [13:11, 10:57] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:08, 05:29](875 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:22, 04:54](1278 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:13, 06:19](965 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:02, 13:50](962 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:09, 15:15](1005 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:58, 05:31](607 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:18, 07:03](618 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:43, 02:54](439 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:11, 07:56](545 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:45, 03:46](620 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:40, 03:41](624 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:46, 04:51](684 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:25, 01:27](453 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:10, 03:34] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:49, 11:19](625 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [13:11, 10:45] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:49, 15:57](731 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:51, 16:37](809 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [16:11, 11:02] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:57, 10:00](838 MB) - -PASS -- COMPILE 'hafs_all_intel' [14:11, 10:17] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:04, 05:24](954 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:05, 05:25](945 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:49, 16:23](1348 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:11, 06:16] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:16, 02:08](1139 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:16, 01:18](1100 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:14, 02:07](1015 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:15, 02:09](1018 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:15, 02:10](1006 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:16, 02:07](1159 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:14, 02:09](1155 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:15, 02:05](1014 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:48, 04:56](1156 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:47, 04:55](1136 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:12, 02:11](1147 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:18, 02:59](2334 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [03:15, 03:05](2431 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [07:11, 03:47] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:14, 05:07](1076 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 06:02] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:14, 02:11](1150 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:00] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:26, 01:03](339 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:23, 01:02](554 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:20, 00:33](563 MB) - -PASS -- COMPILE 'atml_intel' [10:11, 08:29] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:08, 05:48](1637 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [07:05, 05:43](1634 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:38, 02:44](939 MB) - -PASS -- COMPILE 'atml_debug_intel' [04:10, 03:28] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:55, 04:46](1663 MB) - -PASS -- COMPILE 'atmw_intel' [15:11, 10:27] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:51, 01:33](1683 MB) - -PASS -- COMPILE 'atmaero_intel' [09:11, 07:20] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:49, 03:30](1798 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:54, 04:23](1811 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:39, 04:27](1826 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:30] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [19:34, 17:27](4578 MB) - -PASS -- COMPILE 'atm_gnu' [07:11, 05:28] -PASS -- TEST 'control_c48_gnu' [10:39, 09:29](1576 MB) -PASS -- TEST 'control_stochy_gnu' [03:20, 02:18](742 MB) -PASS -- TEST 'control_ras_gnu' [04:17, 03:45](730 MB) -PASS -- TEST 'control_p8_gnu' [04:46, 03:42](1517 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [04:40, 03:30](1517 MB) -PASS -- TEST 'control_flake_gnu' [05:17, 04:24](800 MB) - -PASS -- COMPILE 'rrfs_gnu' [06:11, 05:22] -PASS -- TEST 'rap_control_gnu' [09:32, 07:49](1083 MB) -PASS -- TEST 'rap_decomp_gnu' [09:31, 07:53](1084 MB) -PASS -- TEST 'rap_2threads_gnu' [08:47, 07:02](1127 MB) -PASS -- TEST 'rap_restart_gnu' [05:49, 03:57](886 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [09:46, 07:36](1085 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:32, 07:44](1081 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:54, 05:40](884 MB) -PASS -- TEST 'hrrr_control_gnu' [05:34, 03:57](1070 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:35, 03:59](1139 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [04:48, 03:33](1025 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [04:31, 03:56](1073 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:36, 02:03](880 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:25, 02:05](935 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [08:51, 07:36](1083 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 07:10] -PASS -- TEST 'control_diag_debug_gnu' [02:35, 01:20](1624 MB) -PASS -- TEST 'regional_debug_gnu' [07:28, 06:22](925 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:18, 02:04](1100 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:17, 01:53](1088 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:17, 01:59](1098 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:17, 02:01](1093 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:27, 02:07](1268 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:19, 03:03](1094 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:17, 01:59](1098 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:17, 01:54](1092 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:16, 01:09](729 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:16, 01:14](728 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:32, 01:13](1503 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:22, 01:56](1097 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:19, 02:09](1098 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:46, 03:15](1101 MB) - -PASS -- COMPILE 'wam_debug_gnu' [04:11, 03:54] -PASS -- TEST 'control_wam_debug_gnu' [02:23, 02:01](502 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:11, 03:30] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:31, 07:20](963 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:50, 03:49](950 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:45, 06:44](969 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:35, 03:27](892 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:54, 03:48](958 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:46, 05:23](858 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:18, 02:03](856 MB) -PASS -- TEST 'conus13km_control_gnu' [03:38, 02:29](1266 MB) -PASS -- TEST 'conus13km_2threads_gnu' [02:27, 01:02](1173 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:27, 01:24](928 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [09:11, 08:47] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:34, 04:18](992 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:11, 06:02] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:22, 01:57](980 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:19, 01:56](969 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:36, 05:33](1279 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [08:29, 05:38](952 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [04:27, 03:19](1191 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:28, 05:35](1353 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [06:11, 06:07] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:20, 02:02](1008 MB) - -PASS -- COMPILE 's2swa_gnu' [17:10, 16:45] - -PASS -- COMPILE 's2s_gnu' [17:10, 16:41] - -PASS -- COMPILE 's2swa_debug_gnu' [06:10, 05:33] - -PASS -- COMPILE 's2sw_pdlib_gnu' [18:11, 16:26] - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [07:11, 05:45] - -PASS -- COMPILE 'datm_cdeps_gnu' [17:13, 16:37] +PASS -- COMPILE 's2swa_32bit_intel' [13:10, 13:01] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:16, 07:21](1897 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:11, 19:40] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [15:19, 13:22](1774 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:58, 14:02](2177 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:27, 06:33](1179 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:34, 15:11](1699 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:10, 06:55] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [22:21, 20:25](1727 MB) + +PASS -- COMPILE 's2swa_intel' [13:10, 13:03] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [09:14, 07:28](2089 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:21, 07:31](2051 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:36, 04:17](1964 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:14, 07:37](1969 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:36, 04:20](1729 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:15, 09:08](2497 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:09, 07:41](2065 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:14, 06:23](1899 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:14, 07:39](2075 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [18:00, 15:38](2803 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [08:39, 05:44](2919 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [15:35, 08:35](3631 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:17, 05:29](3616 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [06:07, 04:53](2032 MB) + +PASS -- COMPILE 's2sw_intel' [12:10, 11:55] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:57, 07:05](1772 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:15, 03:54](1814 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:10, 06:55] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [08:15, 06:46](2056 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:10, 06:41] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:49, 04:45](1788 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:10, 10:47] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [04:55, 03:57](1831 MB) + +PASS -- COMPILE 's2s_intel' [11:10, 10:23] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:42, 07:10](2834 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [02:42, 02:01](2821 MB) +PASS -- TEST 'cpld_restart_c48_intel' [01:50, 01:02](2304 MB) + +PASS -- COMPILE 's2swa_faster_intel' [15:10, 14:40] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:19, 07:25](2053 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:10, 16:08] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [15:02, 13:50](1798 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:12, 06:47](1304 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:08, 15:17](1746 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 04:23] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [22:50, 21:36](1777 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:10, 08:11] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [03:21, 02:52](714 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:45, 02:29](1610 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:48, 02:31](1621 MB) +PASS -- TEST 'control_latlon_intel' [03:42, 02:30](1610 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:53, 02:29](1614 MB) +PASS -- TEST 'control_c48_intel' [07:46, 07:01](1752 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:31, 05:44](860 MB) +PASS -- TEST 'control_c192_intel' [09:53, 09:00](1764 MB) +PASS -- TEST 'control_c384_intel' [11:44, 09:17](2052 MB) +PASS -- TEST 'control_c384gdas_intel' [10:17, 07:16](1530 MB) +PASS -- TEST 'control_stochy_intel' [02:21, 01:25](669 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:39, 00:52](548 MB) +PASS -- TEST 'control_lndp_intel' [02:21, 01:19](664 MB) +PASS -- TEST 'control_iovr4_intel' [02:22, 02:03](668 MB) +PASS -- TEST 'control_iovr5_intel' [02:21, 02:05](663 MB) +PASS -- TEST 'control_p8_intel' [04:08, 02:31](1643 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:06, 02:29](1646 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:03, 02:25](1639 MB) +PASS -- TEST 'control_restart_p8_intel' [03:00, 01:27](910 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:01, 02:24](1622 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:11, 01:21](981 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:55, 02:31](1626 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:01, 02:17](1731 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:44, 04:25](1636 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:06, 03:24](1718 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:02, 02:33](1648 MB) +PASS -- TEST 'merra2_thompson_intel' [04:07, 02:45](1650 MB) +PASS -- TEST 'regional_control_intel' [05:32, 04:32](961 MB) +PASS -- TEST 'regional_restart_intel' [03:32, 02:26](1099 MB) +PASS -- TEST 'regional_decomp_intel' [05:38, 04:41](946 MB) +PASS -- TEST 'regional_2threads_intel' [03:38, 02:48](921 MB) +PASS -- TEST 'regional_noquilt_intel' [05:38, 04:22](1488 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:46, 04:28](958 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:36, 04:31](957 MB) +PASS -- TEST 'regional_wofs_intel' [06:35, 05:33](2101 MB) + +PASS -- COMPILE 'rrfs_intel' [08:10, 07:25] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [07:54, 06:34](1193 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:55, 03:24](1414 MB) +PASS -- TEST 'rap_decomp_intel' [07:52, 06:51](1160 MB) +PASS -- TEST 'rap_2threads_intel' [06:55, 06:07](1374 MB) +PASS -- TEST 'rap_restart_intel' [05:10, 03:23](1136 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:52, 06:31](1201 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:53, 07:02](1151 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:06, 04:56](1199 MB) +PASS -- TEST 'hrrr_control_intel' [04:55, 03:22](1066 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:57, 03:26](1042 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [03:58, 03:04](1122 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:38, 01:51](1029 MB) +PASS -- TEST 'rrfs_v1beta_intel' [07:57, 06:19](1193 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:22, 07:37](2008 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:20, 07:21](2175 MB) + +PASS -- COMPILE 'csawmg_intel' [07:10, 07:05] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [06:35, 05:15](822 MB) +PASS -- TEST 'control_ras_intel' [03:18, 02:48](814 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:10, 04:06] +PASS -- TEST 'control_csawmg_gnu' [07:40, 06:25](811 MB) + +PASS -- COMPILE 'wam_intel' [07:10, 06:40] +PASS -- TEST 'control_wam_intel' [02:25, 01:48](787 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:11, 09:30] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:04, 02:13](1638 MB) +PASS -- TEST 'regional_control_faster_intel' [04:34, 04:04](963 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [04:10, 03:48] ( 885 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:41, 02:11](1629 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:42, 02:06](1635 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:19, 02:28](832 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:20, 02:14](832 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:33, 03:22](876 MB) +PASS -- TEST 'control_ras_debug_intel' [03:18, 02:16](841 MB) +PASS -- TEST 'control_diag_debug_intel' [03:40, 02:10](1692 MB) +PASS -- TEST 'control_debug_p8_intel' [03:41, 02:19](1667 MB) +PASS -- TEST 'regional_debug_intel' [14:38, 14:01](903 MB) +PASS -- TEST 'rap_control_debug_intel' [04:22, 03:58](1221 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:22, 03:51](1214 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:20, 03:57](1219 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [04:22, 03:59](1230 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:27, 04:01](1219 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:45, 04:14](1297 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:20, 04:08](1215 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:20, 04:10](1228 MB) +PASS -- TEST 'rap_lndp_debug_intel' [04:20, 04:02](1217 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:18, 04:00](1232 MB) +PASS -- TEST 'rap_noah_debug_intel' [04:18, 03:59](1221 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [04:21, 03:57](1229 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:20, 06:34](1223 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [04:17, 03:54](1212 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:21, 04:49](1229 MB) +PASS -- TEST 'rap_flake_debug_intel' [04:16, 03:58](1221 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:51, 06:46](1221 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:10, 03:11] +PASS -- TEST 'control_csawmg_debug_gnu' [02:35, 01:51](790 MB) + +PASS -- COMPILE 'wam_debug_intel' [03:10, 02:38] ( 855 warnings ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:10, 06:34] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:56, 03:14](1271 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:45, 05:24](1154 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:00, 02:53](1020 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:40, 05:15](1249 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:04, 02:38](1033 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:04, 03:01](981 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:57, 04:05](1102 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:46, 01:33](959 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:10, 08:45] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:47, 01:44](1312 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:42, 00:44](1201 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:40, 01:02](1152 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:11, 06:33] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:37, 03:42](1098 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:10, 04:27] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:21, 03:58](1095 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:22, 03:53](1104 MB) +PASS -- TEST 'conus13km_debug_intel' [12:42, 11:46](1343 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [12:42, 11:51](988 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [07:41, 06:35](1240 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:36, 11:37](1397 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:10, 04:27] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:24, 04:01](1158 MB) + +PASS -- COMPILE 'hafsw_intel' [10:10, 09:28] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:05, 05:24](884 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:25, 05:11](1280 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:19, 06:27](944 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:13, 13:58](984 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:28, 15:53](1008 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:53, 05:21](606 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:22, 06:55](619 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:41, 02:41](439 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:13, 07:48](545 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:44, 03:52](619 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:48, 03:46](618 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:50, 04:47](680 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:24, 01:19](449 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [03:10, 03:03] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:50, 11:23](626 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [11:10, 10:24] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:53, 17:23](748 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:08, 16:49](845 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [11:10, 10:22] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [12:09, 10:46](832 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:11, 09:34] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:10, 05:19](951 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:11, 05:22](938 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:46, 16:20](1344 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [06:11, 05:56] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:16, 02:10](1141 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:17, 01:18](1093 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:15, 02:06](1017 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:15, 02:08](1016 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:15, 02:10](1009 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:15, 02:12](1154 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:15, 02:09](1133 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:15, 02:04](1012 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:53, 04:57](1160 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:48, 04:56](1143 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:13, 02:08](1137 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:17, 03:02](2436 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:15, 03:04](2391 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:56] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:14, 05:15](1085 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:10, 06:05] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:15, 02:08](1144 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 00:54] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:27, 00:50](336 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:21, 00:47](558 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:24, 00:31](559 MB) + +PASS -- COMPILE 'atml_intel' [08:11, 08:04] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:11, 05:21](1640 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [07:10, 05:17](1646 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:53, 02:45](938 MB) + +PASS -- COMPILE 'atml_debug_intel' [04:11, 03:21] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:04, 04:43](1654 MB) + +PASS -- COMPILE 'atmw_intel' [10:10, 09:41] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:57, 01:30](1684 MB) + +PASS -- COMPILE 'atmaero_intel' [08:10, 07:32] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:57, 03:30](1796 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:02, 04:13](1797 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:49, 04:17](1817 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [03:10, 02:55] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [17:35, 16:00](4573 MB) + +PASS -- COMPILE 'atm_gnu' [05:10, 04:57] +PASS -- TEST 'control_c48_gnu' [10:45, 09:26](1578 MB) +PASS -- TEST 'control_stochy_gnu' [03:23, 02:17](729 MB) +PASS -- TEST 'control_ras_gnu' [04:25, 03:42](736 MB) +PASS -- TEST 'control_p8_gnu' [05:02, 03:31](1512 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [04:52, 03:24](1516 MB) +PASS -- TEST 'control_flake_gnu' [05:21, 04:22](803 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:10, 04:47] +PASS -- TEST 'rap_control_gnu' [09:05, 07:34](1083 MB) +PASS -- TEST 'rap_decomp_gnu' [08:58, 07:44](1084 MB) +PASS -- TEST 'rap_2threads_gnu' [09:09, 07:12](1147 MB) +PASS -- TEST 'rap_restart_gnu' [05:14, 03:55](885 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [09:00, 07:34](1088 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:54, 07:42](1086 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:03, 05:38](884 MB) +PASS -- TEST 'hrrr_control_gnu' [05:02, 03:59](1072 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [04:54, 03:58](1140 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [04:57, 03:39](1031 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [04:58, 04:00](1074 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [02:36, 02:05](881 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:37, 01:59](932 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [08:56, 07:31](1084 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [09:11, 08:13] +PASS -- TEST 'control_diag_debug_gnu' [02:40, 01:14](1625 MB) +PASS -- TEST 'regional_debug_gnu' [07:33, 06:16](927 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:18, 01:59](1100 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:21, 01:52](1090 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:20, 01:54](1097 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [02:19, 01:57](1094 MB) +PASS -- TEST 'rap_diag_debug_gnu' [02:28, 02:01](1270 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:19, 03:03](1097 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:20, 01:58](1101 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:21, 01:53](1095 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:20, 01:12](727 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:19, 01:14](722 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:41, 01:14](1502 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:21, 01:58](1100 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:20, 02:10](1104 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:00, 03:14](1100 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:10, 03:35] +PASS -- TEST 'control_wam_debug_gnu' [02:27, 01:56](499 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [07:11, 06:27] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:44, 07:14](961 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:05, 03:46](952 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:54, 06:40](968 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:51, 03:26](875 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:43, 03:45](948 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:03, 05:28](860 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:41, 01:58](857 MB) +PASS -- TEST 'conus13km_control_gnu' [03:45, 02:28](1267 MB) +PASS -- TEST 'conus13km_2threads_gnu' [01:36, 01:01](1174 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:35, 01:24](920 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [14:10, 14:00] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:32, 04:16](993 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [13:10, 12:29] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:19, 01:53](979 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:19, 01:51](974 MB) +PASS -- TEST 'conus13km_debug_gnu' [06:37, 05:28](1278 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [06:41, 05:30](951 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [04:36, 03:15](1189 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:36, 05:25](1356 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [13:10, 12:43] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:22, 01:57](1002 MB) + +PASS -- COMPILE 's2swa_gnu' [19:10, 18:35] + +PASS -- COMPILE 's2s_gnu' [17:10, 17:06] + +PASS -- COMPILE 's2swa_debug_gnu' [13:10, 12:53] + +PASS -- COMPILE 's2sw_pdlib_gnu' [18:10, 17:48] + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [12:11, 12:03] + +PASS -- COMPILE 'datm_cdeps_gnu' [16:11, 15:56] SYNOPSIS: -Starting Date/Time: 20240508 13:49:00 -Ending Date/Time: 20240508 15:19:44 -Total Time: 01h:31m:22s +Starting Date/Time: 20240512 07:18:29 +Ending Date/Time: 20240512 08:31:43 +Total Time: 01h:13m:36s Compiles Completed: 54/54 Tests Completed: 237/237 diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index 9aa3779381..0a73641041 100644 --- a/tests/logs/RegressionTests_jet.log +++ b/tests/logs/RegressionTests_jet.log @@ -1,17 +1,17 @@ ====START OF JET REGRESSION TESTING LOG==== UFSWM hash used in testing: -f29351be77830efd8ae23ad72436b4b38b886383 +6a75664fc408bfd7a64311ae178ffeb12ffe7b77 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) + 500073c60809f6f887194d3e79c1d632d1b5ed26 CICE-interface/CICE (remotes/origin/cice_sync) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - cf9b7655becf840bb2861ad84ad0a76a9952ddc7 FV3 (remotes/origin/fv3atm_output_dir) + 7147dac3d5075c38a43cc221d1e7e7337c28437f FV3 (heads/develop) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) 741212e4962d371520f773e2be9481142f79635e FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-718-g741212e) 1c2a898e97f069eeeb930cfb542db67ed349b72c FV3/ccpp/physics (EP4-744-g1c2a898e) @@ -21,7 +21,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) + 129e1bda02d454fb280819d1d87ae16347fd044c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10049-g129e1bda0) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) @@ -36,244 +36,244 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240503 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_36815 +COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3749061 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [59:01, 39:54] ( 1 warnings 1383 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:02, 07:22](1791 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [09:02, 50:08] ( 1 warnings 1427 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [25:05, 22:18](1670 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [28:27, 24:43](1882 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [16:38, 11:03](999 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:36, 24:52](1636 MB) - -PASS -- COMPILE 's2swa_intel' [59:01, 39:55] ( 1381 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [15:42, 08:51](1807 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:09, 08:28](1826 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:09, 05:17](1713 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [15:41, 08:43](1850 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:10, 05:07](1732 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:44, 07:37](2274 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [11:33, 08:34](1806 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:44, 07:16](1771 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [18:10, 08:32](1821 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:50, 07:32](1788 MB) - -PASS -- COMPILE 's2sw_intel' [57:00, 38:10] ( 1279 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:40, 06:06](1649 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:48, 05:59](1693 MB) - -PASS -- COMPILE 's2swa_debug_intel' [25:57, 07:14] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [13:08, 10:40](1859 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:11, 04:47] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:25, 07:19](1681 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [33:14, 32:31] ( 1011 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:00, 06:23](1715 MB) - -PASS -- COMPILE 's2s_intel' [33:14, 32:30] ( 1016 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [14:20, 12:52](2799 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:10, 03:44](2802 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:08, 02:12](2268 MB) - -PASS -- COMPILE 's2swa_faster_intel' [34:18, 33:39] ( 1608 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [15:02, 07:42](1825 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [48:15, 47:53] ( 1339 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [37:57, 22:16](1692 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [20:31, 10:55](1040 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [32:06, 24:29](1657 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:11, 05:02] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:48, 32:25](1691 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [35:13, 35:04] ( 1 warnings 1151 remarks ) -PASS -- TEST 'control_flake_intel' [06:33, 04:52](642 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [17:44, 04:56](1533 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [15:55, 05:00](1551 MB) -PASS -- TEST 'control_latlon_intel' [19:37, 04:18](1549 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [15:49, 04:55](1537 MB) -PASS -- TEST 'control_c48_intel' [17:48, 12:02](1737 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [11:45, 10:16](847 MB) -PASS -- TEST 'control_c192_intel' [22:04, 15:23](1675 MB) -PASS -- TEST 'control_c384_intel' [26:14, 21:22](1813 MB) -PASS -- TEST 'control_c384gdas_intel' [23:36, 16:16](1021 MB) -PASS -- TEST 'control_stochy_intel' [03:31, 02:14](604 MB) -PASS -- TEST 'control_stochy_restart_intel' [15:52, 01:41](436 MB) -PASS -- TEST 'control_lndp_intel' [03:31, 02:09](603 MB) -PASS -- TEST 'control_iovr4_intel' [04:36, 03:43](604 MB) -PASS -- TEST 'control_iovr5_intel' [04:36, 03:36](595 MB) -PASS -- TEST 'control_p8_intel' [17:21, 04:23](1576 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [13:26, 04:14](1573 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:27, 04:15](1577 MB) -PASS -- TEST 'control_restart_p8_intel' [11:33, 02:48](817 MB) -PASS -- TEST 'control_noqr_p8_intel' [21:09, 04:23](1566 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [08:22, 02:29](852 MB) -PASS -- TEST 'control_decomp_p8_intel' [18:06, 05:03](1570 MB) -PASS -- TEST 'control_2threads_p8_intel' [11:21, 04:04](1663 MB) -PASS -- TEST 'control_p8_lndp_intel' [23:58, 07:52](1570 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [14:35, 05:26](1618 MB) -PASS -- TEST 'control_p8_mynn_intel' [19:27, 05:02](1583 MB) -PASS -- TEST 'merra2_thompson_intel' [21:30, 04:54](1587 MB) -PASS -- TEST 'regional_control_intel' [24:42, 08:30](764 MB) -PASS -- TEST 'regional_restart_intel' [06:48, 04:37](934 MB) -PASS -- TEST 'regional_decomp_intel' [11:34, 08:54](765 MB) -PASS -- TEST 'regional_2threads_intel' [07:26, 05:37](756 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [22:06, 08:02](762 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [21:49, 08:11](762 MB) - -PASS -- COMPILE 'rrfs_intel' [33:13, 32:53] ( 3 warnings 1119 remarks ) -PASS -- TEST 'rap_control_intel' [26:38, 11:11](990 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [20:28, 06:09](1221 MB) -PASS -- TEST 'rap_decomp_intel' [26:06, 11:23](989 MB) -PASS -- TEST 'rap_2threads_intel' [25:07, 10:24](1088 MB) -PASS -- TEST 'rap_restart_intel' [07:17, 05:45](993 MB) -PASS -- TEST 'rap_sfcdiff_intel' [25:31, 10:46](996 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [22:04, 11:37](993 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [10:44, 08:08](1000 MB) -PASS -- TEST 'hrrr_control_intel' [16:19, 05:40](986 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [16:09, 05:43](987 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [16:02, 05:31](1065 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:40, 03:03](916 MB) -PASS -- TEST 'rrfs_v1beta_intel' [23:52, 11:05](991 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [23:35, 13:29](1944 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [23:35, 13:25](1932 MB) - -PASS -- COMPILE 'csawmg_intel' [32:14, 31:15] ( 1 warnings 1096 remarks ) -PASS -- TEST 'control_csawmg_intel' [17:02, 09:03](693 MB) -PASS -- TEST 'control_ras_intel' [12:27, 05:03](664 MB) - -PASS -- COMPILE 'wam_intel' [30:13, 30:08] ( 982 remarks ) -PASS -- TEST 'control_wam_intel' [04:25, 03:14](505 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [43:13, 32:13] ( 1295 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:36, 03:39](1584 MB) -PASS -- TEST 'regional_control_faster_intel' [10:44, 06:59](769 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [20:13, 06:12] ( 885 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [07:05, 03:24](1564 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [07:16, 03:36](1558 MB) -PASS -- TEST 'control_stochy_debug_intel' [06:29, 03:52](763 MB) -PASS -- TEST 'control_lndp_debug_intel' [06:31, 03:29](764 MB) -PASS -- TEST 'control_csawmg_debug_intel' [08:00, 05:28](810 MB) -PASS -- TEST 'control_ras_debug_intel' [06:30, 03:31](776 MB) -PASS -- TEST 'control_diag_debug_intel' [07:07, 03:25](1630 MB) -PASS -- TEST 'control_debug_p8_intel' [07:03, 03:41](1588 MB) -PASS -- TEST 'regional_debug_intel' [24:59, 21:56](780 MB) -PASS -- TEST 'rap_control_debug_intel' [07:29, 06:14](1155 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:30, 06:11](1148 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:28, 06:23](1154 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:30, 06:21](1150 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:27, 06:18](1150 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:38, 06:25](1232 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:29, 06:27](1150 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:26, 06:26](1148 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:31, 06:21](1149 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:29, 06:15](1147 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:29, 06:13](1150 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:27, 06:11](1143 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:31, 10:09](1141 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:27, 06:03](1146 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [09:27, 07:31](1149 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:29, 06:12](1151 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:33, 11:00](1156 MB) - -PASS -- COMPILE 'wam_debug_intel' [12:11, 04:15] ( 855 warnings ) -PASS -- TEST 'control_wam_debug_intel' [07:28, 06:15](446 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [33:13, 30:33] ( 3 warnings 1032 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [10:24, 05:25](1069 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:08, 08:49](899 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:22, 04:37](873 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:08, 08:09](947 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [09:16, 04:05](911 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:21, 05:02](840 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:23, 06:44](890 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:36, 02:36](837 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [43:14, 43:02] ( 3 warnings 1198 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:12, 03:08](1106 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:56, 01:33](1055 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:55, 01:39](1023 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [31:13, 30:37] ( 3 warnings 1052 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:02, 05:39](898 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 04:07] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:30, 06:08](1030 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [08:29, 06:08](1027 MB) -PASS -- TEST 'conus13km_debug_intel' [24:09, 18:30](1135 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [25:03, 18:45](852 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [16:01, 10:46](1083 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [24:00, 18:29](1205 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 04:22] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:37, 06:12](1076 MB) - -PASS -- COMPILE 'hafsw_intel' [35:13, 34:59] ( 1 warnings 1430 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:26, 07:43](722 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:37, 07:36](1084 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:53, 09:48](766 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [21:32, 19:14](809 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:54, 19:08](966 MB) -PASS -- TEST 'gnv1_nested_intel' [09:24, 07:10](775 MB) - -PASS -- COMPILE 'hafs_all_intel' [33:13, 32:20] ( 1268 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [12:27, 10:42](772 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [12:34, 10:43](754 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:10, 08:03] ( 67 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:23, 03:44](1055 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:25, 02:17](1032 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:23, 03:18](922 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:23, 03:36](927 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:24, 03:36](926 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:25, 03:38](1060 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:23, 03:42](1056 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:23, 03:31](926 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:36, 08:25](884 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:34, 08:04](842 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:22, 03:39](1064 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:25, 05:16](2400 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:25, 05:16](2408 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:25] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:24, 08:01](1017 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 07:47] ( 70 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:21, 03:46](1049 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 02:00] ( 60 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:42, 01:54](233 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:39, 01:32](253 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:29, 00:56](253 MB) - -PASS -- COMPILE 'atml_intel' [39:14, 38:41] ( 8 warnings 1189 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:48, 10:14](1605 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [12:47, 10:11](1597 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:57, 05:34](870 MB) - -PASS -- COMPILE 'atml_debug_intel' [06:11, 05:28] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:12, 07:50](1629 MB) - -PASS -- COMPILE 'atmw_intel' [32:13, 31:48] ( 1260 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:41, 02:32](1611 MB) - -PASS -- COMPILE 'atmaero_intel' [31:13, 30:25] ( 1099 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:37, 05:39](1698 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:32, 06:37](1722 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:13, 06:53](1729 MB) +PASS -- COMPILE 's2swa_32bit_intel' [39:13, 38:49] ( 1 warnings 1383 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:45, 07:07](1789 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [54:15, 53:21] ( 1 warnings 1427 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [23:01, 20:46](1662 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:17, 22:34](1883 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [13:18, 10:25](990 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [25:34, 23:56](1626 MB) + +PASS -- COMPILE 's2swa_intel' [39:14, 39:03] ( 1381 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [09:22, 07:46](1829 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:46, 07:47](1825 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:54, 04:24](1716 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:22, 07:49](1866 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:53, 04:39](1730 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:17, 07:29](2265 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:17, 07:47](1812 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:45, 06:37](1785 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:45, 07:44](1829 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:36, 07:20](1792 MB) + +PASS -- COMPILE 's2sw_intel' [37:13, 36:56] ( 1279 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:37, 05:55](1667 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:47, 05:47](1706 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:11, 05:29] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [13:57, 11:34](1845 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:10, 05:15] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:25, 07:17](1681 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [33:13, 32:21] ( 1011 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:52, 05:47](1722 MB) + +PASS -- COMPILE 's2s_intel' [33:13, 32:20] ( 1016 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [14:10, 12:42](2801 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:12, 03:34](2794 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:03, 02:00](2273 MB) + +PASS -- COMPILE 's2swa_faster_intel' [34:18, 33:37] ( 1608 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:55, 07:35](1811 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [47:14, 46:31] ( 1339 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [28:41, 20:51](1684 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:44, 10:27](1031 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [25:34, 24:08](1654 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 04:59] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:41, 32:11](1691 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [35:13, 34:35] ( 1 warnings 1151 remarks ) +PASS -- TEST 'control_flake_intel' [05:33, 04:38](644 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [12:19, 04:08](1532 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [13:33, 04:05](1552 MB) +PASS -- TEST 'control_latlon_intel' [12:15, 04:04](1510 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [09:24, 04:09](1546 MB) +PASS -- TEST 'control_c48_intel' [14:31, 11:56](1729 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [10:43, 10:06](846 MB) +PASS -- TEST 'control_c192_intel' [19:42, 14:12](1689 MB) +PASS -- TEST 'control_c384_intel' [27:44, 18:16](1809 MB) +PASS -- TEST 'control_c384gdas_intel' [27:02, 13:35](1018 MB) +PASS -- TEST 'control_stochy_intel' [03:31, 02:20](601 MB) +PASS -- TEST 'control_stochy_restart_intel' [08:32, 01:22](441 MB) +PASS -- TEST 'control_lndp_intel' [03:32, 02:11](600 MB) +PASS -- TEST 'control_iovr4_intel' [04:36, 03:26](600 MB) +PASS -- TEST 'control_iovr5_intel' [04:36, 03:27](591 MB) +PASS -- TEST 'control_p8_intel' [12:38, 03:57](1575 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [15:06, 04:00](1580 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [12:56, 04:01](1544 MB) +PASS -- TEST 'control_restart_p8_intel' [04:19, 02:12](813 MB) +PASS -- TEST 'control_noqr_p8_intel' [12:44, 04:01](1525 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:11, 02:12](837 MB) +PASS -- TEST 'control_decomp_p8_intel' [12:39, 04:12](1528 MB) +PASS -- TEST 'control_2threads_p8_intel' [10:57, 03:41](1660 MB) +PASS -- TEST 'control_p8_lndp_intel' [15:26, 07:15](1548 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [14:08, 05:03](1636 MB) +PASS -- TEST 'control_p8_mynn_intel' [12:57, 04:05](1555 MB) +PASS -- TEST 'merra2_thompson_intel' [14:19, 04:29](1548 MB) +PASS -- TEST 'regional_control_intel' [17:12, 07:14](767 MB) +PASS -- TEST 'regional_restart_intel' [04:45, 03:50](940 MB) +PASS -- TEST 'regional_decomp_intel' [10:12, 07:33](763 MB) +PASS -- TEST 'regional_2threads_intel' [08:14, 04:23](755 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [17:19, 07:17](760 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [14:44, 07:12](763 MB) + +PASS -- COMPILE 'rrfs_intel' [33:13, 33:04] ( 3 warnings 1119 remarks ) +PASS -- TEST 'rap_control_intel' [18:28, 10:16](986 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [13:13, 05:45](1221 MB) +PASS -- TEST 'rap_decomp_intel' [17:58, 10:48](987 MB) +PASS -- TEST 'rap_2threads_intel' [14:57, 09:43](1086 MB) +PASS -- TEST 'rap_restart_intel' [07:20, 05:18](995 MB) +PASS -- TEST 'rap_sfcdiff_intel' [14:24, 10:10](995 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [14:03, 10:49](975 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:37, 07:35](998 MB) +PASS -- TEST 'hrrr_control_intel' [08:03, 05:15](993 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [08:06, 05:26](983 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:31, 04:47](1059 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:27, 02:53](921 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:26, 10:04](987 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [13:26, 12:28](1946 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:28, 12:15](1938 MB) + +PASS -- COMPILE 'csawmg_intel' [32:14, 31:16] ( 1 warnings 1096 remarks ) +PASS -- TEST 'control_csawmg_intel' [08:43, 08:08](688 MB) +PASS -- TEST 'control_ras_intel' [05:24, 04:30](663 MB) + +PASS -- COMPILE 'wam_intel' [30:14, 29:45] ( 982 remarks ) +PASS -- TEST 'control_wam_intel' [03:26, 02:44](501 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [32:13, 31:53] ( 1295 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:29, 03:38](1570 MB) +PASS -- TEST 'regional_control_faster_intel' [07:44, 06:38](770 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [13:11, 05:40] ( 885 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:55, 03:25](1567 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:55, 03:29](1556 MB) +PASS -- TEST 'control_stochy_debug_intel' [06:26, 03:50](766 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:25, 03:31](765 MB) +PASS -- TEST 'control_csawmg_debug_intel' [08:45, 05:23](812 MB) +PASS -- TEST 'control_ras_debug_intel' [05:25, 03:32](779 MB) +PASS -- TEST 'control_diag_debug_intel' [06:03, 03:23](1628 MB) +PASS -- TEST 'control_debug_p8_intel' [06:02, 03:40](1587 MB) +PASS -- TEST 'regional_debug_intel' [24:43, 21:59](776 MB) +PASS -- TEST 'rap_control_debug_intel' [07:28, 06:09](1150 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:27, 05:56](1150 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:24, 06:09](1147 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:28, 06:04](1154 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:27, 06:03](1149 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:44, 06:24](1236 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:28, 06:16](1152 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:28, 06:11](1152 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:28, 06:08](1153 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:28, 06:08](1149 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:28, 05:58](1148 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:27, 06:06](1150 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:27, 09:57](1148 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:28, 05:59](1145 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:28, 07:23](1150 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:24, 06:06](1151 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:27, 10:31](1157 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:11, 03:55] ( 855 warnings ) +PASS -- TEST 'control_wam_debug_intel' [07:24, 06:10](444 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:12, 30:25] ( 3 warnings 1032 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:38, 05:19](1080 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:03, 08:34](904 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:02, 04:26](871 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:03, 08:14](947 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:36, 04:05](904 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:00, 04:40](859 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:20, 06:18](898 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:30, 02:35](842 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [45:13, 43:10] ( 3 warnings 1198 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:05, 02:58](1105 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:49, 01:25](1050 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:48, 01:37](1026 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [31:13, 30:48] ( 3 warnings 1052 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:59, 05:33](913 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:11, 04:14] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:25, 06:03](1030 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:26, 05:59](1024 MB) +PASS -- TEST 'conus13km_debug_intel' [19:56, 18:29](1139 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [19:56, 18:35](850 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:51, 10:44](1088 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:51, 18:22](1202 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 04:10] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:30, 06:13](1073 MB) + +PASS -- COMPILE 'hafsw_intel' [35:13, 35:05] ( 1 warnings 1430 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:29, 07:01](720 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:38, 06:29](1094 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:48, 09:22](774 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [18:33, 16:24](803 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [21:55, 18:17](823 MB) +PASS -- TEST 'gnv1_nested_intel' [07:35, 05:48](779 MB) + +PASS -- COMPILE 'hafs_all_intel' [32:13, 32:07] ( 1268 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [13:22, 08:51](769 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [14:25, 08:43](755 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:11, 07:49] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:23, 03:38](1057 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:23, 02:14](1029 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:24, 03:33](920 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:24, 03:38](926 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:24, 03:36](935 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:24, 03:38](1062 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:24, 03:38](1064 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:24, 03:30](921 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:24, 07:58](886 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:24, 07:57](839 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:21, 03:37](1067 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:25, 05:06](2395 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:24, 05:05](2347 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:27] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:24, 08:03](1014 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:10, 08:04] ( 70 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:20, 03:38](1051 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:57] ( 60 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:37, 01:38](234 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:30, 01:24](257 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:30, 00:53](256 MB) + +PASS -- COMPILE 'atml_intel' [34:13, 33:54] ( 8 warnings 1189 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:50, 08:05](1601 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [10:47, 08:12](1597 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:50, 04:55](864 MB) + +PASS -- COMPILE 'atml_debug_intel' [06:11, 05:20] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:58, 07:23](1627 MB) + +PASS -- COMPILE 'atmw_intel' [33:13, 32:35] ( 1260 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:28, 02:19](1595 MB) + +PASS -- COMPILE 'atmaero_intel' [31:13, 30:57] ( 1099 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:31, 05:21](1702 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:32, 06:22](1729 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:21, 06:33](1729 MB) SYNOPSIS: -Starting Date/Time: 20240508 14:46:39 -Ending Date/Time: 20240509 00:39:50 -Total Time: 09h:53m:54s +Starting Date/Time: 20240510 17:44:38 +Ending Date/Time: 20240510 21:07:06 +Total Time: 03h:23m:06s Compiles Completed: 33/33 Tests Completed: 161/161 diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 851f2ac9e6..7e0f13836d 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,17 +1,17 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -1b73dc3cfe52765a05ce8ae57735fef196de5fab +57df4fd8b6ec5e0bca03b4a3ca21768f68c5bfaa Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) + 500073c60809f6f887194d3e79c1d632d1b5ed26 CICE-interface/CICE (remotes/origin/cice_sync) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - cf9b7655becf840bb2861ad84ad0a76a9952ddc7 FV3 (remotes/origin/fv3atm_output_dir) + 7147dac3d5075c38a43cc221d1e7e7337c28437f FV3 (heads/develop) 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) 741212e4962d371520f773e2be9481142f79635e FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-718-g741212e) 1c2a898e97f069eeeb930cfb542db67ed349b72c FV3/ccpp/physics (EP4-744-g1c2a898e) @@ -21,7 +21,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) + 129e1bda02d454fb280819d1d87ae16347fd044c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10049-g129e1bda0) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) @@ -36,275 +36,275 @@ 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-20240503 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_67506 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_114590 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [16:11, 15:42] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:54, 05:33](3178 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:11, 20:09] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [20:21, 17:19](1736 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:11, 18:27](1976 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [15:10, 08:32](1117 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:17, 19:31](1647 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 05:21] ( 1525 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:58, 23:06](1630 MB) - -PASS -- COMPILE 's2swa_intel' [16:11, 15:39] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [07:38, 05:50](3210 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:07, 05:58](3212 MB) -PASS -- TEST 'cpld_restart_p8_intel' [14:07, 03:22](3250 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [07:38, 05:52](3236 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [14:06, 03:28](3274 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [08:54, 06:16](3561 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:54, 05:59](3193 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [06:39, 04:53](3068 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:55, 05:51](3214 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [13:57, 10:32](3337 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [13:34, 06:47](3563 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [19:01, 11:22](4127 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:56, 07:25](4378 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:50, 05:35](3173 MB) - -PASS -- COMPILE 's2sw_intel' [15:11, 14:10] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:20, 04:50](1738 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:40, 04:34](1781 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:11, 05:22] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:49, 08:45](3251 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:11, 05:30] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:19, 06:04](1754 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [14:11, 14:02] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:43, 04:32](1779 MB) - -PASS -- COMPILE 's2s_intel' [14:11, 13:37] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:01, 08:07](2827 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:01, 02:24](2830 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:07, 01:21](2307 MB) - -PASS -- COMPILE 's2swa_faster_intel' [20:12, 20:07] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [08:02, 05:26](3222 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:11, 17:12] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [27:27, 17:32](1767 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:40, 08:33](1138 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:19, 19:34](1678 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 05:06] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:26, 24:48](1704 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [14:11, 13:40] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:26, 03:27](700 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [06:57, 02:57](1553 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:02, 03:03](1600 MB) -PASS -- TEST 'control_latlon_intel' [06:55, 03:00](1585 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:04, 03:00](1537 MB) -PASS -- TEST 'control_c48_intel' [11:01, 07:10](1767 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:32, 06:04](875 MB) -PASS -- TEST 'control_c192_intel' [14:12, 10:28](1752 MB) -PASS -- TEST 'control_c384_intel' [17:14, 12:49](2008 MB) -PASS -- TEST 'control_c384gdas_intel' [15:12, 09:10](1352 MB) -PASS -- TEST 'control_stochy_intel' [04:26, 01:43](660 MB) -PASS -- TEST 'control_stochy_restart_intel' [10:25, 01:08](502 MB) -PASS -- TEST 'control_lndp_intel' [04:23, 01:37](657 MB) -PASS -- TEST 'control_iovr4_intel' [05:29, 02:30](651 MB) -PASS -- TEST 'control_iovr5_intel' [04:26, 02:28](659 MB) -PASS -- TEST 'control_p8_intel' [12:19, 03:05](1634 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [12:30, 02:59](1632 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [12:44, 02:54](1625 MB) -PASS -- TEST 'control_restart_p8_intel' [03:22, 01:40](900 MB) -PASS -- TEST 'control_noqr_p8_intel' [12:29, 02:54](1623 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:25, 01:35](927 MB) -PASS -- TEST 'control_decomp_p8_intel' [12:24, 03:03](1572 MB) -PASS -- TEST 'control_2threads_p8_intel' [12:14, 03:08](1716 MB) -PASS -- TEST 'control_p8_lndp_intel' [13:48, 05:15](1638 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [14:37, 03:57](1695 MB) -PASS -- TEST 'control_p8_mynn_intel' [13:35, 03:53](1635 MB) -PASS -- TEST 'merra2_thompson_intel' [12:50, 03:22](1638 MB) -PASS -- TEST 'regional_control_intel' [12:46, 05:16](858 MB) -PASS -- TEST 'regional_restart_intel' [04:44, 03:01](991 MB) -PASS -- TEST 'regional_decomp_intel' [13:50, 05:40](854 MB) -PASS -- TEST 'regional_2threads_intel' [11:47, 03:53](843 MB) -PASS -- TEST 'regional_noquilt_intel' [12:48, 05:13](1368 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [12:54, 05:15](855 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [11:40, 05:15](859 MB) -PASS -- TEST 'regional_wofs_intel' [10:42, 06:49](1879 MB) - -PASS -- COMPILE 'rrfs_intel' [14:11, 12:03] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [10:38, 07:50](1105 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:13, 04:53](1238 MB) -PASS -- TEST 'rap_decomp_intel' [10:01, 08:09](1032 MB) -PASS -- TEST 'rap_2threads_intel' [09:23, 07:57](1182 MB) -PASS -- TEST 'rap_restart_intel' [08:35, 04:05](1105 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:26, 07:50](1107 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:08, 08:16](1020 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:33, 05:57](1132 MB) -PASS -- TEST 'hrrr_control_intel' [05:31, 04:03](1030 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:09, 04:10](1024 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:09, 03:29](1112 MB) -PASS -- TEST 'hrrr_control_restart_intel' [06:27, 02:12](999 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:27, 07:38](1101 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:25, 09:15](1988 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:29, 08:58](2065 MB) - -PASS -- COMPILE 'csawmg_intel' [13:11, 11:56] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [07:46, 06:09](746 MB) -PASS -- TEST 'control_ras_intel' [04:23, 03:22](740 MB) - -PASS -- COMPILE 'wam_intel' [12:11, 11:28] -PASS -- TEST 'control_wam_intel' [02:22, 02:06](663 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:11, 12:30] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:36, 02:42](1620 MB) -PASS -- TEST 'regional_control_faster_intel' [05:49, 04:38](851 MB) +PASS -- COMPILE 's2swa_32bit_intel' [18:11, 14:08] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:11, 05:26](3177 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:12, 20:08] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [20:02, 17:11](1747 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:00, 18:20](2023 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:05, 08:21](1109 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:00, 19:22](1655 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:11, 05:26] ( 1525 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:44, 23:16](1685 MB) + +PASS -- COMPILE 's2swa_intel' [18:11, 13:52] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [07:49, 05:41](3206 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:13, 05:44](3216 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:00, 03:26](3258 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [07:49, 05:52](3232 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:00, 03:27](3273 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:08, 06:09](3559 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [07:49, 05:47](3202 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:05, 04:49](3070 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:12, 05:44](3209 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:27, 10:25](3342 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [12:40, 06:30](3625 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [19:38, 11:12](4119 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [18:01, 06:49](4370 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:59, 05:27](3176 MB) + +PASS -- COMPILE 's2sw_intel' [18:11, 13:39] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [06:44, 04:40](1736 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:05, 04:27](1783 MB) + +PASS -- COMPILE 's2swa_debug_intel' [09:11, 04:58] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [12:29, 08:32](3248 MB) + +PASS -- COMPILE 's2sw_debug_intel' [09:11, 04:48] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:13, 05:55](1753 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [17:11, 13:07] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:22, 04:25](1781 MB) + +PASS -- COMPILE 's2s_intel' [17:12, 13:14] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:57, 08:10](2836 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:56, 02:22](2833 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:02, 01:27](2294 MB) + +PASS -- COMPILE 's2swa_faster_intel' [22:11, 18:12] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [07:47, 05:26](3211 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [19:11, 17:12] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [24:23, 17:25](1764 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:20, 08:20](1169 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:12, 19:27](1673 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:11, 05:03] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:05, 24:32](1715 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:11, 12:27] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [06:27, 03:29](702 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:57, 02:54](1595 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:59, 03:02](1596 MB) +PASS -- TEST 'control_latlon_intel' [05:52, 02:52](1594 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:01, 03:01](1598 MB) +PASS -- TEST 'control_c48_intel' [09:52, 07:07](1770 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:33, 06:01](872 MB) +PASS -- TEST 'control_c192_intel' [13:09, 10:29](1741 MB) +PASS -- TEST 'control_c384_intel' [15:15, 11:30](2006 MB) +PASS -- TEST 'control_c384gdas_intel' [12:58, 08:56](1354 MB) +PASS -- TEST 'control_stochy_intel' [04:25, 01:40](654 MB) +PASS -- TEST 'control_stochy_restart_intel' [08:24, 00:59](502 MB) +PASS -- TEST 'control_lndp_intel' [04:25, 01:36](658 MB) +PASS -- TEST 'control_iovr4_intel' [05:28, 02:29](648 MB) +PASS -- TEST 'control_iovr5_intel' [05:27, 02:28](654 MB) +PASS -- TEST 'control_p8_intel' [09:28, 03:00](1630 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [09:24, 02:57](1634 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [09:41, 02:51](1640 MB) +PASS -- TEST 'control_restart_p8_intel' [07:17, 01:41](890 MB) +PASS -- TEST 'control_noqr_p8_intel' [09:23, 02:54](1626 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [07:08, 01:36](930 MB) +PASS -- TEST 'control_decomp_p8_intel' [09:24, 03:02](1615 MB) +PASS -- TEST 'control_2threads_p8_intel' [11:23, 03:05](1712 MB) +PASS -- TEST 'control_p8_lndp_intel' [11:53, 05:15](1637 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [10:34, 03:56](1693 MB) +PASS -- TEST 'control_p8_mynn_intel' [09:34, 02:59](1640 MB) +PASS -- TEST 'merra2_thompson_intel' [10:43, 03:22](1645 MB) +PASS -- TEST 'regional_control_intel' [10:45, 05:08](860 MB) +PASS -- TEST 'regional_restart_intel' [05:41, 02:46](1023 MB) +PASS -- TEST 'regional_decomp_intel' [10:41, 05:30](851 MB) +PASS -- TEST 'regional_2threads_intel' [08:39, 03:40](848 MB) +PASS -- TEST 'regional_noquilt_intel' [10:42, 05:05](1364 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [11:44, 05:04](859 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [11:44, 05:05](856 MB) +PASS -- TEST 'regional_wofs_intel' [12:39, 06:44](1921 MB) + +PASS -- COMPILE 'rrfs_intel' [12:11, 11:26] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [14:32, 07:44](1106 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:11, 04:40](1301 MB) +PASS -- TEST 'rap_decomp_intel' [11:07, 08:07](1025 MB) +PASS -- TEST 'rap_2threads_intel' [11:00, 07:54](1177 MB) +PASS -- TEST 'rap_restart_intel' [05:02, 04:06](1098 MB) +PASS -- TEST 'rap_sfcdiff_intel' [14:20, 07:44](1099 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [14:04, 08:11](1024 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:27, 05:50](1124 MB) +PASS -- TEST 'hrrr_control_intel' [10:11, 04:06](1037 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [10:05, 04:10](1022 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [11:00, 03:26](1114 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:25, 02:11](993 MB) +PASS -- TEST 'rrfs_v1beta_intel' [13:25, 07:36](1102 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [13:24, 09:10](1997 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:25, 08:57](2074 MB) + +PASS -- COMPILE 'csawmg_intel' [12:11, 11:59] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [10:41, 06:03](746 MB) +PASS -- TEST 'control_ras_intel' [06:25, 03:20](740 MB) + +PASS -- COMPILE 'wam_intel' [11:10, 10:44] +PASS -- TEST 'control_wam_intel' [05:20, 02:05](658 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [12:11, 11:33] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:31, 02:40](1633 MB) +PASS -- TEST 'regional_control_faster_intel' [07:38, 04:49](856 MB) PASS -- COMPILE 'atm_debug_dyn32_intel' [05:11, 04:37] ( 885 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:54, 02:42](1617 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:57, 02:40](1619 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:24, 03:04](815 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:24, 02:44](819 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:50, 04:22](829 MB) -PASS -- TEST 'control_ras_debug_intel' [03:24, 02:42](825 MB) -PASS -- TEST 'control_diag_debug_intel' [07:52, 02:51](1630 MB) -PASS -- TEST 'control_debug_p8_intel' [06:50, 02:56](1643 MB) -PASS -- TEST 'regional_debug_intel' [22:49, 17:32](845 MB) -PASS -- TEST 'rap_control_debug_intel' [09:25, 05:03](1206 MB) -PASS -- TEST 'hrrr_control_debug_intel' [08:26, 05:03](1194 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [08:26, 04:49](1202 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [08:24, 04:57](1203 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:24, 05:05](1203 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:38, 05:18](1281 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:23, 05:07](1201 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:25, 05:10](1203 MB) -PASS -- TEST 'rap_lndp_debug_intel' [08:24, 05:14](1206 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:23, 05:04](1204 MB) -PASS -- TEST 'rap_noah_debug_intel' [08:23, 04:57](1213 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:24, 05:02](1199 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:24, 08:14](1206 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:24, 04:54](1197 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:24, 06:20](1213 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:24, 04:57](1202 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:38, 08:27](1200 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:11, 03:30] ( 855 warnings ) -PASS -- TEST 'control_wam_debug_intel' [06:24, 05:02](507 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:10, 10:48] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:02, 04:34](1122 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:17, 06:37](1047 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:12, 03:33](978 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:52, 06:51](1099 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:39, 02:59](968 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:35, 03:39](920 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [13:22, 04:55](1027 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:24, 02:01](896 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:12, 14:08] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:02, 02:04](1199 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:50, 01:07](1119 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [06:45, 01:21](1110 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 11:07] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:55, 04:17](998 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 03:39] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:26, 04:58](1082 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:27, 04:48](1086 MB) -PASS -- TEST 'conus13km_debug_intel' [15:03, 14:02](1222 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:07, 14:30](925 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:47, 08:25](1162 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:50, 14:34](1288 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 02:59] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:27, 04:53](1127 MB) - -PASS -- COMPILE 'hafsw_intel' [14:11, 12:32] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:18, 05:29](739 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:29, 06:02](1119 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:32, 07:10](837 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [18:16, 13:28](861 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:26, 15:03](1028 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:00, 06:15](502 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:26, 07:35](517 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:51, 03:11](368 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:14, 08:13](484 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:46, 04:18](531 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:52, 03:56](498 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [09:57, 05:19](579 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [07:28, 01:22](406 MB) -PASS -- TEST 'gnv1_nested_intel' [11:59, 04:34](804 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:10, 03:51] ( 1467 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:53, 12:59](565 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [18:10, 13:32] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [14:03, 09:40](649 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:05, 09:48](741 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [17:11, 13:00] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:08, 07:06](699 MB) - -PASS -- COMPILE 'hafs_all_intel' [16:11, 12:51] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [13:19, 06:20](830 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [13:18, 06:29](813 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [20:58, 15:54](1209 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:11, 06:56] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [06:18, 02:35](1133 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:20, 01:39](1088 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:18, 02:34](1017 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [06:19, 02:38](996 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:18, 02:37](1010 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:19, 02:38](1126 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:17, 02:36](1122 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:17, 02:33](996 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:20, 05:48](1047 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:17, 06:05](1034 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:16, 02:41](1112 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:18, 03:29](2435 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:19, 03:37](2434 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:11, 03:46] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:19, 06:21](1053 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:11, 06:35] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:18, 02:40](1138 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [05:11, 01:43] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:30, 00:51](245 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:23, 00:49](327 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:26, 00:33](324 MB) - -PASS -- COMPILE 'atml_intel' [16:11, 13:04] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:41, 04:15](1613 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:36, 04:19](1598 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:54, 02:26](894 MB) - -PASS -- COMPILE 'atml_debug_intel' [04:10, 04:08] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:38, 05:43](1614 MB) - -PASS -- COMPILE 'atmw_intel' [12:11, 11:19] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:37, 01:46](1621 MB) - -PASS -- COMPILE 'atmaero_intel' [12:11, 11:34] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:28, 04:02](3014 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:25, 04:54](3101 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:09, 05:02](3101 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:12, 03:35] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [22:56, 20:41](4420 MB) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:47, 02:43](1619 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:47, 02:41](1616 MB) +PASS -- TEST 'control_stochy_debug_intel' [06:22, 03:09](822 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:21, 02:47](821 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:40, 04:10](866 MB) +PASS -- TEST 'control_ras_debug_intel' [05:21, 02:53](828 MB) +PASS -- TEST 'control_diag_debug_intel' [04:49, 02:51](1672 MB) +PASS -- TEST 'control_debug_p8_intel' [03:46, 02:44](1648 MB) +PASS -- TEST 'regional_debug_intel' [18:43, 17:18](839 MB) +PASS -- TEST 'rap_control_debug_intel' [05:26, 04:54](1204 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:24, 04:51](1200 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:23, 04:52](1207 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:23, 04:54](1200 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:23, 04:56](1204 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:34, 05:21](1286 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:22, 04:52](1199 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:21, 04:59](1198 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:21, 05:05](1197 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:21, 04:39](1211 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:25, 04:49](1200 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:22, 04:53](1196 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:21, 07:50](1206 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:21, 04:47](1200 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:23, 06:02](1200 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:20, 04:53](1203 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:32, 08:25](1216 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:10, 03:45] ( 855 warnings ) +PASS -- TEST 'control_wam_debug_intel' [06:21, 05:17](506 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 10:15] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:02, 04:26](1176 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:20, 06:27](1054 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:29, 03:24](981 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:00, 06:45](1098 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:12, 02:58](960 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:16, 03:36](919 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:20, 04:58](1043 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:26, 01:56](923 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:10, 12:48] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:01, 02:05](1205 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:48, 01:03](1124 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:49, 01:16](1106 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:11, 10:57] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:49, 04:16](992 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 03:46] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:24, 04:54](1076 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:24, 04:55](1078 MB) +PASS -- TEST 'conus13km_debug_intel' [15:52, 14:26](1229 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:51, 14:39](928 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:43, 08:55](1147 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:43, 14:46](1294 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:10, 03:21] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:28, 04:41](1124 MB) + +PASS -- COMPILE 'hafsw_intel' [15:11, 12:30] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:15, 05:26](742 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:29, 05:51](1120 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:20, 06:58](831 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:10, 13:20](864 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:22, 14:59](884 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:58, 06:11](499 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:19, 07:29](517 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:52, 03:10](372 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:19, 08:00](518 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:43, 04:12](533 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:50, 04:03](530 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:54, 05:17](585 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:25, 01:23](408 MB) +PASS -- TEST 'gnv1_nested_intel' [09:57, 04:36](803 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [07:10, 04:34] ( 1467 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:51, 13:08](567 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [19:11, 12:40] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [13:01, 09:48](671 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [13:01, 09:55](740 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [18:11, 12:14] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:05, 07:01](665 MB) + +PASS -- COMPILE 'hafs_all_intel' [18:11, 12:20] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:15, 06:23](827 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:13, 06:31](816 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:00, 16:03](1210 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [14:12, 08:16] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:18, 02:39](1137 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:20, 01:39](1089 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:17, 02:31](1016 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:17, 02:38](1022 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:18, 02:36](1015 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:17, 02:34](1135 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 02:37](1129 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:19, 02:36](1019 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:14, 05:55](1060 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:12, 06:00](1040 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:15, 02:45](1125 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:18, 03:35](2495 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:19, 03:31](2436 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [09:11, 03:56] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:21, 06:18](1062 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:15, 06:37] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:19, 02:38](1129 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:10, 01:12] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:29, 00:49](260 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:23, 00:51](322 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:25, 00:35](323 MB) + +PASS -- COMPILE 'atml_intel' [15:11, 12:14] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:39, 04:15](1614 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:41, 04:21](1607 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:46, 02:28](905 MB) + +PASS -- COMPILE 'atml_debug_intel' [08:11, 04:03] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:31, 05:41](1619 MB) + +PASS -- COMPILE 'atmw_intel' [12:11, 11:05] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:24, 01:50](1674 MB) + +PASS -- COMPILE 'atmaero_intel' [12:10, 10:40] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:19, 03:58](3024 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:21, 04:51](3095 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:06, 04:57](3096 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:10, 03:13] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [23:44, 20:52](4577 MB) SYNOPSIS: -Starting Date/Time: 20240508 15:06:47 -Ending Date/Time: 20240508 16:39:45 -Total Time: 01h:33m:47s +Starting Date/Time: 20240512 07:31:45 +Ending Date/Time: 20240512 09:04:54 +Total Time: 01h:33m:38s Compiles Completed: 38/38 Tests Completed: 182/182 diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index 257d32ff8a..93b9c16d21 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,18 +1,18 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -f29351be77830efd8ae23ad72436b4b38b886383 +bd6721bc051892b41f039008a028aaef572d7c78 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) + 500073c60809f6f887194d3e79c1d632d1b5ed26 CICE-interface/CICE (remotes/origin/cice_sync) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - cf9b7655becf840bb2861ad84ad0a76a9952ddc7 FV3 (remotes/origin/fv3atm_output_dir) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) + 7147dac3d5075c38a43cc221d1e7e7337c28437f FV3 (7147dac) + 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (9711488) 741212e4962d371520f773e2be9481142f79635e FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-718-g741212e) 1c2a898e97f069eeeb930cfb542db67ed349b72c FV3/ccpp/physics (EP4-744-g1c2a898e) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -21,7 +21,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) + 129e1bda02d454fb280819d1d87ae16347fd044c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10049-g129e1bda0) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) @@ -36,245 +36,252 @@ 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-20240503 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_244581 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_123747 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [22:36, 22:17] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:01, 01:24](2973 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:37, 22:35] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [08:00, 01:54](1592 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [50:01, 01:44](1709 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [50:01, 02:12](851 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [08:01, 01:40](1576 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:18, 04:21] ( 1505 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:20, 01:42](1605 MB) - -PASS -- COMPILE 's2swa_intel' [11:24, 11:00] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [20:13, 01:29](3005 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [20:13, 01:45](3002 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:52, 01:54](3062 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [20:13, 01:25](3025 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [11:48, 01:52](3080 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [20:13, 01:07](3311 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [20:13, 01:28](3003 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [20:14, 01:26](2932 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [20:13, 01:47](3002 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [20:22, 03:33](3952 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [02:29, 04:17](4246 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [20:13, 01:55](2970 MB) - -PASS -- COMPILE 's2sw_intel' [11:24, 10:30] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [20:13, 00:50](1593 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [20:13, 01:04](1640 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [28:42, 28:23] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [02:54, 00:57](1635 MB) - -PASS -- COMPILE 's2s_intel' [10:23, 09:47] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [21:13, 00:43](2657 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [21:13, 01:27](2678 MB) -PASS -- TEST 'cpld_restart_c48_intel' [17:13, 01:24](2108 MB) - -PASS -- COMPILE 's2swa_faster_intel' [20:34, 19:38] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:59, 01:47](3003 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:42, 17:37] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [53:20, 01:11](1604 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [35:58, 00:42](903 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [35:59, 00:40](1581 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:18, 04:18] ( 1541 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:20, 01:40](1611 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:25, 11:01] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [14:54, 00:19](576 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [14:54, 00:27](1468 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [14:54, 00:27](1478 MB) -PASS -- TEST 'control_latlon_intel' [14:54, 00:20](1470 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [14:54, 00:33](1477 MB) -PASS -- TEST 'control_c48_intel' [14:53, 00:52](1597 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [14:53, 00:55](714 MB) -PASS -- TEST 'control_c192_intel' [14:54, 00:41](1582 MB) -PASS -- TEST 'control_c384_intel' [02:53, 01:59](1905 MB) -PASS -- TEST 'control_c384gdas_intel' [14:58, 01:50](1090 MB) -PASS -- TEST 'control_stochy_intel' [14:54, 00:29](532 MB) -PASS -- TEST 'control_stochy_restart_intel' [12:20, 01:04](328 MB) -PASS -- TEST 'control_lndp_intel' [14:54, 00:34](529 MB) -PASS -- TEST 'control_iovr4_intel' [14:54, 00:45](524 MB) -PASS -- TEST 'control_iovr5_intel' [14:54, 00:45](522 MB) -PASS -- TEST 'control_p8_intel' [14:54, 01:56](1509 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [14:08, 01:53](1501 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [13:59, 01:57](1503 MB) -PASS -- TEST 'control_restart_p8_intel' [09:26, 00:42](694 MB) -PASS -- TEST 'control_noqr_p8_intel' [13:45, 01:33](1497 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [08:44, 00:50](698 MB) -PASS -- TEST 'control_decomp_p8_intel' [13:05, 01:21](1495 MB) -PASS -- TEST 'control_2threads_p8_intel' [12:46, 00:51](1591 MB) -PASS -- TEST 'control_p8_lndp_intel' [12:46, 01:08](1510 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [12:17, 01:01](1565 MB) -PASS -- TEST 'control_p8_mynn_intel' [11:53, 01:47](1506 MB) -PASS -- TEST 'merra2_thompson_intel' [11:40, 01:45](1510 MB) -PASS -- TEST 'regional_control_intel' [11:30, 00:18](610 MB) -PASS -- TEST 'regional_restart_intel' [05:48, 00:21](777 MB) -PASS -- TEST 'regional_decomp_intel' [11:29, 01:05](608 MB) -PASS -- TEST 'regional_2threads_intel' [11:18, 00:58](660 MB) -PASS -- TEST 'regional_noquilt_intel' [11:17, 00:24](1146 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [11:08, 00:27](606 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [11:03, 00:17](610 MB) -PASS -- TEST 'regional_wofs_intel' [11:03, 00:34](1577 MB) - -PASS -- COMPILE 'rrfs_intel' [27:52, 27:04] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [58:26, 01:38](917 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [58:27, 01:07](1099 MB) -PASS -- TEST 'rap_decomp_intel' [58:26, 01:23](918 MB) -PASS -- TEST 'rap_2threads_intel' [58:26, 01:45](1005 MB) -PASS -- TEST 'rap_restart_intel' [49:28, 01:17](788 MB) -FAILED: RUN DID NOT COMPLETE -- TEST 'rap_sfcdiff_intel' [, ]( MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [58:26, 01:44](916 MB) -FAILED: UNABLE TO START RUN -- TEST 'rap_sfcdiff_restart_intel' [, ]( MB) -PASS -- TEST 'hrrr_control_intel' [58:26, 01:02](910 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [58:26, 00:56](909 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [58:27, 01:23](989 MB) -PASS -- TEST 'hrrr_control_restart_intel' [53:24, 01:06](742 MB) -PASS -- TEST 'rrfs_v1beta_intel' [58:26, 01:15](912 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [58:26, 01:00](1871 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [58:26, 01:18](1861 MB) - -PASS -- COMPILE 'csawmg_intel' [25:50, 24:55] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [55:23, 00:33](600 MB) -PASS -- TEST 'control_ras_intel' [55:23, 00:55](560 MB) - -PASS -- COMPILE 'wam_intel' [31:02, 30:34] -PASS -- TEST 'control_wam_intel' [49:08, 00:54](272 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [23:48, 23:07] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [56:24, 02:02](1504 MB) -PASS -- TEST 'regional_control_faster_intel' [56:23, 00:26](609 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [22:40, 21:56] ( 870 warnings 92 remarks ) -FAILED: RUN DID NOT COMPLETE -- TEST 'control_CubedSphereGrid_debug_intel' [, ]( MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [52:13, 00:29](1493 MB) -PASS -- TEST 'control_stochy_debug_intel' [52:13, 00:56](693 MB) -PASS -- TEST 'control_lndp_debug_intel' [52:13, 01:16](694 MB) -PASS -- TEST 'control_csawmg_debug_intel' [52:13, 00:41](732 MB) -PASS -- TEST 'control_ras_debug_intel' [52:13, 01:12](704 MB) -PASS -- TEST 'control_diag_debug_intel' [52:13, 01:17](1546 MB) -PASS -- TEST 'control_debug_p8_intel' [52:13, 01:05](1524 MB) -PASS -- TEST 'regional_debug_intel' [52:12, 00:47](629 MB) -PASS -- TEST 'rap_control_debug_intel' [52:13, 00:57](1074 MB) -PASS -- TEST 'hrrr_control_debug_intel' [52:13, 01:06](1068 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [50:58, 01:01](1072 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [50:57, 00:58](1071 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [50:42, 00:53](1075 MB) -PASS -- TEST 'rap_diag_debug_intel' [50:00, 00:50](1156 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [49:58, 00:44](1076 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [49:31, 00:46](1073 MB) -PASS -- TEST 'rap_lndp_debug_intel' [49:28, 00:53](1078 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [49:00, 00:56](1076 MB) -PASS -- TEST 'rap_noah_debug_intel' [48:48, 01:02](1073 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [48:47, 00:54](1078 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [48:20, 00:41](1077 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [47:51, 01:02](1071 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [47:43, 01:06](1077 MB) -PASS -- TEST 'rap_flake_debug_intel' [47:43, 00:55](1074 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [47:43, 02:13](1084 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:25, 05:18] ( 842 warnings ) -PASS -- TEST 'control_wam_debug_intel' [04:37, 00:50](301 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [21:53, 21:07] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [46:29, 01:27](957 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [45:53, 01:19](791 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [45:45, 01:39](786 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [45:42, 01:38](856 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [45:42, 01:33](839 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [44:58, 01:47](789 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [38:29, 01:34](688 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [40:41, 00:19](669 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:38, 13:31] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [53:22, 01:03](1006 MB) -PASS -- TEST 'conus13km_2threads_intel' [47:42, 00:54](1008 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [47:29, 00:42](880 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:30, 13:44] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [47:24, 01:25](806 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:42, 11:26] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [44:51, 00:57](952 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [44:51, 01:11](951 MB) -PASS -- TEST 'conus13km_debug_intel' [44:24, 00:30](1039 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [44:24, 01:06](709 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [44:17, 00:33](1038 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [44:04, 00:24](1102 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:22, 07:56] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [43:32, 00:58](981 MB) - -PASS -- COMPILE 'hafsw_intel' [21:46, 20:34] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [34:40, 02:07](621 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [34:40, 00:37](971 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [34:38, 01:55](663 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [34:38, 01:35](704 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [34:39, 01:22](711 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [34:38, 01:07](386 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [34:39, 02:14](401 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [34:39, 01:26](292 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [34:42, 02:26](376 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [34:29, 01:30](417 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [33:14, 00:52](410 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [33:13, 00:49](493 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [33:12, 00:23](316 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [15:29, 15:00] ( 1449 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [39:56, 00:39](507 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [11:25, 10:26] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [42:00, 00:44](530 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [42:00, 00:44](708 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:30, 12:24] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [39:52, 00:53](712 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:27, 10:23] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [40:47, 01:21](661 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [40:46, 01:23](647 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [40:44, 00:30](882 MB) - -PASS -- COMPILE 'atml_intel' [20:39, 19:53] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [29:32, 01:21](1543 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [29:32, 01:21](1550 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [22:52, 00:21](746 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:21, 04:33] ( 866 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [35:22, 01:44](1569 MB) - -PASS -- COMPILE 'atmaero_intel' [10:32, 10:09] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [39:31, 01:31](2850 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [39:31, 00:53](2914 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [39:31, 01:51](2923 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [10:23, 09:56] ( 870 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [38:47, 01:36](4445 MB) +PASS -- COMPILE 's2swa_32bit_intel' [12:26, 11:23] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [40:18, 01:24](2974 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:34, 16:56] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [22:43, 01:59](1596 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [04:36, 01:43](1712 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [04:19, 02:16](847 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:44, 01:35](1567 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:17, 04:52] ( 1505 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [47:27, 01:57](1600 MB) + +PASS -- COMPILE 's2swa_intel' [24:40, 24:02] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [28:04, 01:06](3002 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [28:04, 01:37](3004 MB) +PASS -- TEST 'cpld_restart_p8_intel' [14:39, 02:02](3061 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [28:04, 01:08](3025 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [19:47, 01:56](3079 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [28:03, 01:09](3314 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [28:03, 01:14](3004 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [28:04, 01:33](2930 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [28:04, 01:29](3005 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [28:12, 04:11](3948 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [09:21, 04:19](4247 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [28:04, 01:44](2975 MB) + +PASS -- COMPILE 's2sw_intel' [11:24, 10:28] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [41:19, 00:50](1585 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [35:38, 01:48](1640 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [20:33, 20:19] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [32:10, 01:59](1632 MB) + +PASS -- COMPILE 's2s_intel' [21:36, 21:17] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [31:07, 00:43](2645 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [31:07, 01:27](2665 MB) +PASS -- TEST 'cpld_restart_c48_intel' [27:03, 01:10](2105 MB) + +PASS -- COMPILE 's2swa_faster_intel' [20:40, 20:11] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [02:27, 01:47](3004 MB) + +FAILED: UNABLE TO COMPILE -- COMPILE 's2sw_pdlib_intel' [, ] +FAILED: UNABLE TO START RUN -- TEST 'cpld_control_pdlib_p8_intel' [, ]( MB) +FAILED: UNABLE TO START RUN -- TEST 'cpld_restart_pdlib_p8_intel' [, ]( MB) +FAILED: UNABLE TO START RUN -- TEST 'cpld_mpi_pdlib_p8_intel' [, ]( MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [10:24, 09:17] ( 1541 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [42:21, 01:43](1613 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [27:42, 26:34] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [19:43, 00:24](576 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [19:43, 00:27](1468 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [19:43, 00:28](1475 MB) +PASS -- TEST 'control_latlon_intel' [19:43, 00:23](1474 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [19:43, 00:33](1474 MB) +PASS -- TEST 'control_c48_intel' [19:42, 00:56](1597 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [19:42, 00:50](713 MB) +PASS -- TEST 'control_c192_intel' [19:43, 00:40](1583 MB) +PASS -- TEST 'control_c384_intel' [19:47, 01:50](1904 MB) +PASS -- TEST 'control_c384gdas_intel' [19:47, 02:36](1086 MB) +PASS -- TEST 'control_stochy_intel' [19:43, 00:26](532 MB) +PASS -- TEST 'control_stochy_restart_intel' [17:17, 01:04](332 MB) +PASS -- TEST 'control_lndp_intel' [19:43, 00:31](525 MB) +PASS -- TEST 'control_iovr4_intel' [19:43, 00:45](523 MB) +PASS -- TEST 'control_iovr5_intel' [19:43, 00:43](525 MB) +PASS -- TEST 'control_p8_intel' [19:43, 01:38](1499 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [19:43, 01:57](1500 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [19:43, 02:01](1503 MB) +PASS -- TEST 'control_restart_p8_intel' [14:28, 01:04](693 MB) +PASS -- TEST 'control_noqr_p8_intel' [19:43, 01:39](1492 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [14:27, 01:03](698 MB) +PASS -- TEST 'control_decomp_p8_intel' [19:38, 01:31](1499 MB) +PASS -- TEST 'control_2threads_p8_intel' [19:28, 01:14](1595 MB) +PASS -- TEST 'control_p8_lndp_intel' [19:28, 01:11](1503 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [14:30, 01:54](1554 MB) +PASS -- TEST 'control_p8_mynn_intel' [17:17, 01:50](1514 MB) +PASS -- TEST 'merra2_thompson_intel' [16:14, 01:59](1509 MB) +PASS -- TEST 'regional_control_intel' [16:12, 00:18](606 MB) +PASS -- TEST 'regional_restart_intel' [10:30, 00:22](777 MB) +PASS -- TEST 'regional_decomp_intel' [15:58, 00:55](609 MB) +PASS -- TEST 'regional_2threads_intel' [15:55, 00:59](668 MB) +PASS -- TEST 'regional_noquilt_intel' [15:49, 00:20](1147 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [15:46, 00:21](606 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [15:42, 00:13](608 MB) +PASS -- TEST 'regional_wofs_intel' [15:14, 00:26](1579 MB) + +PASS -- COMPILE 'rrfs_intel' [24:41, 23:37] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [14:56, 01:30](918 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [14:51, 01:07](1101 MB) +PASS -- TEST 'rap_decomp_intel' [14:38, 01:49](919 MB) +PASS -- TEST 'rap_2threads_intel' [14:29, 01:39](1001 MB) +PASS -- TEST 'rap_restart_intel' [06:08, 01:18](787 MB) +PASS -- TEST 'rap_sfcdiff_intel' [14:14, 01:04](915 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [14:08, 01:36](916 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [05:53, 01:48](788 MB) +PASS -- TEST 'hrrr_control_intel' [14:08, 01:21](910 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [13:00, 01:07](910 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [12:58, 01:35](989 MB) +PASS -- TEST 'hrrr_control_restart_intel' [08:46, 01:03](742 MB) +PASS -- TEST 'rrfs_v1beta_intel' [12:29, 01:15](912 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:54, 00:56](1875 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:38, 01:14](1861 MB) + +PASS -- COMPILE 'csawmg_intel' [17:33, 16:25] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [23:45, 00:30](603 MB) +PASS -- TEST 'control_ras_intel' [23:45, 00:51](559 MB) + +PASS -- COMPILE 'wam_intel' [32:52, 31:41] +PASS -- TEST 'control_wam_intel' [07:25, 01:07](272 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [12:26, 11:50] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [11:11, 02:00](1510 MB) +PASS -- TEST 'regional_control_faster_intel' [11:01, 00:30](611 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [14:29, 13:19] ( 870 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [07:16, 01:19](1487 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [10:27, 00:28](1491 MB) +PASS -- TEST 'control_stochy_debug_intel' [10:06, 00:53](692 MB) +PASS -- TEST 'control_lndp_debug_intel' [10:02, 01:11](692 MB) +PASS -- TEST 'control_csawmg_debug_intel' [09:59, 00:38](730 MB) +PASS -- TEST 'control_ras_debug_intel' [09:18, 01:09](701 MB) +PASS -- TEST 'control_diag_debug_intel' [08:42, 01:22](1555 MB) +PASS -- TEST 'control_debug_p8_intel' [08:27, 01:07](1524 MB) +PASS -- TEST 'regional_debug_intel' [08:07, 00:47](630 MB) +PASS -- TEST 'rap_control_debug_intel' [07:53, 00:56](1076 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:50, 01:02](1070 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:50, 00:57](1073 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:53, 00:55](1071 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:48, 00:52](1074 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:34, 00:50](1156 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:08, 00:55](1074 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:43, 00:47](1077 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:40, 00:50](1078 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:39, 00:55](1075 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:37, 00:58](1075 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:16, 00:56](1071 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [05:10, 00:50](1075 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:09, 00:59](1067 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [04:57, 01:07](1075 MB) +PASS -- TEST 'rap_flake_debug_intel' [04:49, 00:46](1077 MB) +FAILED: RUN DID NOT COMPLETE -- TEST 'gnv1_c96_no_nest_debug_intel' [, ]( MB) + +PASS -- COMPILE 'wam_debug_intel' [07:21, 06:55] ( 842 warnings ) +PASS -- TEST 'control_wam_debug_intel' [20:42, 00:58](297 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [18:38, 17:53] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [53:39, 01:28](954 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [53:38, 01:05](790 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [53:38, 02:33](784 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [53:38, 01:34](852 MB) +FAILED: RUN DID NOT COMPLETE -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [, ]( MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [53:20, 02:09](787 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [46:26, 01:29](685 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [47:36, 00:20](671 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [18:33, 17:43] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:43, 01:03](1002 MB) +PASS -- TEST 'conus13km_2threads_intel' [59:52, 00:54](1007 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [59:30, 00:42](880 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [17:32, 16:53] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [02:21, 01:23](806 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [21:37, 20:54] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [58:05, 01:06](959 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [58:05, 01:14](951 MB) +PASS -- TEST 'conus13km_debug_intel' [58:05, 00:30](1038 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [58:05, 01:15](707 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [57:24, 00:30](1040 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [57:12, 00:25](1104 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [11:25, 10:56] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [03:40, 00:54](981 MB) + +PASS -- COMPILE 'hafsw_intel' [15:31, 14:50] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [02:11, 02:12](622 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [02:05, 00:30](965 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [01:21, 01:48](659 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [01:19, 01:29](702 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [01:20, 01:33](715 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [00:44, 01:10](392 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [00:24, 02:13](402 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [00:24, 01:29](282 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [00:01, 02:35](371 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [59:17, 01:37](416 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [59:14, 00:56](416 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [59:14, 00:53](495 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [59:12, 00:22](320 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [12:28, 12:01] ( 1449 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [03:36, 00:41](506 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [11:26, 10:24] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [57:08, 01:36](524 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [56:54, 01:38](707 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:38, 14:23] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [53:13, 00:50](710 MB) + +PASS -- COMPILE 'hafs_all_intel' [13:27, 12:38] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [53:58, 01:19](668 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [53:58, 01:16](651 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [53:56, 00:27](882 MB) + +PASS -- COMPILE 'atml_intel' [19:35, 18:36] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [44:34, 01:29](1544 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [44:34, 02:23](1541 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [36:40, 00:23](744 MB) + +PASS -- COMPILE 'atml_debug_intel' [04:18, 03:44] ( 866 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [50:18, 01:42](1565 MB) + +PASS -- COMPILE 'atmaero_intel' [13:27, 13:04] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [49:52, 01:26](2851 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [49:52, 01:52](2913 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [49:52, 01:52](2923 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:18, 04:28] ( 870 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [56:40, 01:28](4439 MB) SYNOPSIS: -Starting Date/Time: 20240508 15:27:57 -Ending Date/Time: 20240508 16:47:23 -Total Time: 01h:19m:56s -Compiles Completed: 31/31 -Tests Completed: 155/158 +Starting Date/Time: 20240513 12:06:51 +Ending Date/Time: 20240513 13:29:43 +Total Time: 01h:23m:30s +Compiles Completed: 30/31 +Tests Completed: 153/158 +Failed Compiles: +* COMPILE s2sw_pdlib_intel: FAILED: UNABLE TO COMPILE +-- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/NickSzapiro-NOAA/ufs-weather-model/tests/logs/log_wcoss2/compile_s2sw_pdlib_intel.log Failed Tests: -* TEST rap_sfcdiff_intel: FAILED: RUN DID NOT COMPLETE --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/fabiolrdiniz/ufs-weather-model/tests/logs/log_wcoss2/run_rap_sfcdiff_intel.log -* TEST rap_sfcdiff_restart_intel: FAILED: UNABLE TO START RUN +* TEST cpld_control_pdlib_p8_intel: FAILED: UNABLE TO START RUN -- LOG: N/A -* TEST control_CubedSphereGrid_debug_intel: FAILED: RUN DID NOT COMPLETE --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/fabiolrdiniz/ufs-weather-model/tests/logs/log_wcoss2/run_control_CubedSphereGrid_debug_intel.log +* TEST cpld_restart_pdlib_p8_intel: FAILED: UNABLE TO START RUN +-- LOG: N/A +* TEST cpld_mpi_pdlib_p8_intel: FAILED: UNABLE TO START RUN +-- LOG: N/A +* TEST gnv1_c96_no_nest_debug_intel: FAILED: RUN DID NOT COMPLETE +-- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/NickSzapiro-NOAA/ufs-weather-model/tests/logs/log_wcoss2/run_gnv1_c96_no_nest_debug_intel.log +* TEST hrrr_control_2threads_dyn32_phy32_intel: FAILED: RUN DID NOT COMPLETE +-- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/NickSzapiro-NOAA/ufs-weather-model/tests/logs/log_wcoss2/run_hrrr_control_2threads_dyn32_phy32_intel.log NOTES: A file 'test_changes.list' was generated with list of all failed tests. @@ -287,18 +294,18 @@ Result: FAILURE ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -f29351be77830efd8ae23ad72436b4b38b886383 +bd6721bc051892b41f039008a028aaef572d7c78 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - c9e4679f449e30bb4cc0f22164b4401a8b50f7a6 CICE-interface/CICE (CICE6.0.0-447-gc9e4679) + 500073c60809f6f887194d3e79c1d632d1b5ed26 CICE-interface/CICE (remotes/origin/cice_sync) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - cf9b7655becf840bb2861ad84ad0a76a9952ddc7 FV3 (remotes/origin/fv3atm_output_dir) - 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (201912_public_release-389-g9711488) + 7147dac3d5075c38a43cc221d1e7e7337c28437f FV3 (7147dac) + 97114888f529c2df70ed4a350fd2428df74839ff FV3/atmos_cubed_sphere (9711488) 741212e4962d371520f773e2be9481142f79635e FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-718-g741212e) 1c2a898e97f069eeeb930cfb542db67ed349b72c FV3/ccpp/physics (EP4-744-g1c2a898e) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -307,7 +314,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 0730606b808f2979241d850e763955f5526a980c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10046-g0730606b8) + 129e1bda02d454fb280819d1d87ae16347fd044c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10049-g129e1bda0) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) @@ -322,26 +329,30 @@ 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-20240503 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51903 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_18671 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-b) - NEW BASELINES FROM FILE: test_changes.list * (-e) - USE ECFLOW -PASS -- COMPILE 'rrfs_intel' [10:23, 09:15] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_sfcdiff_intel' [21:31, 02:11](915 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [12:05, 01:20](791 MB) +PASS -- COMPILE 's2sw_pdlib_intel' [12:27, 11:31] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [01:36, 01:12](1604 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [44:04, 01:24](903 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [44:05, 01:32](1584 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:19, 04:13] ( 870 warnings 92 remarks ) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:44, 02:17](1087 MB) -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:18, 04:12] ( 870 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [26:36, 01:18](1490 MB) +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:24, 08:10] ( 3 warnings 91 remarks ) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:40, 01:32](842 MB) SYNOPSIS: -Starting Date/Time: 20240508 17:27:57 -Ending Date/Time: 20240508 17:56:08 -Total Time: 00h:28m:25s -Compiles Completed: 2/2 -Tests Completed: 3/3 +Starting Date/Time: 20240513 13:45:47 +Ending Date/Time: 20240513 14:37:26 +Total Time: 00h:51m:58s +Compiles Completed: 3/3 +Tests Completed: 5/5 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/opnReqTest b/tests/opnReqTest index cf854962b7..3578f1a098 100755 --- a/tests/opnReqTest +++ b/tests/opnReqTest @@ -633,7 +633,7 @@ mkdir -p ${STMP}/${USER} NEW_BASELINE=${STMP}/${USER}/FV3_OPNREQ_TEST/OPNREQ_TEST RTPWD=${NEW_BASELINE} INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20240501} -INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20220624/ +INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20240214/ INPUTDATA_ROOT_BMIC=${INPUTDATA_ROOT_BMIC:-$DISKNM/NEMSfv3gfs/BM_IC-20220207} rm -rf $NEW_BASELINE diff --git a/tests/parm/ice_in.IN b/tests/parm/ice_in.IN index 7910561fe0..e0a29ecacb 100644 --- a/tests/parm/ice_in.IN +++ b/tests/parm/ice_in.IN @@ -195,6 +195,14 @@ / &icefields_nml + f_tlon = .true. + f_tlat = .true. + f_ulon = .true. + f_ulat = .true. + f_nlon = .true. + f_nlat = .true. + f_elon = .true. + f_elat = .true. f_tmask = .true. f_blkmask = .true. f_tarea = .true.