diff --git a/.gitignore b/.gitignore index 0239ee9a5a..bf7d81b1c6 100644 --- a/.gitignore +++ b/.gitignore @@ -73,3 +73,8 @@ tests/fv3_conf/compile_qsub.IN tests/fv3_conf/fv3_slurm.IN tests/fv3_conf/fv3_qsub.IN build*.log* +rocoto_workflow* +fail_compile_* +fail_test_* +tests/run_dir +tests/logs/log_* diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 2d837b16af..f13e16e414 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 2d837b16af326b09ff4018daab4de84f4deff7ec +Subproject commit f13e16e414e115e268b2dd300b665e628e5f2429 diff --git a/FV3 b/FV3 index 3581423f39..927261d391 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 3581423f397e2eb0c1f0cd7f6b728593511278a9 +Subproject commit 927261d3916c8e96e7ebe38fe86f06f7aab0abc2 diff --git a/NOAHMP-interface/noahmp b/NOAHMP-interface/noahmp index ec38ea3d90..3ac32f0db7 160000 --- a/NOAHMP-interface/noahmp +++ b/NOAHMP-interface/noahmp @@ -1 +1 @@ -Subproject commit ec38ea3d902644cd4519d5fe060316859ccdc108 +Subproject commit 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 diff --git a/doc/UsersGuide/requirements.txt b/doc/UsersGuide/requirements.txt index 90efd3211e..9e47095cca 100644 --- a/doc/UsersGuide/requirements.txt +++ b/doc/UsersGuide/requirements.txt @@ -8,7 +8,7 @@ alabaster==0.7.16 # via sphinx babel==2.14.0 # via sphinx -certifi==2024.2.2 +certifi==2024.7.4 # via requests charset-normalizer==3.3.2 # via requests diff --git a/modulefiles/ufs_frontera.intel.lua b/modulefiles/ufs_frontera.intel.lua new file mode 100644 index 0000000000..fd62e79d30 --- /dev/null +++ b/modulefiles/ufs_frontera.intel.lua @@ -0,0 +1,33 @@ +help([[ +loads UFS Model prerequisites for Frontera/Intel +]]) + +prepend_path("MODULEPATH", "/work2/06146/tg854455/frontera/spack-stack/modulefiles") +load("ecflow/5.8.4") + +prepend_path("MODULEPATH", "/work2/01118/tg803972/frontera/spack-stack/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core") + +stack_intel_ver=os.getenv("stack_intel_ver") or "19.1.1.217" +load(pathJoin("stack-intel", stack_intel_ver)) + +stack_impi_ver=os.getenv("stack_impi_ver") or "2020.4.304" +load(pathJoin("stack-intel-mpi", stack_impi_ver)) + +cmake_ver=os.getenv("cmake_ver") or "3.24.2" +load(pathJoin("cmake", cmake_ver)) +--load("cmake/3.24.2") + +load("ufs_common") + +stack_python_ver=os.getenv("stack_python_ver") or "3.10.13" +load(pathJoin("stack-python", stack_python_ver)) + +nccmp_ver=os.getenv("nccmp_ver") or "1.9.0.1" +load(pathJoin("nccmp", nccmp_ver)) + +setenv("CC", "mpiicc") +setenv("CXX", "mpiicpc") +setenv("FC", "mpiifort") +setenv("CMAKE_Platform", "frontera.intel") + +whatis("Description: UFS build environment") diff --git a/tests/bl_date.conf b/tests/bl_date.conf index fab229196b..5448183396 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20240624 +export BL_DATE=20240724 diff --git a/tests/detect_machine.sh b/tests/detect_machine.sh index 29f51285ca..0bd0535d8a 100755 --- a/tests/detect_machine.sh +++ b/tests/detect_machine.sh @@ -48,6 +48,9 @@ case $(hostname -f) in login[1-4].stampede2.tacc.utexas.edu) MACHINE_ID=stampede ;; ### stampede1-4 + login[1-4].frontera.tacc.utexas.edu) MACHINE_ID=frontera ;; ### frontera1-4 + c*.frontera.tacc.utexas.edu) MACHINE_ID=frontera ;; ### frontera compute + login0[1-2].expanse.sdsc.edu) MACHINE_ID=expanse ;; ### expanse1-2 discover3[1-5].prv.cube) MACHINE_ID=discover ;; ### discover31-35 diff --git a/tests/error-test.conf b/tests/error-test.conf new file mode 100644 index 0000000000..2382c59a9e --- /dev/null +++ b/tests/error-test.conf @@ -0,0 +1,27 @@ +# This file is an alternative to rt.conf that tests whether the regression test system rt.sh can detect failure conditions. +# +# ./rt.sh [options] -l error-test.conf +# +# If the rt.sh detects errors correctly, the workflow shouldn't finish. Some jobs should be failed or not submitted, and some should succeed. +# See details below. + +# This should succeed +COMPILE | atm_dyn32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn,FV3_GFS_v17_p8_ugwpv1 -D32BIT=ON | | fv3 | + +# This should succeed +RUN | control_c48.v2.sfc | | baseline | + +# These tests should always fail, and prevent the workflow from completing. +RUN | fail_to_copy | | baseline | +RUN | fail_to_run | | baseline | + +# Using 64-bit dynamics ensures results change, but the test runs. The workflow jobs should complete +# for the COMPILE and RUN, but the results should change. +COMPILE | atm_dyn64 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn,FV3_GFS_v17_p8_ugwpv1 | | fv3 | +RUN | control_c48 | | baseline | + +# This compile job should fail, and prevent the workflow from completing. +COMPILE | fail_to_compile | intel | --invalid-argument -DAPP=ATM -DCCPP_SUITES=whatever | | fv3 | + +# This test should not be submitted, because its compile job has failed. +RUN | dependency_unmet | | baseline | diff --git a/tests/fv3_conf/fv3_qsub.IN_acorn b/tests/fv3_conf/fv3_qsub.IN_acorn index db6b3f1d12..b3d0102328 100644 --- a/tests/fv3_conf/fv3_qsub.IN_acorn +++ b/tests/fv3_conf/fv3_qsub.IN_acorn @@ -30,6 +30,13 @@ export ESMF_RUNTIME_COMPLIANCECHECK=OFF:depth=4 export ESMF_RUNTIME_PROFILE=ON export ESMF_RUNTIME_PROFILE_OUTPUT="SUMMARY" +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + mpiexec -n @[TASKS] -ppn @[TPN] -depth @[THRD] ./fv3.exe echo "Model ended: " `date` diff --git a/tests/fv3_conf/fv3_qsub.IN_derecho b/tests/fv3_conf/fv3_qsub.IN_derecho index 8793d7edb5..5e5c0ac521 100644 --- a/tests/fv3_conf/fv3_qsub.IN_derecho +++ b/tests/fv3_conf/fv3_qsub.IN_derecho @@ -35,6 +35,13 @@ export MPICH_COLL_OPT_OFF=1 # Avoid job errors because of filesystem synchronization delays sync && sleep 1 +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + mpiexec -n @[UFS_TASKS] -ppn @[PPN] --hostfile $PBS_NODEFILE ./fv3.exe echo "Model ended: " `date` diff --git a/tests/fv3_conf/fv3_qsub.IN_wcoss2 b/tests/fv3_conf/fv3_qsub.IN_wcoss2 index db6b3f1d12..b3d0102328 100644 --- a/tests/fv3_conf/fv3_qsub.IN_wcoss2 +++ b/tests/fv3_conf/fv3_qsub.IN_wcoss2 @@ -30,6 +30,13 @@ export ESMF_RUNTIME_COMPLIANCECHECK=OFF:depth=4 export ESMF_RUNTIME_PROFILE=ON export ESMF_RUNTIME_PROFILE_OUTPUT="SUMMARY" +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + mpiexec -n @[TASKS] -ppn @[TPN] -depth @[THRD] ./fv3.exe echo "Model ended: " `date` diff --git a/tests/fv3_conf/fv3_slurm.IN_expanse b/tests/fv3_conf/fv3_slurm.IN_expanse index 1dbc6bcbb5..6c4819806a 100644 --- a/tests/fv3_conf/fv3_slurm.IN_expanse +++ b/tests/fv3_conf/fv3_slurm.IN_expanse @@ -26,6 +26,14 @@ echo "Model started: "`date` export OMP_STACK_SIZE=512M export OMP_NUM_THREADS=@[THRD] export I_MPI_PMI_LIBRARY=/cm/shared/apps/slurm/current/lib64/libpmi.so + +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + srun -n @[TASKS] ./fv3.exe echo "Model ended: " `date` diff --git a/tests/fv3_conf/fv3_slurm.IN_gaea b/tests/fv3_conf/fv3_slurm.IN_gaea index 8545e689e6..ad2459efba 100644 --- a/tests/fv3_conf/fv3_slurm.IN_gaea +++ b/tests/fv3_conf/fv3_slurm.IN_gaea @@ -32,6 +32,13 @@ export ESMF_RUNTIME_PROFILE_OUTPUT="SUMMARY" # Avoid job errors because of filesystem synchronization delays sync && sleep 1 +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + srun --label -n @[TASKS] ./fv3.exe echo "Model ended: " `date` diff --git a/tests/fv3_conf/fv3_slurm.IN_hera b/tests/fv3_conf/fv3_slurm.IN_hera index 288b0ec78b..a59dcdd9a2 100644 --- a/tests/fv3_conf/fv3_slurm.IN_hera +++ b/tests/fv3_conf/fv3_slurm.IN_hera @@ -38,6 +38,13 @@ export PSM_SHAREDCONTEXTS=1 # Avoid job errors because of filesystem synchronization delays sync && sleep 1 +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + # shellcheck disable=SC2102 srun --label -n @[TASKS] ./fv3.exe diff --git a/tests/fv3_conf/fv3_slurm.IN_hercules b/tests/fv3_conf/fv3_slurm.IN_hercules index c4853fb585..36583d3fa5 100644 --- a/tests/fv3_conf/fv3_slurm.IN_hercules +++ b/tests/fv3_conf/fv3_slurm.IN_hercules @@ -46,6 +46,13 @@ fi # Avoid job errors because of filesystem synchronization delays sync && sleep 1 +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + srun --label -n @[TASKS] ./fv3.exe echo "Model ended: " `date` diff --git a/tests/fv3_conf/fv3_slurm.IN_jet b/tests/fv3_conf/fv3_slurm.IN_jet index 21effeb05e..e2cd86c5fa 100644 --- a/tests/fv3_conf/fv3_slurm.IN_jet +++ b/tests/fv3_conf/fv3_slurm.IN_jet @@ -36,6 +36,13 @@ export ESMF_RUNTIME_PROFILE_OUTPUT="SUMMARY" # Avoid job errors because of filesystem synchronization delays sync && sleep 1 +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + srun --label -n @[TASKS] --cpus-per-task=@[THRD] ./fv3.exe echo "Model ended: " `date` diff --git a/tests/fv3_conf/fv3_slurm.IN_noaacloud b/tests/fv3_conf/fv3_slurm.IN_noaacloud index 519e29b96a..a85e084160 100644 --- a/tests/fv3_conf/fv3_slurm.IN_noaacloud +++ b/tests/fv3_conf/fv3_slurm.IN_noaacloud @@ -39,6 +39,13 @@ export OMP_NUM_THREADS=1 # Avoid job errors because of filesystem synchronization delays sync && sleep 1 +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + srun --mpi=pmi2 --label -n @[TASKS] ./fv3.exe echo "Model ended: " `date` diff --git a/tests/fv3_conf/fv3_slurm.IN_orion b/tests/fv3_conf/fv3_slurm.IN_orion index 50e8cf5655..6221286a5f 100644 --- a/tests/fv3_conf/fv3_slurm.IN_orion +++ b/tests/fv3_conf/fv3_slurm.IN_orion @@ -39,6 +39,13 @@ export ESMF_RUNTIME_PROFILE_OUTPUT="SUMMARY" # Avoid job errors because of filesystem synchronization delays sync && sleep 1 +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + srun --label -n @[TASKS] ./fv3.exe echo "Model ended: " `date` diff --git a/tests/fv3_conf/fv3_slurm.IN_s4 b/tests/fv3_conf/fv3_slurm.IN_s4 index f3f9730604..aa22694fcd 100644 --- a/tests/fv3_conf/fv3_slurm.IN_s4 +++ b/tests/fv3_conf/fv3_slurm.IN_s4 @@ -35,6 +35,13 @@ export PSM_SHAREDCONTEXTS=1 # Avoid job errors because of filesystem synchronization delays sync && sleep 1 +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + srun --label -n @[TASKS] ./fv3.exe echo "Model ended: " `date` diff --git a/tests/fv3_conf/fv3_slurm.IN_stampede b/tests/fv3_conf/fv3_slurm.IN_stampede index 384cc778f0..d80a3e068c 100644 --- a/tests/fv3_conf/fv3_slurm.IN_stampede +++ b/tests/fv3_conf/fv3_slurm.IN_stampede @@ -29,6 +29,13 @@ export LD_BIND_NOW=1 # Avoid job errors because of filesystem synchronization delays #sync && sleep 1 +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + #mpirun -prepend-rank -np $SBATCH_NP ./fv3.exe ibrun -n @[TASKS] ./fv3.exe diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index a260e9db56..4a8675bfd4 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Mon Jul 15 01:41:25 UTC 2024 +Wed Jul 24 20:10:07 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1044457/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2835607/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 = 275.756850 - 0: The maximum resident set size (KB) = 1445808 + 0: The total amount of wall time = 287.098363 + 0: The maximum resident set size (KB) = 1449616 Test bit_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1044457/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2835607/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.187361 - 0: The maximum resident set size (KB) = 1435516 + 0: The total amount of wall time = 987.462605 + 0: The maximum resident set size (KB) = 1413952 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1044457/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2835607/dcp_dcp Checking test dcp results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -160,14 +160,14 @@ Checking test dcp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 247.513262 - 0: The maximum resident set size (KB) = 1422624 + 0: The total amount of wall time = 254.621474 + 0: The maximum resident set size (KB) = 1413152 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1044457/mpi_mpi +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2835607/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 = 248.067150 - 0: The maximum resident set size (KB) = 1440744 + 0: The total amount of wall time = 249.757061 + 0: The maximum resident set size (KB) = 1432096 Test mpi PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1044457/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2835607/rst_rst Checking test rst results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -268,14 +268,14 @@ Checking test rst results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 251.468799 - 0: The maximum resident set size (KB) = 1432440 + 0: The total amount of wall time = 249.818760 + 0: The maximum resident set size (KB) = 1404272 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1044457/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2835607/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 = 251.979239 - 0: The maximum resident set size (KB) = 1418388 + 0: The total amount of wall time = 254.379486 + 0: The maximum resident set size (KB) = 1415716 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1044457/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2835607/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 = 250.614339 - 0: The maximum resident set size (KB) = 1423620 + 0: The total amount of wall time = 252.840901 + 0: The maximum resident set size (KB) = 1413640 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon Jul 15 02:47:28 UTC 2024 -Elapsed time: 01h:06m:04s. Have a nice day! +Wed Jul 24 21:22:39 UTC 2024 +Elapsed time: 01h:12m:33s. 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 2e5cd746fe..bd5ba9f0c7 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 Jul 15 00:35:23 UTC 2024 +Wed Jul 24 19:03:11 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3401652/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1901665/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf021.tile1.nc .........OK @@ -66,14 +66,14 @@ Moving baseline dbg_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 1423.280923 - 0: The maximum resident set size (KB) = 1542940 + 0: The total amount of wall time = 1364.396894 + 0: The maximum resident set size (KB) = 1503220 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3401652/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1901665/rst_rst Checking test rst results .... Comparing sfcf021.tile1.nc .....USING NCCMP......OK Comparing sfcf021.tile2.nc .....USING NCCMP......OK @@ -135,14 +135,14 @@ Checking test rst results .... Comparing RESTART/iced.2021-03-23-21600.nc .....USING NCCMP......OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK - 0: The total amount of wall time = 516.185376 - 0: The maximum resident set size (KB) = 1536308 + 0: The total amount of wall time = 571.646799 + 0: The maximum resident set size (KB) = 1494576 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3401652/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1901665/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf021.tile1.nc .........OK @@ -205,11 +205,11 @@ Moving baseline std_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 426.220133 - 0: The maximum resident set size (KB) = 1537924 + 0: The total amount of wall time = 430.360696 + 0: The maximum resident set size (KB) = 1506724 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon Jul 15 01:41:24 UTC 2024 -Elapsed time: 01h:06m:02s. Have a nice day! +Wed Jul 24 20:10:06 UTC 2024 +Elapsed time: 01h:06m:56s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 31f7c9018f..00f72c583d 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Sun Jul 14 22:08:08 UTC 2024 +Wed Jul 24 16:28:05 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3760508/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3909363/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving dynf000.nc .........OK @@ -15,14 +15,14 @@ Moving baseline bit_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 1367.634611 - 0: The maximum resident set size (KB) = 750632 + 0: The total amount of wall time = 1412.442409 + 0: The maximum resident set size (KB) = 740268 Test bit_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3760508/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3909363/dcp_dcp Checking test dcp results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -33,14 +33,14 @@ Checking test dcp results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2170.861604 - 0: The maximum resident set size (KB) = 721096 + 0: The total amount of wall time = 2294.672242 + 0: The maximum resident set size (KB) = 705360 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3760508/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3909363/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving dynf000.nc .........OK @@ -52,14 +52,14 @@ Moving baseline std_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 2179.475163 - 0: The maximum resident set size (KB) = 711844 + 0: The total amount of wall time = 2170.957201 + 0: The maximum resident set size (KB) = 715832 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3760508/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3909363/thr_thr Checking test thr results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -70,11 +70,11 @@ Checking test thr results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2178.906493 - 0: The maximum resident set size (KB) = 718428 + 0: The total amount of wall time = 2158.899518 + 0: The maximum resident set size (KB) = 704304 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon Jul 15 00:35:22 UTC 2024 -Elapsed time: 02h:27m:15s. Have a nice day! +Wed Jul 24 19:03:10 UTC 2024 +Elapsed time: 02h:35m:05s. Have a nice day! diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index 2d2cf63d51..68d6cb2f68 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: -552b40ba9030e83e8f1c6245970ad5b13769e707 +2fd1d2b2ddf1951557092cdf259c8fa1cfad9099 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,12 +9,12 @@ Submodule hashes used in testing: fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) + 47fb4e633a76ec6d60969b1af751f90790387246 CMEPS-interface/CMEPS (cmeps_v0.4.1-2989-g47fb4e63) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 81950993462af14cd53a3b5d7280014fc60d7abf FV3 (remotes/origin/cherry_pick_omga) - 57ca82d862410971889f0f0badad5a8fca89b280 FV3/atmos_cubed_sphere (remotes/origin/cherry_pick_omga) - ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) - 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) + 927261d3916c8e96e7ebe38fe86f06f7aab0abc2 FV3 (heads/develop) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -24,7 +24,7 @@ Submodule hashes used in testing: b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -35,272 +35,272 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240614 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_196495 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240724 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_820335 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [11:24, 10:56] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:55, 02:07](3166 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:29, 16:00] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [05:50, 02:36](1882 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [44:33, 02:44](1903 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [44:33, 02:32](1040 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [05:51, 01:45](1856 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:29, 16:02] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [05:50, 01:28](1880 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:18, 04:50] ( 1526 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [17:01, 03:00](1909 MB) - -PASS -- COMPILE 's2swa_intel' [11:24, 10:58] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [10:54, 01:22](3196 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:54, 02:15](3200 MB) -PASS -- TEST 'cpld_restart_p8_intel' [01:57, 02:24](3127 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:54, 01:43](3217 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [55:02, 01:19](3146 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:54, 02:02](3428 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:54, 01:47](3186 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [10:55, 01:33](3141 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:54, 01:51](3196 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:54, 01:59](3176 MB) +PASS -- COMPILE 's2swa_32bit_intel' [11:23, 11:00] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [30:38, 01:38](3210 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:32, 16:37] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [24:29, 02:05](1925 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [59:16, 03:12](1968 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [59:13, 03:18](1083 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [24:30, 03:14](1893 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:31, 15:31] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [25:30, 00:31](1917 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:18, 04:49] ( 1526 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [36:44, 02:53](1961 MB) + +PASS -- COMPILE 's2swa_intel' [11:24, 10:52] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [30:37, 01:45](3240 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [30:37, 01:39](3241 MB) +PASS -- TEST 'cpld_restart_p8_intel' [21:27, 02:02](3178 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [30:37, 01:18](3264 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [14:46, 01:39](3194 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [30:37, 01:29](3476 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [30:37, 01:35](3236 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [30:38, 01:28](3185 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [30:37, 01:42](3242 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [30:37, 02:05](3223 MB) PASS -- COMPILE 's2sw_intel' [11:24, 10:24] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [10:54, 01:56](1890 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:54, 02:10](1956 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:24, 09:53] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:54, 02:09](1948 MB) - -PASS -- COMPILE 's2s_intel' [10:25, 10:00] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [11:53, 01:29](2927 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [11:53, 01:20](2931 MB) -PASS -- TEST 'cpld_restart_c48_intel' [07:25, 00:51](2326 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:33, 18:21] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [03:45, 01:34](3196 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:29, 15:03] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [06:49, 01:12](1892 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [46:05, 01:34](1050 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [45:44, 01:53](1865 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:17, 04:32] ( 1561 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [11:43, 01:09](1918 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:25, 10:14] ( 2 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [58:46, 00:44](630 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [57:30, 01:18](1525 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [56:09, 00:49](1531 MB) -PASS -- TEST 'control_latlon_intel' [55:38, 01:07](1534 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [54:38, 01:03](1532 MB) -PASS -- TEST 'control_c48_intel' [54:37, 01:15](1609 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [54:33, 01:17](734 MB) -PASS -- TEST 'control_c192_intel' [54:00, 00:51](1644 MB) -PASS -- TEST 'control_c384_intel' [53:49, 02:06](1954 MB) -PASS -- TEST 'control_c384gdas_intel' [53:00, 03:01](1149 MB) -PASS -- TEST 'control_stochy_intel' [49:39, 00:38](587 MB) -PASS -- TEST 'control_stochy_restart_intel' [40:02, 01:15](392 MB) -PASS -- TEST 'control_lndp_intel' [47:35, 00:43](586 MB) -PASS -- TEST 'control_iovr4_intel' [46:44, 00:37](582 MB) -PASS -- TEST 'control_iovr5_intel' [46:38, 00:23](581 MB) -PASS -- TEST 'control_p8_intel' [46:16, 01:49](1828 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [46:16, 02:13](1829 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [46:16, 02:11](1831 MB) -PASS -- TEST 'control_restart_p8_intel' [35:03, 01:18](977 MB) -PASS -- TEST 'control_noqr_p8_intel' [45:37, 01:23](1823 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [34:57, 02:16](981 MB) -PASS -- TEST 'control_decomp_p8_intel' [45:36, 02:18](1826 MB) -PASS -- TEST 'control_2threads_p8_intel' [44:55, 02:17](1925 MB) -PASS -- TEST 'control_p8_lndp_intel' [42:24, 01:12](1829 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [42:03, 02:11](1882 MB) -PASS -- TEST 'control_p8_mynn_intel' [42:02, 01:53](1834 MB) -PASS -- TEST 'merra2_thompson_intel' [41:42, 02:31](1837 MB) -PASS -- TEST 'regional_control_intel' [40:30, 00:18](878 MB) -PASS -- TEST 'regional_restart_intel' [33:37, 00:14](872 MB) -PASS -- TEST 'regional_decomp_intel' [40:18, 01:08](876 MB) -PASS -- TEST 'regional_2threads_intel' [40:03, 00:54](964 MB) -PASS -- TEST 'regional_noquilt_intel' [40:00, 00:19](1193 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [39:22, 00:16](875 MB) -PASS -- TEST 'regional_wofs_intel' [39:16, 00:46](1602 MB) - -PASS -- COMPILE 'ifi_intel' [09:23, 08:31] ( 1 warnings ) -PASS -- TEST 'regional_ifi_control_intel' [02:30, 00:28](884 MB) -PASS -- TEST 'regional_ifi_decomp_intel' [02:30, 01:00](883 MB) -PASS -- TEST 'regional_ifi_2threads_intel' [02:31, 00:47](967 MB) - -PASS -- COMPILE 'rrfs_intel' [10:23, 09:31] ( 4 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [01:19, 01:40](970 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [01:20, 01:23](1148 MB) -PASS -- TEST 'rap_decomp_intel' [01:19, 02:13](972 MB) -PASS -- TEST 'rap_2threads_intel' [01:19, 02:10](1054 MB) -PASS -- TEST 'rap_restart_intel' [39:09, 02:32](839 MB) -PASS -- TEST 'rap_sfcdiff_intel' [01:19, 02:12](969 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [01:19, 02:12](969 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [38:02, 02:25](836 MB) -PASS -- TEST 'hrrr_control_intel' [01:19, 03:13](960 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [01:19, 03:09](964 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [01:20, 03:00](1044 MB) -PASS -- TEST 'hrrr_control_restart_intel' [35:31, 00:50](794 MB) -PASS -- TEST 'rrfs_v1beta_intel' [01:19, 02:19](964 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [01:19, 00:22](1930 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [35:18, 00:44](1920 MB) - -PASS -- COMPILE 'csawmg_intel' [09:22, 08:51] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [01:33, 01:04](928 MB) -PASS -- TEST 'control_ras_intel' [01:33, 01:05](623 MB) - -PASS -- COMPILE 'wam_intel' [09:22, 08:48] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [01:32, 01:12](1628 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [16:29, 16:08] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [35:06, 02:34](1828 MB) -PASS -- TEST 'regional_control_faster_intel' [35:02, 00:15](873 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [20:34, 05:47] ( 885 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [34:27, 01:10](1553 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [34:05, 01:22](1557 MB) -PASS -- TEST 'control_stochy_debug_intel' [32:37, 00:27](764 MB) -PASS -- TEST 'control_lndp_debug_intel' [32:37, 01:10](759 MB) -PASS -- TEST 'control_csawmg_debug_intel' [32:14, 00:28](1075 MB) -PASS -- TEST 'control_ras_debug_intel' [31:53, 00:48](769 MB) -PASS -- TEST 'control_diag_debug_intel' [31:48, 01:09](1615 MB) -PASS -- TEST 'control_debug_p8_intel' [31:34, 00:53](1856 MB) -PASS -- TEST 'regional_debug_intel' [30:48, 01:08](939 MB) -PASS -- TEST 'rap_control_debug_intel' [30:36, 01:06](1146 MB) -PASS -- TEST 'hrrr_control_debug_intel' [30:25, 01:13](1139 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [30:09, 01:11](1152 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [30:08, 01:05](1149 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [29:38, 00:24](1146 MB) -PASS -- TEST 'rap_diag_debug_intel' [28:49, 01:22](1228 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [28:40, 01:10](1146 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [28:35, 01:02](1151 MB) -PASS -- TEST 'rap_lndp_debug_intel' [28:07, 00:55](1152 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [28:07, 01:16](1146 MB) -PASS -- TEST 'rap_noah_debug_intel' [28:06, 01:03](1141 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [27:34, 01:08](1141 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [27:21, 00:37](1141 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [27:06, 00:58](1137 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [26:52, 01:08](1147 MB) -PASS -- TEST 'rap_flake_debug_intel' [26:44, 00:52](1151 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [26:27, 02:23](1149 MB) - -PASS -- COMPILE 'wam_debug_intel' [20:33, 03:49] ( 840 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [26:21, 01:01](1655 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [26:40, 08:53] ( 4 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [25:42, 01:29](1013 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [25:27, 02:13](851 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [24:15, 03:04](845 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [23:07, 02:20](908 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [23:06, 02:32](902 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [22:54, 02:28](845 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [13:56, 01:45](744 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [15:37, 01:15](726 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [57:13, 12:45] ( 4 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:19, 00:57](1057 MB) -PASS -- TEST 'conus13km_2threads_intel' [38:47, 00:43](1040 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [38:46, 00:24](941 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [52:10, 09:01] ( 4 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [10:21, 01:09](872 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [46:03, 03:57] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [15:30, 00:56](1025 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [15:30, 01:02](1025 MB) -PASS -- TEST 'conus13km_debug_intel' [12:32, 01:15](1128 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:30, 01:09](821 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [15:31, 00:21](1098 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:30, 00:38](1184 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [46:03, 03:47] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [15:29, 00:57](1039 MB) - -PASS -- COMPILE 'hafsw_intel' [54:11, 10:33] ( 2 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:11, 02:16](670 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:11, 01:05](1017 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:09, 01:43](718 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [07:09, 01:30](747 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [07:10, 01:36](915 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:09, 01:42](439 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [05:02, 01:52](463 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:02, 01:22](338 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [04:04, 03:02](404 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:00, 01:07](477 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [03:59, 00:49](474 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:01, 00:49](535 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:00, 00:52](367 MB) -PASS -- TEST 'gnv1_nested_intel' [03:29, 03:33](1668 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [47:04, 04:10] ( 1468 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:28, 01:01](627 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [54:11, 17:02] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [58:13, 00:49](580 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [58:07, 01:43](753 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [38:54, 10:14] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:22, 01:24](752 MB) - -PASS -- COMPILE 'hafs_all_intel' [37:53, 09:35] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:23, 02:02](710 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:23, 01:57](698 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [07:21, 00:23](895 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [30:46, 09:01] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [08:23, 01:10](764 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:54, 00:18](752 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [08:23, 00:28](648 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [08:23, 00:56](645 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [08:23, 01:12](648 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [08:23, 00:57](765 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [08:23, 01:04](765 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [08:23, 01:11](645 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:24, 01:28](649 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:24, 01:24](635 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [08:23, 00:51](753 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [08:23, 01:03](2018 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [08:23, 00:54](2020 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [10:23, 09:16] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [01:33, 01:12](752 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:15, 01:04] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [13:15, 00:37](267 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [13:15, 00:24](409 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [07:41, 00:58](411 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [10:24, 09:32] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [56:28, 01:18](1883 MB) - -PASS -- COMPILE 'atml_intel' [11:24, 10:58] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [56:23, 02:37](1862 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [55:52, 02:48](1862 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [37:11, 00:57](992 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:21, 04:32] ( 883 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [55:00, 02:10](1894 MB) - -PASS -- COMPILE 'atmw_intel' [37:51, 09:22] ( 1 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [30:32, 02:24](1859 MB) - -PASS -- COMPILE 'atmaero_intel' [36:50, 09:19] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [30:31, 01:49](3089 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [30:31, 02:09](2972 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [30:31, 02:17](2988 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [31:47, 03:50] ( 885 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [35:33, 01:58](4524 MB) +PASS -- TEST 'cpld_control_noaero_p8_intel' [30:37, 00:58](1936 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [30:37, 02:13](1996 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [10:24, 09:48] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [31:37, 02:18](1992 MB) + +PASS -- COMPILE 's2s_intel' [10:25, 09:58] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [31:36, 01:00](2941 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [31:36, 01:25](2940 MB) +PASS -- TEST 'cpld_restart_c48_intel' [27:10, 00:41](2338 MB) + +PASS -- COMPILE 's2swa_faster_intel' [15:31, 14:57] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [26:31, 01:36](3242 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:32, 16:00] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [25:30, 01:46](1935 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [59:45, 01:52](1108 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [58:00, 00:57](1905 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:17, 04:33] ( 1561 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [31:26, 00:58](1979 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:24, 10:15] ( 2 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [18:35, 00:26](669 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [17:15, 01:11](1571 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [16:48, 00:26](1577 MB) +PASS -- TEST 'control_latlon_intel' [16:21, 00:40](1567 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [15:23, 00:30](1567 MB) +PASS -- TEST 'control_c48_intel' [13:43, 00:55](1612 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [13:22, 01:09](733 MB) +PASS -- TEST 'control_c192_intel' [13:22, 01:15](1691 MB) +PASS -- TEST 'control_c384_intel' [13:21, 01:53](2011 MB) +PASS -- TEST 'control_c384gdas_intel' [11:23, 02:51](1196 MB) +PASS -- TEST 'control_stochy_intel' [10:38, 00:26](628 MB) +PASS -- TEST 'control_stochy_restart_intel' [56:57, 00:15](434 MB) +PASS -- TEST 'control_lndp_intel' [10:24, 00:22](630 MB) +PASS -- TEST 'control_iovr4_intel' [09:25, 00:39](624 MB) +PASS -- TEST 'control_iovr5_intel' [05:32, 00:27](624 MB) +PASS -- TEST 'control_p8_intel' [05:30, 02:09](1863 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:22, 02:16](1862 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:22, 02:44](1871 MB) +PASS -- TEST 'control_restart_p8_intel' [52:30, 02:00](1020 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:20, 01:23](1859 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [52:30, 01:52](1024 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:40, 01:41](1858 MB) +PASS -- TEST 'control_2threads_p8_intel' [01:20, 01:25](1958 MB) +PASS -- TEST 'control_p8_lndp_intel' [01:19, 00:39](1864 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [00:20, 02:07](1932 MB) +PASS -- TEST 'control_p8_mynn_intel' [57:59, 02:25](1875 MB) +PASS -- TEST 'merra2_thompson_intel' [57:13, 02:44](1873 MB) +PASS -- TEST 'regional_control_intel' [57:20, 01:09](875 MB) +PASS -- TEST 'regional_restart_intel' [50:29, 00:28](873 MB) +PASS -- TEST 'regional_decomp_intel' [57:03, 00:28](877 MB) +PASS -- TEST 'regional_2threads_intel' [57:00, 01:03](1002 MB) +PASS -- TEST 'regional_noquilt_intel' [56:47, 00:31](1196 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [56:45, 00:37](871 MB) +PASS -- TEST 'regional_wofs_intel' [56:10, 00:26](1603 MB) + +PASS -- COMPILE 'ifi_intel' [09:22, 08:28] ( 1 warnings ) +PASS -- TEST 'regional_ifi_control_intel' [22:14, 00:44](873 MB) +PASS -- TEST 'regional_ifi_decomp_intel' [22:14, 00:40](876 MB) +PASS -- TEST 'regional_ifi_2threads_intel' [22:15, 00:31](1000 MB) + +PASS -- COMPILE 'rrfs_intel' [10:23, 09:36] ( 4 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [21:02, 01:57](1010 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [21:03, 01:22](1190 MB) +PASS -- TEST 'rap_decomp_intel' [21:02, 01:56](1010 MB) +PASS -- TEST 'rap_2threads_intel' [21:02, 02:44](1095 MB) +PASS -- TEST 'rap_restart_intel' [54:59, 03:00](890 MB) +PASS -- TEST 'rap_sfcdiff_intel' [21:02, 02:13](1009 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [21:02, 01:47](1007 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [54:53, 02:24](891 MB) +PASS -- TEST 'hrrr_control_intel' [21:02, 02:15](1001 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [21:02, 02:30](1005 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [21:03, 03:04](1090 MB) +PASS -- TEST 'hrrr_control_restart_intel' [54:41, 00:23](842 MB) +PASS -- TEST 'rrfs_v1beta_intel' [53:21, 02:42](1004 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [52:30, 00:22](1969 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [52:23, 00:42](1957 MB) + +PASS -- COMPILE 'csawmg_intel' [09:21, 08:55] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [21:15, 01:13](969 MB) +PASS -- TEST 'control_ras_intel' [21:15, 00:41](659 MB) + +PASS -- COMPILE 'wam_intel' [09:21, 08:54] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [21:15, 01:13](1665 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:26, 12:47] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [52:02, 02:23](1864 MB) +PASS -- TEST 'regional_control_faster_intel' [51:52, 01:05](870 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:21, 05:47] ( 885 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [51:53, 00:33](1611 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [50:19, 00:37](1612 MB) +PASS -- TEST 'control_stochy_debug_intel' [49:37, 00:59](814 MB) +PASS -- TEST 'control_lndp_debug_intel' [49:10, 00:34](813 MB) +PASS -- TEST 'control_csawmg_debug_intel' [48:54, 00:20](1124 MB) +PASS -- TEST 'control_ras_debug_intel' [48:41, 00:57](828 MB) +PASS -- TEST 'control_diag_debug_intel' [48:03, 00:35](1678 MB) +PASS -- TEST 'control_debug_p8_intel' [47:56, 01:06](1912 MB) +PASS -- TEST 'regional_debug_intel' [47:16, 00:40](930 MB) +PASS -- TEST 'rap_control_debug_intel' [46:25, 00:30](1197 MB) +PASS -- TEST 'hrrr_control_debug_intel' [46:07, 00:25](1194 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [45:49, 01:02](1198 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [45:01, 00:38](1196 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [44:55, 01:15](1195 MB) +PASS -- TEST 'rap_diag_debug_intel' [44:26, 01:14](1283 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [44:20, 00:45](1201 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [44:07, 00:48](1206 MB) +PASS -- TEST 'rap_lndp_debug_intel' [43:43, 01:06](1197 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [43:41, 01:04](1195 MB) +PASS -- TEST 'rap_noah_debug_intel' [43:05, 00:55](1194 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [42:59, 00:28](1192 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [42:01, 00:41](1199 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [42:04, 00:59](1190 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [41:54, 00:59](1197 MB) +PASS -- TEST 'rap_flake_debug_intel' [41:47, 00:18](1200 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [41:08, 02:38](1209 MB) + +PASS -- COMPILE 'wam_debug_intel' [57:16, 03:47] ( 840 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [28:13, 01:06](1704 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [26:41, 08:56] ( 4 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [41:04, 00:56](1057 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [40:58, 01:58](887 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [38:52, 03:25](891 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [38:44, 02:10](951 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [38:33, 02:01](940 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [37:27, 03:04](883 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [28:27, 02:24](798 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [29:28, 00:18](770 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [04:19, 11:51] ( 4 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [20:10, 01:08](1094 MB) +PASS -- TEST 'conus13km_2threads_intel' [13:57, 00:19](1083 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [11:30, 01:03](978 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [59:17, 08:57] ( 4 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [22:58, 01:26](907 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [53:10, 03:47] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [28:04, 00:39](1073 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [28:04, 00:57](1069 MB) +PASS -- TEST 'conus13km_debug_intel' [28:04, 00:40](1183 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [28:04, 00:56](866 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [28:05, 01:03](1147 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [28:04, 00:36](1251 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [53:10, 03:52] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [28:04, 00:44](1096 MB) + +PASS -- COMPILE 'hafsw_intel' [01:16, 10:26] ( 2 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [19:48, 01:24](709 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [19:48, 00:48](1060 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [19:46, 02:06](761 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [19:46, 02:15](794 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:47, 02:05](814 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [19:46, 00:48](480 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [19:47, 02:16](503 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [19:47, 01:17](388 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [19:50, 02:21](456 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [19:46, 01:00](513 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [19:46, 01:20](517 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [19:48, 01:03](585 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [19:47, 01:16](419 MB) +PASS -- TEST 'gnv1_nested_intel' [19:45, 03:08](1716 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [54:12, 04:12] ( 1468 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [26:03, 01:04](661 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [02:23, 13:40] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [16:09, 01:17](690 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:04, 01:43](799 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [57:12, 10:10] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [20:02, 01:28](794 MB) + +PASS -- COMPILE 'hafs_all_intel' [38:56, 09:45] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [19:54, 01:41](758 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [19:54, 01:59](741 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:52, 00:57](896 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:24, 09:17] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [17:48, 00:26](770 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [11:16, 00:19](756 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [16:52, 00:35](648 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [10:58, 00:40](646 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [10:35, 00:53](646 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [08:05, 00:47](769 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:38, 00:17](768 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:35, 01:05](650 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [04:30, 01:07](687 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [03:53, 01:04](672 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:46, 00:33](767 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:29, 00:29](2034 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:25, 01:00](2035 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:23, 09:13] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:30, 00:16](767 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:14, 01:05] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [25:50, 00:29](302 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [25:50, 01:11](450 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [52:46, 00:48](451 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:28, 09:34] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [02:09, 01:06](1930 MB) + +PASS -- COMPILE 'atml_intel' [23:37, 10:35] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [01:15, 02:06](1892 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [00:41, 01:58](1894 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [40:06, 00:52](1043 MB) + +PASS -- COMPILE 'atml_debug_intel' [16:30, 04:46] ( 883 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [59:28, 02:13](1934 MB) + +PASS -- COMPILE 'atmw_intel' [28:42, 09:37] ( 1 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [51:27, 02:19](1904 MB) + +PASS -- COMPILE 'atmaero_intel' [29:43, 09:15] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [50:15, 02:11](3132 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [50:15, 01:58](3011 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [50:07, 01:37](3025 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [24:39, 03:50] ( 885 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [55:15, 01:39](4544 MB) SYNOPSIS: -Starting Date/Time: 20240701 18:37:11 -Ending Date/Time: 20240701 20:52:17 -Total Time: 02h:15m:32s +Starting Date/Time: 20240726 02:17:38 +Ending Date/Time: 20240726 04:39:45 +Total Time: 02h:22m:34s Compiles Completed: 38/38 Tests Completed: 179/179 diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index 423636d326..f6cc28edc6 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: -cc70b77c844682f3daeb33c8b699f162c48c2527 +45bcf84d30cfb2cc46913130f6e8615814b3c9e8 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,12 +9,12 @@ Submodule hashes used in testing: fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) + 47fb4e633a76ec6d60969b1af751f90790387246 CMEPS-interface/CMEPS (cmeps_v0.4.1-2989-g47fb4e63) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3388412e3576865197990e82187d8fc372140193 FV3 (remotes/origin/hotfix/acs-hash) - bb89a58601c3fa28549c291811e04d5db6c9b37b FV3/atmos_cubed_sphere (201912_public_release-401-gbb89a58) + 927261d3916c8e96e7ebe38fe86f06f7aab0abc2 FV3 (heads/develop) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) + 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -24,7 +24,7 @@ Submodule hashes used in testing: b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -35,283 +35,283 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_40167 +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240724 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_37591 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [23:30, 22:37] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:38, 05:45](3202 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:32, 24:42] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [18:00, 14:56](1916 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:26, 16:22](1952 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:11, 08:14](1086 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:06, 16:42](1887 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [25:32, 24:48] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [16:22, 14:28](1911 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [14:24, 13:03] ( 1530 warnings 1948 remarks ) - -PASS -- COMPILE 's2swa_intel' [23:31, 22:23] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [10:52, 06:34](3226 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:15, 06:25](3225 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:00, 04:13](3156 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:51, 06:23](3254 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:01, 04:23](3186 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:36, 06:02](3733 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:36, 06:19](3219 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:36, 05:23](3543 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:01, 06:14](3236 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [15:10, 09:51](3890 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [16:25, 06:52](3626 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [31:55, 10:40](4518 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [31:25, 07:28](4670 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:22, 06:13](3214 MB) - -PASS -- COMPILE 's2sw_intel' [21:30, 20:35] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:56, 04:57](1928 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:14, 05:15](1987 MB) - -PASS -- COMPILE 's2swa_debug_intel' [13:27, 12:54] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [38:57, 08:06](-5411134659951504 MB) - -PASS -- COMPILE 's2sw_debug_intel' [13:27, 11:58] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:48, 06:02](1955 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [17:29, 16:42] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:14, 05:04](1985 MB) - -PASS -- COMPILE 's2s_intel' [17:29, 16:44] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:25, 06:54](2949 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:19, 02:32](2944 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:20, 01:58](2347 MB) - -PASS -- COMPILE 's2swa_faster_intel' [27:25, 26:19] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [11:05, 06:52](-1315924127599578 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [24:25, 23:04] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:03, 14:52](1940 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:31, 08:24](1104 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:53, 16:49](1910 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [13:15, 12:03] ( 1565 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:54, 23:57](1966 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:22, 15:29] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [17:24, 03:28](-2435776145193053 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:21, 02:31](1569 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:44, 02:31](1573 MB) -PASS -- TEST 'control_latlon_intel' [04:23, 02:28](1572 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:23, 02:29](1562 MB) -PASS -- TEST 'control_c48_intel' [08:25, 06:14](1620 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:48, 05:17](735 MB) -PASS -- TEST 'control_c192_intel' [12:14, 08:44](1685 MB) -PASS -- TEST 'control_c384_intel' [16:18, 08:54](2001 MB) -PASS -- TEST 'control_c384gdas_intel' [18:45, 07:15](1196 MB) -PASS -- TEST 'control_stochy_intel' [02:55, 01:29](625 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:54, 00:56](443 MB) -PASS -- TEST 'control_lndp_intel' [02:57, 01:28](628 MB) -PASS -- TEST 'control_iovr4_intel' [04:01, 02:10](621 MB) -PASS -- TEST 'control_iovr5_intel' [03:59, 02:07](624 MB) -PASS -- TEST 'control_p8_intel' [05:39, 03:32](1871 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:15, 03:15](1868 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:08, 03:25](1871 MB) -PASS -- TEST 'control_restart_p8_intel' [09:27, 02:10](4983915984765351 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:05, 03:17](1858 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:50, 02:12](999 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:55, 03:31](1865 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:47, 03:15](1959 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:38, 05:10](1862 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:57, 04:11](1923 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:56, 03:31](1869 MB) -PASS -- TEST 'merra2_thompson_intel' [05:51, 03:38](1867 MB) -PASS -- TEST 'regional_control_intel' [07:05, 05:15](872 MB) -PASS -- TEST 'regional_restart_intel' [05:04, 03:17](871 MB) -PASS -- TEST 'regional_decomp_intel' [07:04, 05:24](874 MB) -PASS -- TEST 'regional_noquilt_intel' [07:04, 05:05](1193 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:03, 05:10](879 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:02, 05:12](884 MB) -PASS -- TEST 'regional_wofs_intel' [07:50, 05:46](1608 MB) - -PASS -- COMPILE 'rrfs_intel' [14:22, 13:09] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:39, 06:14](1011 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:32, 03:46](1192 MB) -PASS -- TEST 'rap_decomp_intel' [08:39, 06:25](1007 MB) -PASS -- TEST 'rap_2threads_intel' [08:39, 05:43](1101 MB) -PASS -- TEST 'rap_restart_intel' [09:06, 03:19](-8086665024644114 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:50, 06:12](1007 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:02, 06:24](1006 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:35, 04:40](884 MB) -PASS -- TEST 'hrrr_control_intel' [06:21, 03:16](999 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:21, 03:29](1001 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:22, 02:51](1089 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:55, 01:49](834 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:46, 06:02](1005 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:14, 07:26](1960 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:15, 07:13](1951 MB) - -PASS -- COMPILE 'csawmg_intel' [12:20, 11:27] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [05:56, 06:47](-4635744418160825 MB) -PASS -- TEST 'control_ras_intel' [04:44, 02:57](660 MB) - -PASS -- COMPILE 'wam_intel' [12:21, 10:54] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:14, 09:59](1662 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [19:22, 17:53] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:51, 03:13](1868 MB) -PASS -- TEST 'regional_control_faster_intel' [07:06, 05:05](872 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [14:20, 13:12] ( 889 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:10, 02:37](-7341301194512963 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:11, 02:31](1602 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:44, 02:55](812 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:38, 02:40](808 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:15, 04:54](1123 MB) -PASS -- TEST 'control_ras_debug_intel' [03:45, 02:39](820 MB) -PASS -- TEST 'control_diag_debug_intel' [03:14, 02:41](7068792496384343 MB) -PASS -- TEST 'control_debug_p8_intel' [05:06, 03:19](1909 MB) -PASS -- TEST 'regional_debug_intel' [18:01, 16:42](928 MB) -PASS -- TEST 'rap_control_debug_intel' [06:43, 04:49](1195 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:40, 04:36](1186 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:40, 04:47](1190 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:47, 04:49](1191 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:34, 04:45](1191 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:11, 04:58](1276 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:56, 04:49](1191 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [00:28, 04:55](2489507799279835 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:44, 04:47](1196 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:54, 04:41](1195 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:47, 04:35](1190 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:44, 04:46](1193 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:45, 07:36](1191 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:39, 04:35](1188 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:44, 05:36](1192 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:52, 04:49](1190 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:18, 07:56](1193 MB) - -PASS -- COMPILE 'wam_debug_intel' [08:19, 07:16] ( 844 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:16, 12:12](1701 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:19, 11:32] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:21, 03:33](1059 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:31, 05:09](886 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:25, 02:50](883 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:24, 04:52](947 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:33, 02:29](940 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:35, 02:56](883 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:10, 03:54](794 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:54, 01:35](774 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:18, 15:40] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:50, 02:01](1088 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:26, 01:03](1082 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:36, 01:12](974 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:20, 11:26] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:36, 03:41](909 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:19, 07:34] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:38, 04:44](1073 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:39, 04:30](1067 MB) -PASS -- TEST 'conus13km_debug_intel' [15:52, 13:38](1151 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:10, 13:39](835 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:48, 07:47](1151 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:32, 13:19](1219 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:19, 07:23] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:39, 04:44](1097 MB) - -PASS -- COMPILE 'hafsw_intel' [19:21, 18:39] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:58, 04:43](716 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:07, 05:16](1067 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:08, 06:38](772 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:00, 11:05](799 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:30, 12:18](812 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:43, 04:49](478 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:51, 05:52](493 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:06, 02:22](392 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:30, 06:23](458 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:03, 03:23](511 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:37, 03:09](513 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:34, 03:58](588 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:40, 01:19](427 MB) -PASS -- TEST 'gnv1_nested_intel' [07:45, 04:12](1718 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [10:16, 09:02] ( 1472 warnings 1481 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:27, 12:11](628 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [28:23, 27:14] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:49, 07:18](635 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:47, 07:25](690 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [20:24, 19:27] ( 5 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:34, 05:29](678 MB) - -PASS -- COMPILE 'hafs_all_intel' [17:17, 15:51] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:51, 05:41](755 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:46, 05:41](738 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:20, 16:13](892 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:19, 08:56] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:53, 02:32](765 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:00, 01:35](739 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:41, 02:23](646 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:46, 02:29](642 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:35, 02:29](642 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:44, 02:34](764 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:40, 02:34](765 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:40, 02:28](646 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:42, 05:48](694 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:37, 05:46](675 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:29, 02:31](751 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:33, 04:00](2017 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:36, 03:59](2018 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [07:18, 06:28] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:28, 05:13](747 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [10:14, 08:55] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:43, 02:30](750 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:13, 02:53] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:48, 01:22](311 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:32, 01:12](453 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:41, 00:51](454 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:20, 13:15] ( 5 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:25, 04:10](1915 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:20, 12:41] ( 5 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:11, 03:51](1910 MB) - -PASS -- COMPILE 'atml_intel' [16:20, 15:50] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:10, 08:01](1881 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:11, 07:30](1897 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:07, 04:12](1026 MB) - -PASS -- COMPILE 'atml_debug_intel' [12:14, 10:32] ( 887 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:05, 06:32](1935 MB) - -PASS -- COMPILE 'atmw_intel' [15:21, 14:14] ( 5 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:45, 02:26](1890 MB) - -PASS -- COMPILE 'atmaero_intel' [14:23, 12:53] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:15, 04:32](3121 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:19, 04:19](2999 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:39, 04:25](3014 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [09:16, 08:22] ( 889 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [25:57, 22:14](4529 MB) +PASS -- COMPILE 's2swa_32bit_intel' [31:29, 21:46] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [19:29, 05:41](3200 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [33:28, 23:51] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [31:29, 14:44](1914 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:05, 15:54](1950 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:20, 08:11](1081 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:21, 16:34](1888 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [33:29, 24:00] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [28:10, 14:24](1912 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [22:25, 12:32] ( 1530 warnings 1948 remarks ) + +PASS -- COMPILE 's2swa_intel' [30:26, 21:33] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [10:04, 06:19](3227 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [18:45, 06:15](3225 MB) +PASS -- TEST 'cpld_restart_p8_intel' [15:03, 04:17](3158 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [19:42, 06:23](3258 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:07, 04:13](3185 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:16, 06:06](3731 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [16:20, 06:16](3221 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [10:04, 05:19](3539 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [18:33, 06:20](3237 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [22:51, 10:00](3895 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [12:40, 06:55](3622 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [26:25, 10:29](4522 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [22:12, 07:09](4666 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [14:01, 06:05](3215 MB) + +PASS -- COMPILE 's2sw_intel' [29:28, 19:51] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [11:33, 04:54](1927 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:42, 05:04](1986 MB) + +PASS -- COMPILE 's2swa_debug_intel' [21:24, 12:10] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [12:04, 08:35](3302 MB) + +PASS -- COMPILE 's2sw_debug_intel' [21:26, 11:18] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:41, 05:51](1952 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [25:25, 15:59] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:48, 05:05](1988 MB) + +PASS -- COMPILE 's2s_intel' [25:24, 16:07] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [51:03, 06:51](2947 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [46:07, 02:27](2948 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:32, 01:38](2339 MB) + +PASS -- COMPILE 's2swa_faster_intel' [29:17, 26:35] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:53, 06:31](3234 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [12:39, 24:59] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:47, 15:01](1939 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [18:48, 08:06](1115 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:37, 16:39](1905 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [00:52, 13:42] ( 1565 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:36, 23:57](1965 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [01:25, 17:00] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [08:32, 03:25](671 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:01, 02:25](1566 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:11, 02:28](1568 MB) +PASS -- TEST 'control_latlon_intel' [05:00, 02:27](1563 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:05, 02:28](1569 MB) +PASS -- TEST 'control_c48_intel' [08:00, 06:08](1619 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:36, 05:18](734 MB) +PASS -- TEST 'control_c192_intel' [12:35, 08:42](1682 MB) +PASS -- TEST 'control_c384_intel' [15:38, 08:46](2003 MB) +PASS -- TEST 'control_c384gdas_intel' [15:47, 07:12](1197 MB) +PASS -- TEST 'control_stochy_intel' [03:33, 01:29](622 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:33, 00:56](441 MB) +PASS -- TEST 'control_lndp_intel' [03:33, 01:23](621 MB) +PASS -- TEST 'control_iovr4_intel' [04:38, 02:09](619 MB) +PASS -- TEST 'control_iovr5_intel' [03:34, 02:07](621 MB) +PASS -- TEST 'control_p8_intel' [05:27, 03:15](1868 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:21, 03:07](1861 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:21, 03:18](1863 MB) +PASS -- TEST 'control_restart_p8_intel' [05:17, 02:05](1001 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:16, 03:15](1862 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:16, 02:15](1017 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:08, 03:14](1853 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:05, 03:02](1946 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:56, 05:04](1867 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:20, 03:59](1916 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:29, 03:17](1870 MB) +PASS -- TEST 'merra2_thompson_intel' [06:23, 03:34](1868 MB) +PASS -- TEST 'regional_control_intel' [06:58, 05:01](870 MB) +PASS -- TEST 'regional_restart_intel' [04:58, 03:14](875 MB) +PASS -- TEST 'regional_decomp_intel' [06:55, 05:19](872 MB) +PASS -- TEST 'regional_noquilt_intel' [08:59, 05:06](1196 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:53, 05:05](878 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:49, 05:14](871 MB) +PASS -- TEST 'regional_wofs_intel' [08:54, 05:41](1603 MB) + +PASS -- COMPILE 'rrfs_intel' [59:02, 14:42] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [13:21, 06:10](1014 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:03, 03:57](1197 MB) +PASS -- TEST 'rap_decomp_intel' [13:21, 06:24](1006 MB) +PASS -- TEST 'rap_2threads_intel' [12:34, 05:41](1100 MB) +PASS -- TEST 'rap_restart_intel' [05:11, 03:14](881 MB) +PASS -- TEST 'rap_sfcdiff_intel' [13:23, 06:08](1009 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:23, 06:24](1002 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:06, 04:38](881 MB) +PASS -- TEST 'hrrr_control_intel' [08:21, 03:25](999 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [08:21, 03:28](999 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [11:31, 02:50](1087 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:44, 01:48](835 MB) +PASS -- TEST 'rrfs_v1beta_intel' [13:24, 06:02](1001 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [12:08, 07:35](1961 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:08, 07:19](1950 MB) + +PASS -- COMPILE 'csawmg_intel' [52:38, 12:22] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [09:17, 06:59](962 MB) +PASS -- TEST 'control_ras_intel' [04:47, 02:55](656 MB) + +PASS -- COMPILE 'wam_intel' [51:40, 12:09] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [12:08, 10:07](1662 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [57:33, 19:01] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:27, 03:09](1871 MB) +PASS -- TEST 'regional_control_faster_intel' [06:51, 04:54](869 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [50:58, 14:21] ( 889 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [09:47, 02:36](1612 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [09:51, 02:31](1608 MB) +PASS -- TEST 'control_stochy_debug_intel' [06:54, 03:02](813 MB) +PASS -- TEST 'control_lndp_debug_intel' [06:53, 02:48](809 MB) +PASS -- TEST 'control_csawmg_debug_intel' [11:47, 04:44](1121 MB) +PASS -- TEST 'control_ras_debug_intel' [06:55, 02:51](817 MB) +PASS -- TEST 'control_diag_debug_intel' [10:29, 02:38](1677 MB) +PASS -- TEST 'control_debug_p8_intel' [05:56, 03:23](1905 MB) +PASS -- TEST 'regional_debug_intel' [18:52, 16:35](940 MB) +PASS -- TEST 'rap_control_debug_intel' [06:37, 04:42](1189 MB) +PASS -- TEST 'hrrr_control_debug_intel' [26:34, 04:36](1190 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [26:37, 04:50](1191 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:36, 04:40](1195 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:32, 04:41](1192 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:58, 04:53](1276 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:32, 04:55](1194 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:30, 04:46](1200 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:39, 04:43](1191 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:39, 04:44](1195 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:30, 04:43](1191 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:31, 04:40](1192 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:32, 07:48](1191 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:35, 04:39](1188 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:41, 05:57](1193 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:38, 04:41](1192 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:03, 08:10](1190 MB) + +PASS -- COMPILE 'wam_debug_intel' [44:57, 08:03] ( 844 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:47, 12:48](1701 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [32:35, 12:42] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [09:23, 03:41](1061 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:21, 05:13](882 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [08:33, 02:59](884 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:25, 04:48](946 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [11:30, 02:27](940 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:24, 02:58](883 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:09, 03:54](795 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:37, 01:36](777 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:37, 16:13] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:05, 01:55](1090 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:12, 01:03](1086 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:34, 01:09](974 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:56, 11:52] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:55, 03:38](911 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:56, 08:00] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:36, 04:33](1066 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:35, 04:33](1066 MB) +PASS -- TEST 'conus13km_debug_intel' [16:00, 13:17](1154 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [17:03, 13:40](836 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:37, 07:58](1151 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:47, 13:51](1220 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:46, 07:50] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:33, 04:39](1094 MB) + +PASS -- COMPILE 'hafsw_intel' [19:48, 18:57] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:29, 04:37](716 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:52, 05:14](1065 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:57, 06:31](775 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:36, 11:08](801 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:48, 12:18](815 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:19, 04:46](475 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [13:43, 05:47](488 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [09:05, 02:19](394 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:39, 06:21](459 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:59, 03:23](514 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:06, 03:08](509 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:15, 03:54](588 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [07:30, 01:16](429 MB) +PASS -- TEST 'gnv1_nested_intel' [07:27, 04:07](1720 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [11:38, 09:24] ( 1472 warnings 1481 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:32, 12:26](633 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [29:40, 27:33] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:15, 07:11](633 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:32, 07:20](688 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [22:20, 20:02] ( 5 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:37, 05:30](680 MB) + +PASS -- COMPILE 'hafs_all_intel' [19:15, 16:03] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:19, 05:40](756 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:38, 05:43](741 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:07, 16:18](893 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:14, 09:02] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [06:42, 02:29](770 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:39, 01:34](758 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:21, 02:23](652 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:26, 02:24](648 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:33, 02:25](646 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:21, 02:30](770 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:22, 02:30](766 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:39, 02:21](647 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:27, 05:43](698 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:15, 05:40](677 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:18, 02:30](770 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:37, 03:54](2035 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:35, 03:55](2034 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [08:13, 06:37] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:41, 05:12](739 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:12, 08:56] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:33, 02:30](770 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [05:11, 02:57] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:38, 01:15](310 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:35, 01:13](452 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:39, 00:48](457 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:14, 13:50] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:42, 04:04](1913 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:13, 12:47] ( 5 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:43, 03:56](1900 MB) + +PASS -- COMPILE 'atml_intel' [18:15, 15:43] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:47, 07:10](1888 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [09:45, 07:28](1892 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [08:01, 04:17](1038 MB) + +PASS -- COMPILE 'atml_debug_intel' [13:19, 10:17] ( 887 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:48, 06:06](1936 MB) + +PASS -- COMPILE 'atmw_intel' [16:21, 14:24] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:18, 02:23](1893 MB) + +PASS -- COMPILE 'atmaero_intel' [14:14, 12:42] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:38, 04:20](3120 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:24, 04:20](2994 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:18, 04:21](3009 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [09:19, 08:07] ( 889 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [25:57, 21:52](4535 MB) SYNOPSIS: -Starting Date/Time: 20240714 12:58:42 -Ending Date/Time: 20240714 20:54:43 -Total Time: 07h:57m:02s +Starting Date/Time: 20240725 11:13:10 +Ending Date/Time: 20240725 13:43:58 +Total Time: 02h:31m:54s Compiles Completed: 41/41 Tests Completed: 183/183 diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index c6c815589f..03dce4aae7 100644 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,7 +1,7 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -cc70b77c844682f3daeb33c8b699f162c48c2527 +45bcf84d30cfb2cc46913130f6e8615814b3c9e8 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,12 +9,12 @@ Submodule hashes used in testing: fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) + 47fb4e633a76ec6d60969b1af751f90790387246 CMEPS-interface/CMEPS (cmeps_v0.4.1-2989-g47fb4e63) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3388412e3576865197990e82187d8fc372140193 FV3 (remotes/origin/hotfix/acs-hash) - bb89a58601c3fa28549c291811e04d5db6c9b37b FV3/atmos_cubed_sphere (201912_public_release-401-gbb89a58) + 927261d3916c8e96e7ebe38fe86f06f7aab0abc2 FV3 (heads/develop) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) + 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -24,7 +24,7 @@ Submodule hashes used in testing: b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -35,285 +35,285 @@ 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-20240624 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_112290 +BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240724 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_109327 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [16:11, 15:32] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:42, 06:00](3198 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:12, 20:40] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [15:09, 13:32](1924 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:59, 14:22](1944 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:14, 06:43](1077 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:03, 14:35](1896 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [21:12, 20:49] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [14:36, 13:20](1913 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:11, 08:54] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:19, 24:04](1948 MB) - -PASS -- COMPILE 's2swa_intel' [16:11, 15:17] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [08:36, 06:43](3229 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:40, 06:45](3225 MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:11, 04:02](3157 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:37, 06:46](3246 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:11, 04:03](3181 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [07:38, 05:45](3462 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:28, 06:34](3222 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:38, 05:43](3170 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:45, 06:41](3225 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [12:29, 10:07](3447 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:12, 07:00](3610 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:44, 12:22](4208 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:31, 08:48](4360 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:36, 06:30](3207 MB) - -PASS -- COMPILE 's2sw_intel' [14:11, 13:52] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:09, 04:28](1935 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:14, 04:42](1994 MB) - -PASS -- COMPILE 's2swa_debug_intel' [09:11, 09:08] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:17, 08:36](3279 MB) - -PASS -- COMPILE 's2sw_debug_intel' [09:11, 08:28] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:06, 05:45](1958 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:11, 12:58] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:11, 04:35](1998 MB) - -PASS -- COMPILE 's2s_intel' [14:11, 13:45] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [07:55, 06:31](2927 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:00, 01:57](2934 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:49, 01:07](2330 MB) - -PASS -- COMPILE 's2swa_faster_intel' [22:12, 21:45] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:04, 06:26](3227 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:12, 20:38] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:11, 14:44](1935 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:06, 07:15](1095 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:11, 16:52](1908 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:11, 08:57] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:06, 26:58](1957 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:11, 12:14] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:26, 03:33](666 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:46, 02:45](1570 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:45, 02:46](1569 MB) -PASS -- TEST 'control_latlon_intel' [03:38, 02:42](1573 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:47, 02:46](1567 MB) -PASS -- TEST 'control_c48_intel' [07:55, 06:36](1600 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:03, 05:41](719 MB) -PASS -- TEST 'control_c192_intel' [10:39, 09:38](1682 MB) -PASS -- TEST 'control_c384_intel' [18:59, 17:49](1978 MB) -PASS -- TEST 'control_c384gdas_intel' [15:52, 14:05](1184 MB) -PASS -- TEST 'control_stochy_intel' [03:11, 01:46](624 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:26, 01:02](426 MB) -PASS -- TEST 'control_lndp_intel' [03:10, 01:38](623 MB) -PASS -- TEST 'control_iovr4_intel' [03:28, 02:23](620 MB) -PASS -- TEST 'control_iovr5_intel' [03:28, 02:25](620 MB) -PASS -- TEST 'control_p8_intel' [04:04, 02:59](1861 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:13, 03:02](1859 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:04, 02:55](1867 MB) -PASS -- TEST 'control_restart_p8_intel' [02:50, 01:39](1014 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:46, 02:54](1858 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:53, 01:39](1015 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:50, 02:59](1860 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:49, 02:39](1945 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:40, 04:59](1859 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:03, 03:44](1919 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:07, 02:57](1867 MB) -PASS -- TEST 'merra2_thompson_intel' [05:04, 03:15](1866 MB) -PASS -- TEST 'regional_control_intel' [05:43, 04:45](867 MB) -PASS -- TEST 'regional_restart_intel' [04:06, 02:38](859 MB) -PASS -- TEST 'regional_decomp_intel' [05:42, 04:57](859 MB) -PASS -- TEST 'regional_2threads_intel' [03:44, 03:00](997 MB) -PASS -- TEST 'regional_noquilt_intel' [05:45, 04:39](1182 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:42, 04:43](856 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:35, 04:46](860 MB) -PASS -- TEST 'regional_wofs_intel' [07:35, 06:16](1587 MB) - -PASS -- COMPILE 'rrfs_intel' [11:11, 10:51] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:08, 06:31](1009 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:03, 04:00](1188 MB) -PASS -- TEST 'rap_decomp_intel' [08:08, 06:52](1009 MB) -PASS -- TEST 'rap_2threads_intel' [06:49, 05:55](1094 MB) -PASS -- TEST 'rap_restart_intel' [04:47, 03:26](879 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:11, 06:27](1007 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:11, 06:49](1007 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [05:47, 04:56](879 MB) -PASS -- TEST 'hrrr_control_intel' [04:47, 03:33](1002 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:47, 03:37](1006 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [03:53, 03:03](1080 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:31, 01:54](836 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:12, 06:27](1002 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:38, 07:55](1966 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:38, 07:32](1951 MB) - -PASS -- COMPILE 'csawmg_intel' [11:11, 10:19] -PASS -- TEST 'control_csawmg_intel' [07:50, 06:27](965 MB) -PASS -- TEST 'control_ras_intel' [04:29, 03:12](657 MB) - -PASS -- COMPILE 'wam_intel' [11:11, 10:19] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [11:58, 11:04](1661 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [18:11, 17:57] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:53, 02:49](1859 MB) -PASS -- TEST 'regional_control_faster_intel' [06:38, 04:34](857 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [10:11, 09:50] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:46, 02:42](1586 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:47, 02:39](1587 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:28, 03:01](796 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:26, 02:46](794 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:10, 04:13](1104 MB) -PASS -- TEST 'control_ras_debug_intel' [03:24, 02:49](802 MB) -PASS -- TEST 'control_diag_debug_intel' [03:34, 02:47](1654 MB) -PASS -- TEST 'control_debug_p8_intel' [03:33, 02:57](1886 MB) -PASS -- TEST 'regional_debug_intel' [17:32, 16:19](896 MB) -PASS -- TEST 'rap_control_debug_intel' [05:26, 04:56](1179 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:26, 04:46](1173 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:26, 04:59](1179 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:25, 04:54](1178 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:27, 04:50](1180 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:32, 05:11](1261 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:26, 05:00](1180 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:25, 04:57](1181 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:26, 05:00](1181 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:27, 05:19](1179 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:25, 05:08](1177 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:26, 05:27](1178 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:26, 08:21](1177 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:26, 05:18](1172 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:28, 06:15](1184 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:25, 05:20](1180 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:46, 08:49](1182 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:10, 06:56] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:39, 13:14](1684 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 10:29] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:03, 03:49](1044 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:46, 05:28](883 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:46, 03:01](881 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:44, 05:09](941 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:42, 02:42](932 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:42, 03:19](881 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:43, 04:12](782 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:29, 01:41](764 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:11, 15:00] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:03, 01:58](1096 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:46, 01:06](1076 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:49, 01:16](979 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 10:40] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:48, 04:04](912 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:11, 07:38] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:29, 04:51](1062 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:28, 04:42](1061 MB) -PASS -- TEST 'conus13km_debug_intel' [15:00, 13:52](1141 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:58, 14:09](820 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:51, 08:13](1130 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:54, 14:09](1213 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:11, 07:26] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:25, 04:56](1079 MB) - -PASS -- COMPILE 'hafsw_intel' [14:15, 13:35] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:17, 05:18](713 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:55, 04:28](1053 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:25, 07:33](754 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:10, 11:28](785 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:28, 12:38](804 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:01, 05:20](480 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:21, 06:48](498 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:11, 02:54](377 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:14, 07:59](447 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:51, 03:52](511 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:58, 03:35](512 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:58, 04:45](576 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:13, 01:42](403 MB) -PASS -- TEST 'gnv1_nested_intel' [07:41, 05:15](1716 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [09:11, 08:43] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:59, 13:26](593 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [22:15, 21:14] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:24, 07:40](612 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:21, 07:48](785 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:11, 15:06] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:13, 06:02](783 MB) - -PASS -- COMPILE 'hafs_all_intel' [14:17, 13:56] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:14, 06:06](736 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:10, 06:06](725 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [23:27, 20:09](892 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [12:11, 11:26] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:23, 02:41](746 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:23, 01:37](736 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:22, 02:27](640 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:23, 02:27](638 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:22, 02:28](636 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:23, 02:36](760 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:22, 02:35](761 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:22, 02:27](636 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:59, 06:02](692 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:58, 06:00](671 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:21, 02:35](761 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:23, 04:40](2015 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:23, 04:41](2014 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [07:11, 06:13] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:23, 05:27](741 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [12:11, 11:24] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:22, 02:35](760 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 02:24] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:44, 01:27](309 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:39, 01:11](454 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:38, 00:55](454 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:11, 12:54] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:06, 03:39](1925 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:15, 12:21] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:17, 03:33](1912 MB) - -PASS -- COMPILE 'atml_intel' [15:11, 14:09] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:10, 06:09](1893 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [08:12, 06:25](1893 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:40, 03:24](1045 MB) - -PASS -- COMPILE 'atml_debug_intel' [10:11, 09:19] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:05, 06:38](1925 MB) - -PASS -- COMPILE 'atmw_intel' [14:17, 13:19] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:50, 01:58](1898 MB) - -PASS -- COMPILE 'atmaero_intel' [12:11, 11:36] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:55, 05:02](3120 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:54, 05:35](3005 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:50, 05:46](3016 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [09:11, 08:23] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [20:14, 18:15](4485 MB) +PASS -- COMPILE 's2swa_32bit_intel' [19:15, 18:32] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [24:27, 07:05](3197 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:15, 23:02] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [32:18, 13:46](1925 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [40:13, 14:50](1943 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [31:20, 07:07](1063 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [30:30, 14:46](1897 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [27:18, 26:17] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [30:42, 13:10](1915 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [14:12, 13:22] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [38:55, 24:00](1948 MB) + +PASS -- COMPILE 's2swa_intel' [18:15, 18:01] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [22:05, 07:38](3226 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [22:13, 07:39](3224 MB) +PASS -- TEST 'cpld_restart_p8_intel' [37:48, 04:48](3156 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [22:05, 07:44](3245 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [37:48, 04:46](3180 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [24:11, 06:17](3464 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [22:05, 07:40](3222 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [22:57, 06:43](3169 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [25:03, 07:53](3226 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [30:00, 10:25](3448 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [35:50, 07:13](3606 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [38:28, 12:48](4207 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [34:43, 08:58](4359 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [20:54, 07:28](3206 MB) + +PASS -- COMPILE 's2sw_intel' [22:15, 21:10] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [21:18, 05:03](1939 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [20:33, 05:20](1997 MB) + +PASS -- COMPILE 's2swa_debug_intel' [14:12, 13:24] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [23:54, 09:25](3277 MB) + +PASS -- COMPILE 's2sw_debug_intel' [14:12, 13:18] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [20:44, 05:56](1958 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [16:14, 16:01] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [21:32, 05:12](1998 MB) + +PASS -- COMPILE 's2s_intel' [16:14, 15:41] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [22:13, 06:32](2927 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [17:11, 01:57](2931 MB) +PASS -- TEST 'cpld_restart_c48_intel' [37:10, 01:09](2325 MB) + +PASS -- COMPILE 's2swa_faster_intel' [25:18, 24:23] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [39:51, 07:23](3227 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [23:18, 22:59] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [47:33, 15:09](1934 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:25, 07:34](1109 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:12, 17:21](1909 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [12:17, 12:02] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [46:18, 26:41](1960 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:15, 14:54] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [38:38, 03:38](666 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [34:52, 03:10](1566 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [34:51, 03:04](1570 MB) +PASS -- TEST 'control_latlon_intel' [34:45, 03:01](1572 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [35:02, 02:56](1572 MB) +PASS -- TEST 'control_c48_intel' [38:15, 06:30](1596 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [36:47, 05:44](719 MB) +PASS -- TEST 'control_c192_intel' [39:50, 09:59](1683 MB) +PASS -- TEST 'control_c384_intel' [48:08, 18:10](1979 MB) +PASS -- TEST 'control_c384gdas_intel' [46:06, 14:22](1181 MB) +PASS -- TEST 'control_stochy_intel' [31:33, 01:51](624 MB) +PASS -- TEST 'control_stochy_restart_intel' [07:28, 01:12](426 MB) +PASS -- TEST 'control_lndp_intel' [29:45, 01:48](622 MB) +PASS -- TEST 'control_iovr4_intel' [28:35, 02:32](620 MB) +PASS -- TEST 'control_iovr5_intel' [28:35, 02:35](620 MB) +PASS -- TEST 'control_p8_intel' [30:02, 03:30](1859 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [30:19, 03:30](1860 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [30:04, 03:12](1867 MB) +PASS -- TEST 'control_restart_p8_intel' [02:57, 01:39](1014 MB) +PASS -- TEST 'control_noqr_p8_intel' [29:01, 03:20](1858 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:57, 01:38](1016 MB) +PASS -- TEST 'control_decomp_p8_intel' [28:59, 03:24](1860 MB) +PASS -- TEST 'control_2threads_p8_intel' [28:05, 02:54](1949 MB) +PASS -- TEST 'control_p8_lndp_intel' [15:41, 05:12](1860 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [13:02, 04:03](1920 MB) +PASS -- TEST 'control_p8_mynn_intel' [12:01, 03:14](1868 MB) +PASS -- TEST 'merra2_thompson_intel' [12:04, 03:30](1866 MB) +PASS -- TEST 'regional_control_intel' [06:38, 04:48](860 MB) +PASS -- TEST 'regional_restart_intel' [05:34, 02:38](848 MB) +PASS -- TEST 'regional_decomp_intel' [11:35, 05:04](860 MB) +PASS -- TEST 'regional_2threads_intel' [08:34, 02:59](1006 MB) +PASS -- TEST 'regional_noquilt_intel' [08:41, 04:44](1184 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:45, 04:53](858 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:35, 04:53](859 MB) +PASS -- TEST 'regional_wofs_intel' [09:38, 06:16](1588 MB) + +PASS -- COMPILE 'rrfs_intel' [13:15, 12:43] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [25:05, 06:46](1009 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [25:14, 04:01](1186 MB) +PASS -- TEST 'rap_decomp_intel' [24:05, 06:59](1009 MB) +PASS -- TEST 'rap_2threads_intel' [23:10, 06:09](1096 MB) +PASS -- TEST 'rap_restart_intel' [06:56, 03:29](879 MB) +PASS -- TEST 'rap_sfcdiff_intel' [24:09, 06:45](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [24:58, 07:08](1008 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:00, 04:51](880 MB) +PASS -- TEST 'hrrr_control_intel' [21:04, 03:55](1002 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:52, 03:58](1005 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:51, 03:04](1080 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:31, 02:07](835 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:57, 06:32](1003 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:36, 08:06](1960 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:40, 07:45](1953 MB) + +PASS -- COMPILE 'csawmg_intel' [13:12, 12:11] +PASS -- TEST 'control_csawmg_intel' [07:36, 06:37](964 MB) +PASS -- TEST 'control_ras_intel' [04:28, 03:19](657 MB) + +PASS -- COMPILE 'wam_intel' [12:12, 11:50] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [12:57, 11:35](1661 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [23:13, 21:43] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:03, 03:08](1861 MB) +PASS -- TEST 'regional_control_faster_intel' [05:33, 04:34](859 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [13:12, 12:16] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:49, 02:51](1590 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:46, 02:48](1592 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:26, 03:08](799 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:27, 02:47](796 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:34, 04:30](1109 MB) +PASS -- TEST 'control_ras_debug_intel' [03:28, 02:53](805 MB) +PASS -- TEST 'control_diag_debug_intel' [03:41, 02:58](1656 MB) +PASS -- TEST 'control_debug_p8_intel' [04:35, 03:09](1893 MB) +PASS -- TEST 'regional_debug_intel' [18:05, 16:14](901 MB) +PASS -- TEST 'rap_control_debug_intel' [05:31, 05:03](1182 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:33, 04:57](1176 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:33, 04:57](1180 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:10, 05:17](1180 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:05, 05:07](1182 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:54, 05:15](1264 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:47, 05:21](1183 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:08, 05:04](1185 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:28, 05:07](1184 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:54, 05:03](1182 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:40, 04:55](1179 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:38, 04:59](1181 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:31, 07:53](1180 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:26, 04:55](1175 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:29, 05:51](1186 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:28, 05:08](1182 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:56, 08:34](1184 MB) + +PASS -- COMPILE 'wam_debug_intel' [09:12, 08:22] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:05, 13:26](1686 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:12, 13:15] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:12, 03:51](1048 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:54, 05:54](881 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:48, 03:25](880 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:50, 05:16](939 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:57, 02:58](935 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:51, 03:43](880 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:56, 04:22](781 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:33, 01:43](763 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:13, 16:06] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:25, 02:42](1095 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:55, 01:21](1076 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:56, 01:36](979 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:12, 11:42] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:00, 05:20](912 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:11, 07:52] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:30, 05:29](1059 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:28, 05:28](1059 MB) +PASS -- TEST 'conus13km_debug_intel' [16:12, 14:09](1140 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:12, 14:28](819 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:05, 08:22](1126 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:09, 14:05](1211 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:10, 08:04] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:31, 04:57](1084 MB) + +PASS -- COMPILE 'hafsw_intel' [15:17, 14:29] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:19, 05:25](702 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:35, 04:32](1053 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:46, 07:38](755 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:18, 11:48](783 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:34, 12:49](797 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:14, 05:19](477 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:50, 06:45](499 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [06:08, 02:55](374 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:44, 08:07](433 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [08:17, 03:51](509 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:27, 03:33](510 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [09:05, 04:45](574 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:41, 01:42](400 MB) +PASS -- TEST 'gnv1_nested_intel' [09:00, 05:48](1714 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [10:14, 09:26] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:40, 12:59](600 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [22:15, 21:29] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:17, 07:45](616 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:18, 07:49](787 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [15:11, 14:10] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:15, 06:08](783 MB) + +PASS -- COMPILE 'hafs_all_intel' [14:11, 13:26] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:22, 06:19](740 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:11, 06:18](726 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [21:19, 20:07](892 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [14:13, 13:42] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:28, 02:36](763 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:30, 01:35](753 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:25, 02:25](638 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:28, 02:29](643 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:28, 02:32](642 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:26, 02:43](763 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:22, 02:35](763 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:26, 02:29](640 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:03, 06:05](691 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:02, 06:12](675 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:22, 02:37](763 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:28, 04:39](2028 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:29, 04:40](2028 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [08:12, 07:24] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:30, 05:27](749 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [12:12, 11:52] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:26, 02:38](765 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:14, 02:36] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:01, 01:56](308 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:54, 01:37](456 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:47, 01:02](454 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:14, 12:56] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:33, 04:06](1926 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:14, 12:00] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:51, 04:08](1913 MB) + +PASS -- COMPILE 'atml_intel' [14:14, 13:31] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:49, 08:28](1893 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [10:49, 08:12](1893 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:47, 03:41](1044 MB) + +PASS -- COMPILE 'atml_debug_intel' [09:13, 09:04] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:39, 06:10](1931 MB) + +PASS -- COMPILE 'atmw_intel' [14:12, 13:30] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:03, 02:18](1899 MB) + +PASS -- COMPILE 'atmaero_intel' [13:12, 12:15] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:26, 06:56](3119 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:26, 06:37](3005 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:17, 06:37](3017 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [08:12, 08:01] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [20:34, 18:12](4487 MB) SYNOPSIS: -Starting Date/Time: 20240714 14:57:35 -Ending Date/Time: 20240714 16:17:48 -Total Time: 01h:20m:52s +Starting Date/Time: 20240724 21:15:42 +Ending Date/Time: 20240724 23:27:23 +Total Time: 02h:12m:55s Compiles Completed: 41/41 Tests Completed: 185/185 diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index b1c2bf111d..354808eb20 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,19 +1,19 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -cc70b77c844682f3daeb33c8b699f162c48c2527 +45bcf84d30cfb2cc46913130f6e8615814b3c9e8 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) + 47fb4e633a76ec6d60969b1af751f90790387246 CMEPS-interface/CMEPS (cmeps_v0.4.1-2989-g47fb4e63) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3388412e3576865197990e82187d8fc372140193 FV3 (remotes/origin/hotfix/acs-hash) + 927261d3916c8e96e7ebe38fe86f06f7aab0abc2 FV3 (heads/develop) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) - ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -24,384 +24,388 @@ 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-20240624 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_804793 +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240724 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_3718900 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, 14:02] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:20, 05:38](3323 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:13, 16:23] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:01, 17:12](1951 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:19, 18:04](2147 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:13, 08:18](1252 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:57, 19:23](1879 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:12, 16:34] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:42, 17:00](1977 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:12, 05:33] ( 1525 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:04, 22:39](1944 MB) - -PASS -- COMPILE 's2swa_intel' [14:12, 13:55] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [07:17, 05:52](3353 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:20, 06:14](3338 MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:30, 03:41](3251 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [07:17, 05:58](3346 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:29, 03:32](3303 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [07:12, 05:32](3627 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [07:12, 05:53](3329 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [06:16, 04:47](3223 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:24, 05:52](3358 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [13:45, 10:15](3530 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:56, 06:25](3638 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:17, 09:28](4299 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:13, 06:15](4384 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:16, 05:25](3336 MB) - -PASS -- COMPILE 's2sw_intel' [14:12, 13:09] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:08, 04:55](1993 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:14, 04:25](2023 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:12, 05:33] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:09, 08:30](3384 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:12, 05:28] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:01, 05:54](2024 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:12, 12:08] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:00, 04:16](2053 MB) - -PASS -- COMPILE 's2s_intel' [13:12, 12:24] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:41, 09:07](3112 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:40, 02:48](3082 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:38, 01:38](2506 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:12, 17:37] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [07:16, 06:00](3351 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:11, 15:59] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:01, 17:25](2017 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:17, 08:23](1275 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:10, 19:53](1914 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 04:59] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:57, 24:42](1980 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:12, 11:46] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:24, 03:27](697 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:44, 03:13](1600 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:51, 03:13](1617 MB) -PASS -- TEST 'control_latlon_intel' [04:41, 03:09](1592 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:49, 03:15](1600 MB) -PASS -- TEST 'control_c48_intel' [08:48, 07:41](1760 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:38, 06:27](870 MB) -PASS -- TEST 'control_c192_intel' [11:58, 10:39](1763 MB) -PASS -- TEST 'control_c384_intel' [12:59, 10:34](2025 MB) -PASS -- TEST 'control_c384gdas_intel' [11:19, 07:55](1403 MB) -PASS -- TEST 'control_stochy_intel' [02:26, 01:38](659 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:31, 01:00](509 MB) -PASS -- TEST 'control_lndp_intel' [02:24, 01:33](660 MB) -PASS -- TEST 'control_iovr4_intel' [03:37, 02:27](657 MB) -PASS -- TEST 'control_iovr5_intel' [03:37, 02:27](654 MB) -PASS -- TEST 'control_p8_intel' [04:07, 03:06](1899 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:04, 03:07](1898 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:55, 02:59](1902 MB) -PASS -- TEST 'control_restart_p8_intel' [02:50, 01:47](1129 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:48, 03:04](1901 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:51, 01:43](1163 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:44, 03:09](1894 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:52, 02:53](1988 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:49, 05:22](1896 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:59, 04:08](1963 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:56, 03:05](1915 MB) -PASS -- TEST 'merra2_thompson_intel' [04:54, 03:23](1902 MB) -PASS -- TEST 'regional_control_intel' [06:40, 05:18](1100 MB) -PASS -- TEST 'regional_restart_intel' [03:47, 03:02](1098 MB) -PASS -- TEST 'regional_decomp_intel' [06:41, 05:42](1098 MB) -PASS -- TEST 'regional_2threads_intel' [04:39, 03:27](1093 MB) -PASS -- TEST 'regional_noquilt_intel' [06:41, 05:29](1395 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:43, 05:23](1100 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:41, 05:28](1101 MB) -PASS -- TEST 'regional_wofs_intel' [07:39, 06:51](1914 MB) - -PASS -- COMPILE 'rrfs_intel' [11:11, 11:05] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:59, 07:45](1114 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:11, 04:12](1308 MB) -PASS -- TEST 'rap_decomp_intel' [09:43, 08:10](1036 MB) -PASS -- TEST 'rap_2threads_intel' [09:00, 07:17](1188 MB) -PASS -- TEST 'rap_restart_intel' [04:49, 04:06](1111 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:58, 07:43](1112 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:42, 08:13](1032 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:46, 05:51](1135 MB) -PASS -- TEST 'hrrr_control_intel' [04:43, 03:59](1049 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:43, 04:09](1040 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:43, 03:43](1113 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:34, 02:09](1008 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:59, 07:38](1100 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:29, 09:23](1995 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:31, 09:15](2067 MB) - -PASS -- COMPILE 'csawmg_intel' [11:12, 10:25] -PASS -- TEST 'control_csawmg_intel' [07:37, 06:09](1028 MB) -PASS -- TEST 'control_ras_intel' [04:23, 03:23](753 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:11, 04:14] -PASS -- TEST 'control_csawmg_gnu' [09:38, 08:19](748 MB) - -PASS -- COMPILE 'wam_intel' [11:11, 10:37] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [11:46, 11:05](1657 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [15:12, 14:38] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:02, 02:49](1894 MB) -PASS -- TEST 'regional_control_faster_intel' [05:40, 04:51](1100 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:12, 06:23] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:43, 02:45](1631 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:44, 02:39](1625 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:22, 03:07](831 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:25, 02:50](832 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:40, 04:25](1148 MB) -PASS -- TEST 'control_ras_debug_intel' [03:22, 02:54](839 MB) -PASS -- TEST 'control_diag_debug_intel' [03:52, 02:49](1685 MB) -PASS -- TEST 'control_debug_p8_intel' [03:47, 02:59](1923 MB) -PASS -- TEST 'regional_debug_intel' [18:48, 18:04](1111 MB) -PASS -- TEST 'rap_control_debug_intel' [06:31, 05:21](1222 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:39, 04:59](1224 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:34, 05:05](1219 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:30, 05:07](1217 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:30, 05:01](1220 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:45, 05:07](1303 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:28, 05:04](1220 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:26, 05:15](1215 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:26, 04:58](1216 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:27, 05:03](1217 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:25, 04:57](1216 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:24, 05:10](1218 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:24, 08:03](1216 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:25, 04:55](1219 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:25, 06:05](1212 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:24, 04:56](1219 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:45, 08:29](1222 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 04:31] -PASS -- TEST 'control_csawmg_debug_gnu' [03:33, 02:23](723 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:11, 03:52] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:49, 13:30](1677 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:12, 10:31] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:11, 03:54](1164 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:40, 06:28](1053 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:41, 03:50](989 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:33, 06:08](1099 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:32, 03:11](964 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:35, 03:42](931 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:43, 04:54](1037 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:32, 01:52](934 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:12, 13:54] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:57, 02:08](1205 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:43, 00:53](1122 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:44, 01:14](1112 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:12, 10:38] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:52, 04:12](986 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 04:01] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:29, 04:52](1104 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:25, 04:42](1098 MB) -PASS -- TEST 'conus13km_debug_intel' [15:57, 14:41](1245 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:56, 14:51](945 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:48, 08:19](1177 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:47, 14:37](1317 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 03:58] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:27, 04:58](1135 MB) - -PASS -- COMPILE 'hafsw_intel' [13:13, 12:22] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:18, 05:08](737 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:35, 06:16](1113 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:32, 07:06](833 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:27, 13:34](868 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:31, 15:19](889 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:55, 05:28](502 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:31, 06:55](520 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:47, 02:42](378 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:34, 07:24](474 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:47, 03:45](533 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:48, 03:35](537 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:58, 04:06](597 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:27, 01:13](409 MB) -PASS -- TEST 'gnv1_nested_intel' [05:39, 04:08](1748 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:11, 04:37] ( 1467 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:56, 13:00](590 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [17:13, 16:31] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:04, 08:51](675 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:07, 08:53](757 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:12, 12:28] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:04, 06:29](740 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:13, 12:02] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:23, 06:33](820 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:21, 06:30](820 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:07, 16:12](1217 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:11, 06:47] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:21, 02:45](1153 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:21, 01:39](1107 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:18, 02:35](1022 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:21, 02:40](1029 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:17, 02:39](1022 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:18, 02:38](1152 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:18, 02:41](1164 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:23, 02:56](1026 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:29, 06:17](1079 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:20, 06:15](1044 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:15, 02:42](1153 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:22, 03:45](2516 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:26, 03:47](2454 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:20] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:20, 06:12](1081 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:13, 06:52] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:19, 02:46](1153 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:11, 01:03] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:31, 00:46](263 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:25, 00:49](327 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:26, 00:31](322 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:13, 11:20] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:01, 03:44](1981 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:13, 11:21] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:06, 03:35](1967 MB) - -PASS -- COMPILE 'atml_intel' [13:12, 12:40] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:06, 04:19](1872 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:04, 04:21](1870 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:52, 02:23](1111 MB) - -PASS -- COMPILE 'atml_debug_intel' [06:12, 05:29] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:55, 05:45](1895 MB) - -PASS -- COMPILE 'atmw_intel' [12:13, 11:30] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:52, 01:53](1940 MB) - -PASS -- COMPILE 'atmaero_intel' [12:12, 11:19] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:11, 04:04](3209 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:58, 04:58](3109 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:42, 04:54](3116 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:13, 04:28] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [30:16, 27:38](4442 MB) - -PASS -- COMPILE 'atm_gnu' [05:13, 04:58] -PASS -- TEST 'control_c48_gnu' [12:44, 11:23](1534 MB) -PASS -- TEST 'control_stochy_gnu' [04:24, 03:23](498 MB) -PASS -- TEST 'control_ras_gnu' [05:23, 04:44](507 MB) -PASS -- TEST 'control_p8_gnu' [06:00, 04:44](1455 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:57, 04:40](1449 MB) -PASS -- TEST 'control_flake_gnu' [11:33, 10:14](539 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:12, 04:14] -PASS -- TEST 'rap_control_gnu' [11:39, 10:50](821 MB) -PASS -- TEST 'rap_decomp_gnu' [11:35, 11:00](852 MB) -PASS -- TEST 'rap_2threads_gnu' [10:37, 09:47](936 MB) -PASS -- TEST 'rap_restart_gnu' [06:53, 05:28](580 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [11:50, 10:47](814 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:51, 10:57](852 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:48, 08:00](580 MB) -PASS -- TEST 'hrrr_control_gnu' [06:36, 05:34](816 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [06:35, 05:35](798 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:48, 05:02](921 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:33, 05:33](855 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:33, 02:51](567 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:31, 02:49](656 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [11:46, 10:28](813 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:12, 07:43] -PASS -- TEST 'control_diag_debug_gnu' [02:49, 01:39](1273 MB) -PASS -- TEST 'regional_debug_gnu' [12:41, 11:27](747 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:25, 02:39](827 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:25, 02:30](824 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:24, 02:37](824 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:23, 02:33](832 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:48, 02:47](907 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:23, 04:03](828 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:24, 02:38](821 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:24, 02:38](821 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:21, 01:35](461 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:23, 01:44](448 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:42, 01:45](1441 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:26, 02:37](825 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:25, 02:54](823 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:39, 04:24](831 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:12, 02:39] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:12, 04:12] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:32, 09:19](722 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:43, 04:52](707 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:37, 08:27](752 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:37, 04:29](747 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:40, 05:03](703 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:42, 06:54](553 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:38, 02:36](537 MB) -PASS -- TEST 'conus13km_control_gnu' [05:18, 03:13](876 MB) -PASS -- TEST 'conus13km_2threads_gnu' [06:52, 05:58](886 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:55, 01:49](549 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:13, 10:55] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:43, 05:47](736 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 07:44] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:26, 02:34](711 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:24, 02:33](711 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:54, 06:58](892 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:50, 06:59](581 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [08:44, 07:13](892 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:43, 06:59](962 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 07:38] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:27, 02:42](735 MB) - -PASS -- COMPILE 's2swa_gnu' [17:12, 16:34] - -PASS -- COMPILE 's2s_gnu' [17:13, 16:09] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:11, 07:43](1526 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:11, 03:15] - -PASS -- COMPILE 's2sw_pdlib_gnu' [17:12, 16:29] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [25:06, 23:49](1457 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 03:09] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [15:10, 13:10](1453 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [16:11, 15:41] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:22, 02:58](685 MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:12, 13:55] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:20, 05:40](3300 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:12, 16:43] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:06, 17:25](1969 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:37, 18:21](2133 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:26, 08:25](1243 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:15, 19:34](1858 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:12, 16:27] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:45, 17:03](1953 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 05:11] ( 1525 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:11, 22:44](1902 MB) + +PASS -- COMPILE 's2swa_intel' [14:11, 13:54] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:18, 06:16](3313 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:27, 06:14](3315 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:35, 03:40](3235 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [07:16, 06:05](3326 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:37, 03:38](3249 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [07:10, 05:35](3609 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [07:10, 05:56](3315 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [06:14, 04:49](3193 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:23, 06:00](3327 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [13:20, 10:36](3572 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:25, 06:39](3606 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [19:16, 10:08](4276 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [22:14, 06:29](4350 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:15, 05:30](3301 MB) + +PASS -- COMPILE 's2sw_intel' [13:12, 13:01] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [06:06, 04:53](1984 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:13, 04:38](2032 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:11, 05:11] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:28, 08:48](3330 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:11, 04:48] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:01, 05:52](1980 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [13:12, 12:18] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:12, 04:23](2028 MB) + +PASS -- COMPILE 's2s_intel' [13:12, 12:23] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:52, 09:07](3075 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:50, 02:41](3074 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:45, 01:33](2492 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:12, 17:40] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:21, 05:42](3323 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:13, 16:23] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:14, 17:50](2000 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:35, 08:40](1255 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:15, 19:56](1910 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:12, 04:53] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:12, 25:09](1921 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:11, 12:05] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [06:29, 03:25](686 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:59, 02:53](1578 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:59, 03:07](1588 MB) +PASS -- TEST 'control_latlon_intel' [05:51, 02:54](1586 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:00, 02:57](1581 MB) +PASS -- TEST 'control_c48_intel' [08:56, 07:28](1742 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:30, 06:27](852 MB) +PASS -- TEST 'control_c192_intel' [14:30, 10:41](1718 MB) +PASS -- TEST 'control_c384_intel' [14:43, 10:38](1993 MB) +PASS -- TEST 'control_c384gdas_intel' [13:57, 08:10](1377 MB) +PASS -- TEST 'control_stochy_intel' [04:29, 01:39](634 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:30, 00:59](486 MB) +PASS -- TEST 'control_lndp_intel' [03:27, 01:35](639 MB) +PASS -- TEST 'control_iovr4_intel' [04:31, 02:28](634 MB) +PASS -- TEST 'control_iovr5_intel' [04:30, 02:29](637 MB) +PASS -- TEST 'control_p8_intel' [06:15, 03:07](1871 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:11, 03:09](1875 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:58, 03:10](1881 MB) +PASS -- TEST 'control_restart_p8_intel' [02:50, 01:47](1117 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:52, 03:03](1868 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:55, 01:45](1141 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:47, 03:10](1864 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:52, 02:56](1962 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:50, 05:30](1873 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:56, 04:07](1926 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:02, 03:07](1880 MB) +PASS -- TEST 'merra2_thompson_intel' [04:57, 03:27](1889 MB) +PASS -- TEST 'regional_control_intel' [06:39, 05:24](1082 MB) +PASS -- TEST 'regional_restart_intel' [03:52, 02:58](1083 MB) +PASS -- TEST 'regional_decomp_intel' [06:39, 05:42](1066 MB) +PASS -- TEST 'regional_2threads_intel' [04:40, 03:29](1072 MB) +PASS -- TEST 'regional_noquilt_intel' [06:42, 05:16](1377 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:43, 05:20](1090 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:37, 05:23](1082 MB) +PASS -- TEST 'regional_wofs_intel' [07:40, 06:52](1898 MB) + +PASS -- COMPILE 'rrfs_intel' [12:11, 11:22] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:44, 07:45](1086 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:20, 04:15](1285 MB) +PASS -- TEST 'rap_decomp_intel' [09:43, 08:08](1022 MB) +PASS -- TEST 'rap_2threads_intel' [08:40, 07:18](1168 MB) +PASS -- TEST 'rap_restart_intel' [05:46, 04:06](1086 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:44, 07:45](1087 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:41, 08:08](1019 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:48, 05:56](1112 MB) +PASS -- TEST 'hrrr_control_intel' [05:04, 04:00](1019 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:42, 04:08](1014 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:42, 03:42](1093 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:36, 02:10](981 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:47, 07:37](1064 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:29, 09:28](1969 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:31, 09:09](2049 MB) + +PASS -- COMPILE 'csawmg_intel' [11:11, 10:57] +PASS -- TEST 'control_csawmg_intel' [07:41, 06:10](1007 MB) +PASS -- TEST 'control_ras_intel' [04:26, 03:18](731 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:11, 04:33] +PASS -- TEST 'control_csawmg_gnu' [09:41, 08:23](746 MB) + +PASS -- COMPILE 'wam_intel' [11:11, 10:33] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:01, 11:10](1642 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [15:12, 14:59] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:03, 02:51](1874 MB) +PASS -- TEST 'regional_control_faster_intel' [05:49, 04:52](1078 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:11, 06:21] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:56, 02:39](1596 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:52, 02:46](1589 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:27, 03:13](788 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:27, 02:49](792 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:42, 04:23](1111 MB) +PASS -- TEST 'control_ras_debug_intel' [04:24, 02:54](803 MB) +PASS -- TEST 'control_diag_debug_intel' [03:51, 02:50](1656 MB) +PASS -- TEST 'control_debug_p8_intel' [04:44, 03:09](1885 MB) +PASS -- TEST 'regional_debug_intel' [18:41, 17:45](1075 MB) +PASS -- TEST 'rap_control_debug_intel' [06:27, 05:04](1184 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:27, 04:54](1175 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:24, 04:57](1186 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:23, 05:09](1179 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:24, 04:59](1176 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:44, 05:21](1264 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:25, 05:13](1182 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:23, 05:05](1181 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:23, 05:02](1187 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:24, 05:08](1181 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:25, 05:00](1180 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:25, 05:09](1183 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:25, 08:15](1180 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:25, 04:56](1182 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:27, 06:04](1181 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:28, 04:58](1181 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:46, 08:53](1195 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 04:55] +PASS -- TEST 'control_csawmg_debug_gnu' [03:41, 02:22](712 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:12, 03:50] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:56, 13:57](1668 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 10:39] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:09, 04:00](1153 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:41, 06:28](1024 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:41, 03:24](976 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:37, 06:06](1082 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:36, 03:10](947 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:37, 03:36](915 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:43, 04:54](1018 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:29, 01:57](901 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:13, 14:12] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:04, 02:08](1198 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:52, 00:59](1103 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:47, 01:18](1095 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 10:42] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:43, 04:13](970 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:11, 04:08] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:26, 04:59](1055 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:27, 04:55](1051 MB) +PASS -- TEST 'conus13km_debug_intel' [15:54, 14:52](1188 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:49, 14:47](919 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:50, 08:26](1121 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:51, 14:40](1257 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 03:45] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:27, 05:09](1095 MB) + +PASS -- COMPILE 'hafsw_intel' [13:15, 12:29] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:22, 05:20](721 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:38, 06:26](1094 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:42, 07:07](812 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:21, 13:41](844 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:35, 15:25](867 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:10, 05:33](490 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:30, 07:03](502 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:47, 02:41](361 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:52, 07:28](453 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:50, 03:52](512 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:53, 03:37](511 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:55, 04:15](569 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:29, 01:14](385 MB) +PASS -- TEST 'gnv1_nested_intel' [06:35, 04:07](1724 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:12, 04:43] ( 1467 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:57, 13:15](549 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [17:12, 16:47] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:04, 08:48](626 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:11, 08:51](721 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:12, 12:51] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:20, 06:36](713 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:12, 11:37] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:24, 06:36](816 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:23, 06:34](798 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:03, 16:18](1201 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:11, 06:37] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:22, 02:49](1145 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:23, 01:41](1099 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:20, 02:41](1015 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:21, 02:51](1001 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:20, 02:38](1011 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:22, 02:40](1138 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:20, 02:43](1150 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:21, 02:58](1006 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:40, 06:10](1058 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:28, 06:13](1035 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:17, 02:46](1142 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:22, 03:59](2503 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:22, 04:27](2493 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:12, 03:44] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:21, 06:23](1054 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:11, 06:42] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:21, 02:41](1149 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:12, 01:06] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:32, 00:47](256 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:26, 00:51](311 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:27, 00:34](318 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:12, 11:25] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:18, 03:47](1981 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:12, 11:24] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:12, 03:38](1948 MB) + +PASS -- COMPILE 'atml_intel' [13:12, 12:58] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:07, 04:21](1845 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:07, 04:31](1846 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:48, 02:26](1086 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:12, 05:00] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:01, 05:51](1855 MB) + +PASS -- COMPILE 'atmw_intel' [12:13, 12:00] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:51, 01:51](1922 MB) + +PASS -- COMPILE 'atmaero_intel' [12:13, 11:29] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:02, 04:11](3177 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:01, 04:59](3077 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:47, 05:21](3078 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:13, 04:02] ( 884 warnings 6 remarks ) +FAILED: TEST TIMED OUT -- TEST 'regional_atmaq_debug_intel' [, ]( MB) + +PASS -- COMPILE 'atm_gnu' [05:12, 04:52] +PASS -- TEST 'control_c48_gnu' [12:44, 11:15](1519 MB) +PASS -- TEST 'control_stochy_gnu' [05:24, 03:19](481 MB) +PASS -- TEST 'control_ras_gnu' [06:25, 04:47](485 MB) +PASS -- TEST 'control_p8_gnu' [06:58, 04:47](1444 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:55, 04:42](1455 MB) +PASS -- TEST 'control_flake_gnu' [11:27, 10:29](525 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:11, 04:23] +PASS -- TEST 'rap_control_gnu' [11:33, 10:49](838 MB) +PASS -- TEST 'rap_decomp_gnu' [12:37, 11:05](834 MB) +PASS -- TEST 'rap_2threads_gnu' [10:46, 09:56](917 MB) +PASS -- TEST 'rap_restart_gnu' [06:43, 05:31](563 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [11:39, 10:50](801 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:35, 11:03](826 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:45, 08:08](570 MB) +PASS -- TEST 'hrrr_control_gnu' [06:47, 05:39](797 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [06:39, 05:38](784 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [06:38, 05:12](909 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [06:40, 05:38](833 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:33, 02:58](545 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:37, 02:51](639 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [11:46, 10:48](795 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 07:55] +PASS -- TEST 'control_diag_debug_gnu' [03:00, 01:39](1251 MB) +PASS -- TEST 'regional_debug_gnu' [11:40, 10:42](719 MB) +PASS -- TEST 'rap_control_debug_gnu' [04:25, 02:41](799 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:26, 02:34](800 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:24, 02:40](805 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:23, 02:42](800 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:47, 02:54](886 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:26, 04:09](800 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:23, 02:41](797 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:25, 02:37](796 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:26, 01:39](433 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:25, 01:46](426 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:46, 01:55](1430 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:26, 02:42](807 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:25, 02:57](801 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:42, 04:25](814 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:11, 02:45] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 04:20] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:33, 09:22](692 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:36, 05:02](691 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:42, 08:38](744 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:32, 04:32](738 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:30, 05:05](688 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:43, 06:55](540 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:28, 02:42](520 MB) +PASS -- TEST 'conus13km_control_gnu' [05:11, 03:16](859 MB) +PASS -- TEST 'conus13km_2threads_gnu' [06:52, 05:49](866 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:48, 01:51](542 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:12, 11:02] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:48, 05:44](714 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:12, 07:48] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:30, 02:37](692 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:28, 02:38](690 MB) +PASS -- TEST 'conus13km_debug_gnu' [08:01, 07:07](873 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [08:51, 07:17](560 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [08:45, 08:00](875 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:45, 07:01](929 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:12, 07:48] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:27, 02:37](718 MB) + +PASS -- COMPILE 's2swa_gnu' [17:12, 16:48] + +PASS -- COMPILE 's2s_gnu' [17:12, 16:25] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:16, 07:31](1525 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:11, 03:21] + +PASS -- COMPILE 's2sw_pdlib_gnu' [16:12, 16:07] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [21:03, 19:20](1439 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 03:12] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [14:56, 13:05](1436 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [16:14, 15:37] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:23, 03:06](681 MB) SYNOPSIS: -Starting Date/Time: 20240714 18:57:11 -Ending Date/Time: 20240714 20:32:41 -Total Time: 01h:35m:47s +Starting Date/Time: 20240724 21:18:58 +Ending Date/Time: 20240724 23:09:38 +Total Time: 01h:51m:29s Compiles Completed: 57/57 -Tests Completed: 245/245 +Tests Completed: 244/245 +Failed Tests: +* TEST regional_atmaq_debug_intel: FAILED: TEST TIMED OUT +-- LOG: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_3718900/regional_atmaq_debug_intel/err NOTES: -A file 'test_changes.list' was generated but is empty. +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: SUCCESS +Result: FAILURE ====END OF HERA REGRESSION TESTING LOG==== diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 07e734535a..388c0dc873 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: -452cc402e677436c64cb2139db02568551062088 +17a524e83223725150b6c1bec3ac9e55ac6876a8 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,12 +9,12 @@ Submodule hashes used in testing: fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) + 47fb4e633a76ec6d60969b1af751f90790387246 CMEPS-interface/CMEPS (cmeps_v0.4.1-2989-g47fb4e63) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3388412e3576865197990e82187d8fc372140193 FV3 (remotes/origin/hotfix/acs-hash) - bb89a58601c3fa28549c291811e04d5db6c9b37b FV3/atmos_cubed_sphere (201912_public_release-401-gbb89a58) + 927261d3916c8e96e7ebe38fe86f06f7aab0abc2 FV3 (heads/develop) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) + 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -24,7 +24,7 @@ Submodule hashes used in testing: b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -35,375 +35,376 @@ 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-20240624 -COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_2115957 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240724 +COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_859761 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-r) - USE ROCOTO - -PASS -- COMPILE 's2swa_32bit_intel' [11:56, 11:56] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:19, 07:33](2133 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:18, 17:18] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [14:24, 13:33](2000 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:02, 13:59](2305 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [07:30, 06:32](1313 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [15:46, 14:53](1925 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:44, 17:44] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [13:27, 12:58](2000 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:46, 06:46] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [21:45, 20:52](1976 MB) - -PASS -- COMPILE 's2swa_intel' [13:06, 13:06] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [08:35, 07:49](2185 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:17, 07:33](2195 MB) -PASS -- TEST 'cpld_restart_p8_intel' [04:57, 04:22](2004 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:35, 07:49](2216 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:27, 04:27](1748 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:00, 09:15](2546 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:19, 07:36](2185 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:08, 06:26](2104 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:34, 07:49](2192 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [16:43, 15:23](2977 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [07:52, 05:56](2923 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [13:10, 08:28](3815 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [11:35, 05:16](3644 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [05:27, 04:56](2154 MB) - -PASS -- COMPILE 's2sw_intel' [12:47, 12:47] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:30, 07:01](2026 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [04:44, 04:03](2085 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:08, 07:08] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [08:02, 07:13](2220 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:34, 06:34] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:24, 04:48](2061 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [09:54, 09:54] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [04:52, 04:10](2091 MB) - -PASS -- COMPILE 's2s_intel' [09:53, 09:53] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:35, 09:07](3109 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:24, 02:54](3090 MB) -PASS -- TEST 'cpld_restart_c48_intel' [01:52, 01:27](2514 MB) - -PASS -- COMPILE 's2swa_faster_intel' [15:09, 15:08] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [08:13, 07:24](2201 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:36, 15:36] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:19, 13:44](2049 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:55, 07:01](1392 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:02, 15:20](1956 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:18, 04:18] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [22:33, 21:50](2030 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [08:34, 08:34] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [03:07, 02:55](714 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [02:55, 02:28](1606 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [02:57, 02:32](1623 MB) -PASS -- TEST 'control_latlon_intel' [02:48, 02:28](1610 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:02, 02:34](1607 MB) -PASS -- TEST 'control_c48_intel' [07:36, 07:11](1737 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:07, 05:52](862 MB) -PASS -- TEST 'control_c192_intel' [09:43, 09:02](1759 MB) -PASS -- TEST 'control_c384_intel' [10:20, 09:05](2043 MB) -PASS -- TEST 'control_c384gdas_intel' [08:23, 06:56](1513 MB) -PASS -- TEST 'control_stochy_intel' [01:44, 01:26](673 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:17, 00:53](529 MB) -PASS -- TEST 'control_lndp_intel' [01:35, 01:25](664 MB) -PASS -- TEST 'control_iovr4_intel' [02:20, 02:08](658 MB) -PASS -- TEST 'control_iovr5_intel' [02:23, 02:11](672 MB) -PASS -- TEST 'control_p8_intel' [03:19, 02:41](1905 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:34, 02:47](1909 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:29, 02:41](1906 MB) -PASS -- TEST 'control_restart_p8_intel' [02:12, 01:36](1164 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:20, 02:46](1892 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:05, 01:37](1214 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:20, 02:40](1913 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:19, 02:42](2003 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:02, 04:37](1910 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:22, 03:37](1982 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:21, 02:39](1914 MB) -PASS -- TEST 'merra2_thompson_intel' [03:39, 02:54](1913 MB) -PASS -- TEST 'regional_control_intel' [05:04, 04:46](1192 MB) -PASS -- TEST 'regional_restart_intel' [02:58, 02:41](1176 MB) -PASS -- TEST 'regional_decomp_intel' [05:20, 05:03](1194 MB) -PASS -- TEST 'regional_2threads_intel' [03:24, 03:05](1163 MB) -PASS -- TEST 'regional_noquilt_intel' [04:57, 04:36](1522 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [04:57, 04:39](1211 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [04:55, 04:40](1204 MB) -PASS -- TEST 'regional_wofs_intel' [05:55, 05:36](2085 MB) - -PASS -- COMPILE 'rrfs_intel' [07:32, 07:32] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [07:26, 06:52](1246 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:03, 03:28](1409 MB) -PASS -- TEST 'rap_decomp_intel' [07:59, 07:18](1138 MB) -PASS -- TEST 'rap_2threads_intel' [07:05, 06:27](1378 MB) -PASS -- TEST 'rap_restart_intel' [04:14, 03:40](1143 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:30, 06:53](1210 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:02, 07:20](1146 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:14, 05:28](1209 MB) -PASS -- TEST 'hrrr_control_intel' [04:07, 03:26](1089 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:12, 03:30](1037 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:57, 04:07](1112 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:08, 01:51](1032 MB) -PASS -- TEST 'rrfs_v1beta_intel' [07:45, 07:01](1230 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:02, 07:47](2004 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:44, 07:32](2214 MB) - -PASS -- COMPILE 'csawmg_intel' [07:33, 07:33] -PASS -- TEST 'control_csawmg_intel' [05:46, 05:30](1066 MB) -PASS -- TEST 'control_ras_intel' [02:58, 02:49](839 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:41, 04:41] -PASS -- TEST 'control_csawmg_gnu' [07:14, 06:56](1070 MB) - -PASS -- COMPILE 'wam_intel' [07:31, 07:30] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [10:58, 10:07](1678 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:34, 13:34] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:10, 02:32](1906 MB) -PASS -- TEST 'regional_control_faster_intel' [04:36, 04:17](1201 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:13, 05:12] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:38, 02:14](1649 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:34, 02:12](1636 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:08, 02:52](842 MB) -PASS -- TEST 'control_lndp_debug_intel' [02:30, 02:22](851 MB) -PASS -- TEST 'control_csawmg_debug_intel' [03:50, 03:36](1168 MB) -PASS -- TEST 'control_ras_debug_intel' [02:36, 02:21](855 MB) -PASS -- TEST 'control_diag_debug_intel' [02:34, 02:15](1708 MB) -PASS -- TEST 'control_debug_p8_intel' [02:48, 02:29](1939 MB) -PASS -- TEST 'regional_debug_intel' [16:11, 15:52](1146 MB) -PASS -- TEST 'rap_control_debug_intel' [04:13, 04:04](1231 MB) -PASS -- TEST 'hrrr_control_debug_intel' [04:07, 03:56](1229 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [04:09, 04:02](1240 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [04:13, 04:04](1237 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:09, 04:01](1233 MB) -PASS -- TEST 'rap_diag_debug_intel' [04:33, 04:19](1317 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:24, 04:12](1241 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:25, 04:12](1238 MB) -PASS -- TEST 'rap_lndp_debug_intel' [04:26, 04:16](1230 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:20, 04:06](1235 MB) -PASS -- TEST 'rap_noah_debug_intel' [04:16, 04:05](1226 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [04:23, 04:12](1242 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [06:51, 06:38](1236 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [04:16, 04:05](1224 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:11, 05:01](1239 MB) -PASS -- TEST 'rap_flake_debug_intel' [04:14, 04:04](1241 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:50, 06:56](1232 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:54, 04:53] -PASS -- TEST 'control_csawmg_debug_gnu' [02:10, 01:52](1056 MB) - -PASS -- COMPILE 'wam_debug_intel' [03:03, 03:03] ( 839 warnings 1 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [06:58, 06:58] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [03:56, 03:20](1270 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:03, 05:24](1169 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:40, 02:54](1040 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:37, 05:03](1295 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:42, 02:39](1040 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:58, 03:03](996 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:16, 04:25](1099 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:05, 01:37](946 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:28, 11:28] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [02:16, 01:47](1304 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:50, 01:05](1207 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:01, 01:22](1154 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:09, 08:09] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:21, 03:50](1097 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:41, 05:40] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:24, 04:13](1112 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:14, 04:02](1116 MB) -PASS -- TEST 'conus13km_debug_intel' [12:53, 12:18](1350 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [13:04, 12:33](1003 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [07:28, 07:10](1263 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:44, 12:20](1423 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:26, 03:25] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:20, 04:10](1182 MB) - -PASS -- COMPILE 'hafsw_intel' [10:18, 10:18] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:27, 05:25](884 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:29, 05:07](1269 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [06:55, 05:46](955 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:04, 14:06](995 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:13, 15:31](986 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:09, 05:56](610 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:55, 06:52](625 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:57, 03:00](435 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:54, 08:42](546 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:27, 03:55](624 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:53, 03:59](620 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:23, 04:53](681 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:35, 01:10](456 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:08, 04:08] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:43, 11:52](654 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [15:26, 15:25] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:58, 17:07](755 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [17:27, 16:23](850 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:16, 11:16] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:08, 10:21](792 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:36, 11:36] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [06:24, 05:33](942 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:05, 05:53](935 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:36, 16:51](1342 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:19, 07:19] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:21, 02:13](1153 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:34, 01:23](1110 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:16, 02:09](1021 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:26, 02:17](1016 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:12, 02:06](1014 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:25, 02:15](1129 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:23, 02:14](1138 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:20, 02:13](1021 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:02, 05:25](1162 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:42, 05:01](1151 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:15, 02:10](1150 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:17, 03:11](2443 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [03:19, 03:13](2392 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:06, 03:06] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:19, 05:14](1070 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [05:40, 05:39] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:24, 02:13](1146 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [00:57, 00:57] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:11, 00:53](339 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:03, 00:49](584 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:46, 00:30](568 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:07, 08:07] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:12, 03:28](2024 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:56, 07:56] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [03:51, 03:08](1992 MB) - -PASS -- COMPILE 'atml_intel' [09:10, 09:10] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:40, 05:34](1906 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:16, 05:33](1905 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:25, 02:59](1165 MB) - -PASS -- COMPILE 'atml_debug_intel' [04:00, 04:00] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:06, 05:06](1929 MB) - -PASS -- COMPILE 'atmw_intel' [08:57, 08:56] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:27, 01:40](1948 MB) - -PASS -- COMPILE 'atmaero_intel' [07:49, 07:49] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:32, 03:48](2017 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [04:50, 04:13](1806 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [04:51, 04:19](1822 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [02:50, 02:49] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [18:10, 16:54](4516 MB) - -PASS -- COMPILE 'atm_gnu' [04:01, 04:01] -PASS -- TEST 'control_c48_gnu' [14:36, 14:03](1567 MB) -PASS -- TEST 'control_stochy_gnu' [02:35, 02:15](732 MB) -PASS -- TEST 'control_ras_gnu' [04:03, 03:47](733 MB) -PASS -- TEST 'control_p8_gnu' [04:21, 03:37](1729 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [04:17, 03:43](1760 MB) -PASS -- TEST 'control_flake_gnu' [04:50, 04:34](808 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:04, 05:04] -PASS -- TEST 'rap_control_gnu' [08:30, 07:50](1101 MB) -PASS -- TEST 'rap_decomp_gnu' [08:43, 08:00](1085 MB) -PASS -- TEST 'rap_2threads_gnu' [08:05, 07:22](1122 MB) -PASS -- TEST 'rap_restart_gnu' [04:39, 04:05](886 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [08:30, 07:40](1096 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:21, 07:43](1088 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:31, 05:44](887 MB) -PASS -- TEST 'hrrr_control_gnu' [04:43, 04:02](1073 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [04:49, 04:04](1141 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [08:04, 07:06](1034 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [04:47, 04:00](1073 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [02:38, 02:09](880 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:40, 02:09](934 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [08:30, 07:42](1095 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:21, 08:21] -PASS -- TEST 'control_diag_debug_gnu' [01:39, 01:20](1631 MB) -PASS -- TEST 'regional_debug_gnu' [07:00, 06:40](1121 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:28, 02:10](1104 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:13, 02:01](1098 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:12, 02:00](1106 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:32, 02:06](1102 MB) -PASS -- TEST 'rap_diag_debug_gnu' [02:30, 02:13](1274 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:37, 03:25](1102 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:10, 02:01](1105 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:09, 01:59](1100 MB) -PASS -- TEST 'control_ras_debug_gnu' [01:34, 01:24](729 MB) -PASS -- TEST 'control_stochy_debug_gnu' [01:40, 01:24](729 MB) -PASS -- TEST 'control_debug_p8_gnu' [01:48, 01:28](1730 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:09, 02:01](1105 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [02:24, 02:13](1107 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:08, 03:23](1113 MB) - -PASS -- COMPILE 'wam_debug_gnu' [02:50, 02:50] -PASS -- TEST 'control_wam_debug_gnu' [05:28, 05:03](1573 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:36, 04:36] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:00, 07:22](963 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:41, 03:50](953 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:27, 06:50](998 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [07:28, 06:38](901 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:54, 03:59](949 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:12, 05:33](859 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:48, 02:16](857 MB) -PASS -- TEST 'conus13km_control_gnu' [03:17, 02:42](1268 MB) -PASS -- TEST 'conus13km_2threads_gnu' [01:50, 01:18](1179 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [01:55, 01:31](931 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:39, 10:39] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:11, 04:31](989 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:52, 07:52] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:29, 02:07](978 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:02, 01:55](970 MB) -PASS -- TEST 'conus13km_debug_gnu' [06:20, 05:51](1286 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [06:23, 05:55](961 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [03:52, 03:26](1197 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:10, 05:45](1354 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:00, 08:00] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:17, 02:08](1004 MB) - -PASS -- COMPILE 's2swa_gnu' [17:12, 17:11] - -PASS -- COMPILE 's2s_gnu' [16:17, 16:17] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [05:34, 04:43](2718 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:41, 04:41] - -PASS -- COMPILE 's2sw_pdlib_gnu' [16:04, 16:04] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [26:45, 25:50](3049 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:23, 04:23] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:42, 11:57](3039 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [14:19, 14:19] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [02:23, 02:15](768 MB) +* (-l) - USE CONFIG FILE: rt.conf +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2swa_32bit_intel' [12:10, 11:51] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:59, 08:20](2131 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:10, 21:10] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [15:01, 13:17](2000 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:18, 13:57](2324 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:16, 06:31](1314 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [15:45, 15:02](1921 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:10, 17:10] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [13:27, 13:03](1991 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 05:57] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [22:10, 20:32](1979 MB) + +PASS -- COMPILE 's2swa_intel' [12:10, 11:19] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:57, 07:41](2190 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:01, 07:47](2183 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:13, 04:20](1960 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:57, 07:51](2204 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:12, 05:19](1749 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:50, 09:08](2551 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:53, 08:19](2172 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:58, 07:20](2098 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:02, 08:30](2195 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [16:36, 14:53](2996 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:09, 06:53](2932 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [16:37, 10:48](3809 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:24, 06:41](3651 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [06:52, 05:54](2152 MB) + +PASS -- COMPILE 's2sw_intel' [13:10, 12:50] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:47, 07:22](2021 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:50, 04:34](2081 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:10, 05:57] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [09:00, 07:10](2216 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:10, 05:18] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:51, 04:49](2059 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [10:10, 09:27] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [04:47, 04:08](2091 MB) + +PASS -- COMPILE 's2s_intel' [10:10, 09:12] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [07:34, 07:01](3107 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [02:37, 02:06](3076 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:35, 01:19](2518 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:10, 17:24] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:57, 08:15](2194 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:10, 16:44] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [15:47, 14:21](2046 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:53, 07:22](1391 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:56, 16:21](1971 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:10, 05:19] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:53, 23:05](2022 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [10:10, 09:09] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:19, 02:55](710 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:26, 02:26](1611 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:36, 02:32](1612 MB) +PASS -- TEST 'control_latlon_intel' [03:27, 02:28](1614 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:36, 02:30](1614 MB) +PASS -- TEST 'control_c48_intel' [07:36, 07:00](1740 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:25, 05:49](845 MB) +PASS -- TEST 'control_c192_intel' [09:41, 09:04](1772 MB) +PASS -- TEST 'control_c384_intel' [11:22, 09:38](2044 MB) +PASS -- TEST 'control_c384gdas_intel' [09:43, 07:19](1527 MB) +PASS -- TEST 'control_stochy_intel' [02:24, 01:27](667 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:26, 00:54](549 MB) +PASS -- TEST 'control_lndp_intel' [02:24, 01:21](677 MB) +PASS -- TEST 'control_iovr4_intel' [02:26, 02:05](674 MB) +PASS -- TEST 'control_iovr5_intel' [03:19, 02:39](670 MB) +PASS -- TEST 'control_p8_intel' [04:48, 03:23](1913 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:57, 03:08](1912 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:49, 03:23](1900 MB) +PASS -- TEST 'control_restart_p8_intel' [04:46, 02:18](1156 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:40, 03:23](1901 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:43, 02:29](1201 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:43, 02:44](1885 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:35, 02:29](1997 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:28, 04:33](1907 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:46, 03:34](1974 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:46, 02:38](1908 MB) +PASS -- TEST 'merra2_thompson_intel' [03:52, 02:58](1916 MB) +PASS -- TEST 'regional_control_intel' [05:26, 04:44](1202 MB) +PASS -- TEST 'regional_restart_intel' [04:24, 03:10](1176 MB) +PASS -- TEST 'regional_decomp_intel' [05:26, 04:56](1187 MB) +PASS -- TEST 'regional_2threads_intel' [03:29, 03:07](1155 MB) +PASS -- TEST 'regional_noquilt_intel' [05:31, 04:30](1516 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:29, 04:39](1196 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:23, 04:42](1201 MB) +PASS -- TEST 'regional_wofs_intel' [07:24, 05:43](2077 MB) + +PASS -- COMPILE 'rrfs_intel' [08:10, 07:50] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:49, 06:44](1199 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:45, 03:46](1412 MB) +PASS -- TEST 'rap_decomp_intel' [07:43, 06:58](1130 MB) +PASS -- TEST 'rap_2threads_intel' [07:43, 06:13](1372 MB) +PASS -- TEST 'rap_restart_intel' [04:59, 03:31](1141 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:48, 06:41](1223 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:52, 07:01](1157 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:52, 05:04](1186 MB) +PASS -- TEST 'hrrr_control_intel' [06:42, 03:28](1072 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:42, 03:33](1050 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:42, 03:16](1124 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:27, 01:54](1020 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:54, 06:34](1200 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:22, 08:12](2013 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:21, 07:45](2180 MB) + +PASS -- COMPILE 'csawmg_intel' [08:10, 07:51] +PASS -- TEST 'control_csawmg_intel' [08:29, 06:04](1046 MB) +PASS -- TEST 'control_ras_intel' [05:17, 02:52](839 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:10, 04:09] +PASS -- TEST 'control_csawmg_gnu' [08:38, 07:30](1071 MB) + +PASS -- COMPILE 'wam_intel' [07:10, 07:06] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [11:33, 09:46](1681 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [15:10, 14:49] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:45, 03:45](1905 MB) +PASS -- TEST 'regional_control_faster_intel' [07:25, 05:20](1203 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:10, 05:18] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:28, 02:17](1648 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:31, 02:24](1635 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:16, 02:38](840 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:16, 02:21](840 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:23, 04:24](1160 MB) +PASS -- TEST 'control_ras_debug_intel' [03:17, 02:22](839 MB) +PASS -- TEST 'control_diag_debug_intel' [03:29, 02:28](1701 MB) +PASS -- TEST 'control_debug_p8_intel' [04:28, 03:13](1936 MB) +PASS -- TEST 'regional_debug_intel' [17:24, 15:50](1150 MB) +PASS -- TEST 'rap_control_debug_intel' [05:19, 04:33](1231 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:21, 04:14](1225 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:16, 04:20](1239 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:16, 04:29](1231 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:16, 04:28](1229 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:25, 04:24](1319 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:17, 04:16](1234 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:17, 04:25](1231 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:18, 04:26](1243 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:17, 04:13](1230 MB) +PASS -- TEST 'rap_noah_debug_intel' [04:17, 04:04](1235 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:18, 04:19](1227 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:17, 06:46](1232 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:17, 04:12](1228 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:17, 05:11](1227 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:18, 04:20](1226 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:49, 07:31](1232 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:10, 04:55] +PASS -- TEST 'control_csawmg_debug_gnu' [03:29, 02:55](1055 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:10, 03:18] ( 839 warnings 1 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:10, 07:45] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:43, 03:16](1275 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:30, 06:19](1171 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:56, 02:53](1042 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:46, 06:05](1289 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:35, 02:39](1043 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:34, 02:59](1001 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:49, 04:49](1116 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:28, 01:37](947 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:10, 12:02] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:37, 01:45](1299 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:28, 00:44](1214 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:26, 01:05](1151 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:10, 07:26] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:33, 03:44](1084 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 03:18] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:20, 04:35](1111 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:20, 04:27](1116 MB) +PASS -- TEST 'conus13km_debug_intel' [12:31, 11:55](1353 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [13:30, 12:14](1015 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [08:27, 07:17](1257 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [13:34, 12:14](1423 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:11, 02:53] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:19, 04:20](1171 MB) + +PASS -- COMPILE 'hafsw_intel' [10:11, 09:41] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:06, 05:21](861 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:24, 05:37](1278 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:10, 07:05](943 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:04, 14:22](987 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:10, 15:18](1002 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:46, 06:05](603 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:17, 08:23](628 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:39, 03:17](444 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:53, 08:54](557 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:44, 04:22](617 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:37, 04:10](617 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:45, 04:57](671 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:26, 01:31](460 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:11, 03:51] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:42, 11:52](656 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [15:11, 14:42] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:50, 15:24](752 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:51, 16:03](850 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [10:10, 10:04] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [12:55, 09:42](919 MB) + +PASS -- COMPILE 'hafs_all_intel' [11:10, 10:46] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:05, 05:43](947 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:03, 05:44](910 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:44, 16:27](1344 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:11, 06:10] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:15, 02:09](1138 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:16, 01:18](1105 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:14, 02:05](1025 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:15, 02:08](1019 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:14, 02:11](1019 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:15, 02:11](1167 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:14, 02:13](1155 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:14, 02:07](1020 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:57, 04:56](1169 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:48, 04:53](1160 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:13, 02:10](1148 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:16, 03:00](2462 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:15, 03:04](2457 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [03:11, 03:07] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:15, 05:09](1080 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:11, 05:41] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:15, 02:11](1161 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 00:48] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:27, 00:51](340 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:22, 00:46](559 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:20, 00:32](561 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [09:10, 08:23] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:45, 03:40](2025 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [08:10, 07:40] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [03:52, 03:09](1996 MB) + +PASS -- COMPILE 'atml_intel' [12:11, 08:54] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:54, 05:51](1899 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:51, 05:47](1907 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:34, 03:04](1144 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:10, 04:31] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:49, 05:47](1925 MB) + +PASS -- COMPILE 'atmw_intel' [10:10, 09:43] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:49, 01:39](1940 MB) + +PASS -- COMPILE 'atmaero_intel' [08:10, 07:34] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:46, 03:46](2034 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:45, 04:15](1815 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:37, 04:28](1821 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:10, 03:21] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [19:24, 17:11](4607 MB) + +PASS -- COMPILE 'atm_gnu' [07:10, 05:32] +PASS -- TEST 'control_c48_gnu' [10:32, 09:26](1570 MB) +PASS -- TEST 'control_stochy_gnu' [03:19, 02:22](731 MB) +PASS -- TEST 'control_ras_gnu' [04:17, 03:52](733 MB) +PASS -- TEST 'control_p8_gnu' [04:43, 03:55](1734 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [04:36, 03:46](1758 MB) +PASS -- TEST 'control_flake_gnu' [05:19, 04:38](809 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:11, 04:36] +PASS -- TEST 'rap_control_gnu' [09:31, 08:10](1101 MB) +PASS -- TEST 'rap_decomp_gnu' [09:30, 08:10](1086 MB) +PASS -- TEST 'rap_2threads_gnu' [08:49, 07:13](1124 MB) +PASS -- TEST 'rap_restart_gnu' [05:54, 04:17](888 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [09:45, 08:35](1085 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:31, 08:28](1082 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:43, 06:14](885 MB) +PASS -- TEST 'hrrr_control_gnu' [05:34, 04:13](1071 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:31, 04:12](1138 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [04:43, 03:46](1046 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:31, 04:13](1071 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:24, 02:17](879 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:17, 02:12](935 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [08:50, 08:08](1079 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [09:10, 08:36] +PASS -- TEST 'control_diag_debug_gnu' [02:33, 01:18](1625 MB) +PASS -- TEST 'regional_debug_gnu' [07:26, 07:03](1118 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:17, 02:05](1102 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:18, 02:07](1092 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:17, 02:05](1099 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:17, 02:09](1100 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:24, 02:23](1275 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:17, 03:24](1100 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:16, 02:04](1101 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:16, 02:04](1100 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:17, 01:13](730 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:17, 01:23](727 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:26, 01:28](1707 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:17, 02:09](1101 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:17, 02:26](1108 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:47, 03:31](1102 MB) + +PASS -- COMPILE 'wam_debug_gnu' [05:10, 04:15] +PASS -- TEST 'control_wam_debug_gnu' [06:29, 05:25](1576 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [07:10, 06:34] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:32, 07:26](962 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:44, 04:01](952 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:43, 06:52](995 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:36, 03:32](898 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:35, 04:02](952 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:52, 05:47](860 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:19, 02:08](856 MB) +PASS -- TEST 'conus13km_control_gnu' [03:37, 02:37](1269 MB) +PASS -- TEST 'conus13km_2threads_gnu' [02:27, 01:11](1178 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:28, 01:27](933 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [13:10, 12:11] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:28, 04:42](990 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:10, 06:56] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:17, 02:13](981 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:16, 02:10](976 MB) +PASS -- TEST 'conus13km_debug_gnu' [06:29, 06:03](1287 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:29, 06:11](961 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [04:25, 03:43](1195 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:30, 05:47](1354 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [10:11, 09:53] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:18, 02:06](1005 MB) + +PASS -- COMPILE 's2swa_gnu' [19:11, 18:32] + +PASS -- COMPILE 's2s_gnu' [15:11, 14:42] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [06:00, 04:57](3081 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [06:10, 05:55] + +PASS -- COMPILE 's2sw_pdlib_gnu' [21:10, 16:36] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [26:48, 25:54](3056 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [11:10, 06:18] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:44, 12:14](2914 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [18:10, 15:42] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:15, 02:17](768 MB) SYNOPSIS: -Starting Date/Time: 20240712 12:36:12 -Ending Date/Time: 20240712 16:41:27 -Total Time: 04h:06m:24s +Starting Date/Time: 20240725 12:51:06 +Ending Date/Time: 20240725 14:24:28 +Total Time: 01h:33m:55s Compiles Completed: 57/57 Tests Completed: 244/244 diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index b97bfcfab6..fe95ec28af 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: -cc70b77c844682f3daeb33c8b699f162c48c2527 +45bcf84d30cfb2cc46913130f6e8615814b3c9e8 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,12 +9,12 @@ Submodule hashes used in testing: fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) + 47fb4e633a76ec6d60969b1af751f90790387246 CMEPS-interface/CMEPS (cmeps_v0.4.1-2989-g47fb4e63) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3388412e3576865197990e82187d8fc372140193 FV3 (remotes/origin/hotfix/acs-hash) - bb89a58601c3fa28549c291811e04d5db6c9b37b FV3/atmos_cubed_sphere (201912_public_release-401-gbb89a58) + 927261d3916c8e96e7ebe38fe86f06f7aab0abc2 FV3 (heads/develop) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) + 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -24,7 +24,7 @@ Submodule hashes used in testing: b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -35,254 +35,254 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_2214458 +BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240724 +COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_647373 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [41:14, 40:55] ( 1 warnings 1383 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [22:54, 07:56](2016 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [49:16, 49:00] ( 1 warnings 1427 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [35:20, 21:52](1896 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:25, 23:08](2009 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:49, 11:17](1125 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [37:51, 24:58](1849 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [54:16, 53:13] ( 1 warnings 1424 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [29:53, 21:27](1884 MB) - -PASS -- COMPILE 's2swa_intel' [41:14, 40:55] ( 1381 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [15:31, 08:17](2044 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [26:54, 08:22](2056 MB) -PASS -- TEST 'cpld_restart_p8_intel' [10:43, 05:07](1719 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [24:36, 08:14](2065 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:59, 04:59](1740 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:50, 08:15](2310 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [23:30, 08:24](2035 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [14:29, 07:25](2007 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [19:04, 08:15](2049 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [26:36, 07:49](2036 MB) - -PASS -- COMPILE 's2sw_intel' [39:14, 38:13] ( 1279 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:42, 06:46](1910 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:58, 06:56](1956 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:11, 05:47] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [28:50, 11:29](2073 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:10, 05:26] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [23:30, 08:03](1933 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [35:14, 34:51] ( 1011 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:59, 06:18](1966 MB) - -PASS -- COMPILE 's2s_intel' [36:14, 35:09] ( 1016 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [14:10, 12:36](3072 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:11, 04:01](3054 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:00, 02:24](2484 MB) - -PASS -- COMPILE 's2swa_faster_intel' [36:19, 34:03] ( 1609 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:03, 07:35](2061 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [58:15, 47:59] ( 1339 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [24:47, 21:55](1917 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [14:55, 12:38](1138 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [28:02, 25:31](1887 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [13:11, 05:31] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:31, 32:51](1937 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [38:13, 37:39] ( 1 warnings 1148 remarks ) -PASS -- TEST 'control_flake_intel' [06:11, 04:42](654 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [06:59, 04:02](1553 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [08:03, 04:19](1563 MB) -PASS -- TEST 'control_latlon_intel' [06:54, 03:58](1548 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:03, 04:10](1545 MB) -PASS -- TEST 'control_c48_intel' [13:34, 12:00](1725 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [12:21, 10:16](850 MB) -PASS -- TEST 'control_c192_intel' [18:10, 14:22](1679 MB) -PASS -- TEST 'control_c384_intel' [22:38, 17:55](1817 MB) -PASS -- TEST 'control_c384gdas_intel' [19:38, 13:28](1021 MB) -PASS -- TEST 'control_stochy_intel' [03:46, 03:02](604 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:32, 01:24](440 MB) -PASS -- TEST 'control_lndp_intel' [03:46, 02:49](604 MB) -PASS -- TEST 'control_iovr4_intel' [04:51, 04:02](608 MB) -PASS -- TEST 'control_iovr5_intel' [04:53, 04:03](601 MB) -PASS -- TEST 'control_p8_intel' [08:45, 04:44](1830 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [08:32, 04:56](1847 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [08:43, 04:44](1846 MB) -PASS -- TEST 'control_restart_p8_intel' [04:17, 02:53](1059 MB) -PASS -- TEST 'control_noqr_p8_intel' [08:53, 04:44](1843 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:25, 02:59](1074 MB) -PASS -- TEST 'control_decomp_p8_intel' [08:30, 04:56](1834 MB) -PASS -- TEST 'control_2threads_p8_intel' [08:31, 04:41](1941 MB) -PASS -- TEST 'control_p8_lndp_intel' [11:04, 07:55](1850 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [10:10, 06:01](1916 MB) -PASS -- TEST 'control_p8_mynn_intel' [08:37, 04:51](1854 MB) -PASS -- TEST 'merra2_thompson_intel' [08:55, 05:07](1849 MB) -PASS -- TEST 'regional_control_intel' [10:42, 08:31](1017 MB) -PASS -- TEST 'regional_restart_intel' [05:48, 04:24](1015 MB) -PASS -- TEST 'regional_decomp_intel' [10:38, 08:53](1013 MB) -PASS -- TEST 'regional_2threads_intel' [08:42, 06:09](1004 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [11:19, 08:40](1009 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [10:38, 08:13](1014 MB) - -PASS -- COMPILE 'rrfs_intel' [35:15, 34:55] ( 3 warnings 1115 remarks ) -PASS -- TEST 'rap_control_intel' [12:11, 10:08](986 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:18, 05:46](1215 MB) -PASS -- TEST 'rap_decomp_intel' [12:12, 10:48](983 MB) -PASS -- TEST 'rap_2threads_intel' [12:02, 09:40](1093 MB) -PASS -- TEST 'rap_restart_intel' [07:37, 05:17](996 MB) -PASS -- TEST 'rap_sfcdiff_intel' [12:19, 10:01](993 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:06, 10:52](987 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:33, 07:36](1000 MB) -PASS -- TEST 'hrrr_control_intel' [07:10, 05:12](988 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:03, 05:27](984 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:06, 04:52](1057 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:35, 02:50](919 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:40, 10:03](990 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [13:27, 12:18](1944 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:31, 12:15](1926 MB) - -PASS -- COMPILE 'csawmg_intel' [33:15, 32:23] ( 1095 remarks ) -PASS -- TEST 'control_csawmg_intel' [10:42, 09:00](962 MB) -PASS -- TEST 'control_ras_intel' [05:26, 04:27](667 MB) - -PASS -- COMPILE 'wam_intel' [33:15, 32:18] ( 995 remarks ) -PASS -- TEST 'control_wam_intel' [16:04, 14:54](1620 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [53:16, 52:19] ( 1297 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:32, 04:21](1818 MB) -PASS -- TEST 'regional_control_faster_intel' [08:47, 07:24](1013 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:12, 07:15] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:08, 03:23](1576 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:10, 03:27](1553 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:32, 03:51](775 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:32, 03:28](775 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:01, 06:02](1097 MB) -PASS -- TEST 'control_ras_debug_intel' [04:32, 03:31](788 MB) -PASS -- TEST 'control_diag_debug_intel' [05:08, 03:30](1638 MB) -PASS -- TEST 'control_debug_p8_intel' [06:15, 04:21](1835 MB) -PASS -- TEST 'regional_debug_intel' [25:05, 23:30](1046 MB) -PASS -- TEST 'rap_control_debug_intel' [07:34, 06:16](1169 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:35, 06:13](1156 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:35, 06:19](1165 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:34, 06:19](1168 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:34, 06:21](1164 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:46, 06:35](1251 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:30, 06:30](1136 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:23, 06:18](1169 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:31, 06:17](1172 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:27, 06:11](1161 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:27, 06:08](1161 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:29, 06:10](1171 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:29, 10:10](1162 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:25, 06:05](1160 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:31, 07:30](1166 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:27, 06:09](1165 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:40, 10:43](1173 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:10, 04:44] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [18:04, 16:53](1651 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:14, 30:29] ( 3 warnings 1028 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [16:15, 05:32](1077 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:26, 09:27](905 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [15:18, 04:32](868 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [19:19, 08:04](947 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [15:18, 04:07](912 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [15:18, 04:47](861 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:09, 06:21](908 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:33, 02:26](855 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [49:17, 48:37] ( 3 warnings 1198 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:04, 02:55](1108 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:47, 01:22](1057 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:46, 01:43](1024 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [31:14, 30:54] ( 3 warnings 1048 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:06, 05:30](903 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:10, 04:50] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:31, 06:07](1049 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:31, 06:00](1045 MB) -PASS -- TEST 'conus13km_debug_intel' [20:02, 18:33](1152 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [20:02, 18:42](869 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:54, 10:53](1108 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:55, 18:33](1230 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:10, 04:18] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [14:30, 06:18](1089 MB) - -PASS -- COMPILE 'hafsw_intel' [38:16, 38:03] ( 1 warnings 1427 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:38, 07:12](708 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:41, 06:40](1084 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [16:50, 09:47](771 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [18:33, 16:39](801 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [25:57, 18:33](816 MB) -PASS -- TEST 'gnv1_nested_intel' [16:07, 07:52](1682 MB) - -PASS -- COMPILE 'hafs_all_intel' [36:17, 34:09] ( 1268 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [11:43, 09:09](770 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [12:41, 09:43](757 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:11, 07:16] ( 67 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:26, 03:58](1058 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:25, 02:13](1022 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:26, 03:34](924 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:26, 03:38](913 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:27, 03:37](928 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:27, 03:38](1062 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:26, 03:40](1055 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:27, 03:33](919 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:26, 07:57](888 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:25, 07:54](838 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:23, 03:38](1065 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:28, 05:06](2395 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:28, 05:08](2327 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:39] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:28, 08:00](1012 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:11, 08:29] ( 70 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:24, 03:50](1077 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:51] ( 60 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:36, 01:39](234 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:32, 01:21](254 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:32, 00:51](255 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [34:15, 33:58] ( 1016 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:18, 05:40](1910 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [28:14, 26:41] ( 1016 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:34, 05:29](1887 MB) - -PASS -- COMPILE 'atml_intel' [38:16, 37:20] ( 8 warnings 1186 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:45, 09:24](1863 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:49, 08:52](1855 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:46, 04:58](1071 MB) - -PASS -- COMPILE 'atml_debug_intel' [06:11, 06:00] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:43, 08:32](1886 MB) - -PASS -- COMPILE 'atmw_intel' [34:15, 33:54] ( 1260 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:29, 03:05](1860 MB) - -PASS -- COMPILE 'atmaero_intel' [33:16, 33:10] ( 1099 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:25, 06:10](1945 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:23, 06:28](1720 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:12, 06:39](1728 MB) +PASS -- COMPILE 's2swa_32bit_intel' [35:15, 34:16] ( 1 warnings 1383 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [20:59, 07:39](2009 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [48:16, 47:55] ( 1 warnings 1427 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [24:02, 21:39](1884 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:47, 23:31](2018 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [14:19, 11:41](1117 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:33, 24:48](1859 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [49:16, 48:53] ( 1 warnings 1424 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [22:47, 21:22](1885 MB) + +PASS -- COMPILE 's2swa_intel' [34:15, 33:31] ( 1381 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [17:30, 07:58](2054 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [21:51, 08:02](2053 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:41, 04:51](1719 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [19:27, 08:05](2063 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:55, 04:56](1736 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [15:25, 08:26](2317 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [20:21, 08:10](2057 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:46, 07:38](2004 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [19:50, 07:53](2056 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [19:35, 07:35](2012 MB) + +PASS -- COMPILE 's2sw_intel' [39:16, 38:54] ( 1279 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [15:24, 06:21](1869 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [15:40, 06:31](1947 MB) + +PASS -- COMPILE 's2swa_debug_intel' [12:14, 05:44] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [12:39, 11:05](2078 MB) + +PASS -- COMPILE 's2sw_debug_intel' [17:15, 05:30] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:24, 07:41](1938 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [42:17, 34:50] ( 1011 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:55, 06:35](1975 MB) + +PASS -- COMPILE 's2s_intel' [35:18, 34:51] ( 1016 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [14:08, 12:28](3072 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:06, 04:02](3059 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:01, 02:25](2483 MB) + +PASS -- COMPILE 's2swa_faster_intel' [34:27, 34:16] ( 1609 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:09, 07:37](2053 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [47:18, 46:56] ( 1339 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [25:36, 23:21](1923 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:49, 11:19](1138 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:35, 24:53](1887 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:11, 05:32] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:52, 32:50](1944 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [38:16, 37:45] ( 1 warnings 1148 remarks ) +PASS -- TEST 'control_flake_intel' [05:36, 04:31](652 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:13, 03:58](1548 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:18, 04:09](1558 MB) +PASS -- TEST 'control_latlon_intel' [05:08, 03:56](1545 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:17, 04:04](1544 MB) +PASS -- TEST 'control_c48_intel' [13:33, 11:45](1736 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [11:52, 10:12](852 MB) +PASS -- TEST 'control_c192_intel' [17:03, 14:39](1682 MB) +PASS -- TEST 'control_c384_intel' [22:29, 19:56](1819 MB) +PASS -- TEST 'control_c384gdas_intel' [20:46, 13:25](1024 MB) +PASS -- TEST 'control_stochy_intel' [03:31, 02:15](605 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:31, 01:19](440 MB) +PASS -- TEST 'control_lndp_intel' [03:32, 02:09](606 MB) +PASS -- TEST 'control_iovr4_intel' [04:36, 03:23](606 MB) +PASS -- TEST 'control_iovr5_intel' [04:35, 03:18](601 MB) +PASS -- TEST 'control_p8_intel' [06:34, 04:41](1838 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:45, 04:38](1848 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:53, 04:28](1844 MB) +PASS -- TEST 'control_restart_p8_intel' [04:01, 02:52](1057 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:37, 04:31](1843 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:03, 02:49](1074 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:38, 04:38](1830 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:38, 04:24](1945 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:16, 07:37](1853 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:01, 05:48](1907 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:49, 04:36](1852 MB) +PASS -- TEST 'merra2_thompson_intel' [07:08, 05:02](1849 MB) +PASS -- TEST 'regional_control_intel' [09:05, 07:45](1010 MB) +PASS -- TEST 'regional_restart_intel' [05:40, 04:48](1013 MB) +PASS -- TEST 'regional_decomp_intel' [10:05, 08:18](1013 MB) +PASS -- TEST 'regional_2threads_intel' [07:07, 05:10](1012 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [09:14, 07:49](1021 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:49, 07:54](1016 MB) + +PASS -- COMPILE 'rrfs_intel' [36:16, 35:31] ( 3 warnings 1115 remarks ) +PASS -- TEST 'rap_control_intel' [12:07, 10:11](989 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:29, 05:41](1217 MB) +PASS -- TEST 'rap_decomp_intel' [12:11, 10:38](986 MB) +PASS -- TEST 'rap_2threads_intel' [11:35, 09:44](1083 MB) +PASS -- TEST 'rap_restart_intel' [07:18, 05:21](991 MB) +PASS -- TEST 'rap_sfcdiff_intel' [11:34, 10:08](997 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:10, 10:44](988 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:17, 07:39](995 MB) +PASS -- TEST 'hrrr_control_intel' [07:23, 05:15](986 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:26, 05:23](981 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:38, 04:50](1059 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:32, 02:52](917 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:40, 09:58](985 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [13:41, 12:28](1943 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:42, 12:15](1936 MB) + +PASS -- COMPILE 'csawmg_intel' [33:16, 32:26] ( 1095 remarks ) +PASS -- TEST 'control_csawmg_intel' [10:49, 08:51](959 MB) +PASS -- TEST 'control_ras_intel' [06:36, 05:12](665 MB) + +PASS -- COMPILE 'wam_intel' [33:16, 32:25] ( 995 remarks ) +PASS -- TEST 'control_wam_intel' [16:05, 14:22](1631 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [54:20, 53:18] ( 1297 remarks ) +PASS -- TEST 'control_p8_faster_intel' [07:33, 04:30](1829 MB) +PASS -- TEST 'regional_control_faster_intel' [08:48, 07:41](1007 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:12, 08:32] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:54, 03:22](1573 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:59, 03:20](1576 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:31, 03:52](773 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:32, 03:29](777 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:50, 05:48](1093 MB) +PASS -- TEST 'control_ras_debug_intel' [04:31, 03:30](785 MB) +PASS -- TEST 'control_diag_debug_intel' [04:57, 03:31](1635 MB) +PASS -- TEST 'control_debug_p8_intel' [06:05, 04:13](1870 MB) +PASS -- TEST 'regional_debug_intel' [23:57, 23:01](1049 MB) +PASS -- TEST 'rap_control_debug_intel' [07:33, 06:12](1160 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:35, 06:08](1159 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:34, 06:12](1161 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:34, 06:13](1163 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:33, 06:11](1161 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:40, 06:31](1244 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:30, 06:17](1163 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:27, 06:16](1168 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:32, 06:23](1165 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:24, 06:10](1166 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:23, 06:03](1162 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:23, 06:10](1165 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:28, 10:06](1159 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:26, 06:06](1155 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:28, 07:30](1160 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:26, 06:15](1158 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:27, 10:44](1168 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:12, 04:31] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [18:04, 16:55](1651 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:14, 30:36] ( 3 warnings 1028 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [09:35, 05:49](1076 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [15:11, 08:53](902 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [13:26, 04:37](872 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [13:45, 08:26](952 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [15:20, 04:26](907 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [13:00, 04:54](860 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:25, 06:21](904 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:33, 02:27](847 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [49:15, 48:56] ( 3 warnings 1198 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:10, 02:57](1110 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:01, 01:30](1046 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:53, 02:03](1022 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [32:14, 31:14] ( 3 warnings 1048 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:56, 05:46](901 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 04:48] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:33, 06:06](1045 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [10:33, 06:08](1042 MB) +PASS -- TEST 'conus13km_debug_intel' [24:03, 18:42](1155 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [24:03, 18:54](865 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [15:56, 10:47](1100 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [23:57, 18:40](1219 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:12, 04:46] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [10:36, 06:19](1085 MB) + +PASS -- COMPILE 'hafsw_intel' [41:18, 38:51] ( 1 warnings 1427 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [10:24, 07:09](715 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:34, 06:47](1091 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:34, 09:33](771 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [19:28, 16:30](805 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [21:45, 18:23](814 MB) +PASS -- TEST 'gnv1_nested_intel' [11:46, 07:14](1676 MB) + +PASS -- COMPILE 'hafs_all_intel' [34:20, 34:13] ( 1268 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [11:54, 08:58](769 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:59, 09:03](755 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [11:12, 08:29] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:26, 03:37](1063 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:26, 02:13](1020 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:25, 03:43](929 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:26, 03:42](921 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:25, 03:46](929 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:26, 03:44](1079 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:26, 03:39](1050 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:25, 03:45](926 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:30, 08:11](889 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:29, 08:18](848 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:22, 03:42](1070 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:26, 05:12](2418 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:25, 05:25](2406 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:31] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:28, 08:07](1016 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:14, 08:23] ( 70 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:27, 03:42](1068 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:56] ( 60 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:41, 01:45](232 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:34, 01:27](256 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:30, 00:51](255 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [35:18, 34:27] ( 1016 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:27, 05:15](1912 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [34:16, 33:22] ( 1016 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:47, 05:21](1885 MB) + +PASS -- COMPILE 'atml_intel' [38:18, 37:44] ( 8 warnings 1186 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:46, 10:02](1863 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [17:48, 08:47](1844 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:57, 05:34](1075 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:13, 06:34] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:46, 08:06](1887 MB) + +PASS -- COMPILE 'atmw_intel' [35:17, 34:19] ( 1260 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:32, 02:59](1857 MB) + +PASS -- COMPILE 'atmaero_intel' [34:16, 33:27] ( 1099 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [10:27, 06:34](1942 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [11:22, 06:48](1720 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [11:12, 06:52](1745 MB) SYNOPSIS: -Starting Date/Time: 20240714 18:58:23 -Ending Date/Time: 20240714 22:58:27 -Total Time: 04h:00m:45s +Starting Date/Time: 20240724 20:55:35 +Ending Date/Time: 20240725 00:58:45 +Total Time: 04h:03m:47s Compiles Completed: 36/36 Tests Completed: 164/164 diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 8d0babe17c..3660c9ea7e 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,7 +1,7 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -452cc402e677436c64cb2139db02568551062088 +17a524e83223725150b6c1bec3ac9e55ac6876a8 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,12 +9,12 @@ Submodule hashes used in testing: fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) + 47fb4e633a76ec6d60969b1af751f90790387246 CMEPS-interface/CMEPS (cmeps_v0.4.1-2989-g47fb4e63) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3388412e3576865197990e82187d8fc372140193 FV3 (heads/hotfix/acs-hash) - bb89a58601c3fa28549c291811e04d5db6c9b37b FV3/atmos_cubed_sphere (201912_public_release-401-gbb89a58) + 927261d3916c8e96e7ebe38fe86f06f7aab0abc2 FV3 (heads/develop) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) + 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -24,7 +24,7 @@ Submodule hashes used in testing: b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -35,286 +35,352 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /work/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_2453183 +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240724 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_566496 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic +* (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [17:12, 16:20] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:48, 14:46](2081 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:12, 21:19] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:41, 18:08](1973 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:27, 19:05](2129 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:16, 09:01](1215 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:43, 20:27](1878 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [22:12, 21:56] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:41, 17:48](1951 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:11, 08:54] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [28:42, 27:03](1941 MB) - -PASS -- COMPILE 's2swa_intel' [16:11, 16:03] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [16:43, 14:21](2138 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:52, 14:23](2133 MB) -PASS -- TEST 'cpld_restart_p8_intel' [10:01, 08:00](1818 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [16:43, 14:21](2170 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [10:01, 08:07](1713 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [14:47, 13:07](2435 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [16:43, 14:31](2128 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [14:47, 12:20](2042 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:55, 14:16](2148 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [19:47, 16:14](2724 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [12:10, 08:52](2730 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:49, 11:39](3658 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:03, 07:11](3498 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:38, 06:02](2120 MB) - -PASS -- COMPILE 's2sw_intel' [16:11, 15:55] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [15:36, 13:48](1990 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:44, 04:46](2055 MB) - -PASS -- COMPILE 's2swa_debug_intel' [09:10, 08:42] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:22, 08:56](2160 MB) - -PASS -- COMPILE 's2sw_debug_intel' [08:10, 07:55] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:14, 06:11](2013 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [15:11, 14:18] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:27, 04:35](2054 MB) - -PASS -- COMPILE 's2s_intel' [15:11, 14:51] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [11:03, 09:38](3100 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:00, 03:05](3077 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:02, 02:00](2521 MB) - -PASS -- COMPILE 's2swa_faster_intel' [24:11, 23:48] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [16:38, 15:00](2138 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [22:11, 21:12] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:21, 18:10](1997 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:33, 09:10](1260 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:21, 20:17](1915 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:11, 06:43] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:14, 28:42](1984 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:11, 13:05] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:28, 03:41](691 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:46, 03:07](1585 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:52, 03:14](1593 MB) -PASS -- TEST 'control_latlon_intel' [04:43, 03:12](1589 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:49, 03:13](1592 MB) -PASS -- TEST 'control_c48_intel' [10:49, 09:27](1738 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:36, 07:59](857 MB) -PASS -- TEST 'control_c192_intel' [12:02, 11:09](1736 MB) -PASS -- TEST 'control_c384_intel' [14:55, 12:13](2012 MB) -PASS -- TEST 'control_c384gdas_intel' [12:45, 09:45](1357 MB) -PASS -- TEST 'control_stochy_intel' [02:28, 01:51](644 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:47, 01:11](474 MB) -PASS -- TEST 'control_lndp_intel' [02:24, 01:47](649 MB) -PASS -- TEST 'control_iovr4_intel' [03:27, 02:43](643 MB) -PASS -- TEST 'control_iovr5_intel' [03:31, 02:46](642 MB) -PASS -- TEST 'control_p8_intel' [05:20, 03:38](1892 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:19, 03:32](1892 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:33, 03:20](1888 MB) -PASS -- TEST 'control_restart_p8_intel' [03:15, 01:59](1095 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:23, 03:24](1878 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:27, 02:07](1136 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:15, 03:33](1870 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:11, 03:41](1975 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:52, 05:56](1881 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:28, 04:49](1951 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:23, 03:28](1896 MB) -PASS -- TEST 'merra2_thompson_intel' [05:41, 03:45](1897 MB) -PASS -- TEST 'regional_control_intel' [07:42, 06:31](1090 MB) -PASS -- TEST 'regional_restart_intel' [04:49, 03:29](1086 MB) -PASS -- TEST 'regional_decomp_intel' [07:36, 06:53](1078 MB) -PASS -- TEST 'regional_2threads_intel' [05:37, 04:39](1083 MB) -PASS -- TEST 'regional_noquilt_intel' [07:43, 06:15](1390 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:42, 06:15](1093 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:40, 06:30](1091 MB) -PASS -- TEST 'regional_wofs_intel' [08:41, 07:45](1907 MB) - -PASS -- COMPILE 'rrfs_intel' [12:11, 11:58] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [10:24, 08:15](1058 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:04, 05:11](1306 MB) -PASS -- TEST 'rap_decomp_intel' [10:15, 08:30](1026 MB) -PASS -- TEST 'rap_2threads_intel' [09:57, 08:18](1160 MB) -PASS -- TEST 'rap_restart_intel' [06:40, 04:20](1043 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:10, 08:16](1061 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:00, 08:32](1021 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:36, 06:15](1078 MB) -PASS -- TEST 'hrrr_control_intel' [06:03, 04:19](1031 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:52, 04:25](1017 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:22, 04:05](1096 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:30, 02:25](953 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:21, 08:07](1043 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:32, 09:43](1992 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:28, 09:24](2030 MB) - -PASS -- COMPILE 'csawmg_intel' [12:11, 11:19] -PASS -- TEST 'control_csawmg_intel' [07:39, 06:35](1021 MB) -PASS -- TEST 'control_ras_intel' [04:25, 03:28](716 MB) - -PASS -- COMPILE 'wam_intel' [12:11, 11:18] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:41, 12:12](1662 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [21:11, 20:29] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:17, 03:22](1882 MB) -PASS -- TEST 'regional_control_faster_intel' [06:39, 06:03](1087 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [08:10, 07:48] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:53, 02:45](1620 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:57, 02:48](1624 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:26, 03:10](819 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:26, 02:49](818 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:48, 04:25](1140 MB) -PASS -- TEST 'control_ras_debug_intel' [03:26, 02:52](833 MB) -PASS -- TEST 'control_diag_debug_intel' [03:54, 02:45](1677 MB) -PASS -- TEST 'control_debug_p8_intel' [04:54, 03:11](1911 MB) -PASS -- TEST 'regional_debug_intel' [18:47, 17:35](1097 MB) -PASS -- TEST 'rap_control_debug_intel' [05:28, 04:56](1211 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:29, 04:53](1207 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:29, 04:59](1207 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:29, 05:00](1209 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:30, 04:54](1215 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:39, 05:07](1297 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:24, 05:05](1210 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:22, 05:03](1210 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:25, 05:04](1218 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:24, 05:01](1214 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:23, 04:51](1208 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:22, 04:54](1207 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:29, 08:02](1210 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:28, 04:57](1211 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:31, 05:54](1217 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:26, 04:57](1210 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:28, 08:33](1217 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:11, 05:04] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:47, 13:40](1690 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:10, 11:09] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:05, 04:56](1164 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:01, 07:12](995 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:54, 03:46](924 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:16, 07:07](1080 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:20, 03:35](950 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:15, 03:50](903 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:29, 05:15](980 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:45, 02:07](878 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [19:12, 18:20] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:08, 02:40](1171 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:49, 01:12](1130 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:45, 01:32](1089 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:11, 11:36] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:51, 04:32](974 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:10, 05:00] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:27, 04:54](1086 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:32, 04:48](1086 MB) -PASS -- TEST 'conus13km_debug_intel' [15:57, 14:27](1247 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:56, 14:14](945 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:49, 08:17](1183 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:51, 14:11](1314 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 05:11] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:29, 05:03](1141 MB) - -PASS -- COMPILE 'hafsw_intel' [14:11, 13:56] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:17, 06:05](753 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:26, 06:29](1138 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:24, 07:34](836 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [26:16, 24:51](874 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [30:18, 29:00](895 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:10, 07:16](513 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:40, 08:32](522 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:57, 03:28](381 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:26, 09:36](491 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:57, 04:50](538 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:06, 04:30](536 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:56, 05:48](595 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:31, 01:51](407 MB) -PASS -- TEST 'gnv1_nested_intel' [07:09, 04:20](1734 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:10, 05:38] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:46, 13:18](602 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [23:11, 22:27] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [14:00, 12:49](675 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:28, 12:53](828 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [14:11, 13:48] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:09, 08:49](723 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:11, 12:43] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:18, 07:39](831 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:15, 07:34](819 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:57, 16:24](1206 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [11:10, 10:17] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:20, 02:58](1149 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:20, 01:54](1092 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:17, 02:50](1021 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:20, 02:59](1015 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:18, 02:54](1014 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:19, 03:10](1153 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:19, 03:00](1149 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:18, 02:55](1018 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:14, 06:26](1018 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:04, 06:28](1018 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:15, 02:54](1137 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:17, 04:18](2384 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:18, 04:26](2443 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:11, 06:00] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:18, 06:30](1084 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [10:11, 09:55] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:17, 02:58](1142 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:33] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:30, 01:02](257 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:26, 00:58](322 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:29, 00:36](319 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:11, 12:29] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:10, 04:08](1979 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:10, 11:47] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:05, 03:53](1961 MB) - -PASS -- COMPILE 'atml_intel' [13:11, 13:00] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:30, 04:46](1867 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:28, 04:49](1872 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:53, 02:43](1082 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:11, 06:30] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:29, 05:54](1910 MB) - -PASS -- COMPILE 'atmw_intel' [12:11, 12:09] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:16, 02:12](1923 MB) - -PASS -- COMPILE 'atmaero_intel' [12:11, 11:51] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:11, 04:36](2001 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:10, 05:16](1778 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:01, 05:20](1790 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:10, 05:05] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [22:59, 21:11](4552 MB) +PASS -- COMPILE 's2swa_32bit_intel' [17:11, 16:39] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:49, 14:22](2079 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:11, 23:01] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:51, 18:01](1956 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:12, 18:59](2129 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:08, 08:59](1218 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:48, 20:19](1883 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:13, 23:57] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:46, 17:46](1952 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:11, 08:00] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [29:59, 27:16](1941 MB) + +PASS -- COMPILE 's2swa_intel' [17:11, 16:43] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [16:34, 14:37](2137 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:40, 14:22](2132 MB) +PASS -- TEST 'cpld_restart_p8_intel' [10:39, 07:57](1813 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [16:40, 14:17](2168 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [10:33, 08:01](1713 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [15:31, 13:16](2426 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [16:34, 14:16](2137 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [14:34, 12:28](2051 MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_ciceC_p8_intel' [, ]( MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [22:31, 16:16](2720 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [12:06, 08:41](2730 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [23:39, 12:20](3655 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:17, 07:06](3502 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:25, 05:48](2114 MB) + +PASS -- COMPILE 's2sw_intel' [16:11, 16:02] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [15:13, 13:54](1976 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:25, 04:40](2048 MB) + +PASS -- COMPILE 's2swa_debug_intel' [08:11, 07:44] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:27, 08:55](2168 MB) + +PASS -- COMPILE 's2sw_debug_intel' [08:11, 07:14] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:06, 06:11](2011 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [14:11, 13:32] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:27, 04:36](2050 MB) + +PASS -- COMPILE 's2s_intel' [14:11, 13:29] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [10:58, 09:46](3107 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:59, 03:11](3069 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:01, 02:07](2517 MB) + +PASS -- COMPILE 's2swa_faster_intel' [26:11, 26:03] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [16:32, 14:44](2149 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [21:11, 20:14] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:15, 18:11](1997 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:19, 08:59](1260 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:10, 20:24](1909 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:10, 07:07] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:09, 28:49](1982 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [14:11, 13:46] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:26, 03:38](690 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:40, 03:04](1588 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:51, 03:09](1602 MB) +PASS -- TEST 'control_latlon_intel' [03:37, 03:04](1585 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:46, 03:07](1593 MB) +PASS -- TEST 'control_c48_intel' [10:47, 09:10](1741 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:32, 07:55](859 MB) +PASS -- TEST 'control_c192_intel' [11:52, 11:09](1737 MB) +PASS -- TEST 'control_c384_intel' [14:43, 12:11](2012 MB) +PASS -- TEST 'control_c384gdas_intel' [12:31, 09:24](1357 MB) +PASS -- TEST 'control_stochy_intel' [02:34, 01:47](643 MB) +PASS -- TEST 'control_stochy_restart_intel' [04:00, 01:03](480 MB) +PASS -- TEST 'control_lndp_intel' [02:27, 01:44](646 MB) +PASS -- TEST 'control_iovr4_intel' [03:23, 02:43](641 MB) +PASS -- TEST 'control_iovr5_intel' [03:27, 02:40](641 MB) +PASS -- TEST 'control_p8_intel' [05:14, 03:31](1891 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:11, 03:33](1890 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:35, 03:21](1883 MB) +PASS -- TEST 'control_restart_p8_intel' [03:18, 02:02](1098 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:32, 03:19](1874 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:24, 01:54](1125 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:06, 03:25](1876 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:02, 03:42](1945 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:39, 05:49](1886 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:24, 04:51](1952 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:18, 03:30](1887 MB) +PASS -- TEST 'merra2_thompson_intel' [06:32, 03:46](1895 MB) +PASS -- TEST 'regional_control_intel' [07:37, 06:15](1083 MB) +PASS -- TEST 'regional_restart_intel' [04:39, 03:27](1083 MB) +PASS -- TEST 'regional_decomp_intel' [07:32, 06:38](1087 MB) +PASS -- TEST 'regional_2threads_intel' [05:47, 04:35](1071 MB) +PASS -- TEST 'regional_noquilt_intel' [07:52, 06:15](1383 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:39, 06:11](1085 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:39, 06:22](1093 MB) +PASS -- TEST 'regional_wofs_intel' [08:38, 07:31](1905 MB) + +PASS -- COMPILE 'rrfs_intel' [13:10, 12:42] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [10:21, 08:13](1062 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:51, 05:11](1309 MB) +PASS -- TEST 'rap_decomp_intel' [10:23, 08:28](1028 MB) +PASS -- TEST 'rap_2threads_intel' [10:28, 08:14](1163 MB) +PASS -- TEST 'rap_restart_intel' [06:38, 04:17](1049 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:15, 08:11](1056 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:01, 08:28](1028 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:51, 06:09](1075 MB) +PASS -- TEST 'hrrr_control_intel' [06:08, 04:15](1031 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:00, 04:19](1025 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:14, 04:05](1099 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:54, 02:20](951 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:30, 08:04](1044 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:24, 09:39](1990 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:26, 09:23](2022 MB) + +PASS -- COMPILE 'csawmg_intel' [12:11, 11:40] +PASS -- TEST 'control_csawmg_intel' [07:35, 06:27](1022 MB) +PASS -- TEST 'control_ras_intel' [04:26, 03:30](717 MB) + +PASS -- COMPILE 'wam_intel' [12:10, 11:20] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:42, 12:14](1664 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [21:11, 20:42] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:17, 03:14](1896 MB) +PASS -- TEST 'regional_control_faster_intel' [06:37, 06:02](1087 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:10, 08:06] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:45, 02:44](1622 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:48, 02:39](1624 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:26, 03:06](818 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:26, 02:46](822 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:39, 04:23](1131 MB) +PASS -- TEST 'control_ras_debug_intel' [03:26, 02:52](826 MB) +PASS -- TEST 'control_diag_debug_intel' [06:45, 02:46](1674 MB) +PASS -- TEST 'control_debug_p8_intel' [06:45, 03:26](1919 MB) +PASS -- TEST 'regional_debug_intel' [18:41, 17:47](1103 MB) +PASS -- TEST 'rap_control_debug_intel' [05:27, 04:55](1203 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:28, 04:53](1208 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:28, 04:56](1206 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:27, 04:53](1207 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:27, 04:53](1209 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:36, 05:10](1296 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:23, 05:00](1211 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:20, 04:55](1205 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:23, 04:52](1209 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:21, 04:59](1213 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:20, 04:51](1206 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:23, 05:05](1205 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:27, 07:50](1204 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:20, 04:47](1199 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:26, 06:06](1213 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:22, 04:54](1205 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:33, 08:22](1211 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:10, 05:07] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:45, 13:25](1688 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:11, 11:15] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:59, 04:51](1168 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:01, 06:59](1002 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:14, 03:42](933 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:56, 07:07](1080 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:08, 03:37](951 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:05, 03:52](901 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:28, 05:13](975 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:07, 02:00](880 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [18:10, 17:53] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:57, 02:36](1181 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:46, 01:11](1128 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:43, 01:28](1077 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:11, 12:06] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:44, 04:27](975 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:10, 05:26] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:24, 04:58](1091 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:32, 04:47](1091 MB) +PASS -- TEST 'conus13km_debug_intel' [14:55, 14:05](1239 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:48, 14:26](944 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:42, 08:22](1172 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:46, 14:13](1310 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 05:17] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:24, 04:58](1136 MB) + +PASS -- COMPILE 'hafsw_intel' [14:11, 13:31] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:18, 05:56](762 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:32, 06:18](1139 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:33, 07:25](831 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [26:13, 24:39](871 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [30:34, 28:44](892 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:05, 06:57](516 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:29, 08:18](527 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:56, 03:24](381 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:25, 09:25](487 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:47, 04:39](542 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:53, 04:24](537 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:01, 05:38](597 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:32, 01:34](407 MB) +PASS -- TEST 'gnv1_nested_intel' [07:16, 04:14](1730 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:11, 05:47] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:07, 13:20](594 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [24:11, 22:52] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [15:20, 13:05](657 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [15:09, 12:41](736 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [16:11, 14:33] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:20, 08:53](717 MB) + +PASS -- COMPILE 'hafs_all_intel' [14:11, 13:06] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:16, 07:18](830 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:12, 07:21](813 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:57, 16:19](1197 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [12:12, 10:25] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:22, 02:55](1141 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:20, 01:55](1110 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:18, 02:49](1019 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:17, 02:52](1020 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:19, 02:53](1008 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:18, 03:00](1155 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:19, 02:58](1161 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:19, 02:50](1019 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:08, 06:29](1020 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:11, 06:25](1007 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:17, 02:56](1151 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:23, 04:20](2386 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:20, 04:16](2399 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:11, 04:32] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:17, 06:27](1086 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:10, 08:31] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:17, 02:56](1152 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:25] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:34, 01:02](256 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:24, 00:56](323 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:27, 00:35](322 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:11, 12:13] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:11, 04:06](1980 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:11, 11:53] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:10, 04:01](1960 MB) + +PASS -- COMPILE 'atml_intel' [14:11, 13:19] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:31, 04:49](1872 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:35, 04:47](1872 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:58, 02:45](1089 MB) + +PASS -- COMPILE 'atml_debug_intel' [06:11, 06:09] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:39, 05:51](1912 MB) + +PASS -- COMPILE 'atmw_intel' [12:11, 11:58] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:19, 02:05](1918 MB) + +PASS -- COMPILE 'atmaero_intel' [12:10, 11:57] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:11, 04:29](1997 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:23, 05:15](1775 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:19, 05:18](1784 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:11, 05:13] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [23:00, 20:50](4547 MB) SYNOPSIS: -Starting Date/Time: 20240712 15:10:18 -Ending Date/Time: 20240712 16:41:44 -Total Time: 01h:32m:12s +Starting Date/Time: 20240725 23:06:11 +Ending Date/Time: 20240726 00:38:27 +Total Time: 01h:33m:08s Compiles Completed: 41/41 -Tests Completed: 185/185 +Tests Completed: 184/185 +Failed Tests: +* TEST cpld_control_ciceC_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /work2/noaa/stmp/zshrader/orion/rt-2352/tests/logs/log_orion/run_cpld_control_ciceC_p8_intel.log + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF ORION REGRESSION TESTING LOG==== +====START OF ORION REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +17a524e83223725150b6c1bec3ac9e55ac6876a8 + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + 47fb4e633a76ec6d60969b1af751f90790387246 CMEPS-interface/CMEPS (cmeps_v0.4.1-2989-g47fb4e63) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 927261d3916c8e96e7ebe38fe86f06f7aab0abc2 FV3 (heads/develop) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) +-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) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240724 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1109443 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-l) - USE CONFIG FILE: rt.conf + +PASS -- COMPILE 's2swa_intel' [15:11, 14:47] ( 10 remarks ) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:23, 14:20](2148 MB) + +SYNOPSIS: +Starting Date/Time: 20240726 08:41:12 +Ending Date/Time: 20240726 09:12:46 +Total Time: 00h:31m:47s +Compiles Completed: 1/1 +Tests Completed: 1/1 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index 67277b6cf3..33c1c66350 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: -8555c2d1538cd59b2db5399da9a63e1848c3fed3 +45bcf84d30cfb2cc46913130f6e8615814b3c9e8 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,12 +9,12 @@ Submodule hashes used in testing: fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) + 47fb4e633a76ec6d60969b1af751f90790387246 CMEPS-interface/CMEPS (cmeps_v0.4.1-2989-g47fb4e63) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3388412e3576865197990e82187d8fc372140193 FV3 (remotes/origin/HEAD-2-g3388412) - bb89a58601c3fa28549c291811e04d5db6c9b37b FV3/atmos_cubed_sphere (201912_public_release-401-gbb89a58) + 927261d3916c8e96e7ebe38fe86f06f7aab0abc2 FV3 (heads/develop-63-g927261d) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) + 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -24,7 +24,7 @@ Submodule hashes used in testing: b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -35,239 +35,239 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_55034 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240724 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_255709 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [35:54, 35:07] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:51, 01:45](3099 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [13:30, 12:26] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [31:34, 01:46](1817 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [13:43, 01:35](1854 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:43, 02:07](985 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [31:35, 01:03](1797 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [20:45, 19:46] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [38:02, 01:01](1815 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [11:28, 10:43] ( 1505 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [33:37, 01:52](1850 MB) - -PASS -- COMPILE 's2swa_intel' [17:35, 17:00] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [27:29, 01:33](3136 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [27:29, 01:52](3131 MB) -PASS -- TEST 'cpld_restart_p8_intel' [19:21, 01:04](3064 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [27:29, 01:28](3150 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [19:21, 01:52](3084 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [27:29, 01:05](3367 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [27:29, 01:33](3126 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [27:30, 01:38](3075 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [27:29, 01:48](3131 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [27:38, 04:19](4122 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [09:00, 04:24](4265 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [27:29, 01:52](3112 MB) - -PASS -- COMPILE 's2sw_intel' [23:40, 23:11] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [21:24, 00:47](1832 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [21:24, 00:56](1895 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [26:43, 26:02] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [18:20, 01:04](1895 MB) - -PASS -- COMPILE 's2s_intel' [22:40, 22:17] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [22:23, 01:02](2921 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [22:23, 01:27](2926 MB) -PASS -- TEST 'cpld_restart_c48_intel' [18:25, 01:04](2322 MB) - -PASS -- COMPILE 's2swa_faster_intel' [16:33, 15:38] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [28:31, 01:52](3130 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [22:40, 22:06] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [22:24, 01:14](1836 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [04:45, 01:27](1010 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [04:25, 01:39](1808 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [34:59, 33:55] ( 1541 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [58:29, 01:33](1859 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [21:39, 21:14] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [09:54, 00:24](571 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [09:54, 00:31](1467 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [09:54, 00:26](1486 MB) -PASS -- TEST 'control_latlon_intel' [09:54, 00:24](1471 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [09:54, 00:34](1471 MB) -PASS -- TEST 'control_c48_intel' [09:53, 01:05](1599 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [09:53, 00:54](714 MB) -PASS -- TEST 'control_c192_intel' [09:54, 00:36](1590 MB) -PASS -- TEST 'control_c384_intel' [09:58, 01:32](1907 MB) -PASS -- TEST 'control_c384gdas_intel' [09:58, 02:06](1089 MB) -PASS -- TEST 'control_stochy_intel' [09:54, 00:29](528 MB) -PASS -- TEST 'control_stochy_restart_intel' [07:21, 01:11](334 MB) -PASS -- TEST 'control_lndp_intel' [09:54, 00:36](525 MB) -PASS -- TEST 'control_iovr4_intel' [08:51, 00:43](524 MB) -PASS -- TEST 'control_iovr5_intel' [08:51, 00:45](523 MB) -PASS -- TEST 'control_p8_intel' [07:52, 01:58](1768 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:20, 02:05](1771 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:19, 02:04](1774 MB) -PASS -- TEST 'control_restart_p8_intel' [02:19, 00:57](919 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:14, 01:27](1769 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:08, 00:57](924 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:06, 01:54](1763 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:02, 00:59](1853 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:00, 01:17](1774 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:55, 01:04](1829 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:26, 02:00](1785 MB) -PASS -- TEST 'merra2_thompson_intel' [05:21, 01:53](1774 MB) -PASS -- TEST 'regional_control_intel' [05:16, 00:27](854 MB) -PASS -- TEST 'regional_restart_intel' [59:22, 00:12](852 MB) -PASS -- TEST 'regional_decomp_intel' [05:14, 01:01](852 MB) -PASS -- TEST 'regional_2threads_intel' [05:15, 01:03](916 MB) -PASS -- TEST 'regional_noquilt_intel' [04:45, 00:32](1179 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [04:23, 01:19](849 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [04:22, 01:07](860 MB) -PASS -- TEST 'regional_wofs_intel' [04:22, 00:52](1578 MB) - -PASS -- COMPILE 'rrfs_intel' [14:28, 13:38] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [14:02, 02:17](913 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [14:03, 01:08](1092 MB) -PASS -- TEST 'rap_decomp_intel' [14:02, 02:03](913 MB) -PASS -- TEST 'rap_2threads_intel' [14:02, 02:00](1000 MB) -PASS -- TEST 'rap_restart_intel' [04:19, 01:16](780 MB) -PASS -- TEST 'rap_sfcdiff_intel' [14:02, 02:19](913 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [14:02, 02:02](909 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [04:18, 01:38](781 MB) -PASS -- TEST 'hrrr_control_intel' [14:02, 01:07](904 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [14:02, 01:02](908 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [14:03, 01:31](985 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:02, 01:04](734 MB) -PASS -- TEST 'rrfs_v1beta_intel' [14:02, 01:25](906 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [14:02, 01:03](1871 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [14:02, 01:21](1858 MB) - -PASS -- COMPILE 'csawmg_intel' [12:26, 12:08] -PASS -- TEST 'control_csawmg_intel' [15:03, 00:31](872 MB) -PASS -- TEST 'control_ras_intel' [15:03, 00:57](565 MB) - -PASS -- COMPILE 'wam_intel' [13:30, 12:40] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [02:43, 00:56](1564 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [24:48, 23:54] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [57:36, 02:04](1775 MB) -PASS -- TEST 'regional_control_faster_intel' [57:26, 00:22](851 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [16:40, 16:17] ( 869 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [01:45, 01:26](1501 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [01:39, 01:32](1500 MB) -PASS -- TEST 'control_stochy_debug_intel' [01:37, 00:47](704 MB) -PASS -- TEST 'control_lndp_debug_intel' [01:35, 01:10](703 MB) -PASS -- TEST 'control_csawmg_debug_intel' [00:56, 00:31](1016 MB) -PASS -- TEST 'control_ras_debug_intel' [00:32, 01:02](711 MB) -PASS -- TEST 'control_diag_debug_intel' [00:30, 01:17](1563 MB) -PASS -- TEST 'control_debug_p8_intel' [00:29, 01:00](1795 MB) -PASS -- TEST 'regional_debug_intel' [59:44, 00:48](892 MB) -PASS -- TEST 'rap_control_debug_intel' [59:37, 00:22](1086 MB) -PASS -- TEST 'hrrr_control_debug_intel' [59:30, 00:25](1078 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [59:09, 00:39](1087 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [59:05, 00:35](1087 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [58:48, 00:40](1086 MB) -PASS -- TEST 'rap_diag_debug_intel' [58:44, 00:43](1169 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [58:41, 00:42](1087 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [58:38, 00:40](1090 MB) -PASS -- TEST 'rap_lndp_debug_intel' [58:15, 00:41](1090 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [57:06, 00:48](1085 MB) -PASS -- TEST 'rap_noah_debug_intel' [56:57, 00:53](1085 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [56:48, 00:52](1085 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [56:46, 00:42](1083 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [56:45, 00:52](1080 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [56:40, 01:01](1086 MB) -PASS -- TEST 'rap_flake_debug_intel' [56:35, 00:47](1087 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [55:59, 02:09](1090 MB) - -PASS -- COMPILE 'wam_debug_intel' [18:42, 18:23] ( 825 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [55:42, 01:13](1598 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [36:59, 36:08] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [38:04, 01:23](959 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [38:03, 01:18](792 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [38:03, 01:54](786 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [38:03, 01:47](853 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [38:04, 02:15](845 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [38:03, 01:51](788 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [30:31, 01:36](692 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [32:29, 00:20](670 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [24:45, 23:58] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [49:16, 00:59](1004 MB) -PASS -- TEST 'conus13km_2threads_intel' [44:50, 00:54](1010 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [44:49, 00:46](881 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:34, 10:24] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [55:41, 01:27](813 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [13:35, 13:05] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [55:34, 01:00](963 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [55:08, 01:15](957 MB) -PASS -- TEST 'conus13km_debug_intel' [54:26, 01:13](1055 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [54:06, 01:02](726 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [53:06, 00:28](1056 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [52:58, 01:09](1120 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [20:40, 20:24] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [48:13, 00:55](996 MB) - -PASS -- COMPILE 'hafsw_intel' [15:34, 14:52] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [49:12, 02:00](617 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [49:12, 01:07](970 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [49:10, 01:40](665 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [49:10, 01:28](692 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [49:11, 02:14](716 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [49:10, 01:04](392 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [49:11, 02:12](408 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [49:11, 01:37](286 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [49:14, 02:23](375 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [49:10, 01:28](418 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [49:10, 00:49](416 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [49:12, 01:41](504 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [49:11, 00:27](325 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [14:30, 13:17] ( 1449 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [45:11, 01:28](518 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [25:42, 24:58] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [32:57, 00:49](530 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [32:57, 01:42](712 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:29, 11:28] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [45:52, 00:53](710 MB) - -PASS -- COMPILE 'hafs_all_intel' [20:36, 20:10] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [37:00, 02:14](663 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [37:00, 02:15](644 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [36:58, 00:26](880 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [19:34, 18:48] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [36:00, 01:38](1829 MB) - -PASS -- COMPILE 'atml_intel' [23:38, 22:49] ( 8 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [10:25, 09:59] ( 868 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [15:29, 14:52] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [32:44, 01:28](3027 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [32:44, 01:52](2906 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [32:44, 01:48](2921 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [10:26, 09:51] ( 870 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [35:23, 01:14](4438 MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:29, 11:31] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:58, 01:50](3100 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [31:53, 28:49] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [54:34, 01:43](1821 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [33:25, 01:20](1842 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [33:04, 01:44](975 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [54:35, 01:19](1795 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [15:30, 11:46] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [10:56, 00:44](1816 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [22:37, 18:57] ( 1505 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [03:50, 02:05](1842 MB) + +PASS -- COMPILE 's2swa_intel' [14:29, 11:09] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [11:58, 01:42](3134 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:58, 01:58](3132 MB) +PASS -- TEST 'cpld_restart_p8_intel' [00:26, 01:31](3068 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [11:58, 01:56](3156 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [00:26, 01:33](3085 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:58, 01:34](3368 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [11:58, 01:17](3128 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:59, 01:42](3079 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:58, 01:55](3136 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [12:07, 03:53](4131 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [50:41, 05:04](4268 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [11:58, 01:26](3120 MB) + +PASS -- COMPILE 's2sw_intel' [14:30, 10:48] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [11:56, 01:30](1832 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:56, 01:35](1897 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [20:36, 17:15] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:50, 01:42](1896 MB) + +PASS -- COMPILE 's2s_intel' [26:41, 22:58] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [59:44, 00:48](2920 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [59:44, 01:09](2923 MB) +PASS -- TEST 'cpld_restart_c48_intel' [49:30, 01:20](2320 MB) + +PASS -- COMPILE 's2swa_faster_intel' [32:54, 29:32] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [53:31, 02:01](3133 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [26:43, 23:32] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [59:43, 01:41](1838 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [35:08, 01:20](1009 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [33:37, 01:29](1802 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [17:34, 14:29] ( 1541 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [54:25, 01:31](1862 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [24:39, 21:32] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [47:18, 00:32](570 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [47:18, 00:38](1469 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [47:18, 00:44](1476 MB) +PASS -- TEST 'control_latlon_intel' [47:18, 00:41](1470 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [47:18, 00:52](1474 MB) +PASS -- TEST 'control_c48_intel' [47:17, 01:27](1593 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [45:26, 01:18](714 MB) +PASS -- TEST 'control_c192_intel' [44:25, 01:00](1589 MB) +PASS -- TEST 'control_c384_intel' [42:13, 01:20](1912 MB) +PASS -- TEST 'control_c384gdas_intel' [41:52, 02:04](1087 MB) +PASS -- TEST 'control_stochy_intel' [40:28, 00:21](527 MB) +PASS -- TEST 'control_stochy_restart_intel' [38:00, 01:00](331 MB) +PASS -- TEST 'control_lndp_intel' [40:23, 00:28](528 MB) +PASS -- TEST 'control_iovr4_intel' [40:21, 00:41](526 MB) +PASS -- TEST 'control_iovr5_intel' [40:17, 00:40](523 MB) +PASS -- TEST 'control_p8_intel' [39:45, 01:28](1773 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [39:33, 02:00](1770 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [38:58, 01:27](1772 MB) +PASS -- TEST 'control_restart_p8_intel' [33:36, 01:55](919 MB) +PASS -- TEST 'control_noqr_p8_intel' [38:58, 01:25](1769 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [33:35, 01:00](922 MB) +PASS -- TEST 'control_decomp_p8_intel' [38:57, 01:19](1767 MB) +PASS -- TEST 'control_2threads_p8_intel' [38:00, 01:41](1863 MB) +PASS -- TEST 'control_p8_lndp_intel' [36:54, 01:11](1774 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [36:50, 01:53](1832 MB) +PASS -- TEST 'control_p8_mynn_intel' [36:45, 01:25](1778 MB) +PASS -- TEST 'merra2_thompson_intel' [36:43, 01:16](1777 MB) +PASS -- TEST 'regional_control_intel' [36:28, 01:06](853 MB) +PASS -- TEST 'regional_restart_intel' [29:44, 01:02](850 MB) +PASS -- TEST 'regional_decomp_intel' [36:10, 00:51](862 MB) +PASS -- TEST 'regional_2threads_intel' [36:09, 00:49](908 MB) +PASS -- TEST 'regional_noquilt_intel' [35:33, 00:17](1181 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [35:32, 01:18](852 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [35:32, 01:11](852 MB) +PASS -- TEST 'regional_wofs_intel' [35:27, 00:43](1585 MB) + +PASS -- COMPILE 'rrfs_intel' [22:45, 20:06] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [49:10, 01:57](910 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [49:11, 01:02](1092 MB) +PASS -- TEST 'rap_decomp_intel' [49:10, 01:36](913 MB) +PASS -- TEST 'rap_2threads_intel' [49:10, 01:39](997 MB) +PASS -- TEST 'rap_restart_intel' [35:21, 01:15](781 MB) +PASS -- TEST 'rap_sfcdiff_intel' [49:10, 02:09](913 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [49:10, 01:39](909 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [35:21, 01:40](783 MB) +PASS -- TEST 'hrrr_control_intel' [49:10, 01:35](909 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [49:10, 01:32](902 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [49:11, 01:24](988 MB) +PASS -- TEST 'hrrr_control_restart_intel' [35:20, 01:01](741 MB) +PASS -- TEST 'rrfs_v1beta_intel' [49:10, 01:58](902 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [49:10, 00:51](1870 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [49:10, 01:12](1859 MB) + +PASS -- COMPILE 'csawmg_intel' [15:36, 12:41] +PASS -- TEST 'control_csawmg_intel' [55:19, 00:51](871 MB) +PASS -- TEST 'control_ras_intel' [55:19, 00:59](561 MB) + +PASS -- COMPILE 'wam_intel' [14:34, 13:11] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [51:15, 01:01](1568 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [21:45, 20:29] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [35:18, 02:03](1772 MB) +PASS -- TEST 'regional_control_faster_intel' [33:32, 00:19](853 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [20:44, 17:54] ( 869 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [32:55, 01:07](1500 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [32:07, 01:21](1501 MB) +PASS -- TEST 'control_stochy_debug_intel' [31:44, 00:46](702 MB) +PASS -- TEST 'control_lndp_debug_intel' [31:34, 01:09](703 MB) +PASS -- TEST 'control_csawmg_debug_intel' [31:30, 00:25](1014 MB) +PASS -- TEST 'control_ras_debug_intel' [31:26, 01:02](712 MB) +PASS -- TEST 'control_diag_debug_intel' [31:17, 01:15](1560 MB) +PASS -- TEST 'control_debug_p8_intel' [31:03, 00:49](1803 MB) +PASS -- TEST 'regional_debug_intel' [30:30, 00:17](895 MB) +PASS -- TEST 'rap_control_debug_intel' [30:14, 00:37](1086 MB) +PASS -- TEST 'hrrr_control_debug_intel' [30:11, 00:50](1078 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [30:06, 00:46](1087 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [29:56, 00:44](1086 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [29:56, 00:45](1087 MB) +PASS -- TEST 'rap_diag_debug_intel' [29:31, 01:28](1172 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [29:30, 00:25](1093 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [29:12, 00:27](1091 MB) +PASS -- TEST 'rap_lndp_debug_intel' [29:11, 00:32](1090 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [29:08, 00:39](1088 MB) +PASS -- TEST 'rap_noah_debug_intel' [28:54, 00:47](1083 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [28:47, 00:58](1086 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [28:03, 01:16](1083 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [27:54, 00:39](1080 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [27:52, 00:56](1086 MB) +PASS -- TEST 'rap_flake_debug_intel' [27:46, 00:50](1090 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [27:08, 02:02](1089 MB) + +PASS -- COMPILE 'wam_debug_intel' [09:29, 06:02] ( 825 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [50:14, 01:13](1590 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [16:32, 12:41] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [27:06, 01:16](967 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [27:03, 02:06](789 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [26:45, 02:15](788 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [26:27, 01:43](859 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [26:23, 02:17](844 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [25:38, 01:33](787 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [18:39, 01:19](690 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [20:49, 01:12](672 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:36, 13:26] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [24:39, 00:56](1005 MB) +PASS -- TEST 'conus13km_2threads_intel' [19:42, 01:01](1010 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [19:41, 00:51](880 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [16:31, 12:09] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [23:51, 01:25](816 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [16:35, 13:07] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [23:41, 01:04](963 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [23:33, 01:03](958 MB) +PASS -- TEST 'conus13km_debug_intel' [23:33, 00:47](1051 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [23:24, 00:43](725 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [23:23, 00:44](1051 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [22:38, 01:05](1122 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:21, 05:31] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [22:02, 00:46](996 MB) + +PASS -- COMPILE 'hafsw_intel' [17:39, 16:44] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [17:04, 01:55](619 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [17:04, 00:46](975 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [17:02, 01:55](663 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:57, 02:11](700 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:12, 01:42](714 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [16:01, 01:42](394 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [15:30, 01:42](408 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [15:29, 01:22](287 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [15:28, 02:03](375 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [14:30, 01:22](418 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [14:13, 00:50](414 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [13:17, 01:42](500 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [13:13, 01:15](317 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [16:33, 11:23] ( 1449 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [21:51, 01:06](529 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [23:41, 20:13] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [21:47, 01:37](534 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [21:44, 01:15](711 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [15:41, 13:51] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [21:37, 01:18](713 MB) + +PASS -- COMPILE 'hafs_all_intel' [15:35, 15:04] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [21:27, 01:52](663 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [21:23, 01:53](648 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [21:06, 00:34](880 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:35, 15:28] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [21:07, 00:49](1828 MB) + +PASS -- COMPILE 'atml_intel' [19:43, 18:36] ( 8 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [18:41, 17:28] ( 868 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [12:34, 11:58] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [20:52, 01:15](3026 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [20:49, 01:59](2905 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [20:36, 01:57](2922 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [17:40, 16:27] ( 870 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [19:17, 00:57](4441 MB) SYNOPSIS: -Starting Date/Time: 20240715 18:14:30 -Ending Date/Time: 20240715 19:51:33 -Total Time: 01h:37m:42s +Starting Date/Time: 20240724 20:33:13 +Ending Date/Time: 20240724 22:10:20 +Total Time: 01h:37m:56s Compiles Completed: 33/33 Tests Completed: 156/156 diff --git a/tests/module-setup.sh b/tests/module-setup.sh index 01cff398b5..cd606178f6 100755 --- a/tests/module-setup.sh +++ b/tests/module-setup.sh @@ -58,6 +58,13 @@ elif [[ ${MACHINE_ID} = stampede ]] ; then fi module purge +elif [[ ${MACHINE_ID} = frontera ]] ; then + # We are on TACC Frontera + if ( ! eval module help > /dev/null 2>&1 ) ; then + source /opt/apps/lmod/lmod/init/bash + fi + module purge + elif [[ ${MACHINE_ID} = gaea ]] ; then # We are on GAEA if ( ! eval module help > /dev/null 2>&1 ) ; then diff --git a/tests/parm/noahmptable.tbl b/tests/parm/noahmptable.tbl index 3ffd5b5320..44531919ed 100644 --- a/tests/parm/noahmptable.tbl +++ b/tests/parm/noahmptable.tbl @@ -217,7 +217,7 @@ !--------------------------------------------------------------------------------------------------------------------------------------------------------------------- ch2op = 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, dleaf = 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, - z0mvt = 1.09, 1.10, 0.85, 0.80, 0.80, 0.20, 0.06, 0.60, 0.50, 0.12, 0.30, 0.15, 1.00, 0.14, 0.00, 0.00, 0.00, 0.30, 0.20, 0.03, + z0mvt = 1.00, 1.50, 0.75, 0.90, 0.85, 0.20, 0.10, 0.90, 0.60, 0.20, 0.30, 0.25, 1.00, 0.25, 0.00, 0.015, 0.00, 0.30, 0.10, 0.05, hvt = 20.0, 20.0, 18.0, 16.0, 16.0, 1.10, 1.10, 13.0, 10.0, 1.00, 5.00, 2.00, 15.0, 1.50, 0.00, 0.00, 0.00, 4.00, 2.00, 0.50, hvb = 8.50, 8.00, 7.00, 11.5, 10.0, 0.10, 0.10, 0.10, 0.10, 0.05, 0.10, 0.10, 1.00, 0.10, 0.00, 0.00, 0.00, 0.30, 0.20, 0.10, z0mhvt= 0.0545, 0.055, 0.047, 0.050, 0.050, 0.182, 0.0545, 0.046, 0.050, 0.120, 0.060, 0.075, 0.067, 0.093, 0.000, 0.000, 0.000, 0.075, 0.100, 0.060, @@ -226,32 +226,34 @@ !mfsno = 2.50, 2.50, 2.50, 2.50, 2.50, 2.50, 2.50, 2.50, 2.50, 2.50, 2.50, 2.50, 2.50, 2.50, 2.50, 2.50, 2.50, 2.50, 2.50, 2.50, ! c. he 12/17/2020: optimized mfsno values dependent on land type based on evaluation with snotel swe and modis scf, surface albedo mfsno = 1.00, 1.00, 1.00, 1.00, 1.00, 2.00, 2.00, 2.00, 2.00, 2.00, 3.00, 3.00, 4.00, 4.00, 2.50, 3.00, 3.00, 3.50, 3.50, 3.50, +!mfsno = 1.97, 1.97, 1.97, 1.97, 1.97, 1.97, 1.97, 1.97, 1.97, 1.97, 1.97, 1.97, 1.97, 1.97, 1.97, 1.97, 1.97, 1.97, 1.97, 1.97, ! c. he 12/17/2020: optimized snow cover factor (m) in scf formulation to replace original constant 2.5*z0,z0=0.002m, based on evaluation with snotel swe and modis scf, surface albedo ! scffac = 0.008, 0.008, 0.008, 0.008, 0.008, 0.016, 0.016, 0.020, 0.020, 0.020, 0.020, 0.014, 0.042, 0.026, 0.030, 0.016, 0.030, 0.030, 0.030, 0.030, - scffac = 0.005, 0.005, 0.005, 0.005, 0.005, 0.008, 0.008, 0.010, 0.010, 0.010, 0.010, 0.007, 0.021, 0.013, 0.015, 0.008, 0.015, 0.015, 0.015, 0.015, + scffac = 0.005, 0.005, 0.005, 0.005, 0.005, 0.008, 0.008, 0.010, 0.010, 0.010, 0.010, 0.007, 0.021, 0.013, 0.015, 0.008, 0.015, 0.015, 0.015, 0.015, +! scffac = 0.059, 0.059, 0.059, 0.059, 0.059, 0.059, 0.059, 0.059, 0.059, 0.059, 0.059, 0.059, 0.059, 0.059, 0.059, 0.059, 0.059, 0.059, 0.059, 0.059, cbiom = 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, ! row 1: vis ! row 2: near ir rhol_vis=0.07, 0.10, 0.07, 0.10, 0.10, 0.07, 0.07, 0.07, 0.10, 0.11, 0.105, 0.11, 0.00, 0.11, 0.00, 0.00, 0.00, 0.10, 0.10, 0.10, - rhol_nir=0.35, 0.45, 0.35, 0.45, 0.45, 0.35, 0.35, 0.35, 0.45, 0.58, 0.515, 0.58, 0.00, 0.58, 0.00, 0.00, 0.00, 0.45, 0.45, 0.45, + rhol_nir=0.35, 0.45, 0.35, 0.45, 0.45, 0.35, 0.35, 0.35, 0.45, 0.35, 0.515, 0.35, 0.00, 0.35, 0.00, 0.00, 0.00, 0.45, 0.45, 0.45, ! row 1: vis ! row 2: near ir - rhos_vis=0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.36, 0.26, 0.36, 0.00, 0.36, 0.00, 0.00, 0.00, 0.16, 0.16, 0.16, - rhos_nir=0.39, 0.39, 0.39, 0.39, 0.39, 0.39, 0.39, 0.39, 0.39, 0.58, 0.485, 0.58, 0.00, 0.58, 0.00, 0.00, 0.00, 0.39, 0.39, 0.39, + rhos_vis=0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.31, 0.26, 0.31, 0.00, 0.31, 0.00, 0.00, 0.00, 0.16, 0.16, 0.16, + rhos_nir=0.39, 0.39, 0.39, 0.39, 0.39, 0.39, 0.39, 0.39, 0.39, 0.53, 0.485, 0.53, 0.00, 0.53, 0.00, 0.00, 0.00, 0.39, 0.39, 0.39, ! row 1: vis ! row 2: near ir - taul_vis=0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.07, 0.06, 0.07, 0.00, 0.07, 0.00, 0.00, 0.00, 0.05, 0.05, 0.05, - taul_nir=0.10, 0.25, 0.10, 0.25, 0.25, 0.10, 0.10, 0.10, 0.25, 0.25, 0.25, 0.25, 0.00, 0.25, 0.00, 0.00, 0.00, 0.25, 0.25, 0.25, + taul_vis=0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.06, 0.05, 0.00, 0.05, 0.00, 0.00, 0.00, 0.05, 0.05, 0.05, + taul_nir=0.10, 0.25, 0.10, 0.25, 0.25, 0.10, 0.10, 0.10, 0.25, 0.34, 0.25, 0.34, 0.00, 0.34, 0.00, 0.00, 0.00, 0.25, 0.25, 0.25, ! row 1: vis ! row 2: near ir - taus_vis=0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.220, 0.1105, 0.220, 0.000, 0.220, 0.000, 0.000, 0.000, 0.001, 0.001, 0.001, - taus_nir=0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.380, 0.1905, 0.380, 0.000, 0.380, 0.000, 0.000, 0.000, 0.001, 0.001, 0.001, + taus_vis=0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.120, 0.1105, 0.120, 0.000, 0.120, 0.000, 0.000, 0.000, 0.001, 0.001, 0.001, + taus_nir=0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.250, 0.1905, 0.250, 0.000, 0.250, 0.000, 0.000, 0.000, 0.001, 0.001, 0.001, - xl = 0.010, 0.010, 0.010, 0.250, 0.250, 0.010, 0.010, 0.010, 0.010, -0.30, -0.025, -0.30, 0.000, -0.30, 0.000, 0.000, 0.000, 0.250, 0.250, 0.250, + xl = 0.010, 0.10, 0.010, 0.250, 0.250, 0.010, 0.010, 0.010, 0.010, -0.30, -0.025, -0.30, 0.000, -0.30, 0.000, 0.000, 0.000, 0.250, 0.250, 0.250, ! make cwpvt vegetation dependent according to j. goudriaan, crop micrometeorology: a simulation study (simulation monographs), 1977). c. he, 12/17/2020 ! cwpvt = 0.18, 0.67, 0.18, 0.67, 0.29, 1.0, 2.0, 1.3, 1.0, 5.0, 1.17, 1.67, 1.67, 1.67, 0.18, 0.18, 0.18, 0.67, 1.0, 0.18, cwpvt = 0.09, 0.335, 0.09, 0.335, 0.145, 0.5, 1.0, 0.65, 0.5, 2.5, 0.585, 0.835, 0.835, 0.835, 0.09, 0.09, 0.09, 0.335, 0.5, 0.09, @@ -335,10 +337,10 @@ !-------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ! 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 soil color index for soil albedo !-------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - albsat_vis = 0.25, 0.23, 0.21, 0.20, 0.19, 0.18, 0.17, 0.16, 0.15, 0.14, 0.13, 0.12, 0.11, 0.10, 0.09, 0.08, 0.07, 0.06, 0.05, 0.04 ! saturated soil albedos - albsat_nir = 0.50, 0.46, 0.42, 0.40, 0.38, 0.36, 0.34, 0.32, 0.30, 0.28, 0.26, 0.24, 0.22, 0.20, 0.18, 0.16, 0.14, 0.12, 0.10, 0.08 ! saturated soil albedos - albdry_vis = 0.36, 0.34, 0.32, 0.31, 0.30, 0.29, 0.28, 0.27, 0.26, 0.25, 0.24, 0.23, 0.22, 0.20, 0.18, 0.16, 0.14, 0.12, 0.10, 0.08 ! dry soil albedos - albdry_nir = 0.61, 0.57, 0.53, 0.51, 0.49, 0.48, 0.45, 0.43, 0.41, 0.39, 0.37, 0.35, 0.33, 0.31, 0.29, 0.27, 0.25, 0.23, 0.21, 0.16 ! dry soil albedos + albsat_vis = 0.21, 0.20, 0.18, 0.17, 0.16, 0.15, 0.14, 0.13, 0.13, 0.12, 0.11, 0.10, 0.10, 0.09, 0.08, 0.08, 0.08, 0.07, 0.07, 0.06 ! saturated soil albedos + albsat_nir = 0.42, 0.40, 0.36, 0.34, 0.32, 0.30, 0.28, 0.26, 0.26, 0.24, 0.22, 0.20, 0.20, 0.18, 0.16, 0.16, 0.16, 0.14, 0.14, 0.13 ! saturated soil albedos + albdry_vis = 0.31, 0.30, 0.28, 0.27, 0.26, 0.24, 0.23, 0.22, 0.22, 0.22, 0.20, 0.19, 0.20, 0.18, 0.16, 0.16, 0.16, 0.14, 0.14, 0.13 ! dry soil albedos + albdry_nir = 0.52, 0.50, 0.46, 0.44, 0.42, 0.40, 0.38, 0.37, 0.36, 0.34, 0.32, 0.30, 0.30, 0.28, 0.27, 0.27, 0.27, 0.26, 0.25, 0.25 ! dry soil albedos albice = 0.80, 0.55 ! albedo land ice: 1=vis, 2=nir alblak = 0.60, 0.40 ! albedo frozen lakes: 1=vis, 2=nir omegas = 0.8 , 0.4 ! two-stream parameter omega for snow @@ -397,7 +399,7 @@ class_sno_age = 3600.0 ! snow aging e-folding time (s) in class albedo scheme class_alb_new = 0.84 ! fresh snow albedo in class scheme psiwlt = -150.0 !metric potential for wilting point (m) - z0soil = 0.002 ! bare-soil roughness length (m) (i.e., under the canopy) + z0soil = 0.015 ! bare-soil roughness length (m) (i.e., under the canopy) z0lake = 0.01 ! lake surface roughness length (m) / diff --git a/tests/rt.conf b/tests/rt.conf index 2a644b651d..36679f99e1 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -327,7 +327,7 @@ RUN | atmaero_control_p8_rad_micro | - noaacloud #RUN | regional_atmaq | - jet s4 | baseline | COMPILE | atmaq_debug | intel | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON | - jet noaacloud s4 | fv3 | -RUN | regional_atmaq_debug | - jet s4 noaacloud | baseline | +RUN | regional_atmaq_debug | - hera jet s4 noaacloud | baseline | ### GNU TESTS ### ### CCPP PROD tests ### diff --git a/tests/rt_utils.sh b/tests/rt_utils.sh index 403ecc4506..a8aba0860d 100755 --- a/tests/rt_utils.sh +++ b/tests/rt_utils.sh @@ -14,6 +14,13 @@ ECFLOW_RUNNING=false jobid=0 +redirect_out_err() { + ( set -e -o pipefail ; ( "$@" 2>&1 1>&3 3>&- | tee err ) 3>&1 1>&2 | tee out ) + # The above shell redirection copies stdout to "out" and stderr to "err" + # while still sending them to stdout and stderr. It ensures the entire + # redirect_out_err command will return non-zero if "$@" or tee return non-zero. +} + function compute_petbounds_and_tasks() { # each test MUST define ${COMPONENT}_tasks variable for all components it is using @@ -373,10 +380,9 @@ check_results() { if [[ ${test_status} = 'FAIL' ]]; then echo "${TEST_ID} failed in check_result" >> "${PATHRT}/fail_test_${TEST_ID}" - - if [[ ${ROCOTO} = true || ${ECFLOW} == true ]]; then - exit 1 - fi + return 1 + else + return 0 fi } @@ -427,7 +433,7 @@ rocoto_create_compile_task() { cat << EOF >> "${ROCOTO_XML}" - &PATHRT;/run_compile.sh &PATHRT; &RUNDIR_ROOT; "${MAKE_OPT}" ${COMPILE_ID} 2>&1 | tee &LOG;/compile_${COMPILE_ID}.log + bash -c 'set -xe -o pipefail ; &PATHRT;/run_compile.sh &PATHRT; &RUNDIR_ROOT; "${MAKE_OPT}" ${COMPILE_ID} 2>&1 | tee &LOG;/compile_${COMPILE_ID}.log' compile_${COMPILE_ID} ${ACCNR} ${COMPILE_QUEUE} @@ -471,7 +477,7 @@ rocoto_create_run_task() { cat << EOF >> "${ROCOTO_XML}" ${DEP_STRING} - &PATHRT;/run_test.sh &PATHRT; &RUNDIR_ROOT; ${TEST_NAME} ${TEST_ID} ${COMPILE_ID} 2>&1 | tee &LOG;/run_${TEST_ID}${RT_SUFFIX}.log + bash -c 'set -xe -o pipefail ; &PATHRT;/run_test.sh &PATHRT; &RUNDIR_ROOT; ${TEST_NAME} ${TEST_ID} ${COMPILE_ID} 2>&1 | tee &LOG;/run_${TEST_ID}${RT_SUFFIX}.log' ${TEST_ID}${RT_SUFFIX} ${ACCNR} ${ROCOTO_NODESIZE:+${ROCOTO_NODESIZE}} diff --git a/tests/run_compile.sh b/tests/run_compile.sh index a9bf0070b6..1685f89653 100755 --- a/tests/run_compile.sh +++ b/tests/run_compile.sh @@ -1,5 +1,6 @@ #!/bin/bash set -eux +set -o pipefail echo "PID=$$" SECONDS=0 @@ -81,10 +82,7 @@ if [[ ${ROCOTO} = 'false' ]]; then submit_and_wait job_card else chmod u+x job_card - ( ./job_card 2>&1 1>&3 3>&- | tee err || true ) 3>&1 1>&2 | tee out - # The above shell redirection copies stdout to "out" and stderr to "err" - # while still sending them to stdout and stderr. It does this without - # relying on bash-specific extensions or non-standard OS features. + redirect_out_err ./job_card fi #ls -l "${PATHTR}/tests/fv3_${COMPILE_ID}.exe" diff --git a/tests/run_test.sh b/tests/run_test.sh index e2dcb31196..ace4fd0cf1 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -1,5 +1,6 @@ #!/bin/bash set -eux +set -o pipefail echo "PID=$$" SECONDS=0 @@ -364,17 +365,24 @@ elif [[ ${SCHEDULER} = 'slurm' ]]; then fi fi +# This "if" block is part of the rt.sh self-tests in error-test.conf. +# It emulates run_test.sh not being able to populate the work directory. +if [[ "${JOB_SHOULD_FAIL:-NO}" == WHEN_COPYING ]] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + ################################################################################ # Submit test job ################################################################################ export OMP_ENV=${OMP_ENV:-""} if [[ ${SCHEDULER} = 'none' ]]; then - ulimit -s unlimited if [[ ${CI_TEST} = 'true' ]]; then - eval "${OMP_ENV}" mpiexec -n "${TASKS}" ./fv3.exe >out 2> >(tee err >&3 || true) + eval "${OMP_ENV}" redirect_out_err mpiexec -n "${TASKS}" ./fv3.exe else - mpiexec -n "${TASKS}" ./fv3.exe >out 2> >(tee err >&3 || true) + redirect_out_err mpiexec -n "${TASKS}" ./fv3.exe fi else @@ -383,18 +391,16 @@ else submit_and_wait job_card else chmod u+x job_card - ( ./job_card 2>&1 1>&3 3>&- | tee err || true ) 3>&1 1>&2 | tee out - # The above shell redirection copies stdout to "out" and stderr to "err" - # while still sending them to stdout and stderr. It does this without - # relying on bash-specific extensions or non-standard OS features. + redirect_out_err ./job_card fi fi skip_check_results=${skip_check_results:-false} +results_okay=YES if [[ ${skip_check_results} = false ]]; then - check_results || true - # The above call will exit with an error on its own and does - # not need to cause run_test to TRAP the failure and error out itself. + if ( ! check_results ) ; then + results_okay=NO + fi else { echo @@ -410,7 +416,7 @@ if [[ ${SCHEDULER} != 'none' ]]; then cat "${RUNDIR}/job_timestamp.txt" >> "${LOG_DIR}/${JBNME}_timestamp.txt" fi -if [[ ${ROCOTO} = true ]]; then +if [[ ${results_okay} == YES ]]; then remove_fail_test fi diff --git a/tests/test_changes.list b/tests/test_changes.list index e69de29bb2..47f77b1466 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -0,0 +1,61 @@ +cpld_control_p8_mixedmode intel +cpld_control_gfsv17 intel +cpld_control_gfsv17_iau intel +cpld_restart_gfsv17 intel +cpld_mpi_gfsv17 intel +cpld_debug_gfsv17 intel +cpld_control_p8 intel +cpld_control_p8.v2.sfc intel +cpld_restart_p8 intel +cpld_control_qr_p8 intel +cpld_restart_qr_p8 intel +cpld_2threads_p8 intel +cpld_decomp_p8 intel +cpld_mpi_p8 intel +cpld_control_ciceC_p8 intel +cpld_control_c192_p8 intel +cpld_restart_c192_p8 intel +cpld_bmark_p8 intel +cpld_restart_bmark_p8 intel +cpld_s2sa_p8 intel +cpld_control_noaero_p8 intel +cpld_control_nowave_noaero_p8 intel +cpld_debug_p8 intel +cpld_debug_noaero_p8 intel +cpld_control_noaero_p8_agrid intel +cpld_control_c48 intel +cpld_warmstart_c48 intel +cpld_restart_c48 intel +cpld_control_p8_faster intel +cpld_control_pdlib_p8 intel +cpld_restart_pdlib_p8 intel +cpld_mpi_pdlib_p8 intel +cpld_debug_pdlib_p8 intel +hafs_regional_atm_ocn intel +hafs_regional_atm_wav intel +hafs_regional_atm_ocn_wav intel +hafs_regional_docn intel +hafs_regional_docn_oisst intel +hafs_regional_datm_cdeps intel +datm_cdeps_control_cfsr intel +datm_cdeps_restart_cfsr intel +datm_cdeps_control_gefs intel +datm_cdeps_iau_gefs intel +datm_cdeps_stochy_gefs intel +datm_cdeps_ciceC_cfsr intel +datm_cdeps_bulk_cfsr intel +datm_cdeps_bulk_gefs intel +datm_cdeps_mx025_cfsr intel +datm_cdeps_mx025_gefs intel +datm_cdeps_multiple_files_cfsr intel +datm_cdeps_3072x1536_cfsr intel +datm_cdeps_gfs intel +datm_cdeps_debug_cfsr intel +datm_cdeps_control_cfsr_faster intel +atm_ds2s_docn_pcice intel +atm_ds2s_docn_dice intel +atmwav_control_noaero_p8 intel +cpld_control_nowave_noaero_p8 gnu +cpld_control_pdlib_p8 gnu +cpld_debug_pdlib_p8 gnu +datm_cdeps_control_cfsr gnu diff --git a/tests/tests/dependency_unmet b/tests/tests/dependency_unmet new file mode 100644 index 0000000000..22e56406e7 --- /dev/null +++ b/tests/tests/dependency_unmet @@ -0,0 +1,86 @@ +############################################################################### +# +# Regression test self-test: a job that is never submitted due to a failed dependency. +# This file was modified from control_c48. +# +############################################################################### + +export TEST_DESCR="This test should use a compile job that fails. Its purpose is to ensure the rt.sh workflow won't submit the dependent job." + +export CNTL_DIR=control_c48 + +export LIST_FILES="sfcf000.nc \ + sfcf024.nc \ + atmf000.nc \ + atmf024.nc \ + RESTART/20210323.060000.coupler.res \ + RESTART/20210323.060000.fv_core.res.nc \ + RESTART/20210323.060000.fv_core.res.tile1.nc \ + RESTART/20210323.060000.fv_core.res.tile2.nc \ + RESTART/20210323.060000.fv_core.res.tile3.nc \ + RESTART/20210323.060000.fv_core.res.tile4.nc \ + RESTART/20210323.060000.fv_core.res.tile5.nc \ + RESTART/20210323.060000.fv_core.res.tile6.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210323.060000.fv_tracer.res.tile1.nc \ + RESTART/20210323.060000.fv_tracer.res.tile2.nc \ + RESTART/20210323.060000.fv_tracer.res.tile3.nc \ + RESTART/20210323.060000.fv_tracer.res.tile4.nc \ + RESTART/20210323.060000.fv_tracer.res.tile5.nc \ + RESTART/20210323.060000.fv_tracer.res.tile6.nc \ + RESTART/20210323.060000.phy_data.tile1.nc \ + RESTART/20210323.060000.phy_data.tile2.nc \ + RESTART/20210323.060000.phy_data.tile3.nc \ + RESTART/20210323.060000.phy_data.tile4.nc \ + RESTART/20210323.060000.phy_data.tile5.nc \ + RESTART/20210323.060000.phy_data.tile6.nc \ + RESTART/20210323.060000.sfc_data.tile1.nc \ + RESTART/20210323.060000.sfc_data.tile2.nc \ + RESTART/20210323.060000.sfc_data.tile3.nc \ + RESTART/20210323.060000.sfc_data.tile4.nc \ + RESTART/20210323.060000.sfc_data.tile5.nc \ + RESTART/20210323.060000.sfc_data.tile6.nc" + +export_fv3 +export_tiled + +export INPES=1 +export JNPES=1 +export WRTTASK_PER_GROUP=2 +export NPZ=127 +export NPZP=128 +export NPX=49 +export NPY=49 +export DT_ATMOS=1200 +export SYEAR=2021 +export SMONTH=03 +export SDAY=22 +export SHOUR=06 +export RESTART_INTERVAL=0 +export CDMBWD=${CDMBWD_c48} +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.false. +export OUTPUT_FH="6 -1" +export IAER=5111 +export IOVR=3 +export IMO=192 +export JMO=94 + +export FNSMCC_control="'global_soilmgldas.statsgo.t92.192.94.grb'" +export FNMSKH_control="'global_slmask.t62.192.94.grb'" +export FNSMCC=${FNSMCC_control} +export FNMSKH=${FNMSKH_control} + +export FV3_RUN=control_run.IN +export CCPP_SUITE=FV3_GFS_v17_p8 +export INPUT_NML=global_control.nml.IN + +if [[ " hera orion hercules jet " =~ " ${MACHINE_ID} " ]] ; then + ZSTANDARD_LEVEL=5 +fi diff --git a/tests/tests/fail_to_copy b/tests/tests/fail_to_copy new file mode 100644 index 0000000000..9158005b33 --- /dev/null +++ b/tests/tests/fail_to_copy @@ -0,0 +1,85 @@ +############################################################################### +# +# Regression test self-test: a job that fails to copy inputs. +# This file was modified from control_c48. +# +############################################################################### + +# A special flag that tells the job to fail at runtime before the job_card: +export JOB_SHOULD_FAIL=WHEN_COPYING + +export TEST_DESCR="The rt.sh workflow shouldn't complete when this test is enabled because run_test.sh will abort before the job_card." + +export CNTL_DIR=control_c48 + +export LIST_FILES="sfcf000.nc \ + sfcf024.nc \ + atmf000.nc \ + atmf024.nc \ + RESTART/20210323.060000.coupler.res \ + RESTART/20210323.060000.fv_core.res.nc \ + RESTART/20210323.060000.fv_core.res.tile1.nc \ + RESTART/20210323.060000.fv_core.res.tile2.nc \ + RESTART/20210323.060000.fv_core.res.tile3.nc \ + RESTART/20210323.060000.fv_core.res.tile4.nc \ + RESTART/20210323.060000.fv_core.res.tile5.nc \ + RESTART/20210323.060000.fv_core.res.tile6.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210323.060000.fv_tracer.res.tile1.nc \ + RESTART/20210323.060000.fv_tracer.res.tile2.nc \ + RESTART/20210323.060000.fv_tracer.res.tile3.nc \ + RESTART/20210323.060000.fv_tracer.res.tile4.nc \ + RESTART/20210323.060000.fv_tracer.res.tile5.nc \ + RESTART/20210323.060000.fv_tracer.res.tile6.nc \ + RESTART/20210323.060000.phy_data.tile1.nc \ + RESTART/20210323.060000.phy_data.tile2.nc \ + RESTART/20210323.060000.phy_data.tile3.nc \ + RESTART/20210323.060000.phy_data.tile4.nc \ + RESTART/20210323.060000.phy_data.tile5.nc \ + RESTART/20210323.060000.phy_data.tile6.nc \ + RESTART/20210323.060000.sfc_data.tile1.nc \ + RESTART/20210323.060000.sfc_data.tile2.nc \ + RESTART/20210323.060000.sfc_data.tile3.nc \ + RESTART/20210323.060000.sfc_data.tile4.nc \ + RESTART/20210323.060000.sfc_data.tile5.nc \ + RESTART/20210323.060000.sfc_data.tile6.nc" + +export_fv3 +export_tiled + +export INPES=1 +export JNPES=1 +export WRTTASK_PER_GROUP=2 +export NPZ=127 +export NPZP=128 +export NPX=49 +export NPY=49 +export DT_ATMOS=1200 +export SYEAR=2021 +export SMONTH=03 +export SDAY=22 +export SHOUR=06 +export RESTART_INTERVAL=0 +export CDMBWD=${CDMBWD_c48} +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.false. +export OUTPUT_FH="6 -1" +export IAER=5111 +export IOVR=3 +export IMO=192 +export JMO=94 + +export FNSMCC_control="'global_soilmgldas.statsgo.t92.192.94.grb'" +export FNMSKH_control="'global_slmask.t62.192.94.grb'" +export FNSMCC=${FNSMCC_control} +export FNMSKH=${FNMSKH_control} + +export FV3_RUN=control_run.IN +export CCPP_SUITE=FV3_GFS_v17_p8 +export INPUT_NML=global_control.nml.IN diff --git a/tests/tests/fail_to_run b/tests/tests/fail_to_run new file mode 100644 index 0000000000..cf906e532e --- /dev/null +++ b/tests/tests/fail_to_run @@ -0,0 +1,89 @@ +############################################################################### +# +# Regression test self-test: a job that fails to run the model. +# This file was modified from control_c48. +# +############################################################################### + +# A special flag that tells the job to fail at runtime inside the job_card +export JOB_SHOULD_FAIL=WHEN_RUNNING + +export TEST_DESCR="The rt.sh workflow shouldn't complete when this test is enabled because the job_card will abort." + +export CNTL_DIR=control_c48 + +export LIST_FILES="sfcf000.nc \ + sfcf024.nc \ + atmf000.nc \ + atmf024.nc \ + RESTART/20210323.060000.coupler.res \ + RESTART/20210323.060000.fv_core.res.nc \ + RESTART/20210323.060000.fv_core.res.tile1.nc \ + RESTART/20210323.060000.fv_core.res.tile2.nc \ + RESTART/20210323.060000.fv_core.res.tile3.nc \ + RESTART/20210323.060000.fv_core.res.tile4.nc \ + RESTART/20210323.060000.fv_core.res.tile5.nc \ + RESTART/20210323.060000.fv_core.res.tile6.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210323.060000.fv_tracer.res.tile1.nc \ + RESTART/20210323.060000.fv_tracer.res.tile2.nc \ + RESTART/20210323.060000.fv_tracer.res.tile3.nc \ + RESTART/20210323.060000.fv_tracer.res.tile4.nc \ + RESTART/20210323.060000.fv_tracer.res.tile5.nc \ + RESTART/20210323.060000.fv_tracer.res.tile6.nc \ + RESTART/20210323.060000.phy_data.tile1.nc \ + RESTART/20210323.060000.phy_data.tile2.nc \ + RESTART/20210323.060000.phy_data.tile3.nc \ + RESTART/20210323.060000.phy_data.tile4.nc \ + RESTART/20210323.060000.phy_data.tile5.nc \ + RESTART/20210323.060000.phy_data.tile6.nc \ + RESTART/20210323.060000.sfc_data.tile1.nc \ + RESTART/20210323.060000.sfc_data.tile2.nc \ + RESTART/20210323.060000.sfc_data.tile3.nc \ + RESTART/20210323.060000.sfc_data.tile4.nc \ + RESTART/20210323.060000.sfc_data.tile5.nc \ + RESTART/20210323.060000.sfc_data.tile6.nc" + +export_fv3 +export_tiled + +export INPES=1 +export JNPES=1 +export WRTTASK_PER_GROUP=2 +export NPZ=127 +export NPZP=128 +export NPX=49 +export NPY=49 +export DT_ATMOS=1200 +export SYEAR=2021 +export SMONTH=03 +export SDAY=22 +export SHOUR=06 +export RESTART_INTERVAL=0 +export CDMBWD=${CDMBWD_c48} +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.false. +export OUTPUT_FH="6 -1" +export IAER=5111 +export IOVR=3 +export IMO=192 +export JMO=94 + +export FNSMCC_control="'global_soilmgldas.statsgo.t92.192.94.grb'" +export FNMSKH_control="'global_slmask.t62.192.94.grb'" +export FNSMCC=${FNSMCC_control} +export FNMSKH=${FNMSKH_control} + +export FV3_RUN=control_run.IN +export CCPP_SUITE=FV3_GFS_v17_p8 +export INPUT_NML=global_control.nml.IN + +if [[ " hera orion hercules jet " =~ " ${MACHINE_ID} " ]] ; then + ZSTANDARD_LEVEL=5 +fi