diff --git a/.cicd/scripts/disk_usage.sh b/.cicd/scripts/disk_usage.sh index 533897c8cb..ad2cfc6c13 100755 --- a/.cicd/scripts/disk_usage.sh +++ b/.cicd/scripts/disk_usage.sh @@ -25,10 +25,10 @@ echo "script_dir=${script_dir}" declare workspace if [[ -d "${WORKSPACE}/${UFS_PLATFORM}" ]]; then workspace="${WORKSPACE}/${UFS_PLATFORM}" - outfile="${4:-${workspace}-${UFS_PLATFORM}-${UFS_COMPILER}-disk-usage${STAGE_NAME%% *}.csv}" + outfile="${4:-${WORKSPACE}/${UFS_PLATFORM}-${UFS_COMPILER}-disk-usage${STAGE_NAME%% *}.csv}" else workspace="$(cd -- "${script_dir}/../.." && pwd)" - outfile="${4:-${workspace}/${UFS_PLATFORM}-${UFS_COMPILER}-disk-usage${STAGE_NAME%% *}.csv}" + outfile="${4:-${WORKSPACE}/${UFS_PLATFORM}-${UFS_COMPILER}-disk-usage${STAGE_NAME%% *}.csv}" fi echo "workspace=${workspace}" echo "outfile=${outfile}" diff --git a/.cicd/scripts/wm_build.sh b/.cicd/scripts/wm_build.sh index e4a4c0822a..0722b4ba61 100755 --- a/.cicd/scripts/wm_build.sh +++ b/.cicd/scripts/wm_build.sh @@ -63,7 +63,7 @@ module list echo "Pipeline Building WM on ${UFS_PLATFORM} ${UFS_COMPILER} with Account=${ACCNR}." export CMAKE_FLAGS="-DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16" /usr/bin/time -p \ - -o ${workspace}/${UFS_PLATFORM}-${UFS_COMPILER}-time-wm_build.json \ + -o ${WORKSPACE:-$(pwd)}/${UFS_PLATFORM}-${UFS_COMPILER}-time-wm_build.json \ -f '{\n "cpu": "%P"\n, "memMax": "%M"\n, "mem": {"text": "%X", "data": "%D", "swaps": "%W", "context": "%c", "waits": "%w"}\n, "pagefaults": {"major": "%F", "minor": "%R"}\n, "filesystem": {"inputs": "%I", "outputs": "%O"}\n, "time": {"real": "%e", "user": "%U", "sys": "%S"}\n}' \ ./build.sh | tee ${workspace}/${UFS_PLATFORM}-${UFS_COMPILER}-wm_build-log.txt status=${PIPESTATUS[0]} diff --git a/.cicd/scripts/wm_init.sh b/.cicd/scripts/wm_init.sh index 2146b9e7ae..bc71523e2c 100755 --- a/.cicd/scripts/wm_init.sh +++ b/.cicd/scripts/wm_init.sh @@ -35,6 +35,6 @@ fi echo "machine_id=<${machine_id}>" /usr/bin/time -p \ - -o ${workspace}/${UFS_PLATFORM}-${UFS_COMPILER}-time-wm_init.json \ + -o ${WORKSPACE:-$(pwd)}/${UFS_PLATFORM}-${UFS_COMPILER}-time-wm_init.json \ -f '{\n "cpu": "%P"\n, "memMax": "%M"\n, "mem": {"text": "%X", "data": "%D", "swaps": "%W", "context": "%c", "waits": "%w"}\n, "pagefaults": {"major": "%F", "minor": "%R"}\n, "filesystem": {"inputs": "%I", "outputs": "%O"}\n, "time": {"real": "%e", "user": "%U", "sys": "%S"}\n}' \ pwd diff --git a/.cicd/scripts/wm_test.sh b/.cicd/scripts/wm_test.sh index 1377696730..d3469ec770 100755 --- a/.cicd/scripts/wm_test.sh +++ b/.cicd/scripts/wm_test.sh @@ -102,7 +102,7 @@ if [[ ${WM_REGRESSION_TESTS} = true ]] ; then ls -al .cicd/* echo "Pipeline Creating Baseline Tests ${WM_OPERATIONAL_TESTS:=default} on ${UFS_PLATFORM} ${UFS_COMPILER}" /usr/bin/time -p \ - -o ${workspace}/${UFS_PLATFORM}-${UFS_COMPILER}-time-wm_test.json \ + -o ${WORKSPACE:-$(pwd)}/${UFS_PLATFORM}-${UFS_COMPILER}-time-wm_test.json \ -f '{\n "cpu": "%P"\n, "memMax": "%M"\n, "mem": {"text": "%X", "data": "%D", "swaps": "%W", "context": "%c", "waits": "%w"}\n, "pagefaults": {"major": "%F", "minor": "%R"}\n, "filesystem": {"inputs": "%I", "outputs": "%O"}\n, "time": {"real": "%e", "user": "%U", "sys": "%S"}\n}' \ ./.cicd/scripts/create_baseline.sh | tee -a ${workspace}/${UFS_PLATFORM}-${UFS_COMPILER}-wm_test-log.txt status=${PIPESTATUS[0]} @@ -113,7 +113,7 @@ if [[ ${WM_REGRESSION_TESTS} = true ]] ; then ls -al .cicd/* echo "Pipeline Running Regression Tests ${WM_OPERATIONAL_TESTS:=default} on ${UFS_PLATFORM} ${UFS_COMPILER}" /usr/bin/time -p \ - -o ${workspace}/${UFS_PLATFORM}-${UFS_COMPILER}-time-wm_test.json \ + -o ${WORKSPACE:-$(pwd)}/${UFS_PLATFORM}-${UFS_COMPILER}-time-wm_test.json \ -f '{\n "cpu": "%P"\n, "memMax": "%M"\n, "mem": {"text": "%X", "data": "%D", "swaps": "%W", "context": "%c", "waits": "%w"}\n, "pagefaults": {"major": "%F", "minor": "%R"}\n, "filesystem": {"inputs": "%I", "outputs": "%O"}\n, "time": {"real": "%e", "user": "%U", "sys": "%S"}\n}' \ ./.cicd/scripts/regression_test.sh | tee -a ${workspace}/${UFS_PLATFORM}-${UFS_COMPILER}-wm_test-log.txt status=${PIPESTATUS[0]} diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1c2f4ee990..7746fc8854 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -145,7 +145,6 @@ Please delete what is not needed. - [ ] Hera - [ ] Orion - [ ] Hercules - - [ ] Jet - [ ] GaeaC5 - [ ] GaeaC6 - [ ] Derecho diff --git a/CICE-interface/CICE b/CICE-interface/CICE index ff7fd76118..4411a158cc 160000 --- a/CICE-interface/CICE +++ b/CICE-interface/CICE @@ -1 +1 @@ -Subproject commit ff7fd76118d47ccef6cb934b834161c6be5a9909 +Subproject commit 4411a158cc4839157e3087d7fe8e399f9685eb35 diff --git a/modulefiles/ufs_expanse.intel b/modulefiles/ufs_expanse.intel deleted file mode 100644 index c3a6e52ce6..0000000000 --- a/modulefiles/ufs_expanse.intel +++ /dev/null @@ -1,32 +0,0 @@ -#%Module - -proc ModulesHelp {} { - puts stderr "\tcit - loads modules required for building and running UFS Model on Expanse/Intel" -} - -module-whatis "loads UFS Model prerequisites for Expanse/Intel" - -module load slurm/expanse/20.02.3 -module load cpu/0.15.4 -module load intel/19.1.1.217 -module load intel-mpi/2019.8.254 -module load python/3.8.5 -module load cmake/3.18.2 - -module use module use /expanse/lustre/scratch/domh/temp_project/hpc-stack-20210929/modulefiles/stack - -module load hpc/1.2.0 - -module load hpc-intel/19.1.1.217 -module load hpc-intel-mpi/2019.8.254 - -module load jasper/2.0.25 -module load zlib/1.2.11 -module load png/1.6.35 - -module load ufs_common - -setenv CC mpiicc -setenv CXX mpiicpc -setenv FC mpiifort -setenv CMAKE_Platform expanse.intel diff --git a/modulefiles/ufs_odin b/modulefiles/ufs_odin deleted file mode 100644 index bca7e0680a..0000000000 --- a/modulefiles/ufs_odin +++ /dev/null @@ -1,20 +0,0 @@ -#%Module###################################################################### -## -## nems prerequisites -## - -proc ModulesHelp {} { - puts stderr "The prerequisites for compiling or running FV3 on Odin. " -} - -#module load newdefaults intel/2016.2.181 mvapich2/1.8 szip hdf5 netcdf4/4.2.1.1 - -module use /scratch/ywang/external/modulefiles -module load bacio/v2.0.2 -module load sp/v2.0.2 -module load ip/v3.0.0 -module load w3nco/v2.0.6 -module load w3emc/v2.3.0 -module load nemsio/v2.2.2 - -module load esmf/7.1.0r diff --git a/modulefiles/ufs_stampede.intel b/modulefiles/ufs_stampede.intel deleted file mode 100644 index 968cc9dd9f..0000000000 --- a/modulefiles/ufs_stampede.intel +++ /dev/null @@ -1,55 +0,0 @@ -#%Module###################################################################### -## -## NEMS FV3 Prerequisites: Stampede/Intel - -proc ModulesHelp {} { - puts stderr "\tcit - loads modules required for building and running FV3 on Stampede/Intel" -} - -module-whatis "loads NEMS FV3 prerequisites for Stampede/Intel" - -# NOTE: the "module purge" and loading of the module command are -# handled by the module-setup.sh (or .csh) script. - -## -## NCEP libraries -## -module use /work2/08048/hanglei/stampede2/NCEP/install/hpc-stack/modulefiles/stack -module load hpc/1.1.0 -module load hpc-intel/18.0.2 -module load hpc-impi/18.0.2 -module load python3/3.7.0 - -module load bacio/2.4.1 -module load crtm/2.3.0 -module load g2/3.4.3 -module load g2tmpl/1.10.2 -module load ip/3.3.3 -module load nemsio/2.5.2 -module load sp/2.3.3 -module load w3emc/2.7.3 -module load w3nco/2.4.1 -module load upp/10.0.8 - -module load gfsio/1.4.1 -module load sfcio/1.4.1 -module load sigio/2.3.2 - -module load jasper/2.0.25 -module load png/1.6.35 -module load zlib/1.2.11 - -module load hdf5/1.10.6 -module load netcdf/4.7.4 -module load pio/2.5.3 -module load fms/2020.04.03 -module load esmf/8_1_1 - -## -## load cmake -## -module load cmake/3.20.1 -setenv CC mpiicc -setenv CXX mpiicpc -setenv FC mpiifort -setenv CMAKE_Platform stampede.intel diff --git a/tests/bl_date.conf b/tests/bl_date.conf index 1c474b70e7..30e0e4dfe7 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20250129 +export BL_DATE=20250205 diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 39a22ff5dd..b16efa108c 100644 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -363,20 +363,6 @@ elif [[ ${MACHINE_ID} = derecho ]]; then export WPG_cpl_atmw_gdas=24 export WAV_tasks_atmw_gdas=248 -elif [[ ${MACHINE_ID} = stampede ]]; then - - echo "Unknown MACHINE_ID ${MACHINE_ID}. Please update tasks configurations in default_vars.sh" - exit 1 - - # TPN_dflt=48 ; INPES_dflt=3 ; JNPES_dflt=8 - # TPN_thrd=24 ; INPES_thrd=3 ; JNPES_thrd=4 - # TPN_c384=20 ; INPES_c384=8 ; JNPES_c384=6 - # TPN_c768=20 ; INPES_c768=8 ; JNPES_c768=16 - # TPN_stretch=12 ; INPES_stretch=2 ; JNPES_stretch=4 - - # TPN_cpl_atmw_gdas=12; INPES_cpl_atmw_gdas=6; JNPES_cpl_atmw_gdas=8 - # THRD_cpl_atmw_gdas=4; WPG_cpl_atmw_gdas=24; APB_cpl_atmw_gdas="0 311"; WPB_cpl_atmw_gdas="312 559" - elif [[ ${MACHINE_ID} = noaacloud ]] ; then if [[ ${PW_CSP} == aws ]]; then @@ -415,18 +401,6 @@ elif [[ ${MACHINE_ID} = noaacloud ]] ; then export ICE_tasks_cpl_thrd=10 export WAV_tasks_cpl_thrd=12 -elif [[ ${MACHINE_ID} = expanse ]]; then - - echo "Unknown MACHINE_ID ${MACHINE_ID}. Please update tasks configurations in default_vars.sh" - exit 1 - - # TPN_dflt=64 ; INPES_dflt=3 ; JNPES_dflt=8 - # TPN_thrd=64 ; INPES_thrd=3 ; JNPES_thrd=4 - # TPN_stretch=12 ; INPES_stretch=2 ; JNPES_stretch=4 - - # TPN_cpl_atmw_gdas=12; INPES_cpl_atmw_gdas=6; JNPES_cpl_atmw_gdas=8 - # THRD_cpl_atmw_gdas=2; WPG_cpl_atmw_gdas=24; APB_cpl_atmw_gdas="0 311"; WPB_cpl_atmw_gdas="312 559" - else echo "Unknown MACHINE_ID ${MACHINE_ID}" diff --git a/tests/detect_machine.sh b/tests/detect_machine.sh index 99419f3555..5895e09f7e 100755 --- a/tests/detect_machine.sh +++ b/tests/detect_machine.sh @@ -48,13 +48,9 @@ case $(hostname -f) in derecho7.hsn.de.hpc.ucar.edu) MACHINE_ID=derecho ;; ### derecho7 derecho8.hsn.de.hpc.ucar.edu) MACHINE_ID=derecho ;; ### derecho8 - 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 *) MACHINE_ID=UNKNOWN ;; # Unknown platform esac diff --git a/tests/fv3_conf/fv3_slurm.IN_expanse b/tests/fv3_conf/fv3_slurm.IN_expanse deleted file mode 100644 index 6c4819806a..0000000000 --- a/tests/fv3_conf/fv3_slurm.IN_expanse +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/bash -#SBATCH --job-name="@[JBNME]" -#SBATCH -o out -#SBATCH -e err -#SBATCH -A @[ACCNR] -#SBATCH -p @[QUEUE] -#SBATCH --nodes=@[NODES] -#SBATCH --ntasks-per-node=@[TPN] -#SBATCH -t @[WLCLK] - -set -eux -echo -n " $( date +%s )," > job_timestamp.txt - -set +x -MACHINE_ID=expanse -source ./module-setup.sh -module use $PWD/modulefiles -module load modules.fv3 -module list -set -x - -ulimit -s unlimited - -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` -echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/fv3_conf/fv3_slurm.IN_stampede b/tests/fv3_conf/fv3_slurm.IN_stampede deleted file mode 100644 index d80a3e068c..0000000000 --- a/tests/fv3_conf/fv3_slurm.IN_stampede +++ /dev/null @@ -1,43 +0,0 @@ -#!/bin/bash -l -#SBATCH -o out -#SBATCH -e err -#SBATCH -N @[NODES] -#SBATCH --ntasks-per-node=@[TPN] -#SBATCH -A @[ACCNR] -#SBATCH -p @[QUEUE] -#SBATCH -t 00:@[WLCLK]:00 - -set -eux -echo -n " $( date +%s )," > job_timestamp.txt - -set +x -MACHINE_ID=stampede -source ./module-setup.sh -module use $PWD/modulefiles -module load modules.fv3 -module list -set -x - -echo "Model started: " `date` - -export MPI_TYPE_DEPTH=20 -export OMP_STACKSIZE=512M -export OMP_NUM_THREADS=@[THRD] -export ESMF_RUNTIME_COMPLIANCECHECK=OFF:depth=4 -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 - -echo "Model ended: " `date` -echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index bed41b740a..3d72083235 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Wed Feb 5 01:31:02 UTC 2025 +Fri Feb 7 08:33:02 UTC 2025 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_3736050/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3292469/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 = 261.939060 - 0: The maximum resident set size (KB) = 1447916 + 0: The total amount of wall time = 264.084045 + 0: The maximum resident set size (KB) = 1450908 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_3736050/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3292469/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 = 907.212535 - 0: The maximum resident set size (KB) = 1421024 + 0: The total amount of wall time = 899.139778 + 0: The maximum resident set size (KB) = 1421752 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_3736050/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3292469/dcp_dcp Checking test dcp results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -160,14 +160,14 @@ Checking test dcp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 238.140480 - 0: The maximum resident set size (KB) = 1425468 + 0: The total amount of wall time = 235.823468 + 0: The maximum resident set size (KB) = 1418764 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_3736050/mpi_mpi +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3292469/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 = 235.527246 - 0: The maximum resident set size (KB) = 1420308 + 0: The total amount of wall time = 239.809259 + 0: The maximum resident set size (KB) = 1435472 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_3736050/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3292469/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 = 236.557088 - 0: The maximum resident set size (KB) = 1407552 + 0: The total amount of wall time = 234.940708 + 0: The maximum resident set size (KB) = 1427348 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_3736050/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3292469/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 = 246.182621 - 0: The maximum resident set size (KB) = 1428132 + 0: The total amount of wall time = 239.939740 + 0: The maximum resident set size (KB) = 1430068 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_3736050/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3292469/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 = 241.245833 - 0: The maximum resident set size (KB) = 1431212 + 0: The total amount of wall time = 238.946975 + 0: The maximum resident set size (KB) = 1427488 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Feb 5 02:43:33 UTC 2025 -Elapsed time: 01h:12m:31s. Have a nice day! +Fri Feb 7 09:44:10 UTC 2025 +Elapsed time: 01h:11m:08s. 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 87580ccab7..a2c1b08e99 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 @@ -Tue Feb 4 23:51:58 UTC 2025 +Fri Feb 7 07:00:35 UTC 2025 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_3230979/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2890405/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 = 2510.972220 - 0: The maximum resident set size (KB) = 1509764 + 0: The total amount of wall time = 2363.235050 + 0: The maximum resident set size (KB) = 1485936 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_3230979/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2890405/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 = 782.594695 - 0: The maximum resident set size (KB) = 1492060 + 0: The total amount of wall time = 699.210335 + 0: The maximum resident set size (KB) = 1492740 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_3230979/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2890405/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 = 686.717599 - 0: The maximum resident set size (KB) = 1503792 + 0: The total amount of wall time = 666.319467 + 0: The maximum resident set size (KB) = 1501716 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Feb 5 01:31:02 UTC 2025 -Elapsed time: 01h:39m:04s. Have a nice day! +Fri Feb 7 08:33:02 UTC 2025 +Elapsed time: 01h:32m:28s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 64692216f1..a1a6667247 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Tue Feb 4 21:11:31 UTC 2025 +Fri Feb 7 04:20:23 UTC 2025 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_2044380/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2027922/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 = 1381.775026 - 0: The maximum resident set size (KB) = 748476 + 0: The total amount of wall time = 1439.457005 + 0: The maximum resident set size (KB) = 754652 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_2044380/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2027922/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 = 2212.900884 - 0: The maximum resident set size (KB) = 709004 + 0: The total amount of wall time = 2304.819614 + 0: The maximum resident set size (KB) = 719344 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_2044380/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2027922/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 = 2288.114093 - 0: The maximum resident set size (KB) = 713220 + 0: The total amount of wall time = 2351.977478 + 0: The maximum resident set size (KB) = 732376 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_2044380/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2027922/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 = 2296.965501 - 0: The maximum resident set size (KB) = 718664 + 0: The total amount of wall time = 2214.726258 + 0: The maximum resident set size (KB) = 715628 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Tue Feb 4 23:51:58 UTC 2025 -Elapsed time: 02h:40m:27s. Have a nice day! +Fri Feb 7 07:00:34 UTC 2025 +Elapsed time: 02h:40m:11s. Have a nice day! diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index 8538492fcc..0404eea4d6 100644 --- a/tests/logs/RegressionTests_acorn.log +++ b/tests/logs/RegressionTests_acorn.log @@ -1,17 +1,17 @@ ====START OF ACORN REGRESSION TESTING LOG==== UFSWM hash used in testing: -cf8d8f0ae16e210c8f2deeee26cc24b1ddab6688 +61aa0bcf273aa1c4a86ad995f236c6e7431eff92 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 2eccb9f74ebd8dfc09b53d15f5a96c847b77c443 CDEPS-interface/CDEPS (cdeps0.4.17-310-g2eccb9f) - ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) - 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) + ea4582b193da1c78228f8f3ff73edb820481a853 CICE-interface/CICE (remotes/origin/sync_cice_2025-01) + 43ead56380bf11ecad66f165dcd736ed0c278763 CICE-interface/CICE/icepack (Icepack1.1.0-200-g43ead56) cdbed6c48c2626e67ee5c071947d991e6f0fbc2e CMEPS-interface/CMEPS (cmeps_v0.4.1-2314-gcdbed6c) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 2c902a670e89416ef49254c827e8ba45a68ce596 FV3 (heads/develop) + 2c902a670e89416ef49254c827e8ba45a68ce596 FV3 (remotes/origin/production/HREF.v3beta-355-g2c902a6) 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) db19a6d1d7fa7ed56f62318501c4abb5fb8b1138 FV3/ccpp/physics (EP4-1119-gdb19a6d1) @@ -27,7 +27,7 @@ Submodule hashes used in testing: 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 1a2d2fcb02da38e975f252ef743af24b68b3cc7f NOAHMP-interface/noahmp (v3.7.1-455-g1a2d2fc) - 5e7dcf04d4180241df1cb2626ca08b1c81db6c51 WW3 (remotes/origin/devufs/addbinaryrestartinit) + 8e676278822292a97b2b69da336444ec7d04c06b WW3 (6.07.1-353-g8e676278) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -38,271 +38,271 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20250129 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_3182622 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20250205 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_3082370 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:26, 11:36] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [12:31, 06:47](3192 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [13:26, 12:01] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [20:29, 15:36](1909 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:38, 16:40](1949 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [15:25, 07:36](1086 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:31, 18:14](1883 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [13:26, 11:56] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:23, 15:14](1906 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:20, 05:34] ( 1502 warnings 1941 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [30:29, 25:40](1944 MB) - -PASS -- COMPILE 's2swa_intel' [13:27, 11:43] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [12:26, 08:46](3226 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [20:31, 08:42](3223 MB) -PASS -- TEST 'cpld_restart_p8_intel' [16:27, 05:03](3152 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [15:53, 08:40](3245 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [15:09, 05:06](3168 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [23:28, 16:57](3443 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [18:03, 08:35](3217 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [29:08, 07:03](3166 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:19, 08:29](3223 MB) - -PASS -- COMPILE 's2swal_intel' [13:28, 11:46] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [32:44, 08:55](3230 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [11:21, 05:23](3156 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [19:20, 08:20](3202 MB) - -PASS -- COMPILE 's2sw_intel' [12:27, 11:00] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:32, 04:48](1923 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:03, 07:10](1979 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:25, 10:11] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:53, 05:02](1979 MB) - -PASS -- COMPILE 's2s_intel' [12:27, 10:30] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:35, 05:59](2879 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:32, 02:10](2889 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:14, 01:15](2304 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:32, 15:47] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [16:14, 08:31](3225 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [13:26, 11:27] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:46, 15:36](1925 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [14:57, 07:47](1109 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [25:03, 18:11](1895 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:20, 05:17] ( 1502 warnings 1941 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [50:15, 26:49](1959 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:25, 09:23] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [14:43, 03:59](662 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [13:03, 02:40](1563 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [09:59, 02:37](1570 MB) -PASS -- TEST 'control_latlon_intel' [09:54, 02:34](1566 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [09:05, 02:34](1565 MB) -PASS -- TEST 'control_c48_intel' [13:21, 06:31](1583 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [11:58, 05:58](705 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [13:19, 06:31](1587 MB) -PASS -- TEST 'control_c192_intel' [14:16, 07:12](1690 MB) -PASS -- TEST 'control_c384_intel' [03:13, 08:47](1975 MB) -PASS -- TEST 'control_c384gdas_intel' [13:21, 09:08](1165 MB) -PASS -- TEST 'control_stochy_intel' [07:35, 01:55](616 MB) -PASS -- TEST 'control_stochy_restart_intel' [05:33, 01:13](422 MB) -PASS -- TEST 'control_lndp_intel' [07:33, 01:39](620 MB) -PASS -- TEST 'control_iovr4_intel' [07:36, 02:39](612 MB) -PASS -- TEST 'control_iovr5_intel' [08:36, 02:36](616 MB) -PASS -- TEST 'control_p8_intel' [10:29, 02:56](1851 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [10:27, 03:03](1858 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [10:26, 02:57](1850 MB) -PASS -- TEST 'control_restart_p8_intel' [09:44, 01:44](1007 MB) -PASS -- TEST 'control_noqr_p8_intel' [09:42, 02:52](1843 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [09:44, 01:44](1017 MB) -PASS -- TEST 'control_decomp_p8_intel' [09:38, 02:58](1857 MB) -PASS -- TEST 'control_2threads_p8_intel' [13:28, 05:51](1932 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:56, 05:01](1861 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [11:33, 04:02](1910 MB) -PASS -- TEST 'control_p8_mynn_intel' [10:19, 03:13](1866 MB) -PASS -- TEST 'merra2_thompson_intel' [11:00, 03:35](1859 MB) -PASS -- TEST 'regional_control_intel' [06:51, 05:08](887 MB) -PASS -- TEST 'regional_restart_intel' [04:50, 02:56](874 MB) -PASS -- TEST 'regional_decomp_intel' [07:46, 05:23](889 MB) -PASS -- TEST 'regional_2threads_intel' [12:53, 07:46](1016 MB) -PASS -- TEST 'regional_noquilt_intel' [06:48, 05:05](1218 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:47, 05:10](889 MB) -PASS -- TEST 'regional_wofs_intel' [08:52, 06:57](1587 MB) - -PASS -- COMPILE 'rrfs_intel' [10:24, 08:49] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [20:39, 07:14](1002 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:16, 04:36](1162 MB) -PASS -- TEST 'rap_decomp_intel' [11:37, 07:30](1003 MB) -PASS -- TEST 'rap_2threads_intel' [21:47, 15:59](1072 MB) -PASS -- TEST 'rap_restart_intel' [09:32, 03:50](884 MB) -PASS -- TEST 'rap_sfcdiff_intel' [12:44, 07:11](1000 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:37, 07:27](997 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [12:38, 05:23](886 MB) -PASS -- TEST 'hrrr_control_intel' [09:32, 03:51](996 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [11:35, 03:56](992 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [16:06, 08:05](1071 MB) -PASS -- TEST 'hrrr_control_restart_intel' [09:37, 02:10](829 MB) -PASS -- TEST 'rrfs_v1beta_intel' [16:35, 07:18](991 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [15:42, 09:39](1959 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [14:42, 09:18](1950 MB) - -PASS -- COMPILE 'csawmg_intel' [09:22, 08:08] -PASS -- TEST 'control_csawmg_intel' [17:13, 06:54](954 MB) -PASS -- TEST 'control_ras_intel' [09:39, 03:28](651 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:26, 11:51] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:28, 06:54](3192 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:26, 12:34] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [27:33, 15:44](1910 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:33, 16:36](1940 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [14:18, 07:40](1077 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [28:33, 18:17](1884 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:26, 12:15] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [24:23, 15:17](1904 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:20, 05:37] ( 1502 warnings 1941 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [30:37, 25:46](1957 MB) + +PASS -- COMPILE 's2swa_intel' [13:26, 11:51] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [11:55, 08:42](3224 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [19:25, 08:41](3222 MB) +PASS -- TEST 'cpld_restart_p8_intel' [24:35, 05:09](3151 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [16:23, 08:40](3242 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [21:01, 05:16](3169 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [24:34, 16:56](3444 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [11:44, 08:29](3222 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:11, 07:09](3166 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:18, 08:30](3225 MB) + +PASS -- COMPILE 's2swal_intel' [13:27, 12:00] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [19:27, 08:55](3230 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [20:30, 05:23](3156 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:06, 08:23](3203 MB) + +PASS -- COMPILE 's2sw_intel' [12:26, 11:08] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:32, 05:01](1924 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:04, 07:19](1980 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:27, 10:27] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:58, 05:06](1980 MB) + +PASS -- COMPILE 's2s_intel' [12:26, 10:29] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:35, 06:11](2879 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:32, 02:07](2889 MB) +PASS -- TEST 'cpld_restart_c48_intel' [05:20, 01:19](2302 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:32, 15:42] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [17:13, 08:36](3225 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [13:27, 11:44] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:44, 15:31](1929 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:56, 07:42](1101 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [23:50, 17:59](1894 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:21, 05:19] ( 1502 warnings 1941 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [39:02, 26:55](1962 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:25, 09:36] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [20:46, 03:54](664 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [19:09, 02:36](1563 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [21:18, 02:43](1570 MB) +PASS -- TEST 'control_latlon_intel' [20:10, 02:29](1566 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [21:25, 02:44](1564 MB) +PASS -- TEST 'control_c48_intel' [12:18, 06:32](1581 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [11:59, 06:08](707 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [11:17, 06:37](1582 MB) +PASS -- TEST 'control_c192_intel' [14:18, 07:11](1685 MB) +PASS -- TEST 'control_c384_intel' [04:14, 08:43](1979 MB) +PASS -- TEST 'control_c384gdas_intel' [08:18, 09:08](1176 MB) +PASS -- TEST 'control_stochy_intel' [08:37, 01:53](617 MB) +PASS -- TEST 'control_stochy_restart_intel' [05:33, 01:13](421 MB) +PASS -- TEST 'control_lndp_intel' [06:31, 01:54](620 MB) +PASS -- TEST 'control_iovr4_intel' [06:37, 02:45](613 MB) +PASS -- TEST 'control_iovr5_intel' [06:34, 02:38](613 MB) +PASS -- TEST 'control_p8_intel' [09:25, 03:01](1851 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [10:33, 03:15](1858 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [08:26, 02:57](1861 MB) +PASS -- TEST 'control_restart_p8_intel' [05:44, 01:52](1007 MB) +PASS -- TEST 'control_noqr_p8_intel' [08:27, 02:54](1856 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:44, 01:48](1017 MB) +PASS -- TEST 'control_decomp_p8_intel' [09:59, 03:12](1847 MB) +PASS -- TEST 'control_2threads_p8_intel' [13:25, 05:45](1930 MB) +PASS -- TEST 'control_p8_lndp_intel' [10:57, 04:58](1851 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [11:28, 04:15](1909 MB) +PASS -- TEST 'control_p8_mynn_intel' [10:20, 03:09](1867 MB) +PASS -- TEST 'merra2_thompson_intel' [10:59, 03:32](1859 MB) +PASS -- TEST 'regional_control_intel' [07:53, 05:17](895 MB) +PASS -- TEST 'regional_restart_intel' [04:46, 02:56](877 MB) +PASS -- TEST 'regional_decomp_intel' [10:52, 05:25](893 MB) +PASS -- TEST 'regional_2threads_intel' [12:51, 07:33](1012 MB) +PASS -- TEST 'regional_noquilt_intel' [09:49, 05:14](1221 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:48, 05:08](899 MB) +PASS -- TEST 'regional_wofs_intel' [10:53, 06:56](1586 MB) + +PASS -- COMPILE 'rrfs_intel' [10:24, 08:48] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [18:44, 07:15](1002 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [23:37, 04:25](1156 MB) +PASS -- TEST 'rap_decomp_intel' [18:43, 07:31](1002 MB) +PASS -- TEST 'rap_2threads_intel' [31:55, 15:54](1077 MB) +PASS -- TEST 'rap_restart_intel' [09:34, 03:51](884 MB) +PASS -- TEST 'rap_sfcdiff_intel' [20:49, 07:07](1000 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [19:45, 07:33](996 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [10:34, 05:25](887 MB) +PASS -- TEST 'hrrr_control_intel' [21:51, 03:52](996 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [21:54, 04:07](992 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [26:50, 07:58](1066 MB) +PASS -- TEST 'hrrr_control_restart_intel' [05:37, 02:05](829 MB) +PASS -- TEST 'rrfs_v1beta_intel' [25:42, 07:19](994 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [12:41, 09:35](1958 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:38, 09:15](1947 MB) + +PASS -- COMPILE 'csawmg_intel' [09:21, 08:06] +PASS -- TEST 'control_csawmg_intel' [24:19, 06:52](952 MB) +PASS -- TEST 'control_ras_intel' [09:37, 03:30](651 MB) PASS -- COMPILE 'wam_intel' [10:23, 08:17] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [18:10, 12:06](1642 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:23, 08:28] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [10:28, 03:00](1847 MB) -PASS -- TEST 'regional_control_faster_intel' [07:47, 05:05](878 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:23, 07:30] ( 867 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [13:09, 02:59](1598 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [15:21, 02:55](1607 MB) -PASS -- TEST 'control_stochy_debug_intel' [11:40, 03:34](800 MB) -PASS -- TEST 'control_lndp_debug_intel' [11:41, 03:12](803 MB) -PASS -- TEST 'control_csawmg_debug_intel' [14:07, 04:54](1111 MB) -PASS -- TEST 'control_ras_debug_intel' [12:41, 03:16](810 MB) -PASS -- TEST 'control_diag_debug_intel' [15:15, 03:13](1663 MB) -PASS -- TEST 'control_debug_p8_intel' [13:05, 03:07](1892 MB) -PASS -- TEST 'regional_debug_intel' [23:16, 18:17](921 MB) -PASS -- TEST 'rap_control_debug_intel' [09:36, 05:40](1185 MB) -PASS -- TEST 'hrrr_control_debug_intel' [09:38, 05:36](1181 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [11:38, 05:48](1188 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [10:36, 05:35](1185 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [10:33, 05:42](1185 MB) -PASS -- TEST 'rap_diag_debug_intel' [10:45, 05:48](1273 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [09:34, 05:41](1189 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [11:36, 05:48](1187 MB) -PASS -- TEST 'rap_lndp_debug_intel' [12:37, 05:49](1191 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [11:36, 05:42](1185 MB) -PASS -- TEST 'rap_noah_debug_intel' [11:36, 05:38](1186 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [12:36, 05:34](1187 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [15:41, 08:58](1185 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [11:39, 05:33](1182 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [11:38, 05:42](1187 MB) -PASS -- TEST 'rap_flake_debug_intel' [11:35, 05:47](1186 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [16:49, 09:36](1187 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:19, 04:26] ( 823 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [19:11, 14:08](1691 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:23, 08:04] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [10:17, 04:19](1036 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [12:29, 06:11](877 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [12:34, 03:27](875 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [18:40, 13:43](923 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [13:14, 07:07](917 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [10:26, 03:31](870 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:23, 04:38](786 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:30, 01:59](761 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:24, 08:04] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [07:14, 02:12](1081 MB) -PASS -- TEST 'conus13km_2threads_intel' [11:10, 01:56](1059 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:57, 01:35](957 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:23, 08:11] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:55, 04:10](901 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:20, 04:31] ( 771 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [10:35, 05:24](1059 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [11:40, 05:23](1058 MB) -PASS -- TEST 'conus13km_debug_intel' [21:19, 14:53](1176 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [21:18, 14:48](857 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [28:24, 23:03](1130 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:11, 14:57](1224 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:19, 04:22] ( 771 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [09:35, 05:40](1089 MB) - -PASS -- COMPILE 'hafsw_intel' [12:26, 10:02] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [22:53, 06:56](687 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [28:00, 06:04](1046 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [13:01, 07:45](738 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [17:02, 13:05](769 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [22:07, 14:17](887 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [11:08, 05:42](488 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [14:49, 07:15](516 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [17:28, 03:24](378 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [46:16, 08:35](438 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [13:06, 04:06](500 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [15:14, 04:00](498 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [26:32, 05:13](559 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [18:51, 02:01](406 MB) -PASS -- TEST 'gnv1_nested_intel' [12:41, 05:21](1701 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [09:23, 04:49] ( 1446 warnings 1444 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [35:39, 14:41](611 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [14:27, 09:41] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [32:44, 08:24](604 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [32:48, 08:31](783 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:29, 09:47] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [32:01, 06:39](783 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:31, 09:09] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [15:46, 07:13](722 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [18:49, 07:25](704 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:35, 16:09](897 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [14:29, 09:22] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:23, 02:47](765 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:25, 01:42](742 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:25, 02:30](647 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:26, 02:36](643 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:24, 02:43](646 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:25, 02:49](766 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:23, 02:50](766 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:22, 02:35](643 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:32, 06:05](694 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:23, 06:11](673 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:22, 02:42](766 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:27, 04:34](2032 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:27, 04:44](2032 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [17:31, 09:12] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [06:26, 02:42](767 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [08:22, 00:50] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [05:40, 01:21](301 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [05:34, 01:24](449 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [06:37, 00:57](447 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [17:31, 09:54] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [09:40, 04:11](1921 MB) - -PASS -- COMPILE 'atml_intel' [18:34, 09:44] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [12:41, 04:53](1882 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:04, 02:47](1033 MB) - -PASS -- COMPILE 'atml_debug_intel' [12:26, 05:38] ( 872 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [13:36, 05:52](1927 MB) - -PASS -- COMPILE 'atmw_intel' [14:28, 09:05] ( 9 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [09:24, 02:03](1882 MB) - -PASS -- COMPILE 'atmaero_intel' [12:25, 08:36] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [12:07, 04:27](3116 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [13:08, 05:07](2995 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [12:51, 05:16](3005 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [09:22, 04:26] ( 868 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [29:36, 22:22](4479 MB) +PASS -- TEST 'control_wam_intel' [16:11, 12:04](1642 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:23, 08:24] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [08:26, 03:07](1848 MB) +PASS -- TEST 'regional_control_faster_intel' [07:53, 04:58](891 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [10:23, 07:37] ( 867 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:55, 02:57](1605 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:04, 02:45](1607 MB) +PASS -- TEST 'control_stochy_debug_intel' [06:33, 03:29](803 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:31, 03:11](801 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:54, 04:50](1110 MB) +PASS -- TEST 'control_ras_debug_intel' [05:31, 03:20](809 MB) +PASS -- TEST 'control_diag_debug_intel' [05:58, 03:18](1654 MB) +PASS -- TEST 'control_debug_p8_intel' [05:50, 03:13](1892 MB) +PASS -- TEST 'regional_debug_intel' [21:05, 18:23](922 MB) +PASS -- TEST 'rap_control_debug_intel' [08:33, 05:33](1186 MB) +PASS -- TEST 'hrrr_control_debug_intel' [08:37, 05:39](1185 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [08:35, 05:38](1189 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [08:35, 05:35](1187 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:33, 05:44](1186 MB) +PASS -- TEST 'rap_diag_debug_intel' [09:48, 06:01](1271 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [09:34, 05:42](1189 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [09:33, 05:50](1195 MB) +PASS -- TEST 'rap_lndp_debug_intel' [09:35, 05:43](1192 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:33, 05:34](1185 MB) +PASS -- TEST 'rap_noah_debug_intel' [08:34, 05:32](1186 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [09:35, 05:46](1185 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [13:40, 08:46](1183 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [09:35, 05:36](1181 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [10:36, 05:48](1188 MB) +PASS -- TEST 'rap_flake_debug_intel' [10:39, 05:45](1185 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [16:48, 09:29](1187 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:21, 04:26] ( 823 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [17:11, 14:07](1685 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:24, 08:08] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [10:22, 04:06](1030 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [13:25, 06:16](874 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [11:25, 03:24](871 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [20:29, 13:52](921 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [14:44, 07:08](923 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [09:29, 03:21](868 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:00, 04:38](786 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:33, 02:04](763 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:22, 08:04] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [07:14, 02:10](1082 MB) +PASS -- TEST 'conus13km_2threads_intel' [05:03, 02:00](1059 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [05:59, 01:26](957 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:23, 08:13] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:56, 04:15](902 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:19, 04:34] ( 771 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [09:33, 05:34](1060 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [09:35, 05:16](1065 MB) +PASS -- TEST 'conus13km_debug_intel' [19:21, 14:59](1149 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [20:19, 14:51](857 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [28:20, 23:06](1144 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:11, 14:59](1216 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:19, 04:18] ( 771 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [09:35, 05:34](1086 MB) + +PASS -- COMPILE 'hafsw_intel' [12:26, 10:04] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [17:50, 06:26](689 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [22:59, 05:49](1047 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [13:59, 07:37](735 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [17:54, 12:39](769 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [29:17, 14:13](787 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:10, 05:55](462 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [25:02, 07:12](479 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [20:29, 03:16](380 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [45:19, 08:40](435 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [10:06, 04:11](501 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [09:04, 03:53](498 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [22:37, 05:12](562 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [17:51, 02:01](404 MB) +PASS -- TEST 'gnv1_nested_intel' [10:43, 05:20](1699 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:20, 04:52] ( 1446 warnings 1444 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [30:30, 14:30](605 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [13:27, 09:38] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [32:39, 08:22](605 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [32:52, 08:26](782 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:28, 09:50] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [34:05, 06:39](784 MB) + +PASS -- COMPILE 'hafs_all_intel' [13:26, 09:18] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [11:43, 07:16](718 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:41, 07:12](748 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [20:36, 16:11](897 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [11:25, 09:23] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [06:28, 02:44](766 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:25, 01:46](754 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:24, 02:33](653 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:26, 02:34](645 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:23, 02:48](645 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:23, 02:38](768 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:24, 02:41](765 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:25, 02:33](647 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:35, 06:07](697 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [14:33, 06:02](675 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:21, 02:46](768 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:27, 04:39](2039 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:26, 04:35](2035 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [11:26, 09:23] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:23, 02:50](765 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:14, 00:49] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [09:44, 01:16](309 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [07:36, 01:13](446 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [06:36, 00:59](448 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:27, 09:56] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [12:49, 03:54](1922 MB) + +PASS -- COMPILE 'atml_intel' [14:28, 09:57] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [14:30, 04:39](1889 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:00, 02:38](1033 MB) + +PASS -- COMPILE 'atml_debug_intel' [10:24, 05:36] ( 872 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [16:38, 05:53](1928 MB) + +PASS -- COMPILE 'atmw_intel' [15:27, 08:54] ( 9 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [12:33, 02:13](1880 MB) + +PASS -- COMPILE 'atmaero_intel' [13:28, 08:38] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [14:08, 04:25](3117 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [16:03, 05:04](2995 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [15:51, 05:08](3006 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [08:22, 04:24] ( 868 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [32:45, 22:23](4490 MB) SYNOPSIS: -Starting Date/Time: 20250204 13:48:25 -Ending Date/Time: 20250204 15:51:26 -Total Time: 02h:03m:30s +Starting Date/Time: 20250207 17:53:41 +Ending Date/Time: 20250207 19:58:51 +Total Time: 02h:05m:39s Compiles Completed: 38/38 Tests Completed: 178/178 diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index 40eb33b7ca..881a082ea1 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,14 +1,14 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -c553242dcb9e80cf0668d6fa0b4a8732e68fcd5f +2dbbcfa586e7d7c665685b426ad63a5cfe737977 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 2eccb9f74ebd8dfc09b53d15f5a96c847b77c443 CDEPS-interface/CDEPS (cdeps0.4.17-310-g2eccb9f) - ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) - 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) + ea4582b193da1c78228f8f3ff73edb820481a853 CICE-interface/CICE (remotes/origin/sync_cice_2025-01) + 43ead56380bf11ecad66f165dcd736ed0c278763 CICE-interface/CICE/icepack (Icepack1.1.0-200-g43ead56) cdbed6c48c2626e67ee5c071947d991e6f0fbc2e CMEPS-interface/CMEPS (cmeps_v0.4.1-2314-gcdbed6c) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) 2c902a670e89416ef49254c827e8ba45a68ce596 FV3 (heads/develop) @@ -27,7 +27,7 @@ Submodule hashes used in testing: 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 1a2d2fcb02da38e975f252ef743af24b68b3cc7f NOAHMP-interface/noahmp (v3.7.1-455-g1a2d2fc) - 5e7dcf04d4180241df1cb2626ca08b1c81db6c51 WW3 (remotes/origin/devufs/addbinaryrestartinit) + 8e676278822292a97b2b69da336444ec7d04c06b WW3 (6.07.1-353-g8e676278) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -38,290 +38,290 @@ 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-20250129 -COMPARISON DIRECTORY: /glade/derecho/scratch/jongkim/FV3_RT/rt_124832 +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20250205 +COMPARISON DIRECTORY: /glade/derecho/scratch/jongkim/FV3_RT/rt_12760 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [23:27, 22:00] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:21, 06:22](3209 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:25, 23:45] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [17:51, 14:06](1912 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:11, 15:03](1951 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:27, 07:04](1067 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:58, 16:04](1881 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [25:26, 23:56] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:14, 13:48](1913 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [14:25, 12:13] ( 1528 warnings 1891 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:54, 23:31](1934 MB) - -PASS -- COMPILE 's2swa_intel' [23:25, 22:01] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [12:36, 08:07](3225 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:30, 08:12](3235 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:29, 04:51](3155 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [12:15, 08:03](3251 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:24, 04:49](3179 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [18:17, 14:09](3798 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [12:16, 08:02](3221 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [10:13, 06:26](3536 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:38, 08:12](3236 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [15:50, 09:41](3817 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [14:10, 06:43](3625 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [26:37, 10:36](4543 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [28:20, 07:07](4680 MB) - -PASS -- COMPILE 's2swal_intel' [24:24, 22:26] ( 6 warnings 12 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [12:16, 08:17](3237 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [09:31, 05:01](3160 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [11:43, 07:55](3201 MB) - -PASS -- COMPILE 's2sw_intel' [22:27, 20:11] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:40, 04:42](1924 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:50, 07:01](1994 MB) - -PASS -- COMPILE 's2swa_debug_intel' [14:24, 12:08] ( 1418 warnings 1152 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [16:55, 13:01](3303 MB) - -PASS -- COMPILE 's2sw_debug_intel' [13:24, 11:25] ( 1418 warnings 1152 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:33, 05:56](1955 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [18:26, 16:30] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:45, 05:04](1974 MB) - -PASS -- COMPILE 's2s_intel' [19:16, 17:08] ( 6 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:04, 05:46](2880 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:06, 02:10](2891 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:16, 01:29](2306 MB) - -PASS -- COMPILE 's2swa_faster_intel' [26:17, 24:03] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [12:26, 08:09](3233 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [24:17, 22:03] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:57, 14:15](1932 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:17, 07:19](1083 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:48, 16:05](1897 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [13:15, 11:18] ( 1528 warnings 1891 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:53, 25:01](1962 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:15, 14:28] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:50, 03:26](669 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:08, 02:10](1567 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:21, 02:10](1573 MB) -PASS -- TEST 'control_latlon_intel' [04:58, 02:08](1560 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:12, 02:09](1564 MB) -PASS -- TEST 'control_c48_intel' [08:01, 05:43](1592 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:35, 05:17](711 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [08:03, 05:44](1588 MB) -PASS -- TEST 'control_c192_intel' [10:00, 06:07](1690 MB) -PASS -- TEST 'control_c384_intel' [14:24, 06:50](1976 MB) -PASS -- TEST 'control_c384gdas_intel' [16:22, 07:10](1175 MB) -PASS -- TEST 'control_stochy_intel' [03:26, 01:25](623 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:33, 00:51](435 MB) -PASS -- TEST 'control_lndp_intel' [03:33, 01:22](625 MB) -PASS -- TEST 'control_iovr4_intel' [04:36, 02:06](618 MB) -PASS -- TEST 'control_iovr5_intel' [04:35, 02:06](618 MB) -PASS -- TEST 'control_p8_intel' [06:41, 03:07](1854 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:44, 03:12](1857 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:35, 03:00](1858 MB) -PASS -- TEST 'control_restart_p8_intel' [05:27, 01:59](1009 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:24, 02:54](1859 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:26, 02:04](1023 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:20, 03:00](1846 MB) -PASS -- TEST 'control_2threads_p8_intel' [08:24, 04:45](1948 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:13, 04:45](1857 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:21, 04:06](1909 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:24, 03:11](1857 MB) -PASS -- TEST 'merra2_thompson_intel' [06:25, 03:27](1857 MB) -PASS -- TEST 'regional_control_intel' [07:50, 04:53](900 MB) -PASS -- TEST 'regional_restart_intel' [05:47, 02:57](878 MB) -PASS -- TEST 'regional_decomp_intel' [07:57, 05:07](897 MB) -PASS -- TEST 'regional_noquilt_intel' [06:57, 04:47](1212 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:59, 04:54](893 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:56, 04:52](895 MB) -PASS -- TEST 'regional_wofs_intel' [08:02, 05:50](1587 MB) - -PASS -- COMPILE 'rrfs_intel' [15:14, 12:56] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [09:27, 06:09](1004 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:37, 03:42](1161 MB) -PASS -- TEST 'rap_decomp_intel' [09:27, 06:24](1006 MB) -PASS -- TEST 'rap_2threads_intel' [14:23, 11:31](1082 MB) -PASS -- TEST 'rap_restart_intel' [06:07, 03:14](881 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:27, 06:09](1002 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:28, 06:24](1002 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:18, 04:35](882 MB) -PASS -- TEST 'hrrr_control_intel' [06:15, 03:13](1002 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:15, 03:17](998 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [08:15, 05:43](1078 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:44, 01:45](832 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:33, 06:00](999 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:50, 08:06](1956 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:53, 07:48](1950 MB) - -PASS -- COMPILE 'csawmg_intel' [14:21, 11:50] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [09:05, 06:27](958 MB) -PASS -- TEST 'control_ras_intel' [05:40, 02:53](658 MB) - -PASS -- COMPILE 'wam_intel' [13:14, 11:34] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:15, 10:16](1648 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [14:14, 12:09] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:25, 03:11](1860 MB) -PASS -- TEST 'regional_control_faster_intel' [06:59, 04:40](893 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [16:14, 14:33] ( 887 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:13, 02:15](1605 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:11, 02:14](1604 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:35, 02:56](809 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:37, 02:37](812 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:57, 04:53](1112 MB) -PASS -- TEST 'control_ras_debug_intel' [04:37, 02:37](818 MB) -PASS -- TEST 'control_diag_debug_intel' [05:48, 02:34](1668 MB) -PASS -- TEST 'control_debug_p8_intel' [06:00, 02:57](1895 MB) -PASS -- TEST 'regional_debug_intel' [18:57, 16:21](923 MB) -PASS -- TEST 'rap_control_debug_intel' [07:37, 04:49](1191 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:29, 04:42](1190 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:37, 04:42](1188 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:45, 04:52](1190 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:30, 04:39](1190 MB) -PASS -- TEST 'rap_diag_debug_intel' [09:30, 04:54](1272 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:33, 04:45](1190 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:31, 04:54](1197 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:30, 04:42](1192 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:42, 04:46](1190 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:36, 04:36](1188 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:35, 04:41](1188 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:29, 07:45](1187 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:32, 04:49](1187 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:42, 04:46](1193 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:37, 04:44](1189 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:55, 07:58](1195 MB) - -PASS -- COMPILE 'wam_debug_intel' [09:13, 07:10] ( 842 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:17, 12:09](1691 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:14, 11:36] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:37, 03:37](1036 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:02, 05:10](878 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:05, 02:47](877 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [12:09, 09:35](931 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:57, 04:57](937 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:06, 02:55](874 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:08, 03:52](799 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:36, 01:32](771 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:20, 11:23] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:25, 01:51](1077 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:18, 01:18](1081 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:25, 01:05](966 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:20, 11:42] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:56, 03:38](904 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:13, 07:27] ( 790 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:32, 04:42](1066 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:25, 04:24](1064 MB) -PASS -- TEST 'conus13km_debug_intel' [15:10, 12:37](1144 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:25, 12:56](831 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [17:17, 13:44](1150 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:30, 12:41](1212 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:14, 07:15] ( 790 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:38, 04:44](1094 MB) - -PASS -- COMPILE 'hafsw_intel' [20:17, 17:51] ( 6 warnings 10 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:39, 04:35](702 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:59, 05:07](1063 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:57, 06:29](763 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:38, 10:38](772 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:56, 11:44](804 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:17, 04:40](466 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:43, 05:47](484 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:05, 02:19](389 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:51, 06:11](460 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:01, 03:19](508 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:21, 03:07](508 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:13, 03:51](575 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:30, 01:13](423 MB) -PASS -- TEST 'gnv1_nested_intel' [08:24, 04:04](1701 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [10:18, 08:36] ( 1470 warnings 1424 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:23, 12:23](622 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [19:16, 17:29] ( 5 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:31, 06:55](619 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:35, 07:03](684 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [21:16, 18:59] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:30, 05:26](668 MB) - -PASS -- COMPILE 'hafs_all_intel' [18:16, 15:57] ( 5 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:35, 05:44](733 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:31, 05:46](726 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:27, 16:18](896 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:13, 08:37] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:25, 02:31](769 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:44, 01:33](758 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:28, 02:23](649 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:30, 02:26](647 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:28, 02:27](647 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:29, 02:31](770 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:28, 02:32](768 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:22, 02:23](653 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:46, 05:47](698 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:01, 05:43](682 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:23, 02:31](768 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:37, 03:58](2039 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:30, 03:57](2039 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [08:13, 05:54] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:27, 05:07](753 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [10:13, 08:26] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:39, 02:31](769 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:17, 02:39] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:39, 01:13](309 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:38, 01:06](452 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:28, 00:46](450 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:14, 13:57] ( 5 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:34, 03:55](1907 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:14, 12:46] ( 6 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:23, 04:55](1899 MB) - -PASS -- COMPILE 'atml_intel' [17:15, 15:10] ( 14 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [10:45, 07:14](1883 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:04, 04:05](1036 MB) - -PASS -- COMPILE 'atml_debug_intel' [13:22, 10:59] ( 892 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:45, 05:36](1925 MB) - -PASS -- COMPILE 'atmw_intel' [16:14, 14:05] ( 5 warnings 9 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:28, 02:21](1882 MB) - -PASS -- COMPILE 'atmaero_intel' [15:14, 12:57] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:00, 04:17](3128 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:53, 04:18](3007 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:19, 04:24](3016 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [10:14, 08:06] ( 887 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [26:38, 21:49](4545 MB) - -PASS -- COMPILE 'atm_fbh_intel' [13:20, 11:26] ( 8 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [10:33, 08:05](844 MB) +PASS -- COMPILE 's2swa_32bit_intel' [23:22, 21:37] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:17, 06:27](3209 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:29, 23:36] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [18:15, 14:06](1919 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:27, 15:13](1945 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:34, 07:08](1078 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:05, 16:00](1887 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [25:32, 23:35] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [17:26, 14:04](1909 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [14:23, 11:58] ( 1528 warnings 1891 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [27:11, 23:27](1942 MB) + +PASS -- COMPILE 's2swa_intel' [23:24, 21:59] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [12:46, 08:26](3224 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:36, 08:25](3236 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:24, 05:14](3153 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [12:26, 08:12](3254 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:44, 05:07](3185 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [18:32, 14:12](3804 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [12:16, 07:52](3217 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:14, 06:44](3533 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:35, 08:25](3247 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [16:23, 09:20](3816 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [14:06, 06:13](3625 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [28:15, 10:39](4543 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [26:24, 07:13](4674 MB) + +PASS -- COMPILE 's2swal_intel' [24:25, 22:15] ( 6 warnings 12 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [12:23, 08:33](3233 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [09:57, 05:05](3158 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [11:48, 08:12](3208 MB) + +PASS -- COMPILE 's2sw_intel' [21:25, 19:54] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:39, 04:51](1928 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:52, 07:06](1983 MB) + +PASS -- COMPILE 's2swa_debug_intel' [13:20, 11:41] ( 1418 warnings 1152 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [16:56, 12:38](3307 MB) + +PASS -- COMPILE 's2sw_debug_intel' [13:23, 11:05] ( 1418 warnings 1152 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:33, 05:57](1958 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [18:24, 16:17] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:49, 05:11](1982 MB) + +PASS -- COMPILE 's2s_intel' [18:20, 16:42] ( 6 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:03, 05:44](2882 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:00, 02:08](2892 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:34, 01:37](2313 MB) + +PASS -- COMPILE 's2swa_faster_intel' [27:20, 25:19] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [12:35, 08:07](3231 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [24:19, 22:01] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:54, 14:13](1918 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:04, 07:25](1107 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:41, 16:02](1898 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [13:16, 11:11] ( 1528 warnings 1891 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:58, 25:15](1955 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [16:23, 14:17] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:55, 03:29](667 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:33, 02:10](1567 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:49, 02:13](1571 MB) +PASS -- TEST 'control_latlon_intel' [05:33, 02:08](1563 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:38, 02:10](1563 MB) +PASS -- TEST 'control_c48_intel' [08:35, 05:48](1587 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:57, 05:22](709 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [08:35, 05:45](1588 MB) +PASS -- TEST 'control_c192_intel' [10:06, 06:08](1690 MB) +PASS -- TEST 'control_c384_intel' [16:06, 06:47](1976 MB) +PASS -- TEST 'control_c384gdas_intel' [17:59, 07:14](1171 MB) +PASS -- TEST 'control_stochy_intel' [03:58, 01:29](620 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:40, 00:52](434 MB) +PASS -- TEST 'control_lndp_intel' [03:54, 01:26](622 MB) +PASS -- TEST 'control_iovr4_intel' [04:57, 02:09](620 MB) +PASS -- TEST 'control_iovr5_intel' [04:46, 02:07](616 MB) +PASS -- TEST 'control_p8_intel' [06:46, 02:52](1861 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:35, 03:08](1851 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:31, 03:10](1858 MB) +PASS -- TEST 'control_restart_p8_intel' [05:23, 02:06](994 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:24, 03:05](1852 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:26, 02:04](1015 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:29, 03:05](1846 MB) +PASS -- TEST 'control_2threads_p8_intel' [08:28, 04:53](1942 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:22, 04:52](1855 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:27, 04:09](1905 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:30, 03:12](1861 MB) +PASS -- TEST 'merra2_thompson_intel' [06:50, 03:32](1865 MB) +PASS -- TEST 'regional_control_intel' [08:01, 04:54](904 MB) +PASS -- TEST 'regional_restart_intel' [06:05, 03:00](878 MB) +PASS -- TEST 'regional_decomp_intel' [08:01, 05:03](894 MB) +PASS -- TEST 'regional_noquilt_intel' [08:00, 04:47](1217 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:05, 04:55](895 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:52, 04:50](894 MB) +PASS -- TEST 'regional_wofs_intel' [08:51, 05:58](1589 MB) + +PASS -- COMPILE 'rrfs_intel' [15:16, 12:50] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:15, 06:11](1004 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:50, 03:46](1162 MB) +PASS -- TEST 'rap_decomp_intel' [09:15, 06:32](1004 MB) +PASS -- TEST 'rap_2threads_intel' [14:19, 11:30](1085 MB) +PASS -- TEST 'rap_restart_intel' [06:17, 03:17](881 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:13, 06:12](1003 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:08, 06:29](1004 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:24, 04:42](881 MB) +PASS -- TEST 'hrrr_control_intel' [06:12, 03:17](998 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:24, 03:23](997 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [09:09, 05:46](1075 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:57, 01:46](832 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:13, 06:02](998 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:36, 08:08](1956 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:45, 07:50](1947 MB) + +PASS -- COMPILE 'csawmg_intel' [14:15, 11:43] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [09:30, 06:29](959 MB) +PASS -- TEST 'control_ras_intel' [05:48, 02:58](654 MB) + +PASS -- COMPILE 'wam_intel' [13:15, 11:34] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [14:28, 10:18](1648 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [14:20, 12:09] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:36, 03:06](1857 MB) +PASS -- TEST 'regional_control_faster_intel' [08:02, 04:40](890 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [16:18, 14:35] ( 887 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:15, 02:22](1607 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:13, 02:16](1606 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:40, 02:52](811 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:36, 02:36](808 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:02, 04:33](1114 MB) +PASS -- TEST 'control_ras_debug_intel' [05:36, 02:40](816 MB) +PASS -- TEST 'control_diag_debug_intel' [06:20, 02:39](1668 MB) +PASS -- TEST 'control_debug_p8_intel' [06:04, 03:01](1896 MB) +PASS -- TEST 'regional_debug_intel' [18:59, 16:19](925 MB) +PASS -- TEST 'rap_control_debug_intel' [07:33, 04:48](1191 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:34, 04:35](1181 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:47, 04:44](1191 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:34, 04:47](1194 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:36, 04:47](1190 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:36, 05:04](1271 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:34, 04:51](1190 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:53, 04:51](1192 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:50, 04:57](1192 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:50, 04:49](1190 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:45, 04:45](1186 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:32, 04:52](1188 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:41, 07:31](1186 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:46, 04:42](1186 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:35, 04:42](1191 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:42, 04:43](1192 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:05, 07:58](1193 MB) + +PASS -- COMPILE 'wam_debug_intel' [09:14, 07:16] ( 842 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:11, 12:07](1687 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:18, 11:35] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:07, 03:53](1037 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:09, 05:13](882 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:07, 02:59](879 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [13:10, 09:39](929 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:01, 05:05](928 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:01, 03:05](875 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:57, 03:53](795 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:35, 01:32](776 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:19, 11:27] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:31, 01:56](1077 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:23, 01:19](1084 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:18, 01:06](967 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:19, 11:46] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:13, 03:50](907 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:20, 07:33] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:33, 04:37](1062 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:35, 04:38](1065 MB) +PASS -- TEST 'conus13km_debug_intel' [16:33, 13:21](1148 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:21, 13:00](830 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [17:31, 13:46](1147 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:31, 12:42](1212 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:20, 07:17] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:38, 04:43](1093 MB) + +PASS -- COMPILE 'hafsw_intel' [20:16, 18:00] ( 6 warnings 10 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:34, 04:33](708 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:10, 05:08](1067 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:46, 06:25](768 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:51, 10:36](775 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:50, 11:40](813 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:20, 04:39](471 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:37, 05:44](491 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:58, 02:17](392 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:38, 06:07](461 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:08, 03:18](504 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:28, 03:04](503 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:16, 03:48](580 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:37, 01:12](423 MB) +PASS -- TEST 'gnv1_nested_intel' [08:35, 04:03](1700 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [11:19, 08:59] ( 1470 warnings 1424 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:21, 12:08](623 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [20:16, 17:44] ( 5 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:28, 06:54](620 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:34, 06:55](680 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [21:16, 19:02] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:32, 05:19](670 MB) + +PASS -- COMPILE 'hafs_all_intel' [18:21, 16:00] ( 5 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:32, 05:39](738 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:29, 05:42](725 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:16, 16:17](896 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:19, 08:29] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:33, 02:31](769 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:40, 01:32](758 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:31, 02:22](648 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:26, 02:26](646 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:38, 02:26](650 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:42, 02:31](758 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:34, 02:31](769 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:27, 02:22](646 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:16, 05:46](699 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:19, 05:42](684 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:19, 02:30](769 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:25, 03:54](1979 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:22, 03:55](1978 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [08:21, 05:59] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:22, 05:08](753 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:20, 08:39] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:33, 02:31](757 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:18, 02:45] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:38, 01:07](310 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:38, 01:02](452 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:38, 00:43](451 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:20, 14:03] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:34, 04:05](1917 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:20, 12:57] ( 6 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:13, 05:00](1900 MB) + +PASS -- COMPILE 'atml_intel' [17:22, 15:27] ( 14 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [09:52, 06:17](1882 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:03, 03:35](1035 MB) + +PASS -- COMPILE 'atml_debug_intel' [13:20, 11:08] ( 892 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:46, 05:34](1922 MB) + +PASS -- COMPILE 'atmw_intel' [16:16, 14:21] ( 5 warnings 9 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:32, 02:08](1879 MB) + +PASS -- COMPILE 'atmaero_intel' [15:20, 13:03] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:27, 04:13](3125 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:43, 04:18](3003 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:05, 04:23](3018 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [10:13, 08:11] ( 887 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [26:29, 22:10](4548 MB) + +PASS -- COMPILE 'atm_fbh_intel' [13:18, 11:37] ( 8 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [10:36, 08:03](847 MB) SYNOPSIS: -Starting Date/Time: 20250203 17:15:31 -Ending Date/Time: 20250203 19:04:42 -Total Time: 01h:50m:14s +Starting Date/Time: 20250207 06:46:36 +Ending Date/Time: 20250207 08:35:53 +Total Time: 01h:50m:22s Compiles Completed: 43/43 Tests Completed: 187/187 diff --git a/tests/logs/RegressionTests_gaeac5.log b/tests/logs/RegressionTests_gaeac5.log index 722faf5048..03657ecfaf 100644 --- a/tests/logs/RegressionTests_gaeac5.log +++ b/tests/logs/RegressionTests_gaeac5.log @@ -1,14 +1,14 @@ ====START OF GAEAC5 REGRESSION TESTING LOG==== UFSWM hash used in testing: -43af8720758e7f0a8c72ab669c5353cfee69ec17 +3e0cc9d6aa094e9adb0bcbc8920693bf7d6e0b94 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 2eccb9f74ebd8dfc09b53d15f5a96c847b77c443 CDEPS-interface/CDEPS (cdeps0.4.17-310-g2eccb9f) - ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) - 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) + ea4582b193da1c78228f8f3ff73edb820481a853 CICE-interface/CICE (remotes/origin/sync_cice_2025-01) + 43ead56380bf11ecad66f165dcd736ed0c278763 CICE-interface/CICE/icepack (Icepack1.1.0-200-g43ead56) cdbed6c48c2626e67ee5c071947d991e6f0fbc2e CMEPS-interface/CMEPS (cmeps_v0.4.1-2314-gcdbed6c) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) 2c902a670e89416ef49254c827e8ba45a68ce596 FV3 (heads/develop) @@ -27,7 +27,7 @@ Submodule hashes used in testing: 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 1a2d2fcb02da38e975f252ef743af24b68b3cc7f NOAHMP-interface/noahmp (v3.7.1-455-g1a2d2fc) - 5e7dcf04d4180241df1cb2626ca08b1c81db6c51 WW3 (remotes/origin/devufs/addbinaryrestartinit) + 8e676278822292a97b2b69da336444ec7d04c06b WW3 (6.07.1-353-g8e676278) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -38,310 +38,402 @@ 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-20250129 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3111724 +BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20250205 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_315024 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [24:16, 23:02] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:16, 08:59](3184 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [26:17, 24:50] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:25, 15:41](1903 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:45, 15:35](1937 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [14:17, 07:49](1068 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:34, 17:52](1880 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [26:17, 24:31] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [19:38, 16:02](1898 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [17:17, 15:22] ( 1528 warnings 1891 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [32:09, 26:07](1924 MB) - -PASS -- COMPILE 's2swa_intel' [24:16, 22:15] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [17:29, 12:36](3213 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [17:29, 12:03](3215 MB) -PASS -- TEST 'cpld_restart_p8_intel' [12:28, 08:00](3140 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [17:20, 12:53](3233 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [10:56, 07:39](3159 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [17:04, 12:32](3444 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [17:10, 12:31](3208 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [15:30, 09:42](3159 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [17:29, 12:15](3213 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [18:14, 12:32](3493 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [13:57, 09:27](3596 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [20:50, 13:54](4273 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [18:07, 08:48](4363 MB) - -PASS -- COMPILE 's2swal_intel' [24:16, 22:45] ( 6 warnings 12 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [16:40, 11:15](3221 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [11:53, 08:25](3149 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [16:17, 11:52](3197 MB) - -PASS -- COMPILE 's2sw_intel' [21:17, 19:24] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [10:57, 06:32](1920 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:06, 08:28](1981 MB) - -PASS -- COMPILE 's2swa_debug_intel' [17:17, 15:10] ( 1418 warnings 1152 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [18:29, 14:19](3271 MB) - -PASS -- COMPILE 's2sw_debug_intel' [15:13, 14:01] ( 1418 warnings 1152 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:51, 06:08](1933 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [19:13, 17:43] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:00, 05:31](1974 MB) - -PASS -- COMPILE 's2s_intel' [20:15, 18:19] ( 6 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [10:54, 07:42](2873 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [06:53, 03:49](2874 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:58, 00:59](2295 MB) - -PASS -- COMPILE 's2swa_faster_intel' [24:16, 23:02] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [14:09, 10:11](3218 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [24:16, 22:44] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:04, 16:24](1916 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:20, 07:15](1100 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:32, 17:28](1891 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [16:15, 14:40] ( 1528 warnings 1891 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [33:51, 29:11](1943 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [17:16, 16:01] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [07:09, 04:55](658 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [09:11, 04:19](1554 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [09:05, 04:09](1563 MB) -PASS -- TEST 'control_latlon_intel' [07:59, 04:26](1559 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:21, 04:34](1556 MB) -PASS -- TEST 'control_c48_intel' [11:35, 07:19](1572 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [10:30, 06:25](696 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [11:26, 07:24](1576 MB) -PASS -- TEST 'control_c192_intel' [11:04, 08:04](1684 MB) -PASS -- TEST 'control_c384_intel' [19:51, 15:34](1963 MB) -PASS -- TEST 'control_c384gdas_intel' [21:43, 16:13](1165 MB) -PASS -- TEST 'control_stochy_intel' [05:10, 02:16](612 MB) -PASS -- TEST 'control_stochy_restart_intel' [06:00, 03:01](412 MB) -PASS -- TEST 'control_lndp_intel' [06:04, 03:14](608 MB) -PASS -- TEST 'control_iovr4_intel' [07:44, 04:24](606 MB) -PASS -- TEST 'control_iovr5_intel' [05:04, 03:04](608 MB) -PASS -- TEST 'control_p8_intel' [08:24, 03:38](1842 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [08:33, 04:10](1843 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:06, 03:47](1841 MB) -PASS -- TEST 'control_restart_p8_intel' [04:45, 01:55](1002 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:21, 03:47](1834 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:44, 01:56](1009 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:16, 03:36](1841 MB) -PASS -- TEST 'control_2threads_p8_intel' [08:04, 04:28](1927 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:36, 05:09](1851 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [08:48, 04:30](1898 MB) -PASS -- TEST 'control_p8_mynn_intel' [07:03, 03:37](1845 MB) -PASS -- TEST 'merra2_thompson_intel' [06:54, 03:44](1843 MB) -PASS -- TEST 'regional_control_intel' [08:30, 05:06](883 MB) -PASS -- TEST 'regional_restart_intel' [05:41, 03:08](862 MB) -PASS -- TEST 'regional_decomp_intel' [07:02, 05:01](886 MB) -PASS -- TEST 'regional_2threads_intel' [06:03, 03:44](1004 MB) -PASS -- TEST 'regional_noquilt_intel' [09:10, 05:02](1207 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:45, 04:49](873 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:00, 04:41](875 MB) -PASS -- TEST 'regional_wofs_intel' [09:18, 06:33](1572 MB) - -PASS -- COMPILE 'rrfs_intel' [18:13, 16:32] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [10:23, 07:00](992 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:27, 04:10](1166 MB) -PASS -- TEST 'rap_decomp_intel' [09:56, 07:13](992 MB) -PASS -- TEST 'rap_2threads_intel' [10:48, 08:06](1064 MB) -PASS -- TEST 'rap_restart_intel' [05:44, 03:26](870 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:00, 06:49](989 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:51, 07:03](986 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:48, 04:54](875 MB) -PASS -- TEST 'hrrr_control_intel' [06:12, 03:49](987 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:07, 03:57](983 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:51, 04:13](1059 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:31, 01:56](823 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:48, 07:11](980 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:26, 08:37](1942 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:27, 08:40](1930 MB) - -PASS -- COMPILE 'csawmg_intel' [19:13, 17:55] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [08:49, 06:48](947 MB) -PASS -- TEST 'control_ras_intel' [05:26, 03:24](642 MB) - -PASS -- COMPILE 'wam_intel' [23:18, 21:27] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [15:12, 12:40](1640 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [17:13, 16:03] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:05, 03:39](1846 MB) -PASS -- TEST 'regional_control_faster_intel' [06:39, 04:52](873 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [18:13, 17:05] ( 887 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:45, 02:48](1578 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:28, 02:43](1583 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:42, 03:13](785 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:44, 02:53](784 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:06, 04:25](1084 MB) -PASS -- TEST 'control_ras_debug_intel' [04:34, 02:53](790 MB) -PASS -- TEST 'control_diag_debug_intel' [05:02, 03:00](1634 MB) -PASS -- TEST 'control_debug_p8_intel' [05:50, 03:10](1869 MB) -PASS -- TEST 'regional_debug_intel' [18:35, 16:36](890 MB) -PASS -- TEST 'rap_control_debug_intel' [07:50, 05:08](1168 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:59, 05:03](1157 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:00, 05:05](1162 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:31, 05:05](1160 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:30, 05:04](1169 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:26, 05:24](1247 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:28, 05:09](1166 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:29, 05:12](1165 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:25, 05:07](1168 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:24, 05:07](1168 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:30, 04:57](1161 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:39, 05:08](1161 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:35, 08:08](1162 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:22, 05:01](1154 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:26, 05:17](1161 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:26, 05:08](1162 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:51, 08:48](1165 MB) - -PASS -- COMPILE 'wam_debug_intel' [20:13, 19:03] ( 842 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:52, 13:25](1668 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [18:12, 16:16] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:03, 03:45](1042 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:43, 06:01](867 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:50, 03:41](866 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:51, 07:06](919 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:48, 03:45](912 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:52, 03:47](863 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:39, 04:10](782 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:46, 01:43](755 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:15, 13:42] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:16, 02:01](1073 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:48, 01:00](1056 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:10, 01:24](951 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:13, 13:53] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:01, 04:19](895 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:15, 10:27] ( 790 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:38, 05:02](1042 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:22, 04:52](1038 MB) -PASS -- TEST 'conus13km_debug_intel' [17:13, 14:14](1127 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:07, 14:04](803 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [13:55, 11:07](1112 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:02, 13:38](1193 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [12:12, 10:09] ( 790 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:25, 05:00](1074 MB) - -PASS -- COMPILE 'hafsw_intel' [19:12, 17:46] ( 6 warnings 10 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:25, 04:59](713 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:28, 04:23](1081 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:23, 07:45](751 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:28, 11:34](783 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:24, 13:22](804 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:02, 05:37](471 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:25, 06:49](503 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:03, 02:52](398 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:34, 07:41](497 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:46, 03:49](511 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:55, 03:37](507 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:04, 04:35](589 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:32, 01:30](429 MB) -PASS -- TEST 'gnv1_nested_intel' [09:03, 05:47](1700 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [13:12, 11:36] ( 1470 warnings 1424 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:09, 12:53](613 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [18:12, 16:28] ( 5 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:30, 07:39](632 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:33, 07:50](815 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [24:18, 22:47] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:30, 05:57](810 MB) - -PASS -- COMPILE 'hafs_all_intel' [17:13, 15:23] ( 5 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:19, 06:17](739 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:20, 06:17](722 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [23:11, 20:11](890 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [13:13, 11:30] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:23, 02:46](764 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:25, 01:35](740 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:23, 02:37](642 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:23, 02:42](641 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:56, 02:32](641 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:50, 02:36](754 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:20, 02:42](763 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:21, 02:29](643 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:49, 06:10](694 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:35, 06:12](676 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:24, 02:39](764 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:35, 04:50](2038 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:23, 04:40](2030 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [08:10, 06:50] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:51, 05:26](749 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [13:15, 11:10] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:27, 02:36](764 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [05:11, 03:55] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:39, 02:53](322 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:35, 01:35](463 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [04:16, 01:11](461 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [05:11, 03:59] ( 12 warnings ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [03:07, 00:42](451 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [03:05, 00:36](253 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:13, 14:01] ( 5 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:44, 05:04](1917 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:12, 12:40] ( 6 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [09:19, 06:15](1905 MB) - -PASS -- COMPILE 'atml_intel' [15:12, 13:50] ( 14 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [12:24, 09:28](1872 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:38, 03:38](1029 MB) - -PASS -- COMPILE 'atml_debug_intel' [12:11, 10:11] ( 892 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:31, 06:27](1902 MB) - -PASS -- COMPILE 'atmw_intel' [14:11, 12:47] ( 5 warnings 9 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:55, 03:00](1885 MB) - -PASS -- COMPILE 'atmaero_intel' [15:15, 13:38] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [10:22, 07:45](3101 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [10:17, 08:06](2983 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [11:05, 08:58](2992 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [10:13, 09:09] ( 887 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [21:45, 18:21](4447 MB) - -PASS -- COMPILE 'atm_fbh_intel' [12:19, 11:06] ( 8 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:49, 09:38](830 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [22:13, 20:09] -PASS -- TEST 'cpld_control_gfsv17_intelllvm' [18:50, 15:12](1899 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [12:11, 10:54] -PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [29:20, 26:06](1926 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intelllvm' [21:15, 20:00] -PASS -- TEST 'cpld_control_sfs_intelllvm' [16:48, 14:31](1899 MB) - -PASS -- COMPILE 's2swa_intelllvm' [20:12, 18:34] -PASS -- TEST 'cpld_control_p8_intelllvm' [15:15, 10:10](3216 MB) +PASS -- COMPILE 's2swa_32bit_intel' [17:12, 15:54] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:07, 07:59](3183 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:12, 18:51] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [17:20, 15:07](1892 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:25, 15:50](1948 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:24, 07:09](1071 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:33, 17:32](1880 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [20:12, 18:58] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [16:43, 15:04](1896 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [11:11, 09:13] ( 1528 warnings 1891 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [28:20, 25:15](1934 MB) + +PASS -- COMPILE 's2swa_intel' [18:14, 16:21] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [14:24, 10:20](3212 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:23, 10:20](3217 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:42, 06:03](3136 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [14:22, 10:23](3234 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:44, 06:00](3159 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [14:17, 11:00](3443 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [14:17, 10:21](3209 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:39, 08:56](3159 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:23, 10:29](3218 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:47, 10:38](3488 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:34, 07:03](3594 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [17:42, 12:08](4281 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:33, 09:00](4368 MB) + +PASS -- COMPILE 's2swal_intel' [17:12, 15:42] ( 6 warnings 12 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8_lnd_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_p8_lnd_intel' [, ]( MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [11:59, 09:38](3190 MB) + +PASS -- COMPILE 's2sw_intel' [16:12, 14:16] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:00, 04:43](1918 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:02, 07:11](1974 MB) + +PASS -- COMPILE 's2swa_debug_intel' [11:11, 09:08] ( 1418 warnings 1152 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [16:17, 14:04](3270 MB) + +PASS -- COMPILE 's2sw_debug_intel' [11:11, 09:30] ( 1418 warnings 1152 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:07, 05:52](1936 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [14:11, 12:38] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:09, 05:03](1965 MB) + +PASS -- COMPILE 's2s_intel' [15:11, 13:50] ( 6 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [07:42, 05:37](2873 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:49, 01:45](2888 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:47, 00:59](2299 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:11, 15:35] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [14:26, 10:27](3214 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [22:12, 20:16] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:06, 14:50](1913 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:34, 07:20](1100 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:05, 17:04](1891 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [11:11, 09:35] ( 1528 warnings 1891 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:57, 28:03](1942 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:11, 11:58] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:32, 03:48](655 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [06:04, 03:14](1545 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:05, 04:04](1562 MB) +PASS -- TEST 'control_latlon_intel' [04:55, 03:06](1558 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:08, 03:09](1558 MB) +PASS -- TEST 'control_c48_intel' [09:17, 06:08](1570 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:42, 05:42](694 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [09:17, 06:52](1574 MB) +PASS -- TEST 'control_c192_intel' [10:06, 07:54](1678 MB) +PASS -- TEST 'control_c384_intel' [17:27, 14:20](1963 MB) +PASS -- TEST 'control_c384gdas_intel' [19:03, 15:18](1173 MB) +PASS -- TEST 'control_stochy_intel' [04:31, 02:12](611 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:23, 01:13](416 MB) +PASS -- TEST 'control_lndp_intel' [04:26, 02:07](610 MB) +PASS -- TEST 'control_iovr4_intel' [04:26, 02:37](608 MB) +PASS -- TEST 'control_iovr5_intel' [04:26, 02:34](609 MB) +PASS -- TEST 'control_p8_intel' [05:12, 03:01](1843 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:24, 03:15](1843 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:00, 03:15](1853 MB) +PASS -- TEST 'control_restart_p8_intel' [04:09, 01:43](984 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:59, 03:09](1843 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:22, 01:56](992 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:57, 03:09](1842 MB) +PASS -- TEST 'control_2threads_p8_intel' [07:05, 03:17](1920 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:53, 05:39](1844 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:09, 04:16](1901 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:48, 03:26](1848 MB) +PASS -- TEST 'merra2_thompson_intel' [06:26, 03:51](1854 MB) +PASS -- TEST 'regional_control_intel' [06:49, 04:48](877 MB) +PASS -- TEST 'regional_restart_intel' [04:48, 02:35](860 MB) +PASS -- TEST 'regional_decomp_intel' [06:49, 04:56](875 MB) +PASS -- TEST 'regional_2threads_intel' [05:45, 03:43](1005 MB) +PASS -- TEST 'regional_noquilt_intel' [06:49, 04:42](1211 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:49, 04:44](872 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:42, 04:55](865 MB) +PASS -- TEST 'regional_wofs_intel' [08:33, 06:37](1570 MB) + +PASS -- COMPILE 'rrfs_intel' [12:11, 11:08] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:51, 07:22](989 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:19, 04:27](1169 MB) +PASS -- TEST 'rap_decomp_intel' [11:30, 07:20](993 MB) +PASS -- TEST 'rap_2threads_intel' [11:40, 08:08](1061 MB) +PASS -- TEST 'rap_restart_intel' [05:43, 03:44](871 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:13, 07:11](988 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:00, 07:35](985 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:59, 04:54](874 MB) +PASS -- TEST 'hrrr_control_intel' [05:59, 03:56](987 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:59, 04:00](984 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:51, 04:20](1061 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:29, 01:54](824 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:25, 07:07](983 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:37, 09:27](1944 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:39, 08:42](1931 MB) + +PASS -- COMPILE 'csawmg_intel' [13:11, 11:29] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [09:12, 06:47](946 MB) +PASS -- TEST 'control_ras_intel' [05:49, 03:35](645 MB) + +PASS -- COMPILE 'wam_intel' [13:15, 11:18] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [14:21, 11:59](1639 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:11, 11:49] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:06, 03:17](1851 MB) +PASS -- TEST 'regional_control_faster_intel' [07:20, 04:56](884 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [15:14, 13:29] ( 887 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:58, 02:48](1579 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:17, 02:42](1590 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:47, 03:19](783 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:59, 03:04](784 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:34, 04:20](1083 MB) +PASS -- TEST 'control_ras_debug_intel' [04:49, 02:51](792 MB) +PASS -- TEST 'control_diag_debug_intel' [04:40, 03:01](1634 MB) +PASS -- TEST 'control_debug_p8_intel' [04:36, 03:04](1878 MB) +PASS -- TEST 'regional_debug_intel' [18:39, 16:12](900 MB) +PASS -- TEST 'rap_control_debug_intel' [06:28, 05:04](1168 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:26, 04:56](1157 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:21, 05:32](1162 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:25, 05:28](1160 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:21, 05:15](1168 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:27, 05:35](1245 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:24, 05:16](1164 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:44, 05:12](1165 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:34, 05:08](1169 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:33, 05:00](1161 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:33, 04:56](1161 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:32, 05:08](1159 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:07, 08:06](1161 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:41, 05:03](1158 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:34, 05:22](1163 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:34, 05:05](1167 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:53, 08:40](1168 MB) + +PASS -- COMPILE 'wam_debug_intel' [10:10, 08:09] ( 842 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [16:09, 13:31](1669 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:15, 11:31] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:04, 03:55](1039 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:48, 05:54](868 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:51, 03:29](866 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:38, 07:02](919 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:36, 03:49](916 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:36, 03:25](868 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:50, 04:08](781 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:28, 01:41](755 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:15, 11:30] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:11, 02:04](1073 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:57, 01:39](1058 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:02, 01:43](949 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:11, 12:44] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:04, 04:17](894 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:15, 08:09] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:23, 04:59](1041 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:23, 04:52](1042 MB) +PASS -- TEST 'conus13km_debug_intel' [16:10, 13:31](1123 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:57, 13:32](802 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [13:58, 11:21](1119 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:51, 13:37](1192 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:15, 08:49] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:24, 04:54](1068 MB) + +PASS -- COMPILE 'hafsw_intel' [16:19, 14:56] ( 6 warnings 10 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:08, 05:02](714 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:31, 04:27](1082 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:29, 07:47](752 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:20, 11:28](779 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:31, 12:57](807 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:10, 05:15](474 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:27, 06:39](500 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:01, 02:45](397 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:16, 07:41](489 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:09, 03:44](512 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:12, 03:28](508 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:06, 04:44](592 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:35, 01:29](426 MB) +PASS -- TEST 'gnv1_nested_intel' [09:40, 05:37](1691 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [11:15, 09:53] ( 1470 warnings 1424 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:56, 13:05](613 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [14:12, 13:03] ( 5 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:08, 07:35](630 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:23, 07:45](811 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [16:12, 15:03] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:56, 06:04](809 MB) + +PASS -- COMPILE 'hafs_all_intel' [16:15, 14:34] ( 5 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:14, 06:18](742 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:10, 06:29](722 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:11, 20:04](891 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [14:11, 12:53] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:24, 02:39](765 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:24, 01:37](741 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:25, 02:32](645 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:29, 02:31](643 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:26, 02:37](645 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:40, 02:41](764 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:35, 02:40](765 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:25, 02:31](642 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:10, 06:24](693 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:10, 06:33](677 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:22, 02:47](764 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:27, 04:51](2033 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:24, 04:43](2034 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [10:13, 08:25] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:22, 05:29](750 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [13:17, 11:56] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:24, 02:41](764 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:16, 02:22] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [05:53, 03:22](313 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:49, 02:17](461 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:33, 00:58](463 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [04:10, 02:20] ( 12 warnings ) +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [04:33, 01:22](449 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:51, 00:16](252 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:11, 13:21] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:30, 04:08](1909 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:12, 12:05] ( 6 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:02, 05:26](1903 MB) + +PASS -- COMPILE 'atml_intel' [16:12, 14:37] ( 14 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [09:00, 06:59](1875 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:18, 03:35](1029 MB) + +PASS -- COMPILE 'atml_debug_intel' [10:11, 08:37] ( 892 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:00, 05:42](1905 MB) + +PASS -- COMPILE 'atmw_intel' [15:11, 14:02] ( 5 warnings 9 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:01, 02:23](1872 MB) + +PASS -- COMPILE 'atmaero_intel' [15:11, 13:13] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [09:45, 06:30](3099 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [10:08, 07:26](2989 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:56, 07:08](2993 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [09:15, 07:35] ( 887 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [21:32, 18:11](4444 MB) + +PASS -- COMPILE 'atm_fbh_intel' [12:11, 10:31] ( 8 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:41, 09:29](831 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [21:11, 19:21] +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_gfsv17_intelllvm' [, ]( MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [12:11, 10:27] +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_debug_gfsv17_intelllvm' [, ]( MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intelllvm' [22:12, 20:43] +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_sfs_intelllvm' [, ]( MB) + +PASS -- COMPILE 's2swa_intelllvm' [18:11, 16:56] +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8_intelllvm' [, ]( MB) SYNOPSIS: -Starting Date/Time: 20250204 11:51:53 -Ending Date/Time: 20250204 13:48:54 -Total Time: 01h:58m:58s +Starting Date/Time: 20250206 04:18:56 +Ending Date/Time: 20250206 06:30:32 +Total Time: 02h:14m:04s Compiles Completed: 48/48 -Tests Completed: 194/194 +Tests Completed: 188/194 +Failed Tests: +* TEST cpld_control_p8_lnd_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/reg-test/wm/2569/ufs-weather-model/tests/logs/log_gaeac5/run_cpld_control_p8_lnd_intel.log +* TEST cpld_restart_p8_lnd_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_control_gfsv17_intelllvm: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/reg-test/wm/2569/ufs-weather-model/tests/logs/log_gaeac5/run_cpld_control_gfsv17_intelllvm.log +* TEST cpld_debug_gfsv17_intelllvm: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/reg-test/wm/2569/ufs-weather-model/tests/logs/log_gaeac5/run_cpld_debug_gfsv17_intelllvm.log +* TEST cpld_control_sfs_intelllvm: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/reg-test/wm/2569/ufs-weather-model/tests/logs/log_gaeac5/run_cpld_control_sfs_intelllvm.log +* TEST cpld_control_p8_intelllvm: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/reg-test/wm/2569/ufs-weather-model/tests/logs/log_gaeac5/run_cpld_control_p8_intelllvm.log + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF GAEAC5 REGRESSION TESTING LOG==== +====START OF GAEAC5 REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +3e0cc9d6aa094e9adb0bcbc8920693bf7d6e0b94 + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + 2eccb9f74ebd8dfc09b53d15f5a96c847b77c443 CDEPS-interface/CDEPS (cdeps0.4.17-310-g2eccb9f) + ea4582b193da1c78228f8f3ff73edb820481a853 CICE-interface/CICE (remotes/origin/sync_cice_2025-01) + 43ead56380bf11ecad66f165dcd736ed0c278763 CICE-interface/CICE/icepack (Icepack1.1.0-200-g43ead56) + cdbed6c48c2626e67ee5c071947d991e6f0fbc2e CMEPS-interface/CMEPS (cmeps_v0.4.1-2314-gcdbed6c) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 2c902a670e89416ef49254c827e8ba45a68ce596 FV3 (heads/develop) + 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) + 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) + db19a6d1d7fa7ed56f62318501c4abb5fb8b1138 FV3/ccpp/physics (EP4-1119-gdb19a6d1) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + ce5f3b146861cf6c95e1c14c640ede1ed97e6eef FV3/upp (upp_v10.2.0-243-gce5f3b14) +-179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd +-529f870d33b65c3b6c1aa3c3236b94efc3bd336d FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) + c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) + 6fff0955a123c1dea8d70f31271e13d320ff8552 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10366-g6fff0955a) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 1a2d2fcb02da38e975f252ef743af24b68b3cc7f NOAHMP-interface/noahmp (v3.7.1-455-g1a2d2fc) + 8e676278822292a97b2b69da336444ec7d04c06b WW3 (6.07.1-353-g8e676278) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20250205 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_2039339 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-b) - NEW BASELINES FROM FILE: test_changes.list.rerun +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2swal_intel' [26:14, 24:45] ( 6 warnings 12 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [15:34, 11:03](3221 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [12:34, 09:50](3148 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [27:16, 26:08] +PASS -- TEST 'cpld_control_gfsv17_intelllvm' [18:18, 15:16](1907 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [14:13, 12:30] +PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [29:29, 26:12](1928 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intelllvm' [28:16, 26:24] +PASS -- TEST 'cpld_control_sfs_intelllvm' [20:00, 16:59](1900 MB) + +PASS -- COMPILE 's2swa_intelllvm' [20:13, 18:27] +PASS -- TEST 'cpld_control_p8_intelllvm' [15:35, 12:39](3216 MB) + +SYNOPSIS: +Starting Date/Time: 20250206 15:50:05 +Ending Date/Time: 20250206 16:46:08 +Total Time: 00h:56m:39s +Compiles Completed: 5/5 +Tests Completed: 6/6 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_gaeac6.log b/tests/logs/RegressionTests_gaeac6.log index 381e0b7277..427b6b4c01 100644 --- a/tests/logs/RegressionTests_gaeac6.log +++ b/tests/logs/RegressionTests_gaeac6.log @@ -1,14 +1,14 @@ ====START OF GAEAC6 REGRESSION TESTING LOG==== UFSWM hash used in testing: -43af8720758e7f0a8c72ab669c5353cfee69ec17 +3e0cc9d6aa094e9adb0bcbc8920693bf7d6e0b94 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 2eccb9f74ebd8dfc09b53d15f5a96c847b77c443 CDEPS-interface/CDEPS (cdeps0.4.17-310-g2eccb9f) - ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) - 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) + ea4582b193da1c78228f8f3ff73edb820481a853 CICE-interface/CICE (remotes/origin/sync_cice_2025-01) + 43ead56380bf11ecad66f165dcd736ed0c278763 CICE-interface/CICE/icepack (Icepack1.1.0-200-g43ead56) cdbed6c48c2626e67ee5c071947d991e6f0fbc2e CMEPS-interface/CMEPS (cmeps_v0.4.1-2314-gcdbed6c) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) 2c902a670e89416ef49254c827e8ba45a68ce596 FV3 (heads/develop) @@ -27,7 +27,7 @@ Submodule hashes used in testing: 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 1a2d2fcb02da38e975f252ef743af24b68b3cc7f NOAHMP-interface/noahmp (v3.7.1-455-g1a2d2fc) - 5e7dcf04d4180241df1cb2626ca08b1c81db6c51 WW3 (remotes/origin/devufs/addbinaryrestartinit) + 8e676278822292a97b2b69da336444ec7d04c06b WW3 (6.07.1-353-g8e676278) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -38,294 +38,366 @@ 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/f6/bil-fire8/world-shared/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20250129 -COMPARISON DIRECTORY: /gpfs/f6/bil-fire8/proj-shared/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1467305 +BASELINE DIRECTORY: /gpfs/f6/bil-fire8/world-shared/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20250205 +COMPARISON DIRECTORY: /gpfs/f6/bil-fire8/proj-shared/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3270683 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: bil-fire8 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [27:15, 26:02] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:32, 04:16](2028 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:11, 16:45] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [12:34, 10:23](1918 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:34, 18:07](1959 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [06:26, 05:04](1069 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [13:26, 12:05](1899 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:11, 16:32] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [12:25, 10:10](1912 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [39:12, 37:45] ( 1528 warnings 1891 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [17:37, 16:08](1946 MB) - -PASS -- COMPILE 's2swa_intel' [17:11, 15:27] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [07:39, 05:23](2068 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [07:46, 05:17](2061 MB) -PASS -- TEST 'cpld_restart_p8_intel' [04:31, 03:00](1624 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [07:34, 05:20](2085 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [04:34, 03:00](1460 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [08:36, 06:08](2233 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [07:33, 05:09](2069 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [06:39, 04:18](2006 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:44, 05:17](2069 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [08:26, 06:00](2420 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [07:05, 04:07](2662 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [10:54, 06:54](3592 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [08:10, 04:25](3418 MB) - -PASS -- COMPILE 's2swal_intel' [17:11, 15:12] ( 6 warnings 12 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [07:43, 05:19](2070 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [04:31, 03:03](1620 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:38, 05:14](1922 MB) - -PASS -- COMPILE 's2sw_intel' [16:11, 14:33] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [04:31, 03:03](1934 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:33, 04:30](1853 MB) - -PASS -- COMPILE 's2swa_debug_intel' [09:56, 03:54] ( 1418 warnings 1152 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:40, 08:40](2092 MB) - -PASS -- COMPILE 's2sw_debug_intel' [32:12, 30:56] ( 1418 warnings 1152 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:32, 03:56](1967 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [15:11, 14:05] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:33, 03:14](1991 MB) - -PASS -- COMPILE 's2s_intel' [08:11, 06:59] ( 6 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [06:23, 04:11](2874 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:23, 01:16](2871 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:23, 00:45](2294 MB) - -PASS -- COMPILE 's2swa_faster_intel' [10:11, 09:00] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [07:43, 05:15](2057 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [13:11, 11:18] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:39, 17:20](1936 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:31, 05:22](1114 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [14:31, 12:09](1916 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 04:02] ( 1528 warnings 1891 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:35, 24:22](1957 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [08:11, 06:46] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:20, 02:33](535 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:28, 01:47](1427 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:32, 01:46](1435 MB) -PASS -- TEST 'control_latlon_intel' [03:26, 01:38](1430 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:31, 01:42](1436 MB) -PASS -- TEST 'control_c48_intel' [06:26, 04:37](1571 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:23, 04:15](693 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [06:28, 04:40](1573 MB) -PASS -- TEST 'control_c192_intel' [06:32, 04:46](1696 MB) -PASS -- TEST 'control_c384_intel' [11:42, 09:42](1964 MB) -PASS -- TEST 'control_c384gdas_intel' [12:05, 09:56](1179 MB) -PASS -- TEST 'control_stochy_intel' [03:19, 01:12](490 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:15, 00:44](290 MB) -PASS -- TEST 'control_lndp_intel' [02:19, 01:08](490 MB) -PASS -- TEST 'control_iovr4_intel' [03:20, 01:43](485 MB) -PASS -- TEST 'control_iovr5_intel' [03:20, 01:44](488 MB) -PASS -- TEST 'control_p8_intel' [03:34, 01:54](1728 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:40, 02:08](1723 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:27, 01:54](1720 MB) -PASS -- TEST 'control_restart_p8_intel' [02:22, 01:06](874 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:26, 01:53](1719 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:23, 01:05](886 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:21, 01:55](1717 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:20, 02:10](1795 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:22, 03:16](1725 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:26, 02:36](1778 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:27, 02:02](1727 MB) -PASS -- TEST 'merra2_thompson_intel' [04:25, 02:14](1726 MB) -PASS -- TEST 'regional_control_intel' [05:20, 03:17](877 MB) -PASS -- TEST 'regional_restart_intel' [03:20, 01:51](862 MB) -PASS -- TEST 'regional_decomp_intel' [05:19, 03:33](880 MB) -PASS -- TEST 'regional_2threads_intel' [04:20, 02:38](1017 MB) -PASS -- TEST 'regional_noquilt_intel' [05:23, 03:15](1210 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:25, 03:21](883 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:19, 03:21](877 MB) -PASS -- TEST 'regional_wofs_intel' [06:20, 04:24](1574 MB) - -PASS -- COMPILE 'rrfs_intel' [08:10, 06:09] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [06:23, 04:51](866 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:33, 02:50](1161 MB) -PASS -- TEST 'rap_decomp_intel' [06:20, 05:01](864 MB) -PASS -- TEST 'rap_2threads_intel' [07:19, 05:47](940 MB) -PASS -- TEST 'rap_restart_intel' [10:31, 02:31](741 MB) -PASS -- TEST 'rap_sfcdiff_intel' [06:23, 04:47](867 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [06:19, 05:01](872 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [10:23, 08:53](742 MB) -PASS -- TEST 'hrrr_control_intel' [04:25, 02:33](862 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:23, 02:38](861 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:20, 02:57](938 MB) -PASS -- TEST 'hrrr_control_restart_intel' [10:37, 01:24](693 MB) -PASS -- TEST 'rrfs_v1beta_intel' [06:24, 04:41](860 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [14:12, 06:13](1822 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:49, 06:00](1814 MB) - -PASS -- COMPILE 'csawmg_intel' [07:11, 05:51] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [13:45, 04:12](825 MB) -PASS -- TEST 'control_ras_intel' [04:16, 02:11](523 MB) - -PASS -- COMPILE 'wam_intel' [07:10, 06:07] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [14:24, 11:00](1520 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [08:11, 06:09] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:26, 01:54](1720 MB) -PASS -- TEST 'regional_control_faster_intel' [12:39, 03:10](876 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:11, 05:45] ( 887 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:21, 01:35](1455 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:24, 01:34](1459 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:15, 02:03](660 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:15, 01:55](663 MB) -PASS -- TEST 'control_csawmg_debug_intel' [10:51, 02:51](964 MB) -PASS -- TEST 'control_ras_debug_intel' [03:15, 01:53](670 MB) -PASS -- TEST 'control_diag_debug_intel' [10:41, 01:50](1514 MB) -PASS -- TEST 'control_debug_p8_intel' [10:36, 01:50](1750 MB) -PASS -- TEST 'regional_debug_intel' [13:19, 11:19](892 MB) -PASS -- TEST 'rap_control_debug_intel' [11:16, 07:10](1042 MB) -PASS -- TEST 'hrrr_control_debug_intel' [11:16, 09:21](1040 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [10:17, 07:02](1037 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [11:17, 09:11](1037 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [10:16, 06:59](1043 MB) -PASS -- TEST 'rap_diag_debug_intel' [10:19, 09:03](1123 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [10:16, 06:46](1039 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [10:16, 08:39](1042 MB) -PASS -- TEST 'rap_lndp_debug_intel' [10:17, 08:35](1040 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [10:16, 08:34](1043 MB) -PASS -- TEST 'rap_noah_debug_intel' [10:16, 08:33](1036 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [10:16, 08:19](1040 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:16, 10:27](1037 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [12:16, 10:25](1037 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:17, 03:21](1041 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:16, 03:19](1040 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:24, 05:42](1044 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:11, 03:06] ( 842 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [10:24, 08:34](1542 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:11, 06:01] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:34, 02:42](1035 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:23, 04:03](741 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:24, 02:13](743 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:19, 04:56](793 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:20, 02:35](793 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:20, 02:19](746 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:20, 03:02](650 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:17, 01:14](629 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [07:11, 05:55] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:28, 01:22](952 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:21, 00:44](1085 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:19, 00:52](824 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:11, 05:46] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:23, 02:47](771 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 03:04] ( 790 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:15, 03:14](921 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:16, 03:10](918 MB) -PASS -- TEST 'conus13km_debug_intel' [10:28, 08:56](1004 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [10:28, 08:59](677 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:24, 07:59](1136 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [10:24, 09:02](1069 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 02:59] ( 790 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:16, 03:15](942 MB) - -PASS -- COMPILE 'hafsw_intel' [16:13, 07:39] ( 6 warnings 10 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [05:45, 03:33](713 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:17, 02:54](1065 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [06:49, 04:45](790 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [09:44, 08:05](811 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [10:51, 08:35](837 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:36, 03:32](467 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [06:50, 04:24](485 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:29, 01:48](398 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [07:12, 04:42](458 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:32, 02:33](499 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:36, 02:22](505 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:33, 02:59](588 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:20, 01:01](429 MB) -PASS -- TEST 'gnv1_nested_intel' [04:53, 02:59](1705 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:11, 03:30] ( 1470 warnings 1424 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [10:31, 08:22](602 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [16:11, 14:27] ( 5 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [06:35, 05:05](639 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [06:36, 05:06](797 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [16:11, 15:04] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [05:56, 03:49](794 MB) - -PASS -- COMPILE 'hafs_all_intel' [16:11, 14:10] ( 5 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [06:44, 04:21](769 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:45, 04:21](752 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [12:35, 10:53](890 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [13:13, 04:50] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:15, 01:44](764 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:14, 01:03](751 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:14, 01:37](649 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:15, 01:38](642 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:14, 01:38](644 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:14, 01:42](763 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:15, 01:44](763 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:15, 01:37](642 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:30, 04:17](704 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:27, 04:09](703 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:13, 01:44](763 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:14, 02:45](2030 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:15, 02:46](2030 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [20:11, 18:57] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:15, 03:45](748 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [14:11, 10:15] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:14, 01:42](752 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [09:23, 00:41] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:22, 00:59](319 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:19, 00:49](462 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:18, 00:34](461 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:11, 14:05] ( 5 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:33, 02:25](1793 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:10, 06:02] ( 6 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:33, 03:12](1777 MB) - -PASS -- COMPILE 'atml_intel' [08:10, 06:42] ( 14 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [05:35, 03:39](1888 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:18, 01:54](1043 MB) - -PASS -- COMPILE 'atml_debug_intel' [36:11, 35:06] ( 892 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:27, 03:39](1920 MB) - -PASS -- COMPILE 'atmw_intel' [09:11, 07:15] ( 5 warnings 9 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:26, 01:17](1764 MB) - -PASS -- COMPILE 'atmaero_intel' [07:10, 05:57] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:28, 02:45](1947 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:27, 03:14](1599 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:23, 03:18](1610 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:10, 03:01] ( 887 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [20:37, 13:24](4457 MB) - -PASS -- COMPILE 'atm_fbh_intel' [07:11, 05:31] ( 8 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [07:19, 06:02](825 MB) +PASS -- COMPILE 's2swa_32bit_intel' [35:13, 33:50] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:32, 04:15](2029 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [58:14, 56:30] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [12:32, 10:22](1922 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [13:33, 11:07](1949 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [06:24, 05:06](1083 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [13:23, 12:07](1900 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [13:10, 11:51] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [12:24, 10:12](1911 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:10, 03:50] ( 1528 warnings 1891 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [18:36, 16:09](1953 MB) + +PASS -- COMPILE 's2swa_intel' [10:10, 08:16] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [07:40, 05:19](2064 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [07:41, 05:17](2068 MB) +PASS -- TEST 'cpld_restart_p8_intel' [04:26, 02:59](1621 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [07:36, 05:20](2084 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [04:29, 03:02](1470 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [07:33, 06:05](2230 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [07:34, 05:09](2062 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [06:40, 04:15](2017 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:36, 05:18](2069 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [07:53, 05:56](2417 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [05:45, 03:54](2670 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [09:30, 06:41](3593 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [07:34, 04:14](3421 MB) + +PASS -- COMPILE 's2swal_intel' [10:10, 08:26] ( 6 warnings 12 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8_lnd_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_p8_lnd_intel' [, ]( MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:34, 05:12](1922 MB) + +PASS -- COMPILE 's2sw_intel' [09:10, 08:00] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [04:23, 03:02](1940 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:25, 04:31](1852 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:10, 03:49] ( 1418 warnings 1152 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:30, 08:42](2091 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:10, 03:44] ( 1418 warnings 1152 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:32, 03:52](1960 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [58:12, 56:48] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:33, 03:13](1985 MB) + +PASS -- COMPILE 's2s_intel' [09:10, 07:15] ( 6 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [06:19, 04:13](2864 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:21, 01:16](2882 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:21, 00:44](2297 MB) + +PASS -- COMPILE 's2swa_faster_intel' [21:13, 19:57] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [07:37, 05:13](2065 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [13:10, 11:37] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [12:34, 10:26](1934 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:27, 05:11](1102 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [14:27, 12:07](1916 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 03:42] ( 1528 warnings 1891 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [19:24, 17:45](1955 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [08:10, 06:33] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:15, 02:31](534 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:22, 01:39](1432 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:27, 01:43](1438 MB) +PASS -- TEST 'control_latlon_intel' [03:20, 01:38](1438 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:26, 01:40](1431 MB) +PASS -- TEST 'control_c48_intel' [06:23, 04:35](1570 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:19, 04:15](693 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [06:22, 04:35](1574 MB) +PASS -- TEST 'control_c192_intel' [06:21, 04:46](1690 MB) +PASS -- TEST 'control_c384_intel' [11:35, 09:39](1959 MB) +PASS -- TEST 'control_c384gdas_intel' [11:56, 10:01](1176 MB) +PASS -- TEST 'control_stochy_intel' [03:16, 01:11](486 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:14, 00:43](290 MB) +PASS -- TEST 'control_lndp_intel' [02:15, 01:06](487 MB) +PASS -- TEST 'control_iovr4_intel' [03:17, 01:42](486 MB) +PASS -- TEST 'control_iovr5_intel' [03:16, 01:42](485 MB) +PASS -- TEST 'control_p8_intel' [03:24, 01:52](1727 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:28, 02:02](1717 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:25, 01:54](1727 MB) +PASS -- TEST 'control_restart_p8_intel' [03:20, 01:08](859 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:20, 01:52](1712 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:21, 01:07](885 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:19, 01:57](1712 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:24, 02:08](1799 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:23, 03:14](1725 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:26, 02:36](1774 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:28, 02:04](1733 MB) +PASS -- TEST 'merra2_thompson_intel' [04:26, 02:15](1726 MB) +PASS -- TEST 'regional_control_intel' [05:19, 03:21](877 MB) +PASS -- TEST 'regional_restart_intel' [03:19, 01:52](845 MB) +PASS -- TEST 'regional_decomp_intel' [05:18, 03:31](879 MB) +PASS -- TEST 'regional_2threads_intel' [04:18, 02:37](1016 MB) +PASS -- TEST 'regional_noquilt_intel' [05:19, 03:15](1208 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:20, 03:19](874 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:16, 03:20](878 MB) +PASS -- TEST 'regional_wofs_intel' [06:18, 04:25](1574 MB) + +PASS -- COMPILE 'rrfs_intel' [07:10, 06:05] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [06:26, 04:48](865 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:34, 02:50](1155 MB) +PASS -- TEST 'rap_decomp_intel' [06:26, 05:00](870 MB) +PASS -- TEST 'rap_2threads_intel' [07:21, 05:46](941 MB) +PASS -- TEST 'rap_restart_intel' [04:19, 02:33](740 MB) +PASS -- TEST 'rap_sfcdiff_intel' [06:26, 04:50](865 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [06:26, 04:58](868 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [05:18, 03:32](743 MB) +PASS -- TEST 'hrrr_control_intel' [04:25, 02:34](860 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:25, 02:39](860 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:25, 02:57](935 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:15, 01:24](693 MB) +PASS -- TEST 'rrfs_v1beta_intel' [06:25, 04:46](867 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:18, 06:10](1820 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:19, 05:59](1817 MB) + +PASS -- COMPILE 'csawmg_intel' [07:10, 05:43] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [06:18, 04:12](823 MB) +PASS -- TEST 'control_ras_intel' [04:15, 02:12](521 MB) + +PASS -- COMPILE 'wam_intel' [07:10, 05:58] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [09:23, 07:29](1515 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [07:10, 05:56] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:25, 01:54](1726 MB) +PASS -- TEST 'regional_control_faster_intel' [05:18, 03:08](876 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:10, 05:47] ( 887 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:20, 01:36](1460 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:23, 01:33](1465 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:14, 02:06](659 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:14, 01:53](658 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:18, 02:52](964 MB) +PASS -- TEST 'control_ras_debug_intel' [03:15, 01:54](667 MB) +PASS -- TEST 'control_diag_debug_intel' [03:20, 01:51](1516 MB) +PASS -- TEST 'control_debug_p8_intel' [03:20, 01:48](1753 MB) +PASS -- TEST 'regional_debug_intel' [13:20, 11:11](890 MB) +PASS -- TEST 'rap_control_debug_intel' [05:15, 03:20](1039 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:15, 03:16](1036 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:15, 03:22](1037 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:16, 03:21](1042 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:16, 03:19](1043 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:18, 03:32](1125 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:15, 03:29](1042 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:15, 03:27](1042 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:15, 03:22](1039 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:15, 03:23](1042 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:15, 03:18](1041 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:15, 03:19](1038 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:15, 05:22](1039 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:15, 03:18](1034 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:15, 03:20](1043 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:15, 03:18](1044 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:23, 05:46](1042 MB) + +PASS -- COMPILE 'wam_debug_intel' [23:10, 21:40] ( 842 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [10:21, 08:42](1545 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:10, 05:38] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:32, 02:42](1037 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:21, 04:05](747 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:22, 02:11](742 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:18, 04:55](790 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:17, 02:35](790 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:17, 02:21](744 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:20, 03:01](651 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:15, 01:13](623 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [07:10, 05:50] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:26, 01:22](954 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:20, 00:44](1086 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:20, 00:51](825 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:10, 05:59] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:23, 02:46](771 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:10, 03:09] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:16, 03:17](919 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:14, 03:12](915 MB) +PASS -- TEST 'conus13km_debug_intel' [10:23, 08:55](1002 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [10:20, 08:58](671 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:21, 07:57](1135 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [10:21, 08:52](1074 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:58] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:15, 03:18](944 MB) + +PASS -- COMPILE 'hafsw_intel' [09:10, 07:26] ( 6 warnings 10 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:44, 03:35](713 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:16, 02:53](1067 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [06:49, 04:45](791 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [09:44, 08:02](813 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [10:49, 08:37](835 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:35, 03:30](478 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [06:50, 04:23](482 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:28, 01:44](397 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [07:11, 04:35](456 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:26, 02:31](504 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:31, 02:21](502 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:31, 02:56](589 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:20, 00:59](426 MB) +PASS -- TEST 'gnv1_nested_intel' [04:52, 02:55](1707 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:10, 03:14] ( 1470 warnings 1424 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [10:34, 08:18](608 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [09:10, 07:41] ( 5 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [06:34, 05:00](635 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [07:35, 05:09](802 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [09:10, 07:37] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [05:53, 03:51](796 MB) + +PASS -- COMPILE 'hafs_all_intel' [09:10, 07:41] ( 5 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:43, 04:20](769 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:43, 04:23](753 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [12:35, 10:55](889 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [06:10, 05:05] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:13, 01:44](763 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:14, 01:02](751 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:14, 01:37](642 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:14, 01:38](642 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:13, 01:39](644 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:14, 01:42](752 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:13, 01:42](764 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:13, 01:36](641 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:28, 04:10](705 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:25, 04:05](703 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:13, 01:43](764 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:14, 02:43](2031 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:14, 02:46](2031 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 02:18] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:14, 03:44](748 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:10, 05:05] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:14, 01:42](764 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:38] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:22, 00:59](323 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:19, 00:49](461 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:18, 00:35](461 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:10, 06:29] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:27, 02:26](1791 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:10, 06:03] ( 6 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:29, 03:13](1787 MB) + +PASS -- COMPILE 'atml_intel' [08:10, 06:55] ( 14 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [05:29, 03:33](1887 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:19, 01:54](1042 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:10, 03:45] ( 892 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:28, 03:39](1927 MB) + +PASS -- COMPILE 'atmw_intel' [08:10, 07:01] ( 5 warnings 9 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:24, 01:16](1753 MB) + +PASS -- COMPILE 'atmaero_intel' [07:10, 06:04] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:28, 02:45](1956 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:28, 03:14](1611 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:24, 03:17](1619 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:10, 02:59] ( 887 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [15:44, 13:33](4458 MB) + +PASS -- COMPILE 'atm_fbh_intel' [07:10, 05:34] ( 8 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [07:19, 06:02](830 MB) SYNOPSIS: -Starting Date/Time: 20250204 11:40:10 -Ending Date/Time: 20250204 13:15:42 -Total Time: 01h:35m:56s +Starting Date/Time: 20250206 04:05:11 +Ending Date/Time: 20250206 06:31:15 +Total Time: 02h:26m:26s Compiles Completed: 43/43 -Tests Completed: 188/188 +Tests Completed: 186/188 +Failed Tests: +* TEST cpld_control_p8_lnd_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/scratch/Fernando.Andrade-maldonado/regression-testing/wm/2569/ufs-weather-model/tests/logs/log_gaeac6/run_cpld_control_p8_lnd_intel.log +* TEST cpld_restart_p8_lnd_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF GAEAC6 REGRESSION TESTING LOG==== +====START OF GAEAC6 REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +3e0cc9d6aa094e9adb0bcbc8920693bf7d6e0b94 + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + 2eccb9f74ebd8dfc09b53d15f5a96c847b77c443 CDEPS-interface/CDEPS (cdeps0.4.17-310-g2eccb9f) + ea4582b193da1c78228f8f3ff73edb820481a853 CICE-interface/CICE (remotes/origin/sync_cice_2025-01) + 43ead56380bf11ecad66f165dcd736ed0c278763 CICE-interface/CICE/icepack (Icepack1.1.0-200-g43ead56) + cdbed6c48c2626e67ee5c071947d991e6f0fbc2e CMEPS-interface/CMEPS (cmeps_v0.4.1-2314-gcdbed6c) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 2c902a670e89416ef49254c827e8ba45a68ce596 FV3 (heads/develop) + 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) + 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) + db19a6d1d7fa7ed56f62318501c4abb5fb8b1138 FV3/ccpp/physics (EP4-1119-gdb19a6d1) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + ce5f3b146861cf6c95e1c14c640ede1ed97e6eef FV3/upp (upp_v10.2.0-243-gce5f3b14) +-179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd +-529f870d33b65c3b6c1aa3c3236b94efc3bd336d FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) + c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) + 6fff0955a123c1dea8d70f31271e13d320ff8552 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10366-g6fff0955a) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 1a2d2fcb02da38e975f252ef743af24b68b3cc7f NOAHMP-interface/noahmp (v3.7.1-455-g1a2d2fc) + 8e676278822292a97b2b69da336444ec7d04c06b WW3 (6.07.1-353-g8e676278) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /gpfs/f6/bil-fire8/world-shared/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20250205 +COMPARISON DIRECTORY: /gpfs/f6/bil-fire8/proj-shared/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3897975 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: bil-fire8 +* (-b) - NEW BASELINES FROM FILE: test_changes.list.rerun +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2swal_intel' [14:11, 12:54] ( 6 warnings 12 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [07:42, 05:58](2069 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [05:52, 03:11](1621 MB) + +SYNOPSIS: +Starting Date/Time: 20250206 15:52:11 +Ending Date/Time: 20250206 16:21:20 +Total Time: 00h:29m:21s +Compiles Completed: 1/1 +Tests Completed: 2/2 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index 6c6bdeedfe..0e72f2d1a6 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -6,7 +6,7 @@ UFSWM hash used in testing: Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 2eccb9f74ebd8dfc09b53d15f5a96c847b77c443 CDEPS-interface/CDEPS (cdeps0.4.17-310-g2eccb9f) - ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) + ea4582b193da1c78228f8f3ff73edb820481a853 CICE-interface/CICE (remotes/origin/sync_cice_2025-01) cdbed6c48c2626e67ee5c071947d991e6f0fbc2e CMEPS-interface/CMEPS (cmeps_v0.4.1-2314-gcdbed6c) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) 246cb69b38c45878d15df78d25fe1e51bc2dfec3 FV3 (heads/feature/rad-fix) diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index ee41418900..7bd2a570da 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,14 +1,14 @@ ====START OF hercules REGRESSION TESTING LOG==== UFSWM hash used in testing: -c553242dcb9e80cf0668d6fa0b4a8732e68fcd5f +3e0cc9d6aa094e9adb0bcbc8920693bf7d6e0b94 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 2eccb9f74ebd8dfc09b53d15f5a96c847b77c443 CDEPS-interface/CDEPS (cdeps0.4.17-310-g2eccb9f) - ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) - 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) + ea4582b193da1c78228f8f3ff73edb820481a853 CICE-interface/CICE (remotes/origin/sync_cice_2025-01) + 43ead56380bf11ecad66f165dcd736ed0c278763 CICE-interface/CICE/icepack (Icepack1.1.0-200-g43ead56) cdbed6c48c2626e67ee5c071947d991e6f0fbc2e CMEPS-interface/CMEPS (cmeps_v0.4.1-2314-gcdbed6c) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) 2c902a670e89416ef49254c827e8ba45a68ce596 FV3 (heads/develop) @@ -27,7 +27,7 @@ Submodule hashes used in testing: 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 1a2d2fcb02da38e975f252ef743af24b68b3cc7f NOAHMP-interface/noahmp (v3.7.1-455-g1a2d2fc) - 5e7dcf04d4180241df1cb2626ca08b1c81db6c51 WW3 (remotes/origin/devufs/addbinaryrestartinit) + 8e676278822292a97b2b69da336444ec7d04c06b WW3 (6.07.1-353-g8e676278) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -37,460 +37,395 @@ 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-20250129 -COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/jongkim/FV3_RT/rt_865701 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20250205 +COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/jongkim/FV3_RT/rt_505730 -UFS_TEST.SH OPTIONS USED: +RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-r) - USE ROCOTO - -FAIL -- COMPILE s2swa_32bit_intel -PASS -- TEST cpld_control_p8_mixedmode_intel [09:12, 08:27] (2128964 MB) - -FAIL -- COMPILE s2swa_32bit_pdlib_intel -PASS -- TEST cpld_control_gfsv17_intel [18:36, 17:47] (2022608 MB) -PASS -- TEST cpld_control_gfsv17_iau_intel [19:52, 19:02] (2315692 MB) -PASS -- TEST cpld_restart_gfsv17_intel [08:04, 07:02] (1319724 MB) -PASS -- TEST cpld_mpi_gfsv17_intel [19:34, 18:43] (1916680 MB) - -FAIL -- COMPILE s2swa_32bit_pdlib_sfs_intel -PASS -- TEST cpld_control_sfs_intel [17:11, 16:47] (1980624 MB) - -FAIL -- COMPILE s2swa_32bit_pdlib_debug_intel -PASS -- TEST cpld_debug_gfsv17_intel [23:51, 22:57] (1983912 MB) - -FAIL -- COMPILE s2swa_intel -PASS -- TEST cpld_control_p8_intel [10:00, 09:10] (2203836 MB) -PASS -- TEST cpld_control_p8.v2.sfc_intel [09:33, 08:52] (2199428 MB) -PASS -- TEST cpld_restart_p8_intel [05:48, 04:58] (1971820 MB) -PASS -- TEST cpld_control_qr_p8_intel [09:46, 09:02] (2220388 MB) -PASS -- TEST cpld_restart_qr_p8_intel [05:39, 04:48] (1734540 MB) -PASS -- TEST cpld_2threads_p8_intel [12:06, 11:26] (2431068 MB) -PASS -- TEST cpld_decomp_p8_intel [09:10, 08:32] (2178420 MB) -PASS -- TEST cpld_mpi_p8_intel [07:51, 07:18] (2096296 MB) -PASS -- TEST cpld_control_ciceC_p8_intel [09:41, 08:53] (2202088 MB) -PASS -- TEST cpld_control_c192_p8_intel [17:05, 15:49] (2985648 MB) -PASS -- TEST cpld_restart_c192_p8_intel [08:11, 06:30] (2909076 MB) -PASS -- TEST cpld_bmark_p8_intel [16:14, 11:38] (3869292 MB) -PASS -- TEST cpld_restart_bmark_p8_intel [11:40, 06:32] (3679784 MB) - -FAIL -- COMPILE s2swal_intel -PASS -- TEST cpld_control_p8_lnd_intel [09:25, 08:44] (2166092 MB) -PASS -- TEST cpld_restart_p8_lnd_intel [05:03, 04:30] (1933824 MB) -PASS -- TEST cpld_s2sa_p8_intel [07:53, 07:22] (2177020 MB) - -FAIL -- COMPILE s2sw_intel -PASS -- TEST cpld_control_noaero_p8_intel [08:31, 07:57] (2038204 MB) -PASS -- TEST cpld_control_nowave_noaero_p8_intel [06:47, 06:08] (2109616 MB) - -FAIL -- COMPILE s2swa_debug_intel -PASS -- TEST cpld_debug_p8_intel [12:32, 11:50] (2230160 MB) - -FAIL -- COMPILE s2sw_debug_intel -PASS -- TEST cpld_debug_noaero_p8_intel [05:46, 05:13] (2041072 MB) - -FAIL -- COMPILE s2s_aoflux_intel -PASS -- TEST cpld_control_noaero_p8_agrid_intel [04:45, 04:04] (2066608 MB) - -PASS -- COMPILE s2s_intel [10:09, 10:09](1 warnings,3 remarks) -PASS -- TEST cpld_control_c48_intel [06:27, 06:00] (3029052 MB) -PASS -- TEST cpld_warmstart_c48_intel [02:36, 02:14] (3019132 MB) -PASS -- TEST cpld_restart_c48_intel [01:32, 01:16] (2475892 MB) - -PASS -- COMPILE s2swa_faster_intel [12:04, 12:04](1 warnings,11 remarks) -PASS -- TEST cpld_control_p8_faster_intel [09:01, 08:16] (2202040 MB) - -PASS -- COMPILE s2sw_pdlib_intel [15:15, 15:15](1 warnings,11 remarks) -PASS -- TEST cpld_control_pdlib_p8_intel [15:49, 15:08] (2073864 MB) -PASS -- TEST cpld_restart_pdlib_p8_intel [07:51, 07:17] (1412172 MB) -PASS -- TEST cpld_mpi_pdlib_p8_intel [16:36, 16:00] (1987512 MB) - -PASS -- COMPILE s2sw_pdlib_debug_intel [05:23, 05:23](1523 warnings,1943 remarks) -PASS -- TEST cpld_debug_pdlib_p8_intel [25:04, 24:21] (2037264 MB) - -PASS -- COMPILE atm_dyn32_intel [09:33, 09:33](1 warnings,1 remarks) -PASS -- TEST control_flake_intel [03:08, 02:56] (710408 MB) -PASS -- TEST control_CubedSphereGrid_intel [02:32, 02:12] (1609340 MB) -PASS -- TEST control_CubedSphereGrid_parallel_intel [02:35, 02:12] (1616620 MB) -PASS -- TEST control_latlon_intel [02:26, 02:08] (1601624 MB) -PASS -- TEST control_wrtGauss_netcdf_parallel_intel [02:36, 02:11] (1593028 MB) -PASS -- TEST control_c48_intel [06:49, 06:26] (1706204 MB) -PASS -- TEST control_c48.v2.sfc_intel [06:09, 05:56] (833316 MB) -PASS -- TEST control_c48_lnd_iau_intel [06:41, 06:24] (1706000 MB) -PASS -- TEST control_c192_intel [06:53, 06:23] (1767940 MB) -PASS -- TEST control_c384_intel [11:15, 10:12] (2024100 MB) -PASS -- TEST control_c384gdas_intel [08:48, 07:25] (1509720 MB) -PASS -- TEST control_stochy_intel [01:38, 01:29] (667016 MB) -PASS -- TEST control_stochy_restart_intel [01:16, 00:58] (534268 MB) -PASS -- TEST control_lndp_intel [01:34, 01:25] (663468 MB) -PASS -- TEST control_iovr4_intel [02:18, 02:11] (653728 MB) -PASS -- TEST control_iovr5_intel [02:15, 02:06] (667716 MB) -PASS -- TEST control_p8_intel [03:11, 02:31] (1888380 MB) -PASS -- TEST control_p8.v2.sfc_intel [03:23, 02:44] (1889536 MB) -PASS -- TEST control_p8_ugwpv1_intel [03:10, 02:29] (1896376 MB) -PASS -- TEST control_restart_p8_intel [02:00, 01:28] (1155104 MB) -PASS -- TEST control_noqr_p8_intel [03:05, 02:31] (1889540 MB) -PASS -- TEST control_restart_noqr_p8_intel [02:08, 01:33] (1208208 MB) -PASS -- TEST control_decomp_p8_intel [03:15, 02:38] (1871664 MB) -PASS -- TEST control_2threads_p8_intel [04:10, 03:33] (1959176 MB) -PASS -- TEST control_p8_lndp_intel [04:41, 04:18] (1892848 MB) -PASS -- TEST control_p8_rrtmgp_intel [04:21, 03:40] (1959596 MB) -PASS -- TEST control_p8_mynn_intel [03:24, 02:45] (1918052 MB) -PASS -- TEST merra2_thompson_intel [03:39, 02:54] (1904148 MB) -PASS -- TEST regional_control_intel [06:38, 06:19] (1212100 MB) -PASS -- TEST regional_restart_intel [02:52, 02:34] (1179208 MB) -PASS -- TEST regional_decomp_intel [05:19, 04:59] (1210816 MB) -PASS -- TEST regional_2threads_intel [04:45, 04:26] (1111268 MB) -PASS -- TEST regional_noquilt_intel [04:43, 04:29] (1551088 MB) -PASS -- TEST regional_netcdf_parallel_intel [05:01, 04:40] (1223392 MB) -PASS -- TEST regional_2dwrtdecomp_intel [05:05, 04:48] (1205784 MB) -PASS -- TEST regional_wofs_intel [08:12, 07:58] (2071564 MB) - -PASS -- COMPILE rrfs_intel [08:01, 08:01](3 warnings,9 remarks) -PASS -- TEST rap_control_intel [07:17, 06:44] (1192676 MB) -PASS -- TEST regional_spp_sppt_shum_skeb_intel [04:03, 03:29] (1373904 MB) -PASS -- TEST rap_decomp_intel [07:47, 07:09] (1155716 MB) -PASS -- TEST rap_2threads_intel [10:02, 09:28] (1214236 MB) -PASS -- TEST rap_restart_intel [04:12, 03:34] (1131868 MB) -PASS -- TEST rap_sfcdiff_intel [07:25, 06:47] (1205728 MB) -PASS -- TEST rap_sfcdiff_decomp_intel [07:36, 07:02] (1134624 MB) -PASS -- TEST rap_sfcdiff_restart_intel [05:47, 05:04] (1188544 MB) -PASS -- TEST hrrr_control_intel [04:57, 04:19] (1065908 MB) -PASS -- TEST hrrr_control_decomp_intel [04:09, 03:32] (1044696 MB) -PASS -- TEST hrrr_control_2threads_intel [05:13, 04:38] (1136932 MB) -PASS -- TEST hrrr_control_restart_intel [02:15, 01:58] (1024332 MB) -PASS -- TEST rrfs_v1beta_intel [07:45, 07:01] (1219492 MB) -PASS -- TEST rrfs_v1nssl_intel [09:01, 08:49] (1999032 MB) -PASS -- TEST rrfs_v1nssl_nohailnoccn_intel [08:37, 08:27] (2168136 MB) - -PASS -- COMPILE csawmg_intel [08:10, 08:10] -PASS -- TEST control_csawmg_intel [05:49, 05:33] (1054800 MB) -PASS -- TEST control_ras_intel [03:09, 03:01] (834228 MB) - -PASS -- COMPILE wam_intel [08:56, 08:56],1 remarks) -PASS -- TEST control_wam_intel [10:25, 10:05] (1661644 MB) - -PASS -- COMPILE atm_faster_dyn32_intel [09:04, 09:04],1 remarks) -PASS -- TEST control_p8_faster_intel [02:58, 02:23] (1907564 MB) -PASS -- TEST regional_control_faster_intel [04:42, 04:22] (1223720 MB) - -PASS -- COMPILE atm_debug_dyn32_intel [06:34, 06:34](882 warnings,9 remarks) -PASS -- TEST control_CubedSphereGrid_debug_intel [02:22, 02:01] (1632448 MB) -PASS -- TEST control_wrtGauss_netcdf_parallel_debug_intel [02:20, 01:56] (1628840 MB) -PASS -- TEST control_stochy_debug_intel [02:41, 02:34] (844700 MB) -PASS -- TEST control_lndp_debug_intel [02:34, 02:22] (847000 MB) -PASS -- TEST control_csawmg_debug_intel [04:29, 04:16] (1146176 MB) -PASS -- TEST control_ras_debug_intel [02:28, 02:21] (844836 MB) -PASS -- TEST control_diag_debug_intel [02:38, 02:20] (1707576 MB) -PASS -- TEST control_debug_p8_intel [03:36, 03:16] (1920480 MB) -PASS -- TEST regional_debug_intel [15:38, 15:23] (1154512 MB) -PASS -- TEST rap_control_debug_intel [04:22, 04:11] (1225592 MB) -PASS -- TEST hrrr_control_debug_intel [04:23, 04:09] (1218756 MB) -PASS -- TEST hrrr_gf_debug_intel [04:19, 04:10] (1226804 MB) -PASS -- TEST hrrr_c3_debug_intel [04:17, 04:06] (1230180 MB) -PASS -- TEST rap_unified_drag_suite_debug_intel [04:12, 04:06] (1231192 MB) -PASS -- TEST rap_diag_debug_intel [04:37, 04:19] (1313200 MB) -PASS -- TEST rap_cires_ugwp_debug_intel [04:29, 04:18] (1220576 MB) -PASS -- TEST rap_unified_ugwp_debug_intel [04:20, 04:13] (1219168 MB) -PASS -- TEST rap_lndp_debug_intel [04:21, 04:10] (1230968 MB) -PASS -- TEST rap_progcld_thompson_debug_intel [04:18, 04:10] (1233004 MB) -PASS -- TEST rap_noah_debug_intel [04:12, 04:04] (1225592 MB) -PASS -- TEST rap_sfcdiff_debug_intel [04:13, 04:03] (1226784 MB) -PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_intel [06:49, 06:41] (1232656 MB) -PASS -- TEST rrfs_v1beta_debug_intel [04:11, 04:03] (1219104 MB) -PASS -- TEST rap_clm_lake_debug_intel [04:26, 04:16] (1229180 MB) -PASS -- TEST rap_flake_debug_intel [04:20, 04:12] (1215100 MB) -PASS -- TEST gnv1_c96_no_nest_debug_intel [07:59, 07:19] (1227612 MB) - -PASS -- COMPILE atm_debug_dyn32_gnu [04:01, 04:00] -PASS -- TEST control_csawmg_debug_gnu [03:00, 02:43] (1044396 MB) - -PASS -- COMPILE wam_debug_intel [04:04, 04:03](837 warnings,1 remarks) - -PASS -- COMPILE rrfs_dyn32_phy32_intel [08:02, 08:02](3 warnings,8 remarks) -PASS -- TEST regional_spp_sppt_shum_skeb_dyn32_phy32_intel [03:50, 03:16] (1250828 MB) -PASS -- TEST rap_control_dyn32_phy32_intel [06:08, 05:34] (1156456 MB) -PASS -- TEST hrrr_control_dyn32_phy32_intel [03:43, 02:59] (1027920 MB) -PASS -- TEST rap_2threads_dyn32_phy32_intel [08:32, 07:58] (1134320 MB) -PASS -- TEST hrrr_control_2threads_dyn32_phy32_intel [04:49, 04:07] (1061580 MB) -PASS -- TEST hrrr_control_decomp_dyn32_phy32_intel [03:51, 03:09] (975568 MB) -PASS -- TEST rap_restart_dyn32_phy32_intel [04:53, 04:18] (1096512 MB) -PASS -- TEST hrrr_control_restart_dyn32_phy32_intel [01:46, 01:39] (960128 MB) - -PASS -- COMPILE rrfs_dyn32_phy32_faster_intel [08:23, 08:23](3 warnings,8 remarks) -PASS -- TEST conus13km_control_intel [02:05, 01:41] (1297388 MB) -PASS -- TEST conus13km_2threads_intel [01:20, 00:59] (1180688 MB) -PASS -- TEST conus13km_restart_mismatch_intel [01:23, 01:04] (1142224 MB) - -PASS -- COMPILE rrfs_dyn64_phy32_intel [08:17, 08:16](3 warnings,8 remarks) -PASS -- TEST rap_control_dyn64_phy32_intel [04:07, 03:49] (1089468 MB) - -PASS -- COMPILE rrfs_dyn32_phy32_debug_intel [03:27, 03:27](785 warnings,8 remarks) -PASS -- TEST rap_control_debug_dyn32_phy32_intel [04:12, 04:06] (1096220 MB) -PASS -- TEST hrrr_control_debug_dyn32_phy32_intel [04:07, 04:01] (1096272 MB) -PASS -- TEST conus13km_debug_intel [12:02, 11:41] (1359508 MB) -PASS -- TEST conus13km_debug_qr_intel [12:08, 11:43] (995628 MB) -PASS -- TEST conus13km_debug_2threads_intel [13:19, 13:04] (1229236 MB) -PASS -- TEST conus13km_radar_tten_debug_intel [11:57, 11:39] (1423816 MB) - -PASS -- COMPILE rrfs_dyn64_phy32_debug_intel [03:39, 03:39](785 warnings,8 remarks) -PASS -- TEST rap_control_dyn64_phy32_debug_intel [04:29, 04:19] (1165492 MB) - -PASS -- COMPILE hafsw_intel [14:54, 14:54](1 warnings,10 remarks) -PASS -- TEST hafs_regional_atm_intel [06:15, 05:26] (857516 MB) -PASS -- TEST hafs_regional_atm_thompson_gfdlsf_intel [05:14, 05:00] (1266424 MB) -PASS -- TEST hafs_regional_atm_ocn_intel [09:19, 08:16] (909428 MB) -PASS -- TEST hafs_regional_atm_wav_intel [15:58, 15:07] (979216 MB) -PASS -- TEST hafs_regional_atm_ocn_wav_intel [18:47, 17:41] (970344 MB) -PASS -- TEST hafs_regional_1nest_atm_intel [06:06, 05:31] (604844 MB) -PASS -- TEST hafs_regional_telescopic_2nests_atm_intel [08:04, 07:06] (610732 MB) -PASS -- TEST hafs_global_1nest_atm_intel [03:02, 02:36] (431136 MB) -PASS -- TEST hafs_global_multiple_4nests_atm_intel [09:06, 07:30] (511720 MB) -PASS -- TEST hafs_regional_specified_moving_1nest_atm_intel [04:21, 03:54] (605392 MB) -PASS -- TEST hafs_regional_storm_following_1nest_atm_intel [04:02, 03:38] (607488 MB) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_intel [05:43, 05:04] (663660 MB) -PASS -- TEST hafs_global_storm_following_1nest_atm_intel [01:26, 01:14] (448488 MB) - -PASS -- COMPILE hafsw_debug_intel [09:26, 09:26](1465 warnings,1445 remarks) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_debug_intel [12:13, 11:35] (627468 MB) - -PASS -- COMPILE hafsw_faster_intel [09:43, 09:43],9 remarks) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_intel [19:29, 18:40] (731160 MB) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel [19:25, 18:36] (833868 MB) - -PASS -- COMPILE hafs_mom6w_intel [10:29, 10:29],8 remarks) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel [13:23, 12:11] (793524 MB) - -PASS -- COMPILE hafs_all_intel [10:27, 10:27],9 remarks) -PASS -- TEST hafs_regional_docn_intel [06:21, 05:33] (919332 MB) -PASS -- TEST hafs_regional_docn_oisst_intel [06:31, 05:39] (917688 MB) -PASS -- TEST hafs_regional_datm_cdeps_intel [17:00, 16:28] (1345728 MB) - -PASS -- COMPILE datm_cdeps_intel [05:42, 05:42],2 remarks) -PASS -- TEST datm_cdeps_control_cfsr_intel [02:17, 02:12] (1163504 MB) -PASS -- TEST datm_cdeps_restart_cfsr_intel [01:23, 01:18] (1115552 MB) -PASS -- TEST datm_cdeps_control_gefs_intel [02:13, 02:08] (1022216 MB) -PASS -- TEST datm_cdeps_iau_gefs_intel [02:15, 02:10] (1015188 MB) -PASS -- TEST datm_cdeps_stochy_gefs_intel [02:45, 02:39] (1022776 MB) -PASS -- TEST datm_cdeps_ciceC_cfsr_intel [02:21, 02:17] (1144988 MB) -PASS -- TEST datm_cdeps_bulk_cfsr_intel [02:19, 02:15] (1135548 MB) -PASS -- TEST datm_cdeps_bulk_gefs_intel [02:13, 02:08] (1021932 MB) -PASS -- TEST datm_cdeps_mx025_cfsr_intel [05:26, 04:54] (1147908 MB) -PASS -- TEST datm_cdeps_mx025_gefs_intel [05:24, 04:53] (1151520 MB) -PASS -- TEST datm_cdeps_multiple_files_cfsr_intel [02:14, 02:12] (1166760 MB) -PASS -- TEST datm_cdeps_3072x1536_cfsr_intel [03:09, 03:05] (2414860 MB) -PASS -- TEST datm_cdeps_gfs_intel [03:11, 03:06] (2455900 MB) - -PASS -- COMPILE datm_cdeps_debug_intel [05:54, 05:54](2 warnings,2 remarks) -PASS -- TEST datm_cdeps_debug_cfsr_intel [08:39, 08:34] (1068640 MB) - -PASS -- COMPILE datm_cdeps_faster_intel [05:56, 05:56],2 remarks) -PASS -- TEST datm_cdeps_control_cfsr_faster_intel [02:16, 02:12] (1157692 MB) - -PASS -- COMPILE datm_cdeps_land_intel [01:00, 01:00],1 remarks) -PASS -- TEST datm_cdeps_lnd_gswp3_intel [01:11, 00:54] (333540 MB) -PASS -- TEST datm_cdeps_lnd_era5_intel [01:07, 00:53] (560652 MB) -PASS -- TEST datm_cdeps_lnd_era5_rst_intel [00:45, 00:32] (577000 MB) - -PASS -- COMPILE atm_ds2s_docn_pcice_intel [08:55, 08:55],3 remarks) -PASS -- TEST atm_ds2s_docn_pcice_intel [04:02, 03:24] (2022244 MB) - -PASS -- COMPILE atm_ds2s_docn_dice_intel [09:29, 09:29](1 warnings,1 remarks) -PASS -- TEST atm_ds2s_docn_dice_intel [04:50, 04:19] (2029540 MB) - -PASS -- COMPILE atml_intel [09:43, 09:43](9 warnings,2 remarks) -PASS -- TEST control_p8_atmlnd_intel [05:18, 04:44] (1885972 MB) -PASS -- TEST control_restart_p8_atmlnd_intel [03:05, 02:40] (1135892 MB) - -PASS -- COMPILE atml_debug_intel [09:31, 09:31](887 warnings,2 remarks) -PASS -- TEST control_p8_atmlnd_debug_intel [04:57, 04:25] (1909972 MB) - -PASS -- COMPILE atmw_intel [13:20, 13:20],9 remarks) -PASS -- TEST atmwav_control_noaero_p8_intel [02:25, 01:48] (1938996 MB) - -PASS -- COMPILE atmaero_intel [08:41, 08:41],1 remarks) -PASS -- TEST atmaero_control_p8_intel [04:28, 03:51] (1999456 MB) -PASS -- TEST atmaero_control_p8_rad_intel [05:06, 04:30] (1780752 MB) -PASS -- TEST atmaero_control_p8_rad_micro_intel [04:57, 04:28] (1800464 MB) - -PASS -- COMPILE atmaq_debug_intel [03:36, 03:36](882 warnings,6 remarks) -PASS -- TEST regional_atmaq_debug_intel [17:52, 16:49] (4532216 MB) - -PASS -- COMPILE atm_fbh_intel [07:50, 07:50](3 warnings,8 remarks) -PASS -- TEST cpld_regional_atm_fbh_intel [10:18, 10:07] (1114336 MB) - -PASS -- COMPILE datm_cdeps_intelllvm [10:43, 10:43] -PASS -- TEST datm_cdeps_control_cfsr_intelllvm [02:20, 02:16] (1164060 MB) - -PASS -- COMPILE datm_cdeps_debug_intelllvm [01:46, 01:46](2 warnings -PASS -- TEST datm_cdeps_debug_cfsr_intelllvm [06:25, 06:21] (1072072 MB) - -PASS -- COMPILE atm_gnu [04:13, 04:13] -PASS -- TEST control_c48_gnu [08:09, 07:46] (1522556 MB) -PASS -- TEST control_stochy_gnu [02:27, 02:20] (717120 MB) -PASS -- TEST control_ras_gnu [04:03, 03:56] (731964 MB) -PASS -- TEST control_p8_gnu [04:06, 03:32] (1702220 MB) -PASS -- TEST control_p8_ugwpv1_gnu [03:54, 03:28] (1721300 MB) -PASS -- TEST control_flake_gnu [04:54, 04:46] (807684 MB) - -PASS -- COMPILE rrfs_gnu [04:12, 04:12] -PASS -- TEST rap_control_gnu [08:44, 08:10] (1071348 MB) -PASS -- TEST rap_decomp_gnu [08:38, 08:04] (1072840 MB) -PASS -- TEST rap_2threads_gnu [11:47, 11:05] (973616 MB) -PASS -- TEST rap_restart_gnu [04:57, 04:14] (895496 MB) -PASS -- TEST rap_sfcdiff_gnu [09:09, 08:29] (1073304 MB) -PASS -- TEST rap_sfcdiff_decomp_gnu [08:48, 08:11] (1077548 MB) -PASS -- TEST rap_sfcdiff_restart_gnu [06:46, 06:01] (877924 MB) -PASS -- TEST hrrr_control_gnu [04:58, 04:17] (1059440 MB) -PASS -- TEST hrrr_control_noqr_gnu [04:51, 04:17] (1127584 MB) -PASS -- TEST hrrr_control_2threads_gnu [07:22, 06:48] (1036072 MB) -PASS -- TEST hrrr_control_decomp_gnu [04:45, 04:10] (1060376 MB) -PASS -- TEST hrrr_control_restart_gnu [02:29, 02:12] (885168 MB) -PASS -- TEST hrrr_control_restart_noqr_gnu [02:34, 02:14] (924896 MB) -PASS -- TEST rrfs_v1beta_gnu [09:07, 08:24] (1070156 MB) - -PASS -- COMPILE csawmg_gnu [13:44, 13:44] -PASS -- TEST control_csawmg_gnu [07:37, 07:21] (1052284 MB) - -PASS -- COMPILE atm_dyn32_debug_gnu [20:28, 20:28] -PASS -- TEST control_diag_debug_gnu [01:43, 01:18] (1618632 MB) -PASS -- TEST regional_debug_gnu [07:31, 07:11] (1122132 MB) -PASS -- TEST rap_control_debug_gnu [02:10, 02:03] (1092196 MB) -PASS -- TEST hrrr_control_debug_gnu [02:08, 01:59] (1081752 MB) -PASS -- TEST hrrr_gf_debug_gnu [02:06, 02:00] (1088016 MB) -PASS -- TEST hrrr_c3_debug_gnu [02:13, 02:03] (1087720 MB) -PASS -- TEST rap_diag_debug_gnu [02:29, 02:14] (1263144 MB) -PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_gnu [03:22, 03:16] (1088824 MB) -PASS -- TEST rap_progcld_thompson_debug_gnu [02:31, 02:21] (1093076 MB) -PASS -- TEST rrfs_v1beta_debug_gnu [02:13, 02:05] (1085644 MB) -PASS -- TEST control_ras_debug_gnu [01:23, 01:14] (728512 MB) -PASS -- TEST control_stochy_debug_gnu [01:32, 01:23] (718864 MB) -PASS -- TEST control_debug_p8_gnu [01:48, 01:22] (1701216 MB) -PASS -- TEST rap_flake_debug_gnu [02:19, 02:09] (1091708 MB) -PASS -- TEST rap_clm_lake_debug_gnu [02:19, 02:11] (1090856 MB) -PASS -- TEST gnv1_c96_no_nest_debug_gnu [04:07, 03:30] (1094680 MB) - -PASS -- COMPILE wam_debug_gnu [03:07, 03:07] -PASS -- TEST control_wam_debug_gnu [06:15, 05:52] (1560096 MB) - -PASS -- COMPILE rrfs_dyn32_phy32_gnu [04:32, 04:32] -PASS -- TEST rap_control_dyn32_phy32_gnu [08:03, 07:30] (953344 MB) -PASS -- TEST hrrr_control_dyn32_phy32_gnu [04:45, 04:03] (944600 MB) -PASS -- TEST hrrr_control_2threads_dyn32_phy32_gnu [04:22, 03:35] (875700 MB) -PASS -- TEST hrrr_control_decomp_dyn32_phy32_gnu [04:39, 03:53] (942624 MB) -PASS -- TEST rap_restart_dyn32_phy32_gnu [06:29, 05:45] (853736 MB) -PASS -- TEST hrrr_control_restart_dyn32_phy32_gnu [02:29, 02:10] (854672 MB) -PASS -- TEST conus13km_control_gnu [02:54, 02:32] (1256072 MB) -PASS -- TEST conus13km_2threads_gnu [07:38, 07:18] (1108868 MB) -PASS -- TEST conus13km_restart_mismatch_gnu [01:47, 01:28] (926700 MB) - -PASS -- COMPILE atm_dyn64_phy32_gnu [09:18, 09:18] -PASS -- TEST rap_control_dyn64_phy32_gnu [04:56, 04:38] (980316 MB) - -PASS -- COMPILE atm_dyn32_phy32_debug_gnu [06:35, 06:35] -PASS -- TEST rap_control_debug_dyn32_phy32_gnu [02:05, 01:58] (968020 MB) -PASS -- TEST hrrr_control_debug_dyn32_phy32_gnu [02:07, 02:01] (957396 MB) -PASS -- TEST conus13km_debug_gnu [05:42, 05:18] (1272260 MB) -PASS -- TEST conus13km_debug_qr_gnu [05:55, 05:33] (943032 MB) -PASS -- TEST conus13km_debug_2threads_gnu [15:05, 14:45] (1120044 MB) -PASS -- TEST conus13km_radar_tten_debug_gnu [05:35, 05:20] (1338520 MB) - -PASS -- COMPILE atm_dyn64_phy32_debug_gnu [06:18, 06:17] -PASS -- TEST rap_control_dyn64_phy32_debug_gnu [02:11, 02:01] (991984 MB) - -PASS -- COMPILE s2swa_gnu [16:55, 16:55] -PASS -- COMPILE s2s_gnu [26:50, 26:50] -PASS -- TEST cpld_control_nowave_noaero_p8_gnu [09:22, 08:42] (2706508 MB) - -PASS -- COMPILE s2swa_debug_gnu [04:29, 04:28] -PASS -- COMPILE s2sw_pdlib_gnu [15:44, 15:44] -PASS -- TEST cpld_control_pdlib_p8_gnu [26:35, 25:56] (3039696 MB) - -PASS -- COMPILE s2sw_pdlib_debug_gnu [04:22, 04:22] -PASS -- TEST cpld_debug_pdlib_p8_gnu [13:45, 13:04] (2896320 MB) - -PASS -- COMPILE datm_cdeps_gnu [15:37, 15:37] -PASS -- TEST datm_cdeps_control_cfsr_gnu [03:30, 03:22] (771768 MB) +* (-e) - USE ECFLOW + +PASS -- COMPILE s2swa_32bit_intel [13:11, 11:45](1 warnings,11 remarks) +PASS -- TEST cpld_control_p8_mixedmode_intel [14:30, 09:25] (2132256 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_intel [20:11, 18:21](1 warnings,11 remarks) +PASS -- TEST cpld_control_gfsv17_intel [23:20, 18:50] (2014144 MB) +PASS -- TEST cpld_control_gfsv17_iau_intel [22:00, 18:36] (2315836 MB) +PASS -- TEST cpld_restart_gfsv17_intel [09:50, 06:55] (1328680 MB) +PASS -- TEST cpld_mpi_gfsv17_intel [21:34, 18:27] (1923716 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_sfs_intel [20:11, 18:45](1 warnings,11 remarks) +PASS -- TEST cpld_control_sfs_intel [21:55, 18:35] (1983860 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_debug_intel [09:11, 07:17](1523 warnings,1943 remarks) +PASS -- TEST cpld_debug_gfsv17_intel [26:23, 23:28] (1972192 MB) + +PASS -- COMPILE s2swa_intel [15:11, 13:12](1 warnings,11 remarks) +PASS -- TEST cpld_control_p8_intel [12:39, 09:06] (2203244 MB) +PASS -- TEST cpld_control_p8.v2.sfc_intel [11:35, 08:55] (2199040 MB) +PASS -- TEST cpld_restart_p8_intel [12:41, 06:13] (1967092 MB) +PASS -- TEST cpld_control_qr_p8_intel [12:29, 09:04] (2225512 MB) +PASS -- TEST cpld_restart_qr_p8_intel [12:52, 05:55] (1733736 MB) +PASS -- TEST cpld_2threads_p8_intel [12:28, 09:02] (2429844 MB) +PASS -- TEST cpld_decomp_p8_intel [11:31, 09:00] (2190532 MB) +PASS -- TEST cpld_mpi_p8_intel [10:18, 07:36] (2094156 MB) +PASS -- TEST cpld_control_ciceC_p8_intel [11:34, 08:48] (2215812 MB) +PASS -- TEST cpld_control_c192_p8_intel [19:18, 16:01] (2990964 MB) +PASS -- TEST cpld_restart_c192_p8_intel [11:01, 07:04] (2903972 MB) +PASS -- TEST cpld_bmark_p8_intel [23:02, 13:39] (3867224 MB) +PASS -- TEST cpld_restart_bmark_p8_intel [18:34, 07:55] (3692964 MB) + +PASS -- COMPILE s2swal_intel [13:11, 11:55](1 warnings,12 remarks) +PASS -- TEST cpld_control_p8_lnd_intel [11:26, 09:03] (2163308 MB) +PASS -- TEST cpld_restart_p8_lnd_intel [07:42, 04:40] (1927108 MB) +PASS -- TEST cpld_s2sa_p8_intel [12:13, 08:16] (2174508 MB) + +PASS -- COMPILE s2sw_intel [13:11, 11:58](1 warnings,11 remarks) +PASS -- TEST cpld_control_noaero_p8_intel [14:12, 09:07] (2016400 MB) +PASS -- TEST cpld_control_nowave_noaero_p8_intel [12:16, 07:19] (2111172 MB) + +PASS -- COMPILE s2swa_debug_intel [08:11, 06:33](1413 warnings,1173 remarks) +PASS -- TEST cpld_debug_p8_intel [15:24, 12:11] (2237996 MB) + +PASS -- COMPILE s2sw_debug_intel [08:11, 06:24](1413 warnings,1173 remarks) +PASS -- TEST cpld_debug_noaero_p8_intel [08:17, 05:53] (2049864 MB) + +PASS -- COMPILE s2s_aoflux_intel [13:11, 11:48],3 remarks) +PASS -- TEST cpld_control_noaero_p8_agrid_intel [10:17, 05:30] (2063484 MB) + +PASS -- COMPILE s2s_intel [12:11, 10:42](1 warnings,3 remarks) +PASS -- TEST cpld_control_c48_intel [10:56, 07:11] (3032056 MB) +PASS -- TEST cpld_warmstart_c48_intel [06:53, 03:30] (3018420 MB) +PASS -- TEST cpld_restart_c48_intel [09:06, 02:29] (2479680 MB) + +PASS -- COMPILE s2swa_faster_intel [14:11, 12:17](1 warnings,11 remarks) +PASS -- TEST cpld_control_p8_faster_intel [11:22, 08:16] (2223576 MB) + +PASS -- COMPILE s2sw_pdlib_intel [17:11, 15:57](1 warnings,11 remarks) +PASS -- TEST cpld_control_pdlib_p8_intel [22:26, 15:34] (2064796 MB) +PASS -- TEST cpld_restart_pdlib_p8_intel [09:25, 07:03] (1399932 MB) +PASS -- TEST cpld_mpi_pdlib_p8_intel [18:18, 16:02] (1987840 MB) + +PASS -- COMPILE s2sw_pdlib_debug_intel [08:11, 05:10](1523 warnings,1943 remarks) +PASS -- TEST cpld_debug_pdlib_p8_intel [29:10, 26:06] (2053696 MB) + +PASS -- COMPILE atm_dyn32_intel [12:11, 09:46](1 warnings,1 remarks) +PASS -- TEST control_flake_intel [08:25, 03:06] (710624 MB) +PASS -- TEST control_CubedSphereGrid_intel [09:41, 02:11] (1603236 MB) +PASS -- TEST control_CubedSphereGrid_parallel_intel [09:47, 02:19] (1617092 MB) +PASS -- TEST control_latlon_intel [09:42, 02:16] (1608672 MB) +PASS -- TEST control_wrtGauss_netcdf_parallel_intel [09:46, 02:13] (1604452 MB) +PASS -- TEST control_c48_intel [13:48, 06:24] (1702352 MB) +PASS -- TEST control_c48.v2.sfc_intel [13:30, 05:53] (830584 MB) +PASS -- TEST control_c48_lnd_iau_intel [13:46, 06:23] (1710800 MB) +PASS -- TEST control_c192_intel [13:57, 06:41] (1773812 MB) +PASS -- TEST control_c384_intel [14:59, 07:39] (2026184 MB) +PASS -- TEST control_c384gdas_intel [13:21, 07:46] (1500996 MB) +PASS -- TEST control_stochy_intel [07:24, 01:32] (667940 MB) +PASS -- TEST control_stochy_restart_intel [03:36, 00:56] (534352 MB) +PASS -- TEST control_lndp_intel [07:23, 01:25] (661220 MB) +PASS -- TEST control_iovr4_intel [08:27, 02:15] (667212 MB) +PASS -- TEST control_iovr5_intel [08:25, 02:17] (652336 MB) +PASS -- TEST control_p8_intel [10:15, 03:34] (1911288 MB) +PASS -- TEST control_p8.v2.sfc_intel [07:08, 03:48] (1890692 MB) +PASS -- TEST control_p8_ugwpv1_intel [04:59, 02:33] (1885700 MB) +PASS -- TEST control_restart_p8_intel [04:00, 01:34] (1161204 MB) +PASS -- TEST control_noqr_p8_intel [04:57, 02:42] (1887668 MB) +PASS -- TEST control_restart_noqr_p8_intel [04:07, 01:34] (1209288 MB) +PASS -- TEST control_decomp_p8_intel [04:53, 02:40] (1897824 MB) +PASS -- TEST control_2threads_p8_intel [07:01, 03:43] (1954376 MB) +PASS -- TEST control_p8_lndp_intel [06:43, 04:28] (1907168 MB) +PASS -- TEST control_p8_rrtmgp_intel [06:05, 03:51] (1965124 MB) +PASS -- TEST control_p8_mynn_intel [05:03, 03:03] (1900788 MB) +PASS -- TEST merra2_thompson_intel [06:07, 03:12] (1896724 MB) +PASS -- TEST regional_control_intel [06:35, 05:08] (1223900 MB) +PASS -- TEST regional_restart_intel [04:36, 02:40] (1183152 MB) +PASS -- TEST regional_decomp_intel [06:34, 05:04] (1215172 MB) +PASS -- TEST regional_2threads_intel [05:34, 03:50] (1100692 MB) +PASS -- TEST regional_noquilt_intel [06:36, 04:38] (1543004 MB) +PASS -- TEST regional_netcdf_parallel_intel [06:44, 05:01] (1225500 MB) +PASS -- TEST regional_2dwrtdecomp_intel [06:35, 04:47] (1222312 MB) +PASS -- TEST regional_wofs_intel [07:37, 06:04] (2063432 MB) + +PASS -- COMPILE rrfs_intel [12:11, 09:12](3 warnings,9 remarks) +PASS -- TEST rap_control_intel [08:59, 06:54] (1216468 MB) +PASS -- TEST regional_spp_sppt_shum_skeb_intel [07:06, 03:59] (1364360 MB) +PASS -- TEST rap_decomp_intel [09:40, 07:17] (1145880 MB) +PASS -- TEST rap_2threads_intel [10:42, 08:25] (1226112 MB) +PASS -- TEST rap_restart_intel [06:09, 03:38] (1126336 MB) +PASS -- TEST rap_sfcdiff_intel [09:57, 06:59] (1209344 MB) +PASS -- TEST rap_sfcdiff_decomp_intel [09:46, 07:20] (1157072 MB) +PASS -- TEST rap_sfcdiff_restart_intel [08:12, 05:15] (1209568 MB) +PASS -- TEST hrrr_control_intel [05:57, 03:28] (1068884 MB) +PASS -- TEST hrrr_control_decomp_intel [05:41, 03:39] (1040316 MB) +PASS -- TEST hrrr_control_2threads_intel [06:45, 04:12] (1139120 MB) +PASS -- TEST hrrr_control_restart_intel [04:28, 02:06] (1022368 MB) +PASS -- TEST rrfs_v1beta_intel [09:10, 07:03] (1200364 MB) +PASS -- TEST rrfs_v1nssl_intel [10:28, 08:44] (1989944 MB) +PASS -- TEST rrfs_v1nssl_nohailnoccn_intel [10:28, 08:31] (2190872 MB) + +PASS -- COMPILE csawmg_intel [12:11, 08:59] +PASS -- TEST control_csawmg_intel [08:40, 06:54] (1064284 MB) +PASS -- TEST control_ras_intel [04:23, 02:58] (829576 MB) + +PASS -- COMPILE wam_intel [10:11, 08:02],1 remarks) +PASS -- TEST control_wam_intel [11:51, 10:09] (1659012 MB) + +PASS -- COMPILE atm_faster_dyn32_intel [11:10, 09:55],1 remarks) +PASS -- TEST control_p8_faster_intel [05:08, 02:59] (1892880 MB) +PASS -- TEST regional_control_faster_intel [06:40, 04:18] (1223220 MB) + +PASS -- COMPILE atm_debug_dyn32_intel [09:10, 08:08](882 warnings,9 remarks) +PASS -- TEST control_CubedSphereGrid_debug_intel [03:39, 02:06] (1636872 MB) +PASS -- TEST control_wrtGauss_netcdf_parallel_debug_intel [03:41, 02:03] (1639748 MB) +PASS -- TEST control_stochy_debug_intel [04:22, 02:36] (847400 MB) +PASS -- TEST control_lndp_debug_intel [04:21, 02:23] (839300 MB) +PASS -- TEST control_csawmg_debug_intel [06:41, 04:29] (1152824 MB) +PASS -- TEST control_ras_debug_intel [04:23, 02:32] (844248 MB) +PASS -- TEST control_diag_debug_intel [04:45, 02:32] (1698808 MB) +PASS -- TEST control_debug_p8_intel [05:46, 03:12] (1921484 MB) +PASS -- TEST regional_debug_intel [17:42, 15:26] (1152064 MB) +PASS -- TEST rap_control_debug_intel [06:22, 04:13] (1237848 MB) +PASS -- TEST hrrr_control_debug_intel [05:26, 04:06] (1212108 MB) +PASS -- TEST hrrr_gf_debug_intel [05:23, 04:08] (1224912 MB) +PASS -- TEST hrrr_c3_debug_intel [06:25, 04:14] (1235940 MB) +PASS -- TEST rap_unified_drag_suite_debug_intel [06:23, 04:15] (1230128 MB) +PASS -- TEST rap_diag_debug_intel [06:32, 04:36] (1307400 MB) +PASS -- TEST rap_cires_ugwp_debug_intel [06:25, 04:20] (1213852 MB) +PASS -- TEST rap_unified_ugwp_debug_intel [06:22, 04:30] (1239328 MB) +PASS -- TEST rap_lndp_debug_intel [06:25, 04:09] (1216416 MB) +PASS -- TEST rap_progcld_thompson_debug_intel [06:22, 04:11] (1221944 MB) +PASS -- TEST rap_noah_debug_intel [05:25, 04:07] (1217772 MB) +PASS -- TEST rap_sfcdiff_debug_intel [06:23, 04:11] (1218260 MB) +PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_intel [08:22, 06:45] (1219048 MB) +PASS -- TEST rrfs_v1beta_debug_intel [06:22, 04:10] (1216412 MB) +PASS -- TEST rap_clm_lake_debug_intel [06:25, 04:21] (1224468 MB) +PASS -- TEST rap_flake_debug_intel [05:24, 04:09] (1223924 MB) +PASS -- TEST gnv1_c96_no_nest_debug_intel [10:05, 07:23] (1231412 MB) + +PASS -- COMPILE atm_debug_dyn32_gnu [07:10, 05:21] +PASS -- TEST control_csawmg_debug_gnu [04:41, 02:57] (1043648 MB) + +PASS -- COMPILE wam_debug_intel [07:10, 04:53](837 warnings,1 remarks) + +PASS -- COMPILE rrfs_dyn32_phy32_intel [10:11, 08:16](3 warnings,8 remarks) +PASS -- TEST regional_spp_sppt_shum_skeb_dyn32_phy32_intel [05:54, 03:35] (1254840 MB) +PASS -- TEST rap_control_dyn32_phy32_intel [07:54, 05:40] (1163816 MB) +PASS -- TEST hrrr_control_dyn32_phy32_intel [05:09, 03:01] (1020244 MB) +PASS -- TEST rap_2threads_dyn32_phy32_intel [08:52, 07:04] (1139260 MB) +PASS -- TEST hrrr_control_2threads_dyn32_phy32_intel [06:12, 03:48] (1071756 MB) +PASS -- TEST hrrr_control_decomp_dyn32_phy32_intel [05:58, 03:10] (987448 MB) +PASS -- TEST rap_restart_dyn32_phy32_intel [06:59, 04:16] (1120248 MB) +PASS -- TEST hrrr_control_restart_dyn32_phy32_intel [03:32, 01:41] (947344 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_faster_intel [10:11, 08:33](3 warnings,8 remarks) +PASS -- TEST conus13km_control_intel [03:51, 01:45] (1288256 MB) +PASS -- TEST conus13km_2threads_intel [02:47, 00:54] (1183196 MB) +PASS -- TEST conus13km_restart_mismatch_intel [02:46, 01:02] (1142012 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_intel [10:11, 08:32](3 warnings,8 remarks) +PASS -- TEST rap_control_dyn64_phy32_intel [05:41, 03:50] (1079700 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_debug_intel [05:11, 03:59](785 warnings,8 remarks) +PASS -- TEST rap_control_debug_dyn32_phy32_intel [06:25, 04:11] (1106348 MB) +PASS -- TEST hrrr_control_debug_dyn32_phy32_intel [06:23, 04:12] (1092900 MB) +PASS -- TEST conus13km_debug_intel [13:50, 11:58] (1352768 MB) +PASS -- TEST conus13km_debug_qr_intel [13:49, 12:04] (999152 MB) +PASS -- TEST conus13km_debug_2threads_intel [14:46, 12:49] (1228316 MB) +PASS -- TEST conus13km_radar_tten_debug_intel [13:40, 11:53] (1421724 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_debug_intel [05:11, 03:53](785 warnings,8 remarks) +PASS -- TEST rap_control_dyn64_phy32_debug_intel [06:26, 04:34] (1155720 MB) + +PASS -- COMPILE hafsw_intel [17:11, 12:15](1 warnings,10 remarks) +PASS -- TEST hafs_regional_atm_intel [08:13, 05:45] (852036 MB) +PASS -- TEST hafs_regional_atm_thompson_gfdlsf_intel [07:26, 05:47] (1272424 MB) +PASS -- TEST hafs_regional_atm_ocn_intel [11:27, 08:33] (919812 MB) +PASS -- TEST hafs_regional_atm_wav_intel [17:12, 14:36] (958244 MB) +PASS -- TEST hafs_regional_atm_ocn_wav_intel [20:25, 17:36] (980856 MB) +PASS -- TEST hafs_regional_1nest_atm_intel [08:05, 05:31] (599160 MB) +PASS -- TEST hafs_regional_telescopic_2nests_atm_intel [09:27, 07:09] (605240 MB) +PASS -- TEST hafs_global_1nest_atm_intel [04:51, 02:36] (432040 MB) +PASS -- TEST hafs_global_multiple_4nests_atm_intel [11:20, 07:55] (510848 MB) +PASS -- TEST hafs_regional_specified_moving_1nest_atm_intel [05:55, 04:02] (609168 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_intel [05:52, 03:45] (607908 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_intel [06:58, 05:05] (662704 MB) +PASS -- TEST hafs_global_storm_following_1nest_atm_intel [02:29, 01:09] (449800 MB) + +PASS -- COMPILE hafsw_debug_intel [09:11, 05:40](1465 warnings,1445 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_debug_intel [14:53, 12:15] (638808 MB) + +PASS -- COMPILE hafsw_faster_intel [14:10, 11:14],9 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_intel [21:03, 18:56] (751480 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel [22:07, 18:35] (836400 MB) + +PASS -- COMPILE hafs_mom6w_intel [12:10, 10:09],8 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel [15:49, 11:59] (814696 MB) + +PASS -- COMPILE hafs_all_intel [14:10, 10:46],9 remarks) +PASS -- TEST hafs_regional_docn_intel [09:12, 05:46] (924500 MB) +PASS -- TEST hafs_regional_docn_oisst_intel [10:11, 05:59] (899800 MB) +PASS -- TEST hafs_regional_datm_cdeps_intel [19:58, 16:36] (1347908 MB) + +PASS -- COMPILE datm_cdeps_intel [09:10, 05:50],2 remarks) +PASS -- TEST datm_cdeps_control_cfsr_intel [05:18, 02:19] (1160580 MB) +PASS -- TEST datm_cdeps_restart_cfsr_intel [03:20, 01:24] (1119228 MB) +PASS -- TEST datm_cdeps_control_gefs_intel [05:16, 02:12] (1023376 MB) +PASS -- TEST datm_cdeps_iau_gefs_intel [04:18, 02:10] (1022040 MB) +PASS -- TEST datm_cdeps_stochy_gefs_intel [04:17, 02:16] (1027416 MB) +PASS -- TEST datm_cdeps_ciceC_cfsr_intel [04:16, 02:18] (1170404 MB) +PASS -- TEST datm_cdeps_bulk_cfsr_intel [04:17, 02:20] (1158616 MB) +PASS -- TEST datm_cdeps_bulk_gefs_intel [04:17, 02:15] (1025976 MB) +PASS -- TEST datm_cdeps_mx025_cfsr_intel [07:13, 05:08] (1164116 MB) +PASS -- TEST datm_cdeps_mx025_gefs_intel [08:03, 05:12] (1156836 MB) +PASS -- TEST datm_cdeps_multiple_files_cfsr_intel [04:15, 02:18] (1135664 MB) +PASS -- TEST datm_cdeps_3072x1536_cfsr_intel [05:17, 03:10] (2452280 MB) +PASS -- TEST datm_cdeps_gfs_intel [04:17, 03:09] (2448088 MB) + +PASS -- COMPILE datm_cdeps_debug_intel [06:10, 03:45](2 warnings,2 remarks) +PASS -- TEST datm_cdeps_debug_cfsr_intel [07:17, 05:20] (1070188 MB) + +PASS -- COMPILE datm_cdeps_faster_intel [07:10, 05:44],2 remarks) +PASS -- TEST datm_cdeps_control_cfsr_faster_intel [04:16, 02:16] (1146484 MB) + +PASS -- COMPILE datm_cdeps_land_intel [02:10, 00:47],1 remarks) +PASS -- TEST datm_cdeps_lnd_gswp3_intel [02:29, 00:58] (333088 MB) +PASS -- TEST datm_cdeps_lnd_era5_intel [02:28, 00:57] (564288 MB) +PASS -- TEST datm_cdeps_lnd_era5_rst_intel [02:28, 00:42] (557884 MB) + +PASS -- COMPILE atm_ds2s_docn_pcice_intel [11:11, 09:55],3 remarks) +PASS -- TEST atm_ds2s_docn_pcice_intel [06:07, 03:20] (2027268 MB) + +PASS -- COMPILE atm_ds2s_docn_dice_intel [11:11, 09:09](1 warnings,1 remarks) +PASS -- TEST atm_ds2s_docn_dice_intel [06:58, 04:29] (2047316 MB) + +PASS -- COMPILE atml_intel [11:11, 09:30](9 warnings,2 remarks) +PASS -- TEST control_p8_atmlnd_intel [08:08, 05:37] (1892160 MB) +PASS -- TEST control_restart_p8_atmlnd_intel [07:54, 04:00] (1145844 MB) + +PASS -- COMPILE atml_debug_intel [06:11, 05:02](887 warnings,2 remarks) +PASS -- TEST control_p8_atmlnd_debug_intel [07:56, 05:58] (1919064 MB) + +PASS -- COMPILE atmw_intel [11:11, 09:53],9 remarks) +PASS -- TEST atmwav_control_noaero_p8_intel [04:07, 01:46] (1934380 MB) + +PASS -- COMPILE atmaero_intel [10:11, 08:52],1 remarks) +PASS -- TEST atmaero_control_p8_intel [05:57, 03:53] (2000712 MB) +PASS -- TEST atmaero_control_p8_rad_intel [07:01, 04:42] (1786312 MB) +PASS -- TEST atmaero_control_p8_rad_micro_intel [06:58, 04:39] (1799308 MB) + +PASS -- COMPILE atmaq_debug_intel [05:10, 04:01](882 warnings,6 remarks) +PASS -- TEST regional_atmaq_debug_intel [21:46, 18:34] (4540876 MB) + +PASS -- COMPILE atm_fbh_intel [10:11, 08:41](3 warnings,8 remarks) +PASS -- TEST cpld_regional_atm_fbh_intel [11:30, 09:51] (1108112 MB) + +PASS -- COMPILE datm_cdeps_intelllvm [13:11, 11:25] +PASS -- TEST datm_cdeps_control_cfsr_intelllvm [04:18, 02:23] (1154072 MB) + +PASS -- COMPILE datm_cdeps_debug_intelllvm [03:11, 02:04](2 warnings +PASS -- TEST datm_cdeps_debug_cfsr_intelllvm [08:18, 06:09] (1079100 MB) + +PASS -- COMPILE atm_gnu [06:10, 04:11] +PASS -- TEST control_c48_gnu [09:49, 08:03] (1525528 MB) +PASS -- TEST control_stochy_gnu [04:25, 02:22] (717784 MB) +PASS -- TEST control_ras_gnu [05:24, 03:57] (723732 MB) +PASS -- TEST control_p8_gnu [07:04, 04:22] (1717264 MB) +PASS -- TEST control_p8_ugwpv1_gnu [06:59, 04:47] (1716888 MB) +PASS -- TEST control_flake_gnu [06:26, 05:01] (802864 MB) + +PASS -- COMPILE rrfs_gnu [06:11, 04:17] +PASS -- TEST rap_control_gnu [10:58, 08:23] (1071744 MB) +PASS -- TEST rap_decomp_gnu [11:51, 08:20] (1072644 MB) +PASS -- TEST rap_2threads_gnu [10:39, 07:27] (978052 MB) +PASS -- TEST rap_restart_gnu [06:52, 04:23] (879764 MB) +PASS -- TEST rap_sfcdiff_gnu [11:40, 08:22] (1081008 MB) +PASS -- TEST rap_sfcdiff_decomp_gnu [10:58, 08:10] (1077164 MB) +PASS -- TEST rap_sfcdiff_restart_gnu [08:56, 06:08] (877528 MB) +PASS -- TEST hrrr_control_gnu [07:00, 04:24] (1059816 MB) +PASS -- TEST hrrr_control_noqr_gnu [06:42, 04:20] (1126480 MB) +PASS -- TEST hrrr_control_2threads_gnu [06:39, 03:56] (1009268 MB) +PASS -- TEST hrrr_control_decomp_gnu [07:44, 04:21] (1061248 MB) +PASS -- TEST hrrr_control_restart_gnu [04:30, 02:17] (874932 MB) +PASS -- TEST hrrr_control_restart_noqr_gnu [04:33, 02:23] (924428 MB) +PASS -- TEST rrfs_v1beta_gnu [11:09, 08:10] (1067904 MB) + +PASS -- COMPILE csawmg_gnu [05:11, 04:08] +PASS -- TEST control_csawmg_gnu [09:37, 07:26] (1056032 MB) + +PASS -- COMPILE atm_dyn32_debug_gnu [07:10, 06:04] +PASS -- TEST control_diag_debug_gnu [03:45, 01:20] (1626168 MB) +PASS -- TEST regional_debug_gnu [09:43, 07:31] (1128388 MB) +PASS -- TEST rap_control_debug_gnu [04:24, 02:23] (1097288 MB) +PASS -- TEST hrrr_control_debug_gnu [04:22, 02:11] (1086588 MB) +PASS -- TEST hrrr_gf_debug_gnu [04:21, 02:10] (1091948 MB) +PASS -- TEST hrrr_c3_debug_gnu [04:26, 02:07] (1094624 MB) +PASS -- TEST rap_diag_debug_gnu [05:34, 02:26] (1264700 MB) +PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_gnu [06:24, 03:28] (1092088 MB) +PASS -- TEST rap_progcld_thompson_debug_gnu [04:25, 02:22] (1094680 MB) +PASS -- TEST rrfs_v1beta_debug_gnu [04:25, 02:18] (1090640 MB) +PASS -- TEST control_ras_debug_gnu [03:23, 01:18] (719676 MB) +PASS -- TEST control_stochy_debug_gnu [03:23, 01:26] (722040 MB) +PASS -- TEST control_debug_p8_gnu [03:48, 01:25] (1718588 MB) +PASS -- TEST rap_flake_debug_gnu [03:25, 02:05] (1094744 MB) +PASS -- TEST rap_clm_lake_debug_gnu [04:22, 02:11] (1096648 MB) +PASS -- TEST gnv1_c96_no_nest_debug_gnu [06:00, 03:33] (1096368 MB) + +PASS -- COMPILE wam_debug_gnu [04:10, 02:37] +PASS -- TEST control_wam_debug_gnu [07:43, 05:45] (1556664 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_gnu [06:10, 04:15] +PASS -- TEST rap_control_dyn32_phy32_gnu [09:38, 07:42] (951880 MB) +PASS -- TEST hrrr_control_dyn32_phy32_gnu [06:07, 03:57] (940884 MB) +PASS -- TEST rap_2threads_dyn32_phy32_gnu [08:53, 06:50] (909660 MB) +PASS -- TEST hrrr_control_2threads_dyn32_phy32_gnu [05:46, 03:30] (866564 MB) +PASS -- TEST hrrr_control_decomp_dyn32_phy32_gnu [05:47, 04:06] (945604 MB) +PASS -- TEST rap_restart_dyn32_phy32_gnu [08:05, 05:46] (854832 MB) +PASS -- TEST hrrr_control_restart_dyn32_phy32_gnu [03:32, 02:08] (854152 MB) +PASS -- TEST conus13km_control_gnu [04:52, 02:39] (1255580 MB) +PASS -- TEST conus13km_2threads_gnu [03:42, 01:13] (1095532 MB) +PASS -- TEST conus13km_restart_mismatch_gnu [03:43, 01:34] (943624 MB) + +PASS -- COMPILE atm_dyn64_phy32_gnu [10:11, 09:05] +PASS -- TEST rap_control_dyn64_phy32_gnu [06:38, 04:28] (979972 MB) + +PASS -- COMPILE atm_dyn32_phy32_debug_gnu [08:11, 06:23] +PASS -- TEST rap_control_debug_dyn32_phy32_gnu [04:22, 02:14] (970004 MB) +PASS -- TEST hrrr_control_debug_dyn32_phy32_gnu [03:24, 02:04] (960964 MB) +PASS -- TEST conus13km_debug_gnu [07:39, 05:34] (1272988 MB) +PASS -- TEST conus13km_debug_qr_gnu [07:41, 05:56] (945536 MB) +PASS -- TEST conus13km_debug_2threads_gnu [05:35, 03:19] (1111820 MB) +PASS -- TEST conus13km_radar_tten_debug_gnu [07:41, 05:30] (1341560 MB) + +PASS -- COMPILE atm_dyn64_phy32_debug_gnu [08:11, 06:52] +PASS -- TEST rap_control_dyn64_phy32_debug_gnu [03:23, 02:05] (997100 MB) + +PASS -- COMPILE s2swa_gnu [20:11, 18:40] +PASS -- COMPILE s2s_gnu [19:11, 17:15] +PASS -- TEST cpld_control_nowave_noaero_p8_gnu [11:13, 08:50] (2707348 MB) + +PASS -- COMPILE s2swa_debug_gnu [06:11, 04:55] +PASS -- COMPILE s2sw_pdlib_gnu [18:11, 16:24] +PASS -- TEST cpld_control_pdlib_p8_gnu [29:10, 27:05] (3037340 MB) + +PASS -- COMPILE s2sw_pdlib_debug_gnu [06:11, 04:28] +PASS -- TEST cpld_debug_pdlib_p8_gnu [15:05, 13:03] (2897628 MB) + +PASS -- COMPILE datm_cdeps_gnu [16:11, 14:58] +PASS -- TEST datm_cdeps_control_cfsr_gnu [04:16, 02:21] (772356 MB) SYNOPSIS: -Starting Date/Time: 2025-02-03 20:41:14 -Ending Date/Time: 2025-02-04 08:21:40 -Total Time: 11h:40m:26s -Compiles Completed: 51/61 -Tests Completed: 248/249 +Starting Date/Time: 2025-02-05 21:54:43 +Ending Date/Time: 2025-02-05 23:38:41 +Total Time: 01h:43m:58s +Compiles Completed: 61/61 +Tests Completed: 249/249 -./logs/log_hercules/rt_rap_2threads_dyn32_phy32_gnu.log: does not exist NOTES: A file test_changes.list was generated but is empty. If you are using this log as a pull request verification, please commit test_changes.list. -Result: FAILED - -====END OF hercules REGRESSION TESTING LOG==== -====START OF HERCULES REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -c553242dcb9e80cf0668d6fa0b4a8732e68fcd5f - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 2eccb9f74ebd8dfc09b53d15f5a96c847b77c443 CDEPS-interface/CDEPS (cdeps0.4.17-310-g2eccb9f) - ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) - 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) - cdbed6c48c2626e67ee5c071947d991e6f0fbc2e CMEPS-interface/CMEPS (cmeps_v0.4.1-2314-gcdbed6c) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 2c902a670e89416ef49254c827e8ba45a68ce596 FV3 (heads/develop) - 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) - 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) - db19a6d1d7fa7ed56f62318501c4abb5fb8b1138 FV3/ccpp/physics (EP4-1119-gdb19a6d1) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - ce5f3b146861cf6c95e1c14c640ede1ed97e6eef FV3/upp (upp_v10.2.0-243-gce5f3b14) --179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd --529f870d33b65c3b6c1aa3c3236b94efc3bd336d FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) - c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) - 6fff0955a123c1dea8d70f31271e13d320ff8552 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10366-g6fff0955a) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 1a2d2fcb02da38e975f252ef743af24b68b3cc7f NOAHMP-interface/noahmp (v3.7.1-455-g1a2d2fc) - 5e7dcf04d4180241df1cb2626ca08b1c81db6c51 WW3 (remotes/origin/devufs/addbinaryrestartinit) - 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20250129 -COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_876823 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-r) - USE ROCOTO - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:02, 04:02] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:03, 07:28](953 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:26, 06:51](913 MB) - -SYNOPSIS: -Starting Date/Time: 20250204 08:27:19 -Ending Date/Time: 20250204 08:39:49 -Total Time: 00h:12m:32s -Compiles Completed: 1/1 -Tests Completed: 2/2 - -NOTES: -A file 'test_changes.list' was generated but is empty. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - Result: SUCCESS -====END OF HERCULES REGRESSION TESTING LOG==== +====END OF hercules REGRESSION TESTING LOG==== diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index c1b588d9fb..6cce608ad2 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,14 +1,14 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -c553242dcb9e80cf0668d6fa0b4a8732e68fcd5f +3e0cc9d6aa094e9adb0bcbc8920693bf7d6e0b94 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 2eccb9f74ebd8dfc09b53d15f5a96c847b77c443 CDEPS-interface/CDEPS (cdeps0.4.17-310-g2eccb9f) - ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) - 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) + ea4582b193da1c78228f8f3ff73edb820481a853 CICE-interface/CICE (remotes/origin/sync_cice_2025-01) + 43ead56380bf11ecad66f165dcd736ed0c278763 CICE-interface/CICE/icepack (Icepack1.1.0-200-g43ead56) cdbed6c48c2626e67ee5c071947d991e6f0fbc2e CMEPS-interface/CMEPS (cmeps_v0.4.1-2314-gcdbed6c) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) 2c902a670e89416ef49254c827e8ba45a68ce596 FV3 (heads/develop) @@ -27,7 +27,7 @@ Submodule hashes used in testing: 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 1a2d2fcb02da38e975f252ef743af24b68b3cc7f NOAHMP-interface/noahmp (v3.7.1-455-g1a2d2fc) - 5e7dcf04d4180241df1cb2626ca08b1c81db6c51 WW3 (remotes/origin/devufs/addbinaryrestartinit) + 8e676278822292a97b2b69da336444ec7d04c06b WW3 (6.07.1-353-g8e676278) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -38,301 +38,301 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20250129 -COMPARISON DIRECTORY: /work/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_2845270 +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20250205 +COMPARISON DIRECTORY: /work/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_14532 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [19:10, 17:17] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [18:42, 15:56](2086 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:10, 21:14] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [24:48, 21:54](1955 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:14, 23:03](2132 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:02, 08:48](1214 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [28:52, 25:55](1878 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:10, 21:14] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [23:48, 21:32](1940 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:10, 08:34] ( 1523 warnings 1943 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [31:45, 28:27](1947 MB) - -PASS -- COMPILE 's2swa_intel' [19:10, 17:46] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [19:52, 17:02](2145 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [18:40, 16:00](2141 MB) -PASS -- TEST 'cpld_restart_p8_intel' [11:27, 08:31](1799 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [18:34, 16:09](2154 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [11:54, 08:40](1699 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [15:33, 12:24](2351 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [18:34, 15:55](2124 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [16:22, 13:46](2047 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [18:39, 15:56](2138 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [19:41, 15:47](2717 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [13:20, 08:41](2715 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [20:41, 12:49](3711 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:58, 07:19](3539 MB) - -PASS -- COMPILE 's2swal_intel' [19:10, 17:31] ( 1 warnings 12 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [19:47, 16:57](2102 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [11:52, 08:26](1768 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:23, 08:03](2112 MB) - -PASS -- COMPILE 's2sw_intel' [18:10, 16:29] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [18:09, 15:23](1978 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:14, 06:55](2050 MB) - -PASS -- COMPILE 's2swa_debug_intel' [10:10, 08:29] ( 1413 warnings 1173 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [16:23, 13:37](2176 MB) - -PASS -- COMPILE 's2sw_debug_intel' [10:10, 08:12] ( 1413 warnings 1173 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:10, 07:10](1992 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [16:10, 14:57] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:13, 04:51](2029 MB) - -PASS -- COMPILE 's2s_intel' [16:10, 14:36] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [10:58, 08:40](3037 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:56, 03:01](3021 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:56, 01:58](2477 MB) - -PASS -- COMPILE 's2swa_faster_intel' [19:10, 17:28] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [19:21, 16:26](2141 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [20:10, 18:18] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:08, 18:55](1993 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:28, 08:55](1224 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [24:17, 21:21](1924 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [10:10, 08:20] ( 1523 warnings 1943 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:08, 31:18](1969 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [15:10, 13:44] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:23, 03:45](689 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:46, 02:54](1584 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:51, 02:57](1584 MB) -PASS -- TEST 'control_latlon_intel' [04:42, 02:53](1580 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:52, 02:56](1585 MB) -PASS -- TEST 'control_c48_intel' [10:50, 09:02](1722 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [10:31, 08:12](835 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [10:50, 09:04](1706 MB) -PASS -- TEST 'control_c192_intel' [09:57, 08:04](1734 MB) -PASS -- TEST 'control_c384_intel' [12:50, 09:49](1988 MB) -PASS -- TEST 'control_c384gdas_intel' [16:38, 12:11](1334 MB) -PASS -- TEST 'control_stochy_intel' [03:23, 01:52](642 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:55, 01:04](480 MB) -PASS -- TEST 'control_lndp_intel' [03:27, 01:45](643 MB) -PASS -- TEST 'control_iovr4_intel' [04:30, 02:42](635 MB) -PASS -- TEST 'control_iovr5_intel' [04:27, 02:43](639 MB) -PASS -- TEST 'control_p8_intel' [06:11, 03:21](1879 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:13, 03:32](1873 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:24, 03:13](1872 MB) -PASS -- TEST 'control_restart_p8_intel' [04:15, 01:57](1085 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:20, 03:13](1869 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:22, 01:53](1122 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:12, 03:20](1856 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:06, 03:55](1935 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:46, 05:36](1870 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:25, 04:52](1940 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:20, 03:32](1888 MB) -PASS -- TEST 'merra2_thompson_intel' [06:35, 03:52](1868 MB) -PASS -- TEST 'regional_control_intel' [08:37, 06:32](1102 MB) -PASS -- TEST 'regional_restart_intel' [05:41, 03:33](1084 MB) -PASS -- TEST 'regional_decomp_intel' [08:34, 06:52](1101 MB) -PASS -- TEST 'regional_2threads_intel' [06:36, 04:41](1052 MB) -PASS -- TEST 'regional_noquilt_intel' [08:39, 06:34](1404 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:40, 06:32](1101 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:36, 06:38](1111 MB) -PASS -- TEST 'regional_wofs_intel' [09:37, 07:59](1889 MB) - -PASS -- COMPILE 'rrfs_intel' [15:10, 13:19] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [11:07, 08:28](1057 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:59, 05:14](1264 MB) -PASS -- TEST 'rap_decomp_intel' [10:58, 08:44](1017 MB) -PASS -- TEST 'rap_2threads_intel' [12:15, 10:08](1085 MB) -PASS -- TEST 'rap_restart_intel' [07:25, 04:23](1037 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:02, 08:22](1051 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:55, 08:42](1008 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:27, 06:16](1064 MB) -PASS -- TEST 'hrrr_control_intel' [07:23, 04:24](1021 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:13, 04:25](1009 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:21, 05:00](1079 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:30, 02:20](939 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:15, 08:20](1043 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:29, 09:55](1976 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:26, 09:33](2011 MB) - -PASS -- COMPILE 'csawmg_intel' [14:10, 13:07] -PASS -- TEST 'control_csawmg_intel' [08:33, 06:37](1016 MB) -PASS -- TEST 'control_ras_intel' [05:22, 03:31](715 MB) - -PASS -- COMPILE 'wam_intel' [14:10, 12:50] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [14:50, 12:46](1640 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [14:11, 12:46] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:27, 03:17](1880 MB) -PASS -- TEST 'regional_control_faster_intel' [08:44, 06:14](1106 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [11:11, 09:29] ( 882 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:43, 02:29](1609 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:45, 02:27](1613 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:22, 03:01](812 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:20, 02:49](815 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:48, 04:18](1132 MB) -PASS -- TEST 'control_ras_debug_intel' [04:26, 02:57](823 MB) -PASS -- TEST 'control_diag_debug_intel' [04:45, 02:51](1671 MB) -PASS -- TEST 'control_debug_p8_intel' [04:37, 02:51](1907 MB) -PASS -- TEST 'regional_debug_intel' [18:39, 16:42](1106 MB) -PASS -- TEST 'rap_control_debug_intel' [06:22, 04:55](1202 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:23, 04:55](1199 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:23, 04:52](1206 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:24, 04:55](1204 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:22, 04:59](1204 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:30, 05:02](1284 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:21, 05:07](1203 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:19, 05:04](1205 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:20, 05:01](1199 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:23, 04:55](1193 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:22, 04:52](1202 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:21, 04:49](1202 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:21, 07:59](1198 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:20, 04:51](1196 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:23, 05:05](1204 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:20, 05:00](1196 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:20, 09:16](1210 MB) - -PASS -- COMPILE 'wam_debug_intel' [08:11, 06:57] ( 837 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:42, 13:18](1675 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:11, 12:31] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:56, 05:01](1143 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:17, 07:11](995 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:41, 03:47](910 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [11:11, 08:38](996 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:02, 04:26](956 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:04, 03:56](888 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:23, 05:25](976 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:43, 02:03](865 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:10, 12:30] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:48, 02:34](1164 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:43, 01:10](1115 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:38, 01:28](1063 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:10, 13:08] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:38, 04:37](973 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:10, 06:30] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:19, 04:48](1081 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:24, 04:50](1079 MB) -PASS -- TEST 'conus13km_debug_intel' [15:52, 13:58](1236 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:51, 14:07](931 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [15:41, 13:29](1167 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:43, 13:42](1296 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:10, 06:08] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:26, 04:57](1137 MB) - -PASS -- COMPILE 'hafsw_intel' [17:10, 15:14] ( 1 warnings 10 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:19, 05:55](740 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:31, 06:26](1126 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:26, 07:31](812 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [32:20, 29:25](842 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [37:23, 34:19](869 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:58, 07:07](496 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:27, 08:27](504 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:53, 03:29](377 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:30, 09:35](441 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:53, 04:42](525 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:52, 04:29](522 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:55, 05:41](574 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:30, 01:33](400 MB) -PASS -- TEST 'gnv1_nested_intel' [08:08, 04:20](1712 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [09:11, 07:15] ( 1465 warnings 1445 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:56, 13:03](585 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [17:11, 15:23] ( 9 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:15, 15:10](634 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:00, 15:13](720 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [17:12, 15:40] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [13:19, 11:06](708 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:10, 14:08] ( 9 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:14, 07:32](806 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:12, 07:33](790 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:57, 16:19](1194 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [11:11, 09:10] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:19, 03:01](1152 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:20, 01:57](1100 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:17, 02:52](1023 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:18, 03:00](1020 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:18, 02:58](1016 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:18, 03:01](1155 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:17, 03:01](1151 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:17, 02:54](1009 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:12, 06:33](1026 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:11, 06:31](1009 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:16, 03:02](1158 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:18, 04:23](2397 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:19, 04:23](2386 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:11, 05:05] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:18, 06:32](1081 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:11, 08:08] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:17, 03:01](1158 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:24] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:32, 01:05](258 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:23, 00:56](320 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:29, 00:39](327 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:10, 01:45] ( 12 warnings ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:34, 00:38](560 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:32, 00:23](447 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:11, 14:07] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:07, 04:10](1970 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:10, 13:37] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:59, 05:11](1970 MB) - -PASS -- COMPILE 'atml_intel' [15:10, 14:05] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [07:04, 04:29](1854 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:47, 02:33](1067 MB) - -PASS -- COMPILE 'atml_debug_intel' [09:11, 07:58] ( 887 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:05, 05:17](1882 MB) - -PASS -- COMPILE 'atmw_intel' [16:11, 14:13] ( 9 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:23, 02:23](1904 MB) - -PASS -- COMPILE 'atmaero_intel' [15:11, 13:41] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:17, 04:39](1972 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:15, 05:26](1746 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:00, 05:26](1758 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [07:10, 06:06] ( 882 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [24:04, 20:47](4486 MB) - -PASS -- COMPILE 'atm_fbh_intel' [14:11, 12:36] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [15:28, 13:48](1108 MB) - -PASS -- COMPILE 'hafsw_intelllvm' [10:10, 08:42] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [10:12, 07:58](569 MB) - -PASS -- COMPILE 'hafsw_debug_intelllvm' [06:10, 04:32] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intelllvm' [22:10, 19:19](562 MB) +PASS -- COMPILE 's2swa_32bit_intel' [23:11, 18:05] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [19:50, 16:12](2091 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:11, 20:18] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [24:47, 21:55](1962 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:14, 23:04](2147 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:06, 08:47](1230 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [28:50, 25:47](1867 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [26:11, 20:36] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [23:39, 21:34](1938 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [14:11, 08:38] ( 1523 warnings 1943 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [31:46, 28:24](1941 MB) + +PASS -- COMPILE 's2swa_intel' [23:11, 18:05] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [19:57, 16:54](2140 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [18:46, 16:02](2145 MB) +PASS -- TEST 'cpld_restart_p8_intel' [11:47, 08:29](1794 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [18:39, 15:49](2153 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [11:44, 08:35](1703 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [15:40, 12:21](2334 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [18:39, 15:45](2134 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [16:38, 13:38](2044 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [18:46, 16:02](2139 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [19:41, 16:07](2716 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [13:22, 08:50](2713 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [20:50, 12:48](3734 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:47, 07:25](3539 MB) + +PASS -- COMPILE 's2swal_intel' [23:11, 18:05] ( 1 warnings 12 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [19:51, 16:41](2108 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [11:55, 08:38](1768 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:28, 08:03](2134 MB) + +PASS -- COMPILE 's2sw_intel' [21:11, 16:17] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [18:03, 15:15](1960 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:09, 06:51](2050 MB) + +PASS -- COMPILE 's2swa_debug_intel' [13:11, 08:05] ( 1413 warnings 1173 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [16:21, 13:39](2172 MB) + +PASS -- COMPILE 's2sw_debug_intel' [13:11, 07:53] ( 1413 warnings 1173 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:06, 07:09](2005 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [20:11, 15:17] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:16, 04:50](2019 MB) + +PASS -- COMPILE 's2s_intel' [16:11, 14:47] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [10:54, 08:42](3026 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:52, 03:00](3022 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:56, 02:07](2484 MB) + +PASS -- COMPILE 's2swa_faster_intel' [19:11, 17:53] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [19:25, 16:40](2148 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [20:11, 19:01] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:06, 18:41](2005 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:25, 08:56](1256 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [24:12, 21:23](1921 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:11, 07:26] ( 1523 warnings 1943 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [33:04, 30:55](1977 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:11, 13:49] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:25, 03:43](682 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:48, 02:46](1584 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:51, 02:54](1572 MB) +PASS -- TEST 'control_latlon_intel' [04:43, 02:46](1578 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:52, 02:50](1587 MB) +PASS -- TEST 'control_c48_intel' [10:51, 08:58](1707 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [10:35, 08:17](834 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [10:52, 09:03](1704 MB) +PASS -- TEST 'control_c192_intel' [10:02, 08:07](1738 MB) +PASS -- TEST 'control_c384_intel' [12:51, 09:47](1987 MB) +PASS -- TEST 'control_c384gdas_intel' [13:35, 09:55](1329 MB) +PASS -- TEST 'control_stochy_intel' [03:22, 01:49](638 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:01, 01:04](472 MB) +PASS -- TEST 'control_lndp_intel' [03:29, 01:45](643 MB) +PASS -- TEST 'control_iovr4_intel' [04:23, 02:43](644 MB) +PASS -- TEST 'control_iovr5_intel' [04:30, 02:44](638 MB) +PASS -- TEST 'control_p8_intel' [06:13, 03:18](1870 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:10, 03:33](1878 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:21, 03:17](1869 MB) +PASS -- TEST 'control_restart_p8_intel' [04:18, 01:57](1091 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:16, 03:19](1870 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:22, 01:55](1126 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:14, 03:20](1848 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:06, 03:51](1934 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:41, 05:36](1876 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:29, 04:59](1936 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:31, 03:38](1884 MB) +PASS -- TEST 'merra2_thompson_intel' [06:37, 03:52](1878 MB) +PASS -- TEST 'regional_control_intel' [08:35, 06:38](1112 MB) +PASS -- TEST 'regional_restart_intel' [05:32, 03:37](1086 MB) +PASS -- TEST 'regional_decomp_intel' [08:33, 07:01](1112 MB) +PASS -- TEST 'regional_2threads_intel' [06:39, 04:48](1062 MB) +PASS -- TEST 'regional_noquilt_intel' [08:40, 06:32](1407 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:43, 06:31](1102 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:33, 06:34](1105 MB) +PASS -- TEST 'regional_wofs_intel' [09:32, 07:57](1894 MB) + +PASS -- COMPILE 'rrfs_intel' [14:11, 13:02] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [11:27, 08:28](1059 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:52, 05:13](1266 MB) +PASS -- TEST 'rap_decomp_intel' [11:17, 08:44](1018 MB) +PASS -- TEST 'rap_2threads_intel' [12:17, 10:08](1084 MB) +PASS -- TEST 'rap_restart_intel' [07:34, 04:24](1030 MB) +PASS -- TEST 'rap_sfcdiff_intel' [11:04, 08:22](1050 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:53, 08:41](1013 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:28, 06:17](1075 MB) +PASS -- TEST 'hrrr_control_intel' [07:20, 04:23](1024 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:07, 04:26](1011 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:55, 05:00](1086 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:40, 02:20](937 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:21, 08:22](1046 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:26, 09:52](1974 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:26, 09:32](2017 MB) + +PASS -- COMPILE 'csawmg_intel' [14:11, 12:40] +PASS -- TEST 'control_csawmg_intel' [08:34, 06:37](1013 MB) +PASS -- TEST 'control_ras_intel' [05:21, 03:31](717 MB) + +PASS -- COMPILE 'wam_intel' [14:11, 12:50] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [14:44, 12:46](1654 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [14:10, 12:48] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:21, 03:19](1875 MB) +PASS -- TEST 'regional_control_faster_intel' [08:32, 06:17](1107 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [11:10, 09:47] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:40, 02:28](1617 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:41, 02:26](1611 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:23, 03:05](815 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:21, 02:50](816 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:39, 04:24](1125 MB) +PASS -- TEST 'control_ras_debug_intel' [04:24, 02:46](821 MB) +PASS -- TEST 'control_diag_debug_intel' [04:44, 02:43](1676 MB) +PASS -- TEST 'control_debug_p8_intel' [04:47, 02:50](1903 MB) +PASS -- TEST 'regional_debug_intel' [18:39, 17:09](1091 MB) +PASS -- TEST 'rap_control_debug_intel' [06:25, 04:58](1206 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:24, 04:48](1195 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:20, 04:53](1201 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:21, 04:58](1207 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:24, 04:52](1196 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:34, 05:08](1292 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:25, 04:54](1201 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:21, 05:14](1197 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:22, 04:59](1208 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:21, 04:56](1202 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:21, 04:52](1209 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:22, 04:52](1209 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:25, 08:04](1195 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:22, 04:53](1201 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:25, 04:59](1202 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:21, 04:55](1204 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:29, 08:48](1199 MB) + +PASS -- COMPILE 'wam_debug_intel' [08:10, 06:31] ( 837 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:43, 13:09](1675 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:10, 12:50] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:00, 04:57](1142 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:15, 07:12](997 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:42, 03:46](928 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [11:21, 08:39](995 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:00, 04:23](966 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:16, 03:56](885 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:25, 05:24](974 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:42, 02:03](873 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:10, 12:44] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:54, 02:32](1162 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:45, 01:12](1113 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:41, 01:31](1064 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:10, 12:24] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:38, 04:38](959 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:11, 06:19] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:20, 04:54](1075 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:28, 04:38](1076 MB) +PASS -- TEST 'conus13km_debug_intel' [15:52, 14:01](1227 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:48, 13:57](933 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [15:40, 13:30](1163 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:53, 14:10](1297 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:11, 05:58] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:25, 04:57](1131 MB) + +PASS -- COMPILE 'hafsw_intel' [16:11, 14:55] ( 1 warnings 10 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:22, 05:58](745 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:30, 06:23](1130 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:24, 07:30](816 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [30:18, 28:11](845 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [37:23, 34:28](868 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:03, 07:10](500 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:26, 08:25](507 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [06:01, 03:29](376 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:30, 09:39](442 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:55, 04:42](526 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:47, 04:31](520 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:55, 05:40](573 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:35, 01:33](404 MB) +PASS -- TEST 'gnv1_nested_intel' [08:15, 04:20](1712 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [08:11, 06:33] ( 1465 warnings 1445 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:49, 12:53](587 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [16:11, 14:26] ( 9 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:13, 15:09](726 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:08, 15:15](721 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [15:11, 13:58] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:34, 11:13](710 MB) + +PASS -- COMPILE 'hafs_all_intel' [15:11, 13:57] ( 9 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:25, 07:38](806 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:22, 07:33](797 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:03, 16:22](1201 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:10, 08:39] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:19, 03:03](1150 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:22, 01:58](1110 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:17, 02:52](1025 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:17, 02:59](1026 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:19, 02:57](1017 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:17, 03:03](1140 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:17, 03:03](1126 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:17, 02:53](1021 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:15, 06:31](1032 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:09, 06:30](1010 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:16, 03:00](1141 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:19, 04:21](2396 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:18, 04:23](2447 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:11, 05:07] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:18, 06:29](1078 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:10, 07:51] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:17, 03:01](1150 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:40] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:31, 01:05](255 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:23, 00:55](324 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:30, 00:36](328 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:10, 01:37] ( 12 warnings ) +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:32, 00:37](562 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:32, 00:21](444 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:11, 13:41] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:04, 04:12](1968 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:11, 13:21] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:56, 05:13](1967 MB) + +PASS -- COMPILE 'atml_intel' [15:11, 14:07] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [07:02, 04:22](1861 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:44, 02:31](1067 MB) + +PASS -- COMPILE 'atml_debug_intel' [09:10, 07:33] ( 887 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:02, 05:15](1884 MB) + +PASS -- COMPILE 'atmw_intel' [15:11, 13:56] ( 9 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:26, 02:19](1905 MB) + +PASS -- COMPILE 'atmaero_intel' [15:11, 13:18] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:09, 04:41](1975 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:13, 05:21](1746 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:01, 05:26](1763 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [07:11, 05:57] ( 882 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [24:09, 20:50](4494 MB) + +PASS -- COMPILE 'atm_fbh_intel' [13:11, 12:07] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [15:31, 13:43](1111 MB) + +PASS -- COMPILE 'hafsw_intelllvm' [09:11, 08:02] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [10:05, 08:00](576 MB) + +PASS -- COMPILE 'hafsw_debug_intelllvm' [06:10, 04:42] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intelllvm' [21:57, 19:13](567 MB) SYNOPSIS: -Starting Date/Time: 20250203 18:07:47 -Ending Date/Time: 20250203 19:52:24 -Total Time: 01h:45m:15s +Starting Date/Time: 20250205 21:45:14 +Ending Date/Time: 20250205 23:33:23 +Total Time: 01h:48m:42s Compiles Completed: 46/46 Tests Completed: 192/192 diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index ac3bbbf327..b7b7304fd2 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,17 +1,17 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -cf8d8f0ae16e210c8f2deeee26cc24b1ddab6688 +61aa0bcf273aa1c4a86ad995f236c6e7431eff92 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 2eccb9f74ebd8dfc09b53d15f5a96c847b77c443 CDEPS-interface/CDEPS (cdeps0.4.17-310-g2eccb9f) - ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) - 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) + ea4582b193da1c78228f8f3ff73edb820481a853 CICE-interface/CICE (remotes/origin/sync_cice_2025-01) + 43ead56380bf11ecad66f165dcd736ed0c278763 CICE-interface/CICE/icepack (Icepack1.1.0-200-g43ead56) cdbed6c48c2626e67ee5c071947d991e6f0fbc2e CMEPS-interface/CMEPS (cmeps_v0.4.1-2314-gcdbed6c) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 2c902a670e89416ef49254c827e8ba45a68ce596 FV3 (heads/develop) + 2c902a670e89416ef49254c827e8ba45a68ce596 FV3 (remotes/origin/production/HREF.v3beta-355-g2c902a6) 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) db19a6d1d7fa7ed56f62318501c4abb5fb8b1138 FV3/ccpp/physics (EP4-1119-gdb19a6d1) @@ -27,7 +27,7 @@ Submodule hashes used in testing: 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 1a2d2fcb02da38e975f252ef743af24b68b3cc7f NOAHMP-interface/noahmp (v3.7.1-455-g1a2d2fc) - 5e7dcf04d4180241df1cb2626ca08b1c81db6c51 WW3 (remotes/origin/devufs/addbinaryrestartinit) + 8e676278822292a97b2b69da336444ec7d04c06b WW3 (6.07.1-353-g8e676278) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -38,242 +38,242 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20250129 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_3114174 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20250205 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_3668271 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [28:47, 27:01] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:28, 06:59](3193 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [29:49, 28:11] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [20:28, 15:56](1905 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:48, 16:45](1954 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:37, 08:00](1066 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:37, 18:26](1879 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [25:44, 23:32] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:20, 15:33](1902 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:23, 05:22] ( 1502 warnings 1941 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [30:38, 25:51](1944 MB) - -PASS -- COMPILE 's2swa_intel' [13:30, 11:30] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [11:53, 08:27](3223 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:18, 08:25](3220 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:18, 04:56](3154 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [11:46, 08:31](3242 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:26, 05:03](3171 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [20:20, 16:59](3447 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [11:38, 08:21](3218 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [11:08, 06:57](3169 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:16, 08:34](3222 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [22:30, 13:28](4237 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [21:13, 09:33](4374 MB) - -PASS -- COMPILE 's2swal_intel' [13:28, 11:41] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_s2sa_p8_intel' [12:04, 08:33](3203 MB) - -PASS -- COMPILE 's2sw_intel' [13:27, 11:22] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:39, 04:59](1918 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:11, 07:21](1980 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [24:43, 22:28] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:08, 05:12](1979 MB) - -PASS -- COMPILE 's2s_intel' [17:35, 15:59] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:38, 06:05](2881 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:36, 02:15](2888 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:35, 01:40](2293 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:34, 15:21] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [12:21, 08:28](3221 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:34, 15:26] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:08, 15:40](1921 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:16, 07:49](1084 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:08, 18:13](1891 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [17:31, 15:27] ( 1502 warnings 1941 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:09, 26:53](1973 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [23:38, 21:41] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [06:46, 04:07](665 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:03, 02:41](1567 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:08, 02:53](1567 MB) -PASS -- TEST 'control_latlon_intel' [04:58, 02:48](1565 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:12, 02:48](1564 MB) -PASS -- TEST 'control_c48_intel' [09:27, 06:33](1586 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:08, 05:55](710 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [09:27, 06:31](1589 MB) -PASS -- TEST 'control_c192_intel' [10:19, 07:16](1685 MB) -PASS -- TEST 'control_c384_intel' [13:49, 09:01](1974 MB) -PASS -- TEST 'control_c384gdas_intel' [15:02, 09:17](1169 MB) -PASS -- TEST 'control_stochy_intel' [04:36, 01:58](620 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:38, 01:19](424 MB) -PASS -- TEST 'control_lndp_intel' [04:36, 01:59](618 MB) -PASS -- TEST 'control_iovr4_intel' [04:39, 02:50](613 MB) -PASS -- TEST 'control_iovr5_intel' [04:39, 02:44](613 MB) -PASS -- TEST 'control_p8_intel' [07:02, 03:09](1865 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:36, 03:19](1851 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:36, 03:07](1853 MB) -PASS -- TEST 'control_restart_p8_intel' [05:42, 02:03](1008 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:02, 03:19](1846 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:42, 02:01](1021 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:02, 03:16](1858 MB) -PASS -- TEST 'control_2threads_p8_intel' [10:17, 06:16](1932 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:02, 05:09](1863 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [08:41, 04:28](1904 MB) -PASS -- TEST 'control_p8_mynn_intel' [07:24, 03:39](1860 MB) -PASS -- TEST 'merra2_thompson_intel' [08:31, 03:59](1856 MB) -PASS -- TEST 'regional_control_intel' [07:59, 05:36](889 MB) -PASS -- TEST 'regional_restart_intel' [06:06, 03:18](877 MB) -PASS -- TEST 'regional_decomp_intel' [09:00, 06:00](888 MB) -PASS -- TEST 'regional_2threads_intel' [11:02, 07:58](1018 MB) -PASS -- TEST 'regional_noquilt_intel' [07:58, 05:32](1225 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:04, 05:28](889 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:51, 05:34](890 MB) -PASS -- TEST 'regional_wofs_intel' [09:58, 07:11](1585 MB) - -PASS -- COMPILE 'rrfs_intel' [27:45, 25:49] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [11:33, 07:26](1001 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:29, 04:43](1158 MB) -PASS -- TEST 'rap_decomp_intel' [10:55, 07:42](999 MB) -PASS -- TEST 'rap_2threads_intel' [20:43, 16:04](1081 MB) -PASS -- TEST 'rap_restart_intel' [07:34, 03:57](881 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:34, 07:29](998 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:51, 07:40](998 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:40, 05:34](884 MB) -PASS -- TEST 'hrrr_control_intel' [08:32, 04:01](994 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [08:32, 04:05](994 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [12:42, 08:07](1067 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:46, 02:12](828 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:28, 07:25](990 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:41, 09:44](1959 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:44, 09:28](1946 MB) - -PASS -- COMPILE 'csawmg_intel' [14:28, 13:09] -PASS -- TEST 'control_csawmg_intel' [10:06, 07:01](955 MB) -PASS -- TEST 'control_ras_intel' [05:37, 03:40](653 MB) - -PASS -- COMPILE 'wam_intel' [22:39, 20:52] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [14:25, 12:04](1641 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:29, 11:21] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [07:43, 03:21](1857 MB) -PASS -- TEST 'regional_control_faster_intel' [08:00, 05:10](877 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [18:33, 16:38] ( 867 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:03, 03:01](1598 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:14, 02:47](1607 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:38, 03:42](804 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:38, 03:20](806 MB) -PASS -- TEST 'control_csawmg_debug_intel' [08:14, 04:54](1108 MB) -PASS -- TEST 'control_ras_debug_intel' [05:42, 03:17](810 MB) -PASS -- TEST 'control_diag_debug_intel' [06:14, 03:14](1661 MB) -PASS -- TEST 'control_debug_p8_intel' [05:57, 03:14](1890 MB) -PASS -- TEST 'regional_debug_intel' [21:12, 18:46](926 MB) -PASS -- TEST 'rap_control_debug_intel' [07:42, 05:49](1183 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:39, 05:37](1180 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:37, 05:50](1182 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:39, 05:53](1185 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:35, 05:43](1183 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:48, 05:53](1271 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:36, 05:51](1188 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:34, 05:47](1187 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:45, 05:49](1189 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:36, 05:40](1184 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:34, 05:36](1185 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:37, 05:50](1184 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:41, 08:55](1184 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:34, 05:41](1179 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:38, 05:47](1186 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:36, 05:44](1184 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:46, 09:29](1186 MB) - -PASS -- COMPILE 'wam_debug_intel' [16:32, 14:28] ( 823 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [17:19, 14:18](1682 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [18:34, 17:10] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:30, 04:27](1033 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:25, 06:14](879 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [08:24, 03:31](878 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [17:28, 13:54](931 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [12:23, 07:17](924 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:58, 03:38](872 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:46, 04:32](792 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:36, 02:04](761 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [18:33, 17:15] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:18, 02:16](1079 MB) -PASS -- TEST 'conus13km_2threads_intel' [05:05, 02:08](1055 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:00, 01:27](958 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:25, 09:33] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:58, 04:27](899 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:25, 09:35] ( 771 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:34, 05:44](1065 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:35, 05:26](1066 MB) -PASS -- TEST 'conus13km_debug_intel' [18:23, 15:04](1151 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [18:18, 15:09](825 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [26:20, 23:20](1129 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [18:13, 15:12](1218 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [14:29, 13:00] ( 771 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:37, 05:27](1089 MB) - -PASS -- COMPILE 'hafsw_intel' [14:30, 12:07] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:53, 06:24](688 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [10:47, 08:08](1048 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:13, 07:58](730 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:52, 13:11](768 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:07, 14:29](789 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:21, 06:11](469 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:49, 07:35](482 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [06:22, 03:20](379 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:57, 09:02](438 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:11, 04:22](497 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:08, 04:04](495 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:25, 05:14](561 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:43, 02:07](410 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [13:32, 11:28] ( 1446 warnings 1444 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:21, 14:40](607 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:39, 18:41] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:23, 08:28](605 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:35, 08:30](785 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [21:39, 19:33] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:46, 06:56](781 MB) - -PASS -- COMPILE 'hafs_all_intel' [17:44, 15:42] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:47, 07:26](721 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:42, 07:25](707 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:38, 16:08](894 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:30, 14:13] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:45, 04:04](1916 MB) - -PASS -- COMPILE 'atml_intel' [14:34, 12:45] ( 9 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [11:29, 09:45] ( 872 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [18:35, 16:49] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:11, 04:39](3117 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:04, 05:20](2995 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:49, 05:12](3006 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [11:25, 09:56] ( 868 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [27:03, 22:43](4491 MB) +PASS -- COMPILE 's2swa_32bit_intel' [17:32, 15:15] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [12:46, 07:17](3192 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [26:52, 21:44] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [26:27, 16:01](1906 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [34:30, 17:07](1944 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [24:51, 08:12](1066 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [30:53, 19:53](1878 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [26:41, 24:27] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [19:33, 15:55](1901 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [23:38, 21:36] ( 1502 warnings 1941 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [31:54, 26:18](1944 MB) + +PASS -- COMPILE 's2swa_intel' [45:14, 40:06] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [31:33, 08:47](3224 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [30:22, 08:42](3221 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:35, 05:02](3155 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [30:02, 08:45](3243 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [11:06, 05:03](3170 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [38:15, 17:15](3447 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [30:02, 08:37](3219 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [28:03, 07:13](3169 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [29:25, 08:36](3222 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [52:42, 13:44](4236 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [24:11, 09:40](4377 MB) + +PASS -- COMPILE 's2swal_intel' [39:11, 33:44] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_s2sa_p8_intel' [34:08, 08:47](3204 MB) + +PASS -- COMPILE 's2sw_intel' [30:48, 28:53] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [10:04, 05:30](1918 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [13:38, 07:43](1979 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [39:59, 38:09] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:30, 05:32](1978 MB) + +PASS -- COMPILE 's2s_intel' [26:42, 24:31] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [11:01, 06:22](2881 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [06:54, 02:46](2887 MB) +PASS -- TEST 'cpld_restart_c48_intel' [06:33, 01:43](2307 MB) + +PASS -- COMPILE 's2swa_faster_intel' [46:17, 41:13] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [28:09, 08:27](3221 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [29:44, 26:05] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [22:23, 16:04](1921 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [15:28, 08:00](1105 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [29:58, 18:32](1891 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [28:53, 23:33] ( 1502 warnings 1941 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [43:35, 27:37](1971 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [31:49, 28:07] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [06:51, 04:04](665 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [07:37, 02:34](1566 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:44, 02:55](1567 MB) +PASS -- TEST 'control_latlon_intel' [07:31, 02:36](1565 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:45, 02:52](1563 MB) +PASS -- TEST 'control_c48_intel' [09:57, 06:40](1585 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:25, 06:03](710 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [09:57, 06:35](1589 MB) +PASS -- TEST 'control_c192_intel' [12:59, 07:22](1685 MB) +PASS -- TEST 'control_c384_intel' [16:51, 09:03](1974 MB) +PASS -- TEST 'control_c384gdas_intel' [17:54, 09:27](1165 MB) +PASS -- TEST 'control_stochy_intel' [05:48, 02:09](617 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:48, 01:15](424 MB) +PASS -- TEST 'control_lndp_intel' [04:46, 01:57](618 MB) +PASS -- TEST 'control_iovr4_intel' [05:51, 02:50](612 MB) +PASS -- TEST 'control_iovr5_intel' [05:51, 02:45](619 MB) +PASS -- TEST 'control_p8_intel' [09:48, 03:35](1852 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [10:30, 03:39](1859 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [10:32, 03:32](1853 MB) +PASS -- TEST 'control_restart_p8_intel' [10:38, 02:13](1007 MB) +PASS -- TEST 'control_noqr_p8_intel' [09:48, 03:17](1858 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [10:38, 01:57](1014 MB) +PASS -- TEST 'control_decomp_p8_intel' [09:48, 03:32](1850 MB) +PASS -- TEST 'control_2threads_p8_intel' [13:15, 06:20](1932 MB) +PASS -- TEST 'control_p8_lndp_intel' [10:46, 05:23](1862 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [11:20, 04:32](1911 MB) +PASS -- TEST 'control_p8_mynn_intel' [09:12, 03:28](1859 MB) +PASS -- TEST 'merra2_thompson_intel' [09:40, 03:50](1859 MB) +PASS -- TEST 'regional_control_intel' [08:30, 05:41](890 MB) +PASS -- TEST 'regional_restart_intel' [11:31, 03:33](876 MB) +PASS -- TEST 'regional_decomp_intel' [09:26, 05:53](889 MB) +PASS -- TEST 'regional_2threads_intel' [11:30, 08:05](1014 MB) +PASS -- TEST 'regional_noquilt_intel' [09:29, 05:49](1222 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [09:13, 06:02](890 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:59, 05:37](896 MB) +PASS -- TEST 'regional_wofs_intel' [10:08, 07:14](1585 MB) + +PASS -- COMPILE 'rrfs_intel' [34:59, 27:55] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [12:56, 07:25](1002 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:43, 04:45](1155 MB) +PASS -- TEST 'rap_decomp_intel' [13:45, 07:50](998 MB) +PASS -- TEST 'rap_2threads_intel' [21:32, 16:06](1083 MB) +PASS -- TEST 'rap_restart_intel' [09:08, 03:51](882 MB) +PASS -- TEST 'rap_sfcdiff_intel' [13:39, 07:23](999 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:12, 07:38](997 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [10:33, 05:35](884 MB) +PASS -- TEST 'hrrr_control_intel' [09:55, 03:53](995 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [10:30, 04:04](992 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [13:57, 08:10](1067 MB) +PASS -- TEST 'hrrr_control_restart_intel' [06:43, 02:22](828 MB) +PASS -- TEST 'rrfs_v1beta_intel' [12:43, 07:25](991 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [14:02, 09:34](1959 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:00, 09:14](1945 MB) + +PASS -- COMPILE 'csawmg_intel' [37:04, 34:16] +PASS -- TEST 'control_csawmg_intel' [14:23, 07:09](956 MB) +PASS -- TEST 'control_ras_intel' [10:54, 03:32](653 MB) + +PASS -- COMPILE 'wam_intel' [37:06, 33:27] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [20:42, 12:10](1646 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [48:23, 32:51] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [08:36, 03:21](1858 MB) +PASS -- TEST 'regional_control_faster_intel' [08:04, 05:13](887 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [44:08, 40:47] ( 867 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [15:30, 02:59](1597 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [15:37, 02:47](1607 MB) +PASS -- TEST 'control_stochy_debug_intel' [16:02, 03:36](808 MB) +PASS -- TEST 'control_lndp_debug_intel' [16:02, 03:26](806 MB) +PASS -- TEST 'control_csawmg_debug_intel' [17:29, 05:15](1107 MB) +PASS -- TEST 'control_ras_debug_intel' [16:02, 03:20](810 MB) +PASS -- TEST 'control_diag_debug_intel' [16:47, 03:11](1662 MB) +PASS -- TEST 'control_debug_p8_intel' [16:29, 03:39](1899 MB) +PASS -- TEST 'regional_debug_intel' [30:38, 18:47](922 MB) +PASS -- TEST 'rap_control_debug_intel' [18:05, 05:39](1187 MB) +PASS -- TEST 'hrrr_control_debug_intel' [18:07, 05:30](1182 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [18:06, 05:39](1186 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [18:06, 05:45](1185 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [18:05, 05:48](1184 MB) +PASS -- TEST 'rap_diag_debug_intel' [19:22, 06:07](1276 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [18:01, 05:56](1188 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [09:54, 05:43](1190 MB) +PASS -- TEST 'rap_lndp_debug_intel' [09:54, 05:40](1188 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [09:53, 05:47](1183 MB) +PASS -- TEST 'rap_noah_debug_intel' [09:54, 05:47](1184 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [09:46, 05:43](1184 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:59, 08:53](1183 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [08:47, 05:39](1180 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [10:01, 05:43](1188 MB) +PASS -- TEST 'rap_flake_debug_intel' [08:47, 05:45](1184 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:37, 09:43](1192 MB) + +PASS -- COMPILE 'wam_debug_intel' [27:53, 20:40] ( 823 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [32:08, 14:16](1684 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [34:00, 31:15] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:27, 04:23](1030 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:30, 06:13](876 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:27, 03:36](873 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [17:36, 13:57](927 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [12:34, 07:09](926 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:27, 03:43](872 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:15, 04:38](791 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:48, 01:59](759 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [34:02, 28:32] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [07:41, 02:27](1080 MB) +PASS -- TEST 'conus13km_2threads_intel' [05:14, 02:12](1056 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [05:11, 01:29](956 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [39:09, 15:51] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [09:17, 04:17](897 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [41:10, 22:39] ( 771 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [09:10, 05:34](1061 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [09:09, 05:23](1065 MB) +PASS -- TEST 'conus13km_debug_intel' [18:53, 14:58](1151 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [18:53, 15:17](824 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [26:55, 23:29](1130 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [18:44, 14:57](1218 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [31:58, 14:53] ( 771 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [10:51, 05:43](1086 MB) + +PASS -- COMPILE 'hafsw_intel' [47:12, 30:30] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [12:12, 06:43](690 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [14:11, 08:10](1054 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [13:31, 07:53](733 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [18:18, 13:17](890 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [22:53, 14:44](786 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:29, 05:57](460 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [12:17, 07:26](505 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [07:38, 03:26](383 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [18:32, 09:13](487 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:27, 04:31](498 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:34, 04:17](495 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [11:54, 05:12](565 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:51, 02:09](412 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [48:26, 33:58] ( 1446 warnings 1444 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [18:45, 14:52](608 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [29:50, 18:19] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [13:02, 08:43](609 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [13:07, 08:35](783 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [36:12, 28:06] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [13:24, 06:50](781 MB) + +PASS -- COMPILE 'hafs_all_intel' [42:18, 34:33] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:59, 07:47](723 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:59, 07:49](706 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:49, 16:04](895 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [26:55, 25:31] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:51, 04:05](1916 MB) + +PASS -- COMPILE 'atml_intel' [25:50, 24:19] ( 9 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [24:41, 22:12] ( 872 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [18:33, 16:37] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [09:18, 04:43](3117 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [10:17, 05:18](2995 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:56, 05:27](3007 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [11:31, 08:17] ( 868 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [28:13, 22:50](4489 MB) SYNOPSIS: -Starting Date/Time: 20250204 20:02:02 -Ending Date/Time: 20250204 21:45:56 -Total Time: 01h:44m:41s +Starting Date/Time: 20250207 17:54:03 +Ending Date/Time: 20250207 20:58:42 +Total Time: 03h:05m:36s Compiles Completed: 34/34 Tests Completed: 157/157 diff --git a/tests/module-setup.sh b/tests/module-setup.sh index d39bbeb95c..f7e563d314 100755 --- a/tests/module-setup.sh +++ b/tests/module-setup.sh @@ -18,7 +18,7 @@ elif [[ ${MACHINE_ID} = hera ]] ; then elif [[ ${MACHINE_ID} = orion ]] ; then # We are on Orion if ( ! eval module help > /dev/null 2>&1 ) ; then - source /apps/lmod/init/bash + source /apps/other/lmod/lmod/init/bash fi module purge @@ -51,13 +51,6 @@ elif [[ ${MACHINE_ID} = derecho ]] ; then fi module purge -elif [[ ${MACHINE_ID} = stampede ]] ; then - # We are on TACC Stampede - if ( ! eval module help > /dev/null 2>&1 ) ; then - source /opt/apps/lmod/lmod/init/bash - fi - module purge - elif [[ ${MACHINE_ID} = frontera ]] ; then # We are on TACC Frontera if ( ! eval module help > /dev/null 2>&1 ) ; then @@ -81,14 +74,6 @@ elif [[ ${MACHINE_ID} = gaeac6 ]]; then source /opt/cray/pe/lmod/lmod/init/bash fi module reset - -elif [[ ${MACHINE_ID} = expanse ]]; then - # We are on SDSC Expanse - if ( ! eval module help > /dev/null 2>&1 ) ; then - source /etc/profile.d/modules.sh - fi - module purge - module load slurm/expanse/20.02.3 elif [[ ${MACHINE_ID} = noaacloud ]] ; then # We are on NOAA Cloud diff --git a/tests/rt.sh b/tests/rt.sh index 65c97132b9..df13d80cc1 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -947,39 +947,6 @@ case ${MACHINE_ID} in ROCOTO_SCHEDULER="pbspro" fi ;; - stampede) - echo "rt.sh: Setting up stampede..." - export PYTHONPATH= - if [[ "${ECFLOW:-false}" == true ]] ; then - ECFLOW_START= - fi - QUEUE=skx-normal - COMPILE_QUEUE=skx-dev - PARTITION= - dprefix="${SCRATCH}/ufs-weather-model/run" - DISKNM="/work2/07736/minsukji/stampede2/ufs-weather-model/RT" - STMP="${dprefix}" - PTMP="${dprefix}" - SCHEDULER="slurm" - export MPIEXEC="ibrun" - export MPIEXECOPTS= - ;; - expanse) - echo "rt.sh: Setting up expanse..." - export PYTHONPATH= - - if [[ "${ECFLOW:-false}" == true ]] ; then - export ECFLOW_START= - fi - QUEUE="compute" - COMPILE_QUEUE="shared" - PARTITION= - dprefix="/expanse/lustre/scratch/${USER}/temp_project/run" - DISKNM="/expanse/lustre/scratch/domh/temp_project/RT" - STMP="${dprefix}" - PTMP="${dprefix}" - SCHEDULER="slurm" - ;; noaacloud) echo "rt.sh: Setting up noaacloud..." export PATH="/contrib/EPIC/bin:${PATH}" @@ -1093,7 +1060,7 @@ if [[ ${ROCOTO} == true ]]; then echo "rt.sh: Verifying ROCOTO support..." case ${MACHINE_ID} in - wcoss2|acorn|expanse|stampede) + wcoss2|acorn) die "Rocoto not supported on this machine, please do not use '-r'." ;; *) @@ -1135,7 +1102,7 @@ fi if [[ ${ECFLOW} == true ]]; then echo "Verifying ECFLOW support..." case ${MACHINE_ID} in - expanse|stampede|noaacloud) + noaacloud) die "ECFLOW not supported on this machine, please do not use '-e'." ;; *) diff --git a/tests/run_test.sh b/tests/run_test.sh index cd46804607..59446fad2f 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -113,7 +113,7 @@ case ${MACHINE_ID} in module load miniconda/3.9.12 module load nccmp/1.9.0.1 ;; - stampede|expanse|noaacloud) + noaacloud) echo "No special nccmp load necessary" ;; gaeac5) @@ -483,7 +483,7 @@ if [[ ${skip_check_results} == false ]]; then else if [[ ${i##*.} == nc* ]] ; then - if [[ " orion hercules hera wcoss2 acorn derecho gaeac5 gaeac6 jet s4 noaacloud " =~ ${MACHINE_ID} ]]; then + if [[ " orion hercules hera wcoss2 acorn derecho gaeac5 gaeac6 jet s4 noaacloud frontera" =~ ${MACHINE_ID} ]]; then printf "USING NCCMP.." >> "${RT_LOG}" printf "USING NCCMP.." if [[ ${CMP_DATAONLY} == false ]]; then