From 04bbc15f9abfb25a8864cdeaebdbd439c4332c95 Mon Sep 17 00:00:00 2001 From: jiandewang Date: Thu, 25 Apr 2024 14:52:00 -0400 Subject: [PATCH] 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