From 0b59ad3dbc8c84bb453a1fd782c2eb55accb37a7 Mon Sep 17 00:00:00 2001 From: Qingfu Liu Date: Thu, 11 Jul 2024 07:21:18 -0400 Subject: [PATCH 1/4] HR4 GWD update for FV3 (#2290) * HR4 GWD update for FV3 * point to PR#549 of ccpp-framework * Update default_vars.sh: GWD parameters * Update global_control.nml.IN * update cpld case GWD parameters: gfsv17 * Update Jenkinsfile.combined fix multi-label removal * Update Jenkinsfile for ORT Pipeline * update input oro files for control_run.IN: gsfv17 --------- Co-authored-by: Grant Firl Co-authored-by: Jong Kim Co-authored-by: Dustin Swales Co-authored-by: zach1221 --- FV3 | 2 +- tests/bl_date.conf | 2 +- tests/ci/Jenkinsfile.combined | 2 +- tests/ci/Jenkinsfile.ort | 107 +++ tests/default_vars.sh | 2 + tests/fv3_conf/control_run.IN | 2 +- tests/fv3_conf/cpld_control_run.IN | 4 +- tests/logs/OpnReqTests_control_p8_hera.log | 62 +- ...sts_cpld_control_nowave_noaero_p8_hera.log | 225 ++--- .../OpnReqTests_regional_control_hera.log | 38 +- tests/logs/RegressionTests_derecho.log | 544 ++++++------ tests/logs/RegressionTests_gaea.log | 619 ++++++-------- tests/logs/RegressionTests_hera.log | 802 ++++++++++-------- tests/logs/RegressionTests_hercules.log | 748 ++++++++-------- tests/logs/RegressionTests_orion.log | 553 ++++++------ tests/logs/RegressionTests_wcoss2.log | 462 +++++----- tests/parm/global_control.nml.IN | 2 + tests/test_changes.list | 106 +++ tests/tests/cpld_2threads_p8 | 10 +- tests/tests/cpld_bmark_p8 | 8 + tests/tests/cpld_bmark_p8_35d | 8 + tests/tests/cpld_control_c192_p8 | 8 + tests/tests/cpld_control_c48 | 8 + tests/tests/cpld_control_ciceC_p8 | 8 + tests/tests/cpld_control_gfsv17 | 8 + tests/tests/cpld_control_gfsv17_iau | 8 + tests/tests/cpld_control_noaero_p8 | 8 + tests/tests/cpld_control_noaero_p8_agrid | 8 + tests/tests/cpld_control_nowave_noaero_p8 | 8 + tests/tests/cpld_control_p8 | 8 + tests/tests/cpld_control_p8.v2.sfc | 8 + tests/tests/cpld_control_p8_faster | 8 + tests/tests/cpld_control_p8_mixedmode | 8 + tests/tests/cpld_control_pdlib_p8 | 8 + tests/tests/cpld_control_qr_p8 | 8 + tests/tests/cpld_control_sfs | 8 + tests/tests/cpld_debug_gfsv17 | 8 + tests/tests/cpld_debug_noaero_p8 | 8 + tests/tests/cpld_debug_p8 | 8 + tests/tests/cpld_debug_pdlib_p8 | 8 + tests/tests/cpld_decomp_p8 | 8 + tests/tests/cpld_mpi_gfsv17 | 10 +- tests/tests/cpld_mpi_p8 | 8 + tests/tests/cpld_mpi_pdlib_p8 | 8 + tests/tests/cpld_restart_bmark_p8 | 8 + tests/tests/cpld_restart_c192_p8 | 8 + tests/tests/cpld_restart_c48 | 8 + tests/tests/cpld_restart_gfsv17 | 8 + tests/tests/cpld_restart_p8 | 8 + tests/tests/cpld_restart_pdlib_p8 | 8 + tests/tests/cpld_restart_qr_p8 | 8 + tests/tests/cpld_s2sa_p8 | 8 + tests/tests/cpld_warmstart_c48 | 8 + 53 files changed, 2488 insertions(+), 2078 deletions(-) create mode 100644 tests/ci/Jenkinsfile.ort diff --git a/FV3 b/FV3 index 1fb1196d17..65fec7d098 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 1fb1196d17366d2a8f28072b961f407d15edfb17 +Subproject commit 65fec7d098994c509517bc1cfa4b7af3249001b8 diff --git a/tests/bl_date.conf b/tests/bl_date.conf index a71d6e6148..fab229196b 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20240614 +export BL_DATE=20240624 diff --git a/tests/ci/Jenkinsfile.combined b/tests/ci/Jenkinsfile.combined index 9628cae560..e0b86d6bea 100644 --- a/tests/ci/Jenkinsfile.combined +++ b/tests/ci/Jenkinsfile.combined @@ -326,7 +326,7 @@ def generateStage(nodeLabel) { GIT_OWNER=$(echo $GIT_URL | cut -d '/' -f4) GIT_REPO_NAME=$(echo $GIT_URL | cut -d '/' -f5 | cut -d '.' -f1) - curl --silent -X DELETE -H "Accept: application/vnd.github.v3+json" -H "Authorization: Bearer ${GITHUB_TOKEN}" https://api.github.com/repos/${GIT_OWNER}/${GIT_REPO_NAME}/issues/${CHANGE_ID}/labels -d '{"labels":["$machine-.*RT|$machine-.*BL"]}' + curl --silent -X DELETE -H "Accept: application/vnd.github.v3+json" -H "Authorization: Bearer ${GITHUB_TOKEN}" https://api.github.com/repos/${GIT_OWNER}/${GIT_REPO_NAME}/issues/${CHANGE_ID}/labels/{$machine-RT,$machine-BL} ''' s3Upload consoleLogLevel: 'INFO', dontSetBuildResultOnFailure: false, dontWaitForConcurrentBuildCompletion: false, entries: [[bucket: 'noaa-epic-prod-jenkins-artifacts', excludedFile: '', flatten: true, gzipFiles: false, keepForever: false, managedArtifacts: true, noUploadOnFailure: false, selectedRegion: 'us-east-1', showDirectlyInBrowser: false, sourceFile: "**/*tgz*", storageClass: 'STANDARD', uploadFromSlave: false, useServerSideEncryption: false]], pluginFailureResultConstraint: 'FAILURE', profileName: 'main', userMetadata: [] currentBuild.result = 'FAILURE' diff --git a/tests/ci/Jenkinsfile.ort b/tests/ci/Jenkinsfile.ort new file mode 100644 index 0000000000..53e0a8823d --- /dev/null +++ b/tests/ci/Jenkinsfile.ort @@ -0,0 +1,107 @@ +pipeline { + agent none + stages { + stage('Run ORTs') { + agent { + label 'built-in' + } + steps { + script { + for (label in pullRequest.labels) { + if ((label.matches("orion"))) { + env.CHOICE_NODE='orion' + } + else if ((label.matches("hera"))) { + env.CHOICE_NODE='hera' + } + else if ((label.matches("hercules"))) { + env.CHOICE_NODE='hercules' + } + else if ((label.matches("jet"))) { + env.CHOICE_NODE='jet' + } + else { + env.CHOICE_NODE='none' + } + } +// Why do I need another if..block, because it just works this way. + + if (CHOICE_NODE == 'orion') { + echo "Starting up orion ${CHOICE_NODE}...this might take 5-10 minutes...please be patient." + + } + else if (CHOICE_NODE == 'jet') { + echo "Starting up jet ${CHOICE_NODE}...this might take 5-10 minutes...please be patient." + } + else if (CHOICE_NODE == 'hercules') { + echo "Starting up hera ${CHOICE_NODE}...this might take 5-10 minutes...please be patient." + } + else if (CHOICE_NODE == 'hera') { + echo "Starting up hera ${CHOICE_NODE}...this might take 5-10 minutes...please be patient." + } + else { + echo "${CHOICE_NODE} is NOT a platform, moving on..." + } + } + } + } + stage('Run ORT on Hera') { + agent { + label "hera" + } + environment { + ACCNR = 'epic' + NODE_PATH = '/scratch2/NAGAPE/epic/role.epic/' + } + steps { + + cleanWs() + checkout scm + sh ''' + git submodule update --init --recursive + cd tests/fv3_conf + sed 's/#SBATCH --time=.*/#SBATCH --time=02:00:00/g' -i fv3_slurm.IN_hera + cd .. + export machine=${NODE_NAME} + export PATH=$PATH:~/bin + echo $CHANGE_ID + export SSH_ORIGIN=$(curl --silent https://api.github.com/repos/ufs-community/ufs-weather-model/pulls/$CHANGE_ID | jq -r '.head.repo.ssh_url') + export FORK_BRANCH=$(curl --silent https://api.github.com/repos/ufs-community/ufs-weather-model/pulls/$CHANGE_ID | jq -r '.head.ref') + pwd + sed "s|intel|gnu|g" -i opnReqTest + export ACCNR=epic + ./opnReqTest -n regional_control -a ${ACCNR} -c bit,dcp,thr + cd logs/ + cp OpnReqTests_regional_control_hera.log /scratch2/NAGAPE/epic/role.epic/jenkins/workspace + cd .. + ./opnReqTest -n cpld_control_nowave_noaero_p8 -a ${ACCNR} -c dbg,rst + cd logs/ + cp OpnReqTests_cpld_control_nowave_noaero_p8_hera.log /scratch2/NAGAPE/epic/role.epic/jenkins/workspace + cd .. + ./opnReqTest -n control_p8 -a ${ACCNR} -c std,dbg,bit,mpi,rst,thr,dcp + cd logs/ + cp OpnReqTests_control_p8_hera.log /scratch2/NAGAPE/epic/role.epic/jenkins/workspace + git remote -v + git fetch --no-recurse-submodules origin + git reset FETCH_HEAD --hard + cd .. && cd .. && cd .. + cp OpnReqTests_control_p8_hera.log $WORKSPACE/tests/logs/ + cp OpnReqTests_regional_control_hera.log $WORKSPACE/tests/logs/ + cp OpnReqTests_cpld_control_nowave_noaero_p8_hera.log $WORKSPACE/tests/logs/ + cd $WORKSPACE/tests/ + git config user.email "ecc.platform@noaa.gov" + git config user.name "epic-cicd-jenkins" + echo "Testing concluded...removing labels for $machine from $GIT_URL" + + export machine_name_logs=$(echo $machine | awk '{ print tolower($1) }') + git remote -v | grep -w sshorigin > /dev/null 2>&1 && git remote remove sshorigin > /dev/null 2>&1 + git remote add sshorigin $SSH_ORIGIN > /dev/null 2>&1 + git add logs/OpnReqTests_control_p8_hera.log logs/OpnReqTests_regional_control_hera.log logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log + git commit -m "ORT Jobs Completed.\n\n\n on-behalf-of @ufs-community " + git pull sshorigin $FORK_BRANCH + git push sshorigin HEAD:$FORK_BRANCH + ''' + } + } + } +} diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 4c1c259488..ef44dfe4a9 100644 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -624,6 +624,8 @@ export DO_UGWP_V1_W_GSLDRAG=.false. export DO_UGWP_V0_OROG_ONLY=.false. export DO_GSL_DRAG_LS_BL=.false. export DO_GSL_DRAG_SS=.true. +export DO_GWD_OPT_PSL=.false. +export PSL_GWD_DX_FACTOR=6.0 export DO_GSL_DRAG_TOFD=.false. export DO_UGWP_V1=.false. export DO_UGWP_V1_OROG_ONLY=.false. diff --git a/tests/fv3_conf/control_run.IN b/tests/fv3_conf/control_run.IN index e228fd2ad0..32eb089d7d 100644 --- a/tests/fv3_conf/control_run.IN +++ b/tests/fv3_conf/control_run.IN @@ -23,7 +23,7 @@ if [ $WARM_START = .false. ]; then elif [ "$V2_SFC_FILE" = "true" ]; then cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127_v2_sfc/* ./INPUT/. else - cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127/* ./INPUT/. + cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127_gfsv17/* ./INPUT/. fi else mkdir INPUT RESTART diff --git a/tests/fv3_conf/cpld_control_run.IN b/tests/fv3_conf/cpld_control_run.IN index ec731d9f4a..816516d7a0 100644 --- a/tests/fv3_conf/cpld_control_run.IN +++ b/tests/fv3_conf/cpld_control_run.IN @@ -183,8 +183,8 @@ if [ $IAER = 1011 ]; then fi cp @[INPUTDATA_ROOT]/FV3_input_data/ugwp_c384_tau.nc ./ugwp_limb_tau.nc -cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127/oro_data_ls* ./INPUT -cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127/oro_data_ss* ./INPUT +cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127_gfsv17/oro_data_ls* ./INPUT +cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127_gfsv17/oro_data_ss* ./INPUT if [ $IMP_PHYSICS = 8 ]; then cp @[INPUTDATA_ROOT]/FV3_fix/CCN_ACTIVATE.BIN CCN_ACTIVATE.BIN diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index 0e3c75adcf..5d60b8c6ef 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Fri Jun 28 12:40:12 UTC 2024 +Sun Jul 7 19:56:59 UTC 2024 Start Operation Requirement Test -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_960194/bit_base_bit_base +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_2387923/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 = 278.149410 - 0: The maximum resident set size (KB) = 1448036 + 0: The total amount of wall time = 280.646356 + 0: The maximum resident set size (KB) = 1444896 Test bit_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_960194/dbg_base_dbg_base +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_2387923/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 = 978.713008 - 0: The maximum resident set size (KB) = 1435680 + 0: The total amount of wall time = 1003.437253 + 0: The maximum resident set size (KB) = 1430112 Test dbg_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_960194/dcp_dcp +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_2387923/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 = 249.442600 - 0: The maximum resident set size (KB) = 1424744 + 0: The total amount of wall time = 249.484393 + 0: The maximum resident set size (KB) = 1425876 Test dcp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_960194/mpi_mpi +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_2387923/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 = 251.855654 - 0: The maximum resident set size (KB) = 1430024 + 0: The total amount of wall time = 250.029285 + 0: The maximum resident set size (KB) = 1435352 Test mpi PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_960194/rst_rst +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_2387923/rst_rst Checking test rst results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -268,14 +268,14 @@ Checking test rst results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 251.841071 - 0: The maximum resident set size (KB) = 1423276 + 0: The total amount of wall time = 249.870001 + 0: The maximum resident set size (KB) = 1424956 Test rst PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_960194/std_base_std_base +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_2387923/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 = 254.210275 - 0: The maximum resident set size (KB) = 1432268 + 0: The total amount of wall time = 247.121930 + 0: The maximum resident set size (KB) = 1438272 Test std_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_960194/thr_thr +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_2387923/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 = 248.567157 - 0: The maximum resident set size (KB) = 1424576 + 0: The total amount of wall time = 251.892903 + 0: The maximum resident set size (KB) = 1423700 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Fri Jun 28 13:51:40 UTC 2024 -Elapsed time: 01h:11m:29s. Have a nice day! +Sun Jul 7 21:02:25 UTC 2024 +Elapsed time: 01h:05m:27s. 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 62f6e54a40..2816bec404 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 @@ -Fri Jun 28 17:30:42 UTC 2024 +Sun Jul 7 18:51:47 UTC 2024 Start Operation Requirement Test -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2363776/dbg_base_dbg_base +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_2035409/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf021.tile1.nc .........OK @@ -66,81 +66,83 @@ Moving baseline dbg_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 1496.627004 - 0: The maximum resident set size (KB) = 1526796 + 0: The total amount of wall time = 1352.292979 + 0: The maximum resident set size (KB) = 1527480 Test dbg_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2363776/rst_rst +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_2035409/rst_rst Checking test rst results .... - Comparing sfcf021.tile1.nc ............MISSING file - Comparing sfcf021.tile2.nc ............MISSING file - Comparing sfcf021.tile3.nc ............MISSING file - Comparing sfcf021.tile4.nc ............MISSING file - Comparing sfcf021.tile5.nc ............MISSING file - Comparing sfcf021.tile6.nc ............MISSING file - Comparing atmf021.tile1.nc ............MISSING file - Comparing atmf021.tile2.nc ............MISSING file - Comparing atmf021.tile3.nc ............MISSING file - Comparing atmf021.tile4.nc ............MISSING file - Comparing atmf021.tile5.nc ............MISSING file - Comparing atmf021.tile6.nc ............MISSING file - Comparing sfcf024.tile1.nc ............MISSING file - Comparing sfcf024.tile2.nc ............MISSING file - Comparing sfcf024.tile3.nc ............MISSING file - Comparing sfcf024.tile4.nc ............MISSING file - Comparing sfcf024.tile5.nc ............MISSING file - Comparing sfcf024.tile6.nc ............MISSING file - Comparing atmf024.tile1.nc ............MISSING file - Comparing atmf024.tile2.nc ............MISSING file - Comparing atmf024.tile3.nc ............MISSING file - Comparing atmf024.tile4.nc ............MISSING file - Comparing atmf024.tile5.nc ............MISSING file - Comparing atmf024.tile6.nc ............MISSING file - Comparing RESTART/20210323.060000.coupler.res ............MISSING file - Comparing RESTART/20210323.060000.fv_core.res.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc ............MISSING file - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc ............MISSING file - Comparing RESTART/20210323.060000.phy_data.tile1.nc ............MISSING file - Comparing RESTART/20210323.060000.phy_data.tile2.nc ............MISSING file - Comparing RESTART/20210323.060000.phy_data.tile3.nc ............MISSING file - Comparing RESTART/20210323.060000.phy_data.tile4.nc ............MISSING file - Comparing RESTART/20210323.060000.phy_data.tile5.nc ............MISSING file - Comparing RESTART/20210323.060000.phy_data.tile6.nc ............MISSING file - Comparing RESTART/20210323.060000.sfc_data.tile1.nc ............MISSING file - Comparing RESTART/20210323.060000.sfc_data.tile2.nc ............MISSING file - Comparing RESTART/20210323.060000.sfc_data.tile3.nc ............MISSING file - Comparing RESTART/20210323.060000.sfc_data.tile4.nc ............MISSING file - Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............MISSING file - Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............MISSING file - Comparing RESTART/20210323.060000.MOM.res.nc ............MISSING file - Comparing RESTART/iced.2021-03-23-21600.nc ............MISSING file - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc ............MISSING file + Comparing sfcf021.tile1.nc .....USING NCCMP......OK + Comparing sfcf021.tile2.nc .....USING NCCMP......OK + Comparing sfcf021.tile3.nc .....USING NCCMP......OK + Comparing sfcf021.tile4.nc .....USING NCCMP......OK + Comparing sfcf021.tile5.nc .....USING NCCMP......OK + Comparing sfcf021.tile6.nc .....USING NCCMP......OK + Comparing atmf021.tile1.nc .....USING NCCMP......OK + Comparing atmf021.tile2.nc .....USING NCCMP......OK + Comparing atmf021.tile3.nc .....USING NCCMP......OK + Comparing atmf021.tile4.nc .....USING NCCMP......OK + Comparing atmf021.tile5.nc .....USING NCCMP......OK + Comparing atmf021.tile6.nc .....USING NCCMP......OK + Comparing sfcf024.tile1.nc .....USING NCCMP......OK + Comparing sfcf024.tile2.nc .....USING NCCMP......OK + Comparing sfcf024.tile3.nc .....USING NCCMP......OK + Comparing sfcf024.tile4.nc .....USING NCCMP......OK + Comparing sfcf024.tile5.nc .....USING NCCMP......OK + Comparing sfcf024.tile6.nc .....USING NCCMP......OK + Comparing atmf024.tile1.nc .....USING NCCMP......OK + Comparing atmf024.tile2.nc .....USING NCCMP......OK + Comparing atmf024.tile3.nc .....USING NCCMP......OK + Comparing atmf024.tile4.nc .....USING NCCMP......OK + Comparing atmf024.tile5.nc .....USING NCCMP......OK + Comparing atmf024.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK + Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.MOM.res.nc .....USING NCCMP......OK + Comparing RESTART/iced.2021-03-23-21600.nc .....USING NCCMP......OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK + 0: The total amount of wall time = 495.292747 + 0: The maximum resident set size (KB) = 1537276 -Test rst FAIL +Test rst PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2363776/std_base_std_base +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_2035409/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf021.tile1.nc .........OK @@ -203,88 +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 = 539.384472 - 0: The maximum resident set size (KB) = 1525632 + 0: The total amount of wall time = 431.140320 + 0: The maximum resident set size (KB) = 1523956 Test std_base PASS -FAILED TESTS: -Test rst failed in check_result failed -OPERATION REQUIREMENT TEST FAILED -Fri Jun 28 20:34:15 UTC 2024 -Elapsed time: 03h:03m:34s. Have a nice day! -Sat Jun 29 15:29:53 UTC 2024 -Start Operation Requirement Test - - -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1712965/rst_rst -Checking test rst results .... - Comparing sfcf021.tile1.nc .....USING NCCMP......OK - Comparing sfcf021.tile2.nc .....USING NCCMP......OK - Comparing sfcf021.tile3.nc .....USING NCCMP......OK - Comparing sfcf021.tile4.nc .....USING NCCMP......OK - Comparing sfcf021.tile5.nc .....USING NCCMP......OK - Comparing sfcf021.tile6.nc .....USING NCCMP......OK - Comparing atmf021.tile1.nc .....USING NCCMP......OK - Comparing atmf021.tile2.nc .....USING NCCMP......OK - Comparing atmf021.tile3.nc .....USING NCCMP......OK - Comparing atmf021.tile4.nc .....USING NCCMP......OK - Comparing atmf021.tile5.nc .....USING NCCMP......OK - Comparing atmf021.tile6.nc .....USING NCCMP......OK - Comparing sfcf024.tile1.nc .....USING NCCMP......OK - Comparing sfcf024.tile2.nc .....USING NCCMP......OK - Comparing sfcf024.tile3.nc .....USING NCCMP......OK - Comparing sfcf024.tile4.nc .....USING NCCMP......OK - Comparing sfcf024.tile5.nc .....USING NCCMP......OK - Comparing sfcf024.tile6.nc .....USING NCCMP......OK - Comparing atmf024.tile1.nc .....USING NCCMP......OK - Comparing atmf024.tile2.nc .....USING NCCMP......OK - Comparing atmf024.tile3.nc .....USING NCCMP......OK - Comparing atmf024.tile4.nc .....USING NCCMP......OK - Comparing atmf024.tile5.nc .....USING NCCMP......OK - Comparing atmf024.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK - Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.MOM.res.nc .....USING NCCMP......OK - Comparing RESTART/iced.2021-03-23-21600.nc .....USING NCCMP......OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK - - 0: The total amount of wall time = 432.940225 - 0: The maximum resident set size (KB) = 1529388 - -Test rst PASS - OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Sat Jun 29 16:08:32 UTC 2024 -Elapsed time: 00h:38m:40s. Have a nice day! +Sun Jul 7 19:56:58 UTC 2024 +Elapsed time: 01h:05m:13s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 32729d9d08..8992f985a4 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Fri Jun 28 14:38:45 UTC 2024 +Sun Jul 7 16:24:51 UTC 2024 Start Operation Requirement Test -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2419427/bit_base_bit_base +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_1220577/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 = 1446.613033 - 0: The maximum resident set size (KB) = 758248 + 0: The total amount of wall time = 1263.345950 + 0: The maximum resident set size (KB) = 776172 Test bit_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2419427/dcp_dcp +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_1220577/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 = 2236.224094 - 0: The maximum resident set size (KB) = 713588 + 0: The total amount of wall time = 2182.671673 + 0: The maximum resident set size (KB) = 733564 Test dcp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2419427/std_base_std_base +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_1220577/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 = 2177.182992 - 0: The maximum resident set size (KB) = 711572 + 0: The total amount of wall time = 2173.091543 + 0: The maximum resident set size (KB) = 746164 Test std_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2419427/thr_thr +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_1220577/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 = 2172.759223 - 0: The maximum resident set size (KB) = 707672 + 0: The total amount of wall time = 2261.066848 + 0: The maximum resident set size (KB) = 724740 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Fri Jun 28 17:13:31 UTC 2024 -Elapsed time: 02h:34m:47s. Have a nice day! +Sun Jul 7 18:51:45 UTC 2024 +Elapsed time: 02h:26m:55s. Have a nice day! diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index 6d8f65ab3b..35248c4a4f 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,7 +1,7 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -552f487a2333cfd64aa1fcbdebc380f9158b9e52 +77c09929d475e0c62f43d7778d75d33583ea651d Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 81950993462af14cd53a3b5d7280014fc60d7abf FV3 (remotes/origin/cherry_pick_omga) - 57ca82d862410971889f0f0badad5a8fca89b280 FV3/atmos_cubed_sphere (remotes/origin/cherry_pick_omga) - ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) - 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) + 93b8a2a8700bf454e3297834b15dd74f43590389 FV3 (remotes/origin/HR4-GWD-update) + 523f5a3ea2123bc713804aaf347da64b004afb9d FV3/atmos_cubed_sphere (201912_public_release-398-g523f5a3) + 97c3cc5e0e2bfbe67253609af97236636a8fc4c7 FV3/ccpp/framework (CPF_0.2.057) + c6dec90f4cd8e9f7ac5772cf51e9df6cd5f59cdd FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5268-gc6dec90f) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -35,283 +35,283 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240614 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_86571 +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240624 +COMPARISON DIRECTORY: /glade/derecho/scratch/epicufsrt/FV3_RT/rt_15457 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [23:16, 21:44] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:03, 05:41](3197 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:21, 23:47] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [17:16, 14:19](1914 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:04, 15:16](1929 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:49, 07:29](1079 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:51, 16:33](1886 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:21, 23:37] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [16:28, 14:16](1917 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [13:17, 12:12] ( 1530 warnings 1948 remarks ) - -PASS -- COMPILE 's2swa_intel' [22:19, 21:35] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [10:37, 06:24](3222 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:29, 06:19](3223 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:28, 03:58](3154 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:37, 06:18](3253 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:28, 03:43](3185 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:21, 06:02](3721 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:21, 06:04](3214 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:18, 05:21](3532 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:46, 06:05](3230 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [16:09, 09:36](3807 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [14:28, 06:32](3618 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [25:03, 10:36](4495 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [28:18, 06:58](4655 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:08, 06:06](3204 MB) - -PASS -- COMPILE 's2sw_intel' [21:16, 19:55] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:25, 04:50](1930 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:43, 05:02](1985 MB) - -PASS -- COMPILE 's2swa_debug_intel' [13:17, 12:11] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [12:03, 08:24](3285 MB) - -PASS -- COMPILE 's2sw_debug_intel' [12:16, 11:24] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:19, 05:56](1948 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [17:18, 16:03] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:42, 04:49](1996 MB) - -PASS -- COMPILE 's2s_intel' [17:18, 15:51] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:08, 06:58](2926 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:04, 02:22](2935 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:28, 01:30](2321 MB) - -PASS -- COMPILE 's2swa_faster_intel' [27:27, 26:08] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:41, 06:10](3230 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [23:25, 22:11] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:54, 14:24](1934 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:24, 07:34](1092 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:56, 16:26](1910 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [11:19, 10:25] ( 1565 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:42, 23:39](1949 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:18, 15:17] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:36, 03:27](667 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:07, 02:26](1568 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:18, 02:26](1570 MB) -PASS -- TEST 'control_latlon_intel' [04:06, 02:25](1568 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:09, 02:28](1562 MB) -PASS -- TEST 'control_c48_intel' [08:08, 06:12](1618 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:45, 05:15](732 MB) -PASS -- TEST 'control_c192_intel' [11:43, 08:42](1687 MB) -PASS -- TEST 'control_c384_intel' [14:56, 08:42](2004 MB) -PASS -- TEST 'control_c384gdas_intel' [15:40, 07:01](1199 MB) -PASS -- TEST 'control_stochy_intel' [02:39, 01:24](626 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:49, 00:59](437 MB) -PASS -- TEST 'control_lndp_intel' [03:28, 01:21](625 MB) -PASS -- TEST 'control_iovr4_intel' [03:42, 02:03](622 MB) -PASS -- TEST 'control_iovr5_intel' [03:42, 02:03](620 MB) -PASS -- TEST 'control_p8_intel' [05:24, 03:09](1871 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:41, 03:07](1864 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:52, 03:03](1871 MB) -PASS -- TEST 'control_restart_p8_intel' [03:13, 01:33](1015 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:44, 03:00](1858 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:14, 01:36](1019 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:41, 03:12](1864 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:40, 03:03](1948 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:29, 04:39](1863 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:41, 03:38](1925 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:48, 03:06](1867 MB) -PASS -- TEST 'merra2_thompson_intel' [05:50, 03:17](1869 MB) -PASS -- TEST 'regional_control_intel' [07:13, 04:50](871 MB) -PASS -- TEST 'regional_restart_intel' [04:47, 02:49](877 MB) -PASS -- TEST 'regional_decomp_intel' [07:11, 04:56](874 MB) -PASS -- TEST 'regional_noquilt_intel' [05:59, 04:35](1196 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:55, 04:49](864 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:52, 04:45](873 MB) -PASS -- TEST 'regional_wofs_intel' [06:48, 05:35](1606 MB) - -PASS -- COMPILE 'rrfs_intel' [14:15, 13:13] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:22, 06:05](1009 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:30, 03:50](1185 MB) -PASS -- TEST 'rap_decomp_intel' [08:21, 06:21](1005 MB) -PASS -- TEST 'rap_2threads_intel' [08:21, 05:37](1099 MB) -PASS -- TEST 'rap_restart_intel' [05:14, 03:10](881 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:26, 06:05](1004 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:34, 06:21](1004 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:08, 04:33](879 MB) -PASS -- TEST 'hrrr_control_intel' [05:14, 03:11](1004 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:14, 03:17](1003 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:14, 02:47](1089 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:32, 01:43](837 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:25, 06:00](999 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:04, 07:25](1960 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:01, 07:11](1949 MB) - -PASS -- COMPILE 'csawmg_intel' [12:16, 11:11] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [09:06, 06:30](967 MB) +PASS -- COMPILE 's2swa_32bit_intel' [23:23, 21:33] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:16, 05:29](3202 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:23, 22:49] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [16:55, 14:35](1914 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:05, 15:55](1951 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:04, 07:52](1080 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:50, 16:34](1889 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:23, 23:28] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [16:08, 14:18](1920 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [12:20, 11:27] ( 1530 warnings 1948 remarks ) + +PASS -- COMPILE 's2swa_intel' [21:24, 20:54] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [09:27, 06:26](3227 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:38, 06:18](3227 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:30, 03:53](3153 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:27, 06:15](3255 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:41, 03:57](3183 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:10, 05:48](3729 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:10, 06:16](3219 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:03, 05:15](3543 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:40, 06:09](3236 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [13:33, 09:32](3890 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [15:43, 06:19](3625 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [25:35, 10:17](4521 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [31:14, 06:56](4670 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:01, 05:59](3211 MB) + +PASS -- COMPILE 's2sw_intel' [20:23, 19:53] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:33, 04:52](1928 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:47, 04:58](1992 MB) + +PASS -- COMPILE 's2swa_debug_intel' [12:21, 11:17] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [11:08, 08:26](3289 MB) + +PASS -- COMPILE 's2sw_debug_intel' [11:20, 10:38] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:21, 06:06](1946 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [16:22, 15:25] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:51, 04:55](1994 MB) + +PASS -- COMPILE 's2s_intel' [16:21, 15:21] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:18, 06:42](2946 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:14, 02:21](2945 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:19, 01:29](2340 MB) + +PASS -- COMPILE 's2swa_faster_intel' [26:23, 25:09] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:20, 06:09](3234 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [22:21, 21:49] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:52, 14:45](1934 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:30, 08:02](1112 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:09, 16:58](1903 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [12:14, 11:30] ( 1565 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:42, 23:35](1952 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [16:16, 15:04] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:42, 03:26](671 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [11:03, 02:24](1572 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [11:13, 02:27](1572 MB) +PASS -- TEST 'control_latlon_intel' [09:58, 02:24](1565 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [10:06, 02:25](1568 MB) +PASS -- TEST 'control_c48_intel' [14:07, 06:11](1622 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:35, 05:15](735 MB) +PASS -- TEST 'control_c192_intel' [18:02, 08:41](1692 MB) +PASS -- TEST 'control_c384_intel' [20:44, 08:39](2002 MB) +PASS -- TEST 'control_c384gdas_intel' [16:27, 07:05](1200 MB) +PASS -- TEST 'control_stochy_intel' [05:39, 01:25](627 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:39, 00:52](440 MB) +PASS -- TEST 'control_lndp_intel' [04:37, 01:21](624 MB) +PASS -- TEST 'control_iovr4_intel' [04:39, 02:05](622 MB) +PASS -- TEST 'control_iovr5_intel' [04:31, 02:05](621 MB) +PASS -- TEST 'control_p8_intel' [05:30, 03:07](1868 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:36, 03:11](1870 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:36, 02:59](1877 MB) +PASS -- TEST 'control_restart_p8_intel' [04:26, 02:03](1017 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:27, 03:10](1866 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:31, 02:05](1019 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:25, 03:17](1865 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:25, 03:04](1956 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:09, 05:07](1870 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:23, 04:00](1931 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:38, 03:09](1872 MB) +PASS -- TEST 'merra2_thompson_intel' [05:27, 03:28](1871 MB) +PASS -- TEST 'regional_control_intel' [07:01, 04:54](882 MB) +PASS -- TEST 'regional_restart_intel' [05:06, 02:55](878 MB) +PASS -- TEST 'regional_decomp_intel' [07:01, 05:07](875 MB) +PASS -- TEST 'regional_noquilt_intel' [06:54, 04:54](1199 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:58, 04:55](881 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:55, 04:59](874 MB) +PASS -- TEST 'regional_wofs_intel' [06:56, 05:38](1606 MB) + +PASS -- COMPILE 'rrfs_intel' [14:15, 12:52] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:26, 06:06](1008 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:49, 03:46](1198 MB) +PASS -- TEST 'rap_decomp_intel' [08:26, 06:21](1009 MB) +PASS -- TEST 'rap_2threads_intel' [07:26, 05:38](1104 MB) +PASS -- TEST 'rap_restart_intel' [05:22, 03:12](882 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:28, 06:05](1006 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:28, 06:21](1009 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:14, 04:34](881 MB) +PASS -- TEST 'hrrr_control_intel' [05:18, 03:12](1000 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:18, 03:17](1004 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:18, 02:46](1090 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:48, 01:46](837 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:26, 05:57](1000 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:01, 07:21](1962 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:03, 07:05](1949 MB) + +PASS -- COMPILE 'csawmg_intel' [12:15, 10:58] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [08:08, 06:23](968 MB) PASS -- TEST 'control_ras_intel' [04:41, 02:53](660 MB) -PASS -- COMPILE 'wam_intel' [12:14, 10:52] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [12:02, 09:54](1663 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [18:19, 17:05] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:33, 02:34](1869 MB) -PASS -- TEST 'regional_control_faster_intel' [06:00, 04:30](878 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [14:14, 12:32] ( 889 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:56, 02:28](1590 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:59, 02:28](1597 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:33, 02:50](798 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:34, 02:34](799 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:57, 04:34](1110 MB) -PASS -- TEST 'control_ras_debug_intel' [03:26, 02:35](801 MB) -PASS -- TEST 'control_diag_debug_intel' [04:43, 02:33](1656 MB) -PASS -- TEST 'control_debug_p8_intel' [04:53, 03:08](1894 MB) -PASS -- TEST 'regional_debug_intel' [17:54, 16:18](926 MB) -PASS -- TEST 'rap_control_debug_intel' [06:29, 04:39](1182 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:27, 04:31](1175 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:35, 04:36](1179 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:33, 04:43](1181 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:28, 04:43](1183 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:43, 04:52](1263 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:34, 04:46](1181 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:36, 04:52](1180 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:36, 04:38](1177 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:40, 04:39](1178 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:33, 04:31](1177 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:37, 04:36](1180 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:36, 07:28](1178 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:29, 04:33](1172 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:31, 05:49](1181 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:31, 04:39](1181 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:09, 07:53](1183 MB) - -PASS -- COMPILE 'wam_debug_intel' [08:12, 06:41] ( 844 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:06, 12:12](1691 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:15, 11:03] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:20, 03:28](1058 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:57, 05:05](882 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:13, 02:45](877 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:07, 04:45](943 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:53, 02:24](936 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:50, 02:55](877 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:58, 03:50](795 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:36, 01:31](774 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:22, 12:55] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:27, 01:49](1083 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:20, 00:54](1079 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:17, 01:07](974 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:19, 10:46] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:02, 03:34](915 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:19, 06:40] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:36, 04:29](1061 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:31, 04:28](1059 MB) -PASS -- TEST 'conus13km_debug_intel' [15:38, 13:16](1140 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:01, 13:26](827 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:20, 07:44](1142 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:51, 13:26](1207 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:13, 06:50] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:32, 04:31](1080 MB) - -PASS -- COMPILE 'hafsw_intel' [19:23, 18:01] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:33, 04:24](715 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:44, 04:57](1068 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:57, 06:20](777 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [12:50, 10:47](795 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:16, 12:03](812 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:03, 04:43](479 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:37, 05:46](493 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:56, 02:15](393 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:15, 06:09](462 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:03, 03:18](517 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:29, 03:02](513 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:29, 03:53](586 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:29, 01:12](430 MB) -PASS -- TEST 'gnv1_nested_intel' [07:07, 04:02](1720 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [09:13, 08:22] ( 1472 warnings 1481 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:07, 12:08](617 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [27:30, 26:37] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:39, 07:09](631 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:37, 07:15](684 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [20:20, 18:59] ( 5 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:27, 05:21](680 MB) - -PASS -- COMPILE 'hafs_all_intel' [16:20, 15:22] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:26, 05:31](748 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:41, 05:38](738 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:30, 16:14](894 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:20, 08:29] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:46, 02:30](763 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:47, 01:30](751 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:41, 02:22](642 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:44, 02:25](645 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:38, 02:24](644 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:28, 02:28](751 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:34, 02:34](751 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:34, 02:20](643 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:34, 05:39](699 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:27, 05:37](674 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:29, 02:27](764 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:44, 03:51](2021 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:10, 03:51](2018 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [07:19, 06:00] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:37, 05:09](734 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:19, 08:09] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:40, 02:27](764 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:17, 02:55] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:42, 01:03](312 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:32, 00:59](451 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:40, 00:54](450 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:23, 13:05] ( 5 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:03, 04:06](1916 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:18, 12:11] ( 5 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:46, 03:52](1899 MB) - -PASS -- COMPILE 'atml_intel' [16:13, 15:01] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:03, 07:10](1888 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:04, 07:24](1888 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:53, 03:44](1037 MB) - -PASS -- COMPILE 'atml_debug_intel' [10:18, 09:50] ( 887 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:56, 06:37](1921 MB) - -PASS -- COMPILE 'atmw_intel' [14:21, 13:27] ( 5 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:38, 02:25](1888 MB) - -PASS -- COMPILE 'atmaero_intel' [13:22, 12:00] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:58, 04:23](3123 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:05, 04:20](2999 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:28, 04:25](3009 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [08:14, 07:07] ( 889 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [25:50, 21:53](4530 MB) +PASS -- COMPILE 'wam_intel' [11:14, 10:32] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [12:14, 09:54](1661 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [18:16, 17:11] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:30, 02:58](1862 MB) +PASS -- TEST 'regional_control_faster_intel' [05:58, 04:44](877 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [13:15, 12:15] ( 889 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:02, 02:33](1602 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:59, 02:27](1601 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:40, 02:51](801 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:35, 02:33](800 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:00, 04:27](1111 MB) +PASS -- TEST 'control_ras_debug_intel' [03:36, 02:40](809 MB) +PASS -- TEST 'control_diag_debug_intel' [04:50, 02:34](1657 MB) +PASS -- TEST 'control_debug_p8_intel' [05:08, 03:14](1897 MB) +PASS -- TEST 'regional_debug_intel' [18:06, 16:14](918 MB) +PASS -- TEST 'rap_control_debug_intel' [06:33, 04:40](1184 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:49, 04:34](1178 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:49, 04:37](1181 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:51, 04:46](1180 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:49, 04:40](1181 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:07, 04:56](1266 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:40, 04:48](1182 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:35, 04:42](1184 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:41, 04:39](1182 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:44, 04:40](1183 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:39, 04:34](1180 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:35, 04:40](1183 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:34, 07:35](1180 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:40, 04:43](1176 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:45, 05:31](1189 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:42, 04:42](1175 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:03, 07:53](1181 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:12, 06:29] ( 844 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:09, 12:37](1689 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:13, 11:01] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:07, 03:30](1060 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:58, 05:07](882 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:08, 02:46](882 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:01, 04:47](945 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:56, 02:26](937 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:51, 02:55](884 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:06, 03:52](793 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:42, 01:33](774 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:21, 15:07] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:57, 01:54](1087 MB) +PASS -- TEST 'conus13km_2threads_intel' [06:21, 00:58](1085 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:14, 01:06](975 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:19, 10:54] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:02, 03:38](914 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:19, 06:47] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:36, 04:31](1056 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:32, 04:23](1054 MB) +PASS -- TEST 'conus13km_debug_intel' [16:05, 13:17](1139 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:57, 13:20](823 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:49, 07:45](1135 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:44, 13:49](1207 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:19, 06:40] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:33, 04:43](1082 MB) + +PASS -- COMPILE 'hafsw_intel' [18:21, 17:50] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:50, 04:34](719 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:55, 05:04](1071 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:59, 06:28](775 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:55, 11:00](795 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:31, 12:35](816 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:07, 04:39](479 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:38, 05:43](494 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:03, 02:16](392 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:41, 06:12](459 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:04, 03:17](511 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:39, 03:04](514 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:35, 03:47](589 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:30, 01:13](427 MB) +PASS -- TEST 'gnv1_nested_intel' [08:34, 04:00](1722 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [13:14, 07:56] ( 1472 warnings 1481 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:18, 12:03](619 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [30:23, 26:46] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:00, 07:10](630 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:52, 07:15](689 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [22:20, 18:57] ( 5 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:25, 05:23](681 MB) + +PASS -- COMPILE 'hafs_all_intel' [18:14, 15:35] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:26, 05:36](756 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:29, 05:38](740 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:06, 16:37](892 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:21, 08:15] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:44, 02:29](762 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:44, 01:54](753 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:42, 02:27](642 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:35, 02:23](645 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:40, 02:23](650 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:37, 02:28](765 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:36, 02:29](752 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:37, 02:22](646 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:43, 05:49](695 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:56, 06:06](677 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:24, 02:28](765 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:51, 03:52](2018 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:47, 04:16](2018 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [07:19, 05:50] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:16, 05:08](749 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:18, 08:12] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:31, 02:31](763 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:19, 02:43] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [05:08, 01:10](314 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:42, 01:05](451 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:59, 01:03](450 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:19, 13:02] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [10:08, 04:27](1926 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:20, 11:45] ( 5 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:56, 03:48](1912 MB) + +PASS -- COMPILE 'atml_intel' [15:20, 14:49] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:06, 06:48](1896 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [11:13, 06:41](1884 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:03, 03:35](1040 MB) + +PASS -- COMPILE 'atml_debug_intel' [10:21, 09:32] ( 887 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:55, 06:44](1931 MB) + +PASS -- COMPILE 'atmw_intel' [14:19, 13:51] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:43, 02:24](1894 MB) + +PASS -- COMPILE 'atmaero_intel' [13:19, 12:10] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:03, 04:17](3126 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:48, 04:16](3000 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:53, 04:20](3013 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [08:18, 07:26] ( 889 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [27:12, 22:00](4536 MB) SYNOPSIS: -Starting Date/Time: 20240628 06:32:21 -Ending Date/Time: 20240628 08:08:34 -Total Time: 01h:37m:19s +Starting Date/Time: 20240709 06:45:50 +Ending Date/Time: 20240709 08:26:12 +Total Time: 01h:41m:27s Compiles Completed: 41/41 Tests Completed: 183/183 diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index 0114b9759d..459b98af72 100644 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,7 +1,7 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -552f487a2333cfd64aa1fcbdebc380f9158b9e52 +77c09929d475e0c62f43d7778d75d33583ea651d Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 81950993462af14cd53a3b5d7280014fc60d7abf FV3 (remotes/origin/cherry_pick_omga) - 57ca82d862410971889f0f0badad5a8fca89b280 FV3/atmos_cubed_sphere (remotes/origin/cherry_pick_omga) - ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) - 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) + 93b8a2a8700bf454e3297834b15dd74f43590389 FV3 (remotes/origin/HR4-GWD-update) + 523f5a3ea2123bc713804aaf347da64b004afb9d FV3/atmos_cubed_sphere (201912_public_release-398-g523f5a3) + 97c3cc5e0e2bfbe67253609af97236636a8fc4c7 FV3/ccpp/framework (CPF_0.2.057) + c6dec90f4cd8e9f7ac5772cf51e9df6cd5f59cdd FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5268-gc6dec90f) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -35,352 +35,287 @@ 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-20240614 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_64571 +BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240624 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_236657 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [20:15, 19:19] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:47, 07:10](3198 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:14, 24:44] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [15:53, 13:30](1925 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:44, 14:04](1929 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:39, 06:39](1078 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:43, 14:49](1896 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:12, 23:26] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [14:45, 13:21](1913 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [19:12, 18:25] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [27:13, 24:10](1935 MB) - -PASS -- COMPILE 's2swa_intel' [19:12, 18:20] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [11:14, 08:06](3224 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:28, 07:59](3222 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:24, 05:15](3156 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:29, 07:57](3243 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:29, 05:31](3177 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:15, 06:44](3455 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:21, 08:03](3220 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:15, 06:59](3167 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:43, 08:03](3223 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [14:24, 10:40](3439 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [10:53, 07:25](3603 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [20:28, 13:02](4190 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:20, 09:17](4342 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:19, 07:49](3205 MB) - -PASS -- COMPILE 's2sw_intel' [22:12, 21:45] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:48, 05:12](1933 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:52, 05:24](1995 MB) - -PASS -- COMPILE 's2swa_debug_intel' [19:12, 18:17] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [12:17, 09:56](3265 MB) - -PASS -- COMPILE 's2sw_debug_intel' [18:13, 17:32] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:27, 06:05](1944 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [18:13, 18:03] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:44, 05:16](1991 MB) - -PASS -- COMPILE 's2s_intel' [16:15, 15:49] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:25, 07:01](2910 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:36, 02:08](2912 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:20, 01:12](2310 MB) - -PASS -- COMPILE 's2swa_faster_intel' [26:12, 25:42] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:41, 08:08](3224 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [26:12, 25:52] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:39, 14:53](1930 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:34, 07:52](1104 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:34, 17:07](1909 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [17:12, 16:33] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:40, 26:57](1946 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [15:11, 14:44] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:39, 03:45](666 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:23, 03:29](1570 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:17, 03:33](1570 MB) -PASS -- TEST 'control_latlon_intel' [05:08, 03:21](1573 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:18, 03:35](1572 MB) -PASS -- TEST 'control_c48_intel' [08:24, 06:38](1595 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:12, 05:44](719 MB) -PASS -- TEST 'control_c192_intel' [12:19, 10:01](1682 MB) -PASS -- TEST 'control_c384_intel' [20:19, 18:16](1979 MB) -PASS -- TEST 'control_c384gdas_intel' [17:17, 14:15](1178 MB) -PASS -- TEST 'control_stochy_intel' [02:26, 01:54](624 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:39, 01:02](426 MB) -PASS -- TEST 'control_lndp_intel' [02:34, 01:48](622 MB) -PASS -- TEST 'control_iovr4_intel' [03:28, 02:38](620 MB) -PASS -- TEST 'control_iovr5_intel' [03:35, 02:40](619 MB) -PASS -- TEST 'control_p8_intel' [05:11, 03:22](1860 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:38, 03:26](1860 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:28, 03:17](1865 MB) -PASS -- TEST 'control_restart_p8_intel' [03:11, 01:51](1014 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:21, 03:22](1859 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:15, 02:11](1016 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:13, 03:28](1861 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:19, 02:47](1951 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:53, 05:34](1860 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:19, 04:30](1918 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:17, 03:26](1868 MB) -PASS -- TEST 'merra2_thompson_intel' [05:09, 03:42](1865 MB) -PASS -- TEST 'regional_control_intel' [05:45, 04:43](842 MB) -PASS -- TEST 'regional_restart_intel' [03:39, 02:58](860 MB) -PASS -- TEST 'regional_decomp_intel' [06:41, 05:16](860 MB) -PASS -- TEST 'regional_2threads_intel' [03:41, 03:05](999 MB) -PASS -- TEST 'regional_noquilt_intel' [05:48, 04:46](1179 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:50, 04:49](856 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:44, 04:57](858 MB) -PASS -- TEST 'regional_wofs_intel' [07:44, 06:09](1588 MB) - -PASS -- COMPILE 'rrfs_intel' [13:11, 13:07] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [09:32, 06:48](1010 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:17, 04:01](1183 MB) -PASS -- TEST 'rap_decomp_intel' [10:14, 07:01](1007 MB) -PASS -- TEST 'rap_2threads_intel' [09:32, 06:08](1100 MB) -PASS -- TEST 'rap_restart_intel' [05:13, 03:32](877 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:21, 06:52](1005 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:21, 07:12](1005 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:10, 05:13](878 MB) -PASS -- TEST 'hrrr_control_intel' [07:16, 04:08](1000 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:16, 04:07](1004 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:37, 03:05](1078 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:45, 02:20](834 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:32, 06:41](1001 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:52, 08:05](1963 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:51, 07:50](1948 MB) - -PASS -- COMPILE 'csawmg_intel' [13:11, 12:42] -PASS -- TEST 'control_csawmg_intel' [08:54, 06:40](963 MB) -PASS -- TEST 'control_ras_intel' [05:59, 03:28](657 MB) - -PASS -- COMPILE 'wam_intel' [17:15, 16:10] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:11, 11:41](1663 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [21:15, 20:23] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:20, 03:19](1858 MB) -PASS -- TEST 'regional_control_faster_intel' [05:43, 04:33](857 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [13:16, 12:35] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:58, 03:05](1574 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:54, 03:01](1576 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:34, 03:09](786 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:29, 02:49](784 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:43, 04:22](1092 MB) -PASS -- TEST 'control_ras_debug_intel' [03:28, 03:04](793 MB) -PASS -- TEST 'control_diag_debug_intel' [03:49, 03:02](1642 MB) -PASS -- TEST 'control_debug_p8_intel' [04:39, 03:19](1878 MB) -PASS -- TEST 'regional_debug_intel' [17:37, 16:19](885 MB) -PASS -- TEST 'rap_control_debug_intel' [05:34, 05:00](1168 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:26, 04:56](1161 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:34, 04:57](1164 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:33, 05:02](1164 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:33, 05:08](1167 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:42, 05:27](1249 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:36, 05:03](1168 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:26, 05:11](1169 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:37, 05:05](1169 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:28, 05:01](1167 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:33, 04:56](1164 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:27, 05:09](1165 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:30, 07:58](1164 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:36, 04:53](1159 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:26, 05:58](1172 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:32, 05:15](1167 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:01, 08:31](1169 MB) - -PASS -- COMPILE 'wam_debug_intel' [12:16, 11:44] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:58, 13:49](1675 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:11, 12:44] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:09, 04:00](1052 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:09, 05:57](887 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:59, 03:23](885 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:05, 05:20](948 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:11, 02:47](940 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:01, 03:29](886 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:59, 04:06](785 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:40, 01:41](769 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:11, 14:46] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:08, 02:21](1093 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:44, 01:04](1075 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:43, 01:24](977 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:12, 13:41] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:11, 04:22](910 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:12, 11:09] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:32, 04:56](1046 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:31, 04:59](1045 MB) -PASS -- TEST 'conus13km_debug_intel' [15:53, 14:12](1125 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:54, 14:35](804 MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_debug_2threads_intel' [, ]( MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:44, 14:14](1197 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [11:17, 10:24] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:32, 04:57](1071 MB) - -PASS -- COMPILE 'hafsw_intel' [19:19, 18:44] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:27, 05:26](705 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:38, 04:40](1060 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:38, 07:38](754 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:16, 11:37](788 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:33, 12:57](802 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:26, 05:22](479 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:28, 06:47](496 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:31, 03:03](376 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:50, 08:01](436 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:51, 03:43](512 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:06, 03:35](512 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:12, 04:40](576 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:49, 01:42](403 MB) -PASS -- TEST 'gnv1_nested_intel' [09:16, 05:28](1716 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [13:21, 12:26] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:24, 12:58](589 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [25:13, 24:57] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:46, 07:42](607 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:41, 07:52](783 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [21:12, 20:45] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:11, 06:08](783 MB) - -PASS -- COMPILE 'hafs_all_intel' [17:14, 16:39] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:20, 06:13](743 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:19, 06:13](728 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [21:17, 20:04](892 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [17:12, 17:03] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:25, 02:35](761 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:00, 01:34](734 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:25, 02:26](638 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:26, 02:32](639 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:24, 02:28](636 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:27, 02:33](760 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:27, 02:33](760 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:25, 02:26](642 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:59, 06:06](692 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:00, 06:09](671 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:43, 02:34](747 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:36, 04:34](2016 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:30, 04:38](2015 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [10:10, 09:48] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:35, 05:32](742 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [16:17, 15:42] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:33, 02:41](761 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [05:10, 04:49] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:02, 01:57](308 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:54, 01:34](455 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:55, 01:01](455 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [17:14, 16:54] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:31, 05:16](1925 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [18:11, 18:07] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:44, 03:59](1912 MB) - -PASS -- COMPILE 'atml_intel' [22:14, 21:32] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:43, 07:09](1890 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [09:43, 07:27](1892 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:46, 04:03](1030 MB) - -PASS -- COMPILE 'atml_debug_intel' [16:12, 15:12] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:25, 06:25](1916 MB) - -PASS -- COMPILE 'atmw_intel' [16:11, 15:36] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:03, 02:22](1898 MB) - -PASS -- COMPILE 'atmaero_intel' [16:11, 15:29] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:21, 05:58](3119 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:19, 06:41](3005 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:10, 06:38](3017 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [13:12, 12:12] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [20:43, 18:09](4491 MB) +PASS -- COMPILE 's2swa_32bit_intel' [23:12, 22:27] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:32, 06:50](3199 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:12, 23:16] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [15:33, 13:33](1925 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:20, 14:54](1943 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [09:53, 06:42](1078 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:18, 15:00](1896 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:12, 23:45] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [14:44, 13:26](1914 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [16:12, 15:59] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:40, 24:14](1936 MB) + +PASS -- COMPILE 's2swa_intel' [20:11, 19:27] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [12:09, 07:39](3226 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:34, 07:26](3225 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:22, 05:01](3156 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [12:19, 07:42](3246 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:21, 04:57](3180 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:44, 06:12](3462 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [11:56, 07:34](3222 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:42, 06:30](3168 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:18, 07:28](3226 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [15:32, 10:13](3446 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:16, 07:25](3608 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [19:19, 12:47](4203 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:10, 08:56](4360 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [11:59, 07:30](3208 MB) + +PASS -- COMPILE 's2sw_intel' [19:11, 19:00] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:07, 05:19](1937 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:16, 05:56](1997 MB) + +PASS -- COMPILE 's2swa_debug_intel' [16:11, 16:00] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [11:17, 09:25](3269 MB) + +PASS -- COMPILE 's2sw_debug_intel' [16:11, 15:34] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:10, 05:44](1945 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [18:11, 17:20] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:18, 05:12](1997 MB) + +PASS -- COMPILE 's2s_intel' [17:11, 16:52] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [07:59, 06:30](2928 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [02:58, 01:56](2933 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:26, 01:07](2330 MB) + +PASS -- COMPILE 's2swa_faster_intel' [27:13, 26:22] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:35, 07:59](3226 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [23:11, 23:05] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:58, 15:01](1935 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:23, 07:27](1107 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:24, 17:06](1909 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [14:10, 13:38] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:40, 26:55](1945 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [16:11, 15:20] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:38, 03:42](667 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:27, 03:00](1565 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:24, 03:02](1570 MB) +PASS -- TEST 'control_latlon_intel' [04:16, 02:56](1573 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:27, 03:01](1572 MB) +PASS -- TEST 'control_c48_intel' [09:12, 06:39](1596 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:03, 05:40](719 MB) +PASS -- TEST 'control_c192_intel' [11:24, 09:52](1682 MB) +PASS -- TEST 'control_c384_intel' [19:42, 18:06](1979 MB) +PASS -- TEST 'control_c384gdas_intel' [16:28, 14:03](1181 MB) +PASS -- TEST 'control_stochy_intel' [02:36, 01:56](624 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:32, 01:01](426 MB) +PASS -- TEST 'control_lndp_intel' [02:43, 01:55](623 MB) +PASS -- TEST 'control_iovr4_intel' [03:45, 02:40](620 MB) +PASS -- TEST 'control_iovr5_intel' [03:36, 02:38](620 MB) +PASS -- TEST 'control_p8_intel' [05:46, 03:11](1859 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:51, 03:15](1860 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:43, 03:11](1867 MB) +PASS -- TEST 'control_restart_p8_intel' [03:25, 01:46](1013 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:37, 03:07](1859 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:34, 01:47](1015 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:33, 03:10](1861 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:38, 02:46](1945 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:48, 05:17](1861 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:32, 04:07](1919 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:42, 03:16](1868 MB) +PASS -- TEST 'merra2_thompson_intel' [05:33, 03:39](1865 MB) +PASS -- TEST 'regional_control_intel' [05:38, 04:57](858 MB) +PASS -- TEST 'regional_restart_intel' [03:32, 02:33](860 MB) +PASS -- TEST 'regional_decomp_intel' [06:34, 05:08](860 MB) +PASS -- TEST 'regional_2threads_intel' [04:24, 03:00](1000 MB) +PASS -- TEST 'regional_noquilt_intel' [05:38, 04:50](1184 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:42, 04:55](858 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:37, 04:44](858 MB) +PASS -- TEST 'regional_wofs_intel' [06:36, 05:59](1588 MB) + +PASS -- COMPILE 'rrfs_intel' [15:11, 14:12] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [07:56, 06:44](1010 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:06, 04:05](1188 MB) +PASS -- TEST 'rap_decomp_intel' [07:53, 06:58](1009 MB) +PASS -- TEST 'rap_2threads_intel' [07:51, 06:07](1102 MB) +PASS -- TEST 'rap_restart_intel' [05:32, 03:28](878 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:54, 06:48](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:50, 07:01](1007 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [05:54, 04:52](879 MB) +PASS -- TEST 'hrrr_control_intel' [04:59, 03:48](1002 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:59, 03:49](1005 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:55, 03:08](1085 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:29, 01:56](835 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:44, 06:46](1002 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:15, 07:55](1963 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:09, 07:53](1951 MB) + +PASS -- COMPILE 'csawmg_intel' [14:11, 13:27] +PASS -- TEST 'control_csawmg_intel' [07:38, 06:34](964 MB) +PASS -- TEST 'control_ras_intel' [04:30, 03:20](656 MB) + +PASS -- COMPILE 'wam_intel' [13:11, 13:03] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:00, 11:18](1661 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [21:11, 20:14] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:03, 03:08](1859 MB) +PASS -- TEST 'regional_control_faster_intel' [05:34, 04:38](858 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [12:11, 11:38] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:51, 03:06](1577 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:49, 02:51](1578 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:31, 03:07](785 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:28, 02:50](783 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:50, 04:14](1094 MB) +PASS -- TEST 'control_ras_debug_intel' [03:28, 02:49](792 MB) +PASS -- TEST 'control_diag_debug_intel' [03:40, 02:57](1642 MB) +PASS -- TEST 'control_debug_p8_intel' [03:36, 03:06](1878 MB) +PASS -- TEST 'regional_debug_intel' [17:38, 16:35](888 MB) +PASS -- TEST 'rap_control_debug_intel' [05:28, 05:02](1168 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:29, 04:55](1162 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:32, 04:56](1166 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:29, 04:58](1166 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:27, 04:56](1168 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:31, 05:14](1250 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:25, 05:07](1169 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:29, 05:31](1170 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:29, 05:18](1169 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:28, 05:19](1167 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:30, 05:06](1166 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:45, 04:57](1166 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:05, 08:24](1165 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:46, 04:53](1160 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:44, 06:07](1173 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:38, 04:57](1168 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:20, 08:40](1172 MB) + +PASS -- COMPILE 'wam_debug_intel' [11:11, 10:44] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:06, 13:12](1676 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:11, 14:20] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:08, 03:52](1050 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:01, 06:00](883 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:51, 03:17](882 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:50, 05:16](944 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:54, 02:44](934 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:52, 03:25](881 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:51, 04:08](782 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:34, 01:41](764 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:15, 16:50] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:09, 02:03](1095 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:49, 01:13](1079 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:52, 01:21](978 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:11, 12:20] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:00, 04:17](912 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:11, 09:50] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:31, 04:56](1045 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:28, 04:44](1044 MB) +PASS -- TEST 'conus13km_debug_intel' [15:02, 14:05](1124 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [14:58, 13:56](803 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:50, 08:11](1113 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:51, 13:53](1196 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:12, 09:18] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:33, 04:54](1070 MB) + +PASS -- COMPILE 'hafsw_intel' [17:12, 16:56] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:12, 05:21](707 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:30, 04:32](1062 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:27, 07:30](757 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:13, 11:30](785 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:16, 12:39](799 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:12, 05:23](480 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:30, 06:43](494 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:53, 02:54](376 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:40, 07:55](437 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:57, 03:48](511 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:05, 03:35](512 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:03, 04:41](576 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:37, 02:06](403 MB) +PASS -- TEST 'gnv1_nested_intel' [07:51, 05:31](1716 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [11:11, 11:00] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:03, 12:45](587 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [24:11, 23:30] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:11, 07:45](612 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:15, 07:48](784 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [17:11, 16:40] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:17, 06:02](783 MB) + +PASS -- COMPILE 'hafs_all_intel' [16:13, 15:33] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:17, 06:33](739 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:17, 06:04](725 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:10, 20:08](892 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [13:11, 12:32] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:23, 02:36](760 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:26, 01:34](749 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:27, 02:30](640 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:27, 02:29](636 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:27, 02:29](636 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:26, 02:35](760 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:25, 02:35](760 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:25, 02:26](638 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:02, 05:58](690 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:51, 05:57](671 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:21, 02:36](760 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:28, 04:40](2015 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:27, 04:41](2014 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [08:11, 07:58] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:52, 05:28](741 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [13:10, 12:20] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:29, 02:34](761 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:14, 03:30] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:49, 01:39](309 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:46, 01:25](454 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:43, 01:00](456 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:11, 15:21] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:45, 03:52](1924 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:17, 13:44] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:48, 03:56](1911 MB) + +PASS -- COMPILE 'atml_intel' [16:18, 15:17] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:27, 07:58](1893 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [09:27, 08:03](1893 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:48, 04:33](1046 MB) + +PASS -- COMPILE 'atml_debug_intel' [10:10, 09:47] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:19, 06:09](1916 MB) + +PASS -- COMPILE 'atmw_intel' [14:10, 13:51] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:22, 02:11](1899 MB) + +PASS -- COMPILE 'atmaero_intel' [13:11, 12:21] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:11, 06:33](3119 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:10, 06:55](3005 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:00, 07:08](3017 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [09:11, 09:07] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [20:31, 18:20](4488 MB) SYNOPSIS: -Starting Date/Time: 20240628 09:52:05 -Ending Date/Time: 20240628 11:31:21 -Total Time: 01h:40m:32s +Starting Date/Time: 20240709 18:09:19 +Ending Date/Time: 20240709 19:39:48 +Total Time: 01h:31m:25s Compiles Completed: 41/41 -Tests Completed: 184/185 -Failed Tests: -* TEST conus13km_debug_2threads_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f5/epic/scratch/Zachary.Shrader/rt-2327/tests/logs/log_gaea/run_conus13km_debug_2threads_intel.log - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF GAEA REGRESSION TESTING LOG==== -====START OF GAEA REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -552f487a2333cfd64aa1fcbdebc380f9158b9e52 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 81950993462af14cd53a3b5d7280014fc60d7abf FV3 (remotes/origin/cherry_pick_omga) - 57ca82d862410971889f0f0badad5a8fca89b280 FV3/atmos_cubed_sphere (remotes/origin/cherry_pick_omga) - ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) - 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240614 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_189085 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [23:16, 22:29] ( 787 warnings 8 remarks ) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:45, 08:25](1115 MB) - -SYNOPSIS: -Starting Date/Time: 20240628 14:40:53 -Ending Date/Time: 20240628 15:13:57 -Total Time: 00h:33m:36s -Compiles Completed: 1/1 -Tests Completed: 1/1 +Tests Completed: 185/185 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 95b52686db..5115c8e5d5 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,7 +1,7 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -3e04c0d37a597ad74e5fe0ca22a19d8fcffef4c4 +3344c3e6be519c08f98fe39e342985e7c821e0e9 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,7 +9,7 @@ Submodule hashes used in testing: 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 81950993462af14cd53a3b5d7280014fc60d7abf FV3 (remotes/origin/cherry_pick_omga) + 93b8a2a8700bf454e3297834b15dd74f43590389 FV3 (remotes/origin/HR4-GWD-update) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) @@ -24,378 +24,442 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240614 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3037433 +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240624 +COMPARISON DIRECTORY: /scratch2/NAGAPE/epic/Jong.Kim/stmp2/Jong.Kim/FV3_RT/rt_2823285 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: nems +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2swa_32bit_intel' [14:14, 13:21] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:25, 05:40](3313 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:14, 16:08] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:02, 17:13](1999 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:18, 18:11](2149 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:09, 08:24](1231 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:59, 19:30](1862 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:14, 16:45] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [17:39, 16:58](1968 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:15, 05:05] ( 1525 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:01, 22:59](1918 MB) + +PASS -- COMPILE 's2swa_intel' [14:14, 13:17] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [07:23, 05:56](3354 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [07:30, 05:54](3351 MB) +PASS -- TEST 'cpld_restart_p8_intel' [05:24, 03:31](3268 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [07:23, 05:57](3371 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:24, 03:37](3269 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [07:18, 05:37](3629 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [07:18, 05:56](3342 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [06:21, 04:50](3215 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:29, 05:56](3356 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [13:23, 10:22](3531 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:08, 06:28](3641 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [17:35, 09:27](4304 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:26, 06:03](4389 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:21, 05:27](3314 MB) + +PASS -- COMPILE 's2sw_intel' [13:13, 12:27] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [06:01, 04:52](2001 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:10, 04:31](2059 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:11, 05:07] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:37, 08:27](3366 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:11, 04:46] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:23, 05:47](2006 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:13, 11:52] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:05, 04:15](2047 MB) + +PASS -- COMPILE 's2s_intel' [12:13, 11:51] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:43, 09:02](3108 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:44, 02:42](3091 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:44, 01:35](2495 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:11, 17:22] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [07:09, 05:49](3329 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:11, 15:56] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:05, 17:33](2015 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:19, 08:18](1290 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:02, 19:55](1922 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 05:04] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:06, 25:27](1951 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:11, 12:08] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:23, 03:22](708 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:46, 03:00](1598 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:45, 02:56](1607 MB) +PASS -- TEST 'control_latlon_intel' [03:39, 02:59](1570 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:46, 02:58](1598 MB) +PASS -- TEST 'control_c48_intel' [08:44, 07:39](1763 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:27, 06:24](863 MB) +PASS -- TEST 'control_c192_intel' [11:54, 10:45](1736 MB) +PASS -- TEST 'control_c384_intel' [13:03, 10:26](2014 MB) +PASS -- TEST 'control_c384gdas_intel' [12:00, 08:24](1403 MB) +PASS -- TEST 'control_stochy_intel' [02:27, 01:37](665 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:27, 00:59](507 MB) +PASS -- TEST 'control_lndp_intel' [02:24, 01:33](663 MB) +PASS -- TEST 'control_iovr4_intel' [03:25, 02:28](658 MB) +PASS -- TEST 'control_iovr5_intel' [03:28, 02:28](650 MB) +PASS -- TEST 'control_p8_intel' [04:01, 03:08](1902 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:02, 03:05](1893 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:55, 03:03](1898 MB) +PASS -- TEST 'control_restart_p8_intel' [02:46, 01:44](1135 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:53, 03:09](1893 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:51, 01:45](1162 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:52, 03:10](1880 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:53, 02:55](1985 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:42, 05:34](1871 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:51, 04:10](1958 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:51, 03:07](1905 MB) +PASS -- TEST 'merra2_thompson_intel' [04:49, 03:21](1899 MB) +PASS -- TEST 'regional_control_intel' [06:35, 05:21](1094 MB) +PASS -- TEST 'regional_restart_intel' [03:37, 02:55](1095 MB) +PASS -- TEST 'regional_decomp_intel' [06:33, 05:38](1089 MB) +PASS -- TEST 'regional_2threads_intel' [04:37, 03:27](1100 MB) +PASS -- TEST 'regional_noquilt_intel' [06:40, 05:19](1401 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:41, 05:19](1105 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:36, 05:19](1106 MB) +PASS -- TEST 'regional_wofs_intel' [07:37, 06:51](1910 MB) + +PASS -- COMPILE 'rrfs_intel' [11:11, 11:01] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:40, 07:48](1110 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:08, 04:15](1305 MB) +PASS -- TEST 'rap_decomp_intel' [08:36, 08:07](1036 MB) +PASS -- TEST 'rap_2threads_intel' [08:35, 07:17](1189 MB) +PASS -- TEST 'rap_restart_intel' [04:50, 04:04](1102 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:39, 07:48](1108 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:36, 08:08](1044 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:03, 05:50](1135 MB) +PASS -- TEST 'hrrr_control_intel' [04:40, 03:57](1045 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:36, 04:06](1032 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:32, 03:40](1108 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:28, 02:08](1001 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:52, 07:37](1095 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:27, 09:24](1979 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:25, 09:05](2058 MB) + +PASS -- COMPILE 'csawmg_intel' [11:11, 10:43] +PASS -- TEST 'control_csawmg_intel' [07:39, 06:07](1028 MB) +PASS -- TEST 'control_ras_intel' [04:22, 03:14](745 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:11, 04:25] +PASS -- TEST 'control_csawmg_gnu' [09:50, 08:21](744 MB) + +PASS -- COMPILE 'wam_intel' [11:11, 10:42] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [11:48, 10:50](1671 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [15:13, 14:36] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:48, 02:45](1898 MB) +PASS -- TEST 'regional_control_faster_intel' [05:36, 04:50](1099 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 06:03] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:52, 02:39](1611 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:55, 02:37](1615 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:29, 02:57](820 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:29, 02:41](814 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:49, 04:16](1138 MB) +PASS -- TEST 'control_ras_debug_intel' [03:29, 02:49](807 MB) +PASS -- TEST 'control_diag_debug_intel' [03:59, 02:39](1681 MB) +PASS -- TEST 'control_debug_p8_intel' [03:52, 02:58](1905 MB) +PASS -- TEST 'regional_debug_intel' [17:50, 17:02](1095 MB) +PASS -- TEST 'rap_control_debug_intel' [05:31, 04:50](1204 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:34, 04:41](1194 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:34, 04:49](1217 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:34, 04:50](1199 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:31, 04:50](1209 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:50, 05:21](1281 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:31, 05:08](1212 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:32, 04:56](1207 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:32, 05:03](1206 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:32, 04:52](1211 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:24, 04:43](1202 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:23, 04:52](1202 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:24, 07:49](1200 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:23, 04:46](1194 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:24, 06:05](1210 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:23, 04:52](1213 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:45, 08:19](1221 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 04:53] +PASS -- TEST 'control_csawmg_debug_gnu' [03:39, 02:19](732 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:11, 03:49] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:44, 13:40](1673 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 10:29] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:11, 03:52](1171 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:37, 06:27](1047 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:40, 03:25](997 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:36, 06:07](1095 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:33, 03:12](970 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:33, 03:36](935 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:42, 04:52](1029 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:31, 01:50](932 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:11, 13:54] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:05, 02:06](1201 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:45, 00:57](1113 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:48, 01:13](1113 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 10:47] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:41, 04:10](990 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 03:46] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:27, 04:54](1081 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:25, 04:47](1091 MB) +PASS -- TEST 'conus13km_debug_intel' [15:52, 14:14](1228 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:51, 14:31](930 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [08:48, 08:04](1147 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:45, 14:29](1290 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 03:51] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:26, 04:55](1133 MB) + +PASS -- COMPILE 'hafsw_intel' [13:11, 12:13] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:17, 05:06](741 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:32, 06:00](1122 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:32, 06:53](829 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:22, 13:26](865 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:28, 15:16](883 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:57, 05:27](504 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:22, 06:45](517 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:44, 02:50](377 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:26, 07:13](474 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:42, 03:44](527 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:46, 03:32](537 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:58, 04:07](595 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:26, 01:16](412 MB) +PASS -- TEST 'gnv1_nested_intel' [05:40, 04:03](1742 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:11, 04:17] ( 1467 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:54, 12:46](576 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [17:11, 16:10] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:03, 08:46](650 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:07, 08:54](748 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:10, 12:19] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:04, 06:37](698 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:10, 11:45] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:21, 06:24](836 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:21, 06:33](819 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:02, 16:31](1201 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:10, 06:24] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:20, 03:05](1114 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:20, 01:56](1078 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:18, 02:44](1022 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:18, 02:37](1034 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:18, 02:37](1029 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:18, 02:36](1136 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:19, 02:39](1152 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:19, 02:34](1009 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:20, 06:29](1085 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:15, 06:07](1046 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:15, 02:42](1167 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:21, 04:00](2437 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:20, 03:56](2441 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:11] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:18, 06:14](1101 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:10, 06:27] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:18, 02:39](1157 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 01:06] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:30, 00:46](260 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:25, 00:47](325 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:23, 00:32](324 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:10, 11:17] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:07, 03:40](1991 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:10, 10:52] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:04, 03:43](1961 MB) + +PASS -- COMPILE 'atml_intel' [13:11, 12:19] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:03, 04:33](1868 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:01, 04:19](1863 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:44, 02:30](1087 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:10, 04:56] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:56, 05:42](1883 MB) + +PASS -- COMPILE 'atmw_intel' [11:11, 11:06] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:51, 01:48](1938 MB) + +PASS -- COMPILE 'atmaero_intel' [12:12, 11:11] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:59, 04:08](3209 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:55, 04:53](3104 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:43, 04:59](3113 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:11, 03:48] ( 884 warnings 6 remarks ) +FAILED: TEST TIMED OUT -- TEST 'regional_atmaq_debug_intel' [, ]( MB) + +PASS -- COMPILE 'atm_gnu' [05:11, 04:44] +PASS -- TEST 'control_c48_gnu' [12:41, 11:20](1537 MB) +PASS -- TEST 'control_stochy_gnu' [04:21, 03:22](504 MB) +PASS -- TEST 'control_ras_gnu' [05:21, 04:42](509 MB) +PASS -- TEST 'control_p8_gnu' [05:58, 04:43](1446 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:51, 04:38](1461 MB) +PASS -- TEST 'control_flake_gnu' [11:24, 10:18](543 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:11, 04:11] +PASS -- TEST 'rap_control_gnu' [11:34, 10:44](814 MB) +PASS -- TEST 'rap_decomp_gnu' [11:31, 10:58](851 MB) +PASS -- TEST 'rap_2threads_gnu' [10:38, 09:47](931 MB) +PASS -- TEST 'rap_restart_gnu' [06:43, 05:31](577 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [11:39, 10:54](812 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:34, 10:56](861 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:42, 08:03](575 MB) +PASS -- TEST 'hrrr_control_gnu' [06:32, 05:30](814 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [06:31, 05:29](798 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:38, 04:58](922 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [06:32, 05:37](845 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:25, 02:49](559 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:25, 02:48](657 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [11:41, 10:38](810 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:12, 07:23] +PASS -- TEST 'control_diag_debug_gnu' [02:45, 01:37](1278 MB) +PASS -- TEST 'regional_debug_gnu' [12:37, 11:24](762 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:22, 02:40](822 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:21, 02:32](824 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:22, 02:36](829 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:21, 02:39](828 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:42, 02:46](906 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:20, 04:15](827 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:22, 02:40](823 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:20, 02:34](821 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:20, 01:40](491 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:21, 01:48](453 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:39, 01:47](1441 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:21, 02:36](825 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:20, 02:53](863 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:34, 04:23](823 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:11, 02:34] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:12, 04:11] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:29, 09:16](706 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:33, 04:54](710 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:32, 08:31](757 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:32, 04:28](744 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:33, 05:04](705 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:54, 06:59](547 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:28, 02:31](541 MB) +PASS -- TEST 'conus13km_control_gnu' [04:54, 03:08](879 MB) +PASS -- TEST 'conus13km_2threads_gnu' [06:43, 05:57](879 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:46, 01:48](552 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 10:50] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:38, 05:40](730 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 07:25] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [06:13, 02:31](717 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [06:20, 02:32](711 MB) +PASS -- TEST 'conus13km_debug_gnu' [10:48, 06:56](895 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [10:36, 07:06](574 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [11:07, 07:41](895 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [09:42, 06:54](958 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 07:27] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:21, 02:39](736 MB) + +FAILED: UNABLE TO FINISH COMPILE -- COMPILE 's2swa_gnu' [, ] + +PASS -- COMPILE 's2s_gnu' [17:13, 16:11] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [10:00, 08:37](1535 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:11, 03:13] + +PASS -- COMPILE 's2sw_pdlib_gnu' [17:13, 16:26] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [22:16, 20:47](1464 MB) + +FAILED: UNABLE TO FINISH COMPILE -- COMPILE 's2sw_pdlib_debug_gnu' [, ] +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'cpld_debug_pdlib_p8_gnu' [, ]( MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [16:12, 15:46] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:18, 02:51](684 MB) + +SYNOPSIS: +Starting Date/Time: 20240709 12:01:57 +Ending Date/Time: 20240709 14:36:38 +Total Time: 02h:35m:33s +Compiles Completed: 55/57 +Tests Completed: 243/245 +Failed Compiles: +* COMPILE s2swa_gnu: FAILED: UNABLE TO FINISH COMPILE +-- LOG: /scratch2/NCEPDEV/marine/Jong.Kim/UFS-RT/rt-2290/tests/logs/log_hera/compile_s2swa_gnu.log +* COMPILE s2sw_pdlib_debug_gnu: FAILED: UNABLE TO FINISH COMPILE +-- LOG: /scratch2/NCEPDEV/marine/Jong.Kim/UFS-RT/rt-2290/tests/logs/log_hera/compile_s2sw_pdlib_debug_gnu.log +Failed Tests: +* TEST regional_atmaq_debug_intel: FAILED: TEST TIMED OUT +-- LOG: /scratch2/NAGAPE/epic/Jong.Kim/stmp2/Jong.Kim/FV3_RT/rt_2823285/regional_atmaq_debug_intel/err + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF HERA REGRESSION TESTING LOG==== +====START OF HERA REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +77c09929d475e0c62f43d7778d75d33583ea651d + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 93b8a2a8700bf454e3297834b15dd74f43590389 FV3 (remotes/origin/HR4-GWD-update) + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240624 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_2337535 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-r) - USE ROCOTO - -PASS -- COMPILE 's2swa_32bit_intel' [13:57, 13:56] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:47, 05:45](3284 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:40, 16:39] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [17:58, 17:12](1951 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:12, 18:08](2112 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:15, 08:16](1222 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:09, 19:25](1837 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:42, 16:41] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:43, 17:13](1941 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:37, 05:36] ( 1525 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:39, 22:55](1873 MB) - -PASS -- COMPILE 's2swa_intel' [13:56, 13:55] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [07:18, 06:09](3314 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [07:19, 06:12](3318 MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:05, 03:43](3235 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [07:11, 06:11](3337 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [04:53, 03:43](3246 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [06:46, 05:56](3591 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [07:25, 06:30](3308 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [06:09, 05:08](3191 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:21, 06:22](3312 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [12:05, 10:24](3488 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [08:41, 06:25](3611 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [16:18, 10:07](4252 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:32, 06:21](4334 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [06:38, 05:45](3293 MB) - -PASS -- COMPILE 's2sw_intel' [13:19, 13:18] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [05:48, 04:59](1949 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:34, 04:41](2019 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:36, 05:35] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [09:46, 08:54](3309 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:11, 05:10] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:48, 05:58](1957 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:17, 12:16] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:35, 04:36](2020 MB) - -PASS -- COMPILE 's2s_intel' [12:33, 12:32] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [10:15, 09:34](3068 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:23, 02:48](3042 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:23, 01:45](2482 MB) - -PASS -- COMPILE 's2swa_faster_intel' [21:25, 21:23] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [06:38, 05:44](3311 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:57, 15:57] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:14, 17:28](1995 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:33, 08:26](1254 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:46, 19:55](1908 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:13, 05:12] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:16, 24:30](1904 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:14, 12:13] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [03:37, 03:22](680 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:25, 02:56](1583 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:33, 03:01](1590 MB) -PASS -- TEST 'control_latlon_intel' [03:23, 02:57](1575 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:32, 02:59](1583 MB) -PASS -- TEST 'control_c48_intel' [08:10, 07:41](1742 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:40, 06:26](847 MB) -PASS -- TEST 'control_c192_intel' [11:20, 10:37](1725 MB) -PASS -- TEST 'control_c384_intel' [12:05, 10:40](1998 MB) -PASS -- TEST 'control_c384gdas_intel' [10:18, 08:06](1389 MB) -PASS -- TEST 'control_stochy_intel' [01:52, 01:38](636 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:20, 01:01](477 MB) -PASS -- TEST 'control_lndp_intel' [01:50, 01:36](644 MB) -PASS -- TEST 'control_iovr4_intel' [02:48, 02:31](632 MB) -PASS -- TEST 'control_iovr5_intel' [02:48, 02:32](637 MB) -PASS -- TEST 'control_p8_intel' [03:56, 03:12](1869 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:59, 03:15](1868 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:44, 03:08](1874 MB) -PASS -- TEST 'control_restart_p8_intel' [02:26, 01:49](1115 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:50, 03:10](1856 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:35, 01:57](1146 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:52, 03:17](1844 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:32, 02:59](1969 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:02, 05:29](1872 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:50, 04:12](1934 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:02, 03:22](1875 MB) -PASS -- TEST 'merra2_thompson_intel' [04:17, 03:40](1862 MB) -PASS -- TEST 'regional_control_intel' [05:57, 05:32](1083 MB) -PASS -- TEST 'regional_restart_intel' [03:25, 02:58](1078 MB) -PASS -- TEST 'regional_decomp_intel' [06:11, 05:46](1080 MB) -PASS -- TEST 'regional_2threads_intel' [04:00, 03:30](1078 MB) -PASS -- TEST 'regional_noquilt_intel' [05:56, 05:31](1378 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:56, 05:28](1091 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:59, 05:34](1082 MB) -PASS -- TEST 'regional_wofs_intel' [07:24, 06:59](1897 MB) - -PASS -- COMPILE 'rrfs_intel' [11:18, 11:17] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:18, 07:47](1085 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:04, 04:16](1278 MB) -PASS -- TEST 'rap_decomp_intel' [08:45, 08:15](1017 MB) -PASS -- TEST 'rap_2threads_intel' [07:47, 07:19](1171 MB) -PASS -- TEST 'rap_restart_intel' [04:39, 04:05](1084 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:19, 07:47](1085 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:38, 08:12](1021 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:30, 05:50](1120 MB) -PASS -- TEST 'hrrr_control_intel' [04:29, 04:03](1027 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:33, 04:09](1003 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:10, 03:42](1094 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:35, 02:12](987 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:22, 07:42](1084 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:47, 09:26](1963 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:27, 09:11](2048 MB) - -PASS -- COMPILE 'csawmg_intel' [10:50, 10:50] -PASS -- TEST 'control_csawmg_intel' [06:45, 06:16](1004 MB) -PASS -- TEST 'control_ras_intel' [03:32, 03:20](726 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:21, 04:20] -PASS -- TEST 'control_csawmg_gnu' [09:03, 08:38](739 MB) - -PASS -- COMPILE 'wam_intel' [10:44, 10:43] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [11:39, 11:03](1645 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [18:37, 18:36] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:35, 02:50](1877 MB) -PASS -- TEST 'regional_control_faster_intel' [05:24, 04:55](1081 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:48, 06:48] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:20, 02:48](1579 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:21, 02:49](1572 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:20, 03:05](786 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:03, 02:49](781 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:46, 04:12](1100 MB) -PASS -- TEST 'control_ras_debug_intel' [03:06, 02:53](791 MB) -PASS -- TEST 'control_diag_debug_intel' [03:21, 02:46](1636 MB) -PASS -- TEST 'control_debug_p8_intel' [03:33, 03:02](1874 MB) -PASS -- TEST 'regional_debug_intel' [18:11, 17:44](1065 MB) -PASS -- TEST 'rap_control_debug_intel' [05:13, 04:56](1165 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:07, 04:51](1164 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:09, 04:54](1165 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:10, 04:57](1169 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:14, 05:01](1163 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:40, 05:15](1248 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:17, 05:03](1162 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:26, 05:10](1170 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:17, 05:03](1164 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:16, 05:02](1168 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:16, 05:01](1165 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:16, 05:02](1167 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:24, 08:11](1167 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:08, 04:53](1159 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:27, 06:11](1170 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:23, 05:09](1165 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:18, 08:46](1178 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:53, 04:52] -PASS -- TEST 'control_csawmg_debug_gnu' [02:53, 02:24](711 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:16, 04:16] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:14, 13:37](1642 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:55, 10:54] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:56, 04:04](1151 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:11, 06:44](1028 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:01, 03:32](969 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:49, 06:27](1075 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:51, 03:25](942 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:26, 03:56](907 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:26, 04:57](1011 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:23, 01:59](913 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:58, 14:58] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:06, 02:15](1189 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:32, 00:57](1108 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:56, 01:19](1090 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:55, 10:54] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:56, 04:23](966 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:17, 04:16] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:17, 05:03](1049 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:10, 04:54](1047 MB) -PASS -- TEST 'conus13km_debug_intel' [14:54, 14:17](1184 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:13, 14:35](880 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [08:41, 08:08](1105 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:49, 14:16](1245 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:03, 04:02] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:22, 05:06](1096 MB) - -PASS -- COMPILE 'hafsw_intel' [12:34, 12:33] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:08, 05:11](720 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:02, 06:36](1085 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:04, 06:57](816 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:42, 13:42](846 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:33, 15:24](870 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:25, 05:40](488 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:05, 07:02](505 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:20, 02:47](358 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:09, 07:25](469 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:23, 03:52](515 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:19, 03:40](516 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:56, 04:17](569 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:30, 01:12](398 MB) -PASS -- TEST 'gnv1_nested_intel' [05:17, 04:04](1698 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:34, 04:32] ( 1467 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:28, 12:46](530 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:36, 20:35] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:41, 08:54](653 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:42, 08:52](699 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:42, 12:41] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:21, 06:33](674 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:28, 11:27] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:39, 06:39](810 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:39, 06:41](786 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:53, 16:16](1224 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:42, 06:42] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:50, 02:43](1152 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:49, 01:39](1081 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:44, 02:38](1004 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:42, 02:35](1017 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:44, 02:36](1020 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:48, 02:40](1149 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:52, 02:44](1144 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:40, 02:32](1016 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:16, 06:09](1053 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:14, 06:05](1052 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:52, 02:46](1157 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:09, 03:59](2444 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:07, 03:59](2487 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:33, 03:32] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:20, 06:12](1064 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:40, 06:40] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:57, 02:50](1140 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:17, 01:16] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:07, 00:48](258 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:04, 00:51](311 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:44, 00:31](310 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:35, 11:34] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:40, 03:47](1971 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:31, 11:31] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [04:43, 03:49](1943 MB) - -PASS -- COMPILE 'atml_intel' [12:33, 12:32] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [05:23, 04:29](1847 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [05:12, 04:26](1846 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:03, 02:26](1091 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:16, 05:16] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:51, 06:00](1843 MB) - -PASS -- COMPILE 'atmw_intel' [11:27, 11:27] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:33, 01:56](1906 MB) - -PASS -- COMPILE 'atmaero_intel' [11:38, 11:38] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:56, 04:14](3172 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:48, 05:03](3069 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:35, 05:02](3080 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:06, 04:06] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [23:16, 21:35](4298 MB) - -PASS -- COMPILE 'atm_gnu' [04:41, 04:41] -PASS -- TEST 'control_c48_gnu' [11:49, 11:21](1531 MB) -PASS -- TEST 'control_stochy_gnu' [03:37, 03:22](492 MB) -PASS -- TEST 'control_ras_gnu' [04:54, 04:43](497 MB) -PASS -- TEST 'control_p8_gnu' [05:31, 04:49](1447 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:23, 04:43](1447 MB) -PASS -- TEST 'control_flake_gnu' [10:27, 10:13](535 MB) - -PASS -- COMPILE 'rrfs_gnu' [04:23, 04:23] -PASS -- TEST 'rap_control_gnu' [11:13, 10:45](815 MB) -PASS -- TEST 'rap_decomp_gnu' [11:21, 10:57](844 MB) -PASS -- TEST 'rap_2threads_gnu' [10:15, 09:51](929 MB) -PASS -- TEST 'rap_restart_gnu' [05:50, 05:24](567 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [11:25, 10:59](843 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:29, 11:07](809 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:32, 08:01](573 MB) -PASS -- TEST 'hrrr_control_gnu' [06:04, 05:37](807 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [06:05, 05:39](798 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:31, 05:08](918 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:57, 05:34](840 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:08, 02:49](555 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:11, 02:50](650 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [10:55, 10:27](809 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:44, 07:43] -PASS -- TEST 'control_diag_debug_gnu' [02:14, 01:42](1257 MB) -PASS -- TEST 'regional_debug_gnu' [11:44, 11:19](724 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:54, 02:41](811 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:56, 02:41](807 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:48, 02:38](809 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:52, 02:40](809 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:13, 02:50](896 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:18, 04:06](806 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:47, 02:36](811 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:45, 02:34](804 MB) -PASS -- TEST 'control_ras_debug_gnu' [01:46, 01:35](443 MB) -PASS -- TEST 'control_stochy_debug_gnu' [01:58, 01:47](435 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:24, 01:55](1413 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:57, 02:38](815 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:10, 02:59](815 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:43, 04:17](823 MB) - -PASS -- COMPILE 'wam_debug_gnu' [02:51, 02:50] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:24, 04:23] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:50, 09:22](696 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:22, 04:56](699 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:02, 08:38](747 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:53, 04:32](736 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:24, 05:03](697 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:30, 07:03](543 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:50, 02:35](530 MB) -PASS -- TEST 'conus13km_control_gnu' [03:55, 03:14](865 MB) -PASS -- TEST 'conus13km_2threads_gnu' [06:23, 05:52](874 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:26, 01:53](546 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:06, 11:06] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:13, 05:46](725 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:34, 07:34] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:47, 02:34](696 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:44, 02:32](697 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:37, 07:01](863 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:37, 07:02](564 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [08:03, 07:34](864 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:31, 06:56](930 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:34, 07:34] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:52, 02:38](718 MB) - -PASS -- COMPILE 's2swa_gnu' [16:20, 16:19] - -PASS -- COMPILE 's2s_gnu' [15:59, 15:59] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [08:19, 07:26](1519 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [03:23, 03:23] - -PASS -- COMPILE 's2sw_pdlib_gnu' [16:12, 16:12] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [20:14, 19:23](1436 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:06, 03:06] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:27, 12:40](1451 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [15:33, 15:33] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:07, 02:58](687 MB) +* (-l) - USE CONFIG FILE: rt.conf + +PASS -- COMPILE 'atmaq_debug_intel' [21:14, 04:05] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [51:35, 48:33](4479 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:12, 03:31] + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 03:38] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [15:04, 14:06](1468 MB) SYNOPSIS: -Starting Date/Time: 20240627 23:34:39 -Ending Date/Time: 20240628 04:36:49 -Total Time: 05h:02m:27s -Compiles Completed: 57/57 -Tests Completed: 245/245 +Starting Date/Time: 20240709 18:07:18 +Ending Date/Time: 20240709 20:43:34 +Total Time: 02h:36m:24s +Compiles Completed: 3/3 +Tests Completed: 2/2 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index d1d9d26f71..5c7a36d9be 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,7 +1,7 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -7968ca105b129742d9f3eff503cb8a62efd6cbcb +3344c3e6be519c08f98fe39e342985e7c821e0e9 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 81950993462af14cd53a3b5d7280014fc60d7abf FV3 (remotes/origin/cherry_pick_omga) - 57ca82d862410971889f0f0badad5a8fca89b280 FV3/atmos_cubed_sphere (remotes/origin/cherry_pick_omga) - ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) - 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) + 93b8a2a8700bf454e3297834b15dd74f43590389 FV3 (remotes/origin/HR4-GWD-update) + 523f5a3ea2123bc713804aaf347da64b004afb9d FV3/atmos_cubed_sphere (201912_public_release-398-g523f5a3) + 97c3cc5e0e2bfbe67253609af97236636a8fc4c7 FV3/ccpp/framework (CPF_0.2.057) + c6dec90f4cd8e9f7ac5772cf51e9df6cd5f59cdd FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5268-gc6dec90f) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -35,391 +35,383 @@ 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-20240614 -COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_118853 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240624 +COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_902011 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [12:10, 11:34] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:53, 07:32](2120 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:11, 17:39] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [14:00, 13:07](1997 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:23, 13:52](2303 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:11, 06:25](1302 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [15:46, 14:49](1915 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:11, 17:58] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [13:24, 12:53](1986 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:10, 06:30] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [22:04, 20:29](1967 MB) - -PASS -- COMPILE 's2swa_intel' [11:10, 10:42] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [08:47, 07:37](2187 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:59, 07:38](2178 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:05, 04:17](1955 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:47, 07:38](2204 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:05, 04:19](1750 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:43, 08:52](2549 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:43, 07:41](2169 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:53, 06:20](2085 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:58, 07:37](2195 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [17:40, 15:23](2979 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [08:09, 05:41](2932 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [14:20, 08:33](3786 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:00, 05:25](3618 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [05:49, 04:58](2149 MB) - -PASS -- COMPILE 's2sw_intel' [11:10, 10:39] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:44, 07:01](2022 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [04:50, 04:07](2082 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:10, 05:39] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [07:52, 07:07](2203 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:10, 05:48] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:46, 04:54](2027 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [09:10, 08:57] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [04:45, 04:08](2089 MB) - -PASS -- COMPILE 's2s_intel' [09:10, 09:02] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:37, 07:25](3093 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:35, 02:11](3067 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:30, 01:14](2495 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:11, 16:52] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [08:58, 07:22](2186 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:11, 15:53] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:55, 13:30](2039 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:55, 06:40](1386 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [15:44, 15:02](1954 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:10, 03:32] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [22:59, 21:41](2011 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [09:10, 08:42] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [03:16, 02:52](708 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:24, 02:25](1601 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:29, 02:32](1616 MB) -PASS -- TEST 'control_latlon_intel' [03:29, 02:28](1609 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:34, 02:28](1613 MB) -PASS -- TEST 'control_c48_intel' [07:31, 06:59](1738 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:22, 05:47](860 MB) -PASS -- TEST 'control_c192_intel' [10:39, 09:10](1757 MB) -PASS -- TEST 'control_c384_intel' [10:16, 09:07](2042 MB) -PASS -- TEST 'control_c384gdas_intel' [09:48, 07:12](1530 MB) -PASS -- TEST 'control_stochy_intel' [02:20, 01:21](665 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:33, 00:50](540 MB) -PASS -- TEST 'control_lndp_intel' [02:19, 01:17](661 MB) -PASS -- TEST 'control_iovr4_intel' [02:17, 02:02](656 MB) -PASS -- TEST 'control_iovr5_intel' [02:18, 02:04](667 MB) -PASS -- TEST 'control_p8_intel' [03:43, 02:38](1903 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:45, 02:46](1910 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:45, 02:40](1915 MB) -PASS -- TEST 'control_restart_p8_intel' [02:37, 01:32](1150 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:42, 02:34](1908 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:50, 01:35](1205 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:34, 02:41](1901 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:39, 02:29](1998 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:29, 04:40](1902 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:50, 03:37](1983 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:45, 02:54](1920 MB) -PASS -- TEST 'merra2_thompson_intel' [03:52, 02:55](1917 MB) -PASS -- TEST 'regional_control_intel' [05:27, 04:40](1198 MB) -PASS -- TEST 'regional_restart_intel' [03:27, 02:32](1179 MB) -PASS -- TEST 'regional_decomp_intel' [05:24, 04:55](1200 MB) -PASS -- TEST 'regional_2threads_intel' [03:24, 02:59](1160 MB) -PASS -- TEST 'regional_noquilt_intel' [05:25, 04:29](1519 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:35, 04:46](1197 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:30, 04:42](1202 MB) -PASS -- TEST 'regional_wofs_intel' [06:26, 05:37](2083 MB) - -PASS -- COMPILE 'rrfs_intel' [08:10, 07:50] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [07:40, 06:26](1244 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:45, 03:22](1410 MB) -PASS -- TEST 'rap_decomp_intel' [07:40, 06:54](1147 MB) -PASS -- TEST 'rap_2threads_intel' [07:40, 06:12](1390 MB) -PASS -- TEST 'rap_restart_intel' [04:57, 03:25](1156 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:43, 06:40](1208 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:43, 06:59](1154 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [05:50, 04:59](1200 MB) -PASS -- TEST 'hrrr_control_intel' [04:38, 03:25](1069 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:38, 03:30](1041 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [03:45, 03:05](1132 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:24, 01:50](1045 MB) -PASS -- TEST 'rrfs_v1beta_intel' [07:53, 06:25](1179 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:22, 07:38](2019 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:21, 07:26](2188 MB) - -PASS -- COMPILE 'csawmg_intel' [08:10, 07:11] -PASS -- TEST 'control_csawmg_intel' [06:30, 05:31](1078 MB) -PASS -- TEST 'control_ras_intel' [03:18, 02:49](851 MB) - -PASS -- COMPILE 'csawmg_gnu' [06:10, 05:16] -PASS -- TEST 'control_csawmg_gnu' [07:30, 06:48](1070 MB) - -PASS -- COMPILE 'wam_intel' [09:11, 08:13] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [11:32, 10:19](1674 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [14:10, 13:22] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:46, 02:24](1908 MB) -PASS -- TEST 'regional_control_faster_intel' [04:29, 04:06](1208 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:10, 05:44] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:27, 02:09](1628 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:30, 02:07](1631 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:16, 02:29](832 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:17, 02:12](833 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:27, 04:01](1155 MB) -PASS -- TEST 'control_ras_debug_intel' [03:20, 02:16](838 MB) -PASS -- TEST 'control_diag_debug_intel' [03:35, 02:11](1687 MB) -PASS -- TEST 'control_debug_p8_intel' [03:28, 02:26](1921 MB) -PASS -- TEST 'regional_debug_intel' [15:27, 14:29](1175 MB) -PASS -- TEST 'rap_control_debug_intel' [04:18, 04:02](1224 MB) -PASS -- TEST 'hrrr_control_debug_intel' [04:18, 03:56](1214 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [04:17, 03:56](1227 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [04:17, 04:00](1220 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:16, 03:59](1225 MB) -PASS -- TEST 'rap_diag_debug_intel' [04:23, 04:09](1308 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:25, 03:59](1228 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:16, 04:07](1230 MB) -PASS -- TEST 'rap_lndp_debug_intel' [04:18, 04:05](1215 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:17, 04:00](1220 MB) -PASS -- TEST 'rap_noah_debug_intel' [04:17, 03:54](1222 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [04:17, 03:55](1226 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:17, 06:27](1214 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [04:17, 03:54](1223 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:17, 04:56](1218 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:17, 04:14](1224 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:46, 06:57](1220 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:10, 04:08] -PASS -- TEST 'control_csawmg_debug_gnu' [02:29, 01:57](1058 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:10, 03:47] ( 839 warnings 1 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:10, 07:02] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:45, 03:13](1283 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:32, 05:22](1168 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:51, 02:51](1054 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:40, 05:02](1290 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:35, 02:37](1043 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:38, 03:02](996 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:38, 04:06](1075 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:24, 01:33](967 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:10, 10:14] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [02:37, 01:43](1314 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:26, 00:43](1201 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:25, 01:02](1160 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:10, 07:07] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:28, 03:39](1102 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:10, 02:58] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:16, 04:05](1096 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:20, 03:53](1097 MB) -PASS -- TEST 'conus13km_debug_intel' [12:31, 12:01](1351 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [12:29, 11:57](1001 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [07:25, 06:45](1244 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:26, 11:40](1420 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:10, 02:58] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:18, 04:08](1160 MB) - -PASS -- COMPILE 'hafsw_intel' [10:10, 09:53] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:02, 05:19](878 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:22, 05:00](1271 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:10, 06:15](953 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:04, 13:40](998 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:06, 14:59](994 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:45, 05:28](608 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:17, 07:12](624 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:35, 02:44](439 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:55, 07:41](551 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:38, 03:55](619 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:41, 03:43](621 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:40, 04:46](673 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:23, 01:17](459 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:10, 04:24] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:39, 11:42](644 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [16:10, 15:37] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:49, 16:36](731 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [17:54, 16:41](814 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:10, 10:20] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:46, 09:27](822 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:10, 10:02] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:01, 05:45](939 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:00, 05:49](920 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:39, 16:19](1341 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:10, 07:35] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:15, 02:12](1157 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:15, 01:18](1108 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:14, 02:04](1015 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:14, 02:08](1019 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:14, 02:07](1015 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:14, 02:09](1154 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:14, 02:10](1151 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:14, 02:06](1013 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:53, 04:52](1167 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:52, 04:51](1143 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:13, 02:11](1139 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:14, 03:00](2396 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [03:15, 03:01](2394 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:10, 02:51] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:14, 05:06](1069 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:10, 05:23] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:14, 02:08](1160 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:11] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:27, 00:48](342 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:22, 00:47](581 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:22, 00:29](571 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:10, 07:44] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:47, 03:15](2024 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [09:10, 08:35] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [03:49, 03:07](1993 MB) - -PASS -- COMPILE 'atml_intel' [09:10, 08:24] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:56, 05:29](1905 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:55, 05:36](1903 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:35, 03:12](1164 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:11, 04:29] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:50, 04:54](1919 MB) - -PASS -- COMPILE 'atmw_intel' [11:11, 10:30] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:45, 01:37](1965 MB) - -PASS -- COMPILE 'atmaero_intel' [08:11, 07:41] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:43, 03:45](2026 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:42, 04:18](1804 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:37, 04:20](1816 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 03:34] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [18:23, 16:19](4602 MB) - -PASS -- COMPILE 'atm_gnu' [05:11, 04:53] -PASS -- TEST 'control_c48_gnu' [10:36, 09:27](1568 MB) -PASS -- TEST 'control_stochy_gnu' [03:20, 02:19](730 MB) -PASS -- TEST 'control_ras_gnu' [04:16, 03:43](738 MB) -PASS -- TEST 'control_p8_gnu' [04:44, 03:49](1715 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [04:36, 03:43](1735 MB) -PASS -- TEST 'control_flake_gnu' [05:17, 04:30](808 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:10, 04:51] -PASS -- TEST 'rap_control_gnu' [08:40, 07:51](1095 MB) -PASS -- TEST 'rap_decomp_gnu' [08:31, 07:51](1082 MB) -PASS -- TEST 'rap_2threads_gnu' [07:33, 07:02](1119 MB) -PASS -- TEST 'rap_restart_gnu' [04:38, 03:55](884 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [08:36, 07:41](1082 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:34, 07:50](1095 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:37, 05:48](883 MB) -PASS -- TEST 'hrrr_control_gnu' [04:41, 03:59](1073 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [04:41, 04:00](1134 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [04:30, 03:44](1035 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [04:36, 04:04](1074 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:17, 02:13](880 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:17, 02:00](934 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [08:50, 07:39](1078 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:10, 07:03] -PASS -- TEST 'control_diag_debug_gnu' [02:30, 01:09](1631 MB) -PASS -- TEST 'regional_debug_gnu' [07:25, 06:40](1119 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:16, 02:03](1105 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:17, 01:54](1101 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:16, 01:55](1099 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:16, 02:03](1103 MB) -PASS -- TEST 'rap_diag_debug_gnu' [02:22, 02:08](1273 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:16, 03:03](1102 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:16, 02:02](1105 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:16, 01:58](1097 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:17, 01:15](730 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:16, 01:22](729 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:29, 01:31](1729 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:17, 02:04](1106 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:17, 02:11](1105 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:50, 03:21](1107 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:10, 02:49] -PASS -- TEST 'control_wam_debug_gnu' [05:30, 05:06](1573 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:10, 04:04] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:29, 07:22](967 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:48, 03:48](952 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:42, 06:52](997 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:37, 03:29](892 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:34, 03:54](951 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:36, 05:27](863 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:17, 01:59](856 MB) -PASS -- TEST 'conus13km_control_gnu' [03:37, 02:34](1270 MB) -PASS -- TEST 'conus13km_2threads_gnu' [01:29, 01:06](1178 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:28, 01:25](927 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:11, 09:35] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:27, 04:24](990 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [12:11, 11:40] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:17, 01:59](980 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:17, 01:56](973 MB) -PASS -- TEST 'conus13km_debug_gnu' [06:28, 05:36](1290 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [06:27, 05:47](977 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [04:25, 03:17](1198 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:25, 05:38](1360 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [12:11, 12:03] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:16, 01:59](1008 MB) - -PASS -- COMPILE 's2swa_gnu' [20:11, 19:53] -FAILED: TEST TIMED OUT -- TEST 'cpld_control_p8_gnu' [, ]( MB) - -PASS -- COMPILE 's2s_gnu' [20:11, 19:06] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [05:44, 04:46](2760 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:10, 03:40] -FAILED: TEST TIMED OUT -- TEST 'cpld_debug_p8_gnu' [, ]( MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [15:11, 14:48] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [26:42, 25:31](2893 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:10, 03:39] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:36, 12:02](3042 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [16:10, 15:22] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:14, 02:15](764 MB) +PASS -- COMPILE 's2swa_32bit_intel' [12:10, 11:31] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:07, 08:58](2123 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:10, 17:07] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [15:06, 13:16](1997 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:19, 14:00](2322 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:12, 06:29](1321 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:07, 14:53](1920 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:11, 15:37] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [15:30, 13:03](1989 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [04:10, 04:09] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [22:12, 20:22](1969 MB) + +PASS -- COMPILE 's2swa_intel' [12:10, 11:11] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [15:59, 08:44](2185 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:57, 08:33](2178 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:09, 04:17](1991 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [15:59, 08:36](2213 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:09, 04:23](1747 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [16:59, 10:09](2550 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [14:48, 08:30](2175 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [13:55, 07:15](2092 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:58, 08:30](2184 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [23:41, 16:34](2978 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:05, 06:53](2937 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [21:01, 10:07](3814 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:11, 06:22](3642 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [11:51, 06:01](2156 MB) + +PASS -- COMPILE 's2sw_intel' [10:10, 09:59] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [14:39, 08:02](2034 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:49, 03:59](2095 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:10, 05:40] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [14:48, 07:52](2204 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:10, 05:11] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:39, 05:44](2041 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [08:11, 08:08] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [10:46, 05:05](2092 MB) + +PASS -- COMPILE 's2s_intel' [08:10, 08:07] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [11:38, 07:05](3104 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [08:38, 03:02](3087 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:34, 01:10](2515 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:10, 16:39] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:05, 07:23](2194 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:10, 16:04] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:39, 13:45](2038 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:58, 06:50](1379 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:42, 15:16](1972 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:10, 04:04] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [24:51, 22:05](2002 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:10, 08:49] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [03:16, 02:46](701 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:28, 02:26](1615 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:32, 02:28](1625 MB) +PASS -- TEST 'control_latlon_intel' [03:24, 02:24](1617 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:32, 02:32](1605 MB) +PASS -- TEST 'control_c48_intel' [07:30, 07:00](1742 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:24, 05:46](857 MB) +PASS -- TEST 'control_c192_intel' [09:36, 08:50](1767 MB) +PASS -- TEST 'control_c384_intel' [10:17, 08:49](2055 MB) +PASS -- TEST 'control_c384gdas_intel' [08:55, 06:59](1509 MB) +PASS -- TEST 'control_stochy_intel' [02:19, 01:23](663 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:28, 00:50](549 MB) +PASS -- TEST 'control_lndp_intel' [02:18, 01:21](667 MB) +PASS -- TEST 'control_iovr4_intel' [02:21, 02:02](660 MB) +PASS -- TEST 'control_iovr5_intel' [02:21, 02:03](666 MB) +PASS -- TEST 'control_p8_intel' [03:48, 02:37](1906 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:49, 02:37](1913 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:49, 02:34](1907 MB) +PASS -- TEST 'control_restart_p8_intel' [03:46, 01:41](1155 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:40, 02:33](1892 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:52, 01:29](1202 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:46, 03:16](1904 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:47, 03:44](1997 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:37, 05:18](1901 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:56, 03:55](1989 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:53, 03:09](1922 MB) +PASS -- TEST 'merra2_thompson_intel' [06:52, 04:00](1916 MB) +PASS -- TEST 'regional_control_intel' [07:26, 05:34](1200 MB) +PASS -- TEST 'regional_restart_intel' [03:27, 02:45](1179 MB) +PASS -- TEST 'regional_decomp_intel' [07:25, 05:49](1199 MB) +PASS -- TEST 'regional_2threads_intel' [03:24, 02:57](1162 MB) +PASS -- TEST 'regional_noquilt_intel' [06:33, 04:34](1527 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:34, 04:36](1180 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:24, 04:48](1204 MB) +PASS -- TEST 'regional_wofs_intel' [07:26, 05:40](2078 MB) + +PASS -- COMPILE 'rrfs_intel' [12:10, 07:54] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:41, 07:24](1221 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:45, 03:23](1411 MB) +PASS -- TEST 'rap_decomp_intel' [08:41, 07:55](1144 MB) +PASS -- TEST 'rap_2threads_intel' [07:50, 06:46](1372 MB) +PASS -- TEST 'rap_restart_intel' [05:52, 03:50](1149 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:40, 06:39](1186 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:40, 06:57](1126 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:52, 05:02](1199 MB) +PASS -- TEST 'hrrr_control_intel' [04:41, 03:26](1074 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:41, 03:31](1043 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:34, 03:04](1127 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:34, 01:49](1024 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:54, 06:25](1182 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:22, 07:55](2007 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:19, 07:37](2173 MB) + +PASS -- COMPILE 'csawmg_intel' [09:10, 07:37] +PASS -- TEST 'control_csawmg_intel' [06:23, 05:29](1046 MB) +PASS -- TEST 'control_ras_intel' [03:16, 02:48](821 MB) + +PASS -- COMPILE 'csawmg_gnu' [06:10, 04:14] +PASS -- TEST 'control_csawmg_gnu' [09:31, 06:49](1073 MB) + +PASS -- COMPILE 'wam_intel' [12:10, 07:31] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [10:34, 09:34](1683 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [20:12, 15:18] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:50, 02:20](1918 MB) +PASS -- TEST 'regional_control_faster_intel' [05:27, 04:24](1198 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:11, 05:54] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:27, 02:12](1624 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:39, 02:07](1618 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:21, 02:39](830 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:16, 02:15](825 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:25, 04:10](1143 MB) +PASS -- TEST 'control_ras_debug_intel' [03:17, 02:28](847 MB) +PASS -- TEST 'control_diag_debug_intel' [03:29, 02:16](1687 MB) +PASS -- TEST 'control_debug_p8_intel' [04:27, 03:15](1918 MB) +PASS -- TEST 'regional_debug_intel' [16:28, 15:35](1144 MB) +PASS -- TEST 'rap_control_debug_intel' [05:17, 04:14](1217 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:19, 04:03](1215 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:19, 04:07](1220 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:19, 04:02](1219 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:19, 04:04](1225 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:25, 04:19](1298 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:17, 04:09](1226 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:18, 04:13](1223 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:17, 04:14](1221 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:17, 03:59](1221 MB) +PASS -- TEST 'rap_noah_debug_intel' [04:17, 03:57](1209 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [04:18, 04:02](1223 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:21, 06:45](1226 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:16, 04:03](1218 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:18, 04:57](1224 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:16, 04:18](1222 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:46, 07:14](1225 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [06:11, 05:50] +PASS -- TEST 'control_csawmg_debug_gnu' [02:29, 01:53](1059 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:10, 03:50] ( 839 warnings 1 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:10, 07:39] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:45, 03:29](1270 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:32, 05:22](1140 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:54, 02:50](1030 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:44, 04:57](1289 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:34, 02:36](1034 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:34, 02:58](973 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:50, 04:00](1095 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [07:40, 01:36](956 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:10, 12:07] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:36, 01:42](1297 MB) +PASS -- TEST 'conus13km_2threads_intel' [05:33, 00:50](1204 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [06:28, 01:04](1152 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:10, 07:20] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:31, 03:43](1083 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 03:18] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:18, 04:03](1092 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:18, 03:59](1105 MB) +PASS -- TEST 'conus13km_debug_intel' [13:37, 12:20](1343 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [13:36, 12:21](1008 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [08:31, 07:34](1249 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [13:29, 12:11](1408 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 03:07] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:20, 04:06](1148 MB) + +PASS -- COMPILE 'hafsw_intel' [10:10, 09:45] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:06, 05:23](875 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:22, 05:16](1275 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:10, 06:20](980 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [19:07, 14:35](1001 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:14, 15:11](1004 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:44, 05:30](605 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [12:21, 06:59](623 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [07:39, 02:36](441 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:55, 07:30](539 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [08:41, 03:54](622 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:37, 03:44](619 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:41, 04:48](680 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [06:27, 01:09](455 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:10, 03:28] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:42, 11:35](643 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [16:10, 15:29] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [16:47, 15:59](766 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [17:52, 16:17](814 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:10, 11:37] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [15:53, 10:23](826 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:15, 11:31] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [11:03, 05:43](948 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:59, 05:47](937 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [20:47, 16:34](1336 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:10, 06:57] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:15, 02:09](1150 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:16, 01:21](1113 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:14, 02:04](1018 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:14, 02:04](1007 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:14, 02:07](1017 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:13, 02:10](1147 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:14, 02:15](1141 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:13, 02:06](1020 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:50, 04:54](1158 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:48, 04:53](1161 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:12, 02:08](1150 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:16, 02:59](2390 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:16, 03:01](2381 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:50] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:14, 05:04](1065 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:10, 05:52] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:14, 02:07](1143 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 00:52] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:26, 00:51](337 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:21, 00:49](573 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:23, 00:36](586 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:11, 07:53] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:46, 04:21](2018 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [09:11, 08:02] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:46, 04:18](1997 MB) + +PASS -- COMPILE 'atml_intel' [11:11, 09:54] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:54, 05:55](1902 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:50, 05:49](1901 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:33, 03:18](1161 MB) + +PASS -- COMPILE 'atml_debug_intel' [06:11, 04:38] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:48, 04:59](1918 MB) + +PASS -- COMPILE 'atmw_intel' [11:11, 09:45] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:43, 02:35](1948 MB) + +PASS -- COMPILE 'atmaero_intel' [08:10, 07:47] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:43, 04:28](2032 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:42, 04:15](1812 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:36, 04:19](1822 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [03:10, 03:02] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [18:21, 16:26](4577 MB) + +PASS -- COMPILE 'atm_gnu' [05:10, 04:24] +PASS -- TEST 'control_c48_gnu' [11:36, 09:32](1554 MB) +PASS -- TEST 'control_stochy_gnu' [04:19, 02:16](727 MB) +PASS -- TEST 'control_ras_gnu' [05:20, 03:39](731 MB) +PASS -- TEST 'control_p8_gnu' [05:46, 04:02](1758 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [06:34, 04:23](1761 MB) +PASS -- TEST 'control_flake_gnu' [06:19, 04:20](824 MB) + +PASS -- COMPILE 'rrfs_gnu' [04:11, 04:07] +PASS -- TEST 'rap_control_gnu' [09:34, 07:54](1088 MB) +PASS -- TEST 'rap_decomp_gnu' [08:43, 07:57](1086 MB) +PASS -- TEST 'rap_2threads_gnu' [08:31, 07:17](1122 MB) +PASS -- TEST 'rap_restart_gnu' [04:49, 03:55](886 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [08:37, 07:52](1085 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:36, 07:58](1084 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:47, 05:48](886 MB) +PASS -- TEST 'hrrr_control_gnu' [04:46, 04:01](1072 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [04:30, 04:09](1135 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [04:40, 03:36](1023 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [04:39, 04:00](1074 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:23, 02:13](881 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:27, 02:12](935 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [08:48, 07:54](1079 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 07:16] +PASS -- TEST 'control_diag_debug_gnu' [02:33, 01:14](1629 MB) +PASS -- TEST 'regional_debug_gnu' [07:25, 06:41](1119 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:17, 02:08](1106 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:19, 02:05](1094 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:17, 02:07](1099 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [02:26, 02:01](1109 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:26, 02:17](1274 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:17, 03:17](1102 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:16, 02:08](1111 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:16, 02:03](1098 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:16, 01:09](734 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:16, 01:18](730 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:35, 01:29](1714 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:17, 02:01](1104 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:19, 02:15](1106 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:45, 03:23](1109 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:11, 02:52] +PASS -- TEST 'control_wam_debug_gnu' [05:28, 05:01](1574 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:10, 04:09] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:30, 07:30](966 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:53, 03:55](952 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:41, 07:00](971 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:35, 03:29](875 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:33, 03:55](950 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:38, 05:27](863 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:17, 02:02](856 MB) +PASS -- TEST 'conus13km_control_gnu' [03:35, 02:30](1269 MB) +PASS -- TEST 'conus13km_2threads_gnu' [01:26, 01:05](1174 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:26, 01:29](931 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:10, 10:46] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:31, 04:20](988 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:10, 07:31] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:17, 02:08](976 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:16, 01:57](973 MB) +PASS -- TEST 'conus13km_debug_gnu' [06:28, 05:33](1286 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [06:30, 05:59](977 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [04:27, 03:21](1196 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:25, 05:34](1363 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:12, 07:39] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:19, 01:56](1003 MB) + +PASS -- COMPILE 's2swa_gnu' [18:11, 17:24] + +PASS -- COMPILE 's2s_gnu' [16:12, 15:14] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [05:50, 04:47](3094 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:10, 03:34] + +PASS -- COMPILE 's2sw_pdlib_gnu' [16:11, 15:23] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [26:49, 25:51](2918 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 03:34] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:43, 11:58](3045 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [17:12, 16:08] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:15, 02:16](766 MB) SYNOPSIS: -Starting Date/Time: 20240629 10:38:43 -Ending Date/Time: 20240629 12:42:48 -Total Time: 02h:04m:27s +Starting Date/Time: 20240708 15:03:09 +Ending Date/Time: 20240708 16:38:50 +Total Time: 01h:36m:12s Compiles Completed: 57/57 -Tests Completed: 244/246 -Failed Tests: -* TEST cpld_control_p8_gnu: FAILED: TEST TIMED OUT --- LOG: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_118853/cpld_control_p8_gnu/err -* TEST cpld_debug_p8_gnu: FAILED: TEST TIMED OUT --- LOG: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_118853/cpld_debug_p8_gnu/err +Tests Completed: 244/244 NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +A file 'test_changes.list' was generated but is empty. If you are using this log as a pull request verification, please commit 'test_changes.list'. -Result: FAILURE +Result: SUCCESS ====END OF HERCULES REGRESSION TESTING LOG==== diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 3589f30884..484d368861 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,7 +1,7 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -552f487a2333cfd64aa1fcbdebc380f9158b9e52 +3344c3e6be519c08f98fe39e342985e7c821e0e9 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 81950993462af14cd53a3b5d7280014fc60d7abf FV3 (remotes/origin/cherry_pick_omga) - 57ca82d862410971889f0f0badad5a8fca89b280 FV3/atmos_cubed_sphere (remotes/origin/cherry_pick_omga) - ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) - 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) + 93b8a2a8700bf454e3297834b15dd74f43590389 FV3 (remotes/origin/HR4-GWD-update) + 523f5a3ea2123bc713804aaf347da64b004afb9d FV3/atmos_cubed_sphere (201912_public_release-398-g523f5a3) + 97c3cc5e0e2bfbe67253609af97236636a8fc4c7 FV3/ccpp/framework (CPF_0.2.057) + c6dec90f4cd8e9f7ac5772cf51e9df6cd5f59cdd FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5268-gc6dec90f) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -35,285 +35,284 @@ 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-20240614 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_770352 +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240624 +COMPARISON DIRECTORY: /work/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_277304 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [19:10, 18:40] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:47, 14:35](2087 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [26:11, 25:31] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [21:23, 18:11](1962 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:10, 18:49](2128 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:05, 08:45](1198 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:52, 20:18](1887 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [26:11, 25:36] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [19:06, 17:49](1949 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [11:36, 10:39] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [28:54, 26:58](1928 MB) - -PASS -- COMPILE 's2swa_intel' [19:10, 18:23] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [16:35, 14:41](2136 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:47, 14:18](2132 MB) -PASS -- TEST 'cpld_restart_p8_intel' [11:15, 08:23](1813 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [16:35, 14:35](2153 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [11:15, 08:18](1710 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [15:38, 13:11](2428 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [16:35, 14:39](2126 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [13:37, 11:56](2041 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:50, 14:37](2135 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [19:31, 16:24](2717 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [12:56, 09:27](2727 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:15, 11:45](3639 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:29, 07:30](3486 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:31, 06:01](2108 MB) - -PASS -- COMPILE 's2sw_intel' [19:10, 18:14] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [15:25, 13:40](1981 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:30, 04:54](2030 MB) - -PASS -- COMPILE 's2swa_debug_intel' [11:36, 10:54] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:20, 08:48](2155 MB) - -PASS -- COMPILE 's2sw_debug_intel' [11:36, 10:22] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:09, 06:07](1999 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [17:10, 16:18] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:16, 04:50](2045 MB) - -PASS -- COMPILE 's2s_intel' [16:10, 15:34] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [11:55, 10:26](3088 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:56, 03:21](3068 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:51, 02:07](2498 MB) - -PASS -- COMPILE 's2swa_faster_intel' [25:16, 24:43] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [16:28, 15:06](2138 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:16, 20:20] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:20, 18:41](2000 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:16, 08:47](1257 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:07, 20:17](1918 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:16, 07:02] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:01, 28:56](1959 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:10, 12:41] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:21, 03:41](689 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:40, 03:15](1584 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:46, 03:19](1599 MB) -PASS -- TEST 'control_latlon_intel' [04:41, 03:12](1589 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:49, 03:10](1588 MB) -PASS -- TEST 'control_c48_intel' [10:49, 09:33](1741 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:32, 07:53](848 MB) -PASS -- TEST 'control_c192_intel' [13:49, 11:30](1736 MB) -PASS -- TEST 'control_c384_intel' [16:02, 13:51](2008 MB) -PASS -- TEST 'control_c384gdas_intel' [14:53, 10:19](1359 MB) -PASS -- TEST 'control_stochy_intel' [02:24, 01:49](644 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:00, 01:02](476 MB) -PASS -- TEST 'control_lndp_intel' [02:24, 01:43](647 MB) -PASS -- TEST 'control_iovr4_intel' [03:30, 02:52](644 MB) -PASS -- TEST 'control_iovr5_intel' [03:29, 02:37](647 MB) -PASS -- TEST 'control_p8_intel' [05:12, 03:31](1891 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:23, 03:28](1888 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:31, 03:15](1884 MB) -PASS -- TEST 'control_restart_p8_intel' [03:12, 01:59](1088 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:16, 03:21](1874 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:13, 01:58](1128 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:10, 03:23](1866 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:19, 03:31](1972 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:43, 05:48](1877 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:27, 04:45](1948 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:26, 03:26](1894 MB) -PASS -- TEST 'merra2_thompson_intel' [05:39, 03:38](1888 MB) -PASS -- TEST 'regional_control_intel' [07:41, 06:17](1086 MB) -PASS -- TEST 'regional_restart_intel' [05:36, 04:57](1088 MB) -PASS -- TEST 'regional_decomp_intel' [08:16, 06:39](1085 MB) -PASS -- TEST 'regional_2threads_intel' [05:34, 04:33](1070 MB) -PASS -- TEST 'regional_noquilt_intel' [07:40, 06:52](1380 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:46, 06:42](1091 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:42, 07:06](1086 MB) -PASS -- TEST 'regional_wofs_intel' [08:39, 08:02](1910 MB) - -PASS -- COMPILE 'rrfs_intel' [12:10, 12:06] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [10:19, 08:23](1053 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:56, 05:16](1311 MB) -PASS -- TEST 'rap_decomp_intel' [10:11, 08:38](1022 MB) -PASS -- TEST 'rap_2threads_intel' [09:55, 08:28](1165 MB) -PASS -- TEST 'rap_restart_intel' [06:28, 04:15](1043 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:14, 08:25](1055 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:02, 08:46](1026 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:32, 06:12](1072 MB) -PASS -- TEST 'hrrr_control_intel' [06:18, 04:27](1030 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:14, 04:29](1027 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:04, 04:17](1101 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:34, 02:17](952 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:38, 09:32](1049 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:36, 10:20](1988 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:33, 10:03](2023 MB) - -PASS -- COMPILE 'csawmg_intel' [12:10, 11:16] -PASS -- TEST 'control_csawmg_intel' [07:37, 06:28](1021 MB) -PASS -- TEST 'control_ras_intel' [04:25, 03:23](719 MB) - -PASS -- COMPILE 'wam_intel' [12:10, 11:22] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:45, 12:11](1667 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [20:10, 19:18] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:21, 03:10](1882 MB) -PASS -- TEST 'regional_control_faster_intel' [06:35, 06:00](1091 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [08:10, 07:58] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:50, 02:43](1606 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:53, 02:40](1606 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:22, 03:07](807 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:22, 02:48](811 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:47, 04:22](1130 MB) -PASS -- TEST 'control_ras_debug_intel' [03:23, 02:49](811 MB) -PASS -- TEST 'control_diag_debug_intel' [03:51, 02:43](1675 MB) -PASS -- TEST 'control_debug_p8_intel' [03:52, 03:08](1904 MB) -PASS -- TEST 'regional_debug_intel' [19:04, 17:44](1092 MB) -PASS -- TEST 'rap_control_debug_intel' [05:25, 04:57](1202 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:26, 04:44](1197 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:26, 04:51](1202 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:26, 05:00](1203 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:26, 05:02](1202 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:34, 05:06](1286 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:21, 05:06](1206 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:22, 04:58](1202 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:25, 04:56](1201 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:20, 04:52](1204 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:21, 04:48](1202 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:24, 04:53](1194 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:23, 07:46](1200 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:24, 04:50](1189 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:21, 06:01](1204 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:24, 04:51](1201 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:25, 08:25](1206 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:11, 05:12] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:42, 13:33](1677 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:11, 11:13] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:53, 04:47](1167 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:59, 06:55](1005 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:34, 03:40](932 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:52, 07:06](1085 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:06, 03:33](957 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:07, 03:49](909 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:30, 05:14](983 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:32, 02:00](886 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:10, 14:54] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:55, 02:36](1182 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:49, 01:10](1128 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:51, 01:29](1084 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:10, 11:36] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:41, 04:26](973 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:10, 05:15] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:24, 04:46](1078 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:20, 04:39](1073 MB) -PASS -- TEST 'conus13km_debug_intel' [15:50, 14:30](1225 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:48, 14:33](938 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:37, 08:30](1170 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:40, 14:14](1292 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 05:24] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:21, 04:48](1126 MB) - -PASS -- COMPILE 'hafsw_intel' [15:11, 14:15] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:11, 05:48](757 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:24, 06:08](1137 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:20, 07:26](836 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [25:10, 23:57](872 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [27:23, 25:38](888 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:04, 06:57](510 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:31, 08:18](525 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:52, 03:22](378 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:21, 09:30](489 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:54, 04:38](539 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:54, 04:25](533 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:50, 05:41](596 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:30, 01:32](411 MB) -PASS -- TEST 'gnv1_nested_intel' [07:10, 04:13](1721 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:10, 05:51] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:49, 13:03](586 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [22:11, 22:09] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [14:02, 12:57](657 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:03, 12:32](742 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [14:11, 13:48] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:24, 08:41](728 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:11, 13:01] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:19, 07:19](834 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:17, 07:17](815 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:54, 16:22](1199 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:11, 09:26] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:18, 02:54](1136 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:19, 01:51](1106 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:17, 02:49](1013 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:17, 02:51](1020 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:16, 02:52](1022 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:16, 02:58](1148 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 02:56](1149 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:17, 02:47](1013 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:10, 06:23](1027 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:07, 06:22](1004 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:17, 02:56](1153 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:17, 04:14](2438 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:19, 04:17](2374 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:14, 05:47] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:17, 06:27](1073 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [10:11, 09:16] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:17, 02:56](1144 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:32] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:30, 00:59](255 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:23, 00:54](322 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:27, 00:35](318 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:12, 12:34] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:05, 04:00](1976 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:11, 12:36] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:05, 03:48](1954 MB) - -PASS -- COMPILE 'atml_intel' [15:12, 14:13] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:31, 04:39](1868 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:22, 04:45](1872 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:49, 02:36](1081 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:13, 07:08] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:18, 05:56](1892 MB) - -PASS -- COMPILE 'atmw_intel' [12:11, 12:04] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:14, 02:04](1916 MB) - -PASS -- COMPILE 'atmaero_intel' [12:10, 11:41] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:09, 04:30](1993 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:10, 05:16](1773 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:59, 05:15](1782 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:10, 05:06] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [22:55, 20:55](4551 MB) +PASS -- COMPILE 's2swa_32bit_intel' [17:12, 16:13] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [17:42, 15:35](2094 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:11, 22:45] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:36, 17:59](1955 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:05, 19:02](2128 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:06, 08:53](1215 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:33, 20:16](1878 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [22:11, 22:01] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:42, 17:44](1955 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:11, 08:33] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [28:45, 27:06](1931 MB) + +PASS -- COMPILE 's2swa_intel' [16:11, 15:41] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [16:31, 14:51](2143 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:39, 14:40](2143 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:47, 07:53](1813 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [16:31, 14:34](2167 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:47, 08:08](1714 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [15:35, 13:25](2435 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [16:31, 14:17](2140 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [14:35, 12:20](2045 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:38, 14:19](2132 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [19:48, 16:21](2722 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [12:04, 08:53](2741 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [18:44, 11:28](3654 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:54, 06:58](3489 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:27, 06:04](2113 MB) + +PASS -- COMPILE 's2sw_intel' [14:11, 13:44] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [15:03, 13:32](1982 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:21, 04:58](2053 MB) + +PASS -- COMPILE 's2swa_debug_intel' [09:11, 08:32] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:30, 08:48](2143 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:11, 06:37] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:16, 06:32](1994 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [13:11, 12:54] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:22, 05:13](2056 MB) + +PASS -- COMPILE 's2s_intel' [13:11, 13:05] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [11:00, 10:08](3108 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:00, 03:44](3087 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:58, 02:15](2516 MB) + +PASS -- COMPILE 's2swa_faster_intel' [23:12, 22:55] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [16:30, 14:44](2142 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [20:12, 19:39] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:08, 18:10](1994 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:21, 08:57](1243 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:03, 20:17](1914 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:10, 07:13] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:01, 28:43](1957 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [14:11, 13:45] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:25, 03:36](689 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:43, 03:03](1591 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:49, 03:12](1600 MB) +PASS -- TEST 'control_latlon_intel' [03:39, 03:04](1591 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:45, 03:06](1591 MB) +PASS -- TEST 'control_c48_intel' [10:42, 09:23](1743 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:32, 07:57](849 MB) +PASS -- TEST 'control_c192_intel' [11:52, 11:06](1730 MB) +PASS -- TEST 'control_c384_intel' [13:51, 12:05](2010 MB) +PASS -- TEST 'control_c384gdas_intel' [12:28, 09:23](1364 MB) +PASS -- TEST 'control_stochy_intel' [02:25, 01:48](641 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:39, 01:05](474 MB) +PASS -- TEST 'control_lndp_intel' [02:24, 01:40](645 MB) +PASS -- TEST 'control_iovr4_intel' [03:31, 02:40](643 MB) +PASS -- TEST 'control_iovr5_intel' [03:27, 02:38](640 MB) +PASS -- TEST 'control_p8_intel' [05:13, 03:28](1885 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:13, 03:31](1895 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:24, 03:23](1893 MB) +PASS -- TEST 'control_restart_p8_intel' [03:12, 01:57](1097 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:13, 03:21](1876 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:25, 01:55](1134 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:12, 03:27](1884 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:17, 03:40](1975 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:45, 05:49](1885 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:24, 04:54](1951 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:18, 03:31](1889 MB) +PASS -- TEST 'merra2_thompson_intel' [05:40, 03:48](1885 MB) +PASS -- TEST 'regional_control_intel' [07:40, 06:31](1093 MB) +PASS -- TEST 'regional_restart_intel' [04:38, 03:23](1086 MB) +PASS -- TEST 'regional_decomp_intel' [07:36, 06:38](1086 MB) +PASS -- TEST 'regional_2threads_intel' [05:35, 04:32](1072 MB) +PASS -- TEST 'regional_noquilt_intel' [06:39, 06:06](1383 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:41, 06:10](1095 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:35, 06:12](1090 MB) +PASS -- TEST 'regional_wofs_intel' [08:38, 07:29](1905 MB) + +PASS -- COMPILE 'rrfs_intel' [13:11, 12:40] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [10:25, 08:10](1054 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:53, 04:59](1308 MB) +PASS -- TEST 'rap_decomp_intel' [10:19, 08:33](1019 MB) +PASS -- TEST 'rap_2threads_intel' [10:20, 08:13](1168 MB) +PASS -- TEST 'rap_restart_intel' [06:29, 04:15](1053 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:58, 08:11](1058 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:56, 08:26](1028 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:34, 06:09](1075 MB) +PASS -- TEST 'hrrr_control_intel' [06:20, 04:16](1033 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:02, 04:17](1017 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:15, 04:02](1094 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:37, 02:17](949 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:20, 08:01](1045 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:22, 09:42](1986 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:22, 09:22](2016 MB) + +PASS -- COMPILE 'csawmg_intel' [11:11, 11:08] +PASS -- TEST 'control_csawmg_intel' [07:32, 06:29](1022 MB) +PASS -- TEST 'control_ras_intel' [04:22, 03:24](721 MB) + +PASS -- COMPILE 'wam_intel' [11:11, 10:56] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:47, 12:13](1666 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [21:11, 20:34] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:22, 03:12](1880 MB) +PASS -- TEST 'regional_control_faster_intel' [06:38, 06:01](1089 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:10, 07:36] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:44, 02:42](1608 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:48, 02:40](1605 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:21, 03:05](807 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:21, 02:50](806 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:39, 04:18](1136 MB) +PASS -- TEST 'control_ras_debug_intel' [03:21, 02:48](811 MB) +PASS -- TEST 'control_diag_debug_intel' [03:47, 02:45](1667 MB) +PASS -- TEST 'control_debug_p8_intel' [04:44, 03:12](1901 MB) +PASS -- TEST 'regional_debug_intel' [18:41, 18:02](1092 MB) +PASS -- TEST 'rap_control_debug_intel' [05:25, 04:58](1195 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:26, 05:01](1194 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:26, 04:53](1201 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:27, 04:50](1203 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:25, 04:52](1195 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:30, 05:06](1282 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:20, 04:59](1197 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:18, 05:00](1195 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:24, 05:01](1200 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:23, 04:59](1192 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:27, 04:46](1195 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:26, 04:50](1196 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:22, 07:52](1200 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:25, 04:40](1187 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:22, 05:56](1200 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:21, 04:58](1205 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:28, 08:42](1197 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:11, 05:32] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [13:45, 12:59](1676 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:11, 11:18] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:55, 04:44](1164 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:15, 06:58](1006 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:24, 03:40](924 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:56, 07:03](1083 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:09, 03:32](948 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:05, 03:49](906 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:25, 05:16](989 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:28, 02:00](879 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:10, 17:08] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:53, 02:39](1183 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:43, 01:14](1132 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:41, 01:30](1090 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:10, 11:04] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:44, 04:27](980 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:10, 05:03] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:21, 04:48](1070 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:21, 04:38](1073 MB) +PASS -- TEST 'conus13km_debug_intel' [15:41, 14:15](1229 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:47, 14:41](924 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:41, 08:44](1167 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:41, 14:07](1295 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:10, 05:05] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:24, 04:54](1120 MB) + +PASS -- COMPILE 'hafsw_intel' [14:10, 13:32] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:13, 05:53](756 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:23, 06:13](1135 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:21, 07:29](834 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [26:13, 24:48](872 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [30:33, 28:46](891 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:01, 06:56](514 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:27, 08:17](523 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:51, 03:24](380 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:20, 09:27](487 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:52, 04:35](539 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:51, 04:25](540 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:56, 05:40](589 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:31, 01:30](408 MB) +PASS -- TEST 'gnv1_nested_intel' [07:08, 04:13](1725 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:10, 05:53] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:51, 13:06](584 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [22:11, 21:33] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [13:57, 12:50](673 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:20, 12:53](737 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:11, 12:59] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:06, 08:43](724 MB) + +PASS -- COMPILE 'hafs_all_intel' [13:10, 12:39] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:17, 07:15](836 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:17, 07:16](817 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:56, 16:21](1206 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:11, 07:42] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:18, 02:54](1160 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:19, 01:55](1109 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:17, 02:48](1025 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:17, 02:53](1013 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:17, 02:52](1016 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:17, 02:58](1151 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:19, 02:57](1148 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:17, 02:49](1014 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:08, 06:29](1017 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:05, 06:22](1008 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:17, 02:56](1137 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:18, 04:19](2441 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:18, 04:18](2380 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:11, 05:30] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:18, 06:33](1059 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:10, 09:03] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:17, 02:59](1139 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:20] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:30, 01:03](255 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:23, 00:55](321 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:26, 00:34](321 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:10, 12:24] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:03, 04:04](1974 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:10, 11:37] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:04, 03:50](1956 MB) + +PASS -- COMPILE 'atml_intel' [13:10, 12:47] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:29, 04:45](1866 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:24, 04:48](1872 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:04, 02:43](1075 MB) + +PASS -- COMPILE 'atml_debug_intel' [06:11, 06:06] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:17, 05:51](1885 MB) + +PASS -- COMPILE 'atmw_intel' [12:11, 12:02] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:12, 02:13](1919 MB) + +PASS -- COMPILE 'atmaero_intel' [12:11, 11:50] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:10, 04:30](1996 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:07, 05:13](1783 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:58, 05:22](1797 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:10, 04:51] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [22:53, 20:52](4546 MB) SYNOPSIS: -Starting Date/Time: 20240628 07:41:20 -Ending Date/Time: 20240628 09:15:26 -Total Time: 01h:34m:32s +Starting Date/Time: 20240708 17:47:35 +Ending Date/Time: 20240708 19:18:30 +Total Time: 01h:31m:24s Compiles Completed: 41/41 Tests Completed: 185/185 diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index cd488ea707..36eb4c9417 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,7 +1,7 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -552b40ba9030e83e8f1c6245970ad5b13769e707 +a4ee6f04e21b4d181b4e642103de3dd9039ec837 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 81950993462af14cd53a3b5d7280014fc60d7abf FV3 (remotes/origin/cherry_pick_omga) - 57ca82d862410971889f0f0badad5a8fca89b280 FV3/atmos_cubed_sphere (remotes/origin/cherry_pick_omga) - ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) - 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) + 93b8a2a8700bf454e3297834b15dd74f43590389 FV3 (remotes/origin/HR4-GWD-update) + 523f5a3ea2123bc713804aaf347da64b004afb9d FV3/atmos_cubed_sphere (201912_public_release-398-g523f5a3) + 97c3cc5e0e2bfbe67253609af97236636a8fc4c7 FV3/ccpp/framework (CPF_0.2.057) + c6dec90f4cd8e9f7ac5772cf51e9df6cd5f59cdd FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5268-gc6dec90f) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -35,239 +35,239 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240614 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_1727 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240624 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_210301 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [24:41, 23:35] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [05:41, 01:54](3095 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [12:28, 11:48] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [17:54, 02:13](1819 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [59:41, 01:24](1852 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [59:41, 02:04](983 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:54, 01:41](1795 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [12:26, 11:56] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:57, 01:12](1822 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:19, 04:35] ( 1505 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:04, 02:04](1831 MB) - -PASS -- COMPILE 's2swa_intel' [12:27, 11:20] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [17:54, 01:28](3130 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [17:55, 01:52](3128 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:39, 00:56](3061 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [17:55, 01:26](3148 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:37, 00:52](3083 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [17:54, 00:58](3361 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [17:54, 01:25](3122 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [17:55, 01:34](3071 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [17:55, 01:43](3130 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:03, 05:28](4110 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [58:01, 04:13](4253 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [17:55, 01:51](3110 MB) - -PASS -- COMPILE 's2sw_intel' [36:56, 35:48] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [52:40, 01:28](1832 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [52:40, 01:32](1898 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [15:31, 14:46] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [28:43, 01:14](1899 MB) - -PASS -- COMPILE 's2s_intel' [15:30, 15:08] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [14:51, 01:33](2908 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [14:51, 01:17](2906 MB) -PASS -- TEST 'cpld_restart_c48_intel' [10:52, 00:57](2310 MB) - -PASS -- COMPILE 's2swa_faster_intel' [23:42, 22:49] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [20:33, 01:49](3128 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:34, 16:30] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [12:48, 01:03](1834 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [55:30, 01:37](1002 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [52:41, 01:52](1809 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [31:47, 31:00] ( 1541 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [52:20, 01:43](1839 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [29:46, 29:17] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [48:10, 00:22](570 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [48:09, 00:58](1471 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [48:10, 00:54](1480 MB) -PASS -- TEST 'control_latlon_intel' [48:10, 00:52](1471 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [48:10, 01:31](1473 MB) -PASS -- TEST 'control_c48_intel' [48:08, 00:50](1597 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [48:09, 00:50](713 MB) -PASS -- TEST 'control_c192_intel' [48:10, 00:58](1590 MB) -PASS -- TEST 'control_c384_intel' [48:13, 01:55](1898 MB) -PASS -- TEST 'control_c384gdas_intel' [48:14, 02:15](1090 MB) -PASS -- TEST 'control_stochy_intel' [48:10, 00:23](531 MB) -PASS -- TEST 'control_stochy_restart_intel' [45:44, 00:45](332 MB) -PASS -- TEST 'control_lndp_intel' [48:10, 00:27](529 MB) -PASS -- TEST 'control_iovr4_intel' [48:10, 00:39](526 MB) -PASS -- TEST 'control_iovr5_intel' [48:09, 00:39](525 MB) -PASS -- TEST 'control_p8_intel' [48:10, 01:45](1771 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [48:10, 01:55](1761 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [48:10, 01:24](1775 MB) -PASS -- TEST 'control_restart_p8_intel' [42:42, 01:02](919 MB) -PASS -- TEST 'control_noqr_p8_intel' [47:52, 01:14](1758 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [42:42, 01:03](920 MB) -PASS -- TEST 'control_decomp_p8_intel' [47:33, 01:21](1760 MB) -PASS -- TEST 'control_2threads_p8_intel' [46:54, 00:58](1862 MB) -PASS -- TEST 'control_p8_lndp_intel' [45:44, 00:54](1767 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [45:32, 01:58](1818 MB) -PASS -- TEST 'control_p8_mynn_intel' [45:31, 01:56](1779 MB) -PASS -- TEST 'merra2_thompson_intel' [45:18, 02:06](1773 MB) -PASS -- TEST 'regional_control_intel' [44:56, 00:50](849 MB) -PASS -- TEST 'regional_restart_intel' [38:17, 00:24](851 MB) -PASS -- TEST 'regional_decomp_intel' [44:38, 00:39](848 MB) -PASS -- TEST 'regional_2threads_intel' [44:39, 00:36](903 MB) -PASS -- TEST 'regional_noquilt_intel' [43:35, 00:20](1175 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [43:20, 00:20](855 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [43:15, 01:10](852 MB) -PASS -- TEST 'regional_wofs_intel' [43:13, 00:51](1583 MB) - -PASS -- COMPILE 'rrfs_intel' [27:42, 26:30] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [04:08, 01:38](914 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:09, 00:42](1087 MB) -PASS -- TEST 'rap_decomp_intel' [04:08, 01:23](912 MB) -PASS -- TEST 'rap_2threads_intel' [04:08, 01:35](1000 MB) -PASS -- TEST 'rap_restart_intel' [54:03, 01:02](781 MB) -PASS -- TEST 'rap_sfcdiff_intel' [04:08, 02:19](910 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:08, 01:58](909 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [53:24, 01:25](782 MB) -PASS -- TEST 'hrrr_control_intel' [04:08, 01:11](905 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:08, 01:38](904 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:09, 01:41](987 MB) -PASS -- TEST 'hrrr_control_restart_intel' [57:41, 01:15](740 MB) -PASS -- TEST 'rrfs_v1beta_intel' [04:08, 02:09](901 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [04:08, 01:00](1871 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [04:08, 01:13](1860 MB) - -PASS -- COMPILE 'csawmg_intel' [12:27, 12:07] -PASS -- TEST 'control_csawmg_intel' [05:26, 00:31](875 MB) -PASS -- TEST 'control_ras_intel' [05:26, 00:52](564 MB) - -PASS -- COMPILE 'wam_intel' [10:27, 09:57] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [04:24, 00:53](1569 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [19:34, 18:35] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [52:15, 01:57](1773 MB) -PASS -- TEST 'regional_control_faster_intel' [52:12, 01:10](849 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [08:21, 08:00] ( 869 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [57:16, 01:08](1485 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [57:16, 01:17](1487 MB) -PASS -- TEST 'control_stochy_debug_intel' [57:16, 00:49](689 MB) -PASS -- TEST 'control_lndp_debug_intel' [57:16, 00:56](690 MB) -PASS -- TEST 'control_csawmg_debug_intel' [57:16, 01:19](1002 MB) -PASS -- TEST 'control_ras_debug_intel' [57:16, 01:05](702 MB) -PASS -- TEST 'control_diag_debug_intel' [57:16, 01:01](1550 MB) -PASS -- TEST 'control_debug_p8_intel' [57:16, 00:43](1788 MB) -PASS -- TEST 'regional_debug_intel' [57:15, 00:39](881 MB) -PASS -- TEST 'rap_control_debug_intel' [57:16, 00:28](1075 MB) -PASS -- TEST 'hrrr_control_debug_intel' [57:16, 00:35](1070 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [57:16, 00:31](1071 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [57:16, 00:28](1072 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [57:16, 00:30](1072 MB) -PASS -- TEST 'rap_diag_debug_intel' [57:16, 01:26](1155 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [57:16, 00:23](1072 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [57:16, 00:23](1076 MB) -PASS -- TEST 'rap_lndp_debug_intel' [57:16, 00:26](1073 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [57:16, 00:28](1074 MB) -PASS -- TEST 'rap_noah_debug_intel' [57:16, 00:32](1073 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [57:16, 00:33](1071 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [57:16, 00:19](1069 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [57:16, 00:35](1069 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [57:16, 00:42](1079 MB) -PASS -- TEST 'rap_flake_debug_intel' [57:16, 00:37](1076 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [52:09, 02:02](1080 MB) - -PASS -- COMPILE 'wam_debug_intel' [23:38, 23:06] ( 825 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [41:48, 00:22](1582 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [24:41, 24:17] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [39:39, 01:16](954 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [39:38, 01:31](790 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [39:38, 01:43](787 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [39:38, 01:33](861 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [39:39, 01:55](845 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [39:17, 01:27](788 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [31:44, 01:32](688 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [34:12, 00:19](671 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [25:41, 24:55] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [31:27, 01:00](1006 MB) -PASS -- TEST 'conus13km_2threads_intel' [27:36, 00:35](1008 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [27:35, 00:29](882 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:24, 08:44] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [55:54, 01:16](815 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:26, 10:23] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [40:48, 01:04](954 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [40:48, 01:09](950 MB) -PASS -- TEST 'conus13km_debug_intel' [40:48, 01:19](1041 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [40:48, 01:09](717 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [40:49, 00:26](1044 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [40:48, 01:15](1113 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [41:59, 40:25] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [11:14, 00:59](984 MB) - -PASS -- COMPILE 'hafsw_intel' [16:35, 16:13] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [31:30, 01:59](619 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [31:30, 01:04](965 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [31:28, 01:43](658 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [31:28, 02:21](694 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [31:29, 02:07](706 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [31:28, 00:57](642 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [31:29, 02:08](407 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [31:29, 01:30](284 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [31:32, 02:14](371 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [31:28, 01:33](412 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [31:28, 00:52](414 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [31:30, 01:43](488 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [31:29, 00:28](320 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [25:40, 25:25] ( 1449 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:36, 01:35](510 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [29:44, 28:46] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:07, 00:55](525 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:07, 01:36](711 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [19:34, 18:48] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [20:06, 01:06](712 MB) - -PASS -- COMPILE 'hafs_all_intel' [23:38, 23:09] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:49, 01:49](661 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:49, 01:46](642 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [07:47, 00:37](882 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [20:35, 20:00] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [10:52, 01:09](1827 MB) - -PASS -- COMPILE 'atml_intel' [22:36, 19:43] ( 8 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [11:24, 09:43] ( 868 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [21:37, 20:26] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [58:25, 01:23](3027 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [58:25, 01:48](2907 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [58:25, 01:37](2920 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [10:24, 07:49] ( 870 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [05:44, 01:39](4436 MB) +PASS -- COMPILE 's2swa_32bit_intel' [21:38, 20:55] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [52:48, 01:24](3099 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:40, 25:04] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [48:45, 01:48](1826 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [30:47, 01:37](1849 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [30:24, 01:55](985 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [48:46, 02:46](1795 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [12:27, 11:46] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [01:58, 01:12](1822 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:17, 04:45] ( 1505 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [09:10, 01:35](1834 MB) + +PASS -- COMPILE 's2swa_intel' [12:27, 11:46] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [01:58, 01:25](3130 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [01:58, 01:46](3130 MB) +PASS -- TEST 'cpld_restart_p8_intel' [53:46, 00:57](3065 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [01:58, 01:26](3152 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [53:48, 00:51](3084 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [01:58, 01:04](3367 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [01:58, 01:32](3125 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [01:59, 01:25](3075 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [01:58, 01:44](3133 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [02:07, 03:54](4125 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [43:38, 04:56](4265 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [01:58, 01:46](3111 MB) + +PASS -- COMPILE 's2sw_intel' [32:53, 32:03] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [41:32, 00:51](1835 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [41:32, 00:59](1898 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [40:59, 40:33] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [33:26, 02:09](1891 MB) + +PASS -- COMPILE 's2s_intel' [13:28, 12:14] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [00:56, 00:58](2923 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [00:56, 01:21](2927 MB) +PASS -- TEST 'cpld_restart_c48_intel' [56:58, 01:04](2320 MB) + +PASS -- COMPILE 's2swa_faster_intel' [26:42, 25:38] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [47:44, 01:57](3133 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:31, 15:30] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [57:55, 01:09](1833 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [40:30, 01:31](989 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [40:31, 01:35](1807 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:21, 08:01] ( 1541 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [00:48, 01:36](1837 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [14:29, 13:22] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [47:27, 00:18](573 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [47:27, 00:29](1467 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [47:27, 01:23](1478 MB) +PASS -- TEST 'control_latlon_intel' [47:27, 00:25](1471 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [47:27, 00:30](1468 MB) +PASS -- TEST 'control_c48_intel' [47:26, 00:55](1593 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [47:26, 00:51](714 MB) +PASS -- TEST 'control_c192_intel' [47:27, 00:30](1587 MB) +PASS -- TEST 'control_c384_intel' [47:31, 01:18](1903 MB) +PASS -- TEST 'control_c384gdas_intel' [47:31, 01:49](1093 MB) +PASS -- TEST 'control_stochy_intel' [47:27, 00:24](528 MB) +PASS -- TEST 'control_stochy_restart_intel' [44:59, 01:02](330 MB) +PASS -- TEST 'control_lndp_intel' [47:27, 00:27](527 MB) +PASS -- TEST 'control_iovr4_intel' [47:27, 00:43](525 MB) +PASS -- TEST 'control_iovr5_intel' [47:27, 00:41](527 MB) +PASS -- TEST 'control_p8_intel' [47:27, 01:44](1767 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [47:27, 02:01](1769 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [47:27, 02:03](1773 MB) +PASS -- TEST 'control_restart_p8_intel' [41:54, 00:57](909 MB) +PASS -- TEST 'control_noqr_p8_intel' [47:27, 01:41](1768 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [41:53, 01:00](906 MB) +PASS -- TEST 'control_decomp_p8_intel' [47:27, 01:38](1771 MB) +PASS -- TEST 'control_2threads_p8_intel' [47:27, 01:05](1853 MB) +PASS -- TEST 'control_p8_lndp_intel' [47:27, 01:05](1774 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [45:16, 02:00](1832 MB) +PASS -- TEST 'control_p8_mynn_intel' [45:01, 01:37](1764 MB) +PASS -- TEST 'merra2_thompson_intel' [44:59, 01:31](1776 MB) +PASS -- TEST 'regional_control_intel' [43:55, 01:10](854 MB) +PASS -- TEST 'regional_restart_intel' [37:09, 00:23](854 MB) +PASS -- TEST 'regional_decomp_intel' [43:55, 00:53](856 MB) +PASS -- TEST 'regional_2threads_intel' [43:27, 00:51](908 MB) +PASS -- TEST 'regional_noquilt_intel' [43:23, 00:15](1172 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [43:16, 00:24](849 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [42:57, 00:12](859 MB) +PASS -- TEST 'regional_wofs_intel' [42:55, 00:45](1577 MB) + +PASS -- COMPILE 'rrfs_intel' [21:36, 21:15] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [40:21, 01:39](912 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [40:22, 01:06](1094 MB) +PASS -- TEST 'rap_decomp_intel' [40:20, 01:23](912 MB) +PASS -- TEST 'rap_2threads_intel' [39:45, 01:40](1001 MB) +PASS -- TEST 'rap_restart_intel' [31:21, 01:16](784 MB) +PASS -- TEST 'rap_sfcdiff_intel' [39:29, 02:03](912 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [39:11, 01:29](910 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [30:09, 01:42](780 MB) +PASS -- TEST 'hrrr_control_intel' [39:10, 01:16](903 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [38:51, 00:56](905 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [38:45, 01:19](989 MB) +PASS -- TEST 'hrrr_control_restart_intel' [33:52, 00:59](736 MB) +PASS -- TEST 'rrfs_v1beta_intel' [38:23, 03:33](905 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [38:23, 02:12](1871 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [37:45, 01:49](1858 MB) + +PASS -- COMPILE 'csawmg_intel' [28:47, 28:06] +PASS -- TEST 'control_csawmg_intel' [31:22, 00:26](871 MB) +PASS -- TEST 'control_ras_intel' [31:21, 00:46](566 MB) + +PASS -- COMPILE 'wam_intel' [17:31, 16:49] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [42:46, 00:49](1568 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [30:48, 29:50] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [27:00, 01:56](1769 MB) +PASS -- TEST 'regional_control_faster_intel' [26:43, 00:20](849 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [19:36, 19:12] ( 869 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [33:11, 02:20](1481 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [33:11, 02:19](1491 MB) +PASS -- TEST 'control_stochy_debug_intel' [33:11, 01:57](690 MB) +PASS -- TEST 'control_lndp_debug_intel' [33:11, 02:15](689 MB) +PASS -- TEST 'control_csawmg_debug_intel' [33:11, 01:22](1000 MB) +PASS -- TEST 'control_ras_debug_intel' [33:11, 02:13](700 MB) +PASS -- TEST 'control_diag_debug_intel' [33:11, 02:09](1551 MB) +PASS -- TEST 'control_debug_p8_intel' [33:11, 01:50](1783 MB) +PASS -- TEST 'regional_debug_intel' [33:10, 00:33](878 MB) +PASS -- TEST 'rap_control_debug_intel' [33:11, 00:48](1074 MB) +PASS -- TEST 'hrrr_control_debug_intel' [33:11, 00:59](1071 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [33:11, 00:50](1074 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [33:11, 00:52](1073 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [30:09, 00:50](1076 MB) +PASS -- TEST 'rap_diag_debug_intel' [30:06, 00:39](1156 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [29:50, 00:36](1070 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [27:37, 00:42](1075 MB) +PASS -- TEST 'rap_lndp_debug_intel' [27:37, 00:50](1077 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [27:37, 00:49](1073 MB) +PASS -- TEST 'rap_noah_debug_intel' [27:37, 00:53](1071 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [27:37, 00:46](1070 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [27:35, 00:42](1072 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [27:34, 00:53](1069 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [27:30, 00:43](1083 MB) +PASS -- TEST 'rap_flake_debug_intel' [27:26, 00:54](1075 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [27:26, 02:10](1076 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:18, 04:31] ( 825 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [42:30, 01:34](1581 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [16:33, 16:13] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [27:25, 01:18](953 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [26:44, 01:20](793 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [26:40, 01:47](787 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [26:40, 01:42](852 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [26:40, 02:04](848 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [26:39, 01:39](787 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [19:16, 01:21](691 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [21:21, 00:21](673 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [20:40, 19:32] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [26:05, 01:02](1003 MB) +PASS -- TEST 'conus13km_2threads_intel' [22:17, 00:52](1007 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [21:39, 00:42](882 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:40, 14:10] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [26:00, 01:25](813 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:27, 11:18] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [26:00, 01:05](952 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [23:44, 01:09](950 MB) +PASS -- TEST 'conus13km_debug_intel' [23:42, 01:22](1046 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [23:35, 01:11](713 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [23:31, 00:24](1045 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [22:44, 00:22](1109 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [14:31, 13:52] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [21:22, 00:59](984 MB) + +PASS -- COMPILE 'hafsw_intel' [25:36, 24:25] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [14:47, 02:05](617 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [14:47, 00:46](967 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [14:45, 01:48](659 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:45, 01:26](697 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:46, 01:20](711 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [14:45, 01:01](392 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [14:46, 02:11](407 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [14:46, 01:32](288 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [14:49, 02:33](373 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [14:45, 01:32](417 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [14:45, 00:51](418 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [14:47, 00:49](496 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [14:46, 00:26](325 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [19:35, 18:32] ( 1449 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:54, 00:40](511 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [20:41, 19:43] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:33, 00:53](528 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:33, 00:45](712 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [15:31, 14:49] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [16:41, 00:52](711 MB) + +PASS -- COMPILE 'hafs_all_intel' [27:43, 26:52] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [03:27, 01:15](659 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [03:27, 01:17](651 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [03:25, 00:25](880 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [26:33, 25:27] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:16, 00:46](1827 MB) + +PASS -- COMPILE 'atml_intel' [14:28, 13:47] ( 8 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [20:37, 19:55] ( 868 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [20:37, 19:27] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:22, 01:20](3023 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:22, 01:48](2913 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:22, 01:46](2921 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [16:30, 15:49] ( 870 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [10:17, 01:21](4435 MB) SYNOPSIS: -Starting Date/Time: 20240701 13:29:18 -Ending Date/Time: 20240701 15:21:40 -Total Time: 01h:52m:53s +Starting Date/Time: 20240710 15:45:14 +Ending Date/Time: 20240710 17:15:48 +Total Time: 01h:31m:05s Compiles Completed: 33/33 Tests Completed: 156/156 diff --git a/tests/parm/global_control.nml.IN b/tests/parm/global_control.nml.IN index 6158aa1657..a2d45053bf 100644 --- a/tests/parm/global_control.nml.IN +++ b/tests/parm/global_control.nml.IN @@ -138,6 +138,8 @@ do_ugwp_v0_nst_only = @[DO_UGWP_V0_NST_ONLY] do_gsl_drag_ls_bl = @[DO_GSL_DRAG_LS_BL] do_gsl_drag_ss = @[DO_GSL_DRAG_SS] + do_gwd_opt_psl = @[DO_GWD_OPT_PSL] + psl_gwd_dx_factor = @[PSL_GWD_DX_FACTOR] do_gsl_drag_tofd = @[DO_GSL_DRAG_TOFD] do_ugwp_v1_orog_only = @[DO_UGWP_V1_OROG_ONLY] min_lakeice = @[MIN_LAKEICE] diff --git a/tests/test_changes.list b/tests/test_changes.list index e69de29bb2..bcdee73b46 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -0,0 +1,106 @@ +cpld_control_p8_mixedmode intel +cpld_control_gfsv17 intel +cpld_control_gfsv17_iau intel +cpld_restart_gfsv17 intel +cpld_mpi_gfsv17 intel +cpld_control_sfs intel +cpld_debug_gfsv17 intel +cpld_control_p8 intel +cpld_control_p8.v2.sfc intel +cpld_restart_p8 intel +cpld_control_qr_p8 intel +cpld_restart_qr_p8 intel +cpld_2threads_p8 intel +cpld_decomp_p8 intel +cpld_mpi_p8 intel +cpld_control_ciceC_p8 intel +cpld_control_c192_p8 intel +cpld_restart_c192_p8 intel +cpld_bmark_p8 intel +cpld_restart_bmark_p8 intel +cpld_s2sa_p8 intel +cpld_control_noaero_p8 intel +cpld_control_nowave_noaero_p8 intel +cpld_debug_p8 intel +cpld_debug_noaero_p8 intel +cpld_control_noaero_p8_agrid intel +cpld_control_c48 intel +cpld_warmstart_c48 intel +cpld_restart_c48 intel +cpld_control_p8_faster intel +cpld_control_pdlib_p8 intel +cpld_restart_pdlib_p8 intel +cpld_mpi_pdlib_p8 intel +cpld_debug_pdlib_p8 intel +control_CubedSphereGrid intel +control_CubedSphereGrid_parallel intel +control_latlon intel +control_wrtGauss_netcdf_parallel intel +control_c384 intel +control_p8 intel +control_p8_ugwpv1 intel +control_restart_p8 intel +control_noqr_p8 intel +control_restart_noqr_p8 intel +control_decomp_p8 intel +control_2threads_p8 intel +control_p8_lndp intel +control_p8_rrtmgp intel +control_p8_mynn intel +merra2_thompson intel +rap_control intel +rap_decomp intel +rap_2threads intel +rap_restart intel +rap_sfcdiff intel +rap_sfcdiff_decomp intel +rap_sfcdiff_restart intel +control_p8_faster intel +control_CubedSphereGrid_debug intel +control_wrtGauss_netcdf_parallel_debug intel +control_diag_debug intel +control_debug_p8 intel +rap_control_debug intel +rap_unified_drag_suite_debug intel +rap_diag_debug intel +rap_lndp_debug intel +rap_progcld_thompson_debug intel +rap_noah_debug intel +rap_sfcdiff_debug intel +gnv1_c96_no_nest_debug intel +rap_control_dyn32_phy32 intel +rap_2threads_dyn32_phy32 intel +rap_restart_dyn32_phy32 intel +rap_control_dyn64_phy32 intel +rap_control_debug_dyn32_phy32 intel +rap_control_dyn64_phy32_debug intel +atm_ds2s_docn_pcice intel +atm_ds2s_docn_dice intel +atmwav_control_noaero_p8 intel +atmaero_control_p8 intel +atmaero_control_p8_rad intel +atmaero_control_p8_rad_micro intel +control_p8 gnu +control_p8_ugwpv1 gnu +rap_control gnu +rap_decomp gnu +rap_2threads gnu +rap_restart gnu +rap_sfcdiff gnu +rap_sfcdiff_decomp gnu +rap_sfcdiff_restart gnu +control_diag_debug gnu +rap_control_debug gnu +rap_diag_debug gnu +rap_progcld_thompson_debug gnu +control_debug_p8 gnu +gnv1_c96_no_nest_debug gnu +rap_control_dyn32_phy32 gnu +rap_2threads_dyn32_phy32 gnu +rap_restart_dyn32_phy32 gnu +rap_control_dyn64_phy32 gnu +rap_control_debug_dyn32_phy32 gnu +rap_control_dyn64_phy32_debug gnu +cpld_control_nowave_noaero_p8 gnu +cpld_control_pdlib_p8 gnu +cpld_debug_pdlib_p8 gnu diff --git a/tests/tests/cpld_2threads_p8 b/tests/tests/cpld_2threads_p8 index 00ed1c8f91..66c0a88240 100644 --- a/tests/tests/cpld_2threads_p8 +++ b/tests/tests/cpld_2threads_p8 @@ -91,4 +91,12 @@ export FV3_RUN=cpld_control_run.IN if [[ $MACHINE_ID = derecho ]]; then TPN=96 -fi \ No newline at end of file +fi + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_bmark_p8 b/tests/tests/cpld_bmark_p8 index 722fa03662..14f127024e 100644 --- a/tests/tests/cpld_bmark_p8 +++ b/tests/tests/cpld_bmark_p8 @@ -147,3 +147,11 @@ export NSTF_NAME=2,1,0,0,0 export CDMBWD=${CDMBWD_c384} export FV3_RUN=cpld_control_run.IN + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_bmark_p8_35d b/tests/tests/cpld_bmark_p8_35d index 6aa2ce2f5f..c4fca78a23 100644 --- a/tests/tests/cpld_bmark_p8_35d +++ b/tests/tests/cpld_bmark_p8_35d @@ -102,3 +102,11 @@ export NSTF_NAME=2,1,0,0,0 export CDMBWD=${CDMBWD_c384} export FV3_RUN=cpld_control_run.IN + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_c192_p8 b/tests/tests/cpld_control_c192_p8 index 1aec6e3e71..41f8d426b4 100644 --- a/tests/tests/cpld_control_c192_p8 +++ b/tests/tests/cpld_control_c192_p8 @@ -141,3 +141,11 @@ export FV3_RUN=cpld_control_run.IN if [[ $MACHINE_ID = derecho ]]; then TPN=96 fi + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_c48 b/tests/tests/cpld_control_c48 index cf1484d37e..0a21f62be7 100644 --- a/tests/tests/cpld_control_c48 +++ b/tests/tests/cpld_control_c48 @@ -138,3 +138,11 @@ export FIELD_TABLE=field_table_thompson_noaero_tke export UFS_CONFIGURE=ufs.configure.s2s_esmf.IN export FV3_RUN=cpld_control_run.IN + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_ciceC_p8 b/tests/tests/cpld_control_ciceC_p8 index f96caf3733..b99fb22832 100644 --- a/tests/tests/cpld_control_ciceC_p8 +++ b/tests/tests/cpld_control_ciceC_p8 @@ -83,3 +83,11 @@ export eps_imesh=2.5e-1 export CICE_GRIDICE=C export FV3_RUN=cpld_control_run.IN + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_gfsv17 b/tests/tests/cpld_control_gfsv17 index 890ff98596..01426380af 100644 --- a/tests/tests/cpld_control_gfsv17 +++ b/tests/tests/cpld_control_gfsv17 @@ -128,3 +128,11 @@ export IOPT_DIAG=1 if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then WLCLK=40 fi + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_gfsv17_iau b/tests/tests/cpld_control_gfsv17_iau index 6ebbf0047a..3e59cabc9c 100644 --- a/tests/tests/cpld_control_gfsv17_iau +++ b/tests/tests/cpld_control_gfsv17_iau @@ -140,3 +140,11 @@ export ODA_INCUPD_UV="True" if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then WLCLK=40 fi + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_noaero_p8 b/tests/tests/cpld_control_noaero_p8 index 728a896bd6..f191cc8dd5 100644 --- a/tests/tests/cpld_control_noaero_p8 +++ b/tests/tests/cpld_control_noaero_p8 @@ -86,3 +86,11 @@ export FIELD_TABLE=field_table_thompson_noaero_tke export UFS_CONFIGURE=ufs.configure.s2sw_fast_esmf.IN export FV3_RUN=cpld_control_run.IN + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_noaero_p8_agrid b/tests/tests/cpld_control_noaero_p8_agrid index 72cf32df77..5036092ba4 100644 --- a/tests/tests/cpld_control_noaero_p8_agrid +++ b/tests/tests/cpld_control_noaero_p8_agrid @@ -96,3 +96,11 @@ export DIAG_TABLE=diag_table_template export UFS_CONFIGURE=ufs.configure.s2s_aoflux_esmf.IN export FV3_RUN=cpld_control_run.IN + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_nowave_noaero_p8 b/tests/tests/cpld_control_nowave_noaero_p8 index 0e33289f10..34bcd8d921 100644 --- a/tests/tests/cpld_control_nowave_noaero_p8 +++ b/tests/tests/cpld_control_nowave_noaero_p8 @@ -104,3 +104,11 @@ export DIAG_TABLE=diag_table_template export UFS_CONFIGURE=ufs.configure.s2s_esmf.IN export FV3_RUN=cpld_control_run.IN + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_p8 b/tests/tests/cpld_control_p8 index 60e9de59ca..67243979f3 100644 --- a/tests/tests/cpld_control_p8 +++ b/tests/tests/cpld_control_p8 @@ -85,3 +85,11 @@ export FV3_RUN=cpld_control_run.IN if [[ $MACHINE_ID = derecho ]]; then TPN=96 fi + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_p8.v2.sfc b/tests/tests/cpld_control_p8.v2.sfc index 1612b044ff..30ed1593fb 100644 --- a/tests/tests/cpld_control_p8.v2.sfc +++ b/tests/tests/cpld_control_p8.v2.sfc @@ -86,3 +86,11 @@ export V2_SFC_FILE=true if [[ $MACHINE_ID = derecho ]]; then TPN=96 fi + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_p8_faster b/tests/tests/cpld_control_p8_faster index bc89653c23..fcf93cd106 100644 --- a/tests/tests/cpld_control_p8_faster +++ b/tests/tests/cpld_control_p8_faster @@ -81,3 +81,11 @@ export MOM6_ALLOW_LANDMASK_CHANGES=True export eps_imesh=2.5e-1 export FV3_RUN=cpld_control_run.IN + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_p8_mixedmode b/tests/tests/cpld_control_p8_mixedmode index 0668d61a0a..b01765abdf 100644 --- a/tests/tests/cpld_control_p8_mixedmode +++ b/tests/tests/cpld_control_p8_mixedmode @@ -81,3 +81,11 @@ export MOM6_ALLOW_LANDMASK_CHANGES=True export eps_imesh=2.5e-1 export FV3_RUN=cpld_control_run.IN + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_pdlib_p8 b/tests/tests/cpld_control_pdlib_p8 index 17bb7805ef..252481a48a 100644 --- a/tests/tests/cpld_control_pdlib_p8 +++ b/tests/tests/cpld_control_pdlib_p8 @@ -105,3 +105,11 @@ export FV3_RUN=cpld_control_run.IN if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then WLCLK=40 fi + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_qr_p8 b/tests/tests/cpld_control_qr_p8 index 94cb48419d..9618a05e6b 100644 --- a/tests/tests/cpld_control_qr_p8 +++ b/tests/tests/cpld_control_qr_p8 @@ -82,3 +82,11 @@ export MOM6_ALLOW_LANDMASK_CHANGES=True export eps_imesh=2.5e-1 export FV3_RUN=cpld_control_run.IN + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_sfs b/tests/tests/cpld_control_sfs index eedbe81193..428f1a1a65 100644 --- a/tests/tests/cpld_control_sfs +++ b/tests/tests/cpld_control_sfs @@ -87,3 +87,11 @@ export IOPT_DIAG=1 if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then WLCLK=40 fi + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_debug_gfsv17 b/tests/tests/cpld_debug_gfsv17 index 6476e7540b..7152ceb68c 100644 --- a/tests/tests/cpld_debug_gfsv17 +++ b/tests/tests/cpld_debug_gfsv17 @@ -120,3 +120,11 @@ export FV3_RUN=cpld_control_run.IN if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then WLCLK=40 fi + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_debug_noaero_p8 b/tests/tests/cpld_debug_noaero_p8 index cd3d746d8c..ec5114a81d 100644 --- a/tests/tests/cpld_debug_noaero_p8 +++ b/tests/tests/cpld_debug_noaero_p8 @@ -77,3 +77,11 @@ export FIELD_TABLE=field_table_thompson_noaero_tke export UFS_CONFIGURE=ufs.configure.s2sw_fast_esmf.IN export FV3_RUN=cpld_control_run.IN + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_debug_p8 b/tests/tests/cpld_debug_p8 index 2b11c77eb8..ed304b3b3d 100644 --- a/tests/tests/cpld_debug_p8 +++ b/tests/tests/cpld_debug_p8 @@ -76,3 +76,11 @@ export FV3_RUN=cpld_control_run.IN if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then WLCLK=40 fi + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_debug_pdlib_p8 b/tests/tests/cpld_debug_pdlib_p8 index fa7be3c086..e0a2383ce5 100644 --- a/tests/tests/cpld_debug_pdlib_p8 +++ b/tests/tests/cpld_debug_pdlib_p8 @@ -98,3 +98,11 @@ export FV3_RUN=cpld_control_run.IN if [[ $MACHINE_ID = hera && $RT_COMPILER = gnu ]] || [[ $MACHINE_ID = jet ]]; then WLCLK=50 fi + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_decomp_p8 b/tests/tests/cpld_decomp_p8 index ba55cbd6ae..6c44601b3f 100644 --- a/tests/tests/cpld_decomp_p8 +++ b/tests/tests/cpld_decomp_p8 @@ -86,3 +86,11 @@ export FV3_RUN=cpld_control_run.IN if [[ $MACHINE_ID = derecho ]]; then TPN=96 fi + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_mpi_gfsv17 b/tests/tests/cpld_mpi_gfsv17 index 19076b671e..1f204a4aaa 100644 --- a/tests/tests/cpld_mpi_gfsv17 +++ b/tests/tests/cpld_mpi_gfsv17 @@ -94,8 +94,6 @@ export np2=`expr $CICE_NPROC / 2` export CICE_BLCKX=`expr $NX_GLB / $np2` export CICE_BLCKY=`expr $NY_GLB / 2` - - export atm_omp_num_threads=$THRD_cpl_unstr export med_omp_num_threads=$atm_omp_num_threads @@ -133,3 +131,11 @@ export UFS_CONFIGURE=ufs.configure.s2sw.IN #GFSv17 settings export PROGSIGMA=.true. export IOPT_DIAG=1 + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_mpi_p8 b/tests/tests/cpld_mpi_p8 index fe90cf0412..84756f04d6 100644 --- a/tests/tests/cpld_mpi_p8 +++ b/tests/tests/cpld_mpi_p8 @@ -86,3 +86,11 @@ export FV3_RUN=cpld_control_run.IN if [[ $MACHINE_ID = derecho ]]; then TPN=96 fi + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_mpi_pdlib_p8 b/tests/tests/cpld_mpi_pdlib_p8 index 18dcc1ee74..cd536948d2 100644 --- a/tests/tests/cpld_mpi_pdlib_p8 +++ b/tests/tests/cpld_mpi_pdlib_p8 @@ -104,3 +104,11 @@ export FIELD_TABLE=field_table_thompson_noaero_tke export UFS_CONFIGURE=ufs.configure.s2sw_fast_esmf.IN export FV3_RUN=cpld_control_run.IN + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_restart_bmark_p8 b/tests/tests/cpld_restart_bmark_p8 index 0d71a41f5c..d6a3b39d2d 100644 --- a/tests/tests/cpld_restart_bmark_p8 +++ b/tests/tests/cpld_restart_bmark_p8 @@ -164,3 +164,11 @@ export CICE_USE_RESTART_TIME=.true. export MOM6_RESTART_SETTING=r export FV3_RUN=cpld_control_run.IN + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_restart_c192_p8 b/tests/tests/cpld_restart_c192_p8 index 54415221ac..dce8254328 100644 --- a/tests/tests/cpld_restart_c192_p8 +++ b/tests/tests/cpld_restart_c192_p8 @@ -155,3 +155,11 @@ export CICE_USE_RESTART_TIME=.true. export MOM6_RESTART_SETTING=r export FV3_RUN=cpld_control_run.IN + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_restart_c48 b/tests/tests/cpld_restart_c48 index a9e891519d..bafb92a4b5 100644 --- a/tests/tests/cpld_restart_c48 +++ b/tests/tests/cpld_restart_c48 @@ -169,3 +169,11 @@ export FIELD_TABLE=field_table_thompson_noaero_tke export UFS_CONFIGURE=ufs.configure.s2s_esmf.IN export FV3_RUN=cpld_control_run.IN + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_restart_gfsv17 b/tests/tests/cpld_restart_gfsv17 index 62a97d4fb3..ad4a7be818 100644 --- a/tests/tests/cpld_restart_gfsv17 +++ b/tests/tests/cpld_restart_gfsv17 @@ -133,3 +133,11 @@ export UFS_CONFIGURE=ufs.configure.s2sw.IN #GFSv17 settings export PROGSIGMA=.true. export IOPT_DIAG=1 + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_restart_p8 b/tests/tests/cpld_restart_p8 index ba3fa68606..edbba45c3e 100644 --- a/tests/tests/cpld_restart_p8 +++ b/tests/tests/cpld_restart_p8 @@ -92,3 +92,11 @@ export FV3_RUN=cpld_control_run.IN if [[ $MACHINE_ID = derecho ]]; then TPN=96 fi + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_restart_pdlib_p8 b/tests/tests/cpld_restart_pdlib_p8 index 01a351be21..e9e8a9d510 100644 --- a/tests/tests/cpld_restart_pdlib_p8 +++ b/tests/tests/cpld_restart_pdlib_p8 @@ -108,3 +108,11 @@ export FIELD_TABLE=field_table_thompson_noaero_tke export UFS_CONFIGURE=ufs.configure.s2sw_fast_esmf.IN export FV3_RUN=cpld_control_run.IN + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_restart_qr_p8 b/tests/tests/cpld_restart_qr_p8 index 791105837c..79ebaaf10e 100644 --- a/tests/tests/cpld_restart_qr_p8 +++ b/tests/tests/cpld_restart_qr_p8 @@ -89,3 +89,11 @@ export eps_imesh=2.5e-1 export CICE_DIAGFREQ=`expr $((FHMAX-$FHROT)) \* 3600 / $DT_CICE` export FV3_RUN=cpld_control_run.IN + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_s2sa_p8 b/tests/tests/cpld_s2sa_p8 index efb61f024a..fb827e0b83 100644 --- a/tests/tests/cpld_s2sa_p8 +++ b/tests/tests/cpld_s2sa_p8 @@ -76,3 +76,11 @@ export DIAG_TABLE=diag_table_template export UFS_CONFIGURE=ufs.configure.s2sa_esmf.IN export FV3_RUN=cpld_control_run.IN + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_warmstart_c48 b/tests/tests/cpld_warmstart_c48 index 94aa503d8f..3c2c18e6b1 100644 --- a/tests/tests/cpld_warmstart_c48 +++ b/tests/tests/cpld_warmstart_c48 @@ -166,3 +166,11 @@ export FIELD_TABLE=field_table_thompson_noaero_tke export UFS_CONFIGURE=ufs.configure.s2s_esmf.IN export FV3_RUN=cpld_control_run.IN + +# HR4 GFSv17 GWD update +export DO_UGWP_V0=.false. +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GSL_DRAG_TOFD=.true. From 73424e2d12af2632afbad7d26a1942df088423e8 Mon Sep 17 00:00:00 2001 From: JONG KIM Date: Tue, 16 Jul 2024 09:25:31 -0400 Subject: [PATCH 2/4] Hotfix to update with cubed sphere bug fix (#2362) * UFSWM - * FV3 - * atmos_cubed_sphere - bug fix to address debug mode crashes caused by floating-point exception in subroutine a2b_ord2 in model/a2b_edge.F90 --- FV3 | 2 +- tests/logs/OpnReqTests_control_p8_hera.log | 48 +- ...sts_cpld_control_nowave_noaero_p8_hera.log | 24 +- .../OpnReqTests_regional_control_hera.log | 30 +- tests/logs/RegressionTests_derecho.log | 546 ++++++------ tests/logs/RegressionTests_gaea.log | 550 ++++++------ tests/logs/RegressionTests_hera.log | 797 ++++++++---------- tests/logs/RegressionTests_hercules.log | 737 ++++++++-------- tests/logs/RegressionTests_jet.log | 490 +++++------ tests/logs/RegressionTests_orion.log | 550 ++++++------ tests/logs/RegressionTests_wcoss2.log | 460 +++++----- tests/test_changes.list | 106 --- 12 files changed, 2085 insertions(+), 2255 deletions(-) diff --git a/FV3 b/FV3 index 65fec7d098..3581423f39 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 65fec7d098994c509517bc1cfa4b7af3249001b8 +Subproject commit 3581423f397e2eb0c1f0cd7f6b728593511278a9 diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index 5d60b8c6ef..a260e9db56 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Sun Jul 7 19:56:59 UTC 2024 +Mon Jul 15 01:41:25 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2387923/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1044457/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 = 280.646356 - 0: The maximum resident set size (KB) = 1444896 + 0: The total amount of wall time = 275.756850 + 0: The maximum resident set size (KB) = 1445808 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_2387923/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1044457/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 = 1003.437253 - 0: The maximum resident set size (KB) = 1430112 + 0: The total amount of wall time = 959.187361 + 0: The maximum resident set size (KB) = 1435516 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_2387923/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1044457/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 = 249.484393 - 0: The maximum resident set size (KB) = 1425876 + 0: The total amount of wall time = 247.513262 + 0: The maximum resident set size (KB) = 1422624 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_2387923/mpi_mpi +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1044457/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 = 250.029285 - 0: The maximum resident set size (KB) = 1435352 + 0: The total amount of wall time = 248.067150 + 0: The maximum resident set size (KB) = 1440744 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_2387923/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1044457/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 = 249.870001 - 0: The maximum resident set size (KB) = 1424956 + 0: The total amount of wall time = 251.468799 + 0: The maximum resident set size (KB) = 1432440 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_2387923/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1044457/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 = 247.121930 - 0: The maximum resident set size (KB) = 1438272 + 0: The total amount of wall time = 251.979239 + 0: The maximum resident set size (KB) = 1418388 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_2387923/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1044457/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 = 251.892903 - 0: The maximum resident set size (KB) = 1423700 + 0: The total amount of wall time = 250.614339 + 0: The maximum resident set size (KB) = 1423620 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Sun Jul 7 21:02:25 UTC 2024 -Elapsed time: 01h:05m:27s. Have a nice day! +Mon Jul 15 02:47:28 UTC 2024 +Elapsed time: 01h:06m:04s. 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 2816bec404..2e5cd746fe 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 @@ -Sun Jul 7 18:51:47 UTC 2024 +Mon Jul 15 00:35:23 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2035409/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3401652/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 = 1352.292979 - 0: The maximum resident set size (KB) = 1527480 + 0: The total amount of wall time = 1423.280923 + 0: The maximum resident set size (KB) = 1542940 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_2035409/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3401652/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 = 495.292747 - 0: The maximum resident set size (KB) = 1537276 + 0: The total amount of wall time = 516.185376 + 0: The maximum resident set size (KB) = 1536308 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_2035409/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3401652/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 = 431.140320 - 0: The maximum resident set size (KB) = 1523956 + 0: The total amount of wall time = 426.220133 + 0: The maximum resident set size (KB) = 1537924 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Sun Jul 7 19:56:58 UTC 2024 -Elapsed time: 01h:05m:13s. Have a nice day! +Mon Jul 15 01:41:24 UTC 2024 +Elapsed time: 01h:06m:02s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 8992f985a4..31f7c9018f 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Sun Jul 7 16:24:51 UTC 2024 +Sun Jul 14 22:08:08 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1220577/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3760508/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 = 1263.345950 - 0: The maximum resident set size (KB) = 776172 + 0: The total amount of wall time = 1367.634611 + 0: The maximum resident set size (KB) = 750632 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_1220577/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3760508/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 = 2182.671673 - 0: The maximum resident set size (KB) = 733564 + 0: The total amount of wall time = 2170.861604 + 0: The maximum resident set size (KB) = 721096 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_1220577/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3760508/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 = 2173.091543 - 0: The maximum resident set size (KB) = 746164 + 0: The total amount of wall time = 2179.475163 + 0: The maximum resident set size (KB) = 711844 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_1220577/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3760508/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 = 2261.066848 - 0: The maximum resident set size (KB) = 724740 + 0: The total amount of wall time = 2178.906493 + 0: The maximum resident set size (KB) = 718428 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Sun Jul 7 18:51:45 UTC 2024 -Elapsed time: 02h:26m:55s. Have a nice day! +Mon Jul 15 00:35:22 UTC 2024 +Elapsed time: 02h:27m:15s. Have a nice day! diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index 35248c4a4f..423636d326 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,7 +1,7 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -77c09929d475e0c62f43d7778d75d33583ea651d +cc70b77c844682f3daeb33c8b699f162c48c2527 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 93b8a2a8700bf454e3297834b15dd74f43590389 FV3 (remotes/origin/HR4-GWD-update) - 523f5a3ea2123bc713804aaf347da64b004afb9d FV3/atmos_cubed_sphere (201912_public_release-398-g523f5a3) - 97c3cc5e0e2bfbe67253609af97236636a8fc4c7 FV3/ccpp/framework (CPF_0.2.057) - c6dec90f4cd8e9f7ac5772cf51e9df6cd5f59cdd FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5268-gc6dec90f) + 3388412e3576865197990e82187d8fc372140193 FV3 (remotes/origin/hotfix/acs-hash) + bb89a58601c3fa28549c291811e04d5db6c9b37b FV3/atmos_cubed_sphere (201912_public_release-401-gbb89a58) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -36,282 +36,282 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /glade/derecho/scratch/epicufsrt/FV3_RT/rt_15457 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_40167 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [23:23, 21:33] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:16, 05:29](3202 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:23, 22:49] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [16:55, 14:35](1914 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:05, 15:55](1951 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:04, 07:52](1080 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:50, 16:34](1889 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:23, 23:28] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [16:08, 14:18](1920 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [12:20, 11:27] ( 1530 warnings 1948 remarks ) - -PASS -- COMPILE 's2swa_intel' [21:24, 20:54] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [09:27, 06:26](3227 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:38, 06:18](3227 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:30, 03:53](3153 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:27, 06:15](3255 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:41, 03:57](3183 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:10, 05:48](3729 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:10, 06:16](3219 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:03, 05:15](3543 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:40, 06:09](3236 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [13:33, 09:32](3890 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [15:43, 06:19](3625 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [25:35, 10:17](4521 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [31:14, 06:56](4670 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:01, 05:59](3211 MB) - -PASS -- COMPILE 's2sw_intel' [20:23, 19:53] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:33, 04:52](1928 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:47, 04:58](1992 MB) - -PASS -- COMPILE 's2swa_debug_intel' [12:21, 11:17] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:08, 08:26](3289 MB) - -PASS -- COMPILE 's2sw_debug_intel' [11:20, 10:38] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:21, 06:06](1946 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [16:22, 15:25] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:51, 04:55](1994 MB) - -PASS -- COMPILE 's2s_intel' [16:21, 15:21] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:18, 06:42](2946 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:14, 02:21](2945 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:19, 01:29](2340 MB) - -PASS -- COMPILE 's2swa_faster_intel' [26:23, 25:09] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:20, 06:09](3234 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [22:21, 21:49] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:52, 14:45](1934 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:30, 08:02](1112 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:09, 16:58](1903 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [12:14, 11:30] ( 1565 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:42, 23:35](1952 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:16, 15:04] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:42, 03:26](671 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [11:03, 02:24](1572 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [11:13, 02:27](1572 MB) -PASS -- TEST 'control_latlon_intel' [09:58, 02:24](1565 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [10:06, 02:25](1568 MB) -PASS -- TEST 'control_c48_intel' [14:07, 06:11](1622 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:35, 05:15](735 MB) -PASS -- TEST 'control_c192_intel' [18:02, 08:41](1692 MB) -PASS -- TEST 'control_c384_intel' [20:44, 08:39](2002 MB) -PASS -- TEST 'control_c384gdas_intel' [16:27, 07:05](1200 MB) -PASS -- TEST 'control_stochy_intel' [05:39, 01:25](627 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:39, 00:52](440 MB) -PASS -- TEST 'control_lndp_intel' [04:37, 01:21](624 MB) -PASS -- TEST 'control_iovr4_intel' [04:39, 02:05](622 MB) -PASS -- TEST 'control_iovr5_intel' [04:31, 02:05](621 MB) -PASS -- TEST 'control_p8_intel' [05:30, 03:07](1868 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:36, 03:11](1870 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:36, 02:59](1877 MB) -PASS -- TEST 'control_restart_p8_intel' [04:26, 02:03](1017 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:27, 03:10](1866 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:31, 02:05](1019 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:25, 03:17](1865 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:25, 03:04](1956 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:09, 05:07](1870 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:23, 04:00](1931 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:38, 03:09](1872 MB) -PASS -- TEST 'merra2_thompson_intel' [05:27, 03:28](1871 MB) -PASS -- TEST 'regional_control_intel' [07:01, 04:54](882 MB) -PASS -- TEST 'regional_restart_intel' [05:06, 02:55](878 MB) -PASS -- TEST 'regional_decomp_intel' [07:01, 05:07](875 MB) -PASS -- TEST 'regional_noquilt_intel' [06:54, 04:54](1199 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:58, 04:55](881 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:55, 04:59](874 MB) -PASS -- TEST 'regional_wofs_intel' [06:56, 05:38](1606 MB) - -PASS -- COMPILE 'rrfs_intel' [14:15, 12:52] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:26, 06:06](1008 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:49, 03:46](1198 MB) -PASS -- TEST 'rap_decomp_intel' [08:26, 06:21](1009 MB) -PASS -- TEST 'rap_2threads_intel' [07:26, 05:38](1104 MB) -PASS -- TEST 'rap_restart_intel' [05:22, 03:12](882 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:28, 06:05](1006 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:28, 06:21](1009 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:14, 04:34](881 MB) -PASS -- TEST 'hrrr_control_intel' [05:18, 03:12](1000 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:18, 03:17](1004 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:18, 02:46](1090 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:48, 01:46](837 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:26, 05:57](1000 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:01, 07:21](1962 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:03, 07:05](1949 MB) - -PASS -- COMPILE 'csawmg_intel' [12:15, 10:58] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [08:08, 06:23](968 MB) -PASS -- TEST 'control_ras_intel' [04:41, 02:53](660 MB) - -PASS -- COMPILE 'wam_intel' [11:14, 10:32] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [12:14, 09:54](1661 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [18:16, 17:11] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:30, 02:58](1862 MB) -PASS -- TEST 'regional_control_faster_intel' [05:58, 04:44](877 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [13:15, 12:15] ( 889 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:02, 02:33](1602 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:59, 02:27](1601 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:40, 02:51](801 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:35, 02:33](800 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:00, 04:27](1111 MB) -PASS -- TEST 'control_ras_debug_intel' [03:36, 02:40](809 MB) -PASS -- TEST 'control_diag_debug_intel' [04:50, 02:34](1657 MB) -PASS -- TEST 'control_debug_p8_intel' [05:08, 03:14](1897 MB) -PASS -- TEST 'regional_debug_intel' [18:06, 16:14](918 MB) -PASS -- TEST 'rap_control_debug_intel' [06:33, 04:40](1184 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:49, 04:34](1178 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:49, 04:37](1181 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:51, 04:46](1180 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:49, 04:40](1181 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:07, 04:56](1266 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:40, 04:48](1182 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:35, 04:42](1184 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:41, 04:39](1182 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:44, 04:40](1183 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:39, 04:34](1180 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:35, 04:40](1183 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:34, 07:35](1180 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:40, 04:43](1176 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:45, 05:31](1189 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:42, 04:42](1175 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:03, 07:53](1181 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:12, 06:29] ( 844 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:09, 12:37](1689 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:13, 11:01] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:07, 03:30](1060 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:58, 05:07](882 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:08, 02:46](882 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:01, 04:47](945 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:56, 02:26](937 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:51, 02:55](884 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:06, 03:52](793 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:42, 01:33](774 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:21, 15:07] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:57, 01:54](1087 MB) -PASS -- TEST 'conus13km_2threads_intel' [06:21, 00:58](1085 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:14, 01:06](975 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:19, 10:54] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:02, 03:38](914 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:19, 06:47] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:36, 04:31](1056 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:32, 04:23](1054 MB) -PASS -- TEST 'conus13km_debug_intel' [16:05, 13:17](1139 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:57, 13:20](823 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:49, 07:45](1135 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:44, 13:49](1207 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:19, 06:40] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:33, 04:43](1082 MB) - -PASS -- COMPILE 'hafsw_intel' [18:21, 17:50] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:50, 04:34](719 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:55, 05:04](1071 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:59, 06:28](775 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:55, 11:00](795 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:31, 12:35](816 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:07, 04:39](479 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:38, 05:43](494 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:03, 02:16](392 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:41, 06:12](459 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:04, 03:17](511 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:39, 03:04](514 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:35, 03:47](589 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:30, 01:13](427 MB) -PASS -- TEST 'gnv1_nested_intel' [08:34, 04:00](1722 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [13:14, 07:56] ( 1472 warnings 1481 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:18, 12:03](619 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [30:23, 26:46] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:00, 07:10](630 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:52, 07:15](689 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [22:20, 18:57] ( 5 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:25, 05:23](681 MB) - -PASS -- COMPILE 'hafs_all_intel' [18:14, 15:35] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:26, 05:36](756 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:29, 05:38](740 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:06, 16:37](892 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:21, 08:15] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:44, 02:29](762 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:44, 01:54](753 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:42, 02:27](642 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:35, 02:23](645 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:40, 02:23](650 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:37, 02:28](765 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:36, 02:29](752 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:37, 02:22](646 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:43, 05:49](695 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:56, 06:06](677 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:24, 02:28](765 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:51, 03:52](2018 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:47, 04:16](2018 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [07:19, 05:50] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:16, 05:08](749 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:18, 08:12] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:31, 02:31](763 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:19, 02:43] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [05:08, 01:10](314 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:42, 01:05](451 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:59, 01:03](450 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:19, 13:02] ( 5 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [10:08, 04:27](1926 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:20, 11:45] ( 5 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:56, 03:48](1912 MB) - -PASS -- COMPILE 'atml_intel' [15:20, 14:49] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:06, 06:48](1896 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [11:13, 06:41](1884 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:03, 03:35](1040 MB) - -PASS -- COMPILE 'atml_debug_intel' [10:21, 09:32] ( 887 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:55, 06:44](1931 MB) - -PASS -- COMPILE 'atmw_intel' [14:19, 13:51] ( 5 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:43, 02:24](1894 MB) - -PASS -- COMPILE 'atmaero_intel' [13:19, 12:10] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:03, 04:17](3126 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:48, 04:16](3000 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:53, 04:20](3013 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [08:18, 07:26] ( 889 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [27:12, 22:00](4536 MB) +PASS -- COMPILE 's2swa_32bit_intel' [23:30, 22:37] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:38, 05:45](3202 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:32, 24:42] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [18:00, 14:56](1916 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:26, 16:22](1952 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:11, 08:14](1086 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:06, 16:42](1887 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [25:32, 24:48] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [16:22, 14:28](1911 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [14:24, 13:03] ( 1530 warnings 1948 remarks ) + +PASS -- COMPILE 's2swa_intel' [23:31, 22:23] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [10:52, 06:34](3226 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:15, 06:25](3225 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:00, 04:13](3156 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [10:51, 06:23](3254 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:01, 04:23](3186 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:36, 06:02](3733 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:36, 06:19](3219 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:36, 05:23](3543 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:01, 06:14](3236 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [15:10, 09:51](3890 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [16:25, 06:52](3626 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [31:55, 10:40](4518 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [31:25, 07:28](4670 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:22, 06:13](3214 MB) + +PASS -- COMPILE 's2sw_intel' [21:30, 20:35] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:56, 04:57](1928 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:14, 05:15](1987 MB) + +PASS -- COMPILE 's2swa_debug_intel' [13:27, 12:54] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [38:57, 08:06](-5411134659951504 MB) + +PASS -- COMPILE 's2sw_debug_intel' [13:27, 11:58] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:48, 06:02](1955 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [17:29, 16:42] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:14, 05:04](1985 MB) + +PASS -- COMPILE 's2s_intel' [17:29, 16:44] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:25, 06:54](2949 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:19, 02:32](2944 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:20, 01:58](2347 MB) + +PASS -- COMPILE 's2swa_faster_intel' [27:25, 26:19] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [11:05, 06:52](-1315924127599578 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [24:25, 23:04] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:03, 14:52](1940 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:31, 08:24](1104 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:53, 16:49](1910 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [13:15, 12:03] ( 1565 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:54, 23:57](1966 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [16:22, 15:29] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [17:24, 03:28](-2435776145193053 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:21, 02:31](1569 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:44, 02:31](1573 MB) +PASS -- TEST 'control_latlon_intel' [04:23, 02:28](1572 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:23, 02:29](1562 MB) +PASS -- TEST 'control_c48_intel' [08:25, 06:14](1620 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:48, 05:17](735 MB) +PASS -- TEST 'control_c192_intel' [12:14, 08:44](1685 MB) +PASS -- TEST 'control_c384_intel' [16:18, 08:54](2001 MB) +PASS -- TEST 'control_c384gdas_intel' [18:45, 07:15](1196 MB) +PASS -- TEST 'control_stochy_intel' [02:55, 01:29](625 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:54, 00:56](443 MB) +PASS -- TEST 'control_lndp_intel' [02:57, 01:28](628 MB) +PASS -- TEST 'control_iovr4_intel' [04:01, 02:10](621 MB) +PASS -- TEST 'control_iovr5_intel' [03:59, 02:07](624 MB) +PASS -- TEST 'control_p8_intel' [05:39, 03:32](1871 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:15, 03:15](1868 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:08, 03:25](1871 MB) +PASS -- TEST 'control_restart_p8_intel' [09:27, 02:10](4983915984765351 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:05, 03:17](1858 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:50, 02:12](999 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:55, 03:31](1865 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:47, 03:15](1959 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:38, 05:10](1862 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:57, 04:11](1923 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:56, 03:31](1869 MB) +PASS -- TEST 'merra2_thompson_intel' [05:51, 03:38](1867 MB) +PASS -- TEST 'regional_control_intel' [07:05, 05:15](872 MB) +PASS -- TEST 'regional_restart_intel' [05:04, 03:17](871 MB) +PASS -- TEST 'regional_decomp_intel' [07:04, 05:24](874 MB) +PASS -- TEST 'regional_noquilt_intel' [07:04, 05:05](1193 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:03, 05:10](879 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:02, 05:12](884 MB) +PASS -- TEST 'regional_wofs_intel' [07:50, 05:46](1608 MB) + +PASS -- COMPILE 'rrfs_intel' [14:22, 13:09] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:39, 06:14](1011 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:32, 03:46](1192 MB) +PASS -- TEST 'rap_decomp_intel' [08:39, 06:25](1007 MB) +PASS -- TEST 'rap_2threads_intel' [08:39, 05:43](1101 MB) +PASS -- TEST 'rap_restart_intel' [09:06, 03:19](-8086665024644114 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:50, 06:12](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:02, 06:24](1006 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:35, 04:40](884 MB) +PASS -- TEST 'hrrr_control_intel' [06:21, 03:16](999 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:21, 03:29](1001 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:22, 02:51](1089 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:55, 01:49](834 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:46, 06:02](1005 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:14, 07:26](1960 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:15, 07:13](1951 MB) + +PASS -- COMPILE 'csawmg_intel' [12:20, 11:27] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [05:56, 06:47](-4635744418160825 MB) +PASS -- TEST 'control_ras_intel' [04:44, 02:57](660 MB) + +PASS -- COMPILE 'wam_intel' [12:21, 10:54] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:14, 09:59](1662 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [19:22, 17:53] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:51, 03:13](1868 MB) +PASS -- TEST 'regional_control_faster_intel' [07:06, 05:05](872 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [14:20, 13:12] ( 889 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:10, 02:37](-7341301194512963 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:11, 02:31](1602 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:44, 02:55](812 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:38, 02:40](808 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:15, 04:54](1123 MB) +PASS -- TEST 'control_ras_debug_intel' [03:45, 02:39](820 MB) +PASS -- TEST 'control_diag_debug_intel' [03:14, 02:41](7068792496384343 MB) +PASS -- TEST 'control_debug_p8_intel' [05:06, 03:19](1909 MB) +PASS -- TEST 'regional_debug_intel' [18:01, 16:42](928 MB) +PASS -- TEST 'rap_control_debug_intel' [06:43, 04:49](1195 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:40, 04:36](1186 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:40, 04:47](1190 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:47, 04:49](1191 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:34, 04:45](1191 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:11, 04:58](1276 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:56, 04:49](1191 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [00:28, 04:55](2489507799279835 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:44, 04:47](1196 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:54, 04:41](1195 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:47, 04:35](1190 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:44, 04:46](1193 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:45, 07:36](1191 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:39, 04:35](1188 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:44, 05:36](1192 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:52, 04:49](1190 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:18, 07:56](1193 MB) + +PASS -- COMPILE 'wam_debug_intel' [08:19, 07:16] ( 844 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:16, 12:12](1701 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:19, 11:32] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:21, 03:33](1059 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:31, 05:09](886 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:25, 02:50](883 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:24, 04:52](947 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:33, 02:29](940 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:35, 02:56](883 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:10, 03:54](794 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:54, 01:35](774 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:18, 15:40] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:50, 02:01](1088 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:26, 01:03](1082 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:36, 01:12](974 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:20, 11:26] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:36, 03:41](909 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:19, 07:34] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:38, 04:44](1073 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:39, 04:30](1067 MB) +PASS -- TEST 'conus13km_debug_intel' [15:52, 13:38](1151 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:10, 13:39](835 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:48, 07:47](1151 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:32, 13:19](1219 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:19, 07:23] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:39, 04:44](1097 MB) + +PASS -- COMPILE 'hafsw_intel' [19:21, 18:39] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:58, 04:43](716 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:07, 05:16](1067 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:08, 06:38](772 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:00, 11:05](799 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:30, 12:18](812 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:43, 04:49](478 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:51, 05:52](493 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:06, 02:22](392 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:30, 06:23](458 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:03, 03:23](511 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:37, 03:09](513 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:34, 03:58](588 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:40, 01:19](427 MB) +PASS -- TEST 'gnv1_nested_intel' [07:45, 04:12](1718 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [10:16, 09:02] ( 1472 warnings 1481 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:27, 12:11](628 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [28:23, 27:14] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:49, 07:18](635 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:47, 07:25](690 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [20:24, 19:27] ( 5 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:34, 05:29](678 MB) + +PASS -- COMPILE 'hafs_all_intel' [17:17, 15:51] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:51, 05:41](755 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:46, 05:41](738 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:20, 16:13](892 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:19, 08:56] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:53, 02:32](765 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:00, 01:35](739 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:41, 02:23](646 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:46, 02:29](642 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:35, 02:29](642 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:44, 02:34](764 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:40, 02:34](765 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:40, 02:28](646 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:42, 05:48](694 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:37, 05:46](675 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:29, 02:31](751 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:33, 04:00](2017 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:36, 03:59](2018 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [07:18, 06:28] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:28, 05:13](747 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:14, 08:55] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:43, 02:30](750 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:13, 02:53] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:48, 01:22](311 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:32, 01:12](453 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:41, 00:51](454 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:20, 13:15] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:25, 04:10](1915 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:20, 12:41] ( 5 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:11, 03:51](1910 MB) + +PASS -- COMPILE 'atml_intel' [16:20, 15:50] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:10, 08:01](1881 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [10:11, 07:30](1897 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:07, 04:12](1026 MB) + +PASS -- COMPILE 'atml_debug_intel' [12:14, 10:32] ( 887 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:05, 06:32](1935 MB) + +PASS -- COMPILE 'atmw_intel' [15:21, 14:14] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:45, 02:26](1890 MB) + +PASS -- COMPILE 'atmaero_intel' [14:23, 12:53] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:15, 04:32](3121 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:19, 04:19](2999 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:39, 04:25](3014 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [09:16, 08:22] ( 889 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [25:57, 22:14](4529 MB) SYNOPSIS: -Starting Date/Time: 20240709 06:45:50 -Ending Date/Time: 20240709 08:26:12 -Total Time: 01h:41m:27s +Starting Date/Time: 20240714 12:58:42 +Ending Date/Time: 20240714 20:54:43 +Total Time: 07h:57m:02s Compiles Completed: 41/41 Tests Completed: 183/183 diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index 459b98af72..c6c815589f 100644 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,7 +1,7 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -77c09929d475e0c62f43d7778d75d33583ea651d +cc70b77c844682f3daeb33c8b699f162c48c2527 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 93b8a2a8700bf454e3297834b15dd74f43590389 FV3 (remotes/origin/HR4-GWD-update) - 523f5a3ea2123bc713804aaf347da64b004afb9d FV3/atmos_cubed_sphere (201912_public_release-398-g523f5a3) - 97c3cc5e0e2bfbe67253609af97236636a8fc4c7 FV3/ccpp/framework (CPF_0.2.057) - c6dec90f4cd8e9f7ac5772cf51e9df6cd5f59cdd FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5268-gc6dec90f) + 3388412e3576865197990e82187d8fc372140193 FV3 (remotes/origin/hotfix/acs-hash) + bb89a58601c3fa28549c291811e04d5db6c9b37b FV3/atmos_cubed_sphere (201912_public_release-401-gbb89a58) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -36,284 +36,284 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_236657 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_112290 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [23:12, 22:27] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:32, 06:50](3199 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:12, 23:16] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [15:33, 13:33](1925 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:20, 14:54](1943 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:53, 06:42](1078 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:18, 15:00](1896 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:12, 23:45] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [14:44, 13:26](1914 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [16:12, 15:59] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:40, 24:14](1936 MB) - -PASS -- COMPILE 's2swa_intel' [20:11, 19:27] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [12:09, 07:39](3226 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:34, 07:26](3225 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:22, 05:01](3156 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [12:19, 07:42](3246 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:21, 04:57](3180 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:44, 06:12](3462 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [11:56, 07:34](3222 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:42, 06:30](3168 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:18, 07:28](3226 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [15:32, 10:13](3446 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [10:16, 07:25](3608 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [19:19, 12:47](4203 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:10, 08:56](4360 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [11:59, 07:30](3208 MB) - -PASS -- COMPILE 's2sw_intel' [19:11, 19:00] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:07, 05:19](1937 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:16, 05:56](1997 MB) - -PASS -- COMPILE 's2swa_debug_intel' [16:11, 16:00] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:17, 09:25](3269 MB) - -PASS -- COMPILE 's2sw_debug_intel' [16:11, 15:34] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:10, 05:44](1945 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [18:11, 17:20] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:18, 05:12](1997 MB) - -PASS -- COMPILE 's2s_intel' [17:11, 16:52] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [07:59, 06:30](2928 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [02:58, 01:56](2933 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:26, 01:07](2330 MB) - -PASS -- COMPILE 's2swa_faster_intel' [27:13, 26:22] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:35, 07:59](3226 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [23:11, 23:05] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:58, 15:01](1935 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:23, 07:27](1107 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:24, 17:06](1909 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [14:10, 13:38] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:40, 26:55](1945 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:11, 15:20] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:38, 03:42](667 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:27, 03:00](1565 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:24, 03:02](1570 MB) -PASS -- TEST 'control_latlon_intel' [04:16, 02:56](1573 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:27, 03:01](1572 MB) -PASS -- TEST 'control_c48_intel' [09:12, 06:39](1596 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:03, 05:40](719 MB) -PASS -- TEST 'control_c192_intel' [11:24, 09:52](1682 MB) -PASS -- TEST 'control_c384_intel' [19:42, 18:06](1979 MB) -PASS -- TEST 'control_c384gdas_intel' [16:28, 14:03](1181 MB) -PASS -- TEST 'control_stochy_intel' [02:36, 01:56](624 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:32, 01:01](426 MB) -PASS -- TEST 'control_lndp_intel' [02:43, 01:55](623 MB) -PASS -- TEST 'control_iovr4_intel' [03:45, 02:40](620 MB) -PASS -- TEST 'control_iovr5_intel' [03:36, 02:38](620 MB) -PASS -- TEST 'control_p8_intel' [05:46, 03:11](1859 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:51, 03:15](1860 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:43, 03:11](1867 MB) -PASS -- TEST 'control_restart_p8_intel' [03:25, 01:46](1013 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:37, 03:07](1859 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:34, 01:47](1015 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:33, 03:10](1861 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:38, 02:46](1945 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:48, 05:17](1861 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:32, 04:07](1919 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:42, 03:16](1868 MB) -PASS -- TEST 'merra2_thompson_intel' [05:33, 03:39](1865 MB) -PASS -- TEST 'regional_control_intel' [05:38, 04:57](858 MB) -PASS -- TEST 'regional_restart_intel' [03:32, 02:33](860 MB) -PASS -- TEST 'regional_decomp_intel' [06:34, 05:08](860 MB) -PASS -- TEST 'regional_2threads_intel' [04:24, 03:00](1000 MB) -PASS -- TEST 'regional_noquilt_intel' [05:38, 04:50](1184 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:42, 04:55](858 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:37, 04:44](858 MB) -PASS -- TEST 'regional_wofs_intel' [06:36, 05:59](1588 MB) - -PASS -- COMPILE 'rrfs_intel' [15:11, 14:12] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [07:56, 06:44](1010 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:06, 04:05](1188 MB) -PASS -- TEST 'rap_decomp_intel' [07:53, 06:58](1009 MB) -PASS -- TEST 'rap_2threads_intel' [07:51, 06:07](1102 MB) -PASS -- TEST 'rap_restart_intel' [05:32, 03:28](878 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:54, 06:48](1007 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:50, 07:01](1007 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [05:54, 04:52](879 MB) -PASS -- TEST 'hrrr_control_intel' [04:59, 03:48](1002 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:59, 03:49](1005 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:55, 03:08](1085 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:29, 01:56](835 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:44, 06:46](1002 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:15, 07:55](1963 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:09, 07:53](1951 MB) - -PASS -- COMPILE 'csawmg_intel' [14:11, 13:27] -PASS -- TEST 'control_csawmg_intel' [07:38, 06:34](964 MB) -PASS -- TEST 'control_ras_intel' [04:30, 03:20](656 MB) - -PASS -- COMPILE 'wam_intel' [13:11, 13:03] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:00, 11:18](1661 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [21:11, 20:14] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:03, 03:08](1859 MB) -PASS -- TEST 'regional_control_faster_intel' [05:34, 04:38](858 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [12:11, 11:38] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:51, 03:06](1577 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:49, 02:51](1578 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:31, 03:07](785 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:28, 02:50](783 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:50, 04:14](1094 MB) -PASS -- TEST 'control_ras_debug_intel' [03:28, 02:49](792 MB) -PASS -- TEST 'control_diag_debug_intel' [03:40, 02:57](1642 MB) -PASS -- TEST 'control_debug_p8_intel' [03:36, 03:06](1878 MB) -PASS -- TEST 'regional_debug_intel' [17:38, 16:35](888 MB) -PASS -- TEST 'rap_control_debug_intel' [05:28, 05:02](1168 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:29, 04:55](1162 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:32, 04:56](1166 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:29, 04:58](1166 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:27, 04:56](1168 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:31, 05:14](1250 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:25, 05:07](1169 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:29, 05:31](1170 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:29, 05:18](1169 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:28, 05:19](1167 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:30, 05:06](1166 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:45, 04:57](1166 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:05, 08:24](1165 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:46, 04:53](1160 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:44, 06:07](1173 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:38, 04:57](1168 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:20, 08:40](1172 MB) - -PASS -- COMPILE 'wam_debug_intel' [11:11, 10:44] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:06, 13:12](1676 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:11, 14:20] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:08, 03:52](1050 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:01, 06:00](883 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:51, 03:17](882 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:50, 05:16](944 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:54, 02:44](934 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:52, 03:25](881 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:51, 04:08](782 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:34, 01:41](764 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:15, 16:50] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:09, 02:03](1095 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:49, 01:13](1079 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:52, 01:21](978 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:11, 12:20] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:00, 04:17](912 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:11, 09:50] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:31, 04:56](1045 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:28, 04:44](1044 MB) -PASS -- TEST 'conus13km_debug_intel' [15:02, 14:05](1124 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [14:58, 13:56](803 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:50, 08:11](1113 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:51, 13:53](1196 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:12, 09:18] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:33, 04:54](1070 MB) - -PASS -- COMPILE 'hafsw_intel' [17:12, 16:56] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:12, 05:21](707 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:30, 04:32](1062 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:27, 07:30](757 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:13, 11:30](785 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:16, 12:39](799 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:12, 05:23](480 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:30, 06:43](494 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:53, 02:54](376 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:40, 07:55](437 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:57, 03:48](511 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:05, 03:35](512 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:03, 04:41](576 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:37, 02:06](403 MB) -PASS -- TEST 'gnv1_nested_intel' [07:51, 05:31](1716 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [11:11, 11:00] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:03, 12:45](587 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [24:11, 23:30] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:11, 07:45](612 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:15, 07:48](784 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [17:11, 16:40] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:17, 06:02](783 MB) - -PASS -- COMPILE 'hafs_all_intel' [16:13, 15:33] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:17, 06:33](739 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:17, 06:04](725 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:10, 20:08](892 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [13:11, 12:32] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:23, 02:36](760 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:26, 01:34](749 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:27, 02:30](640 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:27, 02:29](636 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:27, 02:29](636 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:26, 02:35](760 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:25, 02:35](760 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:25, 02:26](638 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:02, 05:58](690 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:51, 05:57](671 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:21, 02:36](760 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:28, 04:40](2015 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:27, 04:41](2014 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [08:11, 07:58] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:52, 05:28](741 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [13:10, 12:20] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:29, 02:34](761 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:14, 03:30] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:49, 01:39](309 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:46, 01:25](454 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:43, 01:00](456 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:11, 15:21] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:45, 03:52](1924 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:17, 13:44] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:48, 03:56](1911 MB) - -PASS -- COMPILE 'atml_intel' [16:18, 15:17] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:27, 07:58](1893 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [09:27, 08:03](1893 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:48, 04:33](1046 MB) - -PASS -- COMPILE 'atml_debug_intel' [10:10, 09:47] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:19, 06:09](1916 MB) - -PASS -- COMPILE 'atmw_intel' [14:10, 13:51] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:22, 02:11](1899 MB) - -PASS -- COMPILE 'atmaero_intel' [13:11, 12:21] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:11, 06:33](3119 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:10, 06:55](3005 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:00, 07:08](3017 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [09:11, 09:07] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [20:31, 18:20](4488 MB) +PASS -- COMPILE 's2swa_32bit_intel' [16:11, 15:32] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:42, 06:00](3198 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:12, 20:40] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [15:09, 13:32](1924 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:59, 14:22](1944 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:14, 06:43](1077 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:03, 14:35](1896 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [21:12, 20:49] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [14:36, 13:20](1913 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:11, 08:54] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:19, 24:04](1948 MB) + +PASS -- COMPILE 's2swa_intel' [16:11, 15:17] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:36, 06:43](3229 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:40, 06:45](3225 MB) +PASS -- TEST 'cpld_restart_p8_intel' [05:11, 04:02](3157 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:37, 06:46](3246 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:11, 04:03](3181 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [07:38, 05:45](3462 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:28, 06:34](3222 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:38, 05:43](3170 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:45, 06:41](3225 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [12:29, 10:07](3447 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:12, 07:00](3610 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [18:44, 12:22](4208 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:31, 08:48](4360 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:36, 06:30](3207 MB) + +PASS -- COMPILE 's2sw_intel' [14:11, 13:52] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [06:09, 04:28](1935 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:14, 04:42](1994 MB) + +PASS -- COMPILE 's2swa_debug_intel' [09:11, 09:08] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:17, 08:36](3279 MB) + +PASS -- COMPILE 's2sw_debug_intel' [09:11, 08:28] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:06, 05:45](1958 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [13:11, 12:58] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:11, 04:35](1998 MB) + +PASS -- COMPILE 's2s_intel' [14:11, 13:45] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [07:55, 06:31](2927 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:00, 01:57](2934 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:49, 01:07](2330 MB) + +PASS -- COMPILE 's2swa_faster_intel' [22:12, 21:45] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:04, 06:26](3227 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [21:12, 20:38] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:11, 14:44](1935 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:06, 07:15](1095 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:11, 16:52](1908 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:11, 08:57] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:06, 26:58](1957 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:11, 12:14] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:26, 03:33](666 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:46, 02:45](1570 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:45, 02:46](1569 MB) +PASS -- TEST 'control_latlon_intel' [03:38, 02:42](1573 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:47, 02:46](1567 MB) +PASS -- TEST 'control_c48_intel' [07:55, 06:36](1600 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:03, 05:41](719 MB) +PASS -- TEST 'control_c192_intel' [10:39, 09:38](1682 MB) +PASS -- TEST 'control_c384_intel' [18:59, 17:49](1978 MB) +PASS -- TEST 'control_c384gdas_intel' [15:52, 14:05](1184 MB) +PASS -- TEST 'control_stochy_intel' [03:11, 01:46](624 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:26, 01:02](426 MB) +PASS -- TEST 'control_lndp_intel' [03:10, 01:38](623 MB) +PASS -- TEST 'control_iovr4_intel' [03:28, 02:23](620 MB) +PASS -- TEST 'control_iovr5_intel' [03:28, 02:25](620 MB) +PASS -- TEST 'control_p8_intel' [04:04, 02:59](1861 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:13, 03:02](1859 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:04, 02:55](1867 MB) +PASS -- TEST 'control_restart_p8_intel' [02:50, 01:39](1014 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:46, 02:54](1858 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:53, 01:39](1015 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:50, 02:59](1860 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:49, 02:39](1945 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:40, 04:59](1859 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:03, 03:44](1919 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:07, 02:57](1867 MB) +PASS -- TEST 'merra2_thompson_intel' [05:04, 03:15](1866 MB) +PASS -- TEST 'regional_control_intel' [05:43, 04:45](867 MB) +PASS -- TEST 'regional_restart_intel' [04:06, 02:38](859 MB) +PASS -- TEST 'regional_decomp_intel' [05:42, 04:57](859 MB) +PASS -- TEST 'regional_2threads_intel' [03:44, 03:00](997 MB) +PASS -- TEST 'regional_noquilt_intel' [05:45, 04:39](1182 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:42, 04:43](856 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:35, 04:46](860 MB) +PASS -- TEST 'regional_wofs_intel' [07:35, 06:16](1587 MB) + +PASS -- COMPILE 'rrfs_intel' [11:11, 10:51] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:08, 06:31](1009 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:03, 04:00](1188 MB) +PASS -- TEST 'rap_decomp_intel' [08:08, 06:52](1009 MB) +PASS -- TEST 'rap_2threads_intel' [06:49, 05:55](1094 MB) +PASS -- TEST 'rap_restart_intel' [04:47, 03:26](879 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:11, 06:27](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:11, 06:49](1007 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [05:47, 04:56](879 MB) +PASS -- TEST 'hrrr_control_intel' [04:47, 03:33](1002 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:47, 03:37](1006 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [03:53, 03:03](1080 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:31, 01:54](836 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:12, 06:27](1002 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:38, 07:55](1966 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:38, 07:32](1951 MB) + +PASS -- COMPILE 'csawmg_intel' [11:11, 10:19] +PASS -- TEST 'control_csawmg_intel' [07:50, 06:27](965 MB) +PASS -- TEST 'control_ras_intel' [04:29, 03:12](657 MB) + +PASS -- COMPILE 'wam_intel' [11:11, 10:19] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [11:58, 11:04](1661 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [18:11, 17:57] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:53, 02:49](1859 MB) +PASS -- TEST 'regional_control_faster_intel' [06:38, 04:34](857 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [10:11, 09:50] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:46, 02:42](1586 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:47, 02:39](1587 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:28, 03:01](796 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:26, 02:46](794 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:10, 04:13](1104 MB) +PASS -- TEST 'control_ras_debug_intel' [03:24, 02:49](802 MB) +PASS -- TEST 'control_diag_debug_intel' [03:34, 02:47](1654 MB) +PASS -- TEST 'control_debug_p8_intel' [03:33, 02:57](1886 MB) +PASS -- TEST 'regional_debug_intel' [17:32, 16:19](896 MB) +PASS -- TEST 'rap_control_debug_intel' [05:26, 04:56](1179 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:26, 04:46](1173 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:26, 04:59](1179 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:25, 04:54](1178 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:27, 04:50](1180 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:32, 05:11](1261 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:26, 05:00](1180 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:25, 04:57](1181 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:26, 05:00](1181 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:27, 05:19](1179 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:25, 05:08](1177 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:26, 05:27](1178 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:26, 08:21](1177 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:26, 05:18](1172 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:28, 06:15](1184 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:25, 05:20](1180 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:46, 08:49](1182 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:10, 06:56] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:39, 13:14](1684 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 10:29] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:03, 03:49](1044 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:46, 05:28](883 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:46, 03:01](881 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:44, 05:09](941 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:42, 02:42](932 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:42, 03:19](881 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:43, 04:12](782 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:29, 01:41](764 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:11, 15:00] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:03, 01:58](1096 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:46, 01:06](1076 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:49, 01:16](979 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 10:40] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:48, 04:04](912 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:11, 07:38] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:29, 04:51](1062 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:28, 04:42](1061 MB) +PASS -- TEST 'conus13km_debug_intel' [15:00, 13:52](1141 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:58, 14:09](820 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:51, 08:13](1130 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:54, 14:09](1213 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:11, 07:26] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:25, 04:56](1079 MB) + +PASS -- COMPILE 'hafsw_intel' [14:15, 13:35] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:17, 05:18](713 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:55, 04:28](1053 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:25, 07:33](754 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:10, 11:28](785 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:28, 12:38](804 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:01, 05:20](480 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:21, 06:48](498 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:11, 02:54](377 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:14, 07:59](447 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:51, 03:52](511 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:58, 03:35](512 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:58, 04:45](576 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:13, 01:42](403 MB) +PASS -- TEST 'gnv1_nested_intel' [07:41, 05:15](1716 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [09:11, 08:43] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:59, 13:26](593 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [22:15, 21:14] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:24, 07:40](612 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:21, 07:48](785 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [15:11, 15:06] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:13, 06:02](783 MB) + +PASS -- COMPILE 'hafs_all_intel' [14:17, 13:56] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:14, 06:06](736 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:10, 06:06](725 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [23:27, 20:09](892 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [12:11, 11:26] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:23, 02:41](746 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:23, 01:37](736 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:22, 02:27](640 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:23, 02:27](638 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:22, 02:28](636 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:23, 02:36](760 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:22, 02:35](761 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:22, 02:27](636 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:59, 06:02](692 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:58, 06:00](671 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:21, 02:35](761 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:23, 04:40](2015 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:23, 04:41](2014 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [07:11, 06:13] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:23, 05:27](741 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [12:11, 11:24] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:22, 02:35](760 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 02:24] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:44, 01:27](309 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:39, 01:11](454 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:38, 00:55](454 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:11, 12:54] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:06, 03:39](1925 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:15, 12:21] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:17, 03:33](1912 MB) + +PASS -- COMPILE 'atml_intel' [15:11, 14:09] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:10, 06:09](1893 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [08:12, 06:25](1893 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:40, 03:24](1045 MB) + +PASS -- COMPILE 'atml_debug_intel' [10:11, 09:19] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:05, 06:38](1925 MB) + +PASS -- COMPILE 'atmw_intel' [14:17, 13:19] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:50, 01:58](1898 MB) + +PASS -- COMPILE 'atmaero_intel' [12:11, 11:36] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:55, 05:02](3120 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:54, 05:35](3005 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:50, 05:46](3016 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [09:11, 08:23] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [20:14, 18:15](4485 MB) SYNOPSIS: -Starting Date/Time: 20240709 18:09:19 -Ending Date/Time: 20240709 19:39:48 -Total Time: 01h:31m:25s +Starting Date/Time: 20240714 14:57:35 +Ending Date/Time: 20240714 16:17:48 +Total Time: 01h:20m:52s Compiles Completed: 41/41 Tests Completed: 185/185 diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index 5115c8e5d5..b1c2bf111d 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,7 +1,7 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -3344c3e6be519c08f98fe39e342985e7c821e0e9 +cc70b77c844682f3daeb33c8b699f162c48c2527 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,7 +9,7 @@ Submodule hashes used in testing: 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 93b8a2a8700bf454e3297834b15dd74f43590389 FV3 (remotes/origin/HR4-GWD-update) + 3388412e3576865197990e82187d8fc372140193 FV3 (remotes/origin/hotfix/acs-hash) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) @@ -25,441 +25,378 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /scratch2/NAGAPE/epic/Jong.Kim/stmp2/Jong.Kim/FV3_RT/rt_2823285 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: nems -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_32bit_intel' [14:14, 13:21] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:25, 05:40](3313 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:14, 16:08] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:02, 17:13](1999 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:18, 18:11](2149 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:09, 08:24](1231 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:59, 19:30](1862 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:14, 16:45] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:39, 16:58](1968 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:15, 05:05] ( 1525 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:01, 22:59](1918 MB) - -PASS -- COMPILE 's2swa_intel' [14:14, 13:17] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [07:23, 05:56](3354 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [07:30, 05:54](3351 MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:24, 03:31](3268 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [07:23, 05:57](3371 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:24, 03:37](3269 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [07:18, 05:37](3629 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [07:18, 05:56](3342 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [06:21, 04:50](3215 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:29, 05:56](3356 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [13:23, 10:22](3531 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [10:08, 06:28](3641 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [17:35, 09:27](4304 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:26, 06:03](4389 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:21, 05:27](3314 MB) - -PASS -- COMPILE 's2sw_intel' [13:13, 12:27] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:01, 04:52](2001 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:10, 04:31](2059 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:11, 05:07] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:37, 08:27](3366 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:11, 04:46] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:23, 05:47](2006 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:13, 11:52] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:05, 04:15](2047 MB) - -PASS -- COMPILE 's2s_intel' [12:13, 11:51] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:43, 09:02](3108 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:44, 02:42](3091 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:44, 01:35](2495 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:11, 17:22] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [07:09, 05:49](3329 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:11, 15:56] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:05, 17:33](2015 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:19, 08:18](1290 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:02, 19:55](1922 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 05:04] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:06, 25:27](1951 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:11, 12:08] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:23, 03:22](708 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:46, 03:00](1598 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:45, 02:56](1607 MB) -PASS -- TEST 'control_latlon_intel' [03:39, 02:59](1570 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:46, 02:58](1598 MB) -PASS -- TEST 'control_c48_intel' [08:44, 07:39](1763 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:27, 06:24](863 MB) -PASS -- TEST 'control_c192_intel' [11:54, 10:45](1736 MB) -PASS -- TEST 'control_c384_intel' [13:03, 10:26](2014 MB) -PASS -- TEST 'control_c384gdas_intel' [12:00, 08:24](1403 MB) -PASS -- TEST 'control_stochy_intel' [02:27, 01:37](665 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:27, 00:59](507 MB) -PASS -- TEST 'control_lndp_intel' [02:24, 01:33](663 MB) -PASS -- TEST 'control_iovr4_intel' [03:25, 02:28](658 MB) -PASS -- TEST 'control_iovr5_intel' [03:28, 02:28](650 MB) -PASS -- TEST 'control_p8_intel' [04:01, 03:08](1902 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:02, 03:05](1893 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:55, 03:03](1898 MB) -PASS -- TEST 'control_restart_p8_intel' [02:46, 01:44](1135 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:53, 03:09](1893 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:51, 01:45](1162 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:52, 03:10](1880 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:53, 02:55](1985 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:42, 05:34](1871 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:51, 04:10](1958 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:51, 03:07](1905 MB) -PASS -- TEST 'merra2_thompson_intel' [04:49, 03:21](1899 MB) -PASS -- TEST 'regional_control_intel' [06:35, 05:21](1094 MB) -PASS -- TEST 'regional_restart_intel' [03:37, 02:55](1095 MB) -PASS -- TEST 'regional_decomp_intel' [06:33, 05:38](1089 MB) -PASS -- TEST 'regional_2threads_intel' [04:37, 03:27](1100 MB) -PASS -- TEST 'regional_noquilt_intel' [06:40, 05:19](1401 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:41, 05:19](1105 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:36, 05:19](1106 MB) -PASS -- TEST 'regional_wofs_intel' [07:37, 06:51](1910 MB) - -PASS -- COMPILE 'rrfs_intel' [11:11, 11:01] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:40, 07:48](1110 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:08, 04:15](1305 MB) -PASS -- TEST 'rap_decomp_intel' [08:36, 08:07](1036 MB) -PASS -- TEST 'rap_2threads_intel' [08:35, 07:17](1189 MB) -PASS -- TEST 'rap_restart_intel' [04:50, 04:04](1102 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:39, 07:48](1108 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:36, 08:08](1044 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:03, 05:50](1135 MB) -PASS -- TEST 'hrrr_control_intel' [04:40, 03:57](1045 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:36, 04:06](1032 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:32, 03:40](1108 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:28, 02:08](1001 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:52, 07:37](1095 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:27, 09:24](1979 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:25, 09:05](2058 MB) - -PASS -- COMPILE 'csawmg_intel' [11:11, 10:43] -PASS -- TEST 'control_csawmg_intel' [07:39, 06:07](1028 MB) -PASS -- TEST 'control_ras_intel' [04:22, 03:14](745 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:11, 04:25] -PASS -- TEST 'control_csawmg_gnu' [09:50, 08:21](744 MB) - -PASS -- COMPILE 'wam_intel' [11:11, 10:42] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [11:48, 10:50](1671 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [15:13, 14:36] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:48, 02:45](1898 MB) -PASS -- TEST 'regional_control_faster_intel' [05:36, 04:50](1099 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 06:03] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:52, 02:39](1611 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:55, 02:37](1615 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:29, 02:57](820 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:29, 02:41](814 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:49, 04:16](1138 MB) -PASS -- TEST 'control_ras_debug_intel' [03:29, 02:49](807 MB) -PASS -- TEST 'control_diag_debug_intel' [03:59, 02:39](1681 MB) -PASS -- TEST 'control_debug_p8_intel' [03:52, 02:58](1905 MB) -PASS -- TEST 'regional_debug_intel' [17:50, 17:02](1095 MB) -PASS -- TEST 'rap_control_debug_intel' [05:31, 04:50](1204 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:34, 04:41](1194 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:34, 04:49](1217 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:34, 04:50](1199 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:31, 04:50](1209 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:50, 05:21](1281 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:31, 05:08](1212 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:32, 04:56](1207 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:32, 05:03](1206 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:32, 04:52](1211 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:24, 04:43](1202 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:23, 04:52](1202 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:24, 07:49](1200 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:23, 04:46](1194 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:24, 06:05](1210 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:23, 04:52](1213 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:45, 08:19](1221 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 04:53] -PASS -- TEST 'control_csawmg_debug_gnu' [03:39, 02:19](732 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:11, 03:49] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:44, 13:40](1673 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 10:29] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:11, 03:52](1171 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:37, 06:27](1047 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:40, 03:25](997 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:36, 06:07](1095 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:33, 03:12](970 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:33, 03:36](935 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:42, 04:52](1029 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:31, 01:50](932 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:11, 13:54] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:05, 02:06](1201 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:45, 00:57](1113 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:48, 01:13](1113 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 10:47] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:41, 04:10](990 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 03:46] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:27, 04:54](1081 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:25, 04:47](1091 MB) -PASS -- TEST 'conus13km_debug_intel' [15:52, 14:14](1228 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:51, 14:31](930 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [08:48, 08:04](1147 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:45, 14:29](1290 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 03:51] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:26, 04:55](1133 MB) - -PASS -- COMPILE 'hafsw_intel' [13:11, 12:13] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:17, 05:06](741 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:32, 06:00](1122 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:32, 06:53](829 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:22, 13:26](865 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:28, 15:16](883 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:57, 05:27](504 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:22, 06:45](517 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:44, 02:50](377 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:26, 07:13](474 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:42, 03:44](527 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:46, 03:32](537 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:58, 04:07](595 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:26, 01:16](412 MB) -PASS -- TEST 'gnv1_nested_intel' [05:40, 04:03](1742 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:11, 04:17] ( 1467 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:54, 12:46](576 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [17:11, 16:10] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:03, 08:46](650 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:07, 08:54](748 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:10, 12:19] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:04, 06:37](698 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:10, 11:45] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:21, 06:24](836 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:21, 06:33](819 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:02, 16:31](1201 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:10, 06:24] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:20, 03:05](1114 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:20, 01:56](1078 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:18, 02:44](1022 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:18, 02:37](1034 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:18, 02:37](1029 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:18, 02:36](1136 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:19, 02:39](1152 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:19, 02:34](1009 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:20, 06:29](1085 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:15, 06:07](1046 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:15, 02:42](1167 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:21, 04:00](2437 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:20, 03:56](2441 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:11] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:18, 06:14](1101 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:10, 06:27] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:18, 02:39](1157 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 01:06] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:30, 00:46](260 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:25, 00:47](325 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:23, 00:32](324 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:10, 11:17] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:07, 03:40](1991 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:10, 10:52] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:04, 03:43](1961 MB) - -PASS -- COMPILE 'atml_intel' [13:11, 12:19] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:03, 04:33](1868 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:01, 04:19](1863 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:44, 02:30](1087 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:10, 04:56] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:56, 05:42](1883 MB) - -PASS -- COMPILE 'atmw_intel' [11:11, 11:06] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:51, 01:48](1938 MB) - -PASS -- COMPILE 'atmaero_intel' [12:12, 11:11] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:59, 04:08](3209 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:55, 04:53](3104 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:43, 04:59](3113 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 03:48] ( 884 warnings 6 remarks ) -FAILED: TEST TIMED OUT -- TEST 'regional_atmaq_debug_intel' [, ]( MB) - -PASS -- COMPILE 'atm_gnu' [05:11, 04:44] -PASS -- TEST 'control_c48_gnu' [12:41, 11:20](1537 MB) -PASS -- TEST 'control_stochy_gnu' [04:21, 03:22](504 MB) -PASS -- TEST 'control_ras_gnu' [05:21, 04:42](509 MB) -PASS -- TEST 'control_p8_gnu' [05:58, 04:43](1446 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:51, 04:38](1461 MB) -PASS -- TEST 'control_flake_gnu' [11:24, 10:18](543 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:11, 04:11] -PASS -- TEST 'rap_control_gnu' [11:34, 10:44](814 MB) -PASS -- TEST 'rap_decomp_gnu' [11:31, 10:58](851 MB) -PASS -- TEST 'rap_2threads_gnu' [10:38, 09:47](931 MB) -PASS -- TEST 'rap_restart_gnu' [06:43, 05:31](577 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [11:39, 10:54](812 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:34, 10:56](861 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:42, 08:03](575 MB) -PASS -- TEST 'hrrr_control_gnu' [06:32, 05:30](814 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [06:31, 05:29](798 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:38, 04:58](922 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:32, 05:37](845 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:25, 02:49](559 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:25, 02:48](657 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [11:41, 10:38](810 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:12, 07:23] -PASS -- TEST 'control_diag_debug_gnu' [02:45, 01:37](1278 MB) -PASS -- TEST 'regional_debug_gnu' [12:37, 11:24](762 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:22, 02:40](822 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:21, 02:32](824 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:22, 02:36](829 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:21, 02:39](828 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:42, 02:46](906 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:20, 04:15](827 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:22, 02:40](823 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:20, 02:34](821 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:20, 01:40](491 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:21, 01:48](453 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:39, 01:47](1441 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:21, 02:36](825 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:20, 02:53](863 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:34, 04:23](823 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:11, 02:34] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:12, 04:11] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:29, 09:16](706 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:33, 04:54](710 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:32, 08:31](757 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:32, 04:28](744 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:33, 05:04](705 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:54, 06:59](547 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:28, 02:31](541 MB) -PASS -- TEST 'conus13km_control_gnu' [04:54, 03:08](879 MB) -PASS -- TEST 'conus13km_2threads_gnu' [06:43, 05:57](879 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:46, 01:48](552 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 10:50] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:38, 05:40](730 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 07:25] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [06:13, 02:31](717 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [06:20, 02:32](711 MB) -PASS -- TEST 'conus13km_debug_gnu' [10:48, 06:56](895 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [10:36, 07:06](574 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [11:07, 07:41](895 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [09:42, 06:54](958 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 07:27] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:21, 02:39](736 MB) - -FAILED: UNABLE TO FINISH COMPILE -- COMPILE 's2swa_gnu' [, ] - -PASS -- COMPILE 's2s_gnu' [17:13, 16:11] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [10:00, 08:37](1535 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:11, 03:13] - -PASS -- COMPILE 's2sw_pdlib_gnu' [17:13, 16:26] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [22:16, 20:47](1464 MB) - -FAILED: UNABLE TO FINISH COMPILE -- COMPILE 's2sw_pdlib_debug_gnu' [, ] -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'cpld_debug_pdlib_p8_gnu' [, ]( MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [16:12, 15:46] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:18, 02:51](684 MB) - -SYNOPSIS: -Starting Date/Time: 20240709 12:01:57 -Ending Date/Time: 20240709 14:36:38 -Total Time: 02h:35m:33s -Compiles Completed: 55/57 -Tests Completed: 243/245 -Failed Compiles: -* COMPILE s2swa_gnu: FAILED: UNABLE TO FINISH COMPILE --- LOG: /scratch2/NCEPDEV/marine/Jong.Kim/UFS-RT/rt-2290/tests/logs/log_hera/compile_s2swa_gnu.log -* COMPILE s2sw_pdlib_debug_gnu: FAILED: UNABLE TO FINISH COMPILE --- LOG: /scratch2/NCEPDEV/marine/Jong.Kim/UFS-RT/rt-2290/tests/logs/log_hera/compile_s2sw_pdlib_debug_gnu.log -Failed Tests: -* TEST regional_atmaq_debug_intel: FAILED: TEST TIMED OUT --- LOG: /scratch2/NAGAPE/epic/Jong.Kim/stmp2/Jong.Kim/FV3_RT/rt_2823285/regional_atmaq_debug_intel/err - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF HERA REGRESSION TESTING LOG==== -====START OF HERA REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -77c09929d475e0c62f43d7778d75d33583ea651d - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 93b8a2a8700bf454e3297834b15dd74f43590389 FV3 (remotes/origin/HR4-GWD-update) - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) - ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_2337535 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_804793 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf +* (-e) - USE ECFLOW -PASS -- COMPILE 'atmaq_debug_intel' [21:14, 04:05] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [51:35, 48:33](4479 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:12, 03:31] - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 03:38] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [15:04, 14:06](1468 MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:12, 14:02] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:20, 05:38](3323 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:13, 16:23] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:01, 17:12](1951 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:19, 18:04](2147 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:13, 08:18](1252 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:57, 19:23](1879 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:12, 16:34] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [17:42, 17:00](1977 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:12, 05:33] ( 1525 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:04, 22:39](1944 MB) + +PASS -- COMPILE 's2swa_intel' [14:12, 13:55] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [07:17, 05:52](3353 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:20, 06:14](3338 MB) +PASS -- TEST 'cpld_restart_p8_intel' [05:30, 03:41](3251 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [07:17, 05:58](3346 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:29, 03:32](3303 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [07:12, 05:32](3627 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [07:12, 05:53](3329 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [06:16, 04:47](3223 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:24, 05:52](3358 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [13:45, 10:15](3530 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:56, 06:25](3638 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [18:17, 09:28](4299 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:13, 06:15](4384 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:16, 05:25](3336 MB) + +PASS -- COMPILE 's2sw_intel' [14:12, 13:09] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [06:08, 04:55](1993 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:14, 04:25](2023 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:12, 05:33] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:09, 08:30](3384 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:12, 05:28] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:01, 05:54](2024 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:12, 12:08] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:00, 04:16](2053 MB) + +PASS -- COMPILE 's2s_intel' [13:12, 12:24] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:41, 09:07](3112 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:40, 02:48](3082 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:38, 01:38](2506 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:12, 17:37] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [07:16, 06:00](3351 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:11, 15:59] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:01, 17:25](2017 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:17, 08:23](1275 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:10, 19:53](1914 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 04:59] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:57, 24:42](1980 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:12, 11:46] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:24, 03:27](697 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:44, 03:13](1600 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:51, 03:13](1617 MB) +PASS -- TEST 'control_latlon_intel' [04:41, 03:09](1592 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:49, 03:15](1600 MB) +PASS -- TEST 'control_c48_intel' [08:48, 07:41](1760 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:38, 06:27](870 MB) +PASS -- TEST 'control_c192_intel' [11:58, 10:39](1763 MB) +PASS -- TEST 'control_c384_intel' [12:59, 10:34](2025 MB) +PASS -- TEST 'control_c384gdas_intel' [11:19, 07:55](1403 MB) +PASS -- TEST 'control_stochy_intel' [02:26, 01:38](659 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:31, 01:00](509 MB) +PASS -- TEST 'control_lndp_intel' [02:24, 01:33](660 MB) +PASS -- TEST 'control_iovr4_intel' [03:37, 02:27](657 MB) +PASS -- TEST 'control_iovr5_intel' [03:37, 02:27](654 MB) +PASS -- TEST 'control_p8_intel' [04:07, 03:06](1899 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:04, 03:07](1898 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:55, 02:59](1902 MB) +PASS -- TEST 'control_restart_p8_intel' [02:50, 01:47](1129 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:48, 03:04](1901 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:51, 01:43](1163 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:44, 03:09](1894 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:52, 02:53](1988 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:49, 05:22](1896 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:59, 04:08](1963 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:56, 03:05](1915 MB) +PASS -- TEST 'merra2_thompson_intel' [04:54, 03:23](1902 MB) +PASS -- TEST 'regional_control_intel' [06:40, 05:18](1100 MB) +PASS -- TEST 'regional_restart_intel' [03:47, 03:02](1098 MB) +PASS -- TEST 'regional_decomp_intel' [06:41, 05:42](1098 MB) +PASS -- TEST 'regional_2threads_intel' [04:39, 03:27](1093 MB) +PASS -- TEST 'regional_noquilt_intel' [06:41, 05:29](1395 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:43, 05:23](1100 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:41, 05:28](1101 MB) +PASS -- TEST 'regional_wofs_intel' [07:39, 06:51](1914 MB) + +PASS -- COMPILE 'rrfs_intel' [11:11, 11:05] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:59, 07:45](1114 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:11, 04:12](1308 MB) +PASS -- TEST 'rap_decomp_intel' [09:43, 08:10](1036 MB) +PASS -- TEST 'rap_2threads_intel' [09:00, 07:17](1188 MB) +PASS -- TEST 'rap_restart_intel' [04:49, 04:06](1111 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:58, 07:43](1112 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:42, 08:13](1032 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:46, 05:51](1135 MB) +PASS -- TEST 'hrrr_control_intel' [04:43, 03:59](1049 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:43, 04:09](1040 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:43, 03:43](1113 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:34, 02:09](1008 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:59, 07:38](1100 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:29, 09:23](1995 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:31, 09:15](2067 MB) + +PASS -- COMPILE 'csawmg_intel' [11:12, 10:25] +PASS -- TEST 'control_csawmg_intel' [07:37, 06:09](1028 MB) +PASS -- TEST 'control_ras_intel' [04:23, 03:23](753 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:11, 04:14] +PASS -- TEST 'control_csawmg_gnu' [09:38, 08:19](748 MB) + +PASS -- COMPILE 'wam_intel' [11:11, 10:37] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [11:46, 11:05](1657 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [15:12, 14:38] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:02, 02:49](1894 MB) +PASS -- TEST 'regional_control_faster_intel' [05:40, 04:51](1100 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:12, 06:23] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:43, 02:45](1631 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:44, 02:39](1625 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:22, 03:07](831 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:25, 02:50](832 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:40, 04:25](1148 MB) +PASS -- TEST 'control_ras_debug_intel' [03:22, 02:54](839 MB) +PASS -- TEST 'control_diag_debug_intel' [03:52, 02:49](1685 MB) +PASS -- TEST 'control_debug_p8_intel' [03:47, 02:59](1923 MB) +PASS -- TEST 'regional_debug_intel' [18:48, 18:04](1111 MB) +PASS -- TEST 'rap_control_debug_intel' [06:31, 05:21](1222 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:39, 04:59](1224 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:34, 05:05](1219 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:30, 05:07](1217 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:30, 05:01](1220 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:45, 05:07](1303 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:28, 05:04](1220 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:26, 05:15](1215 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:26, 04:58](1216 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:27, 05:03](1217 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:25, 04:57](1216 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:24, 05:10](1218 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:24, 08:03](1216 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:25, 04:55](1219 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:25, 06:05](1212 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:24, 04:56](1219 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:45, 08:29](1222 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 04:31] +PASS -- TEST 'control_csawmg_debug_gnu' [03:33, 02:23](723 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:11, 03:52] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:49, 13:30](1677 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:12, 10:31] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:11, 03:54](1164 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:40, 06:28](1053 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:41, 03:50](989 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:33, 06:08](1099 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:32, 03:11](964 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:35, 03:42](931 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:43, 04:54](1037 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:32, 01:52](934 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:12, 13:54] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:57, 02:08](1205 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:43, 00:53](1122 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:44, 01:14](1112 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:12, 10:38] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:52, 04:12](986 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 04:01] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:29, 04:52](1104 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:25, 04:42](1098 MB) +PASS -- TEST 'conus13km_debug_intel' [15:57, 14:41](1245 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:56, 14:51](945 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:48, 08:19](1177 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:47, 14:37](1317 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 03:58] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:27, 04:58](1135 MB) + +PASS -- COMPILE 'hafsw_intel' [13:13, 12:22] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:18, 05:08](737 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:35, 06:16](1113 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:32, 07:06](833 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:27, 13:34](868 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:31, 15:19](889 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:55, 05:28](502 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:31, 06:55](520 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:47, 02:42](378 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:34, 07:24](474 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:47, 03:45](533 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:48, 03:35](537 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:58, 04:06](597 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:27, 01:13](409 MB) +PASS -- TEST 'gnv1_nested_intel' [05:39, 04:08](1748 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:11, 04:37] ( 1467 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:56, 13:00](590 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [17:13, 16:31] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:04, 08:51](675 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:07, 08:53](757 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:12, 12:28] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:04, 06:29](740 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:13, 12:02] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:23, 06:33](820 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:21, 06:30](820 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:07, 16:12](1217 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:11, 06:47] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:21, 02:45](1153 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:21, 01:39](1107 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:18, 02:35](1022 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:21, 02:40](1029 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:17, 02:39](1022 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:18, 02:38](1152 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:18, 02:41](1164 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:23, 02:56](1026 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:29, 06:17](1079 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:20, 06:15](1044 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:15, 02:42](1153 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:22, 03:45](2516 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:26, 03:47](2454 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:20] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:20, 06:12](1081 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:13, 06:52] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:19, 02:46](1153 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:11, 01:03] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:31, 00:46](263 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:25, 00:49](327 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:26, 00:31](322 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:13, 11:20] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:01, 03:44](1981 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:13, 11:21] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:06, 03:35](1967 MB) + +PASS -- COMPILE 'atml_intel' [13:12, 12:40] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:06, 04:19](1872 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:04, 04:21](1870 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:52, 02:23](1111 MB) + +PASS -- COMPILE 'atml_debug_intel' [06:12, 05:29] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:55, 05:45](1895 MB) + +PASS -- COMPILE 'atmw_intel' [12:13, 11:30] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:52, 01:53](1940 MB) + +PASS -- COMPILE 'atmaero_intel' [12:12, 11:19] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:11, 04:04](3209 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:58, 04:58](3109 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:42, 04:54](3116 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:13, 04:28] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [30:16, 27:38](4442 MB) + +PASS -- COMPILE 'atm_gnu' [05:13, 04:58] +PASS -- TEST 'control_c48_gnu' [12:44, 11:23](1534 MB) +PASS -- TEST 'control_stochy_gnu' [04:24, 03:23](498 MB) +PASS -- TEST 'control_ras_gnu' [05:23, 04:44](507 MB) +PASS -- TEST 'control_p8_gnu' [06:00, 04:44](1455 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:57, 04:40](1449 MB) +PASS -- TEST 'control_flake_gnu' [11:33, 10:14](539 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:12, 04:14] +PASS -- TEST 'rap_control_gnu' [11:39, 10:50](821 MB) +PASS -- TEST 'rap_decomp_gnu' [11:35, 11:00](852 MB) +PASS -- TEST 'rap_2threads_gnu' [10:37, 09:47](936 MB) +PASS -- TEST 'rap_restart_gnu' [06:53, 05:28](580 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [11:50, 10:47](814 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:51, 10:57](852 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:48, 08:00](580 MB) +PASS -- TEST 'hrrr_control_gnu' [06:36, 05:34](816 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [06:35, 05:35](798 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:48, 05:02](921 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [06:33, 05:33](855 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:33, 02:51](567 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:31, 02:49](656 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [11:46, 10:28](813 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:12, 07:43] +PASS -- TEST 'control_diag_debug_gnu' [02:49, 01:39](1273 MB) +PASS -- TEST 'regional_debug_gnu' [12:41, 11:27](747 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:25, 02:39](827 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:25, 02:30](824 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:24, 02:37](824 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:23, 02:33](832 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:48, 02:47](907 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:23, 04:03](828 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:24, 02:38](821 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:24, 02:38](821 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:21, 01:35](461 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:23, 01:44](448 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:42, 01:45](1441 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:26, 02:37](825 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:25, 02:54](823 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:39, 04:24](831 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:12, 02:39] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:12, 04:12] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:32, 09:19](722 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:43, 04:52](707 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:37, 08:27](752 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:37, 04:29](747 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:40, 05:03](703 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:42, 06:54](553 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:38, 02:36](537 MB) +PASS -- TEST 'conus13km_control_gnu' [05:18, 03:13](876 MB) +PASS -- TEST 'conus13km_2threads_gnu' [06:52, 05:58](886 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:55, 01:49](549 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:13, 10:55] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:43, 05:47](736 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 07:44] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:26, 02:34](711 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:24, 02:33](711 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:54, 06:58](892 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:50, 06:59](581 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [08:44, 07:13](892 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:43, 06:59](962 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 07:38] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:27, 02:42](735 MB) + +PASS -- COMPILE 's2swa_gnu' [17:12, 16:34] + +PASS -- COMPILE 's2s_gnu' [17:13, 16:09] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:11, 07:43](1526 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:11, 03:15] + +PASS -- COMPILE 's2sw_pdlib_gnu' [17:12, 16:29] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [25:06, 23:49](1457 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 03:09] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [15:10, 13:10](1453 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [16:11, 15:41] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:22, 02:58](685 MB) SYNOPSIS: -Starting Date/Time: 20240709 18:07:18 -Ending Date/Time: 20240709 20:43:34 -Total Time: 02h:36m:24s -Compiles Completed: 3/3 -Tests Completed: 2/2 +Starting Date/Time: 20240714 18:57:11 +Ending Date/Time: 20240714 20:32:41 +Total Time: 01h:35m:47s +Compiles Completed: 57/57 +Tests Completed: 245/245 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 5c7a36d9be..07e734535a 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,7 +1,7 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -3344c3e6be519c08f98fe39e342985e7c821e0e9 +452cc402e677436c64cb2139db02568551062088 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 93b8a2a8700bf454e3297834b15dd74f43590389 FV3 (remotes/origin/HR4-GWD-update) - 523f5a3ea2123bc713804aaf347da64b004afb9d FV3/atmos_cubed_sphere (201912_public_release-398-g523f5a3) - 97c3cc5e0e2bfbe67253609af97236636a8fc4c7 FV3/ccpp/framework (CPF_0.2.057) - c6dec90f4cd8e9f7ac5772cf51e9df6cd5f59cdd FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5268-gc6dec90f) + 3388412e3576865197990e82187d8fc372140193 FV3 (remotes/origin/hotfix/acs-hash) + bb89a58601c3fa28549c291811e04d5db6c9b37b FV3/atmos_cubed_sphere (201912_public_release-401-gbb89a58) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -36,375 +36,374 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_902011 +COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_2115957 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_32bit_intel' [12:10, 11:31] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:07, 08:58](2123 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:10, 17:07] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [15:06, 13:16](1997 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:19, 14:00](2322 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:12, 06:29](1321 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:07, 14:53](1920 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:11, 15:37] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [15:30, 13:03](1989 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [04:10, 04:09] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [22:12, 20:22](1969 MB) - -PASS -- COMPILE 's2swa_intel' [12:10, 11:11] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [15:59, 08:44](2185 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:57, 08:33](2178 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:09, 04:17](1991 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [15:59, 08:36](2213 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:09, 04:23](1747 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [16:59, 10:09](2550 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [14:48, 08:30](2175 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [13:55, 07:15](2092 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:58, 08:30](2184 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [23:41, 16:34](2978 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:05, 06:53](2937 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [21:01, 10:07](3814 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:11, 06:22](3642 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [11:51, 06:01](2156 MB) - -PASS -- COMPILE 's2sw_intel' [10:10, 09:59] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [14:39, 08:02](2034 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:49, 03:59](2095 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:10, 05:40] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [14:48, 07:52](2204 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:10, 05:11] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:39, 05:44](2041 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [08:11, 08:08] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [10:46, 05:05](2092 MB) - -PASS -- COMPILE 's2s_intel' [08:10, 08:07] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [11:38, 07:05](3104 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [08:38, 03:02](3087 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:34, 01:10](2515 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:10, 16:39] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:05, 07:23](2194 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:10, 16:04] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:39, 13:45](2038 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:58, 06:50](1379 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:42, 15:16](1972 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:10, 04:04] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [24:51, 22:05](2002 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:10, 08:49] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [03:16, 02:46](701 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:28, 02:26](1615 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:32, 02:28](1625 MB) -PASS -- TEST 'control_latlon_intel' [03:24, 02:24](1617 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:32, 02:32](1605 MB) -PASS -- TEST 'control_c48_intel' [07:30, 07:00](1742 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:24, 05:46](857 MB) -PASS -- TEST 'control_c192_intel' [09:36, 08:50](1767 MB) -PASS -- TEST 'control_c384_intel' [10:17, 08:49](2055 MB) -PASS -- TEST 'control_c384gdas_intel' [08:55, 06:59](1509 MB) -PASS -- TEST 'control_stochy_intel' [02:19, 01:23](663 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:28, 00:50](549 MB) -PASS -- TEST 'control_lndp_intel' [02:18, 01:21](667 MB) -PASS -- TEST 'control_iovr4_intel' [02:21, 02:02](660 MB) -PASS -- TEST 'control_iovr5_intel' [02:21, 02:03](666 MB) -PASS -- TEST 'control_p8_intel' [03:48, 02:37](1906 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:49, 02:37](1913 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:49, 02:34](1907 MB) -PASS -- TEST 'control_restart_p8_intel' [03:46, 01:41](1155 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:40, 02:33](1892 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:52, 01:29](1202 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:46, 03:16](1904 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:47, 03:44](1997 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:37, 05:18](1901 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:56, 03:55](1989 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:53, 03:09](1922 MB) -PASS -- TEST 'merra2_thompson_intel' [06:52, 04:00](1916 MB) -PASS -- TEST 'regional_control_intel' [07:26, 05:34](1200 MB) -PASS -- TEST 'regional_restart_intel' [03:27, 02:45](1179 MB) -PASS -- TEST 'regional_decomp_intel' [07:25, 05:49](1199 MB) -PASS -- TEST 'regional_2threads_intel' [03:24, 02:57](1162 MB) -PASS -- TEST 'regional_noquilt_intel' [06:33, 04:34](1527 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:34, 04:36](1180 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:24, 04:48](1204 MB) -PASS -- TEST 'regional_wofs_intel' [07:26, 05:40](2078 MB) - -PASS -- COMPILE 'rrfs_intel' [12:10, 07:54] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:41, 07:24](1221 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:45, 03:23](1411 MB) -PASS -- TEST 'rap_decomp_intel' [08:41, 07:55](1144 MB) -PASS -- TEST 'rap_2threads_intel' [07:50, 06:46](1372 MB) -PASS -- TEST 'rap_restart_intel' [05:52, 03:50](1149 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:40, 06:39](1186 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:40, 06:57](1126 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:52, 05:02](1199 MB) -PASS -- TEST 'hrrr_control_intel' [04:41, 03:26](1074 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:41, 03:31](1043 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:34, 03:04](1127 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:34, 01:49](1024 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:54, 06:25](1182 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:22, 07:55](2007 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:19, 07:37](2173 MB) - -PASS -- COMPILE 'csawmg_intel' [09:10, 07:37] -PASS -- TEST 'control_csawmg_intel' [06:23, 05:29](1046 MB) -PASS -- TEST 'control_ras_intel' [03:16, 02:48](821 MB) - -PASS -- COMPILE 'csawmg_gnu' [06:10, 04:14] -PASS -- TEST 'control_csawmg_gnu' [09:31, 06:49](1073 MB) - -PASS -- COMPILE 'wam_intel' [12:10, 07:31] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [10:34, 09:34](1683 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [20:12, 15:18] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:50, 02:20](1918 MB) -PASS -- TEST 'regional_control_faster_intel' [05:27, 04:24](1198 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:11, 05:54] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:27, 02:12](1624 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:39, 02:07](1618 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:21, 02:39](830 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:16, 02:15](825 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:25, 04:10](1143 MB) -PASS -- TEST 'control_ras_debug_intel' [03:17, 02:28](847 MB) -PASS -- TEST 'control_diag_debug_intel' [03:29, 02:16](1687 MB) -PASS -- TEST 'control_debug_p8_intel' [04:27, 03:15](1918 MB) -PASS -- TEST 'regional_debug_intel' [16:28, 15:35](1144 MB) -PASS -- TEST 'rap_control_debug_intel' [05:17, 04:14](1217 MB) -PASS -- TEST 'hrrr_control_debug_intel' [04:19, 04:03](1215 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:19, 04:07](1220 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:19, 04:02](1219 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:19, 04:04](1225 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:25, 04:19](1298 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:17, 04:09](1226 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:18, 04:13](1223 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:17, 04:14](1221 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:17, 03:59](1221 MB) -PASS -- TEST 'rap_noah_debug_intel' [04:17, 03:57](1209 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [04:18, 04:02](1223 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:21, 06:45](1226 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:16, 04:03](1218 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:18, 04:57](1224 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:16, 04:18](1222 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:46, 07:14](1225 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [06:11, 05:50] -PASS -- TEST 'control_csawmg_debug_gnu' [02:29, 01:53](1059 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:10, 03:50] ( 839 warnings 1 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:10, 07:39] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:45, 03:29](1270 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:32, 05:22](1140 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:54, 02:50](1030 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:44, 04:57](1289 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:34, 02:36](1034 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:34, 02:58](973 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:50, 04:00](1095 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [07:40, 01:36](956 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:10, 12:07] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [02:36, 01:42](1297 MB) -PASS -- TEST 'conus13km_2threads_intel' [05:33, 00:50](1204 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [06:28, 01:04](1152 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:10, 07:20] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:31, 03:43](1083 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 03:18] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:18, 04:03](1092 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:18, 03:59](1105 MB) -PASS -- TEST 'conus13km_debug_intel' [13:37, 12:20](1343 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [13:36, 12:21](1008 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [08:31, 07:34](1249 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [13:29, 12:11](1408 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 03:07] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:20, 04:06](1148 MB) - -PASS -- COMPILE 'hafsw_intel' [10:10, 09:45] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:06, 05:23](875 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:22, 05:16](1275 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:10, 06:20](980 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [19:07, 14:35](1001 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:14, 15:11](1004 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:44, 05:30](605 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [12:21, 06:59](623 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [07:39, 02:36](441 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:55, 07:30](539 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [08:41, 03:54](622 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:37, 03:44](619 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:41, 04:48](680 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [06:27, 01:09](455 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:10, 03:28] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:42, 11:35](643 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [16:10, 15:29] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [16:47, 15:59](766 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [17:52, 16:17](814 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:10, 11:37] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [15:53, 10:23](826 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:15, 11:31] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [11:03, 05:43](948 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:59, 05:47](937 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [20:47, 16:34](1336 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:10, 06:57] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:15, 02:09](1150 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:16, 01:21](1113 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:14, 02:04](1018 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:14, 02:04](1007 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:14, 02:07](1017 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:13, 02:10](1147 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:14, 02:15](1141 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:13, 02:06](1020 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:50, 04:54](1158 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:48, 04:53](1161 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:12, 02:08](1150 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:16, 02:59](2390 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [03:16, 03:01](2381 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:50] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:14, 05:04](1065 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:10, 05:52] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:14, 02:07](1143 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 00:52] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:26, 00:51](337 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:21, 00:49](573 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:23, 00:36](586 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:11, 07:53] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:46, 04:21](2018 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [09:11, 08:02] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:46, 04:18](1997 MB) - -PASS -- COMPILE 'atml_intel' [11:11, 09:54] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:54, 05:55](1902 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:50, 05:49](1901 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:33, 03:18](1161 MB) - -PASS -- COMPILE 'atml_debug_intel' [06:11, 04:38] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:48, 04:59](1918 MB) - -PASS -- COMPILE 'atmw_intel' [11:11, 09:45] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:43, 02:35](1948 MB) - -PASS -- COMPILE 'atmaero_intel' [08:10, 07:47] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:43, 04:28](2032 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:42, 04:15](1812 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:36, 04:19](1822 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [03:10, 03:02] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [18:21, 16:26](4577 MB) - -PASS -- COMPILE 'atm_gnu' [05:10, 04:24] -PASS -- TEST 'control_c48_gnu' [11:36, 09:32](1554 MB) -PASS -- TEST 'control_stochy_gnu' [04:19, 02:16](727 MB) -PASS -- TEST 'control_ras_gnu' [05:20, 03:39](731 MB) -PASS -- TEST 'control_p8_gnu' [05:46, 04:02](1758 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [06:34, 04:23](1761 MB) -PASS -- TEST 'control_flake_gnu' [06:19, 04:20](824 MB) - -PASS -- COMPILE 'rrfs_gnu' [04:11, 04:07] -PASS -- TEST 'rap_control_gnu' [09:34, 07:54](1088 MB) -PASS -- TEST 'rap_decomp_gnu' [08:43, 07:57](1086 MB) -PASS -- TEST 'rap_2threads_gnu' [08:31, 07:17](1122 MB) -PASS -- TEST 'rap_restart_gnu' [04:49, 03:55](886 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [08:37, 07:52](1085 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:36, 07:58](1084 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:47, 05:48](886 MB) -PASS -- TEST 'hrrr_control_gnu' [04:46, 04:01](1072 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [04:30, 04:09](1135 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [04:40, 03:36](1023 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [04:39, 04:00](1074 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:23, 02:13](881 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:27, 02:12](935 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [08:48, 07:54](1079 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 07:16] -PASS -- TEST 'control_diag_debug_gnu' [02:33, 01:14](1629 MB) -PASS -- TEST 'regional_debug_gnu' [07:25, 06:41](1119 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:17, 02:08](1106 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:19, 02:05](1094 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:17, 02:07](1099 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:26, 02:01](1109 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:26, 02:17](1274 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:17, 03:17](1102 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:16, 02:08](1111 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:16, 02:03](1098 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:16, 01:09](734 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:16, 01:18](730 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:35, 01:29](1714 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:17, 02:01](1104 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:19, 02:15](1106 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:45, 03:23](1109 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:11, 02:52] -PASS -- TEST 'control_wam_debug_gnu' [05:28, 05:01](1574 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:10, 04:09] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:30, 07:30](966 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:53, 03:55](952 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:41, 07:00](971 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:35, 03:29](875 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:33, 03:55](950 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:38, 05:27](863 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:17, 02:02](856 MB) -PASS -- TEST 'conus13km_control_gnu' [03:35, 02:30](1269 MB) -PASS -- TEST 'conus13km_2threads_gnu' [01:26, 01:05](1174 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:26, 01:29](931 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:10, 10:46] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:31, 04:20](988 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:10, 07:31] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:17, 02:08](976 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:16, 01:57](973 MB) -PASS -- TEST 'conus13km_debug_gnu' [06:28, 05:33](1286 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [06:30, 05:59](977 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [04:27, 03:21](1196 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:25, 05:34](1363 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:12, 07:39] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:19, 01:56](1003 MB) - -PASS -- COMPILE 's2swa_gnu' [18:11, 17:24] - -PASS -- COMPILE 's2s_gnu' [16:12, 15:14] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [05:50, 04:47](3094 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:10, 03:34] - -PASS -- COMPILE 's2sw_pdlib_gnu' [16:11, 15:23] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [26:49, 25:51](2918 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 03:34] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:43, 11:58](3045 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [17:12, 16:08] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:15, 02:16](766 MB) +* (-r) - USE ROCOTO + +PASS -- COMPILE 's2swa_32bit_intel' [11:56, 11:56] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:19, 07:33](2133 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:18, 17:18] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [14:24, 13:33](2000 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:02, 13:59](2305 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [07:30, 06:32](1313 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [15:46, 14:53](1925 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:44, 17:44] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [13:27, 12:58](2000 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:46, 06:46] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [21:45, 20:52](1976 MB) + +PASS -- COMPILE 's2swa_intel' [13:06, 13:06] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:35, 07:49](2185 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:17, 07:33](2195 MB) +PASS -- TEST 'cpld_restart_p8_intel' [04:57, 04:22](2004 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:35, 07:49](2216 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:27, 04:27](1748 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:00, 09:15](2546 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:19, 07:36](2185 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:08, 06:26](2104 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:34, 07:49](2192 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [16:43, 15:23](2977 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [07:52, 05:56](2923 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [13:10, 08:28](3815 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [11:35, 05:16](3644 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [05:27, 04:56](2154 MB) + +PASS -- COMPILE 's2sw_intel' [12:47, 12:47] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:30, 07:01](2026 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [04:44, 04:03](2085 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:08, 07:08] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [08:02, 07:13](2220 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:34, 06:34] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:24, 04:48](2061 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [09:54, 09:54] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [04:52, 04:10](2091 MB) + +PASS -- COMPILE 's2s_intel' [09:53, 09:53] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:35, 09:07](3109 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:24, 02:54](3090 MB) +PASS -- TEST 'cpld_restart_c48_intel' [01:52, 01:27](2514 MB) + +PASS -- COMPILE 's2swa_faster_intel' [15:09, 15:08] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [08:13, 07:24](2201 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [15:36, 15:36] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:19, 13:44](2049 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:55, 07:01](1392 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:02, 15:20](1956 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:18, 04:18] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [22:33, 21:50](2030 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [08:34, 08:34] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [03:07, 02:55](714 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [02:55, 02:28](1606 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [02:57, 02:32](1623 MB) +PASS -- TEST 'control_latlon_intel' [02:48, 02:28](1610 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:02, 02:34](1607 MB) +PASS -- TEST 'control_c48_intel' [07:36, 07:11](1737 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:07, 05:52](862 MB) +PASS -- TEST 'control_c192_intel' [09:43, 09:02](1759 MB) +PASS -- TEST 'control_c384_intel' [10:20, 09:05](2043 MB) +PASS -- TEST 'control_c384gdas_intel' [08:23, 06:56](1513 MB) +PASS -- TEST 'control_stochy_intel' [01:44, 01:26](673 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:17, 00:53](529 MB) +PASS -- TEST 'control_lndp_intel' [01:35, 01:25](664 MB) +PASS -- TEST 'control_iovr4_intel' [02:20, 02:08](658 MB) +PASS -- TEST 'control_iovr5_intel' [02:23, 02:11](672 MB) +PASS -- TEST 'control_p8_intel' [03:19, 02:41](1905 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:34, 02:47](1909 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:29, 02:41](1906 MB) +PASS -- TEST 'control_restart_p8_intel' [02:12, 01:36](1164 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:20, 02:46](1892 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:05, 01:37](1214 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:20, 02:40](1913 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:19, 02:42](2003 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:02, 04:37](1910 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:22, 03:37](1982 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:21, 02:39](1914 MB) +PASS -- TEST 'merra2_thompson_intel' [03:39, 02:54](1913 MB) +PASS -- TEST 'regional_control_intel' [05:04, 04:46](1192 MB) +PASS -- TEST 'regional_restart_intel' [02:58, 02:41](1176 MB) +PASS -- TEST 'regional_decomp_intel' [05:20, 05:03](1194 MB) +PASS -- TEST 'regional_2threads_intel' [03:24, 03:05](1163 MB) +PASS -- TEST 'regional_noquilt_intel' [04:57, 04:36](1522 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [04:57, 04:39](1211 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [04:55, 04:40](1204 MB) +PASS -- TEST 'regional_wofs_intel' [05:55, 05:36](2085 MB) + +PASS -- COMPILE 'rrfs_intel' [07:32, 07:32] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [07:26, 06:52](1246 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:03, 03:28](1409 MB) +PASS -- TEST 'rap_decomp_intel' [07:59, 07:18](1138 MB) +PASS -- TEST 'rap_2threads_intel' [07:05, 06:27](1378 MB) +PASS -- TEST 'rap_restart_intel' [04:14, 03:40](1143 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:30, 06:53](1210 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:02, 07:20](1146 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:14, 05:28](1209 MB) +PASS -- TEST 'hrrr_control_intel' [04:07, 03:26](1089 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:12, 03:30](1037 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:57, 04:07](1112 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:08, 01:51](1032 MB) +PASS -- TEST 'rrfs_v1beta_intel' [07:45, 07:01](1230 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:02, 07:47](2004 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:44, 07:32](2214 MB) + +PASS -- COMPILE 'csawmg_intel' [07:33, 07:33] +PASS -- TEST 'control_csawmg_intel' [05:46, 05:30](1066 MB) +PASS -- TEST 'control_ras_intel' [02:58, 02:49](839 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:41, 04:41] +PASS -- TEST 'control_csawmg_gnu' [07:14, 06:56](1070 MB) + +PASS -- COMPILE 'wam_intel' [07:31, 07:30] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [10:58, 10:07](1678 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:34, 13:34] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:10, 02:32](1906 MB) +PASS -- TEST 'regional_control_faster_intel' [04:36, 04:17](1201 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:13, 05:12] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:38, 02:14](1649 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:34, 02:12](1636 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:08, 02:52](842 MB) +PASS -- TEST 'control_lndp_debug_intel' [02:30, 02:22](851 MB) +PASS -- TEST 'control_csawmg_debug_intel' [03:50, 03:36](1168 MB) +PASS -- TEST 'control_ras_debug_intel' [02:36, 02:21](855 MB) +PASS -- TEST 'control_diag_debug_intel' [02:34, 02:15](1708 MB) +PASS -- TEST 'control_debug_p8_intel' [02:48, 02:29](1939 MB) +PASS -- TEST 'regional_debug_intel' [16:11, 15:52](1146 MB) +PASS -- TEST 'rap_control_debug_intel' [04:13, 04:04](1231 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:07, 03:56](1229 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:09, 04:02](1240 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [04:13, 04:04](1237 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:09, 04:01](1233 MB) +PASS -- TEST 'rap_diag_debug_intel' [04:33, 04:19](1317 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:24, 04:12](1241 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:25, 04:12](1238 MB) +PASS -- TEST 'rap_lndp_debug_intel' [04:26, 04:16](1230 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:20, 04:06](1235 MB) +PASS -- TEST 'rap_noah_debug_intel' [04:16, 04:05](1226 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [04:23, 04:12](1242 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [06:51, 06:38](1236 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [04:16, 04:05](1224 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:11, 05:01](1239 MB) +PASS -- TEST 'rap_flake_debug_intel' [04:14, 04:04](1241 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:50, 06:56](1232 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:54, 04:53] +PASS -- TEST 'control_csawmg_debug_gnu' [02:10, 01:52](1056 MB) + +PASS -- COMPILE 'wam_debug_intel' [03:03, 03:03] ( 839 warnings 1 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [06:58, 06:58] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [03:56, 03:20](1270 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:03, 05:24](1169 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:40, 02:54](1040 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:37, 05:03](1295 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:42, 02:39](1040 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:58, 03:03](996 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:16, 04:25](1099 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:05, 01:37](946 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:28, 11:28] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:16, 01:47](1304 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:50, 01:05](1207 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:01, 01:22](1154 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:09, 08:09] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:21, 03:50](1097 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:41, 05:40] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:24, 04:13](1112 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:14, 04:02](1116 MB) +PASS -- TEST 'conus13km_debug_intel' [12:53, 12:18](1350 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [13:04, 12:33](1003 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [07:28, 07:10](1263 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:44, 12:20](1423 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:26, 03:25] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:20, 04:10](1182 MB) + +PASS -- COMPILE 'hafsw_intel' [10:18, 10:18] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:27, 05:25](884 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:29, 05:07](1269 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [06:55, 05:46](955 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:04, 14:06](995 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:13, 15:31](986 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:09, 05:56](610 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:55, 06:52](625 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:57, 03:00](435 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:54, 08:42](546 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:27, 03:55](624 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:53, 03:59](620 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:23, 04:53](681 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:35, 01:10](456 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:08, 04:08] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:43, 11:52](654 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [15:26, 15:25] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:58, 17:07](755 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [17:27, 16:23](850 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [11:16, 11:16] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:08, 10:21](792 MB) + +PASS -- COMPILE 'hafs_all_intel' [11:36, 11:36] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:24, 05:33](942 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:05, 05:53](935 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:36, 16:51](1342 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:19, 07:19] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:21, 02:13](1153 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:34, 01:23](1110 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:16, 02:09](1021 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:26, 02:17](1016 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:12, 02:06](1014 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:25, 02:15](1129 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:23, 02:14](1138 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:20, 02:13](1021 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:02, 05:25](1162 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:42, 05:01](1151 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:15, 02:10](1150 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:17, 03:11](2443 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:19, 03:13](2392 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [03:06, 03:06] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:19, 05:14](1070 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [05:40, 05:39] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:24, 02:13](1146 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [00:57, 00:57] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:11, 00:53](339 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:03, 00:49](584 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:46, 00:30](568 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:07, 08:07] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:12, 03:28](2024 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:56, 07:56] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [03:51, 03:08](1992 MB) + +PASS -- COMPILE 'atml_intel' [09:10, 09:10] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:40, 05:34](1906 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:16, 05:33](1905 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:25, 02:59](1165 MB) + +PASS -- COMPILE 'atml_debug_intel' [04:00, 04:00] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:06, 05:06](1929 MB) + +PASS -- COMPILE 'atmw_intel' [08:57, 08:56] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:27, 01:40](1948 MB) + +PASS -- COMPILE 'atmaero_intel' [07:49, 07:49] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:32, 03:48](2017 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [04:50, 04:13](1806 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [04:51, 04:19](1822 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [02:50, 02:49] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [18:10, 16:54](4516 MB) + +PASS -- COMPILE 'atm_gnu' [04:01, 04:01] +PASS -- TEST 'control_c48_gnu' [14:36, 14:03](1567 MB) +PASS -- TEST 'control_stochy_gnu' [02:35, 02:15](732 MB) +PASS -- TEST 'control_ras_gnu' [04:03, 03:47](733 MB) +PASS -- TEST 'control_p8_gnu' [04:21, 03:37](1729 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [04:17, 03:43](1760 MB) +PASS -- TEST 'control_flake_gnu' [04:50, 04:34](808 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:04, 05:04] +PASS -- TEST 'rap_control_gnu' [08:30, 07:50](1101 MB) +PASS -- TEST 'rap_decomp_gnu' [08:43, 08:00](1085 MB) +PASS -- TEST 'rap_2threads_gnu' [08:05, 07:22](1122 MB) +PASS -- TEST 'rap_restart_gnu' [04:39, 04:05](886 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [08:30, 07:40](1096 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:21, 07:43](1088 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:31, 05:44](887 MB) +PASS -- TEST 'hrrr_control_gnu' [04:43, 04:02](1073 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [04:49, 04:04](1141 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [08:04, 07:06](1034 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [04:47, 04:00](1073 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [02:38, 02:09](880 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:40, 02:09](934 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [08:30, 07:42](1095 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:21, 08:21] +PASS -- TEST 'control_diag_debug_gnu' [01:39, 01:20](1631 MB) +PASS -- TEST 'regional_debug_gnu' [07:00, 06:40](1121 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:28, 02:10](1104 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:13, 02:01](1098 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:12, 02:00](1106 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [02:32, 02:06](1102 MB) +PASS -- TEST 'rap_diag_debug_gnu' [02:30, 02:13](1274 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:37, 03:25](1102 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:10, 02:01](1105 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:09, 01:59](1100 MB) +PASS -- TEST 'control_ras_debug_gnu' [01:34, 01:24](729 MB) +PASS -- TEST 'control_stochy_debug_gnu' [01:40, 01:24](729 MB) +PASS -- TEST 'control_debug_p8_gnu' [01:48, 01:28](1730 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:09, 02:01](1105 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [02:24, 02:13](1107 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:08, 03:23](1113 MB) + +PASS -- COMPILE 'wam_debug_gnu' [02:50, 02:50] +PASS -- TEST 'control_wam_debug_gnu' [05:28, 05:03](1573 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:36, 04:36] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:00, 07:22](963 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:41, 03:50](953 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:27, 06:50](998 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [07:28, 06:38](901 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:54, 03:59](949 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:12, 05:33](859 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:48, 02:16](857 MB) +PASS -- TEST 'conus13km_control_gnu' [03:17, 02:42](1268 MB) +PASS -- TEST 'conus13km_2threads_gnu' [01:50, 01:18](1179 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [01:55, 01:31](931 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:39, 10:39] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:11, 04:31](989 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:52, 07:52] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:29, 02:07](978 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:02, 01:55](970 MB) +PASS -- TEST 'conus13km_debug_gnu' [06:20, 05:51](1286 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [06:23, 05:55](961 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [03:52, 03:26](1197 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:10, 05:45](1354 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:00, 08:00] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:17, 02:08](1004 MB) + +PASS -- COMPILE 's2swa_gnu' [17:12, 17:11] + +PASS -- COMPILE 's2s_gnu' [16:17, 16:17] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [05:34, 04:43](2718 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:41, 04:41] + +PASS -- COMPILE 's2sw_pdlib_gnu' [16:04, 16:04] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [26:45, 25:50](3049 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:23, 04:23] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:42, 11:57](3039 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [14:19, 14:19] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [02:23, 02:15](768 MB) SYNOPSIS: -Starting Date/Time: 20240708 15:03:09 -Ending Date/Time: 20240708 16:38:50 -Total Time: 01h:36m:12s +Starting Date/Time: 20240712 12:36:12 +Ending Date/Time: 20240712 16:41:27 +Total Time: 04h:06m:24s Compiles Completed: 57/57 Tests Completed: 244/244 diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index ad15ed90b7..b97bfcfab6 100644 --- a/tests/logs/RegressionTests_jet.log +++ b/tests/logs/RegressionTests_jet.log @@ -1,7 +1,7 @@ ====START OF JET REGRESSION TESTING LOG==== UFSWM hash used in testing: -552b40ba9030e83e8f1c6245970ad5b13769e707 +cc70b77c844682f3daeb33c8b699f162c48c2527 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 81950993462af14cd53a3b5d7280014fc60d7abf FV3 (remotes/origin/cherry_pick_omga) - 57ca82d862410971889f0f0badad5a8fca89b280 FV3/atmos_cubed_sphere (remotes/origin/cherry_pick_omga) - ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) - 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) + 3388412e3576865197990e82187d8fc372140193 FV3 (remotes/origin/hotfix/acs-hash) + bb89a58601c3fa28549c291811e04d5db6c9b37b FV3/atmos_cubed_sphere (201912_public_release-401-gbb89a58) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -35,254 +35,254 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240614 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_358144 +BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240624 +COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_2214458 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [40:15, 40:05] ( 1 warnings 1382 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:50, 07:30](2011 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [50:16, 49:49] ( 1 warnings 1426 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [24:04, 21:18](1889 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:08, 22:31](2021 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:45, 10:56](1132 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:43, 24:35](1850 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [54:17, 53:43] ( 1 warnings 1423 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [21:51, 21:02](1870 MB) - -PASS -- COMPILE 's2swa_intel' [41:15, 40:56] ( 1380 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [15:23, 08:25](2012 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:52, 08:31](2004 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:00, 04:57](1699 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [15:28, 08:29](2058 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:55, 04:59](1695 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [11:23, 08:14](2308 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [14:23, 08:12](2042 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:45, 07:03](2002 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:53, 08:27](2037 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [15:37, 08:20](1990 MB) - -PASS -- COMPILE 's2sw_intel' [39:15, 38:28] ( 1278 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:41, 06:18](1894 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:01, 06:59](1959 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:11, 05:25] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [14:52, 11:14](2061 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:11, 05:07] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:15, 07:56](1907 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [35:13, 34:18] ( 1010 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:49, 06:30](1964 MB) - -PASS -- COMPILE 's2s_intel' [35:16, 34:36] ( 1015 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [15:07, 13:23](3059 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [06:08, 04:07](3040 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:01, 02:15](2461 MB) - -PASS -- COMPILE 's2swa_faster_intel' [35:24, 34:26] ( 1609 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [11:55, 08:02](2055 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [53:18, 52:53] ( 1338 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [27:59, 21:36](1905 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:49, 11:00](1134 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:34, 24:49](1886 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:11, 05:25] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:44, 32:26](1894 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [38:18, 37:14] ( 1 warnings 1147 remarks ) -PASS -- TEST 'control_flake_intel' [09:35, 04:34](650 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [09:18, 03:59](1558 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [13:21, 04:10](1560 MB) -PASS -- TEST 'control_latlon_intel' [13:11, 03:48](1557 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [09:22, 04:09](1549 MB) -PASS -- TEST 'control_c48_intel' [17:29, 12:03](1736 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [15:43, 10:17](854 MB) -PASS -- TEST 'control_c192_intel' [24:36, 14:24](1679 MB) -PASS -- TEST 'control_c384_intel' [24:33, 18:05](1817 MB) -PASS -- TEST 'control_c384gdas_intel' [20:36, 13:36](1016 MB) -PASS -- TEST 'control_stochy_intel' [07:34, 02:13](606 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:34, 01:23](435 MB) -PASS -- TEST 'control_lndp_intel' [06:35, 02:08](603 MB) -PASS -- TEST 'control_iovr4_intel' [08:41, 03:25](601 MB) -PASS -- TEST 'control_iovr5_intel' [08:38, 03:24](602 MB) -PASS -- TEST 'control_p8_intel' [13:42, 04:46](1814 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [15:09, 04:47](1852 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [13:59, 04:41](1848 MB) -PASS -- TEST 'control_restart_p8_intel' [13:30, 02:49](1062 MB) -PASS -- TEST 'control_noqr_p8_intel' [10:46, 04:32](1848 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:18, 02:56](1076 MB) -PASS -- TEST 'control_decomp_p8_intel' [10:45, 04:50](1828 MB) -PASS -- TEST 'control_2threads_p8_intel' [10:44, 04:44](1935 MB) -PASS -- TEST 'control_p8_lndp_intel' [13:17, 08:02](1838 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [11:59, 05:58](1904 MB) -PASS -- TEST 'control_p8_mynn_intel' [10:57, 04:52](1855 MB) -PASS -- TEST 'merra2_thompson_intel' [16:17, 05:15](1851 MB) -PASS -- TEST 'regional_control_intel' [15:11, 08:14](1013 MB) -PASS -- TEST 'regional_restart_intel' [05:42, 04:35](1006 MB) -PASS -- TEST 'regional_decomp_intel' [14:12, 08:33](997 MB) -PASS -- TEST 'regional_2threads_intel' [11:11, 06:43](1004 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [13:18, 08:11](1019 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [16:11, 08:20](1012 MB) - -PASS -- COMPILE 'rrfs_intel' [36:15, 34:54] ( 3 warnings 1114 remarks ) -PASS -- TEST 'rap_control_intel' [16:15, 10:09](995 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:27, 05:37](1225 MB) -PASS -- TEST 'rap_decomp_intel' [12:02, 10:43](987 MB) -PASS -- TEST 'rap_2threads_intel' [11:33, 09:41](1078 MB) -PASS -- TEST 'rap_restart_intel' [08:27, 05:20](992 MB) -PASS -- TEST 'rap_sfcdiff_intel' [16:14, 10:07](992 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:28, 10:47](986 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [11:36, 07:37](1001 MB) -PASS -- TEST 'hrrr_control_intel' [12:30, 05:17](985 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [14:11, 05:23](987 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [13:06, 04:50](1062 MB) -PASS -- TEST 'hrrr_control_restart_intel' [06:30, 02:51](927 MB) -PASS -- TEST 'rrfs_v1beta_intel' [16:36, 09:57](986 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [13:35, 12:24](1945 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:35, 12:14](1931 MB) - -PASS -- COMPILE 'csawmg_intel' [33:15, 32:15] ( 1095 remarks ) -PASS -- TEST 'control_csawmg_intel' [17:48, 08:53](959 MB) -PASS -- TEST 'control_ras_intel' [13:29, 04:25](668 MB) - -PASS -- COMPILE 'wam_intel' [33:15, 32:14] ( 994 remarks ) -PASS -- TEST 'control_wam_intel' [16:58, 14:20](1622 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [14:22, 13:04] ( 1298 remarks ) -PASS -- TEST 'control_p8_faster_intel' [07:44, 04:23](1843 MB) -PASS -- TEST 'regional_control_faster_intel' [09:51, 07:37](1010 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [08:10, 07:14] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [08:56, 03:19](1568 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [09:02, 03:17](1561 MB) -PASS -- TEST 'control_stochy_debug_intel' [06:32, 03:49](765 MB) -PASS -- TEST 'control_lndp_debug_intel' [06:32, 03:25](768 MB) -PASS -- TEST 'control_csawmg_debug_intel' [10:54, 05:55](1082 MB) -PASS -- TEST 'control_ras_debug_intel' [05:33, 03:30](779 MB) -PASS -- TEST 'control_diag_debug_intel' [09:00, 03:26](1626 MB) -PASS -- TEST 'control_debug_p8_intel' [09:05, 04:18](1852 MB) -PASS -- TEST 'regional_debug_intel' [26:59, 22:54](1021 MB) -PASS -- TEST 'rap_control_debug_intel' [09:36, 06:06](1152 MB) -PASS -- TEST 'hrrr_control_debug_intel' [09:36, 06:00](1146 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [10:36, 06:04](1151 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [10:37, 06:05](1151 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [10:32, 06:04](1157 MB) -PASS -- TEST 'rap_diag_debug_intel' [10:42, 06:25](1239 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [10:25, 06:13](1149 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [10:25, 06:14](1155 MB) -PASS -- TEST 'rap_lndp_debug_intel' [09:28, 06:10](1155 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [10:30, 06:07](1148 MB) -PASS -- TEST 'rap_noah_debug_intel' [10:30, 05:59](1152 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [09:29, 06:05](1158 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [13:27, 09:56](1157 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [10:27, 06:02](1150 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [11:31, 07:30](1157 MB) -PASS -- TEST 'rap_flake_debug_intel' [10:32, 06:06](1153 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [15:37, 10:35](1149 MB) - -PASS -- COMPILE 'wam_debug_intel' [11:12, 04:40] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [21:06, 16:34](1634 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:15, 29:53] ( 3 warnings 1027 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [11:28, 05:23](1082 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:02, 08:23](901 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:14, 04:19](881 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:27, 07:59](962 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:14, 04:07](912 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:15, 04:42](856 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:05, 06:18](903 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:30, 02:20](844 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [50:17, 49:52] ( 3 warnings 1197 remarks ) -PASS -- TEST 'conus13km_control_intel' [08:06, 03:03](1105 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:49, 01:22](1055 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:49, 01:39](1022 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [31:17, 30:56] ( 3 warnings 1047 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:56, 05:25](909 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:12, 04:30] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:31, 06:00](1031 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:32, 05:53](1035 MB) -PASS -- TEST 'conus13km_debug_intel' [20:07, 18:19](1176 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [20:07, 18:30](857 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [12:00, 10:38](1085 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:01, 18:23](1215 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:12, 04:14] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:28, 06:15](1071 MB) - -PASS -- COMPILE 'hafsw_intel' [44:17, 38:43] ( 1 warnings 1426 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [12:28, 07:02](709 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [17:38, 06:29](1091 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [28:50, 09:18](780 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [21:31, 16:21](801 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [36:52, 18:16](820 MB) -PASS -- TEST 'gnv1_nested_intel' [39:03, 06:55](1678 MB) - -PASS -- COMPILE 'hafs_all_intel' [38:16, 33:37] ( 1267 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:33, 08:39](774 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:39, 08:42](753 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:12, 08:30] ( 67 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:27, 03:36](1065 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:26, 02:17](1033 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [08:25, 03:30](924 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [10:25, 03:36](927 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [08:26, 03:35](924 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:28, 03:37](1066 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:28, 03:35](1060 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:27, 03:33](924 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [16:26, 07:55](884 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [16:25, 07:48](842 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [07:22, 03:36](1062 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [10:27, 05:02](2337 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:27, 05:05](2381 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:40] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [11:25, 07:59](1014 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [10:11, 08:17] ( 70 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:24, 03:38](1061 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:50] ( 60 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:40, 01:44](233 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:33, 01:24](256 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:28, 00:51](254 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [36:17, 33:44] ( 1015 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [19:30, 05:46](1909 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [34:14, 33:16] ( 1015 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [23:41, 05:37](1888 MB) - -PASS -- COMPILE 'atml_intel' [42:16, 41:39] ( 8 warnings 1185 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:45, 08:39](1847 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [13:49, 08:47](1831 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:52, 04:25](1070 MB) - -PASS -- COMPILE 'atml_debug_intel' [06:12, 05:54] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [30:51, 08:17](1875 MB) - -PASS -- COMPILE 'atmw_intel' [35:15, 34:23] ( 1259 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:38, 03:18](1859 MB) - -PASS -- COMPILE 'atmaero_intel' [50:19, 32:49] ( 1098 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:29, 05:33](1933 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:31, 06:27](1721 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:16, 06:29](1727 MB) +PASS -- COMPILE 's2swa_32bit_intel' [41:14, 40:55] ( 1 warnings 1383 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [22:54, 07:56](2016 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [49:16, 49:00] ( 1 warnings 1427 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [35:20, 21:52](1896 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:25, 23:08](2009 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [13:49, 11:17](1125 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [37:51, 24:58](1849 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [54:16, 53:13] ( 1 warnings 1424 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [29:53, 21:27](1884 MB) + +PASS -- COMPILE 's2swa_intel' [41:14, 40:55] ( 1381 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [15:31, 08:17](2044 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [26:54, 08:22](2056 MB) +PASS -- TEST 'cpld_restart_p8_intel' [10:43, 05:07](1719 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [24:36, 08:14](2065 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:59, 04:59](1740 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:50, 08:15](2310 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [23:30, 08:24](2035 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [14:29, 07:25](2007 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [19:04, 08:15](2049 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [26:36, 07:49](2036 MB) + +PASS -- COMPILE 's2sw_intel' [39:14, 38:13] ( 1279 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:42, 06:46](1910 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:58, 06:56](1956 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:11, 05:47] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [28:50, 11:29](2073 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:10, 05:26] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [23:30, 08:03](1933 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [35:14, 34:51] ( 1011 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:59, 06:18](1966 MB) + +PASS -- COMPILE 's2s_intel' [36:14, 35:09] ( 1016 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [14:10, 12:36](3072 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:11, 04:01](3054 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:00, 02:24](2484 MB) + +PASS -- COMPILE 's2swa_faster_intel' [36:19, 34:03] ( 1609 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:03, 07:35](2061 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [58:15, 47:59] ( 1339 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [24:47, 21:55](1917 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [14:55, 12:38](1138 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [28:02, 25:31](1887 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [13:11, 05:31] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:31, 32:51](1937 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [38:13, 37:39] ( 1 warnings 1148 remarks ) +PASS -- TEST 'control_flake_intel' [06:11, 04:42](654 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [06:59, 04:02](1553 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [08:03, 04:19](1563 MB) +PASS -- TEST 'control_latlon_intel' [06:54, 03:58](1548 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:03, 04:10](1545 MB) +PASS -- TEST 'control_c48_intel' [13:34, 12:00](1725 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [12:21, 10:16](850 MB) +PASS -- TEST 'control_c192_intel' [18:10, 14:22](1679 MB) +PASS -- TEST 'control_c384_intel' [22:38, 17:55](1817 MB) +PASS -- TEST 'control_c384gdas_intel' [19:38, 13:28](1021 MB) +PASS -- TEST 'control_stochy_intel' [03:46, 03:02](604 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:32, 01:24](440 MB) +PASS -- TEST 'control_lndp_intel' [03:46, 02:49](604 MB) +PASS -- TEST 'control_iovr4_intel' [04:51, 04:02](608 MB) +PASS -- TEST 'control_iovr5_intel' [04:53, 04:03](601 MB) +PASS -- TEST 'control_p8_intel' [08:45, 04:44](1830 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [08:32, 04:56](1847 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [08:43, 04:44](1846 MB) +PASS -- TEST 'control_restart_p8_intel' [04:17, 02:53](1059 MB) +PASS -- TEST 'control_noqr_p8_intel' [08:53, 04:44](1843 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:25, 02:59](1074 MB) +PASS -- TEST 'control_decomp_p8_intel' [08:30, 04:56](1834 MB) +PASS -- TEST 'control_2threads_p8_intel' [08:31, 04:41](1941 MB) +PASS -- TEST 'control_p8_lndp_intel' [11:04, 07:55](1850 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [10:10, 06:01](1916 MB) +PASS -- TEST 'control_p8_mynn_intel' [08:37, 04:51](1854 MB) +PASS -- TEST 'merra2_thompson_intel' [08:55, 05:07](1849 MB) +PASS -- TEST 'regional_control_intel' [10:42, 08:31](1017 MB) +PASS -- TEST 'regional_restart_intel' [05:48, 04:24](1015 MB) +PASS -- TEST 'regional_decomp_intel' [10:38, 08:53](1013 MB) +PASS -- TEST 'regional_2threads_intel' [08:42, 06:09](1004 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [11:19, 08:40](1009 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [10:38, 08:13](1014 MB) + +PASS -- COMPILE 'rrfs_intel' [35:15, 34:55] ( 3 warnings 1115 remarks ) +PASS -- TEST 'rap_control_intel' [12:11, 10:08](986 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:18, 05:46](1215 MB) +PASS -- TEST 'rap_decomp_intel' [12:12, 10:48](983 MB) +PASS -- TEST 'rap_2threads_intel' [12:02, 09:40](1093 MB) +PASS -- TEST 'rap_restart_intel' [07:37, 05:17](996 MB) +PASS -- TEST 'rap_sfcdiff_intel' [12:19, 10:01](993 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:06, 10:52](987 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:33, 07:36](1000 MB) +PASS -- TEST 'hrrr_control_intel' [07:10, 05:12](988 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:03, 05:27](984 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:06, 04:52](1057 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:35, 02:50](919 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:40, 10:03](990 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [13:27, 12:18](1944 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:31, 12:15](1926 MB) + +PASS -- COMPILE 'csawmg_intel' [33:15, 32:23] ( 1095 remarks ) +PASS -- TEST 'control_csawmg_intel' [10:42, 09:00](962 MB) +PASS -- TEST 'control_ras_intel' [05:26, 04:27](667 MB) + +PASS -- COMPILE 'wam_intel' [33:15, 32:18] ( 995 remarks ) +PASS -- TEST 'control_wam_intel' [16:04, 14:54](1620 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [53:16, 52:19] ( 1297 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:32, 04:21](1818 MB) +PASS -- TEST 'regional_control_faster_intel' [08:47, 07:24](1013 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:12, 07:15] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:08, 03:23](1576 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:10, 03:27](1553 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:32, 03:51](775 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:32, 03:28](775 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:01, 06:02](1097 MB) +PASS -- TEST 'control_ras_debug_intel' [04:32, 03:31](788 MB) +PASS -- TEST 'control_diag_debug_intel' [05:08, 03:30](1638 MB) +PASS -- TEST 'control_debug_p8_intel' [06:15, 04:21](1835 MB) +PASS -- TEST 'regional_debug_intel' [25:05, 23:30](1046 MB) +PASS -- TEST 'rap_control_debug_intel' [07:34, 06:16](1169 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:35, 06:13](1156 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:35, 06:19](1165 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:34, 06:19](1168 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:34, 06:21](1164 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:46, 06:35](1251 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:30, 06:30](1136 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:23, 06:18](1169 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:31, 06:17](1172 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:27, 06:11](1161 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:27, 06:08](1161 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:29, 06:10](1171 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:29, 10:10](1162 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:25, 06:05](1160 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:31, 07:30](1166 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:27, 06:09](1165 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:40, 10:43](1173 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:10, 04:44] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [18:04, 16:53](1651 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:14, 30:29] ( 3 warnings 1028 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [16:15, 05:32](1077 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:26, 09:27](905 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [15:18, 04:32](868 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [19:19, 08:04](947 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [15:18, 04:07](912 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [15:18, 04:47](861 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:09, 06:21](908 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:33, 02:26](855 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [49:17, 48:37] ( 3 warnings 1198 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:04, 02:55](1108 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:47, 01:22](1057 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:46, 01:43](1024 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [31:14, 30:54] ( 3 warnings 1048 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:06, 05:30](903 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:10, 04:50] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:31, 06:07](1049 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:31, 06:00](1045 MB) +PASS -- TEST 'conus13km_debug_intel' [20:02, 18:33](1152 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [20:02, 18:42](869 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:54, 10:53](1108 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:55, 18:33](1230 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:10, 04:18] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [14:30, 06:18](1089 MB) + +PASS -- COMPILE 'hafsw_intel' [38:16, 38:03] ( 1 warnings 1427 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [09:38, 07:12](708 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:41, 06:40](1084 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [16:50, 09:47](771 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [18:33, 16:39](801 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [25:57, 18:33](816 MB) +PASS -- TEST 'gnv1_nested_intel' [16:07, 07:52](1682 MB) + +PASS -- COMPILE 'hafs_all_intel' [36:17, 34:09] ( 1268 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [11:43, 09:09](770 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [12:41, 09:43](757 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:11, 07:16] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:26, 03:58](1058 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:25, 02:13](1022 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:26, 03:34](924 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:26, 03:38](913 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:27, 03:37](928 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:27, 03:38](1062 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:26, 03:40](1055 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:27, 03:33](919 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:26, 07:57](888 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:25, 07:54](838 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:23, 03:38](1065 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:28, 05:06](2395 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:28, 05:08](2327 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:39] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:28, 08:00](1012 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:11, 08:29] ( 70 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:24, 03:50](1077 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:51] ( 60 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:36, 01:39](234 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:32, 01:21](254 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:32, 00:51](255 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [34:15, 33:58] ( 1016 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:18, 05:40](1910 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [28:14, 26:41] ( 1016 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:34, 05:29](1887 MB) + +PASS -- COMPILE 'atml_intel' [38:16, 37:20] ( 8 warnings 1186 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:45, 09:24](1863 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [10:49, 08:52](1855 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:46, 04:58](1071 MB) + +PASS -- COMPILE 'atml_debug_intel' [06:11, 06:00] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:43, 08:32](1886 MB) + +PASS -- COMPILE 'atmw_intel' [34:15, 33:54] ( 1260 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:29, 03:05](1860 MB) + +PASS -- COMPILE 'atmaero_intel' [33:16, 33:10] ( 1099 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:25, 06:10](1945 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:23, 06:28](1720 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:12, 06:39](1728 MB) SYNOPSIS: -Starting Date/Time: 20240630 22:41:54 -Ending Date/Time: 20240701 02:59:19 -Total Time: 04h:17m:56s +Starting Date/Time: 20240714 18:58:23 +Ending Date/Time: 20240714 22:58:27 +Total Time: 04h:00m:45s Compiles Completed: 36/36 Tests Completed: 164/164 diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 484d368861..8d0babe17c 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,7 +1,7 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -3344c3e6be519c08f98fe39e342985e7c821e0e9 +452cc402e677436c64cb2139db02568551062088 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 93b8a2a8700bf454e3297834b15dd74f43590389 FV3 (remotes/origin/HR4-GWD-update) - 523f5a3ea2123bc713804aaf347da64b004afb9d FV3/atmos_cubed_sphere (201912_public_release-398-g523f5a3) - 97c3cc5e0e2bfbe67253609af97236636a8fc4c7 FV3/ccpp/framework (CPF_0.2.057) - c6dec90f4cd8e9f7ac5772cf51e9df6cd5f59cdd FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5268-gc6dec90f) + 3388412e3576865197990e82187d8fc372140193 FV3 (heads/hotfix/acs-hash) + bb89a58601c3fa28549c291811e04d5db6c9b37b FV3/atmos_cubed_sphere (201912_public_release-401-gbb89a58) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -36,283 +36,283 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /work/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_277304 +COMPARISON DIRECTORY: /work/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_2453183 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [17:12, 16:13] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [17:42, 15:35](2094 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:11, 22:45] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:36, 17:59](1955 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:05, 19:02](2128 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:06, 08:53](1215 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:33, 20:16](1878 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [22:11, 22:01] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:42, 17:44](1955 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:11, 08:33] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [28:45, 27:06](1931 MB) - -PASS -- COMPILE 's2swa_intel' [16:11, 15:41] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [16:31, 14:51](2143 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:39, 14:40](2143 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:47, 07:53](1813 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [16:31, 14:34](2167 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:47, 08:08](1714 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [15:35, 13:25](2435 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [16:31, 14:17](2140 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [14:35, 12:20](2045 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:38, 14:19](2132 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [19:48, 16:21](2722 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [12:04, 08:53](2741 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:44, 11:28](3654 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:54, 06:58](3489 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:27, 06:04](2113 MB) - -PASS -- COMPILE 's2sw_intel' [14:11, 13:44] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [15:03, 13:32](1982 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:21, 04:58](2053 MB) - -PASS -- COMPILE 's2swa_debug_intel' [09:11, 08:32] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:30, 08:48](2143 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:11, 06:37] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:16, 06:32](1994 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:11, 12:54] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:22, 05:13](2056 MB) - -PASS -- COMPILE 's2s_intel' [13:11, 13:05] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [11:00, 10:08](3108 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:00, 03:44](3087 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:58, 02:15](2516 MB) - -PASS -- COMPILE 's2swa_faster_intel' [23:12, 22:55] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [16:30, 14:44](2142 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [20:12, 19:39] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:08, 18:10](1994 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:21, 08:57](1243 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:03, 20:17](1914 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:10, 07:13] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:01, 28:43](1957 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [14:11, 13:45] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:25, 03:36](689 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:43, 03:03](1591 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:49, 03:12](1600 MB) -PASS -- TEST 'control_latlon_intel' [03:39, 03:04](1591 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:45, 03:06](1591 MB) -PASS -- TEST 'control_c48_intel' [10:42, 09:23](1743 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:32, 07:57](849 MB) -PASS -- TEST 'control_c192_intel' [11:52, 11:06](1730 MB) -PASS -- TEST 'control_c384_intel' [13:51, 12:05](2010 MB) -PASS -- TEST 'control_c384gdas_intel' [12:28, 09:23](1364 MB) -PASS -- TEST 'control_stochy_intel' [02:25, 01:48](641 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:39, 01:05](474 MB) -PASS -- TEST 'control_lndp_intel' [02:24, 01:40](645 MB) -PASS -- TEST 'control_iovr4_intel' [03:31, 02:40](643 MB) -PASS -- TEST 'control_iovr5_intel' [03:27, 02:38](640 MB) -PASS -- TEST 'control_p8_intel' [05:13, 03:28](1885 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:13, 03:31](1895 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:24, 03:23](1893 MB) -PASS -- TEST 'control_restart_p8_intel' [03:12, 01:57](1097 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:13, 03:21](1876 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:25, 01:55](1134 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:12, 03:27](1884 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:17, 03:40](1975 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:45, 05:49](1885 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:24, 04:54](1951 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:18, 03:31](1889 MB) -PASS -- TEST 'merra2_thompson_intel' [05:40, 03:48](1885 MB) -PASS -- TEST 'regional_control_intel' [07:40, 06:31](1093 MB) -PASS -- TEST 'regional_restart_intel' [04:38, 03:23](1086 MB) -PASS -- TEST 'regional_decomp_intel' [07:36, 06:38](1086 MB) -PASS -- TEST 'regional_2threads_intel' [05:35, 04:32](1072 MB) -PASS -- TEST 'regional_noquilt_intel' [06:39, 06:06](1383 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:41, 06:10](1095 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:35, 06:12](1090 MB) -PASS -- TEST 'regional_wofs_intel' [08:38, 07:29](1905 MB) - -PASS -- COMPILE 'rrfs_intel' [13:11, 12:40] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [10:25, 08:10](1054 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:53, 04:59](1308 MB) -PASS -- TEST 'rap_decomp_intel' [10:19, 08:33](1019 MB) -PASS -- TEST 'rap_2threads_intel' [10:20, 08:13](1168 MB) -PASS -- TEST 'rap_restart_intel' [06:29, 04:15](1053 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:58, 08:11](1058 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:56, 08:26](1028 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:34, 06:09](1075 MB) -PASS -- TEST 'hrrr_control_intel' [06:20, 04:16](1033 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:02, 04:17](1017 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:15, 04:02](1094 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:37, 02:17](949 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:20, 08:01](1045 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:22, 09:42](1986 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:22, 09:22](2016 MB) - -PASS -- COMPILE 'csawmg_intel' [11:11, 11:08] -PASS -- TEST 'control_csawmg_intel' [07:32, 06:29](1022 MB) -PASS -- TEST 'control_ras_intel' [04:22, 03:24](721 MB) - -PASS -- COMPILE 'wam_intel' [11:11, 10:56] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:47, 12:13](1666 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [21:11, 20:34] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:22, 03:12](1880 MB) -PASS -- TEST 'regional_control_faster_intel' [06:38, 06:01](1089 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [08:10, 07:36] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:44, 02:42](1608 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:48, 02:40](1605 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:21, 03:05](807 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:21, 02:50](806 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:39, 04:18](1136 MB) -PASS -- TEST 'control_ras_debug_intel' [03:21, 02:48](811 MB) -PASS -- TEST 'control_diag_debug_intel' [03:47, 02:45](1667 MB) -PASS -- TEST 'control_debug_p8_intel' [04:44, 03:12](1901 MB) -PASS -- TEST 'regional_debug_intel' [18:41, 18:02](1092 MB) -PASS -- TEST 'rap_control_debug_intel' [05:25, 04:58](1195 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:26, 05:01](1194 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:26, 04:53](1201 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:27, 04:50](1203 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:25, 04:52](1195 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:30, 05:06](1282 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:20, 04:59](1197 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:18, 05:00](1195 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:24, 05:01](1200 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:23, 04:59](1192 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:27, 04:46](1195 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:26, 04:50](1196 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:22, 07:52](1200 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:25, 04:40](1187 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:22, 05:56](1200 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:21, 04:58](1205 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:28, 08:42](1197 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:11, 05:32] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [13:45, 12:59](1676 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:11, 11:18] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:55, 04:44](1164 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:15, 06:58](1006 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:24, 03:40](924 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:56, 07:03](1083 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:09, 03:32](948 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:05, 03:49](906 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:25, 05:16](989 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:28, 02:00](879 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:10, 17:08] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:53, 02:39](1183 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:43, 01:14](1132 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:41, 01:30](1090 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:10, 11:04] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:44, 04:27](980 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:10, 05:03] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:21, 04:48](1070 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:21, 04:38](1073 MB) -PASS -- TEST 'conus13km_debug_intel' [15:41, 14:15](1229 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:47, 14:41](924 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:41, 08:44](1167 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:41, 14:07](1295 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:10, 05:05] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:24, 04:54](1120 MB) - -PASS -- COMPILE 'hafsw_intel' [14:10, 13:32] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:13, 05:53](756 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:23, 06:13](1135 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:21, 07:29](834 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [26:13, 24:48](872 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [30:33, 28:46](891 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:01, 06:56](514 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:27, 08:17](523 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:51, 03:24](380 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:20, 09:27](487 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:52, 04:35](539 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:51, 04:25](540 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:56, 05:40](589 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:31, 01:30](408 MB) -PASS -- TEST 'gnv1_nested_intel' [07:08, 04:13](1725 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:10, 05:53] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:51, 13:06](584 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [22:11, 21:33] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [13:57, 12:50](673 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:20, 12:53](737 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:11, 12:59] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:06, 08:43](724 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:10, 12:39] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:17, 07:15](836 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:17, 07:16](817 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:56, 16:21](1206 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:11, 07:42] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:18, 02:54](1160 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:19, 01:55](1109 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:17, 02:48](1025 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:17, 02:53](1013 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:17, 02:52](1016 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:17, 02:58](1151 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:19, 02:57](1148 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:17, 02:49](1014 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:08, 06:29](1017 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:05, 06:22](1008 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:17, 02:56](1137 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:18, 04:19](2441 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:18, 04:18](2380 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:11, 05:30] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:18, 06:33](1059 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:10, 09:03] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:17, 02:59](1139 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:20] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:30, 01:03](255 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:23, 00:55](321 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:26, 00:34](321 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:10, 12:24] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:03, 04:04](1974 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:10, 11:37] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:04, 03:50](1956 MB) - -PASS -- COMPILE 'atml_intel' [13:10, 12:47] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:29, 04:45](1866 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:24, 04:48](1872 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:04, 02:43](1075 MB) - -PASS -- COMPILE 'atml_debug_intel' [06:11, 06:06] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:17, 05:51](1885 MB) - -PASS -- COMPILE 'atmw_intel' [12:11, 12:02] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:12, 02:13](1919 MB) - -PASS -- COMPILE 'atmaero_intel' [12:11, 11:50] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:10, 04:30](1996 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:07, 05:13](1783 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:58, 05:22](1797 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:10, 04:51] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [22:53, 20:52](4546 MB) +PASS -- COMPILE 's2swa_32bit_intel' [17:12, 16:20] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:48, 14:46](2081 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:12, 21:19] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:41, 18:08](1973 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:27, 19:05](2129 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:16, 09:01](1215 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:43, 20:27](1878 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [22:12, 21:56] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:41, 17:48](1951 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:11, 08:54] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [28:42, 27:03](1941 MB) + +PASS -- COMPILE 's2swa_intel' [16:11, 16:03] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [16:43, 14:21](2138 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:52, 14:23](2133 MB) +PASS -- TEST 'cpld_restart_p8_intel' [10:01, 08:00](1818 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [16:43, 14:21](2170 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [10:01, 08:07](1713 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [14:47, 13:07](2435 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [16:43, 14:31](2128 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [14:47, 12:20](2042 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:55, 14:16](2148 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [19:47, 16:14](2724 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [12:10, 08:52](2730 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [18:49, 11:39](3658 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:03, 07:11](3498 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:38, 06:02](2120 MB) + +PASS -- COMPILE 's2sw_intel' [16:11, 15:55] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [15:36, 13:48](1990 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:44, 04:46](2055 MB) + +PASS -- COMPILE 's2swa_debug_intel' [09:10, 08:42] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:22, 08:56](2160 MB) + +PASS -- COMPILE 's2sw_debug_intel' [08:10, 07:55] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:14, 06:11](2013 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [15:11, 14:18] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:27, 04:35](2054 MB) + +PASS -- COMPILE 's2s_intel' [15:11, 14:51] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [11:03, 09:38](3100 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:00, 03:05](3077 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:02, 02:00](2521 MB) + +PASS -- COMPILE 's2swa_faster_intel' [24:11, 23:48] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [16:38, 15:00](2138 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [22:11, 21:12] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:21, 18:10](1997 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:33, 09:10](1260 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:21, 20:17](1915 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:11, 06:43] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:14, 28:42](1984 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:11, 13:05] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:28, 03:41](691 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:46, 03:07](1585 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:52, 03:14](1593 MB) +PASS -- TEST 'control_latlon_intel' [04:43, 03:12](1589 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:49, 03:13](1592 MB) +PASS -- TEST 'control_c48_intel' [10:49, 09:27](1738 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:36, 07:59](857 MB) +PASS -- TEST 'control_c192_intel' [12:02, 11:09](1736 MB) +PASS -- TEST 'control_c384_intel' [14:55, 12:13](2012 MB) +PASS -- TEST 'control_c384gdas_intel' [12:45, 09:45](1357 MB) +PASS -- TEST 'control_stochy_intel' [02:28, 01:51](644 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:47, 01:11](474 MB) +PASS -- TEST 'control_lndp_intel' [02:24, 01:47](649 MB) +PASS -- TEST 'control_iovr4_intel' [03:27, 02:43](643 MB) +PASS -- TEST 'control_iovr5_intel' [03:31, 02:46](642 MB) +PASS -- TEST 'control_p8_intel' [05:20, 03:38](1892 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:19, 03:32](1892 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:33, 03:20](1888 MB) +PASS -- TEST 'control_restart_p8_intel' [03:15, 01:59](1095 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:23, 03:24](1878 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:27, 02:07](1136 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:15, 03:33](1870 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:11, 03:41](1975 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:52, 05:56](1881 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:28, 04:49](1951 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:23, 03:28](1896 MB) +PASS -- TEST 'merra2_thompson_intel' [05:41, 03:45](1897 MB) +PASS -- TEST 'regional_control_intel' [07:42, 06:31](1090 MB) +PASS -- TEST 'regional_restart_intel' [04:49, 03:29](1086 MB) +PASS -- TEST 'regional_decomp_intel' [07:36, 06:53](1078 MB) +PASS -- TEST 'regional_2threads_intel' [05:37, 04:39](1083 MB) +PASS -- TEST 'regional_noquilt_intel' [07:43, 06:15](1390 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:42, 06:15](1093 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:40, 06:30](1091 MB) +PASS -- TEST 'regional_wofs_intel' [08:41, 07:45](1907 MB) + +PASS -- COMPILE 'rrfs_intel' [12:11, 11:58] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [10:24, 08:15](1058 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:04, 05:11](1306 MB) +PASS -- TEST 'rap_decomp_intel' [10:15, 08:30](1026 MB) +PASS -- TEST 'rap_2threads_intel' [09:57, 08:18](1160 MB) +PASS -- TEST 'rap_restart_intel' [06:40, 04:20](1043 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:10, 08:16](1061 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:00, 08:32](1021 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:36, 06:15](1078 MB) +PASS -- TEST 'hrrr_control_intel' [06:03, 04:19](1031 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:52, 04:25](1017 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:22, 04:05](1096 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:30, 02:25](953 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:21, 08:07](1043 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:32, 09:43](1992 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:28, 09:24](2030 MB) + +PASS -- COMPILE 'csawmg_intel' [12:11, 11:19] +PASS -- TEST 'control_csawmg_intel' [07:39, 06:35](1021 MB) +PASS -- TEST 'control_ras_intel' [04:25, 03:28](716 MB) + +PASS -- COMPILE 'wam_intel' [12:11, 11:18] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:41, 12:12](1662 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [21:11, 20:29] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:17, 03:22](1882 MB) +PASS -- TEST 'regional_control_faster_intel' [06:39, 06:03](1087 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:10, 07:48] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:53, 02:45](1620 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:57, 02:48](1624 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:26, 03:10](819 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:26, 02:49](818 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:48, 04:25](1140 MB) +PASS -- TEST 'control_ras_debug_intel' [03:26, 02:52](833 MB) +PASS -- TEST 'control_diag_debug_intel' [03:54, 02:45](1677 MB) +PASS -- TEST 'control_debug_p8_intel' [04:54, 03:11](1911 MB) +PASS -- TEST 'regional_debug_intel' [18:47, 17:35](1097 MB) +PASS -- TEST 'rap_control_debug_intel' [05:28, 04:56](1211 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:29, 04:53](1207 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:29, 04:59](1207 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:29, 05:00](1209 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:30, 04:54](1215 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:39, 05:07](1297 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:24, 05:05](1210 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:22, 05:03](1210 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:25, 05:04](1218 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:24, 05:01](1214 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:23, 04:51](1208 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:22, 04:54](1207 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:29, 08:02](1210 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:28, 04:57](1211 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:31, 05:54](1217 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:26, 04:57](1210 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:28, 08:33](1217 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:11, 05:04] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:47, 13:40](1690 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:10, 11:09] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:05, 04:56](1164 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:01, 07:12](995 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:54, 03:46](924 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:16, 07:07](1080 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:20, 03:35](950 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:15, 03:50](903 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:29, 05:15](980 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:45, 02:07](878 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [19:12, 18:20] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:08, 02:40](1171 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:49, 01:12](1130 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:45, 01:32](1089 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:11, 11:36] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:51, 04:32](974 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:10, 05:00] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:27, 04:54](1086 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:32, 04:48](1086 MB) +PASS -- TEST 'conus13km_debug_intel' [15:57, 14:27](1247 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:56, 14:14](945 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:49, 08:17](1183 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:51, 14:11](1314 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 05:11] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:29, 05:03](1141 MB) + +PASS -- COMPILE 'hafsw_intel' [14:11, 13:56] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:17, 06:05](753 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:26, 06:29](1138 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:24, 07:34](836 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [26:16, 24:51](874 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [30:18, 29:00](895 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:10, 07:16](513 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:40, 08:32](522 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:57, 03:28](381 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:26, 09:36](491 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:57, 04:50](538 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:06, 04:30](536 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:56, 05:48](595 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:31, 01:51](407 MB) +PASS -- TEST 'gnv1_nested_intel' [07:09, 04:20](1734 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:10, 05:38] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:46, 13:18](602 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [23:11, 22:27] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [14:00, 12:49](675 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:28, 12:53](828 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:11, 13:48] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:09, 08:49](723 MB) + +PASS -- COMPILE 'hafs_all_intel' [13:11, 12:43] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:18, 07:39](831 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:15, 07:34](819 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:57, 16:24](1206 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [11:10, 10:17] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:20, 02:58](1149 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:20, 01:54](1092 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:17, 02:50](1021 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:20, 02:59](1015 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:18, 02:54](1014 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:19, 03:10](1153 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:19, 03:00](1149 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:18, 02:55](1018 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:14, 06:26](1018 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:04, 06:28](1018 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:15, 02:54](1137 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:17, 04:18](2384 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:18, 04:26](2443 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:11, 06:00] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:18, 06:30](1084 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:11, 09:55] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:17, 02:58](1142 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:33] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:30, 01:02](257 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:26, 00:58](322 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:29, 00:36](319 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:11, 12:29] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:10, 04:08](1979 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:10, 11:47] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:05, 03:53](1961 MB) + +PASS -- COMPILE 'atml_intel' [13:11, 13:00] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:30, 04:46](1867 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:28, 04:49](1872 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:53, 02:43](1082 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:11, 06:30] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:29, 05:54](1910 MB) + +PASS -- COMPILE 'atmw_intel' [12:11, 12:09] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:16, 02:12](1923 MB) + +PASS -- COMPILE 'atmaero_intel' [12:11, 11:51] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:11, 04:36](2001 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:10, 05:16](1778 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:01, 05:20](1790 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:10, 05:05] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [22:59, 21:11](4552 MB) SYNOPSIS: -Starting Date/Time: 20240708 17:47:35 -Ending Date/Time: 20240708 19:18:30 -Total Time: 01h:31m:24s +Starting Date/Time: 20240712 15:10:18 +Ending Date/Time: 20240712 16:41:44 +Total Time: 01h:32m:12s Compiles Completed: 41/41 Tests Completed: 185/185 diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index 36eb4c9417..67277b6cf3 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,7 +1,7 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -a4ee6f04e21b4d181b4e642103de3dd9039ec837 +8555c2d1538cd59b2db5399da9a63e1848c3fed3 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 93b8a2a8700bf454e3297834b15dd74f43590389 FV3 (remotes/origin/HR4-GWD-update) - 523f5a3ea2123bc713804aaf347da64b004afb9d FV3/atmos_cubed_sphere (201912_public_release-398-g523f5a3) - 97c3cc5e0e2bfbe67253609af97236636a8fc4c7 FV3/ccpp/framework (CPF_0.2.057) - c6dec90f4cd8e9f7ac5772cf51e9df6cd5f59cdd FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5268-gc6dec90f) + 3388412e3576865197990e82187d8fc372140193 FV3 (remotes/origin/HEAD-2-g3388412) + bb89a58601c3fa28549c291811e04d5db6c9b37b FV3/atmos_cubed_sphere (201912_public_release-401-gbb89a58) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -36,238 +36,238 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_210301 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_55034 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [21:38, 20:55] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [52:48, 01:24](3099 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:40, 25:04] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [48:45, 01:48](1826 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [30:47, 01:37](1849 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [30:24, 01:55](985 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [48:46, 02:46](1795 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [12:27, 11:46] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [01:58, 01:12](1822 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:17, 04:45] ( 1505 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [09:10, 01:35](1834 MB) - -PASS -- COMPILE 's2swa_intel' [12:27, 11:46] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [01:58, 01:25](3130 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [01:58, 01:46](3130 MB) -PASS -- TEST 'cpld_restart_p8_intel' [53:46, 00:57](3065 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [01:58, 01:26](3152 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [53:48, 00:51](3084 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [01:58, 01:04](3367 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [01:58, 01:32](3125 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [01:59, 01:25](3075 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [01:58, 01:44](3133 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [02:07, 03:54](4125 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [43:38, 04:56](4265 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [01:58, 01:46](3111 MB) - -PASS -- COMPILE 's2sw_intel' [32:53, 32:03] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [41:32, 00:51](1835 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [41:32, 00:59](1898 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [40:59, 40:33] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [33:26, 02:09](1891 MB) - -PASS -- COMPILE 's2s_intel' [13:28, 12:14] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [00:56, 00:58](2923 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [00:56, 01:21](2927 MB) -PASS -- TEST 'cpld_restart_c48_intel' [56:58, 01:04](2320 MB) - -PASS -- COMPILE 's2swa_faster_intel' [26:42, 25:38] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [47:44, 01:57](3133 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:31, 15:30] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [57:55, 01:09](1833 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [40:30, 01:31](989 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [40:31, 01:35](1807 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:21, 08:01] ( 1541 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [00:48, 01:36](1837 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [14:29, 13:22] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [47:27, 00:18](573 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [47:27, 00:29](1467 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [47:27, 01:23](1478 MB) -PASS -- TEST 'control_latlon_intel' [47:27, 00:25](1471 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [47:27, 00:30](1468 MB) -PASS -- TEST 'control_c48_intel' [47:26, 00:55](1593 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [47:26, 00:51](714 MB) -PASS -- TEST 'control_c192_intel' [47:27, 00:30](1587 MB) -PASS -- TEST 'control_c384_intel' [47:31, 01:18](1903 MB) -PASS -- TEST 'control_c384gdas_intel' [47:31, 01:49](1093 MB) -PASS -- TEST 'control_stochy_intel' [47:27, 00:24](528 MB) -PASS -- TEST 'control_stochy_restart_intel' [44:59, 01:02](330 MB) -PASS -- TEST 'control_lndp_intel' [47:27, 00:27](527 MB) -PASS -- TEST 'control_iovr4_intel' [47:27, 00:43](525 MB) -PASS -- TEST 'control_iovr5_intel' [47:27, 00:41](527 MB) -PASS -- TEST 'control_p8_intel' [47:27, 01:44](1767 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [47:27, 02:01](1769 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [47:27, 02:03](1773 MB) -PASS -- TEST 'control_restart_p8_intel' [41:54, 00:57](909 MB) -PASS -- TEST 'control_noqr_p8_intel' [47:27, 01:41](1768 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [41:53, 01:00](906 MB) -PASS -- TEST 'control_decomp_p8_intel' [47:27, 01:38](1771 MB) -PASS -- TEST 'control_2threads_p8_intel' [47:27, 01:05](1853 MB) -PASS -- TEST 'control_p8_lndp_intel' [47:27, 01:05](1774 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [45:16, 02:00](1832 MB) -PASS -- TEST 'control_p8_mynn_intel' [45:01, 01:37](1764 MB) -PASS -- TEST 'merra2_thompson_intel' [44:59, 01:31](1776 MB) -PASS -- TEST 'regional_control_intel' [43:55, 01:10](854 MB) -PASS -- TEST 'regional_restart_intel' [37:09, 00:23](854 MB) -PASS -- TEST 'regional_decomp_intel' [43:55, 00:53](856 MB) -PASS -- TEST 'regional_2threads_intel' [43:27, 00:51](908 MB) -PASS -- TEST 'regional_noquilt_intel' [43:23, 00:15](1172 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [43:16, 00:24](849 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [42:57, 00:12](859 MB) -PASS -- TEST 'regional_wofs_intel' [42:55, 00:45](1577 MB) - -PASS -- COMPILE 'rrfs_intel' [21:36, 21:15] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [40:21, 01:39](912 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [40:22, 01:06](1094 MB) -PASS -- TEST 'rap_decomp_intel' [40:20, 01:23](912 MB) -PASS -- TEST 'rap_2threads_intel' [39:45, 01:40](1001 MB) -PASS -- TEST 'rap_restart_intel' [31:21, 01:16](784 MB) -PASS -- TEST 'rap_sfcdiff_intel' [39:29, 02:03](912 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [39:11, 01:29](910 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [30:09, 01:42](780 MB) -PASS -- TEST 'hrrr_control_intel' [39:10, 01:16](903 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [38:51, 00:56](905 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [38:45, 01:19](989 MB) -PASS -- TEST 'hrrr_control_restart_intel' [33:52, 00:59](736 MB) -PASS -- TEST 'rrfs_v1beta_intel' [38:23, 03:33](905 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [38:23, 02:12](1871 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [37:45, 01:49](1858 MB) - -PASS -- COMPILE 'csawmg_intel' [28:47, 28:06] -PASS -- TEST 'control_csawmg_intel' [31:22, 00:26](871 MB) -PASS -- TEST 'control_ras_intel' [31:21, 00:46](566 MB) - -PASS -- COMPILE 'wam_intel' [17:31, 16:49] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [42:46, 00:49](1568 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [30:48, 29:50] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [27:00, 01:56](1769 MB) -PASS -- TEST 'regional_control_faster_intel' [26:43, 00:20](849 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [19:36, 19:12] ( 869 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [33:11, 02:20](1481 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [33:11, 02:19](1491 MB) -PASS -- TEST 'control_stochy_debug_intel' [33:11, 01:57](690 MB) -PASS -- TEST 'control_lndp_debug_intel' [33:11, 02:15](689 MB) -PASS -- TEST 'control_csawmg_debug_intel' [33:11, 01:22](1000 MB) -PASS -- TEST 'control_ras_debug_intel' [33:11, 02:13](700 MB) -PASS -- TEST 'control_diag_debug_intel' [33:11, 02:09](1551 MB) -PASS -- TEST 'control_debug_p8_intel' [33:11, 01:50](1783 MB) -PASS -- TEST 'regional_debug_intel' [33:10, 00:33](878 MB) -PASS -- TEST 'rap_control_debug_intel' [33:11, 00:48](1074 MB) -PASS -- TEST 'hrrr_control_debug_intel' [33:11, 00:59](1071 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [33:11, 00:50](1074 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [33:11, 00:52](1073 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [30:09, 00:50](1076 MB) -PASS -- TEST 'rap_diag_debug_intel' [30:06, 00:39](1156 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [29:50, 00:36](1070 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [27:37, 00:42](1075 MB) -PASS -- TEST 'rap_lndp_debug_intel' [27:37, 00:50](1077 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [27:37, 00:49](1073 MB) -PASS -- TEST 'rap_noah_debug_intel' [27:37, 00:53](1071 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [27:37, 00:46](1070 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [27:35, 00:42](1072 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [27:34, 00:53](1069 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [27:30, 00:43](1083 MB) -PASS -- TEST 'rap_flake_debug_intel' [27:26, 00:54](1075 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [27:26, 02:10](1076 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:18, 04:31] ( 825 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [42:30, 01:34](1581 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [16:33, 16:13] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [27:25, 01:18](953 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [26:44, 01:20](793 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [26:40, 01:47](787 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [26:40, 01:42](852 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [26:40, 02:04](848 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [26:39, 01:39](787 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [19:16, 01:21](691 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [21:21, 00:21](673 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [20:40, 19:32] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [26:05, 01:02](1003 MB) -PASS -- TEST 'conus13km_2threads_intel' [22:17, 00:52](1007 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [21:39, 00:42](882 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:40, 14:10] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [26:00, 01:25](813 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:27, 11:18] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [26:00, 01:05](952 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [23:44, 01:09](950 MB) -PASS -- TEST 'conus13km_debug_intel' [23:42, 01:22](1046 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [23:35, 01:11](713 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [23:31, 00:24](1045 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [22:44, 00:22](1109 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [14:31, 13:52] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [21:22, 00:59](984 MB) - -PASS -- COMPILE 'hafsw_intel' [25:36, 24:25] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [14:47, 02:05](617 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [14:47, 00:46](967 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [14:45, 01:48](659 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:45, 01:26](697 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:46, 01:20](711 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [14:45, 01:01](392 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [14:46, 02:11](407 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [14:46, 01:32](288 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [14:49, 02:33](373 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [14:45, 01:32](417 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [14:45, 00:51](418 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [14:47, 00:49](496 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [14:46, 00:26](325 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [19:35, 18:32] ( 1449 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:54, 00:40](511 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:41, 19:43] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:33, 00:53](528 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:33, 00:45](712 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:31, 14:49] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [16:41, 00:52](711 MB) - -PASS -- COMPILE 'hafs_all_intel' [27:43, 26:52] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [03:27, 01:15](659 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [03:27, 01:17](651 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [03:25, 00:25](880 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [26:33, 25:27] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:16, 00:46](1827 MB) - -PASS -- COMPILE 'atml_intel' [14:28, 13:47] ( 8 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [20:37, 19:55] ( 868 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [20:37, 19:27] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:22, 01:20](3023 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:22, 01:48](2913 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:22, 01:46](2921 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [16:30, 15:49] ( 870 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [10:17, 01:21](4435 MB) +PASS -- COMPILE 's2swa_32bit_intel' [35:54, 35:07] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:51, 01:45](3099 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [13:30, 12:26] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [31:34, 01:46](1817 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [13:43, 01:35](1854 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [13:43, 02:07](985 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [31:35, 01:03](1797 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [20:45, 19:46] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [38:02, 01:01](1815 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [11:28, 10:43] ( 1505 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [33:37, 01:52](1850 MB) + +PASS -- COMPILE 's2swa_intel' [17:35, 17:00] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [27:29, 01:33](3136 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [27:29, 01:52](3131 MB) +PASS -- TEST 'cpld_restart_p8_intel' [19:21, 01:04](3064 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [27:29, 01:28](3150 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [19:21, 01:52](3084 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [27:29, 01:05](3367 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [27:29, 01:33](3126 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [27:30, 01:38](3075 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [27:29, 01:48](3131 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [27:38, 04:19](4122 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [09:00, 04:24](4265 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [27:29, 01:52](3112 MB) + +PASS -- COMPILE 's2sw_intel' [23:40, 23:11] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [21:24, 00:47](1832 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [21:24, 00:56](1895 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [26:43, 26:02] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [18:20, 01:04](1895 MB) + +PASS -- COMPILE 's2s_intel' [22:40, 22:17] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [22:23, 01:02](2921 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [22:23, 01:27](2926 MB) +PASS -- TEST 'cpld_restart_c48_intel' [18:25, 01:04](2322 MB) + +PASS -- COMPILE 's2swa_faster_intel' [16:33, 15:38] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [28:31, 01:52](3130 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [22:40, 22:06] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [22:24, 01:14](1836 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [04:45, 01:27](1010 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [04:25, 01:39](1808 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [34:59, 33:55] ( 1541 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [58:29, 01:33](1859 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [21:39, 21:14] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [09:54, 00:24](571 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [09:54, 00:31](1467 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [09:54, 00:26](1486 MB) +PASS -- TEST 'control_latlon_intel' [09:54, 00:24](1471 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [09:54, 00:34](1471 MB) +PASS -- TEST 'control_c48_intel' [09:53, 01:05](1599 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:53, 00:54](714 MB) +PASS -- TEST 'control_c192_intel' [09:54, 00:36](1590 MB) +PASS -- TEST 'control_c384_intel' [09:58, 01:32](1907 MB) +PASS -- TEST 'control_c384gdas_intel' [09:58, 02:06](1089 MB) +PASS -- TEST 'control_stochy_intel' [09:54, 00:29](528 MB) +PASS -- TEST 'control_stochy_restart_intel' [07:21, 01:11](334 MB) +PASS -- TEST 'control_lndp_intel' [09:54, 00:36](525 MB) +PASS -- TEST 'control_iovr4_intel' [08:51, 00:43](524 MB) +PASS -- TEST 'control_iovr5_intel' [08:51, 00:45](523 MB) +PASS -- TEST 'control_p8_intel' [07:52, 01:58](1768 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:20, 02:05](1771 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [07:19, 02:04](1774 MB) +PASS -- TEST 'control_restart_p8_intel' [02:19, 00:57](919 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:14, 01:27](1769 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:08, 00:57](924 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:06, 01:54](1763 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:02, 00:59](1853 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:00, 01:17](1774 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:55, 01:04](1829 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:26, 02:00](1785 MB) +PASS -- TEST 'merra2_thompson_intel' [05:21, 01:53](1774 MB) +PASS -- TEST 'regional_control_intel' [05:16, 00:27](854 MB) +PASS -- TEST 'regional_restart_intel' [59:22, 00:12](852 MB) +PASS -- TEST 'regional_decomp_intel' [05:14, 01:01](852 MB) +PASS -- TEST 'regional_2threads_intel' [05:15, 01:03](916 MB) +PASS -- TEST 'regional_noquilt_intel' [04:45, 00:32](1179 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [04:23, 01:19](849 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [04:22, 01:07](860 MB) +PASS -- TEST 'regional_wofs_intel' [04:22, 00:52](1578 MB) + +PASS -- COMPILE 'rrfs_intel' [14:28, 13:38] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [14:02, 02:17](913 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [14:03, 01:08](1092 MB) +PASS -- TEST 'rap_decomp_intel' [14:02, 02:03](913 MB) +PASS -- TEST 'rap_2threads_intel' [14:02, 02:00](1000 MB) +PASS -- TEST 'rap_restart_intel' [04:19, 01:16](780 MB) +PASS -- TEST 'rap_sfcdiff_intel' [14:02, 02:19](913 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [14:02, 02:02](909 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [04:18, 01:38](781 MB) +PASS -- TEST 'hrrr_control_intel' [14:02, 01:07](904 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [14:02, 01:02](908 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [14:03, 01:31](985 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:02, 01:04](734 MB) +PASS -- TEST 'rrfs_v1beta_intel' [14:02, 01:25](906 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [14:02, 01:03](1871 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [14:02, 01:21](1858 MB) + +PASS -- COMPILE 'csawmg_intel' [12:26, 12:08] +PASS -- TEST 'control_csawmg_intel' [15:03, 00:31](872 MB) +PASS -- TEST 'control_ras_intel' [15:03, 00:57](565 MB) + +PASS -- COMPILE 'wam_intel' [13:30, 12:40] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [02:43, 00:56](1564 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [24:48, 23:54] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [57:36, 02:04](1775 MB) +PASS -- TEST 'regional_control_faster_intel' [57:26, 00:22](851 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [16:40, 16:17] ( 869 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [01:45, 01:26](1501 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [01:39, 01:32](1500 MB) +PASS -- TEST 'control_stochy_debug_intel' [01:37, 00:47](704 MB) +PASS -- TEST 'control_lndp_debug_intel' [01:35, 01:10](703 MB) +PASS -- TEST 'control_csawmg_debug_intel' [00:56, 00:31](1016 MB) +PASS -- TEST 'control_ras_debug_intel' [00:32, 01:02](711 MB) +PASS -- TEST 'control_diag_debug_intel' [00:30, 01:17](1563 MB) +PASS -- TEST 'control_debug_p8_intel' [00:29, 01:00](1795 MB) +PASS -- TEST 'regional_debug_intel' [59:44, 00:48](892 MB) +PASS -- TEST 'rap_control_debug_intel' [59:37, 00:22](1086 MB) +PASS -- TEST 'hrrr_control_debug_intel' [59:30, 00:25](1078 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [59:09, 00:39](1087 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [59:05, 00:35](1087 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [58:48, 00:40](1086 MB) +PASS -- TEST 'rap_diag_debug_intel' [58:44, 00:43](1169 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [58:41, 00:42](1087 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [58:38, 00:40](1090 MB) +PASS -- TEST 'rap_lndp_debug_intel' [58:15, 00:41](1090 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [57:06, 00:48](1085 MB) +PASS -- TEST 'rap_noah_debug_intel' [56:57, 00:53](1085 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [56:48, 00:52](1085 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [56:46, 00:42](1083 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [56:45, 00:52](1080 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [56:40, 01:01](1086 MB) +PASS -- TEST 'rap_flake_debug_intel' [56:35, 00:47](1087 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [55:59, 02:09](1090 MB) + +PASS -- COMPILE 'wam_debug_intel' [18:42, 18:23] ( 825 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [55:42, 01:13](1598 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [36:59, 36:08] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [38:04, 01:23](959 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [38:03, 01:18](792 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [38:03, 01:54](786 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [38:03, 01:47](853 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [38:04, 02:15](845 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [38:03, 01:51](788 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [30:31, 01:36](692 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [32:29, 00:20](670 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [24:45, 23:58] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [49:16, 00:59](1004 MB) +PASS -- TEST 'conus13km_2threads_intel' [44:50, 00:54](1010 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [44:49, 00:46](881 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:34, 10:24] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [55:41, 01:27](813 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [13:35, 13:05] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [55:34, 01:00](963 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [55:08, 01:15](957 MB) +PASS -- TEST 'conus13km_debug_intel' [54:26, 01:13](1055 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [54:06, 01:02](726 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [53:06, 00:28](1056 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [52:58, 01:09](1120 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [20:40, 20:24] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [48:13, 00:55](996 MB) + +PASS -- COMPILE 'hafsw_intel' [15:34, 14:52] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [49:12, 02:00](617 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [49:12, 01:07](970 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [49:10, 01:40](665 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [49:10, 01:28](692 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [49:11, 02:14](716 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [49:10, 01:04](392 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [49:11, 02:12](408 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [49:11, 01:37](286 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [49:14, 02:23](375 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [49:10, 01:28](418 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [49:10, 00:49](416 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [49:12, 01:41](504 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [49:11, 00:27](325 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [14:30, 13:17] ( 1449 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [45:11, 01:28](518 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [25:42, 24:58] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [32:57, 00:49](530 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [32:57, 01:42](712 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:29, 11:28] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [45:52, 00:53](710 MB) + +PASS -- COMPILE 'hafs_all_intel' [20:36, 20:10] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [37:00, 02:14](663 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [37:00, 02:15](644 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [36:58, 00:26](880 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [19:34, 18:48] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [36:00, 01:38](1829 MB) + +PASS -- COMPILE 'atml_intel' [23:38, 22:49] ( 8 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [10:25, 09:59] ( 868 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [15:29, 14:52] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [32:44, 01:28](3027 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [32:44, 01:52](2906 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [32:44, 01:48](2921 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [10:26, 09:51] ( 870 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [35:23, 01:14](4438 MB) SYNOPSIS: -Starting Date/Time: 20240710 15:45:14 -Ending Date/Time: 20240710 17:15:48 -Total Time: 01h:31m:05s +Starting Date/Time: 20240715 18:14:30 +Ending Date/Time: 20240715 19:51:33 +Total Time: 01h:37m:42s Compiles Completed: 33/33 Tests Completed: 156/156 diff --git a/tests/test_changes.list b/tests/test_changes.list index bcdee73b46..e69de29bb2 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,106 +0,0 @@ -cpld_control_p8_mixedmode intel -cpld_control_gfsv17 intel -cpld_control_gfsv17_iau intel -cpld_restart_gfsv17 intel -cpld_mpi_gfsv17 intel -cpld_control_sfs intel -cpld_debug_gfsv17 intel -cpld_control_p8 intel -cpld_control_p8.v2.sfc intel -cpld_restart_p8 intel -cpld_control_qr_p8 intel -cpld_restart_qr_p8 intel -cpld_2threads_p8 intel -cpld_decomp_p8 intel -cpld_mpi_p8 intel -cpld_control_ciceC_p8 intel -cpld_control_c192_p8 intel -cpld_restart_c192_p8 intel -cpld_bmark_p8 intel -cpld_restart_bmark_p8 intel -cpld_s2sa_p8 intel -cpld_control_noaero_p8 intel -cpld_control_nowave_noaero_p8 intel -cpld_debug_p8 intel -cpld_debug_noaero_p8 intel -cpld_control_noaero_p8_agrid intel -cpld_control_c48 intel -cpld_warmstart_c48 intel -cpld_restart_c48 intel -cpld_control_p8_faster intel -cpld_control_pdlib_p8 intel -cpld_restart_pdlib_p8 intel -cpld_mpi_pdlib_p8 intel -cpld_debug_pdlib_p8 intel -control_CubedSphereGrid intel -control_CubedSphereGrid_parallel intel -control_latlon intel -control_wrtGauss_netcdf_parallel intel -control_c384 intel -control_p8 intel -control_p8_ugwpv1 intel -control_restart_p8 intel -control_noqr_p8 intel -control_restart_noqr_p8 intel -control_decomp_p8 intel -control_2threads_p8 intel -control_p8_lndp intel -control_p8_rrtmgp intel -control_p8_mynn intel -merra2_thompson intel -rap_control intel -rap_decomp intel -rap_2threads intel -rap_restart intel -rap_sfcdiff intel -rap_sfcdiff_decomp intel -rap_sfcdiff_restart intel -control_p8_faster intel -control_CubedSphereGrid_debug intel -control_wrtGauss_netcdf_parallel_debug intel -control_diag_debug intel -control_debug_p8 intel -rap_control_debug intel -rap_unified_drag_suite_debug intel -rap_diag_debug intel -rap_lndp_debug intel -rap_progcld_thompson_debug intel -rap_noah_debug intel -rap_sfcdiff_debug intel -gnv1_c96_no_nest_debug intel -rap_control_dyn32_phy32 intel -rap_2threads_dyn32_phy32 intel -rap_restart_dyn32_phy32 intel -rap_control_dyn64_phy32 intel -rap_control_debug_dyn32_phy32 intel -rap_control_dyn64_phy32_debug intel -atm_ds2s_docn_pcice intel -atm_ds2s_docn_dice intel -atmwav_control_noaero_p8 intel -atmaero_control_p8 intel -atmaero_control_p8_rad intel -atmaero_control_p8_rad_micro intel -control_p8 gnu -control_p8_ugwpv1 gnu -rap_control gnu -rap_decomp gnu -rap_2threads gnu -rap_restart gnu -rap_sfcdiff gnu -rap_sfcdiff_decomp gnu -rap_sfcdiff_restart gnu -control_diag_debug gnu -rap_control_debug gnu -rap_diag_debug gnu -rap_progcld_thompson_debug gnu -control_debug_p8 gnu -gnv1_c96_no_nest_debug gnu -rap_control_dyn32_phy32 gnu -rap_2threads_dyn32_phy32 gnu -rap_restart_dyn32_phy32 gnu -rap_control_dyn64_phy32 gnu -rap_control_debug_dyn32_phy32 gnu -rap_control_dyn64_phy32_debug gnu -cpld_control_nowave_noaero_p8 gnu -cpld_control_pdlib_p8 gnu -cpld_debug_pdlib_p8 gnu From 6a6ce431e46846a576bef6ebf4be82035c26c7f3 Mon Sep 17 00:00:00 2001 From: "Samuel Trahan (NOAA contractor)" <39415369+SamuelTrahanNOAA@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:04:43 -0400 Subject: [PATCH 3/4] Restore error checking in regression test system. (Combined PR#2357 and PR#2265) (#2335) * UFSWM - restore error checking to regression test system and add a self-test suite - Detect_machine.sh identifies Frontera --------- Co-authored-by: Sam Trahan Co-authored-by: Benjamin Cash --- .gitignore | 5 + doc/UsersGuide/requirements.txt | 2 +- modulefiles/ufs_frontera.intel.lua | 33 + tests/detect_machine.sh | 3 + tests/error-test.conf | 27 + tests/fv3_conf/fv3_qsub.IN_acorn | 7 + tests/fv3_conf/fv3_qsub.IN_derecho | 7 + tests/fv3_conf/fv3_qsub.IN_wcoss2 | 7 + tests/fv3_conf/fv3_slurm.IN_expanse | 8 + tests/fv3_conf/fv3_slurm.IN_gaea | 7 + tests/fv3_conf/fv3_slurm.IN_hera | 7 + tests/fv3_conf/fv3_slurm.IN_hercules | 7 + tests/fv3_conf/fv3_slurm.IN_jet | 7 + tests/fv3_conf/fv3_slurm.IN_noaacloud | 7 + tests/fv3_conf/fv3_slurm.IN_orion | 7 + tests/fv3_conf/fv3_slurm.IN_s4 | 7 + tests/fv3_conf/fv3_slurm.IN_stampede | 7 + tests/logs/OpnReqTests_control_p8_hera.log | 48 +- ...sts_cpld_control_nowave_noaero_p8_hera.log | 24 +- .../OpnReqTests_regional_control_hera.log | 30 +- tests/logs/RegressionTests_derecho.log | 632 ++++++++------ tests/logs/RegressionTests_gaea.log | 546 ++++++------ tests/logs/RegressionTests_hera.log | 788 ++++++++++-------- tests/logs/RegressionTests_hercules.log | 733 ++++++++-------- tests/logs/RegressionTests_jet.log | 484 +++++------ tests/logs/RegressionTests_orion.log | 641 ++++++++------ tests/logs/RegressionTests_wcoss2.log | 535 ++++++------ tests/module-setup.sh | 7 + tests/rt_utils.sh | 18 +- tests/run_compile.sh | 6 +- tests/run_test.sh | 28 +- tests/tests/dependency_unmet | 86 ++ tests/tests/fail_to_copy | 85 ++ tests/tests/fail_to_run | 89 ++ 34 files changed, 2837 insertions(+), 2098 deletions(-) create mode 100644 modulefiles/ufs_frontera.intel.lua create mode 100644 tests/error-test.conf create mode 100644 tests/tests/dependency_unmet create mode 100644 tests/tests/fail_to_copy create mode 100644 tests/tests/fail_to_run diff --git a/.gitignore b/.gitignore index 0239ee9a5a..bf7d81b1c6 100644 --- a/.gitignore +++ b/.gitignore @@ -73,3 +73,8 @@ tests/fv3_conf/compile_qsub.IN tests/fv3_conf/fv3_slurm.IN tests/fv3_conf/fv3_qsub.IN build*.log* +rocoto_workflow* +fail_compile_* +fail_test_* +tests/run_dir +tests/logs/log_* diff --git a/doc/UsersGuide/requirements.txt b/doc/UsersGuide/requirements.txt index 90efd3211e..9e47095cca 100644 --- a/doc/UsersGuide/requirements.txt +++ b/doc/UsersGuide/requirements.txt @@ -8,7 +8,7 @@ alabaster==0.7.16 # via sphinx babel==2.14.0 # via sphinx -certifi==2024.2.2 +certifi==2024.7.4 # via requests charset-normalizer==3.3.2 # via requests diff --git a/modulefiles/ufs_frontera.intel.lua b/modulefiles/ufs_frontera.intel.lua new file mode 100644 index 0000000000..fd62e79d30 --- /dev/null +++ b/modulefiles/ufs_frontera.intel.lua @@ -0,0 +1,33 @@ +help([[ +loads UFS Model prerequisites for Frontera/Intel +]]) + +prepend_path("MODULEPATH", "/work2/06146/tg854455/frontera/spack-stack/modulefiles") +load("ecflow/5.8.4") + +prepend_path("MODULEPATH", "/work2/01118/tg803972/frontera/spack-stack/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core") + +stack_intel_ver=os.getenv("stack_intel_ver") or "19.1.1.217" +load(pathJoin("stack-intel", stack_intel_ver)) + +stack_impi_ver=os.getenv("stack_impi_ver") or "2020.4.304" +load(pathJoin("stack-intel-mpi", stack_impi_ver)) + +cmake_ver=os.getenv("cmake_ver") or "3.24.2" +load(pathJoin("cmake", cmake_ver)) +--load("cmake/3.24.2") + +load("ufs_common") + +stack_python_ver=os.getenv("stack_python_ver") or "3.10.13" +load(pathJoin("stack-python", stack_python_ver)) + +nccmp_ver=os.getenv("nccmp_ver") or "1.9.0.1" +load(pathJoin("nccmp", nccmp_ver)) + +setenv("CC", "mpiicc") +setenv("CXX", "mpiicpc") +setenv("FC", "mpiifort") +setenv("CMAKE_Platform", "frontera.intel") + +whatis("Description: UFS build environment") diff --git a/tests/detect_machine.sh b/tests/detect_machine.sh index 29f51285ca..0bd0535d8a 100755 --- a/tests/detect_machine.sh +++ b/tests/detect_machine.sh @@ -48,6 +48,9 @@ case $(hostname -f) in login[1-4].stampede2.tacc.utexas.edu) MACHINE_ID=stampede ;; ### stampede1-4 + login[1-4].frontera.tacc.utexas.edu) MACHINE_ID=frontera ;; ### frontera1-4 + c*.frontera.tacc.utexas.edu) MACHINE_ID=frontera ;; ### frontera compute + login0[1-2].expanse.sdsc.edu) MACHINE_ID=expanse ;; ### expanse1-2 discover3[1-5].prv.cube) MACHINE_ID=discover ;; ### discover31-35 diff --git a/tests/error-test.conf b/tests/error-test.conf new file mode 100644 index 0000000000..2382c59a9e --- /dev/null +++ b/tests/error-test.conf @@ -0,0 +1,27 @@ +# This file is an alternative to rt.conf that tests whether the regression test system rt.sh can detect failure conditions. +# +# ./rt.sh [options] -l error-test.conf +# +# If the rt.sh detects errors correctly, the workflow shouldn't finish. Some jobs should be failed or not submitted, and some should succeed. +# See details below. + +# This should succeed +COMPILE | atm_dyn32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn,FV3_GFS_v17_p8_ugwpv1 -D32BIT=ON | | fv3 | + +# This should succeed +RUN | control_c48.v2.sfc | | baseline | + +# These tests should always fail, and prevent the workflow from completing. +RUN | fail_to_copy | | baseline | +RUN | fail_to_run | | baseline | + +# Using 64-bit dynamics ensures results change, but the test runs. The workflow jobs should complete +# for the COMPILE and RUN, but the results should change. +COMPILE | atm_dyn64 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn,FV3_GFS_v17_p8_ugwpv1 | | fv3 | +RUN | control_c48 | | baseline | + +# This compile job should fail, and prevent the workflow from completing. +COMPILE | fail_to_compile | intel | --invalid-argument -DAPP=ATM -DCCPP_SUITES=whatever | | fv3 | + +# This test should not be submitted, because its compile job has failed. +RUN | dependency_unmet | | baseline | diff --git a/tests/fv3_conf/fv3_qsub.IN_acorn b/tests/fv3_conf/fv3_qsub.IN_acorn index db6b3f1d12..b3d0102328 100644 --- a/tests/fv3_conf/fv3_qsub.IN_acorn +++ b/tests/fv3_conf/fv3_qsub.IN_acorn @@ -30,6 +30,13 @@ export ESMF_RUNTIME_COMPLIANCECHECK=OFF:depth=4 export ESMF_RUNTIME_PROFILE=ON export ESMF_RUNTIME_PROFILE_OUTPUT="SUMMARY" +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + mpiexec -n @[TASKS] -ppn @[TPN] -depth @[THRD] ./fv3.exe echo "Model ended: " `date` diff --git a/tests/fv3_conf/fv3_qsub.IN_derecho b/tests/fv3_conf/fv3_qsub.IN_derecho index 8793d7edb5..5e5c0ac521 100644 --- a/tests/fv3_conf/fv3_qsub.IN_derecho +++ b/tests/fv3_conf/fv3_qsub.IN_derecho @@ -35,6 +35,13 @@ export MPICH_COLL_OPT_OFF=1 # Avoid job errors because of filesystem synchronization delays sync && sleep 1 +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + mpiexec -n @[UFS_TASKS] -ppn @[PPN] --hostfile $PBS_NODEFILE ./fv3.exe echo "Model ended: " `date` diff --git a/tests/fv3_conf/fv3_qsub.IN_wcoss2 b/tests/fv3_conf/fv3_qsub.IN_wcoss2 index db6b3f1d12..b3d0102328 100644 --- a/tests/fv3_conf/fv3_qsub.IN_wcoss2 +++ b/tests/fv3_conf/fv3_qsub.IN_wcoss2 @@ -30,6 +30,13 @@ export ESMF_RUNTIME_COMPLIANCECHECK=OFF:depth=4 export ESMF_RUNTIME_PROFILE=ON export ESMF_RUNTIME_PROFILE_OUTPUT="SUMMARY" +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + mpiexec -n @[TASKS] -ppn @[TPN] -depth @[THRD] ./fv3.exe echo "Model ended: " `date` diff --git a/tests/fv3_conf/fv3_slurm.IN_expanse b/tests/fv3_conf/fv3_slurm.IN_expanse index 1dbc6bcbb5..6c4819806a 100644 --- a/tests/fv3_conf/fv3_slurm.IN_expanse +++ b/tests/fv3_conf/fv3_slurm.IN_expanse @@ -26,6 +26,14 @@ echo "Model started: "`date` export OMP_STACK_SIZE=512M export OMP_NUM_THREADS=@[THRD] export I_MPI_PMI_LIBRARY=/cm/shared/apps/slurm/current/lib64/libpmi.so + +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + srun -n @[TASKS] ./fv3.exe echo "Model ended: " `date` diff --git a/tests/fv3_conf/fv3_slurm.IN_gaea b/tests/fv3_conf/fv3_slurm.IN_gaea index 8545e689e6..ad2459efba 100644 --- a/tests/fv3_conf/fv3_slurm.IN_gaea +++ b/tests/fv3_conf/fv3_slurm.IN_gaea @@ -32,6 +32,13 @@ export ESMF_RUNTIME_PROFILE_OUTPUT="SUMMARY" # Avoid job errors because of filesystem synchronization delays sync && sleep 1 +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + srun --label -n @[TASKS] ./fv3.exe echo "Model ended: " `date` diff --git a/tests/fv3_conf/fv3_slurm.IN_hera b/tests/fv3_conf/fv3_slurm.IN_hera index 288b0ec78b..a59dcdd9a2 100644 --- a/tests/fv3_conf/fv3_slurm.IN_hera +++ b/tests/fv3_conf/fv3_slurm.IN_hera @@ -38,6 +38,13 @@ export PSM_SHAREDCONTEXTS=1 # Avoid job errors because of filesystem synchronization delays sync && sleep 1 +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + # shellcheck disable=SC2102 srun --label -n @[TASKS] ./fv3.exe diff --git a/tests/fv3_conf/fv3_slurm.IN_hercules b/tests/fv3_conf/fv3_slurm.IN_hercules index c4853fb585..36583d3fa5 100644 --- a/tests/fv3_conf/fv3_slurm.IN_hercules +++ b/tests/fv3_conf/fv3_slurm.IN_hercules @@ -46,6 +46,13 @@ fi # Avoid job errors because of filesystem synchronization delays sync && sleep 1 +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + srun --label -n @[TASKS] ./fv3.exe echo "Model ended: " `date` diff --git a/tests/fv3_conf/fv3_slurm.IN_jet b/tests/fv3_conf/fv3_slurm.IN_jet index 21effeb05e..e2cd86c5fa 100644 --- a/tests/fv3_conf/fv3_slurm.IN_jet +++ b/tests/fv3_conf/fv3_slurm.IN_jet @@ -36,6 +36,13 @@ export ESMF_RUNTIME_PROFILE_OUTPUT="SUMMARY" # Avoid job errors because of filesystem synchronization delays sync && sleep 1 +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + srun --label -n @[TASKS] --cpus-per-task=@[THRD] ./fv3.exe echo "Model ended: " `date` diff --git a/tests/fv3_conf/fv3_slurm.IN_noaacloud b/tests/fv3_conf/fv3_slurm.IN_noaacloud index 519e29b96a..a85e084160 100644 --- a/tests/fv3_conf/fv3_slurm.IN_noaacloud +++ b/tests/fv3_conf/fv3_slurm.IN_noaacloud @@ -39,6 +39,13 @@ export OMP_NUM_THREADS=1 # Avoid job errors because of filesystem synchronization delays sync && sleep 1 +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + srun --mpi=pmi2 --label -n @[TASKS] ./fv3.exe echo "Model ended: " `date` diff --git a/tests/fv3_conf/fv3_slurm.IN_orion b/tests/fv3_conf/fv3_slurm.IN_orion index 50e8cf5655..6221286a5f 100644 --- a/tests/fv3_conf/fv3_slurm.IN_orion +++ b/tests/fv3_conf/fv3_slurm.IN_orion @@ -39,6 +39,13 @@ export ESMF_RUNTIME_PROFILE_OUTPUT="SUMMARY" # Avoid job errors because of filesystem synchronization delays sync && sleep 1 +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + srun --label -n @[TASKS] ./fv3.exe echo "Model ended: " `date` diff --git a/tests/fv3_conf/fv3_slurm.IN_s4 b/tests/fv3_conf/fv3_slurm.IN_s4 index f3f9730604..aa22694fcd 100644 --- a/tests/fv3_conf/fv3_slurm.IN_s4 +++ b/tests/fv3_conf/fv3_slurm.IN_s4 @@ -35,6 +35,13 @@ export PSM_SHAREDCONTEXTS=1 # Avoid job errors because of filesystem synchronization delays sync && sleep 1 +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + srun --label -n @[TASKS] ./fv3.exe echo "Model ended: " `date` diff --git a/tests/fv3_conf/fv3_slurm.IN_stampede b/tests/fv3_conf/fv3_slurm.IN_stampede index 384cc778f0..d80a3e068c 100644 --- a/tests/fv3_conf/fv3_slurm.IN_stampede +++ b/tests/fv3_conf/fv3_slurm.IN_stampede @@ -29,6 +29,13 @@ export LD_BIND_NOW=1 # Avoid job errors because of filesystem synchronization delays #sync && sleep 1 +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + #mpirun -prepend-rank -np $SBATCH_NP ./fv3.exe ibrun -n @[TASKS] ./fv3.exe diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index a260e9db56..fa28320843 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Mon Jul 15 01:41:25 UTC 2024 +Wed Jul 17 03:56:39 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1044457/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_618270/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving sfcf000.nc .........OK @@ -51,14 +51,14 @@ Moving baseline bit_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 275.756850 - 0: The maximum resident set size (KB) = 1445808 + 0: The total amount of wall time = 279.926730 + 0: The maximum resident set size (KB) = 1464436 Test bit_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1044457/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_618270/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf000.nc .........OK @@ -106,14 +106,14 @@ Moving baseline dbg_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 959.187361 - 0: The maximum resident set size (KB) = 1435516 + 0: The total amount of wall time = 981.451585 + 0: The maximum resident set size (KB) = 1435700 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1044457/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_618270/dcp_dcp Checking test dcp results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -160,14 +160,14 @@ Checking test dcp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 247.513262 - 0: The maximum resident set size (KB) = 1422624 + 0: The total amount of wall time = 251.528579 + 0: The maximum resident set size (KB) = 1422160 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1044457/mpi_mpi +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_618270/mpi_mpi Checking test mpi results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -214,14 +214,14 @@ Checking test mpi results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 248.067150 - 0: The maximum resident set size (KB) = 1440744 + 0: The total amount of wall time = 247.727184 + 0: The maximum resident set size (KB) = 1422076 Test mpi PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1044457/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_618270/rst_rst Checking test rst results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -268,14 +268,14 @@ Checking test rst results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 251.468799 - 0: The maximum resident set size (KB) = 1432440 + 0: The total amount of wall time = 252.564799 + 0: The maximum resident set size (KB) = 1432092 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1044457/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_618270/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf000.nc .........OK @@ -323,14 +323,14 @@ Moving baseline std_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 251.979239 - 0: The maximum resident set size (KB) = 1418388 + 0: The total amount of wall time = 248.590179 + 0: The maximum resident set size (KB) = 1429984 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1044457/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_618270/thr_thr Checking test thr results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -377,11 +377,11 @@ Checking test thr results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 250.614339 - 0: The maximum resident set size (KB) = 1423620 + 0: The total amount of wall time = 252.979968 + 0: The maximum resident set size (KB) = 1430948 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon Jul 15 02:47:28 UTC 2024 -Elapsed time: 01h:06m:04s. Have a nice day! +Wed Jul 17 05:20:20 UTC 2024 +Elapsed time: 01h:23m:41s. Have a nice day! diff --git a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log index 2e5cd746fe..bff455551c 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,9 +1,9 @@ -Mon Jul 15 00:35:23 UTC 2024 +Wed Jul 17 02:51:07 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3401652/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_425938/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf021.tile1.nc .........OK @@ -66,14 +66,14 @@ Moving baseline dbg_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 1423.280923 - 0: The maximum resident set size (KB) = 1542940 + 0: The total amount of wall time = 1336.337850 + 0: The maximum resident set size (KB) = 1531400 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3401652/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_425938/rst_rst Checking test rst results .... Comparing sfcf021.tile1.nc .....USING NCCMP......OK Comparing sfcf021.tile2.nc .....USING NCCMP......OK @@ -135,14 +135,14 @@ Checking test rst results .... Comparing RESTART/iced.2021-03-23-21600.nc .....USING NCCMP......OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK - 0: The total amount of wall time = 516.185376 - 0: The maximum resident set size (KB) = 1536308 + 0: The total amount of wall time = 560.046630 + 0: The maximum resident set size (KB) = 1537008 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3401652/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_425938/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf021.tile1.nc .........OK @@ -205,11 +205,11 @@ Moving baseline std_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 426.220133 - 0: The maximum resident set size (KB) = 1537924 + 0: The total amount of wall time = 424.689553 + 0: The maximum resident set size (KB) = 1524172 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon Jul 15 01:41:24 UTC 2024 -Elapsed time: 01h:06m:02s. Have a nice day! +Wed Jul 17 03:56:38 UTC 2024 +Elapsed time: 01h:05m:32s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 31f7c9018f..e9c9358bc9 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Sun Jul 14 22:08:08 UTC 2024 +Wed Jul 17 00:17:07 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3760508/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2874969/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving dynf000.nc .........OK @@ -15,14 +15,14 @@ Moving baseline bit_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 1367.634611 - 0: The maximum resident set size (KB) = 750632 + 0: The total amount of wall time = 1486.948093 + 0: The maximum resident set size (KB) = 773156 Test bit_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3760508/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2874969/dcp_dcp Checking test dcp results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -33,14 +33,14 @@ Checking test dcp results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2170.861604 - 0: The maximum resident set size (KB) = 721096 + 0: The total amount of wall time = 2254.792018 + 0: The maximum resident set size (KB) = 709916 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3760508/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2874969/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving dynf000.nc .........OK @@ -52,14 +52,14 @@ Moving baseline std_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 2179.475163 - 0: The maximum resident set size (KB) = 711844 + 0: The total amount of wall time = 2233.046743 + 0: The maximum resident set size (KB) = 722680 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3760508/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2874969/thr_thr Checking test thr results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -70,11 +70,11 @@ Checking test thr results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2178.906493 - 0: The maximum resident set size (KB) = 718428 + 0: The total amount of wall time = 2245.932321 + 0: The maximum resident set size (KB) = 719656 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon Jul 15 00:35:22 UTC 2024 -Elapsed time: 02h:27m:15s. Have a nice day! +Wed Jul 17 02:51:06 UTC 2024 +Elapsed time: 02h:33m:59s. Have a nice day! diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index 423636d326..9227f176a0 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,7 +1,7 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -cc70b77c844682f3daeb33c8b699f162c48c2527 +2f6d2791f9dbc985ef8aec444864bfe74923be57 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,8 +11,8 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3388412e3576865197990e82187d8fc372140193 FV3 (remotes/origin/hotfix/acs-hash) - bb89a58601c3fa28549c291811e04d5db6c9b37b FV3/atmos_cubed_sphere (201912_public_release-401-gbb89a58) + 3581423f397e2eb0c1f0cd7f6b728593511278a9 FV3 (heads/develop) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -36,284 +36,370 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_40167 +COMPARISON DIRECTORY: /glade/derecho/scratch/epicufsrt/FV3_RT/rt_72130 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [23:30, 22:37] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:38, 05:45](3202 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:32, 24:42] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [18:00, 14:56](1916 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:26, 16:22](1952 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:11, 08:14](1086 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:06, 16:42](1887 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [25:32, 24:48] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [16:22, 14:28](1911 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [14:24, 13:03] ( 1530 warnings 1948 remarks ) - -PASS -- COMPILE 's2swa_intel' [23:31, 22:23] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [10:52, 06:34](3226 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:15, 06:25](3225 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:00, 04:13](3156 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:51, 06:23](3254 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:01, 04:23](3186 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:36, 06:02](3733 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:36, 06:19](3219 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:36, 05:23](3543 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:01, 06:14](3236 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [15:10, 09:51](3890 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [16:25, 06:52](3626 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [31:55, 10:40](4518 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [31:25, 07:28](4670 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:22, 06:13](3214 MB) - -PASS -- COMPILE 's2sw_intel' [21:30, 20:35] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:56, 04:57](1928 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:14, 05:15](1987 MB) - -PASS -- COMPILE 's2swa_debug_intel' [13:27, 12:54] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [38:57, 08:06](-5411134659951504 MB) - -PASS -- COMPILE 's2sw_debug_intel' [13:27, 11:58] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:48, 06:02](1955 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [17:29, 16:42] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:14, 05:04](1985 MB) - -PASS -- COMPILE 's2s_intel' [17:29, 16:44] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:25, 06:54](2949 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:19, 02:32](2944 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:20, 01:58](2347 MB) - -PASS -- COMPILE 's2swa_faster_intel' [27:25, 26:19] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [11:05, 06:52](-1315924127599578 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [24:25, 23:04] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:03, 14:52](1940 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:31, 08:24](1104 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:53, 16:49](1910 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [13:15, 12:03] ( 1565 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:54, 23:57](1966 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:22, 15:29] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [17:24, 03:28](-2435776145193053 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:21, 02:31](1569 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:44, 02:31](1573 MB) -PASS -- TEST 'control_latlon_intel' [04:23, 02:28](1572 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:23, 02:29](1562 MB) -PASS -- TEST 'control_c48_intel' [08:25, 06:14](1620 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:48, 05:17](735 MB) -PASS -- TEST 'control_c192_intel' [12:14, 08:44](1685 MB) -PASS -- TEST 'control_c384_intel' [16:18, 08:54](2001 MB) -PASS -- TEST 'control_c384gdas_intel' [18:45, 07:15](1196 MB) -PASS -- TEST 'control_stochy_intel' [02:55, 01:29](625 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:54, 00:56](443 MB) -PASS -- TEST 'control_lndp_intel' [02:57, 01:28](628 MB) -PASS -- TEST 'control_iovr4_intel' [04:01, 02:10](621 MB) -PASS -- TEST 'control_iovr5_intel' [03:59, 02:07](624 MB) -PASS -- TEST 'control_p8_intel' [05:39, 03:32](1871 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:15, 03:15](1868 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:08, 03:25](1871 MB) -PASS -- TEST 'control_restart_p8_intel' [09:27, 02:10](4983915984765351 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:05, 03:17](1858 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:50, 02:12](999 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:55, 03:31](1865 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:47, 03:15](1959 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:38, 05:10](1862 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:57, 04:11](1923 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:56, 03:31](1869 MB) -PASS -- TEST 'merra2_thompson_intel' [05:51, 03:38](1867 MB) -PASS -- TEST 'regional_control_intel' [07:05, 05:15](872 MB) -PASS -- TEST 'regional_restart_intel' [05:04, 03:17](871 MB) -PASS -- TEST 'regional_decomp_intel' [07:04, 05:24](874 MB) -PASS -- TEST 'regional_noquilt_intel' [07:04, 05:05](1193 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:03, 05:10](879 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:02, 05:12](884 MB) -PASS -- TEST 'regional_wofs_intel' [07:50, 05:46](1608 MB) - -PASS -- COMPILE 'rrfs_intel' [14:22, 13:09] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:39, 06:14](1011 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:32, 03:46](1192 MB) -PASS -- TEST 'rap_decomp_intel' [08:39, 06:25](1007 MB) -PASS -- TEST 'rap_2threads_intel' [08:39, 05:43](1101 MB) -PASS -- TEST 'rap_restart_intel' [09:06, 03:19](-8086665024644114 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:50, 06:12](1007 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:02, 06:24](1006 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:35, 04:40](884 MB) -PASS -- TEST 'hrrr_control_intel' [06:21, 03:16](999 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:21, 03:29](1001 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:22, 02:51](1089 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:55, 01:49](834 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:46, 06:02](1005 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:14, 07:26](1960 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:15, 07:13](1951 MB) - -PASS -- COMPILE 'csawmg_intel' [12:20, 11:27] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [05:56, 06:47](-4635744418160825 MB) -PASS -- TEST 'control_ras_intel' [04:44, 02:57](660 MB) - -PASS -- COMPILE 'wam_intel' [12:21, 10:54] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:14, 09:59](1662 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [19:22, 17:53] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:51, 03:13](1868 MB) -PASS -- TEST 'regional_control_faster_intel' [07:06, 05:05](872 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [14:20, 13:12] ( 889 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:10, 02:37](-7341301194512963 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:11, 02:31](1602 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:44, 02:55](812 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:38, 02:40](808 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:15, 04:54](1123 MB) -PASS -- TEST 'control_ras_debug_intel' [03:45, 02:39](820 MB) -PASS -- TEST 'control_diag_debug_intel' [03:14, 02:41](7068792496384343 MB) -PASS -- TEST 'control_debug_p8_intel' [05:06, 03:19](1909 MB) -PASS -- TEST 'regional_debug_intel' [18:01, 16:42](928 MB) -PASS -- TEST 'rap_control_debug_intel' [06:43, 04:49](1195 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:40, 04:36](1186 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:40, 04:47](1190 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:47, 04:49](1191 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:34, 04:45](1191 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:11, 04:58](1276 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:56, 04:49](1191 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [00:28, 04:55](2489507799279835 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:44, 04:47](1196 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:54, 04:41](1195 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:47, 04:35](1190 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:44, 04:46](1193 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:45, 07:36](1191 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:39, 04:35](1188 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:44, 05:36](1192 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:52, 04:49](1190 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:18, 07:56](1193 MB) - -PASS -- COMPILE 'wam_debug_intel' [08:19, 07:16] ( 844 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:16, 12:12](1701 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:19, 11:32] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:21, 03:33](1059 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:31, 05:09](886 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:25, 02:50](883 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:24, 04:52](947 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:33, 02:29](940 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:35, 02:56](883 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:10, 03:54](794 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:54, 01:35](774 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:18, 15:40] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:50, 02:01](1088 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:26, 01:03](1082 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:36, 01:12](974 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:20, 11:26] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:36, 03:41](909 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:19, 07:34] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:38, 04:44](1073 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:39, 04:30](1067 MB) -PASS -- TEST 'conus13km_debug_intel' [15:52, 13:38](1151 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:10, 13:39](835 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:48, 07:47](1151 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:32, 13:19](1219 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:19, 07:23] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:39, 04:44](1097 MB) - -PASS -- COMPILE 'hafsw_intel' [19:21, 18:39] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:58, 04:43](716 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:07, 05:16](1067 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:08, 06:38](772 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:00, 11:05](799 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:30, 12:18](812 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:43, 04:49](478 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:51, 05:52](493 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:06, 02:22](392 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:30, 06:23](458 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:03, 03:23](511 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:37, 03:09](513 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:34, 03:58](588 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:40, 01:19](427 MB) -PASS -- TEST 'gnv1_nested_intel' [07:45, 04:12](1718 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [10:16, 09:02] ( 1472 warnings 1481 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:27, 12:11](628 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [28:23, 27:14] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:49, 07:18](635 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:47, 07:25](690 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [20:24, 19:27] ( 5 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:34, 05:29](678 MB) - -PASS -- COMPILE 'hafs_all_intel' [17:17, 15:51] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:51, 05:41](755 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:46, 05:41](738 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:20, 16:13](892 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:19, 08:56] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:53, 02:32](765 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:00, 01:35](739 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:41, 02:23](646 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:46, 02:29](642 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:35, 02:29](642 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:44, 02:34](764 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:40, 02:34](765 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:40, 02:28](646 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:42, 05:48](694 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:37, 05:46](675 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:29, 02:31](751 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:33, 04:00](2017 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:36, 03:59](2018 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [07:18, 06:28] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:28, 05:13](747 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [10:14, 08:55] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:43, 02:30](750 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:13, 02:53] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:48, 01:22](311 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:32, 01:12](453 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:41, 00:51](454 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:20, 13:15] ( 5 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:25, 04:10](1915 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:20, 12:41] ( 5 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:11, 03:51](1910 MB) - -PASS -- COMPILE 'atml_intel' [16:20, 15:50] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:10, 08:01](1881 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:11, 07:30](1897 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:07, 04:12](1026 MB) - -PASS -- COMPILE 'atml_debug_intel' [12:14, 10:32] ( 887 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:05, 06:32](1935 MB) - -PASS -- COMPILE 'atmw_intel' [15:21, 14:14] ( 5 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:45, 02:26](1890 MB) - -PASS -- COMPILE 'atmaero_intel' [14:23, 12:53] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:15, 04:32](3121 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:19, 04:19](2999 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:39, 04:25](3014 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [09:16, 08:22] ( 889 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [25:57, 22:14](4529 MB) +FAILED: UNABLE TO FINISH COMPILE -- COMPILE 's2swa_32bit_intel' [, ] +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'cpld_control_p8_mixedmode_intel' [, ]( MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [09:07, 27:21] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [18:51, 15:09](1920 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:03, 16:58](1947 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [13:29, 08:50](1067 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:01, 17:02](1883 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [09:06, 26:44] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [17:37, 14:48](1913 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [54:59, 14:39] ( 1530 warnings 1948 remarks ) + +PASS -- COMPILE 's2swa_intel' [06:59, 24:57] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [11:47, 06:41](3229 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:04, 07:07](3224 MB) +PASS -- TEST 'cpld_restart_p8_intel' [11:08, 04:39](3157 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [11:47, 06:36](3251 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [11:08, 04:29](3182 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:13, 06:26](3731 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [11:12, 06:46](3217 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [10:00, 05:52](3543 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:06, 07:08](3235 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [18:40, 10:21](3815 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [21:12, 07:22](3626 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [45:40, 11:20](4526 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [34:31, 08:35](4665 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [11:03, 06:24](3213 MB) + +PASS -- COMPILE 's2sw_intel' [03:58, 22:14] ( 10 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:08, 05:27](1925 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:22, 05:40](1988 MB) + +PASS -- COMPILE 's2swa_debug_intel' [55:02, 14:39] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [15:18, 08:55](3298 MB) + +PASS -- COMPILE 's2sw_debug_intel' [54:01, 13:38] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:21, 06:28](1962 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [59:03, 18:22] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:14, 05:34](1982 MB) + +PASS -- COMPILE 's2s_intel' [59:04, 18:11] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:40, 07:15](2945 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:35, 03:00](2948 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:53, 02:12](2341 MB) + +FAILED: UNABLE TO FINISH COMPILE -- COMPILE 's2swa_faster_intel' [, ] +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'cpld_control_p8_faster_intel' [, ]( MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [27:18, 25:12] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:33, 15:12](1931 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:56, 09:04](1111 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:34, 17:11](1900 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [16:21, 14:09] ( 1565 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:36, 24:13](1967 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [18:25, 17:35] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [06:09, 03:35](671 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:22, 02:35](1568 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:01, 02:40](1570 MB) +PASS -- TEST 'control_latlon_intel' [05:37, 02:34](1570 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:32, 02:34](1575 MB) +PASS -- TEST 'control_c48_intel' [09:37, 06:18](1621 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:00, 05:20](736 MB) +PASS -- TEST 'control_c192_intel' [12:54, 08:50](1682 MB) +PASS -- TEST 'control_c384_intel' [20:39, 09:06](2004 MB) +PASS -- TEST 'control_c384gdas_intel' [24:36, 07:29](1205 MB) +PASS -- TEST 'control_stochy_intel' [03:47, 01:32](627 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:08, 00:58](441 MB) +PASS -- TEST 'control_lndp_intel' [04:46, 01:27](628 MB) +PASS -- TEST 'control_iovr4_intel' [06:08, 02:16](625 MB) +PASS -- TEST 'control_iovr5_intel' [05:18, 02:17](619 MB) +PASS -- TEST 'control_p8_intel' [07:10, 03:32](1868 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:23, 03:49](1871 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [09:11, 03:43](1867 MB) +PASS -- TEST 'control_restart_p8_intel' [05:55, 02:27](1013 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:17, 03:49](1861 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [06:05, 02:37](1022 MB) +PASS -- TEST 'control_decomp_p8_intel' [07:10, 03:45](1861 MB) +PASS -- TEST 'control_2threads_p8_intel' [07:04, 03:28](1950 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:53, 05:41](1862 MB) +FAILED: RUN DID NOT COMPLETE -- TEST 'control_p8_rrtmgp_intel' [, ]( MB) +FAILED: RUN DID NOT COMPLETE -- TEST 'control_p8_mynn_intel' [, ]( MB) +PASS -- TEST 'merra2_thompson_intel' [07:25, 03:56](1867 MB) +PASS -- TEST 'regional_control_intel' [08:33, 05:42](874 MB) +PASS -- TEST 'regional_restart_intel' [06:14, 03:33](873 MB) +PASS -- TEST 'regional_decomp_intel' [07:29, 05:45](872 MB) +PASS -- TEST 'regional_noquilt_intel' [08:07, 05:22](1194 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:58, 05:31](880 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:25, 05:24](874 MB) +PASS -- TEST 'regional_wofs_intel' [08:28, 05:45](1606 MB) + +PASS -- COMPILE 'rrfs_intel' [16:19, 14:55] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [11:58, 06:19](1010 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:47, 03:57](1193 MB) +PASS -- TEST 'rap_decomp_intel' [11:58, 06:29](1006 MB) +PASS -- TEST 'rap_2threads_intel' [11:58, 05:48](1094 MB) +PASS -- TEST 'rap_restart_intel' [06:52, 03:24](883 MB) +PASS -- TEST 'rap_sfcdiff_intel' [12:04, 06:14](1004 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:56, 06:34](1003 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:47, 04:40](886 MB) +PASS -- TEST 'hrrr_control_intel' [09:01, 03:21](1006 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [10:00, 03:32](1006 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [09:02, 02:58](1092 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:22, 01:55](836 MB) +PASS -- TEST 'rrfs_v1beta_intel' [12:06, 06:09](1004 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:23, 07:28](1968 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:14, 07:15](1954 MB) + +PASS -- COMPILE 'csawmg_intel' [15:21, 13:18] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [09:41, 07:02](965 MB) +PASS -- TEST 'control_ras_intel' [05:04, 03:00](656 MB) + +PASS -- COMPILE 'wam_intel' [14:22, 12:32] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:27, 10:08](1661 MB) + +FAILED: UNABLE TO FINISH COMPILE -- COMPILE 'atm_faster_dyn32_intel' [, ] +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'control_p8_faster_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'regional_control_faster_intel' [, ]( MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [16:23, 14:53] ( 889 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:37, 02:47](1608 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:34, 02:44](1605 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:49, 02:58](808 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:56, 02:40](807 MB) +PASS -- TEST 'control_csawmg_debug_intel' [08:44, 05:01](1124 MB) +PASS -- TEST 'control_ras_debug_intel' [04:58, 02:41](814 MB) +PASS -- TEST 'control_diag_debug_intel' [09:31, 02:43](1664 MB) +PASS -- TEST 'control_debug_p8_intel' [07:38, 03:50](1902 MB) +PASS -- TEST 'regional_debug_intel' [20:36, 17:40](941 MB) +PASS -- TEST 'rap_control_debug_intel' [07:30, 04:51](1193 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:15, 04:44](1185 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:48, 04:44](1190 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:48, 04:49](1191 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:06, 04:48](1191 MB) +PASS -- TEST 'rap_diag_debug_intel' [10:20, 05:07](1275 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:04, 04:56](1193 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:04, 05:06](1195 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:06, 04:49](1192 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:00, 04:51](1195 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:57, 04:41](1191 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [08:47, 04:48](1192 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:18, 05:43](11889801190 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [08:34, 02:40](11834201188 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:55, 04:00](11990641197 MB) +PASS -- TEST 'rap_flake_debug_intel' [09:47, 04:54](1194 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:52, 08:07](1198 MB) + +PASS -- COMPILE 'wam_debug_intel' [10:21, 08:33] ( 844 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [16:43, 12:24](1701 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:16, 12:31] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [09:52, 03:47](1057 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:55, 05:18](886 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:11, 02:57](884 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:50, 04:53](945 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:45, 02:37](942 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:45, 03:04](882 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:45, 04:05](797 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:13, 01:41](780 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [18:17, 16:41] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [08:57, 02:19](1087 MB) +PASS -- TEST 'conus13km_2threads_intel' [05:53, 01:18](1087 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [05:45, 01:14](975 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:17, 12:39] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:53, 03:45](908 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:58, 08:41] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:59, 04:40](1066 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:16, 04:37](1069 MB) +PASS -- TEST 'conus13km_debug_intel' [19:22, 13:36](1152 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [19:09, 13:50](840 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [12:22, 08:00](1156 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [18:40, 13:38](1220 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:20, 08:20] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:04, 04:42](1091 MB) + +PASS -- COMPILE 'hafsw_intel' [22:24, 20:21] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [09:27, 05:06](720 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:58, 05:51](1067 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:38, 06:58](776 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:24, 11:39](792 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:36, 12:34](814 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:47, 04:54](474 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:31, 06:08](497 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:35, 02:33](394 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:27, 06:35](458 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:45, 03:36](513 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:38, 03:23](513 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:12, 04:16](588 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:48, 01:26](427 MB) +PASS -- TEST 'gnv1_nested_intel' [10:09, 04:39](1723 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [13:24, 10:31] ( 1472 warnings 1481 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [18:20, 12:38](624 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [32:28, 28:40] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:24, 07:33](633 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:17, 07:38](688 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [23:28, 21:36] ( 5 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:00, 05:54](684 MB) + +PASS -- COMPILE 'hafs_all_intel' [20:18, 18:10] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:41, 05:59](755 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:32, 05:58](741 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:41, 16:15](892 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [11:15, 10:27] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:08, 02:33](765 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:15, 01:39](754 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:00, 02:23](641 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:05, 02:28](644 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:11, 02:29](642 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:14, 02:35](765 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:14, 02:36](763 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:07, 02:28](644 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [16:06, 06:45](693 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [15:22, 06:39](676 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:25, 02:36](765 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:22, 04:08](2019 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:21, 04:12](2018 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [09:19, 07:44] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:52, 05:14](748 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [15:15, 10:12] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:58, 02:35](765 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [07:24, 03:24] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:54, 02:14](302 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:47, 02:09](452 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [04:55, 01:01](452 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [17:18, 15:15] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [09:03, 05:09](1923 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:52, 13:53] ( 5 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:52, 05:06](1912 MB) + +PASS -- COMPILE 'atml_intel' [18:23, 16:47] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:24, 09:26](1884 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [12:20, 09:30](1894 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:19, 04:55](1041 MB) + +PASS -- COMPILE 'atml_debug_intel' [13:24, 11:37] ( 887 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [11:20, 07:43](1933 MB) + +PASS -- COMPILE 'atmw_intel' [16:32, 15:25] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:45, 03:22](1887 MB) + +PASS -- COMPILE 'atmaero_intel' [15:31, 13:58] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [09:45, 05:26](3124 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:32, 04:32](2997 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:32, 04:47](3012 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [10:19, 09:15] ( 889 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [29:37, 22:59](4543 MB) SYNOPSIS: -Starting Date/Time: 20240714 12:58:42 -Ending Date/Time: 20240714 20:54:43 -Total Time: 07h:57m:02s -Compiles Completed: 41/41 -Tests Completed: 183/183 +Starting Date/Time: 20240717 17:53:45 +Ending Date/Time: 20240717 21:27:52 +Total Time: 03h:35m:49s +Compiles Completed: 38/41 +Tests Completed: 177/183 +Failed Compiles: +* COMPILE s2swa_32bit_intel: FAILED: UNABLE TO FINISH COMPILE +-- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/sandbox/Land_DA_Sandbox_Pipeline_Final/rt-2335/tests/logs/log_derecho/compile_s2swa_32bit_intel.log +* COMPILE s2swa_faster_intel: FAILED: UNABLE TO FINISH COMPILE +-- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/sandbox/Land_DA_Sandbox_Pipeline_Final/rt-2335/tests/logs/log_derecho/compile_s2swa_faster_intel.log +* COMPILE atm_faster_dyn32_intel: FAILED: UNABLE TO FINISH COMPILE +-- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/sandbox/Land_DA_Sandbox_Pipeline_Final/rt-2335/tests/logs/log_derecho/compile_atm_faster_dyn32_intel.log +Failed Tests: +* TEST control_p8_rrtmgp_intel: FAILED: RUN DID NOT COMPLETE +-- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/sandbox/Land_DA_Sandbox_Pipeline_Final/rt-2335/tests/logs/log_derecho/run_control_p8_rrtmgp_intel.log +* TEST control_p8_mynn_intel: FAILED: RUN DID NOT COMPLETE +-- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/sandbox/Land_DA_Sandbox_Pipeline_Final/rt-2335/tests/logs/log_derecho/run_control_p8_mynn_intel.log + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF DERECHO REGRESSION TESTING LOG==== +====START OF DERECHO REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +a3771eaecd5c6e2e72e9ca1b474e4693c7705ba9 + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 3581423f397e2eb0c1f0cd7f6b728593511278a9 FV3 (heads/develop) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240624 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_5262 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: nral0032 +* (-l) - USE CONFIG FILE: rt.conf +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2swa_32bit_intel' [23:18, 22:52] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:10, 05:46](3205 MB) + +PASS -- COMPILE 's2swa_faster_intel' [27:40, 27:12] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [12:58, 06:29](3232 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [23:18, 18:03] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:25, 03:27](1868 MB) +PASS -- TEST 'regional_control_faster_intel' [06:47, 05:06](871 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [16:14, 15:46] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:00, 04:33](1923 MB) +PASS -- TEST 'control_p8_mynn_intel' [08:05, 03:32](1875 MB) + +SYNOPSIS: +Starting Date/Time: 20240718 07:21:40 +Ending Date/Time: 20240718 08:04:53 +Total Time: 00h:43m:33s +Compiles Completed: 4/4 +Tests Completed: 6/6 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index c6c815589f..a935178f3f 100644 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,7 +1,7 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -cc70b77c844682f3daeb33c8b699f162c48c2527 +a3771eaecd5c6e2e72e9ca1b474e4693c7705ba9 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,8 +11,8 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3388412e3576865197990e82187d8fc372140193 FV3 (remotes/origin/hotfix/acs-hash) - bb89a58601c3fa28549c291811e04d5db6c9b37b FV3/atmos_cubed_sphere (201912_public_release-401-gbb89a58) + 3581423f397e2eb0c1f0cd7f6b728593511278a9 FV3 (heads/develop) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -36,284 +36,284 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_112290 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_256117 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [16:11, 15:32] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:42, 06:00](3198 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:12, 20:40] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [15:09, 13:32](1924 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:59, 14:22](1944 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:14, 06:43](1077 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:03, 14:35](1896 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [21:12, 20:49] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [14:36, 13:20](1913 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:11, 08:54] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:19, 24:04](1948 MB) - -PASS -- COMPILE 's2swa_intel' [16:11, 15:17] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [08:36, 06:43](3229 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:40, 06:45](3225 MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:11, 04:02](3157 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:37, 06:46](3246 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:11, 04:03](3181 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [07:38, 05:45](3462 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:28, 06:34](3222 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:38, 05:43](3170 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:45, 06:41](3225 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [12:29, 10:07](3447 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:12, 07:00](3610 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:44, 12:22](4208 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:31, 08:48](4360 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:36, 06:30](3207 MB) - -PASS -- COMPILE 's2sw_intel' [14:11, 13:52] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:09, 04:28](1935 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:14, 04:42](1994 MB) - -PASS -- COMPILE 's2swa_debug_intel' [09:11, 09:08] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:17, 08:36](3279 MB) - -PASS -- COMPILE 's2sw_debug_intel' [09:11, 08:28] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:06, 05:45](1958 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:11, 12:58] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:11, 04:35](1998 MB) - -PASS -- COMPILE 's2s_intel' [14:11, 13:45] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [07:55, 06:31](2927 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:00, 01:57](2934 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:49, 01:07](2330 MB) - -PASS -- COMPILE 's2swa_faster_intel' [22:12, 21:45] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:04, 06:26](3227 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:12, 20:38] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:11, 14:44](1935 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:06, 07:15](1095 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:11, 16:52](1908 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:11, 08:57] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:06, 26:58](1957 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:11, 12:14] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:26, 03:33](666 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:46, 02:45](1570 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:45, 02:46](1569 MB) -PASS -- TEST 'control_latlon_intel' [03:38, 02:42](1573 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:47, 02:46](1567 MB) -PASS -- TEST 'control_c48_intel' [07:55, 06:36](1600 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:03, 05:41](719 MB) -PASS -- TEST 'control_c192_intel' [10:39, 09:38](1682 MB) -PASS -- TEST 'control_c384_intel' [18:59, 17:49](1978 MB) -PASS -- TEST 'control_c384gdas_intel' [15:52, 14:05](1184 MB) -PASS -- TEST 'control_stochy_intel' [03:11, 01:46](624 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:26, 01:02](426 MB) -PASS -- TEST 'control_lndp_intel' [03:10, 01:38](623 MB) -PASS -- TEST 'control_iovr4_intel' [03:28, 02:23](620 MB) -PASS -- TEST 'control_iovr5_intel' [03:28, 02:25](620 MB) -PASS -- TEST 'control_p8_intel' [04:04, 02:59](1861 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:13, 03:02](1859 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:04, 02:55](1867 MB) -PASS -- TEST 'control_restart_p8_intel' [02:50, 01:39](1014 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:46, 02:54](1858 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:53, 01:39](1015 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:50, 02:59](1860 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:49, 02:39](1945 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:40, 04:59](1859 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:03, 03:44](1919 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:07, 02:57](1867 MB) -PASS -- TEST 'merra2_thompson_intel' [05:04, 03:15](1866 MB) -PASS -- TEST 'regional_control_intel' [05:43, 04:45](867 MB) -PASS -- TEST 'regional_restart_intel' [04:06, 02:38](859 MB) -PASS -- TEST 'regional_decomp_intel' [05:42, 04:57](859 MB) -PASS -- TEST 'regional_2threads_intel' [03:44, 03:00](997 MB) -PASS -- TEST 'regional_noquilt_intel' [05:45, 04:39](1182 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:42, 04:43](856 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:35, 04:46](860 MB) -PASS -- TEST 'regional_wofs_intel' [07:35, 06:16](1587 MB) - -PASS -- COMPILE 'rrfs_intel' [11:11, 10:51] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:08, 06:31](1009 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:03, 04:00](1188 MB) -PASS -- TEST 'rap_decomp_intel' [08:08, 06:52](1009 MB) -PASS -- TEST 'rap_2threads_intel' [06:49, 05:55](1094 MB) -PASS -- TEST 'rap_restart_intel' [04:47, 03:26](879 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:11, 06:27](1007 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:11, 06:49](1007 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [05:47, 04:56](879 MB) -PASS -- TEST 'hrrr_control_intel' [04:47, 03:33](1002 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:47, 03:37](1006 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [03:53, 03:03](1080 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:31, 01:54](836 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:12, 06:27](1002 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:38, 07:55](1966 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:38, 07:32](1951 MB) - -PASS -- COMPILE 'csawmg_intel' [11:11, 10:19] -PASS -- TEST 'control_csawmg_intel' [07:50, 06:27](965 MB) -PASS -- TEST 'control_ras_intel' [04:29, 03:12](657 MB) - -PASS -- COMPILE 'wam_intel' [11:11, 10:19] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [11:58, 11:04](1661 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [18:11, 17:57] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:53, 02:49](1859 MB) -PASS -- TEST 'regional_control_faster_intel' [06:38, 04:34](857 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [10:11, 09:50] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:46, 02:42](1586 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:47, 02:39](1587 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:28, 03:01](796 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:26, 02:46](794 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:10, 04:13](1104 MB) -PASS -- TEST 'control_ras_debug_intel' [03:24, 02:49](802 MB) -PASS -- TEST 'control_diag_debug_intel' [03:34, 02:47](1654 MB) -PASS -- TEST 'control_debug_p8_intel' [03:33, 02:57](1886 MB) -PASS -- TEST 'regional_debug_intel' [17:32, 16:19](896 MB) -PASS -- TEST 'rap_control_debug_intel' [05:26, 04:56](1179 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:26, 04:46](1173 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:26, 04:59](1179 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:25, 04:54](1178 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:27, 04:50](1180 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:32, 05:11](1261 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:26, 05:00](1180 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:25, 04:57](1181 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:26, 05:00](1181 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:27, 05:19](1179 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:25, 05:08](1177 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:26, 05:27](1178 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:26, 08:21](1177 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:26, 05:18](1172 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:28, 06:15](1184 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:25, 05:20](1180 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:46, 08:49](1182 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:10, 06:56] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:39, 13:14](1684 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 10:29] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:03, 03:49](1044 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:46, 05:28](883 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:46, 03:01](881 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:44, 05:09](941 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:42, 02:42](932 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:42, 03:19](881 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:43, 04:12](782 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:29, 01:41](764 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:11, 15:00] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:03, 01:58](1096 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:46, 01:06](1076 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:49, 01:16](979 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 10:40] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:48, 04:04](912 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:11, 07:38] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:29, 04:51](1062 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:28, 04:42](1061 MB) -PASS -- TEST 'conus13km_debug_intel' [15:00, 13:52](1141 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:58, 14:09](820 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:51, 08:13](1130 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:54, 14:09](1213 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:11, 07:26] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:25, 04:56](1079 MB) - -PASS -- COMPILE 'hafsw_intel' [14:15, 13:35] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:17, 05:18](713 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:55, 04:28](1053 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:25, 07:33](754 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:10, 11:28](785 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:28, 12:38](804 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:01, 05:20](480 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:21, 06:48](498 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:11, 02:54](377 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:14, 07:59](447 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:51, 03:52](511 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:58, 03:35](512 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:58, 04:45](576 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:13, 01:42](403 MB) -PASS -- TEST 'gnv1_nested_intel' [07:41, 05:15](1716 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [09:11, 08:43] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:59, 13:26](593 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [22:15, 21:14] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:24, 07:40](612 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:21, 07:48](785 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:11, 15:06] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:13, 06:02](783 MB) - -PASS -- COMPILE 'hafs_all_intel' [14:17, 13:56] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:14, 06:06](736 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:10, 06:06](725 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [23:27, 20:09](892 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [12:11, 11:26] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:23, 02:41](746 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:23, 01:37](736 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:22, 02:27](640 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:23, 02:27](638 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:22, 02:28](636 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:23, 02:36](760 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:22, 02:35](761 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:22, 02:27](636 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:59, 06:02](692 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:58, 06:00](671 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:21, 02:35](761 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:23, 04:40](2015 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:23, 04:41](2014 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [07:11, 06:13] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:23, 05:27](741 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [12:11, 11:24] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:22, 02:35](760 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 02:24] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:44, 01:27](309 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:39, 01:11](454 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:38, 00:55](454 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:11, 12:54] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:06, 03:39](1925 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:15, 12:21] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:17, 03:33](1912 MB) - -PASS -- COMPILE 'atml_intel' [15:11, 14:09] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:10, 06:09](1893 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [08:12, 06:25](1893 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:40, 03:24](1045 MB) - -PASS -- COMPILE 'atml_debug_intel' [10:11, 09:19] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:05, 06:38](1925 MB) - -PASS -- COMPILE 'atmw_intel' [14:17, 13:19] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:50, 01:58](1898 MB) - -PASS -- COMPILE 'atmaero_intel' [12:11, 11:36] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:55, 05:02](3120 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:54, 05:35](3005 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:50, 05:46](3016 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [09:11, 08:23] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [20:14, 18:15](4485 MB) +PASS -- COMPILE 's2swa_32bit_intel' [42:16, 41:09] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:57, 07:24](3196 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [43:17, 42:13] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [17:18, 13:47](1925 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:26, 15:07](1943 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [13:06, 07:28](1078 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:37, 15:37](1896 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [43:17, 42:13] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [16:53, 13:27](1913 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [38:14, 38:09] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [30:25, 24:40](1949 MB) + +PASS -- COMPILE 's2swa_intel' [41:15, 40:51] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [15:57, 08:23](3228 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:58, 08:22](3225 MB) +PASS -- TEST 'cpld_restart_p8_intel' [10:18, 05:40](3157 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [15:57, 08:13](3245 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [10:18, 05:46](3181 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [14:54, 06:54](3461 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [15:17, 07:57](3221 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [14:57, 07:18](3168 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:58, 08:09](3226 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [17:51, 10:33](3446 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [14:21, 08:22](3608 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [23:19, 13:16](4207 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [19:46, 09:25](4357 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [15:37, 08:18](3207 MB) + +PASS -- COMPILE 's2sw_intel' [41:15, 40:17] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [11:26, 05:02](1938 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [13:17, 05:23](1995 MB) + +PASS -- COMPILE 's2swa_debug_intel' [38:12, 38:09] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [17:23, 10:34](3279 MB) + +PASS -- COMPILE 's2sw_debug_intel' [36:16, 35:46] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:34, 06:02](1957 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [38:14, 37:38] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:17, 05:14](1998 MB) + +PASS -- COMPILE 's2s_intel' [37:16, 36:14] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [10:33, 06:35](2925 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [07:03, 02:01](2930 MB) +PASS -- TEST 'cpld_restart_c48_intel' [05:28, 01:12](2326 MB) + +PASS -- COMPILE 's2swa_faster_intel' [44:15, 44:04] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [14:47, 08:07](3227 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [39:16, 38:21] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:04, 15:16](1935 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:55, 07:27](1108 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:34, 17:47](1909 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [32:16, 31:16] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [33:41, 27:20](1963 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [28:15, 27:55] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:50, 03:50](665 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [07:21, 03:04](1570 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:22, 03:11](1569 MB) +PASS -- TEST 'control_latlon_intel' [05:39, 03:06](1572 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:02, 03:10](1572 MB) +PASS -- TEST 'control_c48_intel' [10:46, 06:37](1600 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:26, 05:39](719 MB) +PASS -- TEST 'control_c192_intel' [12:23, 10:07](1682 MB) +PASS -- TEST 'control_c384_intel' [22:01, 18:24](1979 MB) +PASS -- TEST 'control_c384gdas_intel' [19:48, 14:20](1178 MB) +PASS -- TEST 'control_stochy_intel' [04:15, 01:57](624 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:32, 01:00](426 MB) +PASS -- TEST 'control_lndp_intel' [04:05, 01:51](622 MB) +PASS -- TEST 'control_iovr4_intel' [05:17, 02:40](620 MB) +PASS -- TEST 'control_iovr5_intel' [04:45, 02:32](619 MB) +PASS -- TEST 'control_p8_intel' [06:48, 03:21](1859 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [08:20, 03:22](1859 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [07:30, 03:21](1867 MB) +PASS -- TEST 'control_restart_p8_intel' [05:18, 01:53](1013 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:19, 03:21](1858 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:29, 01:58](1016 MB) +PASS -- TEST 'control_decomp_p8_intel' [07:10, 03:26](1858 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:08, 02:55](1950 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:42, 05:28](1860 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:42, 04:16](1919 MB) +PASS -- TEST 'control_p8_mynn_intel' [07:20, 03:28](1867 MB) +PASS -- TEST 'merra2_thompson_intel' [07:23, 03:50](1865 MB) +PASS -- TEST 'regional_control_intel' [06:50, 04:43](859 MB) +PASS -- TEST 'regional_restart_intel' [04:59, 02:39](861 MB) +PASS -- TEST 'regional_decomp_intel' [07:51, 05:11](860 MB) +PASS -- TEST 'regional_2threads_intel' [05:57, 03:05](999 MB) +PASS -- TEST 'regional_noquilt_intel' [07:00, 04:38](1181 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:10, 04:47](857 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:51, 04:46](858 MB) +PASS -- TEST 'regional_wofs_intel' [08:04, 06:05](1588 MB) + +PASS -- COMPILE 'rrfs_intel' [27:12, 26:48] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [11:17, 06:58](1009 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:43, 04:02](1187 MB) +PASS -- TEST 'rap_decomp_intel' [11:49, 07:10](1009 MB) +PASS -- TEST 'rap_2threads_intel' [11:17, 06:10](1096 MB) +PASS -- TEST 'rap_restart_intel' [07:20, 03:56](879 MB) +PASS -- TEST 'rap_sfcdiff_intel' [11:07, 07:02](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:48, 07:19](1007 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:33, 04:57](880 MB) +PASS -- TEST 'hrrr_control_intel' [08:34, 03:51](1002 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [08:34, 03:57](1005 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [08:34, 03:07](1087 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:44, 02:04](835 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:08, 06:49](1003 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:58, 08:12](1964 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:06, 07:59](1950 MB) + +PASS -- COMPILE 'csawmg_intel' [25:16, 24:57] +PASS -- TEST 'control_csawmg_intel' [09:16, 06:41](964 MB) +PASS -- TEST 'control_ras_intel' [05:43, 03:24](657 MB) + +PASS -- COMPILE 'wam_intel' [25:17, 24:20] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [14:31, 11:39](1661 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [34:14, 33:12] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [07:05, 03:16](1859 MB) +PASS -- TEST 'regional_control_faster_intel' [06:21, 04:49](857 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [27:21, 26:59] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:31, 03:16](1587 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:58, 03:02](1590 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:00, 03:13](796 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:17, 02:59](794 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:01, 04:41](1107 MB) +PASS -- TEST 'control_ras_debug_intel' [04:27, 02:56](803 MB) +PASS -- TEST 'control_diag_debug_intel' [04:59, 03:04](1659 MB) +PASS -- TEST 'control_debug_p8_intel' [05:54, 03:20](1890 MB) +PASS -- TEST 'regional_debug_intel' [18:43, 16:36](899 MB) +PASS -- TEST 'rap_control_debug_intel' [07:18, 05:18](1180 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:28, 05:12](1174 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:27, 05:08](1178 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:27, 05:06](1178 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:17, 05:12](1180 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:37, 05:14](1263 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:28, 05:10](1182 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:26, 05:15](1183 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:11, 05:06](1182 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:16, 05:05](1180 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:05, 05:00](1178 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:54, 05:09](1178 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:22, 08:01](1178 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:46, 05:01](1173 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:35, 06:03](1186 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:47, 05:02](1180 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:50, 08:50](1182 MB) + +PASS -- COMPILE 'wam_debug_intel' [22:19, 21:10] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [16:45, 13:43](1686 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [26:15, 25:12] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:59, 03:48](1047 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:21, 05:56](882 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [08:27, 03:28](880 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:21, 05:17](942 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:06, 02:43](935 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [08:25, 03:36](880 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:32, 04:12](781 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:39, 01:51](764 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [30:15, 30:05] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:52, 02:17](1096 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:32, 01:05](1076 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [05:04, 01:26](979 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [25:15, 24:56] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [09:34, 04:18](912 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [22:15, 21:23] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:31, 04:58](1058 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:30, 05:09](1057 MB) +PASS -- TEST 'conus13km_debug_intel' [18:18, 14:27](1137 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [18:18, 14:18](817 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:40, 08:21](1124 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:46, 14:17](1209 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [22:14, 21:13] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:21, 05:18](1084 MB) + +PASS -- COMPILE 'hafsw_intel' [35:16, 34:24] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:30, 05:18](703 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:55, 04:33](1056 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:18, 07:43](754 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:47, 11:44](785 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:28, 12:56](800 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:12, 05:28](477 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:03, 06:58](494 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [08:03, 02:55](376 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [14:36, 08:22](447 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:20, 03:47](512 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:41, 03:33](512 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:20, 04:47](571 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:18, 01:45](403 MB) +PASS -- TEST 'gnv1_nested_intel' [12:11, 06:27](1716 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [29:13, 28:17] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:59, 13:05](598 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [40:16, 39:20] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:13, 07:43](615 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:14, 07:47](787 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [36:16, 35:49] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:19, 06:02](784 MB) + +PASS -- COMPILE 'hafs_all_intel' [34:12, 33:43] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:03, 06:17](737 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:13, 06:20](725 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:13, 20:08](892 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [27:18, 26:13] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:13, 02:33](760 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:37, 01:36](750 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:02, 02:26](640 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:17, 02:26](640 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:23, 02:29](640 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:21, 02:33](760 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:23, 02:35](758 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:13, 02:25](638 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:05, 06:06](692 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:05, 05:49](673 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:13, 02:35](760 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:14, 04:40](2017 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:15, 04:40](2019 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [24:15, 23:25] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:39, 05:32](730 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [27:21, 26:11] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:35, 02:36](760 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [12:16, 11:59] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:49, 02:06](308 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:47, 01:42](455 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:48, 01:11](454 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [29:15, 28:50] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:49, 04:11](1925 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [26:15, 25:45] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:02, 04:17](1914 MB) + +PASS -- COMPILE 'atml_intel' [25:11, 24:27] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:03, 07:40](1893 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [10:03, 07:43](1893 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:55, 04:03](1023 MB) + +PASS -- COMPILE 'atml_debug_intel' [21:12, 20:38] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:53, 06:37](1931 MB) + +PASS -- COMPILE 'atmw_intel' [21:16, 19:34] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:09, 02:21](1898 MB) + +PASS -- COMPILE 'atmaero_intel' [19:11, 18:16] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:41, 06:09](3119 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:41, 06:37](3005 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:16, 06:43](3017 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [15:11, 15:07] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [21:06, 18:25](4445 MB) SYNOPSIS: -Starting Date/Time: 20240714 14:57:35 -Ending Date/Time: 20240714 16:17:48 -Total Time: 01h:20m:52s +Starting Date/Time: 20240716 17:46:49 +Ending Date/Time: 20240716 20:20:15 +Total Time: 02h:35m:37s Compiles Completed: 41/41 Tests Completed: 185/185 diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index b1c2bf111d..178360535f 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,7 +1,7 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -cc70b77c844682f3daeb33c8b699f162c48c2527 +49f4d2924a6e9ac32d439c07a897d5732b6f49ef Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,7 +9,7 @@ Submodule hashes used in testing: 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3388412e3576865197990e82187d8fc372140193 FV3 (remotes/origin/hotfix/acs-hash) + 3581423f397e2eb0c1f0cd7f6b728593511278a9 FV3 (heads/develop) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) @@ -25,378 +25,436 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_804793 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/role.epic/FV3_RT/rt_2335013 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [14:12, 14:02] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:20, 05:38](3323 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:13, 16:23] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:01, 17:12](1951 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:19, 18:04](2147 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:13, 08:18](1252 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:57, 19:23](1879 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:12, 16:34] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:42, 17:00](1977 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:12, 05:33] ( 1525 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:04, 22:39](1944 MB) - -PASS -- COMPILE 's2swa_intel' [14:12, 13:55] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [07:17, 05:52](3353 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:20, 06:14](3338 MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:30, 03:41](3251 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [07:17, 05:58](3346 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:29, 03:32](3303 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [07:12, 05:32](3627 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [07:12, 05:53](3329 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [06:16, 04:47](3223 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:24, 05:52](3358 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [13:45, 10:15](3530 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:56, 06:25](3638 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:17, 09:28](4299 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:13, 06:15](4384 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:16, 05:25](3336 MB) - -PASS -- COMPILE 's2sw_intel' [14:12, 13:09] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:08, 04:55](1993 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:14, 04:25](2023 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:12, 05:33] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:09, 08:30](3384 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:12, 05:28] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:01, 05:54](2024 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:12, 12:08] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:00, 04:16](2053 MB) - -PASS -- COMPILE 's2s_intel' [13:12, 12:24] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:41, 09:07](3112 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:40, 02:48](3082 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:38, 01:38](2506 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:12, 17:37] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [07:16, 06:00](3351 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:11, 15:59] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:01, 17:25](2017 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:17, 08:23](1275 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:10, 19:53](1914 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 04:59] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:57, 24:42](1980 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:12, 11:46] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:24, 03:27](697 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:44, 03:13](1600 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:51, 03:13](1617 MB) -PASS -- TEST 'control_latlon_intel' [04:41, 03:09](1592 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:49, 03:15](1600 MB) -PASS -- TEST 'control_c48_intel' [08:48, 07:41](1760 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:38, 06:27](870 MB) -PASS -- TEST 'control_c192_intel' [11:58, 10:39](1763 MB) -PASS -- TEST 'control_c384_intel' [12:59, 10:34](2025 MB) -PASS -- TEST 'control_c384gdas_intel' [11:19, 07:55](1403 MB) -PASS -- TEST 'control_stochy_intel' [02:26, 01:38](659 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:31, 01:00](509 MB) -PASS -- TEST 'control_lndp_intel' [02:24, 01:33](660 MB) -PASS -- TEST 'control_iovr4_intel' [03:37, 02:27](657 MB) -PASS -- TEST 'control_iovr5_intel' [03:37, 02:27](654 MB) -PASS -- TEST 'control_p8_intel' [04:07, 03:06](1899 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:04, 03:07](1898 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:55, 02:59](1902 MB) -PASS -- TEST 'control_restart_p8_intel' [02:50, 01:47](1129 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:48, 03:04](1901 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:51, 01:43](1163 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:44, 03:09](1894 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:52, 02:53](1988 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:49, 05:22](1896 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:59, 04:08](1963 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:56, 03:05](1915 MB) -PASS -- TEST 'merra2_thompson_intel' [04:54, 03:23](1902 MB) -PASS -- TEST 'regional_control_intel' [06:40, 05:18](1100 MB) -PASS -- TEST 'regional_restart_intel' [03:47, 03:02](1098 MB) -PASS -- TEST 'regional_decomp_intel' [06:41, 05:42](1098 MB) -PASS -- TEST 'regional_2threads_intel' [04:39, 03:27](1093 MB) -PASS -- TEST 'regional_noquilt_intel' [06:41, 05:29](1395 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:43, 05:23](1100 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:41, 05:28](1101 MB) -PASS -- TEST 'regional_wofs_intel' [07:39, 06:51](1914 MB) - -PASS -- COMPILE 'rrfs_intel' [11:11, 11:05] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:59, 07:45](1114 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:11, 04:12](1308 MB) -PASS -- TEST 'rap_decomp_intel' [09:43, 08:10](1036 MB) -PASS -- TEST 'rap_2threads_intel' [09:00, 07:17](1188 MB) -PASS -- TEST 'rap_restart_intel' [04:49, 04:06](1111 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:58, 07:43](1112 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:42, 08:13](1032 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:46, 05:51](1135 MB) -PASS -- TEST 'hrrr_control_intel' [04:43, 03:59](1049 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:43, 04:09](1040 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:43, 03:43](1113 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:34, 02:09](1008 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:59, 07:38](1100 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:29, 09:23](1995 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:31, 09:15](2067 MB) - -PASS -- COMPILE 'csawmg_intel' [11:12, 10:25] -PASS -- TEST 'control_csawmg_intel' [07:37, 06:09](1028 MB) -PASS -- TEST 'control_ras_intel' [04:23, 03:23](753 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:11, 04:14] -PASS -- TEST 'control_csawmg_gnu' [09:38, 08:19](748 MB) - -PASS -- COMPILE 'wam_intel' [11:11, 10:37] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [11:46, 11:05](1657 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [15:12, 14:38] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:02, 02:49](1894 MB) -PASS -- TEST 'regional_control_faster_intel' [05:40, 04:51](1100 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:12, 06:23] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:43, 02:45](1631 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:44, 02:39](1625 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:22, 03:07](831 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:25, 02:50](832 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:40, 04:25](1148 MB) -PASS -- TEST 'control_ras_debug_intel' [03:22, 02:54](839 MB) -PASS -- TEST 'control_diag_debug_intel' [03:52, 02:49](1685 MB) -PASS -- TEST 'control_debug_p8_intel' [03:47, 02:59](1923 MB) -PASS -- TEST 'regional_debug_intel' [18:48, 18:04](1111 MB) -PASS -- TEST 'rap_control_debug_intel' [06:31, 05:21](1222 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:39, 04:59](1224 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:34, 05:05](1219 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:30, 05:07](1217 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:30, 05:01](1220 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:45, 05:07](1303 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:28, 05:04](1220 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:26, 05:15](1215 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:26, 04:58](1216 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:27, 05:03](1217 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:25, 04:57](1216 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:24, 05:10](1218 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:24, 08:03](1216 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:25, 04:55](1219 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:25, 06:05](1212 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:24, 04:56](1219 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:45, 08:29](1222 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 04:31] -PASS -- TEST 'control_csawmg_debug_gnu' [03:33, 02:23](723 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:11, 03:52] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:49, 13:30](1677 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:12, 10:31] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:11, 03:54](1164 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:40, 06:28](1053 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:41, 03:50](989 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:33, 06:08](1099 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:32, 03:11](964 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:35, 03:42](931 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:43, 04:54](1037 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:32, 01:52](934 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:12, 13:54] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:57, 02:08](1205 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:43, 00:53](1122 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:44, 01:14](1112 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:12, 10:38] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:52, 04:12](986 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 04:01] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:29, 04:52](1104 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:25, 04:42](1098 MB) -PASS -- TEST 'conus13km_debug_intel' [15:57, 14:41](1245 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:56, 14:51](945 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:48, 08:19](1177 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:47, 14:37](1317 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 03:58] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:27, 04:58](1135 MB) - -PASS -- COMPILE 'hafsw_intel' [13:13, 12:22] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:18, 05:08](737 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:35, 06:16](1113 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:32, 07:06](833 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:27, 13:34](868 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:31, 15:19](889 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:55, 05:28](502 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:31, 06:55](520 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:47, 02:42](378 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:34, 07:24](474 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:47, 03:45](533 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:48, 03:35](537 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:58, 04:06](597 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:27, 01:13](409 MB) -PASS -- TEST 'gnv1_nested_intel' [05:39, 04:08](1748 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:11, 04:37] ( 1467 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:56, 13:00](590 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [17:13, 16:31] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:04, 08:51](675 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:07, 08:53](757 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:12, 12:28] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:04, 06:29](740 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:13, 12:02] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:23, 06:33](820 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:21, 06:30](820 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:07, 16:12](1217 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:11, 06:47] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:21, 02:45](1153 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:21, 01:39](1107 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:18, 02:35](1022 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:21, 02:40](1029 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:17, 02:39](1022 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:18, 02:38](1152 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:18, 02:41](1164 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:23, 02:56](1026 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:29, 06:17](1079 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:20, 06:15](1044 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:15, 02:42](1153 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:22, 03:45](2516 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:26, 03:47](2454 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:20] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:20, 06:12](1081 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:13, 06:52] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:19, 02:46](1153 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:11, 01:03] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:31, 00:46](263 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:25, 00:49](327 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:26, 00:31](322 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:13, 11:20] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:01, 03:44](1981 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:13, 11:21] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:06, 03:35](1967 MB) - -PASS -- COMPILE 'atml_intel' [13:12, 12:40] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:06, 04:19](1872 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:04, 04:21](1870 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:52, 02:23](1111 MB) - -PASS -- COMPILE 'atml_debug_intel' [06:12, 05:29] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:55, 05:45](1895 MB) - -PASS -- COMPILE 'atmw_intel' [12:13, 11:30] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:52, 01:53](1940 MB) - -PASS -- COMPILE 'atmaero_intel' [12:12, 11:19] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:11, 04:04](3209 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:58, 04:58](3109 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:42, 04:54](3116 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:13, 04:28] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [30:16, 27:38](4442 MB) - -PASS -- COMPILE 'atm_gnu' [05:13, 04:58] -PASS -- TEST 'control_c48_gnu' [12:44, 11:23](1534 MB) -PASS -- TEST 'control_stochy_gnu' [04:24, 03:23](498 MB) -PASS -- TEST 'control_ras_gnu' [05:23, 04:44](507 MB) -PASS -- TEST 'control_p8_gnu' [06:00, 04:44](1455 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:57, 04:40](1449 MB) -PASS -- TEST 'control_flake_gnu' [11:33, 10:14](539 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:12, 04:14] -PASS -- TEST 'rap_control_gnu' [11:39, 10:50](821 MB) -PASS -- TEST 'rap_decomp_gnu' [11:35, 11:00](852 MB) -PASS -- TEST 'rap_2threads_gnu' [10:37, 09:47](936 MB) -PASS -- TEST 'rap_restart_gnu' [06:53, 05:28](580 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [11:50, 10:47](814 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:51, 10:57](852 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:48, 08:00](580 MB) -PASS -- TEST 'hrrr_control_gnu' [06:36, 05:34](816 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [06:35, 05:35](798 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:48, 05:02](921 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:33, 05:33](855 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:33, 02:51](567 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:31, 02:49](656 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [11:46, 10:28](813 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:12, 07:43] -PASS -- TEST 'control_diag_debug_gnu' [02:49, 01:39](1273 MB) -PASS -- TEST 'regional_debug_gnu' [12:41, 11:27](747 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:25, 02:39](827 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:25, 02:30](824 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:24, 02:37](824 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:23, 02:33](832 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:48, 02:47](907 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:23, 04:03](828 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:24, 02:38](821 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:24, 02:38](821 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:21, 01:35](461 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:23, 01:44](448 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:42, 01:45](1441 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:26, 02:37](825 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:25, 02:54](823 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:39, 04:24](831 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:12, 02:39] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:12, 04:12] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:32, 09:19](722 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:43, 04:52](707 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:37, 08:27](752 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:37, 04:29](747 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:40, 05:03](703 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:42, 06:54](553 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:38, 02:36](537 MB) -PASS -- TEST 'conus13km_control_gnu' [05:18, 03:13](876 MB) -PASS -- TEST 'conus13km_2threads_gnu' [06:52, 05:58](886 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:55, 01:49](549 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:13, 10:55] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:43, 05:47](736 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 07:44] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:26, 02:34](711 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:24, 02:33](711 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:54, 06:58](892 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:50, 06:59](581 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [08:44, 07:13](892 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:43, 06:59](962 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 07:38] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:27, 02:42](735 MB) - -PASS -- COMPILE 's2swa_gnu' [17:12, 16:34] - -PASS -- COMPILE 's2s_gnu' [17:13, 16:09] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:11, 07:43](1526 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:11, 03:15] - -PASS -- COMPILE 's2sw_pdlib_gnu' [17:12, 16:29] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [25:06, 23:49](1457 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 03:09] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [15:10, 13:10](1453 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [16:11, 15:41] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:22, 02:58](685 MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:13, 13:40] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:24, 05:42](3326 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:15, 16:49] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:05, 17:28](1978 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:21, 18:11](2159 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:18, 08:19](1251 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:59, 19:18](1853 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:14, 16:38] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:43, 17:09](1976 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:13, 05:10] ( 1525 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:59, 22:49](1936 MB) + +PASS -- COMPILE 's2swa_intel' [14:13, 13:42] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:18, 06:04](3340 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [07:28, 05:55](3351 MB) +PASS -- TEST 'cpld_restart_p8_intel' [05:22, 03:33](3257 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:17, 06:08](3372 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:24, 03:39](3291 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [07:15, 05:36](3631 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [07:15, 06:01](3343 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [06:17, 05:02](3221 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:26, 06:05](3348 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [13:10, 10:20](3529 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:59, 06:33](3632 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [18:47, 09:45](4346 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:46, 06:30](4396 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:20, 05:31](3342 MB) + +PASS -- COMPILE 's2sw_intel' [14:13, 13:12] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [06:10, 04:54](1997 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:17, 04:31](2052 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:13, 05:18] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:07, 08:47](3387 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:13, 04:57] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:59, 05:58](2004 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:13, 12:06] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:02, 04:22](2057 MB) + +PASS -- COMPILE 's2s_intel' [13:13, 12:10] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:44, 09:07](3106 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:43, 02:44](3096 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:44, 01:36](2508 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:13, 17:30] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [07:18, 05:34](3359 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:12, 16:07] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:08, 17:23](2016 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:19, 08:25](1278 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:08, 19:57](1926 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 05:03] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:01, 25:20](1965 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:12, 12:06] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:25, 03:21](708 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:45, 02:53](1607 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:55, 03:00](1601 MB) +PASS -- TEST 'control_latlon_intel' [03:42, 02:54](1603 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:50, 02:56](1609 MB) +PASS -- TEST 'control_c48_intel' [08:48, 07:40](1757 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:31, 06:28](876 MB) +PASS -- TEST 'control_c192_intel' [12:05, 10:35](1765 MB) +PASS -- TEST 'control_c384_intel' [13:07, 10:24](2004 MB) +PASS -- TEST 'control_c384gdas_intel' [13:11, 08:04](1401 MB) +PASS -- TEST 'control_stochy_intel' [02:26, 01:39](656 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:28, 00:59](508 MB) +PASS -- TEST 'control_lndp_intel' [02:25, 01:32](667 MB) +PASS -- TEST 'control_iovr4_intel' [03:29, 02:29](659 MB) +PASS -- TEST 'control_iovr5_intel' [03:28, 02:29](659 MB) +PASS -- TEST 'control_p8_intel' [04:58, 03:10](1876 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:05, 03:07](1907 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:55, 02:59](1901 MB) +PASS -- TEST 'control_restart_p8_intel' [02:52, 01:53](1137 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:57, 03:01](1889 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:07, 01:51](1155 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:52, 03:14](1883 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:50, 02:58](1989 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:43, 05:24](1901 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:57, 04:08](1968 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:57, 03:09](1908 MB) +PASS -- TEST 'merra2_thompson_intel' [06:55, 03:33](1912 MB) +PASS -- TEST 'regional_control_intel' [08:40, 05:19](1101 MB) +PASS -- TEST 'regional_restart_intel' [03:40, 02:53](1096 MB) +PASS -- TEST 'regional_decomp_intel' [08:40, 05:49](1090 MB) +PASS -- TEST 'regional_2threads_intel' [06:43, 03:33](1092 MB) +PASS -- TEST 'regional_noquilt_intel' [07:43, 05:24](1397 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:46, 05:23](1093 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:39, 05:27](1104 MB) +PASS -- TEST 'regional_wofs_intel' [08:39, 06:59](1918 MB) + +PASS -- COMPILE 'rrfs_intel' [11:12, 11:03] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:43, 07:44](1113 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:13, 04:14](1301 MB) +PASS -- TEST 'rap_decomp_intel' [09:43, 08:16](1032 MB) +PASS -- TEST 'rap_2threads_intel' [08:43, 07:18](1180 MB) +PASS -- TEST 'rap_restart_intel' [05:51, 04:09](1101 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:45, 07:42](1114 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:43, 08:09](1039 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:52, 05:58](1138 MB) +PASS -- TEST 'hrrr_control_intel' [05:45, 04:01](1047 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:45, 04:08](1038 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:45, 03:39](1112 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:41, 02:10](994 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:51, 07:36](1096 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:36, 09:24](1997 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:35, 09:08](2048 MB) + +PASS -- COMPILE 'csawmg_intel' [11:12, 10:39] +PASS -- TEST 'control_csawmg_intel' [07:42, 06:08](1023 MB) +PASS -- TEST 'control_ras_intel' [04:27, 03:18](757 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:12, 04:18] +PASS -- TEST 'control_csawmg_gnu' [09:37, 08:21](745 MB) + +PASS -- COMPILE 'wam_intel' [11:12, 10:35] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [11:51, 10:48](1666 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [15:12, 14:37] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:51, 02:46](1896 MB) +PASS -- TEST 'regional_control_faster_intel' [05:42, 04:52](1106 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:11, 06:19] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:44, 02:37](1631 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:48, 02:41](1633 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:25, 03:05](831 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:23, 02:51](835 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:38, 04:25](1154 MB) +PASS -- TEST 'control_ras_debug_intel' [04:23, 02:50](845 MB) +PASS -- TEST 'control_diag_debug_intel' [04:46, 02:52](1690 MB) +PASS -- TEST 'control_debug_p8_intel' [04:42, 02:58](1926 MB) +PASS -- TEST 'regional_debug_intel' [18:41, 17:52](1118 MB) +PASS -- TEST 'rap_control_debug_intel' [06:24, 04:58](1222 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:29, 04:49](1224 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:24, 05:08](1215 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:25, 04:57](1224 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:25, 05:05](1224 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:42, 05:16](1294 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:26, 05:00](1224 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:25, 05:04](1221 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:26, 05:05](1225 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:26, 05:01](1226 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:25, 04:50](1221 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:25, 05:09](1229 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:26, 08:16](1222 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:26, 04:58](1219 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:26, 06:00](1224 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:26, 04:56](1219 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:44, 08:35](1224 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:12, 05:03] +PASS -- TEST 'control_csawmg_debug_gnu' [03:42, 02:23](733 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:12, 03:59] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:47, 13:27](1697 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:12, 10:30] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:08, 03:57](1162 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:45, 06:25](1055 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:39, 03:22](992 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:38, 06:03](1091 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:34, 03:09](962 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:36, 03:37](926 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:43, 04:52](1040 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:28, 01:52](932 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:13, 13:52] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:59, 02:07](1208 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:43, 00:57](1126 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:45, 01:14](1121 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:12, 10:45] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:42, 04:17](973 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:12, 03:56] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:24, 04:52](1095 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:24, 05:01](1101 MB) +PASS -- TEST 'conus13km_debug_intel' [15:55, 14:54](1255 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:54, 14:30](909 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:49, 08:14](1181 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:49, 14:39](1318 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:12, 03:54] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:26, 05:04](1144 MB) + +PASS -- COMPILE 'hafsw_intel' [13:12, 12:19] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:15, 05:01](739 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:34, 05:47](1111 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:29, 06:49](831 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:22, 13:38](866 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:38, 15:11](894 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:03, 05:25](506 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:24, 06:40](527 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:48, 02:40](382 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:13, 07:08](477 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:45, 03:41](536 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:50, 03:30](533 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:53, 04:03](591 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:29, 01:10](407 MB) +PASS -- TEST 'gnv1_nested_intel' [06:35, 04:13](1745 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:12, 04:29] ( 1467 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:56, 12:52](597 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [17:13, 16:29] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:03, 08:46](645 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:09, 08:55](745 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:12, 12:34] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:06, 06:38](733 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:14, 11:27] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:19, 06:41](841 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:20, 06:26](821 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:01, 16:01](1219 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:12, 06:30] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:21, 02:36](1154 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:22, 01:38](1104 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:20, 02:38](1026 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:21, 02:38](1023 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:21, 02:38](1021 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:19, 02:42](1155 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:19, 02:39](1166 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:20, 02:33](1022 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:26, 06:24](1072 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:26, 06:15](1054 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:17, 02:43](1168 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:20, 04:01](2491 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:21, 03:52](2454 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:12, 03:19] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:20, 06:15](1051 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:13, 06:36] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:20, 02:36](1172 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:15] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:34, 00:49](263 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:26, 00:49](327 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:27, 00:31](326 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:12, 11:32] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:10, 03:51](1961 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:12, 11:07] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:10, 03:39](1969 MB) + +PASS -- COMPILE 'atml_intel' [13:12, 12:33] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:06, 04:25](1872 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:05, 04:27](1833 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:50, 02:23](1102 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:11, 05:01] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:58, 05:42](1902 MB) + +PASS -- COMPILE 'atmw_intel' [11:12, 11:07] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:50, 01:57](1942 MB) + +PASS -- COMPILE 'atmaero_intel' [11:11, 11:07] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:05, 04:06](3187 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:01, 04:53](3105 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:45, 05:11](3099 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:11, 04:01] ( 884 warnings 6 remarks ) +FAILED: TEST TIMED OUT -- TEST 'regional_atmaq_debug_intel' [, ]( MB) + +PASS -- COMPILE 'atm_gnu' [06:11, 04:54] +PASS -- TEST 'control_c48_gnu' [12:41, 11:19](1535 MB) +PASS -- TEST 'control_stochy_gnu' [04:24, 03:21](500 MB) +PASS -- TEST 'control_ras_gnu' [05:23, 04:44](502 MB) +PASS -- TEST 'control_p8_gnu' [05:58, 04:50](1453 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:53, 04:39](1460 MB) +PASS -- TEST 'control_flake_gnu' [11:24, 10:08](545 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:11, 04:24] +PASS -- TEST 'rap_control_gnu' [11:36, 10:43](853 MB) +PASS -- TEST 'rap_decomp_gnu' [11:39, 11:02](818 MB) +PASS -- TEST 'rap_2threads_gnu' [10:38, 09:48](929 MB) +PASS -- TEST 'rap_restart_gnu' [07:44, 05:28](576 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [11:46, 10:49](816 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:39, 11:08](852 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:46, 08:10](582 MB) +PASS -- TEST 'hrrr_control_gnu' [06:35, 05:33](814 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [06:32, 05:50](795 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:38, 05:00](926 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [06:33, 05:36](843 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [04:30, 02:59](560 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:28, 02:49](657 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [11:47, 10:32](810 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:12, 07:46] +PASS -- TEST 'control_diag_debug_gnu' [02:47, 01:36](1275 MB) +PASS -- TEST 'regional_debug_gnu' [11:40, 10:24](733 MB) +PASS -- TEST 'rap_control_debug_gnu' [04:24, 02:40](821 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:24, 02:35](823 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:24, 02:34](828 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:23, 02:36](825 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:39, 02:49](910 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:24, 04:08](824 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:24, 02:35](828 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [04:23, 02:33](822 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:22, 01:35](494 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:22, 01:44](451 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:42, 01:48](1441 MB) +PASS -- TEST 'rap_flake_debug_gnu' [04:27, 02:37](827 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:26, 02:53](825 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:38, 04:24](831 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:11, 02:34] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 04:14] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [11:32, 09:24](711 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:33, 04:56](705 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [10:43, 08:27](752 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:44, 04:28](749 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:30, 05:04](703 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:38, 07:01](554 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:40, 02:35](535 MB) +PASS -- TEST 'conus13km_control_gnu' [04:55, 03:11](877 MB) +PASS -- TEST 'conus13km_2threads_gnu' [07:46, 06:13](882 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:50, 01:48](559 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 10:54] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:41, 05:40](727 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:12, 07:29] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:23, 02:32](721 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:25, 02:33](718 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:53, 06:55](896 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [08:49, 07:08](584 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [08:45, 07:46](895 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:43, 07:02](963 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:12, 07:38] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:26, 02:37](743 MB) + +PASS -- COMPILE 's2swa_gnu' [17:12, 16:39] + +PASS -- COMPILE 's2s_gnu' [17:12, 16:11] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:09, 07:13](1530 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:12, 03:20] + +PASS -- COMPILE 's2sw_pdlib_gnu' [16:12, 16:04] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [22:02, 20:27](1450 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 03:05] +FAILED: TEST TIMED OUT -- TEST 'cpld_debug_pdlib_p8_gnu' [, ]( MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [16:12, 15:33] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:22, 02:57](692 MB) SYNOPSIS: -Starting Date/Time: 20240714 18:57:11 -Ending Date/Time: 20240714 20:32:41 -Total Time: 01h:35m:47s +Starting Date/Time: 20240716 15:26:34 +Ending Date/Time: 20240716 17:30:47 +Total Time: 02h:04m:46s Compiles Completed: 57/57 -Tests Completed: 245/245 +Tests Completed: 243/245 +Failed Tests: +* TEST regional_atmaq_debug_intel: FAILED: TEST TIMED OUT +-- LOG: /scratch1/NCEPDEV/stmp2/role.epic/FV3_RT/rt_2335013/regional_atmaq_debug_intel/err +* TEST cpld_debug_pdlib_p8_gnu: FAILED: TEST TIMED OUT +-- LOG: /scratch1/NCEPDEV/stmp2/role.epic/FV3_RT/rt_2335013/cpld_debug_pdlib_p8_gnu/err + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF HERA REGRESSION TESTING LOG==== +====START OF HERA REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +49f4d2924a6e9ac32d439c07a897d5732b6f49ef + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 3581423f397e2eb0c1f0cd7f6b728593511278a9 FV3 (heads/develop) + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240624 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_3432358 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-l) - USE CONFIG FILE: rt.conf + +PASS -- COMPILE 'atmaq_debug_intel' [21:15, 04:10] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [21.51, 45:32](4455 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:12, 03:30] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [41:02, 16:47](1445 MB) + +SYNOPSIS: +Starting Date/Time: 20240716 20:11:10 +Ending Date/Time: 20240716 20:57:40 +Total Time: 00h:46m:36s +Compiles Completed: 2/2 +Tests Completed: 2/2 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 07e734535a..8c11ab9059 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,7 +1,7 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -452cc402e677436c64cb2139db02568551062088 +a3771eaecd5c6e2e72e9ca1b474e4693c7705ba9 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,8 +11,8 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3388412e3576865197990e82187d8fc372140193 FV3 (remotes/origin/hotfix/acs-hash) - bb89a58601c3fa28549c291811e04d5db6c9b37b FV3/atmos_cubed_sphere (201912_public_release-401-gbb89a58) + 3581423f397e2eb0c1f0cd7f6b728593511278a9 FV3 (heads/develop) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -36,374 +36,375 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_2115957 +COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_962708 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-r) - USE ROCOTO - -PASS -- COMPILE 's2swa_32bit_intel' [11:56, 11:56] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:19, 07:33](2133 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:18, 17:18] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [14:24, 13:33](2000 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:02, 13:59](2305 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [07:30, 06:32](1313 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [15:46, 14:53](1925 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:44, 17:44] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [13:27, 12:58](2000 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:46, 06:46] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [21:45, 20:52](1976 MB) - -PASS -- COMPILE 's2swa_intel' [13:06, 13:06] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [08:35, 07:49](2185 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:17, 07:33](2195 MB) -PASS -- TEST 'cpld_restart_p8_intel' [04:57, 04:22](2004 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:35, 07:49](2216 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:27, 04:27](1748 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:00, 09:15](2546 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:19, 07:36](2185 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:08, 06:26](2104 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:34, 07:49](2192 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [16:43, 15:23](2977 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [07:52, 05:56](2923 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [13:10, 08:28](3815 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [11:35, 05:16](3644 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [05:27, 04:56](2154 MB) - -PASS -- COMPILE 's2sw_intel' [12:47, 12:47] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:30, 07:01](2026 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [04:44, 04:03](2085 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:08, 07:08] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [08:02, 07:13](2220 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:34, 06:34] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:24, 04:48](2061 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [09:54, 09:54] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [04:52, 04:10](2091 MB) - -PASS -- COMPILE 's2s_intel' [09:53, 09:53] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:35, 09:07](3109 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:24, 02:54](3090 MB) -PASS -- TEST 'cpld_restart_c48_intel' [01:52, 01:27](2514 MB) - -PASS -- COMPILE 's2swa_faster_intel' [15:09, 15:08] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [08:13, 07:24](2201 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:36, 15:36] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:19, 13:44](2049 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:55, 07:01](1392 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:02, 15:20](1956 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:18, 04:18] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [22:33, 21:50](2030 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [08:34, 08:34] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [03:07, 02:55](714 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [02:55, 02:28](1606 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [02:57, 02:32](1623 MB) -PASS -- TEST 'control_latlon_intel' [02:48, 02:28](1610 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:02, 02:34](1607 MB) -PASS -- TEST 'control_c48_intel' [07:36, 07:11](1737 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:07, 05:52](862 MB) -PASS -- TEST 'control_c192_intel' [09:43, 09:02](1759 MB) -PASS -- TEST 'control_c384_intel' [10:20, 09:05](2043 MB) -PASS -- TEST 'control_c384gdas_intel' [08:23, 06:56](1513 MB) -PASS -- TEST 'control_stochy_intel' [01:44, 01:26](673 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:17, 00:53](529 MB) -PASS -- TEST 'control_lndp_intel' [01:35, 01:25](664 MB) -PASS -- TEST 'control_iovr4_intel' [02:20, 02:08](658 MB) -PASS -- TEST 'control_iovr5_intel' [02:23, 02:11](672 MB) -PASS -- TEST 'control_p8_intel' [03:19, 02:41](1905 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:34, 02:47](1909 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:29, 02:41](1906 MB) -PASS -- TEST 'control_restart_p8_intel' [02:12, 01:36](1164 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:20, 02:46](1892 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:05, 01:37](1214 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:20, 02:40](1913 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:19, 02:42](2003 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:02, 04:37](1910 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:22, 03:37](1982 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:21, 02:39](1914 MB) -PASS -- TEST 'merra2_thompson_intel' [03:39, 02:54](1913 MB) -PASS -- TEST 'regional_control_intel' [05:04, 04:46](1192 MB) -PASS -- TEST 'regional_restart_intel' [02:58, 02:41](1176 MB) -PASS -- TEST 'regional_decomp_intel' [05:20, 05:03](1194 MB) -PASS -- TEST 'regional_2threads_intel' [03:24, 03:05](1163 MB) -PASS -- TEST 'regional_noquilt_intel' [04:57, 04:36](1522 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [04:57, 04:39](1211 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [04:55, 04:40](1204 MB) -PASS -- TEST 'regional_wofs_intel' [05:55, 05:36](2085 MB) - -PASS -- COMPILE 'rrfs_intel' [07:32, 07:32] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [07:26, 06:52](1246 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:03, 03:28](1409 MB) -PASS -- TEST 'rap_decomp_intel' [07:59, 07:18](1138 MB) -PASS -- TEST 'rap_2threads_intel' [07:05, 06:27](1378 MB) -PASS -- TEST 'rap_restart_intel' [04:14, 03:40](1143 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:30, 06:53](1210 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:02, 07:20](1146 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:14, 05:28](1209 MB) -PASS -- TEST 'hrrr_control_intel' [04:07, 03:26](1089 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:12, 03:30](1037 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:57, 04:07](1112 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:08, 01:51](1032 MB) -PASS -- TEST 'rrfs_v1beta_intel' [07:45, 07:01](1230 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:02, 07:47](2004 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:44, 07:32](2214 MB) - -PASS -- COMPILE 'csawmg_intel' [07:33, 07:33] -PASS -- TEST 'control_csawmg_intel' [05:46, 05:30](1066 MB) -PASS -- TEST 'control_ras_intel' [02:58, 02:49](839 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:41, 04:41] -PASS -- TEST 'control_csawmg_gnu' [07:14, 06:56](1070 MB) - -PASS -- COMPILE 'wam_intel' [07:31, 07:30] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [10:58, 10:07](1678 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:34, 13:34] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:10, 02:32](1906 MB) -PASS -- TEST 'regional_control_faster_intel' [04:36, 04:17](1201 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:13, 05:12] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:38, 02:14](1649 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:34, 02:12](1636 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:08, 02:52](842 MB) -PASS -- TEST 'control_lndp_debug_intel' [02:30, 02:22](851 MB) -PASS -- TEST 'control_csawmg_debug_intel' [03:50, 03:36](1168 MB) -PASS -- TEST 'control_ras_debug_intel' [02:36, 02:21](855 MB) -PASS -- TEST 'control_diag_debug_intel' [02:34, 02:15](1708 MB) -PASS -- TEST 'control_debug_p8_intel' [02:48, 02:29](1939 MB) -PASS -- TEST 'regional_debug_intel' [16:11, 15:52](1146 MB) -PASS -- TEST 'rap_control_debug_intel' [04:13, 04:04](1231 MB) -PASS -- TEST 'hrrr_control_debug_intel' [04:07, 03:56](1229 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [04:09, 04:02](1240 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [04:13, 04:04](1237 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:09, 04:01](1233 MB) -PASS -- TEST 'rap_diag_debug_intel' [04:33, 04:19](1317 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:24, 04:12](1241 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:25, 04:12](1238 MB) -PASS -- TEST 'rap_lndp_debug_intel' [04:26, 04:16](1230 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:20, 04:06](1235 MB) -PASS -- TEST 'rap_noah_debug_intel' [04:16, 04:05](1226 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [04:23, 04:12](1242 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [06:51, 06:38](1236 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [04:16, 04:05](1224 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:11, 05:01](1239 MB) -PASS -- TEST 'rap_flake_debug_intel' [04:14, 04:04](1241 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:50, 06:56](1232 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:54, 04:53] -PASS -- TEST 'control_csawmg_debug_gnu' [02:10, 01:52](1056 MB) - -PASS -- COMPILE 'wam_debug_intel' [03:03, 03:03] ( 839 warnings 1 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [06:58, 06:58] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [03:56, 03:20](1270 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:03, 05:24](1169 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:40, 02:54](1040 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:37, 05:03](1295 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:42, 02:39](1040 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:58, 03:03](996 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:16, 04:25](1099 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:05, 01:37](946 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:28, 11:28] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [02:16, 01:47](1304 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:50, 01:05](1207 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:01, 01:22](1154 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:09, 08:09] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:21, 03:50](1097 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:41, 05:40] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:24, 04:13](1112 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:14, 04:02](1116 MB) -PASS -- TEST 'conus13km_debug_intel' [12:53, 12:18](1350 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [13:04, 12:33](1003 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [07:28, 07:10](1263 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:44, 12:20](1423 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:26, 03:25] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:20, 04:10](1182 MB) - -PASS -- COMPILE 'hafsw_intel' [10:18, 10:18] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:27, 05:25](884 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:29, 05:07](1269 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [06:55, 05:46](955 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:04, 14:06](995 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:13, 15:31](986 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:09, 05:56](610 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:55, 06:52](625 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:57, 03:00](435 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:54, 08:42](546 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:27, 03:55](624 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:53, 03:59](620 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:23, 04:53](681 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:35, 01:10](456 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:08, 04:08] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:43, 11:52](654 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [15:26, 15:25] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:58, 17:07](755 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [17:27, 16:23](850 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:16, 11:16] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:08, 10:21](792 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:36, 11:36] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [06:24, 05:33](942 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:05, 05:53](935 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:36, 16:51](1342 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:19, 07:19] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:21, 02:13](1153 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:34, 01:23](1110 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:16, 02:09](1021 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:26, 02:17](1016 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:12, 02:06](1014 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:25, 02:15](1129 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:23, 02:14](1138 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:20, 02:13](1021 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:02, 05:25](1162 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:42, 05:01](1151 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:15, 02:10](1150 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:17, 03:11](2443 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [03:19, 03:13](2392 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:06, 03:06] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:19, 05:14](1070 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [05:40, 05:39] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:24, 02:13](1146 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [00:57, 00:57] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:11, 00:53](339 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:03, 00:49](584 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:46, 00:30](568 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:07, 08:07] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:12, 03:28](2024 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:56, 07:56] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [03:51, 03:08](1992 MB) - -PASS -- COMPILE 'atml_intel' [09:10, 09:10] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:40, 05:34](1906 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:16, 05:33](1905 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:25, 02:59](1165 MB) - -PASS -- COMPILE 'atml_debug_intel' [04:00, 04:00] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:06, 05:06](1929 MB) - -PASS -- COMPILE 'atmw_intel' [08:57, 08:56] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:27, 01:40](1948 MB) - -PASS -- COMPILE 'atmaero_intel' [07:49, 07:49] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:32, 03:48](2017 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [04:50, 04:13](1806 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [04:51, 04:19](1822 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [02:50, 02:49] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [18:10, 16:54](4516 MB) - -PASS -- COMPILE 'atm_gnu' [04:01, 04:01] -PASS -- TEST 'control_c48_gnu' [14:36, 14:03](1567 MB) -PASS -- TEST 'control_stochy_gnu' [02:35, 02:15](732 MB) -PASS -- TEST 'control_ras_gnu' [04:03, 03:47](733 MB) -PASS -- TEST 'control_p8_gnu' [04:21, 03:37](1729 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [04:17, 03:43](1760 MB) -PASS -- TEST 'control_flake_gnu' [04:50, 04:34](808 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:04, 05:04] -PASS -- TEST 'rap_control_gnu' [08:30, 07:50](1101 MB) -PASS -- TEST 'rap_decomp_gnu' [08:43, 08:00](1085 MB) -PASS -- TEST 'rap_2threads_gnu' [08:05, 07:22](1122 MB) -PASS -- TEST 'rap_restart_gnu' [04:39, 04:05](886 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [08:30, 07:40](1096 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:21, 07:43](1088 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:31, 05:44](887 MB) -PASS -- TEST 'hrrr_control_gnu' [04:43, 04:02](1073 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [04:49, 04:04](1141 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [08:04, 07:06](1034 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [04:47, 04:00](1073 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [02:38, 02:09](880 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:40, 02:09](934 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [08:30, 07:42](1095 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:21, 08:21] -PASS -- TEST 'control_diag_debug_gnu' [01:39, 01:20](1631 MB) -PASS -- TEST 'regional_debug_gnu' [07:00, 06:40](1121 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:28, 02:10](1104 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:13, 02:01](1098 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:12, 02:00](1106 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:32, 02:06](1102 MB) -PASS -- TEST 'rap_diag_debug_gnu' [02:30, 02:13](1274 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:37, 03:25](1102 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:10, 02:01](1105 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:09, 01:59](1100 MB) -PASS -- TEST 'control_ras_debug_gnu' [01:34, 01:24](729 MB) -PASS -- TEST 'control_stochy_debug_gnu' [01:40, 01:24](729 MB) -PASS -- TEST 'control_debug_p8_gnu' [01:48, 01:28](1730 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:09, 02:01](1105 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [02:24, 02:13](1107 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:08, 03:23](1113 MB) - -PASS -- COMPILE 'wam_debug_gnu' [02:50, 02:50] -PASS -- TEST 'control_wam_debug_gnu' [05:28, 05:03](1573 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:36, 04:36] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:00, 07:22](963 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:41, 03:50](953 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:27, 06:50](998 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [07:28, 06:38](901 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:54, 03:59](949 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:12, 05:33](859 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:48, 02:16](857 MB) -PASS -- TEST 'conus13km_control_gnu' [03:17, 02:42](1268 MB) -PASS -- TEST 'conus13km_2threads_gnu' [01:50, 01:18](1179 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [01:55, 01:31](931 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:39, 10:39] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:11, 04:31](989 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:52, 07:52] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:29, 02:07](978 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:02, 01:55](970 MB) -PASS -- TEST 'conus13km_debug_gnu' [06:20, 05:51](1286 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [06:23, 05:55](961 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [03:52, 03:26](1197 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:10, 05:45](1354 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:00, 08:00] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:17, 02:08](1004 MB) - -PASS -- COMPILE 's2swa_gnu' [17:12, 17:11] - -PASS -- COMPILE 's2s_gnu' [16:17, 16:17] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [05:34, 04:43](2718 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:41, 04:41] - -PASS -- COMPILE 's2sw_pdlib_gnu' [16:04, 16:04] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [26:45, 25:50](3049 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:23, 04:23] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:42, 11:57](3039 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [14:19, 14:19] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [02:23, 02:15](768 MB) +* (-l) - USE CONFIG FILE: rt.conf +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2swa_32bit_intel' [13:12, 12:19] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [18:03, 08:44](2134 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:12, 16:15] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [20:55, 14:05](2003 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:18, 15:15](2286 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:22, 07:32](1336 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:33, 15:34](1914 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [19:16, 18:31] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [20:27, 13:52](1996 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:14, 05:49] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:24, 21:03](1975 MB) + +PASS -- COMPILE 's2swa_intel' [11:22, 10:46] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [09:58, 07:53](2197 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:17, 08:11](2185 MB) +PASS -- TEST 'cpld_restart_p8_intel' [11:44, 05:38](1977 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:57, 07:48](2211 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [11:44, 05:20](1744 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [12:44, 10:27](2558 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:57, 07:33](2192 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:52, 06:35](2083 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:52, 07:39](2196 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [25:14, 17:37](2976 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [14:37, 07:37](2936 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [23:09, 10:13](3796 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [21:09, 06:49](3643 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:12, 04:54](2156 MB) + +PASS -- COMPILE 's2sw_intel' [12:12, 11:20] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [15:10, 07:54](2027 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:29, 04:36](2081 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:12, 06:54] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [09:48, 08:04](2218 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:11, 06:45] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:26, 06:06](2051 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [10:15, 09:12] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:54, 04:17](2085 MB) + +PASS -- COMPILE 's2s_intel' [09:13, 09:12] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:57, 07:02](3106 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:48, 02:05](3085 MB) +PASS -- TEST 'cpld_restart_c48_intel' [09:36, 02:05](2513 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:21, 17:44] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [14:23, 08:32](2194 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:14, 15:39] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:53, 14:23](2051 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [15:10, 07:57](1364 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:35, 16:27](1960 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:12, 04:48] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:09, 22:45](2021 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [10:16, 09:58] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [07:36, 02:50](707 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [09:51, 02:25](1608 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [09:28, 02:33](1636 MB) +PASS -- TEST 'control_latlon_intel' [06:21, 02:29](1606 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:11, 02:28](1610 MB) +PASS -- TEST 'control_c48_intel' [08:58, 07:19](1739 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:39, 05:47](862 MB) +PASS -- TEST 'control_c192_intel' [11:01, 08:56](1759 MB) +PASS -- TEST 'control_c384_intel' [13:28, 09:37](2038 MB) +PASS -- TEST 'control_c384gdas_intel' [14:27, 07:28](1526 MB) +PASS -- TEST 'control_stochy_intel' [06:07, 01:39](671 MB) +PASS -- TEST 'control_stochy_restart_intel' [06:46, 00:51](540 MB) +PASS -- TEST 'control_lndp_intel' [07:21, 01:38](675 MB) +PASS -- TEST 'control_iovr4_intel' [06:59, 02:04](667 MB) +PASS -- TEST 'control_iovr5_intel' [06:58, 02:09](659 MB) +PASS -- TEST 'control_p8_intel' [10:58, 04:01](1913 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [12:24, 03:35](1907 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [10:58, 03:37](1908 MB) +PASS -- TEST 'control_restart_p8_intel' [08:12, 02:42](1163 MB) +PASS -- TEST 'control_noqr_p8_intel' [11:49, 03:34](1894 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [07:17, 02:10](1222 MB) +PASS -- TEST 'control_decomp_p8_intel' [11:29, 03:43](1896 MB) +PASS -- TEST 'control_2threads_p8_intel' [11:35, 03:31](1999 MB) +PASS -- TEST 'control_p8_lndp_intel' [13:14, 05:24](1915 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [12:56, 04:38](1981 MB) +PASS -- TEST 'control_p8_mynn_intel' [12:46, 03:30](1913 MB) +PASS -- TEST 'merra2_thompson_intel' [12:42, 03:59](1913 MB) +PASS -- TEST 'regional_control_intel' [12:30, 05:37](1203 MB) +PASS -- TEST 'regional_restart_intel' [06:56, 03:29](1180 MB) +PASS -- TEST 'regional_decomp_intel' [12:54, 06:00](1201 MB) +PASS -- TEST 'regional_2threads_intel' [07:56, 04:26](1157 MB) +PASS -- TEST 'regional_noquilt_intel' [11:50, 06:02](1519 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [11:53, 05:34](1202 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [11:00, 05:43](1205 MB) +PASS -- TEST 'regional_wofs_intel' [10:55, 05:42](2077 MB) + +PASS -- COMPILE 'rrfs_intel' [08:21, 08:17] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [14:00, 06:59](1234 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:26, 03:45](1416 MB) +PASS -- TEST 'rap_decomp_intel' [16:27, 07:22](1150 MB) +PASS -- TEST 'rap_2threads_intel' [14:00, 06:32](1375 MB) +PASS -- TEST 'rap_restart_intel' [09:31, 03:40](1161 MB) +PASS -- TEST 'rap_sfcdiff_intel' [16:24, 06:57](1206 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [14:31, 07:27](1158 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [11:31, 05:19](1214 MB) +PASS -- TEST 'hrrr_control_intel' [11:20, 03:34](1072 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [10:59, 03:31](1041 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [10:45, 03:08](1127 MB) +PASS -- TEST 'hrrr_control_restart_intel' [08:41, 01:55](1026 MB) +PASS -- TEST 'rrfs_v1beta_intel' [13:34, 07:09](1196 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [13:21, 07:48](2006 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:23, 07:29](2193 MB) + +PASS -- COMPILE 'csawmg_intel' [08:15, 07:26] +PASS -- TEST 'control_csawmg_intel' [13:05, 06:42](1056 MB) +PASS -- TEST 'control_ras_intel' [09:44, 02:54](821 MB) + +PASS -- COMPILE 'csawmg_gnu' [06:18, 04:43] +PASS -- TEST 'control_csawmg_gnu' [16:00, 07:39](1075 MB) + +PASS -- COMPILE 'wam_intel' [09:14, 07:23] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [15:04, 09:47](1672 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [15:12, 13:32] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [09:09, 03:16](1908 MB) +PASS -- TEST 'regional_control_faster_intel' [10:06, 05:04](1204 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:16, 05:16] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [07:25, 02:20](1637 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [07:04, 02:11](1635 MB) +PASS -- TEST 'control_stochy_debug_intel' [06:32, 02:45](839 MB) +PASS -- TEST 'control_lndp_debug_intel' [06:38, 02:18](845 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:46, 04:26](1162 MB) +PASS -- TEST 'control_ras_debug_intel' [05:27, 02:20](859 MB) +PASS -- TEST 'control_diag_debug_intel' [06:51, 02:19](1700 MB) +PASS -- TEST 'control_debug_p8_intel' [06:56, 03:13](1938 MB) +PASS -- TEST 'regional_debug_intel' [17:52, 15:43](1163 MB) +PASS -- TEST 'rap_control_debug_intel' [05:34, 04:08](1229 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:45, 03:56](1223 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:47, 04:01](1235 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:37, 04:01](1230 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:24, 04:03](1239 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:49, 04:27](1313 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:45, 04:09](1235 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:24, 04:09](1249 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:26, 04:03](1242 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:31, 04:07](1231 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:32, 03:56](1236 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:31, 04:11](1238 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:32, 06:38](1220 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:36, 03:58](1230 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:26, 04:52](1231 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:29, 04:07](1235 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:25, 07:02](1231 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:28, 04:45] +PASS -- TEST 'control_csawmg_debug_gnu' [06:00, 03:35](1060 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:15, 03:18] ( 839 warnings 1 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:30, 07:32] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:03, 03:33](1272 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:03, 05:21](1177 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:11, 02:51](1014 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:27, 05:03](1290 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:58, 03:19](1045 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:16, 03:05](997 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:28, 04:07](1117 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:46, 01:32](971 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:15, 12:22] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:12, 01:43](1298 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:03, 00:51](1208 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [05:46, 01:02](1155 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:13, 07:42] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:24, 03:44](1080 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:23, 03:20] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:40, 04:09](1103 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:59, 04:04](1110 MB) +PASS -- TEST 'conus13km_debug_intel' [13:59, 12:13](1374 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [14:43, 12:24](1003 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [08:41, 07:06](1262 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:05, 12:04](1419 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:37, 02:55] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:39, 04:16](1165 MB) + +PASS -- COMPILE 'hafsw_intel' [11:16, 09:48] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:30, 05:15](874 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:35, 05:05](1271 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:58, 06:38](927 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [18:16, 14:39](999 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:30, 15:36](1160 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:32, 05:31](606 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:07, 07:12](620 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [06:00, 02:37](440 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:29, 07:45](546 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:45, 03:55](617 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:53, 03:43](622 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:37, 05:02](679 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:05, 01:05](459 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [08:23, 04:12] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:40, 11:44](646 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [20:12, 15:46] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [19:45, 17:04](724 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [20:26, 16:35](854 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:15, 10:18] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:34, 10:19](831 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:17, 10:43] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:48, 05:42](943 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:32, 05:42](935 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:07, 16:30](1339 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:15, 07:22] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:35, 02:17](1151 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:27, 01:21](1107 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:27, 02:09](1006 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:21, 02:10](1010 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:29, 02:11](1015 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:22, 02:16](1151 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:26, 02:24](1141 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:26, 02:21](1013 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:02, 05:06](1162 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:29, 04:52](1154 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:27, 02:24](1167 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:26, 03:27](2329 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:49, 03:38](2384 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [03:26, 02:50] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:35, 05:15](1067 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:20, 06:46] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:28, 02:28](1152 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:15, 00:51] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:58, 00:51](340 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:53, 00:50](582 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:55, 00:33](569 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [10:19, 08:07] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:22, 04:35](2023 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [09:16, 07:14] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:03, 04:15](1985 MB) + +PASS -- COMPILE 'atml_intel' [14:14, 09:25] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:07, 06:42](1907 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [10:23, 06:59](1902 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:59, 03:25](1148 MB) + +PASS -- COMPILE 'atml_debug_intel' [08:14, 04:22] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:15, 06:18](1933 MB) + +PASS -- COMPILE 'atmw_intel' [12:14, 09:30] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:50, 02:57](1944 MB) + +PASS -- COMPILE 'atmaero_intel' [11:13, 08:42] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:38, 04:52](2033 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:48, 04:40](1807 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:17, 04:37](1828 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:17, 03:36] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [23:15, 17:38](4635 MB) + +PASS -- COMPILE 'atm_gnu' [12:24, 07:43] +PASS -- TEST 'control_c48_gnu' [12:48, 10:00](1575 MB) +PASS -- TEST 'control_stochy_gnu' [05:02, 03:09](733 MB) +PASS -- TEST 'control_ras_gnu' [05:35, 04:35](737 MB) +PASS -- TEST 'control_p8_gnu' [07:33, 05:17](1730 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [06:16, 04:56](1760 MB) +PASS -- TEST 'control_flake_gnu' [08:17, 05:20](812 MB) + +PASS -- COMPILE 'rrfs_gnu' [10:11, 07:14] +PASS -- TEST 'rap_control_gnu' [10:03, 08:05](1084 MB) +PASS -- TEST 'rap_decomp_gnu' [10:00, 08:16](1085 MB) +PASS -- TEST 'rap_2threads_gnu' [10:10, 07:36](1148 MB) +PASS -- TEST 'rap_restart_gnu' [05:36, 03:55](886 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [11:59, 08:51](1085 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [10:29, 08:24](1089 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:22, 05:45](885 MB) +PASS -- TEST 'hrrr_control_gnu' [07:30, 05:18](1074 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [07:29, 05:15](1136 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:43, 04:14](1046 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:33, 04:17](1074 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:33, 02:22](881 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:47, 02:02](937 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [11:02, 08:10](1098 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [15:13, 12:10] +PASS -- TEST 'control_diag_debug_gnu' [02:59, 01:30](1631 MB) +PASS -- TEST 'regional_debug_gnu' [07:55, 06:55](1116 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:31, 02:25](1102 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:30, 02:07](1093 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:57, 02:26](1103 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:34, 02:29](1101 MB) +PASS -- TEST 'rap_diag_debug_gnu' [02:53, 02:03](1281 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:30, 03:43](1104 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:48, 01:59](1106 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [04:33, 04:17](1097 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:37, 01:15](728 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:23, 02:43](730 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:45, 01:23](1726 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:33, 01:59](1102 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:26, 02:08](1109 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:58, 03:16](1107 MB) + +PASS -- COMPILE 'wam_debug_gnu' [07:13, 05:32] +PASS -- TEST 'control_wam_debug_gnu' [07:48, 05:39](1575 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [08:12, 07:11] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:48, 07:14](963 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:15, 04:37](952 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:39, 06:45](971 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:56, 03:28](895 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:52, 03:50](966 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:46, 05:31](859 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:35, 02:05](858 MB) +PASS -- TEST 'conus13km_control_gnu' [04:39, 03:07](1269 MB) +PASS -- TEST 'conus13km_2threads_gnu' [02:12, 01:04](1174 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:50, 01:27](931 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [16:11, 15:24] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:01, 04:21](990 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [16:17, 11:59] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:42, 01:58](981 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:47, 02:27](973 MB) +PASS -- TEST 'conus13km_debug_gnu' [08:04, 06:10](1286 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:36, 05:51](962 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [05:00, 03:58](1198 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:41, 05:45](1360 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [14:18, 12:38] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:08, 02:47](1004 MB) + +PASS -- COMPILE 's2swa_gnu' [21:16, 20:20] + +PASS -- COMPILE 's2s_gnu' [18:20, 17:35] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:57, 05:37](3092 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [13:12, 11:39] + +PASS -- COMPILE 's2sw_pdlib_gnu' [22:13, 19:55] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [27:33, 26:05](3052 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [12:14, 09:20] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [15:20, 13:10](2914 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [20:11, 18:00] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:51, 03:01](766 MB) SYNOPSIS: -Starting Date/Time: 20240712 12:36:12 -Ending Date/Time: 20240712 16:41:27 -Total Time: 04h:06m:24s +Starting Date/Time: 20240717 08:37:30 +Ending Date/Time: 20240717 10:30:01 +Total Time: 01h:53m:28s Compiles Completed: 57/57 Tests Completed: 244/244 diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index b97bfcfab6..f915017cff 100644 --- a/tests/logs/RegressionTests_jet.log +++ b/tests/logs/RegressionTests_jet.log @@ -1,7 +1,7 @@ ====START OF JET REGRESSION TESTING LOG==== UFSWM hash used in testing: -cc70b77c844682f3daeb33c8b699f162c48c2527 +a3771eaecd5c6e2e72e9ca1b474e4693c7705ba9 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,8 +11,8 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3388412e3576865197990e82187d8fc372140193 FV3 (remotes/origin/hotfix/acs-hash) - bb89a58601c3fa28549c291811e04d5db6c9b37b FV3/atmos_cubed_sphere (201912_public_release-401-gbb89a58) + 3581423f397e2eb0c1f0cd7f6b728593511278a9 FV3 (heads/develop) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -36,253 +36,253 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_2214458 +COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_2732353 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [41:14, 40:55] ( 1 warnings 1383 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [22:54, 07:56](2016 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [49:16, 49:00] ( 1 warnings 1427 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [35:20, 21:52](1896 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:25, 23:08](2009 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:49, 11:17](1125 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [37:51, 24:58](1849 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [54:16, 53:13] ( 1 warnings 1424 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [29:53, 21:27](1884 MB) - -PASS -- COMPILE 's2swa_intel' [41:14, 40:55] ( 1381 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [15:31, 08:17](2044 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [26:54, 08:22](2056 MB) -PASS -- TEST 'cpld_restart_p8_intel' [10:43, 05:07](1719 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [24:36, 08:14](2065 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:59, 04:59](1740 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:50, 08:15](2310 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [23:30, 08:24](2035 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [14:29, 07:25](2007 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [19:04, 08:15](2049 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [26:36, 07:49](2036 MB) - -PASS -- COMPILE 's2sw_intel' [39:14, 38:13] ( 1279 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:42, 06:46](1910 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:58, 06:56](1956 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:11, 05:47] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [28:50, 11:29](2073 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:10, 05:26] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [23:30, 08:03](1933 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [35:14, 34:51] ( 1011 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:59, 06:18](1966 MB) - -PASS -- COMPILE 's2s_intel' [36:14, 35:09] ( 1016 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [14:10, 12:36](3072 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:11, 04:01](3054 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:00, 02:24](2484 MB) - -PASS -- COMPILE 's2swa_faster_intel' [36:19, 34:03] ( 1609 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:03, 07:35](2061 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [58:15, 47:59] ( 1339 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [24:47, 21:55](1917 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [14:55, 12:38](1138 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [28:02, 25:31](1887 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [13:11, 05:31] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:31, 32:51](1937 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [38:13, 37:39] ( 1 warnings 1148 remarks ) -PASS -- TEST 'control_flake_intel' [06:11, 04:42](654 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [06:59, 04:02](1553 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [08:03, 04:19](1563 MB) -PASS -- TEST 'control_latlon_intel' [06:54, 03:58](1548 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:03, 04:10](1545 MB) -PASS -- TEST 'control_c48_intel' [13:34, 12:00](1725 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [12:21, 10:16](850 MB) -PASS -- TEST 'control_c192_intel' [18:10, 14:22](1679 MB) -PASS -- TEST 'control_c384_intel' [22:38, 17:55](1817 MB) -PASS -- TEST 'control_c384gdas_intel' [19:38, 13:28](1021 MB) -PASS -- TEST 'control_stochy_intel' [03:46, 03:02](604 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:32, 01:24](440 MB) -PASS -- TEST 'control_lndp_intel' [03:46, 02:49](604 MB) -PASS -- TEST 'control_iovr4_intel' [04:51, 04:02](608 MB) -PASS -- TEST 'control_iovr5_intel' [04:53, 04:03](601 MB) -PASS -- TEST 'control_p8_intel' [08:45, 04:44](1830 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [08:32, 04:56](1847 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [08:43, 04:44](1846 MB) -PASS -- TEST 'control_restart_p8_intel' [04:17, 02:53](1059 MB) -PASS -- TEST 'control_noqr_p8_intel' [08:53, 04:44](1843 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:25, 02:59](1074 MB) -PASS -- TEST 'control_decomp_p8_intel' [08:30, 04:56](1834 MB) -PASS -- TEST 'control_2threads_p8_intel' [08:31, 04:41](1941 MB) -PASS -- TEST 'control_p8_lndp_intel' [11:04, 07:55](1850 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [10:10, 06:01](1916 MB) -PASS -- TEST 'control_p8_mynn_intel' [08:37, 04:51](1854 MB) -PASS -- TEST 'merra2_thompson_intel' [08:55, 05:07](1849 MB) -PASS -- TEST 'regional_control_intel' [10:42, 08:31](1017 MB) -PASS -- TEST 'regional_restart_intel' [05:48, 04:24](1015 MB) -PASS -- TEST 'regional_decomp_intel' [10:38, 08:53](1013 MB) -PASS -- TEST 'regional_2threads_intel' [08:42, 06:09](1004 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [11:19, 08:40](1009 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [10:38, 08:13](1014 MB) - -PASS -- COMPILE 'rrfs_intel' [35:15, 34:55] ( 3 warnings 1115 remarks ) -PASS -- TEST 'rap_control_intel' [12:11, 10:08](986 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:18, 05:46](1215 MB) -PASS -- TEST 'rap_decomp_intel' [12:12, 10:48](983 MB) -PASS -- TEST 'rap_2threads_intel' [12:02, 09:40](1093 MB) -PASS -- TEST 'rap_restart_intel' [07:37, 05:17](996 MB) -PASS -- TEST 'rap_sfcdiff_intel' [12:19, 10:01](993 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:06, 10:52](987 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:33, 07:36](1000 MB) -PASS -- TEST 'hrrr_control_intel' [07:10, 05:12](988 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:03, 05:27](984 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:06, 04:52](1057 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:35, 02:50](919 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:40, 10:03](990 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [13:27, 12:18](1944 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:31, 12:15](1926 MB) - -PASS -- COMPILE 'csawmg_intel' [33:15, 32:23] ( 1095 remarks ) -PASS -- TEST 'control_csawmg_intel' [10:42, 09:00](962 MB) -PASS -- TEST 'control_ras_intel' [05:26, 04:27](667 MB) - -PASS -- COMPILE 'wam_intel' [33:15, 32:18] ( 995 remarks ) -PASS -- TEST 'control_wam_intel' [16:04, 14:54](1620 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [53:16, 52:19] ( 1297 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:32, 04:21](1818 MB) -PASS -- TEST 'regional_control_faster_intel' [08:47, 07:24](1013 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:12, 07:15] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:08, 03:23](1576 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:10, 03:27](1553 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:32, 03:51](775 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:32, 03:28](775 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:01, 06:02](1097 MB) -PASS -- TEST 'control_ras_debug_intel' [04:32, 03:31](788 MB) -PASS -- TEST 'control_diag_debug_intel' [05:08, 03:30](1638 MB) -PASS -- TEST 'control_debug_p8_intel' [06:15, 04:21](1835 MB) -PASS -- TEST 'regional_debug_intel' [25:05, 23:30](1046 MB) -PASS -- TEST 'rap_control_debug_intel' [07:34, 06:16](1169 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:35, 06:13](1156 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:35, 06:19](1165 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:34, 06:19](1168 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:34, 06:21](1164 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:46, 06:35](1251 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:30, 06:30](1136 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:23, 06:18](1169 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:31, 06:17](1172 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:27, 06:11](1161 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:27, 06:08](1161 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:29, 06:10](1171 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:29, 10:10](1162 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:25, 06:05](1160 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:31, 07:30](1166 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:27, 06:09](1165 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:40, 10:43](1173 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:10, 04:44] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [18:04, 16:53](1651 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:14, 30:29] ( 3 warnings 1028 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [16:15, 05:32](1077 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:26, 09:27](905 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [15:18, 04:32](868 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [19:19, 08:04](947 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [15:18, 04:07](912 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [15:18, 04:47](861 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:09, 06:21](908 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:33, 02:26](855 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [49:17, 48:37] ( 3 warnings 1198 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:04, 02:55](1108 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:47, 01:22](1057 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:46, 01:43](1024 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [31:14, 30:54] ( 3 warnings 1048 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:06, 05:30](903 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:10, 04:50] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:31, 06:07](1049 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:31, 06:00](1045 MB) -PASS -- TEST 'conus13km_debug_intel' [20:02, 18:33](1152 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [20:02, 18:42](869 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:54, 10:53](1108 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:55, 18:33](1230 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:10, 04:18] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [14:30, 06:18](1089 MB) - -PASS -- COMPILE 'hafsw_intel' [38:16, 38:03] ( 1 warnings 1427 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:38, 07:12](708 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:41, 06:40](1084 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [16:50, 09:47](771 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [18:33, 16:39](801 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [25:57, 18:33](816 MB) -PASS -- TEST 'gnv1_nested_intel' [16:07, 07:52](1682 MB) - -PASS -- COMPILE 'hafs_all_intel' [36:17, 34:09] ( 1268 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [11:43, 09:09](770 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [12:41, 09:43](757 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:11, 07:16] ( 67 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:26, 03:58](1058 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:25, 02:13](1022 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:26, 03:34](924 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:26, 03:38](913 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:27, 03:37](928 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:27, 03:38](1062 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:26, 03:40](1055 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:27, 03:33](919 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:26, 07:57](888 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:25, 07:54](838 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:23, 03:38](1065 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:28, 05:06](2395 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:28, 05:08](2327 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:39] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:28, 08:00](1012 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:11, 08:29] ( 70 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:24, 03:50](1077 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:51] ( 60 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:36, 01:39](234 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:32, 01:21](254 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:32, 00:51](255 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [34:15, 33:58] ( 1016 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:18, 05:40](1910 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [28:14, 26:41] ( 1016 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:34, 05:29](1887 MB) - -PASS -- COMPILE 'atml_intel' [38:16, 37:20] ( 8 warnings 1186 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:45, 09:24](1863 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:49, 08:52](1855 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:46, 04:58](1071 MB) - -PASS -- COMPILE 'atml_debug_intel' [06:11, 06:00] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:43, 08:32](1886 MB) - -PASS -- COMPILE 'atmw_intel' [34:15, 33:54] ( 1260 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:29, 03:05](1860 MB) - -PASS -- COMPILE 'atmaero_intel' [33:16, 33:10] ( 1099 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:25, 06:10](1945 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:23, 06:28](1720 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:12, 06:39](1728 MB) +PASS -- COMPILE 's2swa_32bit_intel' [42:17, 40:48] ( 1 warnings 1383 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:16, 08:54](2009 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [49:18, 48:21] ( 1 warnings 1427 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [24:36, 22:10](1890 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:19, 23:46](1980 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [13:57, 11:19](1112 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [27:32, 25:39](1842 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [00:21, 48:49] ( 1 warnings 1424 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [23:11, 21:06](1891 MB) + +PASS -- COMPILE 's2swa_intel' [43:17, 41:35] ( 1381 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [11:22, 09:18](2064 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:09, 09:20](2053 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:15, 05:34](1717 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [11:26, 09:20](2077 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:12, 05:53](1739 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:21, 09:08](2310 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:35, 09:02](2038 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:58, 08:05](2001 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:46, 09:17](2057 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:35, 08:52](2035 MB) + +PASS -- COMPILE 's2sw_intel' [51:19, 39:50] ( 1279 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:33, 07:17](1906 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:13, 07:25](1958 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:12, 06:18] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [13:37, 11:26](2083 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:11, 05:46] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:26, 08:14](1934 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [35:14, 34:35] ( 1011 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:48, 07:00](1977 MB) + +PASS -- COMPILE 's2s_intel' [35:16, 34:45] ( 1016 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [14:10, 12:59](3067 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [06:08, 04:13](3056 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:10, 02:25](2489 MB) + +PASS -- COMPILE 's2swa_faster_intel' [35:27, 34:32] ( 1609 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [12:09, 08:27](2043 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [48:18, 47:14] ( 1339 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [24:40, 22:44](1924 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [22:39, 11:33](1124 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:45, 25:08](1884 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:11, 05:43] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [36:19, 33:06](1934 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [38:16, 37:35] ( 1 warnings 1148 remarks ) +PASS -- TEST 'control_flake_intel' [08:40, 04:50](654 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [31:30, 04:11](1554 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [29:32, 04:42](1554 MB) +PASS -- TEST 'control_latlon_intel' [31:25, 04:09](1555 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:24, 04:17](1555 MB) +PASS -- TEST 'control_c48_intel' [13:31, 12:05](1732 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [11:56, 10:24](850 MB) +PASS -- TEST 'control_c192_intel' [38:40, 15:13](1686 MB) +PASS -- TEST 'control_c384_intel' [28:51, 19:05](1824 MB) +PASS -- TEST 'control_c384gdas_intel' [39:57, 14:04](1026 MB) +PASS -- TEST 'control_stochy_intel' [03:40, 02:28](606 MB) +PASS -- TEST 'control_stochy_restart_intel' [26:01, 01:29](438 MB) +PASS -- TEST 'control_lndp_intel' [03:40, 02:27](610 MB) +PASS -- TEST 'control_iovr4_intel' [04:37, 03:40](580 MB) +PASS -- TEST 'control_iovr5_intel' [04:37, 03:50](600 MB) +PASS -- TEST 'control_p8_intel' [32:59, 04:52](1843 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [33:13, 04:52](1845 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [11:11, 04:55](1844 MB) +PASS -- TEST 'control_restart_p8_intel' [04:15, 02:56](1058 MB) +PASS -- TEST 'control_noqr_p8_intel' [33:08, 05:05](1836 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:10, 02:46](1079 MB) +PASS -- TEST 'control_decomp_p8_intel' [33:50, 05:06](1840 MB) +PASS -- TEST 'control_2threads_p8_intel' [15:01, 05:37](1938 MB) +PASS -- TEST 'control_p8_lndp_intel' [32:29, 08:22](1849 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [31:07, 06:14](1908 MB) +PASS -- TEST 'control_p8_mynn_intel' [30:04, 05:24](1844 MB) +PASS -- TEST 'merra2_thompson_intel' [30:22, 05:53](1847 MB) +PASS -- TEST 'regional_control_intel' [10:11, 08:44](1013 MB) +PASS -- TEST 'regional_restart_intel' [06:48, 04:56](1017 MB) +PASS -- TEST 'regional_decomp_intel' [11:12, 09:08](1016 MB) +PASS -- TEST 'regional_2threads_intel' [08:12, 06:34](1002 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [10:21, 08:26](1019 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [10:11, 08:46](1012 MB) + +PASS -- COMPILE 'rrfs_intel' [35:19, 35:01] ( 3 warnings 1115 remarks ) +PASS -- TEST 'rap_control_intel' [25:03, 10:20](990 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [20:20, 05:58](1214 MB) +PASS -- TEST 'rap_decomp_intel' [25:03, 10:54](976 MB) +PASS -- TEST 'rap_2threads_intel' [24:30, 10:00](1087 MB) +PASS -- TEST 'rap_restart_intel' [07:37, 05:36](996 MB) +PASS -- TEST 'rap_sfcdiff_intel' [25:13, 10:20](991 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [25:13, 10:57](982 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:39, 07:53](997 MB) +PASS -- TEST 'hrrr_control_intel' [20:16, 05:15](986 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [20:16, 05:32](986 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [20:16, 04:58](1059 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:33, 02:53](922 MB) +PASS -- TEST 'rrfs_v1beta_intel' [25:45, 10:14](986 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [25:40, 12:43](1948 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [24:38, 12:26](1940 MB) + +PASS -- COMPILE 'csawmg_intel' [32:19, 32:14] ( 1095 remarks ) +PASS -- TEST 'control_csawmg_intel' [25:54, 09:03](962 MB) +PASS -- TEST 'control_ras_intel' [21:35, 04:51](664 MB) + +PASS -- COMPILE 'wam_intel' [33:17, 32:14] ( 995 remarks ) +PASS -- TEST 'control_wam_intel' [15:58, 14:37](1625 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [54:21, 53:07] ( 1297 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:41, 04:10](1846 MB) +PASS -- TEST 'regional_control_faster_intel' [08:48, 07:33](1014 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [17:13, 06:29] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:49, 03:27](1574 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:51, 03:40](1570 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:23, 03:50](771 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:26, 03:26](776 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:43, 05:58](1090 MB) +PASS -- TEST 'control_ras_debug_intel' [04:26, 03:40](783 MB) +PASS -- TEST 'control_diag_debug_intel' [04:52, 03:27](1632 MB) +PASS -- TEST 'control_debug_p8_intel' [08:56, 06:53](1872 MB) +PASS -- TEST 'regional_debug_intel' [23:48, 22:46](1042 MB) +PASS -- TEST 'rap_control_debug_intel' [07:32, 06:20](1161 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:32, 06:06](1163 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:31, 06:14](1166 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:30, 06:17](1165 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:33, 06:13](1163 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:51, 06:37](1240 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:29, 06:24](1165 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:29, 06:24](1163 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:30, 06:23](1166 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:27, 06:15](1158 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:28, 06:13](1162 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:30, 06:15](1163 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:31, 10:10](1166 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:29, 06:10](1159 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:28, 07:31](1169 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:26, 06:14](1165 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:33, 10:40](1168 MB) + +PASS -- COMPILE 'wam_debug_intel' [18:13, 04:47] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [20:12, 16:55](1646 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:15, 30:24] ( 3 warnings 1028 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [10:15, 05:41](1074 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:07, 08:53](899 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [24:53, 22:42](867 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:07, 08:39](956 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:49, 04:17](916 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:10, 04:56](862 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:23, 06:43](898 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:50, 02:37](847 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [49:16, 48:22] ( 3 warnings 1198 remarks ) +PASS -- TEST 'conus13km_control_intel' [08:17, 03:08](1111 MB) +PASS -- TEST 'conus13km_2threads_intel' [08:55, 01:27](1053 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [08:56, 01:42](1029 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [32:13, 30:59] ( 3 warnings 1048 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:58, 05:55](913 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:10, 04:57] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:33, 06:03](1044 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:33, 05:57](1041 MB) +PASS -- TEST 'conus13km_debug_intel' [20:09, 18:36](1150 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [20:08, 18:41](873 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [12:03, 10:46](1098 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:03, 18:40](1225 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 04:48] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:30, 06:12](1085 MB) + +PASS -- COMPILE 'hafsw_intel' [38:16, 37:51] ( 1 warnings 1427 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [10:33, 07:21](716 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [09:42, 07:13](1082 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [18:44, 09:28](772 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [24:37, 16:44](799 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [27:51, 18:23](816 MB) +PASS -- TEST 'gnv1_nested_intel' [17:03, 07:20](1681 MB) + +PASS -- COMPILE 'hafs_all_intel' [34:16, 33:26] ( 1268 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [17:31, 08:55](769 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [17:36, 08:56](754 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:11, 08:31] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:27, 03:42](1059 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:24, 02:18](1033 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:28, 03:46](922 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:27, 03:47](927 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:28, 03:42](921 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:28, 03:47](1056 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:27, 03:47](1062 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:28, 03:42](927 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:52, 07:56](893 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:53, 07:49](848 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:25, 03:34](1065 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:28, 05:15](2400 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:28, 05:07](2339 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:43] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:23, 08:01](1010 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:13, 08:25] ( 70 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [08:21, 03:42](1064 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:50] ( 60 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [13:41, 02:14](232 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [11:31, 01:29](257 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:32, 01:06](253 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [34:13, 33:56] ( 1016 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:27, 05:32](1906 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [33:19, 33:08] ( 1016 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:36, 05:11](1890 MB) + +PASS -- COMPILE 'atml_intel' [40:13, 37:16] ( 8 warnings 1186 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [14:04, 11:36](1857 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [13:01, 11:03](1866 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [20:04, 17:03](1072 MB) + +PASS -- COMPILE 'atml_debug_intel' [08:11, 05:55] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:44, 08:08](1884 MB) + +PASS -- COMPILE 'atmw_intel' [41:17, 34:35] ( 1260 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:01, 03:15](1843 MB) + +PASS -- COMPILE 'atmaero_intel' [34:14, 33:16] ( 1099 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [09:45, 07:10](1932 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:38, 07:34](1711 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:21, 07:38](1742 MB) SYNOPSIS: -Starting Date/Time: 20240714 18:58:23 -Ending Date/Time: 20240714 22:58:27 -Total Time: 04h:00m:45s +Starting Date/Time: 20240716 21:47:09 +Ending Date/Time: 20240717 02:06:24 +Total Time: 04h:19m:54s Compiles Completed: 36/36 Tests Completed: 164/164 diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 8d0babe17c..cc666b3552 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,7 +1,7 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -452cc402e677436c64cb2139db02568551062088 +a3771eaecd5c6e2e72e9ca1b474e4693c7705ba9 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,8 +11,8 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3388412e3576865197990e82187d8fc372140193 FV3 (heads/hotfix/acs-hash) - bb89a58601c3fa28549c291811e04d5db6c9b37b FV3/atmos_cubed_sphere (201912_public_release-401-gbb89a58) + 3581423f397e2eb0c1f0cd7f6b728593511278a9 FV3 (heads/develop) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -36,285 +36,378 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /work/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_2453183 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1235393 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic +* (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [17:12, 16:20] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:48, 14:46](2081 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:12, 21:19] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:41, 18:08](1973 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:27, 19:05](2129 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:16, 09:01](1215 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:43, 20:27](1878 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [22:12, 21:56] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:41, 17:48](1951 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:11, 08:54] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [28:42, 27:03](1941 MB) - -PASS -- COMPILE 's2swa_intel' [16:11, 16:03] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [16:43, 14:21](2138 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:52, 14:23](2133 MB) -PASS -- TEST 'cpld_restart_p8_intel' [10:01, 08:00](1818 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [16:43, 14:21](2170 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [10:01, 08:07](1713 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [14:47, 13:07](2435 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [16:43, 14:31](2128 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [14:47, 12:20](2042 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:55, 14:16](2148 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [19:47, 16:14](2724 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [12:10, 08:52](2730 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:49, 11:39](3658 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:03, 07:11](3498 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:38, 06:02](2120 MB) - -PASS -- COMPILE 's2sw_intel' [16:11, 15:55] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [15:36, 13:48](1990 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:44, 04:46](2055 MB) - -PASS -- COMPILE 's2swa_debug_intel' [09:10, 08:42] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:22, 08:56](2160 MB) - -PASS -- COMPILE 's2sw_debug_intel' [08:10, 07:55] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:14, 06:11](2013 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [15:11, 14:18] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:27, 04:35](2054 MB) - -PASS -- COMPILE 's2s_intel' [15:11, 14:51] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [11:03, 09:38](3100 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:00, 03:05](3077 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:02, 02:00](2521 MB) - -PASS -- COMPILE 's2swa_faster_intel' [24:11, 23:48] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [16:38, 15:00](2138 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [22:11, 21:12] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:21, 18:10](1997 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:33, 09:10](1260 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:21, 20:17](1915 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:11, 06:43] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:14, 28:42](1984 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:11, 13:05] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:28, 03:41](691 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:46, 03:07](1585 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:52, 03:14](1593 MB) -PASS -- TEST 'control_latlon_intel' [04:43, 03:12](1589 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:49, 03:13](1592 MB) -PASS -- TEST 'control_c48_intel' [10:49, 09:27](1738 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:36, 07:59](857 MB) -PASS -- TEST 'control_c192_intel' [12:02, 11:09](1736 MB) -PASS -- TEST 'control_c384_intel' [14:55, 12:13](2012 MB) -PASS -- TEST 'control_c384gdas_intel' [12:45, 09:45](1357 MB) -PASS -- TEST 'control_stochy_intel' [02:28, 01:51](644 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:47, 01:11](474 MB) -PASS -- TEST 'control_lndp_intel' [02:24, 01:47](649 MB) -PASS -- TEST 'control_iovr4_intel' [03:27, 02:43](643 MB) -PASS -- TEST 'control_iovr5_intel' [03:31, 02:46](642 MB) -PASS -- TEST 'control_p8_intel' [05:20, 03:38](1892 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:19, 03:32](1892 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:33, 03:20](1888 MB) -PASS -- TEST 'control_restart_p8_intel' [03:15, 01:59](1095 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:23, 03:24](1878 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:27, 02:07](1136 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:15, 03:33](1870 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:11, 03:41](1975 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:52, 05:56](1881 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:28, 04:49](1951 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:23, 03:28](1896 MB) -PASS -- TEST 'merra2_thompson_intel' [05:41, 03:45](1897 MB) -PASS -- TEST 'regional_control_intel' [07:42, 06:31](1090 MB) -PASS -- TEST 'regional_restart_intel' [04:49, 03:29](1086 MB) -PASS -- TEST 'regional_decomp_intel' [07:36, 06:53](1078 MB) -PASS -- TEST 'regional_2threads_intel' [05:37, 04:39](1083 MB) -PASS -- TEST 'regional_noquilt_intel' [07:43, 06:15](1390 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:42, 06:15](1093 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:40, 06:30](1091 MB) -PASS -- TEST 'regional_wofs_intel' [08:41, 07:45](1907 MB) - -PASS -- COMPILE 'rrfs_intel' [12:11, 11:58] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [10:24, 08:15](1058 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:04, 05:11](1306 MB) -PASS -- TEST 'rap_decomp_intel' [10:15, 08:30](1026 MB) -PASS -- TEST 'rap_2threads_intel' [09:57, 08:18](1160 MB) -PASS -- TEST 'rap_restart_intel' [06:40, 04:20](1043 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:10, 08:16](1061 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:00, 08:32](1021 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:36, 06:15](1078 MB) -PASS -- TEST 'hrrr_control_intel' [06:03, 04:19](1031 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:52, 04:25](1017 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:22, 04:05](1096 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:30, 02:25](953 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:21, 08:07](1043 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:32, 09:43](1992 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:28, 09:24](2030 MB) - -PASS -- COMPILE 'csawmg_intel' [12:11, 11:19] -PASS -- TEST 'control_csawmg_intel' [07:39, 06:35](1021 MB) -PASS -- TEST 'control_ras_intel' [04:25, 03:28](716 MB) - -PASS -- COMPILE 'wam_intel' [12:11, 11:18] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:41, 12:12](1662 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [21:11, 20:29] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:17, 03:22](1882 MB) -PASS -- TEST 'regional_control_faster_intel' [06:39, 06:03](1087 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [08:10, 07:48] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:53, 02:45](1620 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:57, 02:48](1624 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:26, 03:10](819 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:26, 02:49](818 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:48, 04:25](1140 MB) -PASS -- TEST 'control_ras_debug_intel' [03:26, 02:52](833 MB) -PASS -- TEST 'control_diag_debug_intel' [03:54, 02:45](1677 MB) -PASS -- TEST 'control_debug_p8_intel' [04:54, 03:11](1911 MB) -PASS -- TEST 'regional_debug_intel' [18:47, 17:35](1097 MB) -PASS -- TEST 'rap_control_debug_intel' [05:28, 04:56](1211 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:29, 04:53](1207 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:29, 04:59](1207 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:29, 05:00](1209 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:30, 04:54](1215 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:39, 05:07](1297 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:24, 05:05](1210 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:22, 05:03](1210 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:25, 05:04](1218 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:24, 05:01](1214 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:23, 04:51](1208 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:22, 04:54](1207 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:29, 08:02](1210 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:28, 04:57](1211 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:31, 05:54](1217 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:26, 04:57](1210 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:28, 08:33](1217 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:11, 05:04] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:47, 13:40](1690 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:10, 11:09] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:05, 04:56](1164 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:01, 07:12](995 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:54, 03:46](924 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:16, 07:07](1080 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:20, 03:35](950 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:15, 03:50](903 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:29, 05:15](980 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:45, 02:07](878 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [19:12, 18:20] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:08, 02:40](1171 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:49, 01:12](1130 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:45, 01:32](1089 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:11, 11:36] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:51, 04:32](974 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:10, 05:00] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:27, 04:54](1086 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:32, 04:48](1086 MB) -PASS -- TEST 'conus13km_debug_intel' [15:57, 14:27](1247 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:56, 14:14](945 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:49, 08:17](1183 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:51, 14:11](1314 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 05:11] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:29, 05:03](1141 MB) - -PASS -- COMPILE 'hafsw_intel' [14:11, 13:56] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:17, 06:05](753 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:26, 06:29](1138 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:24, 07:34](836 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [26:16, 24:51](874 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [30:18, 29:00](895 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:10, 07:16](513 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:40, 08:32](522 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:57, 03:28](381 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:26, 09:36](491 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:57, 04:50](538 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:06, 04:30](536 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:56, 05:48](595 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:31, 01:51](407 MB) -PASS -- TEST 'gnv1_nested_intel' [07:09, 04:20](1734 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:10, 05:38] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:46, 13:18](602 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [23:11, 22:27] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [14:00, 12:49](675 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:28, 12:53](828 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [14:11, 13:48] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:09, 08:49](723 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:11, 12:43] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:18, 07:39](831 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:15, 07:34](819 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:57, 16:24](1206 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [11:10, 10:17] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:20, 02:58](1149 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:20, 01:54](1092 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:17, 02:50](1021 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:20, 02:59](1015 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:18, 02:54](1014 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:19, 03:10](1153 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:19, 03:00](1149 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:18, 02:55](1018 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:14, 06:26](1018 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:04, 06:28](1018 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:15, 02:54](1137 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:17, 04:18](2384 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:18, 04:26](2443 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:11, 06:00] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:18, 06:30](1084 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [10:11, 09:55] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:17, 02:58](1142 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:33] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:30, 01:02](257 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:26, 00:58](322 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:29, 00:36](319 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:11, 12:29] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:10, 04:08](1979 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:10, 11:47] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:05, 03:53](1961 MB) - -PASS -- COMPILE 'atml_intel' [13:11, 13:00] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:30, 04:46](1867 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:28, 04:49](1872 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:53, 02:43](1082 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:11, 06:30] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:29, 05:54](1910 MB) - -PASS -- COMPILE 'atmw_intel' [12:11, 12:09] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:16, 02:12](1923 MB) - -PASS -- COMPILE 'atmaero_intel' [12:11, 11:51] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:11, 04:36](2001 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:10, 05:16](1778 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:01, 05:20](1790 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:10, 05:05] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [22:59, 21:11](4552 MB) +PASS -- COMPILE 's2swa_32bit_intel' [18:11, 17:22] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [28:52, 24:11](2085 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:11, 21:33] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [25:38, 21:27](1964 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [28:55, 24:02](2136 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [16:43, 11:37](1210 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [28:25, 24:38](1877 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [22:13, 22:02] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [23:57, 21:59](1959 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [11:10, 10:13] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [32:23, 28:28](1943 MB) + +PASS -- COMPILE 's2swa_intel' [20:11, 19:22] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [27:07, 24:09](2145 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [28:37, 24:26](2132 MB) +PASS -- TEST 'cpld_restart_p8_intel' [14:25, 10:50](1817 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [28:16, 25:05](2172 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [15:53, 11:20](1712 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [26:50, 23:45](2433 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [26:50, 23:59](2127 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [26:50, 23:42](2047 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [28:55, 24:03](2137 MB) +FAILED: TEST TIMED OUT -- TEST 'cpld_control_c192_p8_intel' [, ]( MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [30:00, 22:56](2736 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [40:36, 27:04](3657 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [43:23, 27:56](3505 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [22:58, 19:27](2110 MB) + +PASS -- COMPILE 's2sw_intel' [19:15, 18:11] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [27:40, 24:17](1981 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [24:47, 22:08](2047 MB) + +PASS -- COMPILE 's2swa_debug_intel' [11:10, 10:17] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [18:30, 14:59](2168 MB) + +PASS -- COMPILE 's2sw_debug_intel' [10:11, 09:41] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [13:00, 09:14](2009 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [16:14, 16:00] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [21:29, 18:45](2049 MB) + +PASS -- COMPILE 's2s_intel' [16:11, 15:33] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [14:47, 12:33](3103 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [10:09, 07:16](3079 MB) +PASS -- TEST 'cpld_restart_c48_intel' [08:21, 04:24](2517 MB) + +PASS -- COMPILE 's2swa_faster_intel' [27:19, 26:42] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [23:13, 19:55](2150 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [22:22, 21:42] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [26:36, 23:33](1999 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [18:22, 13:54](1254 MB) +FAILED: TEST TIMED OUT -- TEST 'cpld_mpi_pdlib_p8_intel' [, ]( MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:13, 08:46] ( 1560 warnings 2000 remarks ) +FAILED: TEST TIMED OUT -- TEST 'cpld_debug_pdlib_p8_intel' [, ]( MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:17, 15:03] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [10:39, 08:12](689 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [09:53, 06:49](1588 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [09:47, 06:45](1601 MB) +PASS -- TEST 'control_latlon_intel' [09:41, 06:12](1595 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [10:43, 07:17](1595 MB) +PASS -- TEST 'control_c48_intel' [13:58, 10:47](1744 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [13:43, 10:03](861 MB) +PASS -- TEST 'control_c192_intel' [20:36, 16:56](1735 MB) +PASS -- TEST 'control_c384_intel' [28:36, 22:20](2010 MB) +PASS -- TEST 'control_c384gdas_intel' [21:55, 16:51](1355 MB) +PASS -- TEST 'control_stochy_intel' [04:58, 03:11](646 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:32, 01:45](478 MB) +PASS -- TEST 'control_lndp_intel' [04:47, 03:09](646 MB) +PASS -- TEST 'control_iovr4_intel' [06:03, 04:54](638 MB) +PASS -- TEST 'control_iovr5_intel' [06:00, 05:09](644 MB) +PASS -- TEST 'control_p8_intel' [09:02, 06:16](1889 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:42, 06:02](1892 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [09:11, 06:21](1892 MB) +PASS -- TEST 'control_restart_p8_intel' [06:11, 03:36](1097 MB) +PASS -- TEST 'control_noqr_p8_intel' [08:21, 05:14](1877 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:49, 02:58](1131 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:50, 05:03](1886 MB) +PASS -- TEST 'control_2threads_p8_intel' [08:03, 05:26](1969 MB) +PASS -- TEST 'control_p8_lndp_intel' [11:24, 09:20](1898 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [09:48, 06:15](1954 MB) +PASS -- TEST 'control_p8_mynn_intel' [08:27, 05:17](1887 MB) +PASS -- TEST 'merra2_thompson_intel' [09:55, 06:11](1900 MB) +PASS -- TEST 'regional_control_intel' [14:23, 12:48](1088 MB) +PASS -- TEST 'regional_restart_intel' [09:14, 07:45](1084 MB) +PASS -- TEST 'regional_decomp_intel' [15:33, 13:59](1080 MB) +PASS -- TEST 'regional_2threads_intel' [13:21, 11:40](1082 MB) +PASS -- TEST 'regional_noquilt_intel' [13:31, 11:52](1386 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [15:15, 13:56](1093 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [13:59, 12:47](1086 MB) +PASS -- TEST 'regional_wofs_intel' [16:35, 14:50](1906 MB) + +PASS -- COMPILE 'rrfs_intel' [16:21, 15:11] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [15:57, 13:46](1059 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:41, 07:14](1305 MB) +PASS -- TEST 'rap_decomp_intel' [15:57, 13:44](1020 MB) +PASS -- TEST 'rap_2threads_intel' [15:24, 13:05](1165 MB) +PASS -- TEST 'rap_restart_intel' [12:37, 09:50](1048 MB) +PASS -- TEST 'rap_sfcdiff_intel' [16:19, 13:48](1063 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [18:23, 15:35](1026 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [19:12, 15:31](1076 MB) +PASS -- TEST 'hrrr_control_intel' [09:21, 06:34](1029 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [09:28, 06:46](1017 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [09:19, 06:58](1100 MB) +PASS -- TEST 'hrrr_control_restart_intel' [06:10, 03:55](955 MB) +PASS -- TEST 'rrfs_v1beta_intel' [16:10, 14:03](1049 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [19:06, 17:15](1987 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [16:52, 16:10](2030 MB) + +PASS -- COMPILE 'csawmg_intel' [14:12, 13:57] +PASS -- TEST 'control_csawmg_intel' [14:49, 12:39](1027 MB) +PASS -- TEST 'control_ras_intel' [08:49, 07:25](722 MB) + +PASS -- COMPILE 'wam_intel' [15:12, 14:42] ( 1 remarks ) +FAILED: TEST TIMED OUT -- TEST 'control_wam_intel' [, ]( MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [21:16, 20:47] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [09:17, 05:14](1886 MB) +FAILED: TEST TIMED OUT -- TEST 'regional_control_faster_intel' [, ]( MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [13:19, 12:12] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:57, 04:10](1624 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:44, 03:28](1619 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:49, 03:52](814 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:49, 03:32](823 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:23, 05:03](1139 MB) +PASS -- TEST 'control_ras_debug_intel' [04:47, 03:58](831 MB) +PASS -- TEST 'control_diag_debug_intel' [06:34, 04:09](1678 MB) +PASS -- TEST 'control_debug_p8_intel' [05:20, 03:52](1914 MB) +PASS -- TEST 'regional_debug_intel' [25:10, 23:11](1091 MB) +PASS -- TEST 'rap_control_debug_intel' [07:17, 05:59](1215 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:13, 06:06](1210 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [08:22, 06:24](1210 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [08:17, 06:11](1211 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:46, 06:02](1213 MB) +PASS -- TEST 'rap_diag_debug_intel' [09:11, 07:44](1296 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:48, 06:58](1211 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:50, 06:22](1216 MB) +PASS -- TEST 'rap_lndp_debug_intel' [08:27, 06:39](1213 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:50, 06:46](1206 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:29, 07:03](1211 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:28, 07:00](1210 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:57, 10:37](1209 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:53, 06:46](1206 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [09:22, 07:42](1216 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:50, 06:58](1207 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [14:39, 10:27](1208 MB) + +PASS -- COMPILE 'wam_debug_intel' [08:12, 07:53] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [17:13, 14:30](1692 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:12, 14:28] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [14:46, 11:17](1164 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [24:35, 21:16](1010 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [13:59, 10:26](930 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [27:53, 25:12](1078 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [14:05, 11:14](954 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [14:52, 10:16](906 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:38, 05:20](982 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [11:12, 09:20](876 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [21:12, 20:14] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [08:03, 05:48](1182 MB) +PASS -- TEST 'conus13km_2threads_intel' [07:04, 04:42](1132 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [07:22, 05:04](1080 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:12, 13:35] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [16:27, 13:59](977 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:14, 06:57] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:33, 06:15](1094 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:02, 05:35](1087 MB) +PASS -- TEST 'conus13km_debug_intel' [18:45, 16:13](1248 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [20:04, 18:18](943 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [14:09, 12:56](1176 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:06, 15:57](1311 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:12, 07:13] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:06, 06:25](1144 MB) + +PASS -- COMPILE 'hafsw_intel' [16:10, 15:27] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [23:29, 21:46](762 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [23:54, 22:12](1131 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [25:38, 23:11](834 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [30:40, 28:39](870 MB) +FAILED: TEST TIMED OUT -- TEST 'hafs_regional_atm_ocn_wav_intel' [, ]( MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [24:32, 22:31](512 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [25:54, 22:45](520 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [20:32, 18:22](384 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [25:04, 21:37](494 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [18:16, 17:11](538 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [17:56, 17:04](542 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [16:42, 13:03](599 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [13:04, 11:24](407 MB) +PASS -- TEST 'gnv1_nested_intel' [14:19, 10:09](1733 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [09:10, 08:28] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [19:33, 16:46](598 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [24:13, 24:08] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [20:58, 16:39](660 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [21:45, 17:20](741 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [16:12, 16:03] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [17:21, 13:41](725 MB) + +PASS -- COMPILE 'hafs_all_intel' [17:13, 16:15] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [16:08, 12:13](837 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [14:39, 11:42](817 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:37, 17:44](1204 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:11, 09:27] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:45, 06:20](1150 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:23, 01:59](1109 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:42, 05:40](1013 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [06:46, 05:30](1013 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:43, 05:14](1019 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:20, 04:01](1139 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:22, 03:10](1156 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:21, 02:51](1018 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:20, 06:40](1023 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:21, 06:29](999 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:16, 02:56](1150 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:22, 04:19](2382 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:21, 04:21](2439 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:13, 06:03] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:19, 06:33](1062 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:13, 09:21] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:20, 03:06](1143 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 02:35] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:35, 01:02](253 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:25, 01:00](320 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:30, 00:36](320 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:12, 13:48] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:18, 04:09](1976 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:14, 14:40] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:20, 04:04](1964 MB) + +PASS -- COMPILE 'atml_intel' [15:19, 15:05] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:53, 05:01](1875 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:43, 04:55](1871 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:04, 02:57](1069 MB) + +PASS -- COMPILE 'atml_debug_intel' [09:13, 08:50] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:40, 06:00](1909 MB) + +PASS -- COMPILE 'atmw_intel' [14:11, 13:22] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:36, 02:13](1918 MB) + +PASS -- COMPILE 'atmaero_intel' [17:11, 16:40] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:30, 04:37](1998 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:27, 05:20](1776 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:11, 05:25](1787 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [09:12, 08:29] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [28:13, 25:57](4555 MB) SYNOPSIS: -Starting Date/Time: 20240712 15:10:18 -Ending Date/Time: 20240712 16:41:44 -Total Time: 01h:32m:12s +Starting Date/Time: 20240717 08:36:40 +Ending Date/Time: 20240717 10:51:22 +Total Time: 02h:15m:24s Compiles Completed: 41/41 -Tests Completed: 185/185 +Tests Completed: 179/185 +Failed Tests: +* TEST cpld_control_c192_p8_intel: FAILED: TEST TIMED OUT +-- LOG: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1235393/cpld_control_c192_p8_intel/err +* TEST cpld_mpi_pdlib_p8_intel: FAILED: TEST TIMED OUT +-- LOG: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1235393/cpld_mpi_pdlib_p8_intel/err +* TEST cpld_debug_pdlib_p8_intel: FAILED: TEST TIMED OUT +-- LOG: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1235393/cpld_debug_pdlib_p8_intel/err +* TEST control_wam_intel: FAILED: TEST TIMED OUT +-- LOG: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1235393/control_wam_intel/err +* TEST regional_control_faster_intel: FAILED: TEST TIMED OUT +-- LOG: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1235393/regional_control_faster_intel/err +* TEST hafs_regional_atm_ocn_wav_intel: FAILED: TEST TIMED OUT +-- LOG: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1235393/hafs_regional_atm_ocn_wav_intel/err + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF ORION REGRESSION TESTING LOG==== +====START OF ORION REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +a3771eaecd5c6e2e72e9ca1b474e4693c7705ba9 + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 3581423f397e2eb0c1f0cd7f6b728593511278a9 FV3 (heads/develop) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240624 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1454326 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-l) - USE CONFIG FILE: rt.conf +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2swa_intel' [20:11, 19:12] ( 10 remarks ) +PASS -- TEST 'cpld_control_c192_p8_intel' [19:16, 16:45](2716 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [22:12, 21:46] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:26, 19:12](2002 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:18, 20:38](1914 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:11, 08:46] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:08, 29:00](1972 MB) + +PASS -- COMPILE 'wam_intel' [13:11, 12:46] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:44, 12:40](1665 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [22:12, 21:58] ( 1 remarks ) +PASS -- TEST 'regional_control_faster_intel' [07:45, 06:42](1085 MB) + +PASS -- COMPILE 'hafsw_intel' [17:12, 16:12] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [31:45, 29:17](870 MB) + +SYNOPSIS: +Starting Date/Time: 20240717 12:40:54 +Ending Date/Time: 20240717 13:48:08 +Total Time: 01h:07m:27s +Compiles Completed: 6/6 +Tests Completed: 7/7 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index 67277b6cf3..a09f25969f 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,7 +1,7 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -8555c2d1538cd59b2db5399da9a63e1848c3fed3 +31eab834de3e8b497f0a2b397567e8517d16dd72 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,12 +9,12 @@ Submodule hashes used in testing: fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) + 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b16) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3388412e3576865197990e82187d8fc372140193 FV3 (remotes/origin/HEAD-2-g3388412) - bb89a58601c3fa28549c291811e04d5db6c9b37b FV3/atmos_cubed_sphere (201912_public_release-401-gbb89a58) + 3581423f397e2eb0c1f0cd7f6b728593511278a9 FV3 (remotes/origin/develop-88-g3581423) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) + 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5269-g8103e21c) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -36,240 +36,311 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_55034 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_155005 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [35:54, 35:07] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:51, 01:45](3099 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [13:30, 12:26] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [31:34, 01:46](1817 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [13:43, 01:35](1854 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:43, 02:07](985 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [31:35, 01:03](1797 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [20:45, 19:46] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [38:02, 01:01](1815 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [11:28, 10:43] ( 1505 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [33:37, 01:52](1850 MB) - -PASS -- COMPILE 's2swa_intel' [17:35, 17:00] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [27:29, 01:33](3136 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [27:29, 01:52](3131 MB) -PASS -- TEST 'cpld_restart_p8_intel' [19:21, 01:04](3064 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [27:29, 01:28](3150 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [19:21, 01:52](3084 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [27:29, 01:05](3367 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [27:29, 01:33](3126 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [27:30, 01:38](3075 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [27:29, 01:48](3131 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [27:38, 04:19](4122 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [09:00, 04:24](4265 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [27:29, 01:52](3112 MB) - -PASS -- COMPILE 's2sw_intel' [23:40, 23:11] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [21:24, 00:47](1832 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [21:24, 00:56](1895 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [26:43, 26:02] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [18:20, 01:04](1895 MB) - -PASS -- COMPILE 's2s_intel' [22:40, 22:17] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [22:23, 01:02](2921 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [22:23, 01:27](2926 MB) -PASS -- TEST 'cpld_restart_c48_intel' [18:25, 01:04](2322 MB) - -PASS -- COMPILE 's2swa_faster_intel' [16:33, 15:38] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [28:31, 01:52](3130 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [22:40, 22:06] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [22:24, 01:14](1836 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [04:45, 01:27](1010 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [04:25, 01:39](1808 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [34:59, 33:55] ( 1541 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [58:29, 01:33](1859 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [21:39, 21:14] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [09:54, 00:24](571 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [09:54, 00:31](1467 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [09:54, 00:26](1486 MB) -PASS -- TEST 'control_latlon_intel' [09:54, 00:24](1471 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [09:54, 00:34](1471 MB) -PASS -- TEST 'control_c48_intel' [09:53, 01:05](1599 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [09:53, 00:54](714 MB) -PASS -- TEST 'control_c192_intel' [09:54, 00:36](1590 MB) -PASS -- TEST 'control_c384_intel' [09:58, 01:32](1907 MB) -PASS -- TEST 'control_c384gdas_intel' [09:58, 02:06](1089 MB) -PASS -- TEST 'control_stochy_intel' [09:54, 00:29](528 MB) -PASS -- TEST 'control_stochy_restart_intel' [07:21, 01:11](334 MB) -PASS -- TEST 'control_lndp_intel' [09:54, 00:36](525 MB) -PASS -- TEST 'control_iovr4_intel' [08:51, 00:43](524 MB) -PASS -- TEST 'control_iovr5_intel' [08:51, 00:45](523 MB) -PASS -- TEST 'control_p8_intel' [07:52, 01:58](1768 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:20, 02:05](1771 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:19, 02:04](1774 MB) -PASS -- TEST 'control_restart_p8_intel' [02:19, 00:57](919 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:14, 01:27](1769 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:08, 00:57](924 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:06, 01:54](1763 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:02, 00:59](1853 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:00, 01:17](1774 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:55, 01:04](1829 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:26, 02:00](1785 MB) -PASS -- TEST 'merra2_thompson_intel' [05:21, 01:53](1774 MB) -PASS -- TEST 'regional_control_intel' [05:16, 00:27](854 MB) -PASS -- TEST 'regional_restart_intel' [59:22, 00:12](852 MB) -PASS -- TEST 'regional_decomp_intel' [05:14, 01:01](852 MB) -PASS -- TEST 'regional_2threads_intel' [05:15, 01:03](916 MB) -PASS -- TEST 'regional_noquilt_intel' [04:45, 00:32](1179 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [04:23, 01:19](849 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [04:22, 01:07](860 MB) -PASS -- TEST 'regional_wofs_intel' [04:22, 00:52](1578 MB) - -PASS -- COMPILE 'rrfs_intel' [14:28, 13:38] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [14:02, 02:17](913 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [14:03, 01:08](1092 MB) -PASS -- TEST 'rap_decomp_intel' [14:02, 02:03](913 MB) -PASS -- TEST 'rap_2threads_intel' [14:02, 02:00](1000 MB) -PASS -- TEST 'rap_restart_intel' [04:19, 01:16](780 MB) -PASS -- TEST 'rap_sfcdiff_intel' [14:02, 02:19](913 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [14:02, 02:02](909 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [04:18, 01:38](781 MB) -PASS -- TEST 'hrrr_control_intel' [14:02, 01:07](904 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [14:02, 01:02](908 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [14:03, 01:31](985 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:02, 01:04](734 MB) -PASS -- TEST 'rrfs_v1beta_intel' [14:02, 01:25](906 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [14:02, 01:03](1871 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [14:02, 01:21](1858 MB) - -PASS -- COMPILE 'csawmg_intel' [12:26, 12:08] -PASS -- TEST 'control_csawmg_intel' [15:03, 00:31](872 MB) -PASS -- TEST 'control_ras_intel' [15:03, 00:57](565 MB) - -PASS -- COMPILE 'wam_intel' [13:30, 12:40] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [02:43, 00:56](1564 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [24:48, 23:54] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [57:36, 02:04](1775 MB) -PASS -- TEST 'regional_control_faster_intel' [57:26, 00:22](851 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [16:40, 16:17] ( 869 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [01:45, 01:26](1501 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [01:39, 01:32](1500 MB) -PASS -- TEST 'control_stochy_debug_intel' [01:37, 00:47](704 MB) -PASS -- TEST 'control_lndp_debug_intel' [01:35, 01:10](703 MB) -PASS -- TEST 'control_csawmg_debug_intel' [00:56, 00:31](1016 MB) -PASS -- TEST 'control_ras_debug_intel' [00:32, 01:02](711 MB) -PASS -- TEST 'control_diag_debug_intel' [00:30, 01:17](1563 MB) -PASS -- TEST 'control_debug_p8_intel' [00:29, 01:00](1795 MB) -PASS -- TEST 'regional_debug_intel' [59:44, 00:48](892 MB) -PASS -- TEST 'rap_control_debug_intel' [59:37, 00:22](1086 MB) -PASS -- TEST 'hrrr_control_debug_intel' [59:30, 00:25](1078 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [59:09, 00:39](1087 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [59:05, 00:35](1087 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [58:48, 00:40](1086 MB) -PASS -- TEST 'rap_diag_debug_intel' [58:44, 00:43](1169 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [58:41, 00:42](1087 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [58:38, 00:40](1090 MB) -PASS -- TEST 'rap_lndp_debug_intel' [58:15, 00:41](1090 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [57:06, 00:48](1085 MB) -PASS -- TEST 'rap_noah_debug_intel' [56:57, 00:53](1085 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [56:48, 00:52](1085 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [56:46, 00:42](1083 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [56:45, 00:52](1080 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [56:40, 01:01](1086 MB) -PASS -- TEST 'rap_flake_debug_intel' [56:35, 00:47](1087 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [55:59, 02:09](1090 MB) - -PASS -- COMPILE 'wam_debug_intel' [18:42, 18:23] ( 825 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [55:42, 01:13](1598 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [36:59, 36:08] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [38:04, 01:23](959 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [38:03, 01:18](792 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [38:03, 01:54](786 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [38:03, 01:47](853 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [38:04, 02:15](845 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [38:03, 01:51](788 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [30:31, 01:36](692 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [32:29, 00:20](670 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [24:45, 23:58] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [49:16, 00:59](1004 MB) -PASS -- TEST 'conus13km_2threads_intel' [44:50, 00:54](1010 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [44:49, 00:46](881 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:34, 10:24] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [55:41, 01:27](813 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [13:35, 13:05] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [55:34, 01:00](963 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [55:08, 01:15](957 MB) -PASS -- TEST 'conus13km_debug_intel' [54:26, 01:13](1055 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [54:06, 01:02](726 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [53:06, 00:28](1056 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [52:58, 01:09](1120 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [20:40, 20:24] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [48:13, 00:55](996 MB) - -PASS -- COMPILE 'hafsw_intel' [15:34, 14:52] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [49:12, 02:00](617 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [49:12, 01:07](970 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [49:10, 01:40](665 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [49:10, 01:28](692 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [49:11, 02:14](716 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [49:10, 01:04](392 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [49:11, 02:12](408 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [49:11, 01:37](286 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [49:14, 02:23](375 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [49:10, 01:28](418 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [49:10, 00:49](416 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [49:12, 01:41](504 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [49:11, 00:27](325 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [14:30, 13:17] ( 1449 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [45:11, 01:28](518 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [25:42, 24:58] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [32:57, 00:49](530 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [32:57, 01:42](712 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:29, 11:28] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [45:52, 00:53](710 MB) - -PASS -- COMPILE 'hafs_all_intel' [20:36, 20:10] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [37:00, 02:14](663 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [37:00, 02:15](644 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [36:58, 00:26](880 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [19:34, 18:48] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [36:00, 01:38](1829 MB) - -PASS -- COMPILE 'atml_intel' [23:38, 22:49] ( 8 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [10:25, 09:59] ( 868 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [15:29, 14:52] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [32:44, 01:28](3027 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [32:44, 01:52](2906 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [32:44, 01:48](2921 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [10:26, 09:51] ( 870 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [35:23, 01:14](4438 MB) +PASS -- COMPILE 's2swa_32bit_intel' [22:42, 21:58] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [27:15, 01:32](3099 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:37, 17:06] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [32:20, 01:45](1819 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [14:24, 01:41](1850 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [14:23, 02:19](981 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [32:21, 01:33](1799 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [12:29, 11:42] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [37:27, 01:08](1823 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:22, 04:45] ( 1505 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [44:35, 01:51](1843 MB) + +PASS -- COMPILE 's2swa_intel' [16:35, 16:19] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [33:21, 01:30](3132 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [33:21, 01:49](3130 MB) +PASS -- TEST 'cpld_restart_p8_intel' [25:11, 01:55](3065 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [33:21, 01:27](3150 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [25:11, 01:51](3085 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [33:21, 01:02](3367 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [33:21, 01:36](3128 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [33:22, 01:35](3075 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [33:21, 01:50](3131 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [33:30, 04:31](4127 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:21, 05:52](4270 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [33:21, 01:51](3114 MB) + +PASS -- COMPILE 's2sw_intel' [11:30, 11:01] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [38:26, 00:53](1835 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [38:26, 01:58](1898 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:29, 10:27] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [38:27, 01:59](1894 MB) + +PASS -- COMPILE 's2s_intel' [24:42, 23:55] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [25:12, 01:08](2920 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [25:00, 01:24](2926 MB) +PASS -- TEST 'cpld_restart_c48_intel' [20:53, 01:18](2325 MB) + +PASS -- COMPILE 's2swa_faster_intel' [37:00, 36:06] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [12:24, 02:15](3132 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [22:40, 22:25] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [27:17, 01:00](1834 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:54, 01:43](1008 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [09:55, 01:37](1810 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [22:37, 21:59] ( 1541 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [21:34, 01:40](1857 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:24, 11:09] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [27:01, 00:20](571 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [27:02, 00:28](1470 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [27:01, 01:24](1473 MB) +PASS -- TEST 'control_latlon_intel' [27:01, 01:17](1478 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [27:02, 01:30](1472 MB) +PASS -- TEST 'control_c48_intel' [27:00, 00:54](1595 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [27:00, 00:51](713 MB) +PASS -- TEST 'control_c192_intel' [27:01, 00:34](1587 MB) +PASS -- TEST 'control_c384_intel' [27:06, 01:24](1904 MB) +PASS -- TEST 'control_c384gdas_intel' [27:05, 02:00](1089 MB) +PASS -- TEST 'control_stochy_intel' [27:02, 00:24](529 MB) +PASS -- TEST 'control_stochy_restart_intel' [24:34, 00:53](331 MB) +PASS -- TEST 'control_lndp_intel' [27:01, 00:28](524 MB) +PASS -- TEST 'control_iovr4_intel' [27:02, 00:46](525 MB) +PASS -- TEST 'control_iovr5_intel' [27:02, 00:46](522 MB) +PASS -- TEST 'control_p8_intel' [27:01, 01:53](1775 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [26:00, 01:49](1774 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [26:00, 01:52](1769 MB) +PASS -- TEST 'control_restart_p8_intel' [20:37, 00:41](919 MB) +PASS -- TEST 'control_noqr_p8_intel' [24:51, 01:27](1758 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [19:38, 00:53](910 MB) +PASS -- TEST 'control_decomp_p8_intel' [24:51, 01:27](1761 MB) +PASS -- TEST 'control_2threads_p8_intel' [24:35, 01:37](1870 MB) +PASS -- TEST 'control_p8_lndp_intel' [23:27, 01:10](1768 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [23:26, 01:59](1827 MB) +PASS -- TEST 'control_p8_mynn_intel' [23:14, 01:47](1774 MB) +PASS -- TEST 'merra2_thompson_intel' [22:32, 01:43](1776 MB) +PASS -- TEST 'regional_control_intel' [22:19, 00:14](852 MB) +PASS -- TEST 'regional_restart_intel' [16:37, 00:22](849 MB) +PASS -- TEST 'regional_decomp_intel' [22:09, 00:58](849 MB) +PASS -- TEST 'regional_2threads_intel' [22:07, 00:53](904 MB) +PASS -- TEST 'regional_noquilt_intel' [22:06, 00:19](1175 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [20:33, 00:23](851 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [20:32, 01:12](862 MB) +PASS -- TEST 'regional_wofs_intel' [20:17, 01:05](1580 MB) + +PASS -- COMPILE 'rrfs_intel' [36:02, 35:30] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [02:22, 01:44](912 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [02:23, 01:30](1097 MB) +PASS -- TEST 'rap_decomp_intel' [02:22, 01:28](913 MB) +PASS -- TEST 'rap_2threads_intel' [02:22, 01:52](1004 MB) +PASS -- TEST 'rap_restart_intel' [53:11, 01:14](783 MB) +PASS -- TEST 'rap_sfcdiff_intel' [02:22, 02:12](912 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [02:22, 01:58](911 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [52:43, 01:42](780 MB) +PASS -- TEST 'hrrr_control_intel' [02:22, 01:07](904 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [02:22, 01:03](901 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [02:23, 01:29](983 MB) +PASS -- TEST 'hrrr_control_restart_intel' [57:09, 00:59](741 MB) +PASS -- TEST 'rrfs_v1beta_intel' [02:22, 01:19](901 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [02:22, 00:56](1869 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [02:22, 01:14](1855 MB) + +PASS -- COMPILE 'csawmg_intel' [27:50, 26:37] +PASS -- TEST 'control_csawmg_intel' [09:37, 00:26](872 MB) +PASS -- TEST 'control_ras_intel' [09:37, 01:05](564 MB) + +PASS -- COMPILE 'wam_intel' [11:26, 10:31] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [19:45, 00:56](1566 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [21:42, 20:51] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [10:38, 02:19](1769 MB) +PASS -- TEST 'regional_control_faster_intel' [10:37, 00:24](851 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [10:25, 09:46] ( 869 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [16:51, 01:19](1496 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [16:51, 01:25](1501 MB) +PASS -- TEST 'control_stochy_debug_intel' [16:51, 00:46](707 MB) +PASS -- TEST 'control_lndp_debug_intel' [16:51, 01:04](704 MB) +PASS -- TEST 'control_csawmg_debug_intel' [16:51, 00:29](1017 MB) +PASS -- TEST 'control_ras_debug_intel' [16:51, 01:03](714 MB) +PASS -- TEST 'control_diag_debug_intel' [16:51, 01:12](1568 MB) +PASS -- TEST 'control_debug_p8_intel' [16:51, 00:52](1807 MB) +PASS -- TEST 'regional_debug_intel' [16:50, 00:23](893 MB) +PASS -- TEST 'rap_control_debug_intel' [16:51, 00:47](1088 MB) +PASS -- TEST 'hrrr_control_debug_intel' [16:51, 00:46](1081 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [16:51, 00:47](1083 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [16:51, 00:46](1088 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [16:42, 00:43](1089 MB) +PASS -- TEST 'rap_diag_debug_intel' [16:31, 00:38](1170 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [16:23, 00:37](1088 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [15:52, 00:40](1091 MB) +PASS -- TEST 'rap_lndp_debug_intel' [15:31, 00:46](1093 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [15:28, 00:45](1084 MB) +PASS -- TEST 'rap_noah_debug_intel' [14:48, 00:45](1084 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [13:53, 00:52](1086 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [13:01, 00:38](1086 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [12:20, 00:56](1084 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [12:20, 00:59](1093 MB) +PASS -- TEST 'rap_flake_debug_intel' [12:20, 00:49](1094 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:06, 02:00](1094 MB) + +PASS -- COMPILE 'wam_debug_intel' [10:24, 09:29] ( 825 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [12:05, 01:18](1596 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [18:40, 18:24] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:23, 01:23](958 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:22, 01:10](792 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [08:22, 02:03](787 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:22, 01:37](855 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:23, 02:23](843 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [08:22, 01:54](787 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [01:02, 01:36](689 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:46, 00:23](672 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:36, 14:26] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [09:37, 01:10](1005 MB) +PASS -- TEST 'conus13km_2threads_intel' [05:38, 00:51](1008 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [05:37, 00:40](880 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [16:38, 16:19] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:17, 01:50](808 MB) + +FAILED: UNABLE TO FINISH COMPILE -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [, ] +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_control_debug_dyn32_phy32_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'conus13km_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'conus13km_debug_qr_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'conus13km_debug_2threads_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'conus13km_radar_tten_debug_intel' [, ]( MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:31, 09:42] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:20, 00:49](994 MB) + +PASS -- COMPILE 'hafsw_intel' [16:38, 16:23] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [00:13, 01:51](617 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [00:13, 00:51](971 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [00:11, 01:44](660 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [00:11, 01:17](698 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [00:12, 01:25](717 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [00:11, 01:03](391 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [00:12, 02:09](409 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [00:12, 01:42](287 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [59:51, 02:21](371 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [59:11, 01:28](417 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [58:43, 00:51](417 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [57:44, 00:48](501 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [57:11, 00:34](322 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [17:37, 16:56] ( 1449 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [55:22, 01:20](512 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [19:40, 18:54] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [51:00, 00:51](530 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [51:00, 01:39](713 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [17:33, 16:27] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [52:06, 00:51](709 MB) + +PASS -- COMPILE 'hafs_all_intel' [17:37, 16:39] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [52:00, 02:15](662 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [52:00, 01:15](647 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [51:58, 00:27](880 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [18:34, 17:54] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [49:47, 01:42](1829 MB) + +PASS -- COMPILE 'atml_intel' [17:33, 16:32] ( 8 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [05:23, 04:48] ( 868 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [18:33, 17:54] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [43:49, 01:22](3024 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [43:49, 01:53](2905 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [43:49, 01:50](2925 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [12:27, 11:17] ( 870 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [47:44, 01:15](4441 MB) SYNOPSIS: -Starting Date/Time: 20240715 18:14:30 -Ending Date/Time: 20240715 19:51:33 -Total Time: 01h:37m:42s -Compiles Completed: 33/33 -Tests Completed: 156/156 +Starting Date/Time: 20240717 16:09:47 +Ending Date/Time: 20240717 17:38:50 +Total Time: 01h:29m:40s +Compiles Completed: 32/33 +Tests Completed: 150/156 +Failed Compiles: +* COMPILE rrfs_dyn32_phy32_debug_intel: FAILED: UNABLE TO FINISH COMPILE +-- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/SamuelTrahanNOAA/ufs-weather-model/tests/logs/log_wcoss2/compile_rrfs_dyn32_phy32_debug_intel.log + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF WCOSS2 REGRESSION TESTING LOG==== +====START OF WCOSS2 REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +31eab834de3e8b497f0a2b397567e8517d16dd72 + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b16) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 3581423f397e2eb0c1f0cd7f6b728593511278a9 FV3 (remotes/origin/develop-88-g3581423) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5269-g8103e21c) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240624 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48576 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: GFS-DEV +* (-l) - USE CONFIG FILE: rt.test +* (-e) - USE ECFLOW + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:16, 03:45] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [43:44, 00:57](961 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [43:44, 01:03](956 MB) +PASS -- TEST 'conus13km_debug_intel' [43:44, 01:06](1049 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [43:44, 00:59](725 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [43:45, 01:19](1054 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [43:44, 00:55](1120 MB) + +SYNOPSIS: +Starting Date/Time: 20240717 21:11:58 +Ending Date/Time: 20240717 21:34:40 +Total Time: 00h:23m:03s +Compiles Completed: 1/1 +Tests Completed: 6/6 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/module-setup.sh b/tests/module-setup.sh index 01cff398b5..cd606178f6 100755 --- a/tests/module-setup.sh +++ b/tests/module-setup.sh @@ -58,6 +58,13 @@ elif [[ ${MACHINE_ID} = stampede ]] ; then fi module purge +elif [[ ${MACHINE_ID} = frontera ]] ; then + # We are on TACC Frontera + if ( ! eval module help > /dev/null 2>&1 ) ; then + source /opt/apps/lmod/lmod/init/bash + fi + module purge + elif [[ ${MACHINE_ID} = gaea ]] ; then # We are on GAEA if ( ! eval module help > /dev/null 2>&1 ) ; then diff --git a/tests/rt_utils.sh b/tests/rt_utils.sh index 403ecc4506..a8aba0860d 100755 --- a/tests/rt_utils.sh +++ b/tests/rt_utils.sh @@ -14,6 +14,13 @@ ECFLOW_RUNNING=false jobid=0 +redirect_out_err() { + ( set -e -o pipefail ; ( "$@" 2>&1 1>&3 3>&- | tee err ) 3>&1 1>&2 | tee out ) + # The above shell redirection copies stdout to "out" and stderr to "err" + # while still sending them to stdout and stderr. It ensures the entire + # redirect_out_err command will return non-zero if "$@" or tee return non-zero. +} + function compute_petbounds_and_tasks() { # each test MUST define ${COMPONENT}_tasks variable for all components it is using @@ -373,10 +380,9 @@ check_results() { if [[ ${test_status} = 'FAIL' ]]; then echo "${TEST_ID} failed in check_result" >> "${PATHRT}/fail_test_${TEST_ID}" - - if [[ ${ROCOTO} = true || ${ECFLOW} == true ]]; then - exit 1 - fi + return 1 + else + return 0 fi } @@ -427,7 +433,7 @@ rocoto_create_compile_task() { cat << EOF >> "${ROCOTO_XML}" - &PATHRT;/run_compile.sh &PATHRT; &RUNDIR_ROOT; "${MAKE_OPT}" ${COMPILE_ID} 2>&1 | tee &LOG;/compile_${COMPILE_ID}.log + bash -c 'set -xe -o pipefail ; &PATHRT;/run_compile.sh &PATHRT; &RUNDIR_ROOT; "${MAKE_OPT}" ${COMPILE_ID} 2>&1 | tee &LOG;/compile_${COMPILE_ID}.log' compile_${COMPILE_ID} ${ACCNR} ${COMPILE_QUEUE} @@ -471,7 +477,7 @@ rocoto_create_run_task() { cat << EOF >> "${ROCOTO_XML}" ${DEP_STRING} - &PATHRT;/run_test.sh &PATHRT; &RUNDIR_ROOT; ${TEST_NAME} ${TEST_ID} ${COMPILE_ID} 2>&1 | tee &LOG;/run_${TEST_ID}${RT_SUFFIX}.log + bash -c 'set -xe -o pipefail ; &PATHRT;/run_test.sh &PATHRT; &RUNDIR_ROOT; ${TEST_NAME} ${TEST_ID} ${COMPILE_ID} 2>&1 | tee &LOG;/run_${TEST_ID}${RT_SUFFIX}.log' ${TEST_ID}${RT_SUFFIX} ${ACCNR} ${ROCOTO_NODESIZE:+${ROCOTO_NODESIZE}} diff --git a/tests/run_compile.sh b/tests/run_compile.sh index a9bf0070b6..1685f89653 100755 --- a/tests/run_compile.sh +++ b/tests/run_compile.sh @@ -1,5 +1,6 @@ #!/bin/bash set -eux +set -o pipefail echo "PID=$$" SECONDS=0 @@ -81,10 +82,7 @@ if [[ ${ROCOTO} = 'false' ]]; then submit_and_wait job_card else chmod u+x job_card - ( ./job_card 2>&1 1>&3 3>&- | tee err || true ) 3>&1 1>&2 | tee out - # The above shell redirection copies stdout to "out" and stderr to "err" - # while still sending them to stdout and stderr. It does this without - # relying on bash-specific extensions or non-standard OS features. + redirect_out_err ./job_card fi #ls -l "${PATHTR}/tests/fv3_${COMPILE_ID}.exe" diff --git a/tests/run_test.sh b/tests/run_test.sh index e2dcb31196..ace4fd0cf1 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -1,5 +1,6 @@ #!/bin/bash set -eux +set -o pipefail echo "PID=$$" SECONDS=0 @@ -364,17 +365,24 @@ elif [[ ${SCHEDULER} = 'slurm' ]]; then fi fi +# This "if" block is part of the rt.sh self-tests in error-test.conf. +# It emulates run_test.sh not being able to populate the work directory. +if [[ "${JOB_SHOULD_FAIL:-NO}" == WHEN_COPYING ]] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + ################################################################################ # Submit test job ################################################################################ export OMP_ENV=${OMP_ENV:-""} if [[ ${SCHEDULER} = 'none' ]]; then - ulimit -s unlimited if [[ ${CI_TEST} = 'true' ]]; then - eval "${OMP_ENV}" mpiexec -n "${TASKS}" ./fv3.exe >out 2> >(tee err >&3 || true) + eval "${OMP_ENV}" redirect_out_err mpiexec -n "${TASKS}" ./fv3.exe else - mpiexec -n "${TASKS}" ./fv3.exe >out 2> >(tee err >&3 || true) + redirect_out_err mpiexec -n "${TASKS}" ./fv3.exe fi else @@ -383,18 +391,16 @@ else submit_and_wait job_card else chmod u+x job_card - ( ./job_card 2>&1 1>&3 3>&- | tee err || true ) 3>&1 1>&2 | tee out - # The above shell redirection copies stdout to "out" and stderr to "err" - # while still sending them to stdout and stderr. It does this without - # relying on bash-specific extensions or non-standard OS features. + redirect_out_err ./job_card fi fi skip_check_results=${skip_check_results:-false} +results_okay=YES if [[ ${skip_check_results} = false ]]; then - check_results || true - # The above call will exit with an error on its own and does - # not need to cause run_test to TRAP the failure and error out itself. + if ( ! check_results ) ; then + results_okay=NO + fi else { echo @@ -410,7 +416,7 @@ if [[ ${SCHEDULER} != 'none' ]]; then cat "${RUNDIR}/job_timestamp.txt" >> "${LOG_DIR}/${JBNME}_timestamp.txt" fi -if [[ ${ROCOTO} = true ]]; then +if [[ ${results_okay} == YES ]]; then remove_fail_test fi diff --git a/tests/tests/dependency_unmet b/tests/tests/dependency_unmet new file mode 100644 index 0000000000..22e56406e7 --- /dev/null +++ b/tests/tests/dependency_unmet @@ -0,0 +1,86 @@ +############################################################################### +# +# Regression test self-test: a job that is never submitted due to a failed dependency. +# This file was modified from control_c48. +# +############################################################################### + +export TEST_DESCR="This test should use a compile job that fails. Its purpose is to ensure the rt.sh workflow won't submit the dependent job." + +export CNTL_DIR=control_c48 + +export LIST_FILES="sfcf000.nc \ + sfcf024.nc \ + atmf000.nc \ + atmf024.nc \ + RESTART/20210323.060000.coupler.res \ + RESTART/20210323.060000.fv_core.res.nc \ + RESTART/20210323.060000.fv_core.res.tile1.nc \ + RESTART/20210323.060000.fv_core.res.tile2.nc \ + RESTART/20210323.060000.fv_core.res.tile3.nc \ + RESTART/20210323.060000.fv_core.res.tile4.nc \ + RESTART/20210323.060000.fv_core.res.tile5.nc \ + RESTART/20210323.060000.fv_core.res.tile6.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210323.060000.fv_tracer.res.tile1.nc \ + RESTART/20210323.060000.fv_tracer.res.tile2.nc \ + RESTART/20210323.060000.fv_tracer.res.tile3.nc \ + RESTART/20210323.060000.fv_tracer.res.tile4.nc \ + RESTART/20210323.060000.fv_tracer.res.tile5.nc \ + RESTART/20210323.060000.fv_tracer.res.tile6.nc \ + RESTART/20210323.060000.phy_data.tile1.nc \ + RESTART/20210323.060000.phy_data.tile2.nc \ + RESTART/20210323.060000.phy_data.tile3.nc \ + RESTART/20210323.060000.phy_data.tile4.nc \ + RESTART/20210323.060000.phy_data.tile5.nc \ + RESTART/20210323.060000.phy_data.tile6.nc \ + RESTART/20210323.060000.sfc_data.tile1.nc \ + RESTART/20210323.060000.sfc_data.tile2.nc \ + RESTART/20210323.060000.sfc_data.tile3.nc \ + RESTART/20210323.060000.sfc_data.tile4.nc \ + RESTART/20210323.060000.sfc_data.tile5.nc \ + RESTART/20210323.060000.sfc_data.tile6.nc" + +export_fv3 +export_tiled + +export INPES=1 +export JNPES=1 +export WRTTASK_PER_GROUP=2 +export NPZ=127 +export NPZP=128 +export NPX=49 +export NPY=49 +export DT_ATMOS=1200 +export SYEAR=2021 +export SMONTH=03 +export SDAY=22 +export SHOUR=06 +export RESTART_INTERVAL=0 +export CDMBWD=${CDMBWD_c48} +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.false. +export OUTPUT_FH="6 -1" +export IAER=5111 +export IOVR=3 +export IMO=192 +export JMO=94 + +export FNSMCC_control="'global_soilmgldas.statsgo.t92.192.94.grb'" +export FNMSKH_control="'global_slmask.t62.192.94.grb'" +export FNSMCC=${FNSMCC_control} +export FNMSKH=${FNMSKH_control} + +export FV3_RUN=control_run.IN +export CCPP_SUITE=FV3_GFS_v17_p8 +export INPUT_NML=global_control.nml.IN + +if [[ " hera orion hercules jet " =~ " ${MACHINE_ID} " ]] ; then + ZSTANDARD_LEVEL=5 +fi diff --git a/tests/tests/fail_to_copy b/tests/tests/fail_to_copy new file mode 100644 index 0000000000..9158005b33 --- /dev/null +++ b/tests/tests/fail_to_copy @@ -0,0 +1,85 @@ +############################################################################### +# +# Regression test self-test: a job that fails to copy inputs. +# This file was modified from control_c48. +# +############################################################################### + +# A special flag that tells the job to fail at runtime before the job_card: +export JOB_SHOULD_FAIL=WHEN_COPYING + +export TEST_DESCR="The rt.sh workflow shouldn't complete when this test is enabled because run_test.sh will abort before the job_card." + +export CNTL_DIR=control_c48 + +export LIST_FILES="sfcf000.nc \ + sfcf024.nc \ + atmf000.nc \ + atmf024.nc \ + RESTART/20210323.060000.coupler.res \ + RESTART/20210323.060000.fv_core.res.nc \ + RESTART/20210323.060000.fv_core.res.tile1.nc \ + RESTART/20210323.060000.fv_core.res.tile2.nc \ + RESTART/20210323.060000.fv_core.res.tile3.nc \ + RESTART/20210323.060000.fv_core.res.tile4.nc \ + RESTART/20210323.060000.fv_core.res.tile5.nc \ + RESTART/20210323.060000.fv_core.res.tile6.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210323.060000.fv_tracer.res.tile1.nc \ + RESTART/20210323.060000.fv_tracer.res.tile2.nc \ + RESTART/20210323.060000.fv_tracer.res.tile3.nc \ + RESTART/20210323.060000.fv_tracer.res.tile4.nc \ + RESTART/20210323.060000.fv_tracer.res.tile5.nc \ + RESTART/20210323.060000.fv_tracer.res.tile6.nc \ + RESTART/20210323.060000.phy_data.tile1.nc \ + RESTART/20210323.060000.phy_data.tile2.nc \ + RESTART/20210323.060000.phy_data.tile3.nc \ + RESTART/20210323.060000.phy_data.tile4.nc \ + RESTART/20210323.060000.phy_data.tile5.nc \ + RESTART/20210323.060000.phy_data.tile6.nc \ + RESTART/20210323.060000.sfc_data.tile1.nc \ + RESTART/20210323.060000.sfc_data.tile2.nc \ + RESTART/20210323.060000.sfc_data.tile3.nc \ + RESTART/20210323.060000.sfc_data.tile4.nc \ + RESTART/20210323.060000.sfc_data.tile5.nc \ + RESTART/20210323.060000.sfc_data.tile6.nc" + +export_fv3 +export_tiled + +export INPES=1 +export JNPES=1 +export WRTTASK_PER_GROUP=2 +export NPZ=127 +export NPZP=128 +export NPX=49 +export NPY=49 +export DT_ATMOS=1200 +export SYEAR=2021 +export SMONTH=03 +export SDAY=22 +export SHOUR=06 +export RESTART_INTERVAL=0 +export CDMBWD=${CDMBWD_c48} +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.false. +export OUTPUT_FH="6 -1" +export IAER=5111 +export IOVR=3 +export IMO=192 +export JMO=94 + +export FNSMCC_control="'global_soilmgldas.statsgo.t92.192.94.grb'" +export FNMSKH_control="'global_slmask.t62.192.94.grb'" +export FNSMCC=${FNSMCC_control} +export FNMSKH=${FNMSKH_control} + +export FV3_RUN=control_run.IN +export CCPP_SUITE=FV3_GFS_v17_p8 +export INPUT_NML=global_control.nml.IN diff --git a/tests/tests/fail_to_run b/tests/tests/fail_to_run new file mode 100644 index 0000000000..cf906e532e --- /dev/null +++ b/tests/tests/fail_to_run @@ -0,0 +1,89 @@ +############################################################################### +# +# Regression test self-test: a job that fails to run the model. +# This file was modified from control_c48. +# +############################################################################### + +# A special flag that tells the job to fail at runtime inside the job_card +export JOB_SHOULD_FAIL=WHEN_RUNNING + +export TEST_DESCR="The rt.sh workflow shouldn't complete when this test is enabled because the job_card will abort." + +export CNTL_DIR=control_c48 + +export LIST_FILES="sfcf000.nc \ + sfcf024.nc \ + atmf000.nc \ + atmf024.nc \ + RESTART/20210323.060000.coupler.res \ + RESTART/20210323.060000.fv_core.res.nc \ + RESTART/20210323.060000.fv_core.res.tile1.nc \ + RESTART/20210323.060000.fv_core.res.tile2.nc \ + RESTART/20210323.060000.fv_core.res.tile3.nc \ + RESTART/20210323.060000.fv_core.res.tile4.nc \ + RESTART/20210323.060000.fv_core.res.tile5.nc \ + RESTART/20210323.060000.fv_core.res.tile6.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210323.060000.fv_tracer.res.tile1.nc \ + RESTART/20210323.060000.fv_tracer.res.tile2.nc \ + RESTART/20210323.060000.fv_tracer.res.tile3.nc \ + RESTART/20210323.060000.fv_tracer.res.tile4.nc \ + RESTART/20210323.060000.fv_tracer.res.tile5.nc \ + RESTART/20210323.060000.fv_tracer.res.tile6.nc \ + RESTART/20210323.060000.phy_data.tile1.nc \ + RESTART/20210323.060000.phy_data.tile2.nc \ + RESTART/20210323.060000.phy_data.tile3.nc \ + RESTART/20210323.060000.phy_data.tile4.nc \ + RESTART/20210323.060000.phy_data.tile5.nc \ + RESTART/20210323.060000.phy_data.tile6.nc \ + RESTART/20210323.060000.sfc_data.tile1.nc \ + RESTART/20210323.060000.sfc_data.tile2.nc \ + RESTART/20210323.060000.sfc_data.tile3.nc \ + RESTART/20210323.060000.sfc_data.tile4.nc \ + RESTART/20210323.060000.sfc_data.tile5.nc \ + RESTART/20210323.060000.sfc_data.tile6.nc" + +export_fv3 +export_tiled + +export INPES=1 +export JNPES=1 +export WRTTASK_PER_GROUP=2 +export NPZ=127 +export NPZP=128 +export NPX=49 +export NPY=49 +export DT_ATMOS=1200 +export SYEAR=2021 +export SMONTH=03 +export SDAY=22 +export SHOUR=06 +export RESTART_INTERVAL=0 +export CDMBWD=${CDMBWD_c48} +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.false. +export OUTPUT_FH="6 -1" +export IAER=5111 +export IOVR=3 +export IMO=192 +export JMO=94 + +export FNSMCC_control="'global_soilmgldas.statsgo.t92.192.94.grb'" +export FNMSKH_control="'global_slmask.t62.192.94.grb'" +export FNSMCC=${FNSMCC_control} +export FNMSKH=${FNMSKH_control} + +export FV3_RUN=control_run.IN +export CCPP_SUITE=FV3_GFS_v17_p8 +export INPUT_NML=global_control.nml.IN + +if [[ " hera orion hercules jet " =~ " ${MACHINE_ID} " ]] ; then + ZSTANDARD_LEVEL=5 +fi From c12760125ce7c5a85e8ced92d7f37c9ad6a59afe Mon Sep 17 00:00:00 2001 From: lisa-bengtsson <54411948+lisa-bengtsson@users.noreply.github.com> Date: Fri, 19 Jul 2024 19:27:11 -0600 Subject: [PATCH 4/4] HR4 and SFS baseline update: Improve convection/radiation interaction in the GFS physics suite (#2340) * ccpp-physics - update convection and PBL schemes to improve cloud/convection interaction * Output updraft value of convective cloud condensate in FV3 and CCPP * update xkinv1 to 0.15 * add check if progsigma is true --- FV3 | 2 +- tests/bl_date.conf | 2 +- tests/logs/OpnReqTests_control_p8_hera.log | 48 +- ...sts_cpld_control_nowave_noaero_p8_hera.log | 24 +- .../OpnReqTests_regional_control_hera.log | 30 +- tests/logs/RegressionTests_derecho.log | 634 ++++++-------- tests/logs/RegressionTests_gaea.log | 548 ++++++------ tests/logs/RegressionTests_hera.log | 752 +++++++++-------- tests/logs/RegressionTests_hercules.log | 797 ++++++++++-------- tests/logs/RegressionTests_jet.log | 486 +++++------ tests/logs/RegressionTests_orion.log | 642 ++++++-------- tests/logs/RegressionTests_wcoss2.log | 535 +++++------- tests/test_changes.list | 118 +++ 13 files changed, 2277 insertions(+), 2341 deletions(-) diff --git a/FV3 b/FV3 index 3581423f39..2527c11754 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 3581423f397e2eb0c1f0cd7f6b728593511278a9 +Subproject commit 2527c11754f1b8144dcbfb59952d0e06446a0166 diff --git a/tests/bl_date.conf b/tests/bl_date.conf index fab229196b..e46a9938cf 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20240624 +export BL_DATE=20240718 diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index fa28320843..4cb0905397 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Wed Jul 17 03:56:39 UTC 2024 +Fri Jul 19 00:14:31 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_618270/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2536879/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 = 279.926730 - 0: The maximum resident set size (KB) = 1464436 + 0: The total amount of wall time = 276.279391 + 0: The maximum resident set size (KB) = 1452840 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_618270/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2536879/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 = 981.451585 - 0: The maximum resident set size (KB) = 1435700 + 0: The total amount of wall time = 990.272278 + 0: The maximum resident set size (KB) = 1417316 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_618270/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2536879/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 = 251.528579 - 0: The maximum resident set size (KB) = 1422160 + 0: The total amount of wall time = 246.988630 + 0: The maximum resident set size (KB) = 1434736 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_618270/mpi_mpi +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2536879/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 = 247.727184 - 0: The maximum resident set size (KB) = 1422076 + 0: The total amount of wall time = 250.035763 + 0: The maximum resident set size (KB) = 1422624 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_618270/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2536879/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 = 252.564799 - 0: The maximum resident set size (KB) = 1432092 + 0: The total amount of wall time = 245.869118 + 0: The maximum resident set size (KB) = 1433972 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_618270/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2536879/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 = 248.590179 - 0: The maximum resident set size (KB) = 1429984 + 0: The total amount of wall time = 264.558137 + 0: The maximum resident set size (KB) = 1429592 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_618270/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2536879/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 = 252.979968 - 0: The maximum resident set size (KB) = 1430948 + 0: The total amount of wall time = 246.179584 + 0: The maximum resident set size (KB) = 1432416 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Jul 17 05:20:20 UTC 2024 -Elapsed time: 01h:23m:41s. Have a nice day! +Fri Jul 19 01:24:28 UTC 2024 +Elapsed time: 01h:09m:58s. 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 bff455551c..2746035280 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,9 +1,9 @@ -Wed Jul 17 02:51:07 UTC 2024 +Thu Jul 18 23:13:29 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_425938/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1423363/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 = 1336.337850 - 0: The maximum resident set size (KB) = 1531400 + 0: The total amount of wall time = 1357.749216 + 0: The maximum resident set size (KB) = 1508564 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_425938/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1423363/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 = 560.046630 - 0: The maximum resident set size (KB) = 1537008 + 0: The total amount of wall time = 429.276836 + 0: The maximum resident set size (KB) = 1490048 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_425938/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1423363/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 = 424.689553 - 0: The maximum resident set size (KB) = 1524172 + 0: The total amount of wall time = 415.555946 + 0: The maximum resident set size (KB) = 1523724 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Jul 17 03:56:38 UTC 2024 -Elapsed time: 01h:05m:32s. Have a nice day! +Fri Jul 19 00:14:30 UTC 2024 +Elapsed time: 01h:01m:02s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index e9c9358bc9..07bd280888 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Wed Jul 17 00:17:07 UTC 2024 +Thu Jul 18 18:52:58 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2874969/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3107506/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 = 1486.948093 - 0: The maximum resident set size (KB) = 773156 + 0: The total amount of wall time = 1502.224676 + 0: The maximum resident set size (KB) = 751036 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_2874969/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3107506/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 = 2254.792018 - 0: The maximum resident set size (KB) = 709916 + 0: The total amount of wall time = 2256.388361 + 0: The maximum resident set size (KB) = 711284 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_2874969/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3107506/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 = 2233.046743 - 0: The maximum resident set size (KB) = 722680 + 0: The total amount of wall time = 2204.842817 + 0: The maximum resident set size (KB) = 698332 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_2874969/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3107506/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 = 2245.932321 - 0: The maximum resident set size (KB) = 719656 + 0: The total amount of wall time = 2259.205585 + 0: The maximum resident set size (KB) = 704392 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Jul 17 02:51:06 UTC 2024 -Elapsed time: 02h:33m:59s. Have a nice day! +Thu Jul 18 23:13:28 UTC 2024 +Elapsed time: 04h:20m:30s. Have a nice day! diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index 9227f176a0..30ac89ebae 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,7 +1,7 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -2f6d2791f9dbc985ef8aec444864bfe74923be57 +1d6c84c5ad5433be0ba3bcb17ae49a17d69e8918 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3581423f397e2eb0c1f0cd7f6b728593511278a9 FV3 (heads/develop) + a8e7a4c547bcb0bde8d1a5a9321920e23d63d848 FV3 (remotes/origin/sigcld) 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) + 1e9b0dd6c9c9da577349e02c1bb6fc912d29ceba FV3/ccpp/physics (ccpp_transition_to_vlab_master_20190705-4313-g1e9b0dd6) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -35,371 +35,285 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /glade/derecho/scratch/epicufsrt/FV3_RT/rt_72130 +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240718 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_127189 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -FAILED: UNABLE TO FINISH COMPILE -- COMPILE 's2swa_32bit_intel' [, ] -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'cpld_control_p8_mixedmode_intel' [, ]( MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [09:07, 27:21] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [18:51, 15:09](1920 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:03, 16:58](1947 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:29, 08:50](1067 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:01, 17:02](1883 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [09:06, 26:44] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:37, 14:48](1913 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [54:59, 14:39] ( 1530 warnings 1948 remarks ) - -PASS -- COMPILE 's2swa_intel' [06:59, 24:57] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [11:47, 06:41](3229 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:04, 07:07](3224 MB) -PASS -- TEST 'cpld_restart_p8_intel' [11:08, 04:39](3157 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [11:47, 06:36](3251 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [11:08, 04:29](3182 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [11:13, 06:26](3731 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [11:12, 06:46](3217 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [10:00, 05:52](3543 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:06, 07:08](3235 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [18:40, 10:21](3815 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [21:12, 07:22](3626 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [45:40, 11:20](4526 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [34:31, 08:35](4665 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [11:03, 06:24](3213 MB) - -PASS -- COMPILE 's2sw_intel' [03:58, 22:14] ( 10 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:08, 05:27](1925 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:22, 05:40](1988 MB) - -PASS -- COMPILE 's2swa_debug_intel' [55:02, 14:39] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [15:18, 08:55](3298 MB) - -PASS -- COMPILE 's2sw_debug_intel' [54:01, 13:38] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:21, 06:28](1962 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [59:03, 18:22] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:14, 05:34](1982 MB) - -PASS -- COMPILE 's2s_intel' [59:04, 18:11] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:40, 07:15](2945 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:35, 03:00](2948 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:53, 02:12](2341 MB) - -FAILED: UNABLE TO FINISH COMPILE -- COMPILE 's2swa_faster_intel' [, ] -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'cpld_control_p8_faster_intel' [, ]( MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [27:18, 25:12] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:33, 15:12](1931 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:56, 09:04](1111 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:34, 17:11](1900 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [16:21, 14:09] ( 1565 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:36, 24:13](1967 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [18:25, 17:35] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [06:09, 03:35](671 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:22, 02:35](1568 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:01, 02:40](1570 MB) -PASS -- TEST 'control_latlon_intel' [05:37, 02:34](1570 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:32, 02:34](1575 MB) -PASS -- TEST 'control_c48_intel' [09:37, 06:18](1621 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:00, 05:20](736 MB) -PASS -- TEST 'control_c192_intel' [12:54, 08:50](1682 MB) -PASS -- TEST 'control_c384_intel' [20:39, 09:06](2004 MB) -PASS -- TEST 'control_c384gdas_intel' [24:36, 07:29](1205 MB) -PASS -- TEST 'control_stochy_intel' [03:47, 01:32](627 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:08, 00:58](441 MB) -PASS -- TEST 'control_lndp_intel' [04:46, 01:27](628 MB) -PASS -- TEST 'control_iovr4_intel' [06:08, 02:16](625 MB) -PASS -- TEST 'control_iovr5_intel' [05:18, 02:17](619 MB) -PASS -- TEST 'control_p8_intel' [07:10, 03:32](1868 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:23, 03:49](1871 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [09:11, 03:43](1867 MB) -PASS -- TEST 'control_restart_p8_intel' [05:55, 02:27](1013 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:17, 03:49](1861 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [06:05, 02:37](1022 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:10, 03:45](1861 MB) -PASS -- TEST 'control_2threads_p8_intel' [07:04, 03:28](1950 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:53, 05:41](1862 MB) -FAILED: RUN DID NOT COMPLETE -- TEST 'control_p8_rrtmgp_intel' [, ]( MB) -FAILED: RUN DID NOT COMPLETE -- TEST 'control_p8_mynn_intel' [, ]( MB) -PASS -- TEST 'merra2_thompson_intel' [07:25, 03:56](1867 MB) -PASS -- TEST 'regional_control_intel' [08:33, 05:42](874 MB) -PASS -- TEST 'regional_restart_intel' [06:14, 03:33](873 MB) -PASS -- TEST 'regional_decomp_intel' [07:29, 05:45](872 MB) -PASS -- TEST 'regional_noquilt_intel' [08:07, 05:22](1194 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:58, 05:31](880 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:25, 05:24](874 MB) -PASS -- TEST 'regional_wofs_intel' [08:28, 05:45](1606 MB) - -PASS -- COMPILE 'rrfs_intel' [16:19, 14:55] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [11:58, 06:19](1010 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:47, 03:57](1193 MB) -PASS -- TEST 'rap_decomp_intel' [11:58, 06:29](1006 MB) -PASS -- TEST 'rap_2threads_intel' [11:58, 05:48](1094 MB) -PASS -- TEST 'rap_restart_intel' [06:52, 03:24](883 MB) -PASS -- TEST 'rap_sfcdiff_intel' [12:04, 06:14](1004 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:56, 06:34](1003 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:47, 04:40](886 MB) -PASS -- TEST 'hrrr_control_intel' [09:01, 03:21](1006 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [10:00, 03:32](1006 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [09:02, 02:58](1092 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:22, 01:55](836 MB) -PASS -- TEST 'rrfs_v1beta_intel' [12:06, 06:09](1004 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:23, 07:28](1968 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:14, 07:15](1954 MB) - -PASS -- COMPILE 'csawmg_intel' [15:21, 13:18] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [09:41, 07:02](965 MB) -PASS -- TEST 'control_ras_intel' [05:04, 03:00](656 MB) - -PASS -- COMPILE 'wam_intel' [14:22, 12:32] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:27, 10:08](1661 MB) - -FAILED: UNABLE TO FINISH COMPILE -- COMPILE 'atm_faster_dyn32_intel' [, ] -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'control_p8_faster_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'regional_control_faster_intel' [, ]( MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [16:23, 14:53] ( 889 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:37, 02:47](1608 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:34, 02:44](1605 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:49, 02:58](808 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:56, 02:40](807 MB) -PASS -- TEST 'control_csawmg_debug_intel' [08:44, 05:01](1124 MB) -PASS -- TEST 'control_ras_debug_intel' [04:58, 02:41](814 MB) -PASS -- TEST 'control_diag_debug_intel' [09:31, 02:43](1664 MB) -PASS -- TEST 'control_debug_p8_intel' [07:38, 03:50](1902 MB) -PASS -- TEST 'regional_debug_intel' [20:36, 17:40](941 MB) -PASS -- TEST 'rap_control_debug_intel' [07:30, 04:51](1193 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:15, 04:44](1185 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:48, 04:44](1190 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:48, 04:49](1191 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:06, 04:48](1191 MB) -PASS -- TEST 'rap_diag_debug_intel' [10:20, 05:07](1275 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:04, 04:56](1193 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:04, 05:06](1195 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:06, 04:49](1192 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:00, 04:51](1195 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:57, 04:41](1191 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [08:47, 04:48](1192 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:18, 05:43](11889801190 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [08:34, 02:40](11834201188 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:55, 04:00](11990641197 MB) -PASS -- TEST 'rap_flake_debug_intel' [09:47, 04:54](1194 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:52, 08:07](1198 MB) - -PASS -- COMPILE 'wam_debug_intel' [10:21, 08:33] ( 844 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [16:43, 12:24](1701 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:16, 12:31] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [09:52, 03:47](1057 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:55, 05:18](886 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:11, 02:57](884 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:50, 04:53](945 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:45, 02:37](942 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:45, 03:04](882 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:45, 04:05](797 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:13, 01:41](780 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [18:17, 16:41] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [08:57, 02:19](1087 MB) -PASS -- TEST 'conus13km_2threads_intel' [05:53, 01:18](1087 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [05:45, 01:14](975 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:17, 12:39] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:53, 03:45](908 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:58, 08:41] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:59, 04:40](1066 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:16, 04:37](1069 MB) -PASS -- TEST 'conus13km_debug_intel' [19:22, 13:36](1152 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [19:09, 13:50](840 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [12:22, 08:00](1156 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [18:40, 13:38](1220 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:20, 08:20] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:04, 04:42](1091 MB) - -PASS -- COMPILE 'hafsw_intel' [22:24, 20:21] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:27, 05:06](720 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:58, 05:51](1067 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:38, 06:58](776 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:24, 11:39](792 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:36, 12:34](814 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:47, 04:54](474 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:31, 06:08](497 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:35, 02:33](394 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:27, 06:35](458 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:45, 03:36](513 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:38, 03:23](513 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:12, 04:16](588 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:48, 01:26](427 MB) -PASS -- TEST 'gnv1_nested_intel' [10:09, 04:39](1723 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [13:24, 10:31] ( 1472 warnings 1481 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [18:20, 12:38](624 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [32:28, 28:40] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:24, 07:33](633 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:17, 07:38](688 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [23:28, 21:36] ( 5 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:00, 05:54](684 MB) - -PASS -- COMPILE 'hafs_all_intel' [20:18, 18:10] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:41, 05:59](755 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:32, 05:58](741 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:41, 16:15](892 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [11:15, 10:27] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:08, 02:33](765 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:15, 01:39](754 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:00, 02:23](641 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:05, 02:28](644 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:11, 02:29](642 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:14, 02:35](765 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:14, 02:36](763 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:07, 02:28](644 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [16:06, 06:45](693 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [15:22, 06:39](676 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:25, 02:36](765 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:22, 04:08](2019 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:21, 04:12](2018 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [09:19, 07:44] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:52, 05:14](748 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [15:15, 10:12] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:58, 02:35](765 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [07:24, 03:24] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:54, 02:14](302 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:47, 02:09](452 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [04:55, 01:01](452 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [17:18, 15:15] ( 5 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [09:03, 05:09](1923 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:52, 13:53] ( 5 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:52, 05:06](1912 MB) - -PASS -- COMPILE 'atml_intel' [18:23, 16:47] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:24, 09:26](1884 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [12:20, 09:30](1894 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:19, 04:55](1041 MB) - -PASS -- COMPILE 'atml_debug_intel' [13:24, 11:37] ( 887 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [11:20, 07:43](1933 MB) - -PASS -- COMPILE 'atmw_intel' [16:32, 15:25] ( 5 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:45, 03:22](1887 MB) - -PASS -- COMPILE 'atmaero_intel' [15:31, 13:58] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [09:45, 05:26](3124 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:32, 04:32](2997 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:32, 04:47](3012 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [10:19, 09:15] ( 889 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [29:37, 22:59](4543 MB) +PASS -- COMPILE 's2swa_32bit_intel' [23:24, 22:36] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:47, 05:32](3200 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:26, 24:42] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [16:54, 14:35](1916 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:21, 15:51](1953 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:14, 07:58](1084 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:58, 16:44](1888 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [25:26, 24:44] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [16:14, 14:28](1911 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [13:22, 12:46] ( 1530 warnings 1948 remarks ) + +PASS -- COMPILE 's2swa_intel' [23:24, 22:24] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [09:41, 06:13](3225 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:05, 06:33](3225 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:52, 04:06](3156 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:49, 06:28](3253 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:58, 04:13](3185 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:41, 06:02](3730 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:41, 06:08](3219 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:37, 05:21](3540 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:01, 06:22](3236 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [13:56, 09:42](3894 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [14:54, 06:42](3628 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [27:42, 10:45](4522 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [26:53, 07:19](4672 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:32, 06:06](3208 MB) + +PASS -- COMPILE 's2sw_intel' [21:24, 20:44] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:34, 04:54](1928 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:49, 05:06](1994 MB) + +PASS -- COMPILE 's2swa_debug_intel' [13:22, 12:44] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [11:22, 08:33](3302 MB) + +PASS -- COMPILE 's2sw_debug_intel' [13:22, 12:07] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:35, 05:55](1957 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [17:22, 16:29] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:08, 05:01](1991 MB) + +PASS -- COMPILE 's2s_intel' [17:22, 16:41] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:17, 06:53](2939 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:13, 02:31](2951 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:12, 01:37](2343 MB) + +PASS -- COMPILE 's2swa_faster_intel' [27:25, 26:56] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:27, 06:22](3231 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [24:23, 23:12] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:59, 14:57](1941 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:28, 08:07](1115 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:44, 16:39](1905 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [13:19, 11:44] ( 1565 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:32, 23:57](1969 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [17:22, 15:49] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:39, 03:27](673 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:10, 02:29](1573 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:24, 02:34](1580 MB) +PASS -- TEST 'control_latlon_intel' [04:04, 02:29](1572 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:12, 02:30](1574 MB) +PASS -- TEST 'control_c48_intel' [08:14, 06:05](1616 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:38, 05:17](735 MB) +PASS -- TEST 'control_c192_intel' [12:17, 08:45](1694 MB) +PASS -- TEST 'control_c384_intel' [16:06, 08:45](2006 MB) +PASS -- TEST 'control_c384gdas_intel' [15:27, 07:06](1202 MB) +PASS -- TEST 'control_stochy_intel' [02:32, 01:29](627 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:34, 00:53](443 MB) +PASS -- TEST 'control_lndp_intel' [02:29, 01:22](626 MB) +PASS -- TEST 'control_iovr4_intel' [03:35, 02:06](622 MB) +PASS -- TEST 'control_iovr5_intel' [03:40, 02:11](620 MB) +PASS -- TEST 'control_p8_intel' [05:29, 03:16](1864 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:55, 03:13](1859 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:51, 03:11](1864 MB) +PASS -- TEST 'control_restart_p8_intel' [04:25, 02:11](1017 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:49, 03:18](1859 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:20, 02:15](1018 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:37, 03:15](1861 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:34, 03:10](1954 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:28, 05:03](1863 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:52, 04:08](1929 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:46, 03:23](1873 MB) +PASS -- TEST 'merra2_thompson_intel' [05:30, 03:38](1871 MB) +PASS -- TEST 'regional_control_intel' [06:53, 05:08](874 MB) +PASS -- TEST 'regional_restart_intel' [05:06, 03:13](870 MB) +PASS -- TEST 'regional_decomp_intel' [06:55, 05:17](873 MB) +PASS -- TEST 'regional_noquilt_intel' [06:52, 05:00](1187 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:51, 05:05](879 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:01, 05:12](882 MB) +PASS -- TEST 'regional_wofs_intel' [06:58, 05:42](1605 MB) + +PASS -- COMPILE 'rrfs_intel' [14:21, 13:24] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:29, 06:08](1008 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:28, 03:43](1194 MB) +PASS -- TEST 'rap_decomp_intel' [08:29, 06:25](1009 MB) +PASS -- TEST 'rap_2threads_intel' [08:34, 05:41](1101 MB) +PASS -- TEST 'rap_restart_intel' [05:19, 03:17](881 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:37, 06:07](1004 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:37, 06:23](1002 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:10, 04:38](884 MB) +PASS -- TEST 'hrrr_control_intel' [05:09, 03:18](1004 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:09, 03:22](999 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:09, 02:50](1091 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:46, 01:45](839 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:37, 06:01](1004 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:03, 07:27](1961 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:05, 07:11](1951 MB) + +PASS -- COMPILE 'csawmg_intel' [13:13, 11:49] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [09:14, 06:43](965 MB) +PASS -- TEST 'control_ras_intel' [04:40, 02:57](661 MB) + +PASS -- COMPILE 'wam_intel' [12:15, 11:23] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [12:36, 10:05](1662 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [19:15, 17:48] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:35, 03:09](1861 MB) +PASS -- TEST 'regional_control_faster_intel' [06:59, 05:00](871 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [14:14, 13:23] ( 889 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:03, 02:32](1603 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:04, 02:36](1602 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:41, 02:52](809 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:32, 02:41](812 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:00, 04:37](1120 MB) +PASS -- TEST 'control_ras_debug_intel' [03:43, 02:39](816 MB) +PASS -- TEST 'control_diag_debug_intel' [04:51, 02:35](1664 MB) +PASS -- TEST 'control_debug_p8_intel' [05:01, 03:30](1903 MB) +PASS -- TEST 'regional_debug_intel' [19:01, 17:05](932 MB) +PASS -- TEST 'rap_control_debug_intel' [06:35, 04:47](1196 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:38, 04:34](1190 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:34, 04:40](1192 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:38, 04:48](1197 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:39, 04:55](1197 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:40, 04:55](1277 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:40, 04:51](1196 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:37, 04:48](1197 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:43, 04:53](1197 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:42, 04:49](1195 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:44, 04:35](1191 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:38, 04:42](1194 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:35, 07:33](1191 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:37, 04:40](1187 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:47, 05:33](1198 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:46, 04:44](1192 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:16, 07:59](1194 MB) + +PASS -- COMPILE 'wam_debug_intel' [08:13, 07:27] ( 844 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:05, 12:16](1703 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:19, 11:32] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:35, 03:34](1060 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:09, 05:11](885 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:12, 02:52](884 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:59, 04:47](946 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:16, 02:28](939 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:16, 02:57](882 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:03, 03:56](793 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:42, 01:35](777 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:15, 15:37] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:54, 01:55](1090 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:33, 01:00](1083 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:30, 01:12](974 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:20, 11:43] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:11, 03:39](906 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:19, 07:42] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:35, 04:33](1070 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:36, 04:32](1068 MB) +PASS -- TEST 'conus13km_debug_intel' [15:45, 13:16](1152 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:37, 13:26](837 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:01, 07:45](1152 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:47, 13:25](1220 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:14, 07:28] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:29, 04:37](1095 MB) + +PASS -- COMPILE 'hafsw_intel' [19:22, 18:48] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:34, 04:42](718 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:52, 05:16](1063 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:16, 06:33](775 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:24, 11:07](796 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:23, 12:13](815 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:29, 04:44](474 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:39, 05:51](493 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:07, 02:24](392 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:00, 06:12](461 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:12, 03:22](513 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:21, 03:07](515 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:24, 03:54](587 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:32, 01:15](428 MB) +PASS -- TEST 'gnv1_nested_intel' [07:29, 04:10](1721 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [10:14, 08:51] ( 1472 warnings 1481 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:19, 12:17](625 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [28:23, 27:28] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:40, 07:15](634 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:53, 07:20](688 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [21:22, 20:06] ( 5 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:40, 05:32](678 MB) + +PASS -- COMPILE 'hafs_all_intel' [17:24, 16:12] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:25, 05:40](755 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:37, 05:44](739 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:13, 16:15](894 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:19, 09:09] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:30, 02:31](764 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:50, 01:34](753 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:43, 02:22](643 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:43, 02:27](645 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:35, 02:25](642 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:45, 02:32](764 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:45, 02:32](764 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:40, 02:23](639 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:45, 05:41](695 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:29, 05:44](677 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:27, 02:33](765 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:49, 03:57](2018 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:51, 03:57](2025 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [07:21, 06:28] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:40, 05:11](748 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:21, 09:01] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:32, 02:31](765 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:19, 03:02] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:45, 01:19](310 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:39, 01:15](456 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:39, 00:48](451 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:22, 13:51] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:52, 04:02](1926 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:20, 12:47] ( 5 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:44, 03:45](1900 MB) + +PASS -- COMPILE 'atml_intel' [17:21, 15:55] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:40, 07:04](1884 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [09:42, 07:17](1883 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:00, 04:03](1029 MB) + +PASS -- COMPILE 'atml_debug_intel' [11:20, 10:28] ( 887 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:45, 06:12](1938 MB) + +PASS -- COMPILE 'atmw_intel' [15:19, 14:33] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:31, 02:15](1895 MB) + +PASS -- COMPILE 'atmaero_intel' [13:19, 12:46] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:56, 04:16](3126 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:58, 04:21](2996 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:22, 04:24](3008 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [09:17, 08:28] ( 889 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [26:12, 21:53](4534 MB) SYNOPSIS: -Starting Date/Time: 20240717 17:53:45 -Ending Date/Time: 20240717 21:27:52 -Total Time: 03h:35m:49s -Compiles Completed: 38/41 -Tests Completed: 177/183 -Failed Compiles: -* COMPILE s2swa_32bit_intel: FAILED: UNABLE TO FINISH COMPILE --- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/sandbox/Land_DA_Sandbox_Pipeline_Final/rt-2335/tests/logs/log_derecho/compile_s2swa_32bit_intel.log -* COMPILE s2swa_faster_intel: FAILED: UNABLE TO FINISH COMPILE --- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/sandbox/Land_DA_Sandbox_Pipeline_Final/rt-2335/tests/logs/log_derecho/compile_s2swa_faster_intel.log -* COMPILE atm_faster_dyn32_intel: FAILED: UNABLE TO FINISH COMPILE --- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/sandbox/Land_DA_Sandbox_Pipeline_Final/rt-2335/tests/logs/log_derecho/compile_atm_faster_dyn32_intel.log -Failed Tests: -* TEST control_p8_rrtmgp_intel: FAILED: RUN DID NOT COMPLETE --- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/sandbox/Land_DA_Sandbox_Pipeline_Final/rt-2335/tests/logs/log_derecho/run_control_p8_rrtmgp_intel.log -* TEST control_p8_mynn_intel: FAILED: RUN DID NOT COMPLETE --- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/sandbox/Land_DA_Sandbox_Pipeline_Final/rt-2335/tests/logs/log_derecho/run_control_p8_mynn_intel.log - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF DERECHO REGRESSION TESTING LOG==== -====START OF DERECHO REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -a3771eaecd5c6e2e72e9ca1b474e4693c7705ba9 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3581423f397e2eb0c1f0cd7f6b728593511278a9 FV3 (heads/develop) - 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) - 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_5262 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: nral0032 -* (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_32bit_intel' [23:18, 22:52] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:10, 05:46](3205 MB) - -PASS -- COMPILE 's2swa_faster_intel' [27:40, 27:12] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [12:58, 06:29](3232 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [23:18, 18:03] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:25, 03:27](1868 MB) -PASS -- TEST 'regional_control_faster_intel' [06:47, 05:06](871 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:14, 15:46] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_p8_rrtmgp_intel' [08:00, 04:33](1923 MB) -PASS -- TEST 'control_p8_mynn_intel' [08:05, 03:32](1875 MB) - -SYNOPSIS: -Starting Date/Time: 20240718 07:21:40 -Ending Date/Time: 20240718 08:04:53 -Total Time: 00h:43m:33s -Compiles Completed: 4/4 -Tests Completed: 6/6 +Starting Date/Time: 20240719 10:21:56 +Ending Date/Time: 20240719 12:00:26 +Total Time: 01h:39m:41s +Compiles Completed: 41/41 +Tests Completed: 183/183 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index a935178f3f..e42e626032 100644 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,7 +1,7 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -a3771eaecd5c6e2e72e9ca1b474e4693c7705ba9 +1d6c84c5ad5433be0ba3bcb17ae49a17d69e8918 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3581423f397e2eb0c1f0cd7f6b728593511278a9 FV3 (heads/develop) + a8e7a4c547bcb0bde8d1a5a9321920e23d63d848 FV3 (remotes/origin/sigcld) 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) + 1e9b0dd6c9c9da577349e02c1bb6fc912d29ceba FV3/ccpp/physics (ccpp_transition_to_vlab_master_20190705-4313-g1e9b0dd6) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -35,285 +35,285 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_256117 +BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240718 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_218421 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [42:16, 41:09] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:57, 07:24](3196 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [43:17, 42:13] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [17:18, 13:47](1925 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:26, 15:07](1943 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:06, 07:28](1078 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:37, 15:37](1896 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [43:17, 42:13] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [16:53, 13:27](1913 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [38:14, 38:09] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [30:25, 24:40](1949 MB) - -PASS -- COMPILE 's2swa_intel' [41:15, 40:51] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [15:57, 08:23](3228 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:58, 08:22](3225 MB) -PASS -- TEST 'cpld_restart_p8_intel' [10:18, 05:40](3157 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [15:57, 08:13](3245 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [10:18, 05:46](3181 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [14:54, 06:54](3461 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [15:17, 07:57](3221 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [14:57, 07:18](3168 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:58, 08:09](3226 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [17:51, 10:33](3446 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [14:21, 08:22](3608 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [23:19, 13:16](4207 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [19:46, 09:25](4357 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [15:37, 08:18](3207 MB) - -PASS -- COMPILE 's2sw_intel' [41:15, 40:17] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [11:26, 05:02](1938 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [13:17, 05:23](1995 MB) - -PASS -- COMPILE 's2swa_debug_intel' [38:12, 38:09] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [17:23, 10:34](3279 MB) - -PASS -- COMPILE 's2sw_debug_intel' [36:16, 35:46] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:34, 06:02](1957 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [38:14, 37:38] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:17, 05:14](1998 MB) - -PASS -- COMPILE 's2s_intel' [37:16, 36:14] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [10:33, 06:35](2925 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [07:03, 02:01](2930 MB) -PASS -- TEST 'cpld_restart_c48_intel' [05:28, 01:12](2326 MB) - -PASS -- COMPILE 's2swa_faster_intel' [44:15, 44:04] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [14:47, 08:07](3227 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [39:16, 38:21] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:04, 15:16](1935 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:55, 07:27](1108 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:34, 17:47](1909 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [32:16, 31:16] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [33:41, 27:20](1963 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [28:15, 27:55] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:50, 03:50](665 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [07:21, 03:04](1570 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:22, 03:11](1569 MB) -PASS -- TEST 'control_latlon_intel' [05:39, 03:06](1572 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:02, 03:10](1572 MB) -PASS -- TEST 'control_c48_intel' [10:46, 06:37](1600 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [09:26, 05:39](719 MB) -PASS -- TEST 'control_c192_intel' [12:23, 10:07](1682 MB) -PASS -- TEST 'control_c384_intel' [22:01, 18:24](1979 MB) -PASS -- TEST 'control_c384gdas_intel' [19:48, 14:20](1178 MB) -PASS -- TEST 'control_stochy_intel' [04:15, 01:57](624 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:32, 01:00](426 MB) -PASS -- TEST 'control_lndp_intel' [04:05, 01:51](622 MB) -PASS -- TEST 'control_iovr4_intel' [05:17, 02:40](620 MB) -PASS -- TEST 'control_iovr5_intel' [04:45, 02:32](619 MB) -PASS -- TEST 'control_p8_intel' [06:48, 03:21](1859 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [08:20, 03:22](1859 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:30, 03:21](1867 MB) -PASS -- TEST 'control_restart_p8_intel' [05:18, 01:53](1013 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:19, 03:21](1858 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:29, 01:58](1016 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:10, 03:26](1858 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:08, 02:55](1950 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:42, 05:28](1860 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [08:42, 04:16](1919 MB) -PASS -- TEST 'control_p8_mynn_intel' [07:20, 03:28](1867 MB) -PASS -- TEST 'merra2_thompson_intel' [07:23, 03:50](1865 MB) -PASS -- TEST 'regional_control_intel' [06:50, 04:43](859 MB) -PASS -- TEST 'regional_restart_intel' [04:59, 02:39](861 MB) -PASS -- TEST 'regional_decomp_intel' [07:51, 05:11](860 MB) -PASS -- TEST 'regional_2threads_intel' [05:57, 03:05](999 MB) -PASS -- TEST 'regional_noquilt_intel' [07:00, 04:38](1181 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:10, 04:47](857 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:51, 04:46](858 MB) -PASS -- TEST 'regional_wofs_intel' [08:04, 06:05](1588 MB) - -PASS -- COMPILE 'rrfs_intel' [27:12, 26:48] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [11:17, 06:58](1009 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:43, 04:02](1187 MB) -PASS -- TEST 'rap_decomp_intel' [11:49, 07:10](1009 MB) -PASS -- TEST 'rap_2threads_intel' [11:17, 06:10](1096 MB) -PASS -- TEST 'rap_restart_intel' [07:20, 03:56](879 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:07, 07:02](1007 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:48, 07:19](1007 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:33, 04:57](880 MB) -PASS -- TEST 'hrrr_control_intel' [08:34, 03:51](1002 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [08:34, 03:57](1005 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [08:34, 03:07](1087 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:44, 02:04](835 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:08, 06:49](1003 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:58, 08:12](1964 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:06, 07:59](1950 MB) - -PASS -- COMPILE 'csawmg_intel' [25:16, 24:57] -PASS -- TEST 'control_csawmg_intel' [09:16, 06:41](964 MB) -PASS -- TEST 'control_ras_intel' [05:43, 03:24](657 MB) - -PASS -- COMPILE 'wam_intel' [25:17, 24:20] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [14:31, 11:39](1661 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [34:14, 33:12] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [07:05, 03:16](1859 MB) -PASS -- TEST 'regional_control_faster_intel' [06:21, 04:49](857 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [27:21, 26:59] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:31, 03:16](1587 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:58, 03:02](1590 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:00, 03:13](796 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:17, 02:59](794 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:01, 04:41](1107 MB) -PASS -- TEST 'control_ras_debug_intel' [04:27, 02:56](803 MB) -PASS -- TEST 'control_diag_debug_intel' [04:59, 03:04](1659 MB) -PASS -- TEST 'control_debug_p8_intel' [05:54, 03:20](1890 MB) -PASS -- TEST 'regional_debug_intel' [18:43, 16:36](899 MB) -PASS -- TEST 'rap_control_debug_intel' [07:18, 05:18](1180 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:28, 05:12](1174 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:27, 05:08](1178 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:27, 05:06](1178 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:17, 05:12](1180 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:37, 05:14](1263 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:28, 05:10](1182 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:26, 05:15](1183 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:11, 05:06](1182 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:16, 05:05](1180 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:05, 05:00](1178 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:54, 05:09](1178 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:22, 08:01](1178 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:46, 05:01](1173 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:35, 06:03](1186 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:47, 05:02](1180 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:50, 08:50](1182 MB) - -PASS -- COMPILE 'wam_debug_intel' [22:19, 21:10] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [16:45, 13:43](1686 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [26:15, 25:12] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:59, 03:48](1047 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:21, 05:56](882 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [08:27, 03:28](880 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:21, 05:17](942 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:06, 02:43](935 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [08:25, 03:36](880 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:32, 04:12](781 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:39, 01:51](764 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [30:15, 30:05] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:52, 02:17](1096 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:32, 01:05](1076 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [05:04, 01:26](979 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [25:15, 24:56] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [09:34, 04:18](912 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [22:15, 21:23] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:31, 04:58](1058 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:30, 05:09](1057 MB) -PASS -- TEST 'conus13km_debug_intel' [18:18, 14:27](1137 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [18:18, 14:18](817 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:40, 08:21](1124 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:46, 14:17](1209 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [22:14, 21:13] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:21, 05:18](1084 MB) - -PASS -- COMPILE 'hafsw_intel' [35:16, 34:24] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:30, 05:18](703 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:55, 04:33](1056 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:18, 07:43](754 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:47, 11:44](785 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:28, 12:56](800 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:12, 05:28](477 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:03, 06:58](494 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [08:03, 02:55](376 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [14:36, 08:22](447 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:20, 03:47](512 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:41, 03:33](512 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:20, 04:47](571 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:18, 01:45](403 MB) -PASS -- TEST 'gnv1_nested_intel' [12:11, 06:27](1716 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [29:13, 28:17] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:59, 13:05](598 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [40:16, 39:20] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:13, 07:43](615 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:14, 07:47](787 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [36:16, 35:49] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:19, 06:02](784 MB) - -PASS -- COMPILE 'hafs_all_intel' [34:12, 33:43] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:03, 06:17](737 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:13, 06:20](725 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:13, 20:08](892 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [27:18, 26:13] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:13, 02:33](760 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:37, 01:36](750 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:02, 02:26](640 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:17, 02:26](640 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:23, 02:29](640 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:21, 02:33](760 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:23, 02:35](758 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:13, 02:25](638 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:05, 06:06](692 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:05, 05:49](673 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:13, 02:35](760 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:14, 04:40](2017 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:15, 04:40](2019 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [24:15, 23:25] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:39, 05:32](730 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [27:21, 26:11] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:35, 02:36](760 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [12:16, 11:59] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:49, 02:06](308 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:47, 01:42](455 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:48, 01:11](454 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [29:15, 28:50] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:49, 04:11](1925 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [26:15, 25:45] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:02, 04:17](1914 MB) - -PASS -- COMPILE 'atml_intel' [25:11, 24:27] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:03, 07:40](1893 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:03, 07:43](1893 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:55, 04:03](1023 MB) - -PASS -- COMPILE 'atml_debug_intel' [21:12, 20:38] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:53, 06:37](1931 MB) - -PASS -- COMPILE 'atmw_intel' [21:16, 19:34] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:09, 02:21](1898 MB) - -PASS -- COMPILE 'atmaero_intel' [19:11, 18:16] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:41, 06:09](3119 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:41, 06:37](3005 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:16, 06:43](3017 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [15:11, 15:07] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [21:06, 18:25](4445 MB) +PASS -- COMPILE 's2swa_32bit_intel' [53:17, 52:22] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:28, 07:23](3196 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [54:17, 53:56] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [21:50, 13:51](1925 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:51, 15:16](1943 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [13:45, 06:57](1077 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:02, 15:12](1895 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [54:17, 53:40] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:26, 14:18](1912 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [49:13, 48:18] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [31:49, 24:18](1951 MB) + +PASS -- COMPILE 's2swa_intel' [52:14, 51:26] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [17:09, 08:45](3226 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [17:41, 08:20](3225 MB) +PASS -- TEST 'cpld_restart_p8_intel' [14:39, 06:45](3157 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [17:09, 08:41](3245 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [14:39, 06:31](3180 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [14:49, 06:53](3466 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [16:08, 08:07](3222 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [15:24, 07:25](3168 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [17:41, 08:23](3226 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [20:58, 10:34](3447 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [17:36, 07:57](3610 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [25:26, 13:09](4208 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [23:31, 09:24](4361 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [16:19, 08:22](3207 MB) + +PASS -- COMPILE 's2sw_intel' [51:17, 51:00] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [13:40, 05:23](1932 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [13:40, 05:52](1995 MB) + +PASS -- COMPILE 's2swa_debug_intel' [49:13, 48:29] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [18:39, 10:42](3278 MB) + +PASS -- COMPILE 's2sw_debug_intel' [43:17, 42:53] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [14:59, 06:33](1957 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [46:17, 45:29] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [13:57, 05:30](1998 MB) + +PASS -- COMPILE 's2s_intel' [45:17, 44:37] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [14:32, 06:36](2926 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [10:22, 02:09](2929 MB) +PASS -- TEST 'cpld_restart_c48_intel' [08:25, 01:11](2326 MB) + +PASS -- COMPILE 's2swa_faster_intel' [02:17, 01:35] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [13:07, 08:14](3227 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [55:23, 55:02] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:07, 15:37](1936 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [15:18, 08:25](1100 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:10, 18:11](1909 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [47:23, 46:10] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [33:33, 27:03](1960 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [40:13, 39:14] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:47, 04:05](666 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [08:46, 03:06](1570 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:42, 03:35](1569 MB) +PASS -- TEST 'control_latlon_intel' [07:17, 03:34](1573 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:27, 03:08](1571 MB) +PASS -- TEST 'control_c48_intel' [11:38, 06:32](1599 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [10:31, 05:44](719 MB) +PASS -- TEST 'control_c192_intel' [13:53, 10:28](1684 MB) +PASS -- TEST 'control_c384_intel' [22:18, 18:36](1979 MB) +PASS -- TEST 'control_c384gdas_intel' [20:49, 14:22](1181 MB) +PASS -- TEST 'control_stochy_intel' [04:44, 02:20](624 MB) +PASS -- TEST 'control_stochy_restart_intel' [06:03, 01:22](425 MB) +PASS -- TEST 'control_lndp_intel' [03:36, 01:54](623 MB) +PASS -- TEST 'control_iovr4_intel' [05:29, 02:59](619 MB) +PASS -- TEST 'control_iovr5_intel' [05:50, 03:12](620 MB) +PASS -- TEST 'control_p8_intel' [09:03, 04:02](1860 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [10:35, 03:34](1860 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [09:40, 03:47](1863 MB) +PASS -- TEST 'control_restart_p8_intel' [06:41, 02:07](1014 MB) +PASS -- TEST 'control_noqr_p8_intel' [09:30, 03:32](1859 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:18, 02:02](1015 MB) +PASS -- TEST 'control_decomp_p8_intel' [09:29, 04:01](1861 MB) +PASS -- TEST 'control_2threads_p8_intel' [08:34, 03:14](1950 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:19, 05:30](1859 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [09:37, 04:25](1917 MB) +PASS -- TEST 'control_p8_mynn_intel' [08:52, 03:37](1868 MB) +PASS -- TEST 'merra2_thompson_intel' [08:39, 03:46](1865 MB) +PASS -- TEST 'regional_control_intel' [07:38, 04:55](859 MB) +PASS -- TEST 'regional_restart_intel' [04:34, 02:38](861 MB) +PASS -- TEST 'regional_decomp_intel' [07:13, 05:00](861 MB) +PASS -- TEST 'regional_2threads_intel' [06:23, 03:11](997 MB) +PASS -- TEST 'regional_noquilt_intel' [07:19, 04:55](1179 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:29, 04:50](856 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:14, 05:07](859 MB) +PASS -- TEST 'regional_wofs_intel' [09:07, 06:35](1588 MB) + +PASS -- COMPILE 'rrfs_intel' [36:16, 35:21] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [13:03, 06:55](1009 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:51, 04:03](1190 MB) +PASS -- TEST 'rap_decomp_intel' [13:56, 07:13](1009 MB) +PASS -- TEST 'rap_2threads_intel' [13:03, 06:14](1095 MB) +PASS -- TEST 'rap_restart_intel' [07:55, 03:55](879 MB) +PASS -- TEST 'rap_sfcdiff_intel' [12:53, 06:52](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [14:58, 07:11](1007 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:57, 05:30](880 MB) +PASS -- TEST 'hrrr_control_intel' [08:27, 03:52](1002 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [08:17, 03:57](1005 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:55, 03:04](1085 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:58, 02:00](835 MB) +PASS -- TEST 'rrfs_v1beta_intel' [14:06, 07:13](1002 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:50, 08:06](1963 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:11, 07:59](1948 MB) + +PASS -- COMPILE 'csawmg_intel' [34:13, 33:42] +PASS -- TEST 'control_csawmg_intel' [09:36, 06:48](964 MB) +PASS -- TEST 'control_ras_intel' [06:02, 03:31](657 MB) + +PASS -- COMPILE 'wam_intel' [35:21, 34:59] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [14:01, 11:59](1661 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [41:16, 40:18] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [08:04, 03:41](1859 MB) +PASS -- TEST 'regional_control_faster_intel' [07:04, 04:58](859 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [39:19, 38:48] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:44, 03:08](1587 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:18, 03:07](1590 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:03, 03:30](797 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:01, 02:59](793 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:50, 04:32](1106 MB) +PASS -- TEST 'control_ras_debug_intel' [05:10, 03:08](803 MB) +PASS -- TEST 'control_diag_debug_intel' [06:13, 03:16](1655 MB) +PASS -- TEST 'control_debug_p8_intel' [06:03, 03:22](1890 MB) +PASS -- TEST 'regional_debug_intel' [18:37, 16:12](900 MB) +PASS -- TEST 'rap_control_debug_intel' [06:15, 05:00](1182 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:21, 05:12](1174 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:04, 05:02](1178 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:04, 05:01](1178 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:14, 05:03](1180 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:20, 05:36](1262 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:08, 05:13](1181 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:18, 05:21](1183 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:16, 05:09](1182 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:12, 05:05](1180 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:04, 05:02](1177 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:07, 05:11](1178 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:12, 08:02](1177 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:23, 04:57](1173 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:19, 06:06](1183 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:38, 05:26](1180 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:52, 08:41](1183 MB) + +PASS -- COMPILE 'wam_debug_intel' [32:17, 31:24] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [16:35, 13:51](1686 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [29:19, 28:46] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:34, 03:54](1045 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:51, 06:22](881 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:48, 03:52](880 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:15, 05:23](946 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:00, 02:59](934 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:01, 03:48](880 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:46, 04:34](781 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:23, 01:57](763 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [33:15, 32:31] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:38, 02:17](1095 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:36, 01:13](1080 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [05:40, 02:06](979 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [29:16, 28:44] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:37, 04:30](912 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [26:14, 25:41] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:28, 05:16](1057 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:25, 04:59](1057 MB) +PASS -- TEST 'conus13km_debug_intel' [18:03, 14:21](1137 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [18:03, 14:09](817 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [12:16, 08:23](1126 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:49, 14:20](1209 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [20:19, 19:40] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:36, 05:22](1086 MB) + +PASS -- COMPILE 'hafsw_intel' [35:15, 35:05] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:32, 05:25](705 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:53, 04:36](1055 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:09, 07:33](757 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:15, 11:29](780 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:10, 12:44](802 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:15, 05:20](478 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:51, 06:56](500 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [08:13, 02:57](376 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:30, 08:01](437 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:23, 03:43](512 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:04, 03:32](511 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [09:07, 05:52](571 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:17, 01:43](403 MB) +PASS -- TEST 'gnv1_nested_intel' [11:24, 06:12](1716 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [30:15, 29:40] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:47, 12:48](600 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [44:12, 43:48] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:49, 07:44](615 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:57, 07:49](788 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [33:12, 32:58] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:17, 06:32](783 MB) + +PASS -- COMPILE 'hafs_all_intel' [30:15, 29:17] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:03, 06:14](738 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:11, 06:13](727 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [23:13, 20:10](891 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [24:11, 24:03] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:05, 02:35](747 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:44, 01:34](750 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:05, 02:26](640 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:05, 02:28](636 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:53, 02:29](638 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:07, 02:34](761 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:05, 02:33](760 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:07, 02:25](640 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:00, 06:11](692 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:40, 06:00](673 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:55, 02:35](760 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:01, 04:39](2014 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:01, 04:40](2015 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [20:16, 19:48] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:01, 05:35](744 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [23:18, 22:45] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:43, 02:35](747 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [10:14, 09:33] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [05:25, 02:36](310 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:16, 01:38](456 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [05:14, 02:19](454 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [26:12, 26:00] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:35, 04:10](1924 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [24:19, 23:43] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:44, 04:21](1913 MB) + +PASS -- COMPILE 'atml_intel' [25:12, 24:16] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:38, 07:01](1892 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [08:38, 07:01](1894 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:48, 03:55](1044 MB) + +PASS -- COMPILE 'atml_debug_intel' [20:11, 20:08] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:31, 06:45](1931 MB) + +PASS -- COMPILE 'atmw_intel' [22:11, 21:18] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:00, 02:21](1899 MB) + +PASS -- COMPILE 'atmaero_intel' [20:11, 19:19] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:21, 06:08](3120 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:22, 06:46](3005 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:16, 07:08](3016 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [15:17, 14:20] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [20:38, 18:23](4483 MB) SYNOPSIS: -Starting Date/Time: 20240716 17:46:49 -Ending Date/Time: 20240716 20:20:15 -Total Time: 02h:35m:37s +Starting Date/Time: 20240719 03:43:01 +Ending Date/Time: 20240719 06:38:43 +Total Time: 02h:56m:50s Compiles Completed: 41/41 Tests Completed: 185/185 diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index 178360535f..71eb3baa5b 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,7 +1,7 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -49f4d2924a6e9ac32d439c07a897d5732b6f49ef +1d6c84c5ad5433be0ba3bcb17ae49a17d69e8918 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,7 +9,7 @@ Submodule hashes used in testing: 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3581423f397e2eb0c1f0cd7f6b728593511278a9 FV3 (heads/develop) + a8e7a4c547bcb0bde8d1a5a9321920e23d63d848 FV3 (remotes/origin/sigcld) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) @@ -24,384 +24,384 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/role.epic/FV3_RT/rt_2335013 +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240718 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_3156853 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [14:13, 13:40] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:24, 05:42](3326 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:15, 16:49] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:05, 17:28](1978 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:21, 18:11](2159 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:18, 08:19](1251 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:59, 19:18](1853 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:14, 16:38] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:43, 17:09](1976 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:13, 05:10] ( 1525 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:59, 22:49](1936 MB) - -PASS -- COMPILE 's2swa_intel' [14:13, 13:42] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [08:18, 06:04](3340 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [07:28, 05:55](3351 MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:22, 03:33](3257 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:17, 06:08](3372 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:24, 03:39](3291 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [07:15, 05:36](3631 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [07:15, 06:01](3343 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [06:17, 05:02](3221 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:26, 06:05](3348 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [13:10, 10:20](3529 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:59, 06:33](3632 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:47, 09:45](4346 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:46, 06:30](4396 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:20, 05:31](3342 MB) - -PASS -- COMPILE 's2sw_intel' [14:13, 13:12] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:10, 04:54](1997 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:17, 04:31](2052 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:13, 05:18] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:07, 08:47](3387 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:13, 04:57] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:59, 05:58](2004 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:13, 12:06] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:02, 04:22](2057 MB) - -PASS -- COMPILE 's2s_intel' [13:13, 12:10] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:44, 09:07](3106 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:43, 02:44](3096 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:44, 01:36](2508 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:13, 17:30] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [07:18, 05:34](3359 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:12, 16:07] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:08, 17:23](2016 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:19, 08:25](1278 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:08, 19:57](1926 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 05:03] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:01, 25:20](1965 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:12, 12:06] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:25, 03:21](708 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:45, 02:53](1607 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:55, 03:00](1601 MB) -PASS -- TEST 'control_latlon_intel' [03:42, 02:54](1603 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:50, 02:56](1609 MB) -PASS -- TEST 'control_c48_intel' [08:48, 07:40](1757 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:31, 06:28](876 MB) -PASS -- TEST 'control_c192_intel' [12:05, 10:35](1765 MB) -PASS -- TEST 'control_c384_intel' [13:07, 10:24](2004 MB) -PASS -- TEST 'control_c384gdas_intel' [13:11, 08:04](1401 MB) -PASS -- TEST 'control_stochy_intel' [02:26, 01:39](656 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:28, 00:59](508 MB) -PASS -- TEST 'control_lndp_intel' [02:25, 01:32](667 MB) -PASS -- TEST 'control_iovr4_intel' [03:29, 02:29](659 MB) -PASS -- TEST 'control_iovr5_intel' [03:28, 02:29](659 MB) -PASS -- TEST 'control_p8_intel' [04:58, 03:10](1876 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:05, 03:07](1907 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:55, 02:59](1901 MB) -PASS -- TEST 'control_restart_p8_intel' [02:52, 01:53](1137 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:57, 03:01](1889 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:07, 01:51](1155 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:52, 03:14](1883 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:50, 02:58](1989 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:43, 05:24](1901 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:57, 04:08](1968 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:57, 03:09](1908 MB) -PASS -- TEST 'merra2_thompson_intel' [06:55, 03:33](1912 MB) -PASS -- TEST 'regional_control_intel' [08:40, 05:19](1101 MB) -PASS -- TEST 'regional_restart_intel' [03:40, 02:53](1096 MB) -PASS -- TEST 'regional_decomp_intel' [08:40, 05:49](1090 MB) -PASS -- TEST 'regional_2threads_intel' [06:43, 03:33](1092 MB) -PASS -- TEST 'regional_noquilt_intel' [07:43, 05:24](1397 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:46, 05:23](1093 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:39, 05:27](1104 MB) -PASS -- TEST 'regional_wofs_intel' [08:39, 06:59](1918 MB) - -PASS -- COMPILE 'rrfs_intel' [11:12, 11:03] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:43, 07:44](1113 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:13, 04:14](1301 MB) -PASS -- TEST 'rap_decomp_intel' [09:43, 08:16](1032 MB) -PASS -- TEST 'rap_2threads_intel' [08:43, 07:18](1180 MB) -PASS -- TEST 'rap_restart_intel' [05:51, 04:09](1101 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:45, 07:42](1114 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:43, 08:09](1039 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:52, 05:58](1138 MB) -PASS -- TEST 'hrrr_control_intel' [05:45, 04:01](1047 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:45, 04:08](1038 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:45, 03:39](1112 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:41, 02:10](994 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:51, 07:36](1096 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:36, 09:24](1997 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:35, 09:08](2048 MB) - -PASS -- COMPILE 'csawmg_intel' [11:12, 10:39] -PASS -- TEST 'control_csawmg_intel' [07:42, 06:08](1023 MB) -PASS -- TEST 'control_ras_intel' [04:27, 03:18](757 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:12, 04:18] -PASS -- TEST 'control_csawmg_gnu' [09:37, 08:21](745 MB) - -PASS -- COMPILE 'wam_intel' [11:12, 10:35] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [11:51, 10:48](1666 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [15:12, 14:37] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:51, 02:46](1896 MB) -PASS -- TEST 'regional_control_faster_intel' [05:42, 04:52](1106 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:11, 06:19] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:44, 02:37](1631 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:48, 02:41](1633 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:25, 03:05](831 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:23, 02:51](835 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:38, 04:25](1154 MB) -PASS -- TEST 'control_ras_debug_intel' [04:23, 02:50](845 MB) -PASS -- TEST 'control_diag_debug_intel' [04:46, 02:52](1690 MB) -PASS -- TEST 'control_debug_p8_intel' [04:42, 02:58](1926 MB) -PASS -- TEST 'regional_debug_intel' [18:41, 17:52](1118 MB) -PASS -- TEST 'rap_control_debug_intel' [06:24, 04:58](1222 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:29, 04:49](1224 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:24, 05:08](1215 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:25, 04:57](1224 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:25, 05:05](1224 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:42, 05:16](1294 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:26, 05:00](1224 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:25, 05:04](1221 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:26, 05:05](1225 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:26, 05:01](1226 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:25, 04:50](1221 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:25, 05:09](1229 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:26, 08:16](1222 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:26, 04:58](1219 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:26, 06:00](1224 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:26, 04:56](1219 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:44, 08:35](1224 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:12, 05:03] -PASS -- TEST 'control_csawmg_debug_gnu' [03:42, 02:23](733 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:12, 03:59] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:47, 13:27](1697 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:12, 10:30] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:08, 03:57](1162 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:45, 06:25](1055 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:39, 03:22](992 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:38, 06:03](1091 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:34, 03:09](962 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:36, 03:37](926 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:43, 04:52](1040 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:28, 01:52](932 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:13, 13:52] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [02:59, 02:07](1208 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:43, 00:57](1126 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:45, 01:14](1121 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:12, 10:45] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:42, 04:17](973 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:12, 03:56] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:24, 04:52](1095 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:24, 05:01](1101 MB) -PASS -- TEST 'conus13km_debug_intel' [15:55, 14:54](1255 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:54, 14:30](909 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:49, 08:14](1181 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:49, 14:39](1318 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:12, 03:54] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:26, 05:04](1144 MB) - -PASS -- COMPILE 'hafsw_intel' [13:12, 12:19] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:15, 05:01](739 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:34, 05:47](1111 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:29, 06:49](831 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:22, 13:38](866 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:38, 15:11](894 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:03, 05:25](506 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:24, 06:40](527 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:48, 02:40](382 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:13, 07:08](477 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:45, 03:41](536 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:50, 03:30](533 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:53, 04:03](591 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:29, 01:10](407 MB) -PASS -- TEST 'gnv1_nested_intel' [06:35, 04:13](1745 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:12, 04:29] ( 1467 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:56, 12:52](597 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [17:13, 16:29] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:03, 08:46](645 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:09, 08:55](745 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:12, 12:34] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:06, 06:38](733 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:14, 11:27] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:19, 06:41](841 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:20, 06:26](821 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:01, 16:01](1219 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:12, 06:30] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:21, 02:36](1154 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:22, 01:38](1104 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:20, 02:38](1026 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:21, 02:38](1023 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:21, 02:38](1021 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:19, 02:42](1155 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:19, 02:39](1166 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:20, 02:33](1022 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:26, 06:24](1072 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:26, 06:15](1054 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:17, 02:43](1168 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:20, 04:01](2491 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:21, 03:52](2454 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:12, 03:19] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:20, 06:15](1051 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:13, 06:36] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:20, 02:36](1172 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:15] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:34, 00:49](263 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:26, 00:49](327 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:27, 00:31](326 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:12, 11:32] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:10, 03:51](1961 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:12, 11:07] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:10, 03:39](1969 MB) - -PASS -- COMPILE 'atml_intel' [13:12, 12:33] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:06, 04:25](1872 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:05, 04:27](1833 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:50, 02:23](1102 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:11, 05:01] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:58, 05:42](1902 MB) - -PASS -- COMPILE 'atmw_intel' [11:12, 11:07] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:50, 01:57](1942 MB) - -PASS -- COMPILE 'atmaero_intel' [11:11, 11:07] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:05, 04:06](3187 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:01, 04:53](3105 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:45, 05:11](3099 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 04:01] ( 884 warnings 6 remarks ) +PASS -- COMPILE 's2swa_32bit_intel' [14:12, 13:26] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:19, 05:51](3320 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:12, 16:54] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:08, 17:26](1986 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:22, 18:08](2162 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:19, 08:13](1237 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:02, 19:38](1872 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:12, 16:32] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [19:47, 17:16](1984 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:12, 05:13] ( 1525 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:58, 23:13](1943 MB) + +PASS -- COMPILE 's2swa_intel' [14:12, 13:26] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:14, 05:56](3326 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:26, 06:05](3354 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:22, 03:38](3251 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:14, 05:58](3373 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:22, 03:37](3286 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [08:10, 05:34](3632 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:11, 06:05](3335 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:11, 04:48](3203 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:25, 05:55](3357 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [13:06, 10:20](3525 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:52, 06:36](3638 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [20:14, 09:34](4308 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:46, 06:14](4378 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:10, 05:25](3336 MB) + +PASS -- COMPILE 's2sw_intel' [13:12, 12:50] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [06:58, 04:51](1994 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:04, 04:24](2020 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:12, 05:12] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [11:02, 08:55](3399 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:12, 04:49] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:09, 05:51](1990 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [13:12, 11:59] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:06, 04:32](2044 MB) + +PASS -- COMPILE 's2s_intel' [13:12, 11:58] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [10:47, 09:02](3106 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:46, 02:41](3095 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:41, 01:33](2515 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:13, 17:29] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:14, 05:36](3328 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:12, 16:03] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:09, 17:50](2003 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:14, 08:18](1272 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:01, 19:53](1937 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:12, 04:57] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:02, 25:05](1972 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:13, 11:54] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:24, 03:37](702 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:41, 02:58](1588 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:46, 02:59](1607 MB) +PASS -- TEST 'control_latlon_intel' [04:37, 02:57](1598 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:43, 02:55](1598 MB) +PASS -- TEST 'control_c48_intel' [09:42, 07:29](1763 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:32, 06:26](871 MB) +PASS -- TEST 'control_c192_intel' [11:56, 10:33](1761 MB) +PASS -- TEST 'control_c384_intel' [15:50, 10:30](2005 MB) +PASS -- TEST 'control_c384gdas_intel' [13:57, 07:53](1399 MB) +PASS -- TEST 'control_stochy_intel' [02:28, 01:39](658 MB) +PASS -- TEST 'control_stochy_restart_intel' [06:28, 01:02](504 MB) +PASS -- TEST 'control_lndp_intel' [05:30, 01:33](661 MB) +PASS -- TEST 'control_iovr4_intel' [06:27, 02:27](657 MB) +PASS -- TEST 'control_iovr5_intel' [06:27, 02:27](659 MB) +PASS -- TEST 'control_p8_intel' [07:58, 03:12](1904 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [08:01, 03:14](1893 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:54, 03:04](1905 MB) +PASS -- TEST 'control_restart_p8_intel' [04:48, 01:46](1129 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:48, 03:01](1899 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:52, 01:44](1164 MB) +PASS -- TEST 'control_decomp_p8_intel' [09:47, 03:11](1882 MB) +PASS -- TEST 'control_2threads_p8_intel' [09:45, 02:56](1981 MB) +PASS -- TEST 'control_p8_lndp_intel' [11:43, 05:24](1877 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [09:52, 04:06](1961 MB) +PASS -- TEST 'control_p8_mynn_intel' [08:56, 03:07](1905 MB) +PASS -- TEST 'merra2_thompson_intel' [08:53, 03:23](1907 MB) +PASS -- TEST 'regional_control_intel' [06:39, 05:22](1108 MB) +PASS -- TEST 'regional_restart_intel' [04:34, 02:54](1092 MB) +PASS -- TEST 'regional_decomp_intel' [10:36, 05:40](1093 MB) +PASS -- TEST 'regional_2threads_intel' [06:42, 03:31](1097 MB) +PASS -- TEST 'regional_noquilt_intel' [09:46, 05:19](1399 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [09:53, 05:27](1092 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [09:40, 05:27](1104 MB) +PASS -- TEST 'regional_wofs_intel' [10:40, 06:48](1920 MB) + +PASS -- COMPILE 'rrfs_intel' [12:15, 11:15] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [11:37, 07:46](1112 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:05, 04:10](1302 MB) +PASS -- TEST 'rap_decomp_intel' [11:38, 08:09](1043 MB) +PASS -- TEST 'rap_2threads_intel' [10:40, 07:18](1188 MB) +PASS -- TEST 'rap_restart_intel' [16:44, 04:01](1105 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:41, 07:45](1109 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:38, 08:09](1038 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [18:47, 05:50](1135 MB) +PASS -- TEST 'hrrr_control_intel' [06:39, 03:59](1046 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:35, 04:06](1042 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:35, 03:40](1115 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:27, 02:12](1003 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:49, 07:34](1103 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:25, 09:17](1995 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:25, 09:09](2049 MB) + +PASS -- COMPILE 'csawmg_intel' [11:14, 10:30] +PASS -- TEST 'control_csawmg_intel' [07:48, 06:14](1026 MB) +PASS -- TEST 'control_ras_intel' [05:26, 03:21](749 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:12, 04:25] +PASS -- TEST 'control_csawmg_gnu' [09:47, 08:24](762 MB) + +PASS -- COMPILE 'wam_intel' [11:14, 10:27] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [11:52, 10:57](1662 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [15:16, 14:43] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:56, 02:45](1906 MB) +PASS -- TEST 'regional_control_faster_intel' [05:38, 04:52](1110 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:13, 06:19] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:50, 02:47](1629 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:51, 02:45](1628 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:28, 03:07](838 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:28, 02:49](834 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:45, 04:28](1149 MB) +PASS -- TEST 'control_ras_debug_intel' [04:28, 02:51](840 MB) +PASS -- TEST 'control_diag_debug_intel' [08:54, 02:44](1689 MB) +PASS -- TEST 'control_debug_p8_intel' [08:50, 03:00](1930 MB) +PASS -- TEST 'regional_debug_intel' [24:46, 17:41](1112 MB) +PASS -- TEST 'rap_control_debug_intel' [06:27, 05:00](1222 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:30, 05:00](1219 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:31, 05:03](1224 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:30, 05:06](1226 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:27, 05:03](1219 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:39, 05:11](1298 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:24, 05:08](1220 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:23, 05:15](1219 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:23, 05:03](1218 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:23, 04:55](1222 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:23, 04:58](1216 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:24, 05:08](1229 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [20:25, 08:01](1218 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [17:25, 05:03](1224 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [18:27, 05:57](1223 MB) +PASS -- TEST 'rap_flake_debug_intel' [17:24, 05:07](1225 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [20:41, 08:24](1222 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 04:35] +PASS -- TEST 'control_csawmg_debug_gnu' [05:43, 02:24](723 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:11, 04:03] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:46, 13:38](1694 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:13, 10:45] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [16:04, 03:52](1165 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [18:37, 06:25](1055 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [14:36, 03:26](988 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [17:41, 06:06](1091 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [14:32, 03:10](966 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [16:32, 03:34](931 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:44, 04:50](1033 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:26, 01:53](930 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:13, 13:45] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [15:00, 02:06](1211 MB) +PASS -- TEST 'conus13km_2threads_intel' [05:47, 00:52](1126 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:45, 01:13](1118 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:13, 10:49] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [16:45, 04:09](983 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 04:12] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [17:27, 04:57](1099 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [17:24, 04:45](1103 MB) +PASS -- TEST 'conus13km_debug_intel' [26:53, 14:25](1261 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [26:47, 14:55](945 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [20:46, 08:21](1179 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [27:45, 14:50](1318 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:12, 03:52] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [16:25, 05:02](1145 MB) + +PASS -- COMPILE 'hafsw_intel' [14:12, 12:30] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [17:17, 05:07](738 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [17:31, 06:08](1106 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [18:31, 06:58](840 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [25:21, 13:34](871 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [26:48, 15:25](895 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [16:01, 05:30](505 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [13:27, 06:50](523 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:44, 02:39](376 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:08, 07:11](478 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:45, 03:52](531 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:52, 03:33](534 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:57, 04:06](591 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:28, 01:17](407 MB) +PASS -- TEST 'gnv1_nested_intel' [06:35, 04:02](1734 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:11, 04:29] ( 1467 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:54, 12:55](592 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [19:13, 16:31] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:07, 08:46](663 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:09, 08:46](752 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [15:14, 12:17] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:03, 06:30](741 MB) + +PASS -- COMPILE 'hafs_all_intel' [13:12, 11:28] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:21, 06:30](830 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:21, 06:34](823 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:57, 16:34](1223 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:12, 06:27] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:20, 02:50](1161 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:20, 01:37](1121 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:20, 02:38](1021 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:20, 02:41](1030 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:19, 03:01](999 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:18, 02:40](1167 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:19, 02:40](1156 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:18, 02:34](1021 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:42, 06:31](1066 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:28, 06:09](1045 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:18, 02:40](1152 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:20, 03:59](2447 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:20, 03:52](2442 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:12, 03:18] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:22, 06:06](1076 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [11:12, 06:29] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:21, 02:39](1142 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [06:12, 01:02] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:32, 00:44](263 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:26, 00:48](327 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:25, 00:33](323 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:12, 11:17] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:06, 03:44](1994 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:14, 10:57] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:11, 03:36](1968 MB) + +PASS -- COMPILE 'atml_intel' [15:11, 12:27] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:10, 04:20](1868 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:07, 04:20](1870 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:52, 02:21](1105 MB) + +PASS -- COMPILE 'atml_debug_intel' [08:11, 05:00] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:08, 05:50](1908 MB) + +PASS -- COMPILE 'atmw_intel' [14:11, 11:29] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:48, 01:52](1933 MB) + +PASS -- COMPILE 'atmaero_intel' [13:12, 11:01] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:00, 04:08](3208 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:13, 04:50](3100 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:01, 05:03](3104 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:11, 03:57] ( 884 warnings 6 remarks ) FAILED: TEST TIMED OUT -- TEST 'regional_atmaq_debug_intel' [, ]( MB) -PASS -- COMPILE 'atm_gnu' [06:11, 04:54] -PASS -- TEST 'control_c48_gnu' [12:41, 11:19](1535 MB) -PASS -- TEST 'control_stochy_gnu' [04:24, 03:21](500 MB) -PASS -- TEST 'control_ras_gnu' [05:23, 04:44](502 MB) -PASS -- TEST 'control_p8_gnu' [05:58, 04:50](1453 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:53, 04:39](1460 MB) -PASS -- TEST 'control_flake_gnu' [11:24, 10:08](545 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:11, 04:24] -PASS -- TEST 'rap_control_gnu' [11:36, 10:43](853 MB) -PASS -- TEST 'rap_decomp_gnu' [11:39, 11:02](818 MB) -PASS -- TEST 'rap_2threads_gnu' [10:38, 09:48](929 MB) -PASS -- TEST 'rap_restart_gnu' [07:44, 05:28](576 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [11:46, 10:49](816 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:39, 11:08](852 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:46, 08:10](582 MB) -PASS -- TEST 'hrrr_control_gnu' [06:35, 05:33](814 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [06:32, 05:50](795 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:38, 05:00](926 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:33, 05:36](843 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:30, 02:59](560 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:28, 02:49](657 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [11:47, 10:32](810 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:12, 07:46] -PASS -- TEST 'control_diag_debug_gnu' [02:47, 01:36](1275 MB) -PASS -- TEST 'regional_debug_gnu' [11:40, 10:24](733 MB) -PASS -- TEST 'rap_control_debug_gnu' [04:24, 02:40](821 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [04:24, 02:35](823 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [04:24, 02:34](828 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:23, 02:36](825 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:39, 02:49](910 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:24, 04:08](824 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:24, 02:35](828 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [04:23, 02:33](822 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:22, 01:35](494 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:22, 01:44](451 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:42, 01:48](1441 MB) -PASS -- TEST 'rap_flake_debug_gnu' [04:27, 02:37](827 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:26, 02:53](825 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:38, 04:24](831 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:11, 02:34] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 04:14] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [11:32, 09:24](711 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:33, 04:56](705 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [10:43, 08:27](752 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:44, 04:28](749 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:30, 05:04](703 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:38, 07:01](554 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:40, 02:35](535 MB) -PASS -- TEST 'conus13km_control_gnu' [04:55, 03:11](877 MB) -PASS -- TEST 'conus13km_2threads_gnu' [07:46, 06:13](882 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:50, 01:48](559 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 10:54] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:41, 05:40](727 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:12, 07:29] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:23, 02:32](721 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:25, 02:33](718 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:53, 06:55](896 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [08:49, 07:08](584 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [08:45, 07:46](895 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:43, 07:02](963 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:12, 07:38] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:26, 02:37](743 MB) - -PASS -- COMPILE 's2swa_gnu' [17:12, 16:39] - -PASS -- COMPILE 's2s_gnu' [17:12, 16:11] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:09, 07:13](1530 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:12, 03:20] - -PASS -- COMPILE 's2sw_pdlib_gnu' [16:12, 16:04] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [22:02, 20:27](1450 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 03:05] +PASS -- COMPILE 'atm_gnu' [05:11, 04:47] +PASS -- TEST 'control_c48_gnu' [11:40, 11:07](1536 MB) +PASS -- TEST 'control_stochy_gnu' [04:27, 03:26](502 MB) +PASS -- TEST 'control_ras_gnu' [05:22, 04:47](505 MB) +PASS -- TEST 'control_p8_gnu' [06:00, 04:52](1458 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:52, 04:43](1459 MB) +PASS -- TEST 'control_flake_gnu' [11:28, 10:21](544 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:11, 04:13] +PASS -- TEST 'rap_control_gnu' [11:38, 10:45](811 MB) +PASS -- TEST 'rap_decomp_gnu' [11:35, 10:54](849 MB) +PASS -- TEST 'rap_2threads_gnu' [10:42, 09:52](937 MB) +PASS -- TEST 'rap_restart_gnu' [06:41, 05:24](578 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [11:38, 10:46](817 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:33, 11:00](850 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:42, 07:58](579 MB) +PASS -- TEST 'hrrr_control_gnu' [06:34, 05:35](850 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [06:30, 05:37](800 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:39, 04:58](919 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [06:35, 05:36](846 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:29, 02:54](564 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:28, 02:48](654 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [11:45, 10:33](811 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 07:30] +PASS -- TEST 'control_diag_debug_gnu' [03:01, 01:43](1275 MB) +PASS -- TEST 'regional_debug_gnu' [12:45, 12:06](727 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:23, 02:35](823 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:24, 02:35](826 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:23, 02:39](825 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:28, 02:46](829 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:43, 02:47](906 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:22, 04:05](860 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:24, 02:44](826 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:24, 02:37](814 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:22, 01:34](456 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:20, 01:43](455 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:42, 01:47](1441 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:23, 02:38](826 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:22, 02:58](822 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:41, 04:19](833 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:11, 02:33] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 04:07] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:30, 09:18](712 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:40, 05:00](704 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:37, 08:35](754 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:33, 04:33](746 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:31, 05:05](702 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [08:42, 07:04](555 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:30, 02:32](541 MB) +PASS -- TEST 'conus13km_control_gnu' [05:00, 03:09](878 MB) +PASS -- TEST 'conus13km_2threads_gnu' [06:50, 06:01](878 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:48, 01:46](553 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [12:12, 10:55] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:38, 05:40](728 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 07:37] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:23, 02:29](712 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:22, 02:30](711 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:50, 07:02](892 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:44, 07:07](581 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [08:41, 07:42](895 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:42, 06:56](961 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [09:11, 07:34] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:23, 02:37](745 MB) + +PASS -- COMPILE 's2swa_gnu' [18:12, 16:29] + +PASS -- COMPILE 's2s_gnu' [18:12, 16:05] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:04, 07:14](1547 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [12:12, 03:17] + +PASS -- COMPILE 's2sw_pdlib_gnu' [26:13, 16:13] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [20:57, 19:38](1453 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [14:12, 03:09] FAILED: TEST TIMED OUT -- TEST 'cpld_debug_pdlib_p8_gnu' [, ]( MB) -PASS -- COMPILE 'datm_cdeps_gnu' [16:12, 15:33] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:22, 02:57](692 MB) +PASS -- COMPILE 'datm_cdeps_gnu' [26:17, 15:39] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:18, 02:56](687 MB) SYNOPSIS: -Starting Date/Time: 20240716 15:26:34 -Ending Date/Time: 20240716 17:30:47 -Total Time: 02h:04m:46s +Starting Date/Time: 20240719 06:09:15 +Ending Date/Time: 20240719 08:28:29 +Total Time: 02h:19m:33s Compiles Completed: 57/57 Tests Completed: 243/245 Failed Tests: * TEST regional_atmaq_debug_intel: FAILED: TEST TIMED OUT --- LOG: /scratch1/NCEPDEV/stmp2/role.epic/FV3_RT/rt_2335013/regional_atmaq_debug_intel/err +-- LOG: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_3156853/regional_atmaq_debug_intel/err * TEST cpld_debug_pdlib_p8_gnu: FAILED: TEST TIMED OUT --- LOG: /scratch1/NCEPDEV/stmp2/role.epic/FV3_RT/rt_2335013/cpld_debug_pdlib_p8_gnu/err +-- LOG: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_3156853/cpld_debug_pdlib_p8_gnu/err NOTES: A file 'test_changes.list' was generated with list of all failed tests. @@ -414,7 +414,7 @@ Result: FAILURE ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -49f4d2924a6e9ac32d439c07a897d5732b6f49ef +1d6c84c5ad5433be0ba3bcb17ae49a17d69e8918 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -422,7 +422,7 @@ Submodule hashes used in testing: 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3581423f397e2eb0c1f0cd7f6b728593511278a9 FV3 (heads/develop) + a8e7a4c547bcb0bde8d1a5a9321920e23d63d848 FV3 (remotes/origin/sigcld) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) @@ -430,29 +430,31 @@ Submodule hashes used in testing: d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + NOTES: [Times](Memory) are at the end of each compile/test in format [MM:SS](Size). The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_3432358 +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240718 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_270761 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf +* (-b) - NEW BASELINES FROM FILE: test_changes.list +* (-e) - USE ECFLOW -PASS -- COMPILE 'atmaq_debug_intel' [21:15, 04:10] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [21.51, 45:32](4455 MB) +PASS -- COMPILE 'atmaq_debug_intel' [05:12, 04:08] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [33:55, 25:33](4444 MB) -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:12, 03:30] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [41:02, 16:47](1445 MB) +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 03:24] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [14:54, 13:00](1448 MB) SYNOPSIS: -Starting Date/Time: 20240716 20:11:10 -Ending Date/Time: 20240716 20:57:40 -Total Time: 00h:46m:36s +Starting Date/Time: 20240719 14:49:13 +Ending Date/Time: 20240719 15:29:43 +Total Time: 00h:40m:42s Compiles Completed: 2/2 Tests Completed: 2/2 diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 8c11ab9059..ad7efc7a77 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,7 +1,7 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -a3771eaecd5c6e2e72e9ca1b474e4693c7705ba9 +64efdbc9603ff8a1dad35b3050a8bbdccc306e1f Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3581423f397e2eb0c1f0cd7f6b728593511278a9 FV3 (heads/develop) + a8e7a4c547bcb0bde8d1a5a9321920e23d63d848 FV3 (remotes/origin/sigcld) 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) + 1e9b0dd6c9c9da577349e02c1bb6fc912d29ceba FV3/ccpp/physics (ccpp_transition_to_vlab_master_20190705-4313-g1e9b0dd6) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -35,378 +35,443 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_962708 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240718 +COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_647280 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:12, 12:19] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [18:03, 08:44](2134 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:12, 16:15] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [20:55, 14:05](2003 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:18, 15:15](2286 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:22, 07:32](1336 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:33, 15:34](1914 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [19:16, 18:31] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [20:27, 13:52](1996 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:14, 05:49] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:24, 21:03](1975 MB) - -PASS -- COMPILE 's2swa_intel' [11:22, 10:46] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [09:58, 07:53](2197 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:17, 08:11](2185 MB) -PASS -- TEST 'cpld_restart_p8_intel' [11:44, 05:38](1977 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:57, 07:48](2211 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [11:44, 05:20](1744 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [12:44, 10:27](2558 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:57, 07:33](2192 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:52, 06:35](2083 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:52, 07:39](2196 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [25:14, 17:37](2976 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [14:37, 07:37](2936 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [23:09, 10:13](3796 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [21:09, 06:49](3643 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:12, 04:54](2156 MB) - -PASS -- COMPILE 's2sw_intel' [12:12, 11:20] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [15:10, 07:54](2027 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:29, 04:36](2081 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:12, 06:54] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [09:48, 08:04](2218 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:11, 06:45] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:26, 06:06](2051 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:15, 09:12] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:54, 04:17](2085 MB) - -PASS -- COMPILE 's2s_intel' [09:13, 09:12] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:57, 07:02](3106 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:48, 02:05](3085 MB) -PASS -- TEST 'cpld_restart_c48_intel' [09:36, 02:05](2513 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:21, 17:44] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [14:23, 08:32](2194 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:14, 15:39] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:53, 14:23](2051 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [15:10, 07:57](1364 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:35, 16:27](1960 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:12, 04:48] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:09, 22:45](2021 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [10:16, 09:58] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [07:36, 02:50](707 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [09:51, 02:25](1608 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [09:28, 02:33](1636 MB) -PASS -- TEST 'control_latlon_intel' [06:21, 02:29](1606 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:11, 02:28](1610 MB) -PASS -- TEST 'control_c48_intel' [08:58, 07:19](1739 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:39, 05:47](862 MB) -PASS -- TEST 'control_c192_intel' [11:01, 08:56](1759 MB) -PASS -- TEST 'control_c384_intel' [13:28, 09:37](2038 MB) -PASS -- TEST 'control_c384gdas_intel' [14:27, 07:28](1526 MB) -PASS -- TEST 'control_stochy_intel' [06:07, 01:39](671 MB) -PASS -- TEST 'control_stochy_restart_intel' [06:46, 00:51](540 MB) -PASS -- TEST 'control_lndp_intel' [07:21, 01:38](675 MB) -PASS -- TEST 'control_iovr4_intel' [06:59, 02:04](667 MB) -PASS -- TEST 'control_iovr5_intel' [06:58, 02:09](659 MB) -PASS -- TEST 'control_p8_intel' [10:58, 04:01](1913 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [12:24, 03:35](1907 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [10:58, 03:37](1908 MB) -PASS -- TEST 'control_restart_p8_intel' [08:12, 02:42](1163 MB) -PASS -- TEST 'control_noqr_p8_intel' [11:49, 03:34](1894 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [07:17, 02:10](1222 MB) -PASS -- TEST 'control_decomp_p8_intel' [11:29, 03:43](1896 MB) -PASS -- TEST 'control_2threads_p8_intel' [11:35, 03:31](1999 MB) -PASS -- TEST 'control_p8_lndp_intel' [13:14, 05:24](1915 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [12:56, 04:38](1981 MB) -PASS -- TEST 'control_p8_mynn_intel' [12:46, 03:30](1913 MB) -PASS -- TEST 'merra2_thompson_intel' [12:42, 03:59](1913 MB) -PASS -- TEST 'regional_control_intel' [12:30, 05:37](1203 MB) -PASS -- TEST 'regional_restart_intel' [06:56, 03:29](1180 MB) -PASS -- TEST 'regional_decomp_intel' [12:54, 06:00](1201 MB) -PASS -- TEST 'regional_2threads_intel' [07:56, 04:26](1157 MB) -PASS -- TEST 'regional_noquilt_intel' [11:50, 06:02](1519 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [11:53, 05:34](1202 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [11:00, 05:43](1205 MB) -PASS -- TEST 'regional_wofs_intel' [10:55, 05:42](2077 MB) - -PASS -- COMPILE 'rrfs_intel' [08:21, 08:17] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [14:00, 06:59](1234 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:26, 03:45](1416 MB) -PASS -- TEST 'rap_decomp_intel' [16:27, 07:22](1150 MB) -PASS -- TEST 'rap_2threads_intel' [14:00, 06:32](1375 MB) -PASS -- TEST 'rap_restart_intel' [09:31, 03:40](1161 MB) -PASS -- TEST 'rap_sfcdiff_intel' [16:24, 06:57](1206 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [14:31, 07:27](1158 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [11:31, 05:19](1214 MB) -PASS -- TEST 'hrrr_control_intel' [11:20, 03:34](1072 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [10:59, 03:31](1041 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [10:45, 03:08](1127 MB) -PASS -- TEST 'hrrr_control_restart_intel' [08:41, 01:55](1026 MB) -PASS -- TEST 'rrfs_v1beta_intel' [13:34, 07:09](1196 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [13:21, 07:48](2006 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:23, 07:29](2193 MB) - -PASS -- COMPILE 'csawmg_intel' [08:15, 07:26] -PASS -- TEST 'control_csawmg_intel' [13:05, 06:42](1056 MB) -PASS -- TEST 'control_ras_intel' [09:44, 02:54](821 MB) - -PASS -- COMPILE 'csawmg_gnu' [06:18, 04:43] -PASS -- TEST 'control_csawmg_gnu' [16:00, 07:39](1075 MB) - -PASS -- COMPILE 'wam_intel' [09:14, 07:23] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [15:04, 09:47](1672 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [15:12, 13:32] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [09:09, 03:16](1908 MB) -PASS -- TEST 'regional_control_faster_intel' [10:06, 05:04](1204 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:16, 05:16] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [07:25, 02:20](1637 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [07:04, 02:11](1635 MB) -PASS -- TEST 'control_stochy_debug_intel' [06:32, 02:45](839 MB) -PASS -- TEST 'control_lndp_debug_intel' [06:38, 02:18](845 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:46, 04:26](1162 MB) -PASS -- TEST 'control_ras_debug_intel' [05:27, 02:20](859 MB) -PASS -- TEST 'control_diag_debug_intel' [06:51, 02:19](1700 MB) -PASS -- TEST 'control_debug_p8_intel' [06:56, 03:13](1938 MB) -PASS -- TEST 'regional_debug_intel' [17:52, 15:43](1163 MB) -PASS -- TEST 'rap_control_debug_intel' [05:34, 04:08](1229 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:45, 03:56](1223 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:47, 04:01](1235 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:37, 04:01](1230 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:24, 04:03](1239 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:49, 04:27](1313 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:45, 04:09](1235 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:24, 04:09](1249 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:26, 04:03](1242 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:31, 04:07](1231 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:32, 03:56](1236 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:31, 04:11](1238 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:32, 06:38](1220 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:36, 03:58](1230 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:26, 04:52](1231 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:29, 04:07](1235 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:25, 07:02](1231 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:28, 04:45] -PASS -- TEST 'control_csawmg_debug_gnu' [06:00, 03:35](1060 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:15, 03:18] ( 839 warnings 1 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:30, 07:32] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:03, 03:33](1272 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:03, 05:21](1177 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:11, 02:51](1014 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:27, 05:03](1290 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:58, 03:19](1045 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:16, 03:05](997 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:28, 04:07](1117 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:46, 01:32](971 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:15, 12:22] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:12, 01:43](1298 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:03, 00:51](1208 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [05:46, 01:02](1155 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:13, 07:42] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:24, 03:44](1080 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:23, 03:20] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:40, 04:09](1103 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:59, 04:04](1110 MB) -PASS -- TEST 'conus13km_debug_intel' [13:59, 12:13](1374 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [14:43, 12:24](1003 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [08:41, 07:06](1262 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:05, 12:04](1419 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:37, 02:55] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:39, 04:16](1165 MB) - -PASS -- COMPILE 'hafsw_intel' [11:16, 09:48] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:30, 05:15](874 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:35, 05:05](1271 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:58, 06:38](927 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [18:16, 14:39](999 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:30, 15:36](1160 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:32, 05:31](606 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:07, 07:12](620 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [06:00, 02:37](440 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:29, 07:45](546 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:45, 03:55](617 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:53, 03:43](622 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:37, 05:02](679 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:05, 01:05](459 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [08:23, 04:12] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:40, 11:44](646 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:12, 15:46] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [19:45, 17:04](724 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [20:26, 16:35](854 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [14:15, 10:18] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:34, 10:19](831 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:17, 10:43] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:48, 05:42](943 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:32, 05:42](935 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:07, 16:30](1339 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:15, 07:22] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:35, 02:17](1151 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:27, 01:21](1107 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:27, 02:09](1006 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:21, 02:10](1010 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:29, 02:11](1015 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:22, 02:16](1151 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:26, 02:24](1141 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:26, 02:21](1013 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:02, 05:06](1162 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:29, 04:52](1154 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:27, 02:24](1167 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:26, 03:27](2329 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:49, 03:38](2384 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:26, 02:50] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:35, 05:15](1067 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:20, 06:46] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:28, 02:28](1152 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:15, 00:51] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:58, 00:51](340 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:53, 00:50](582 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:55, 00:33](569 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [10:19, 08:07] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:22, 04:35](2023 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [09:16, 07:14] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:03, 04:15](1985 MB) - -PASS -- COMPILE 'atml_intel' [14:14, 09:25] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:07, 06:42](1907 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:23, 06:59](1902 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:59, 03:25](1148 MB) - -PASS -- COMPILE 'atml_debug_intel' [08:14, 04:22] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:15, 06:18](1933 MB) - -PASS -- COMPILE 'atmw_intel' [12:14, 09:30] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:50, 02:57](1944 MB) - -PASS -- COMPILE 'atmaero_intel' [11:13, 08:42] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:38, 04:52](2033 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:48, 04:40](1807 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:17, 04:37](1828 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:17, 03:36] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [23:15, 17:38](4635 MB) - -PASS -- COMPILE 'atm_gnu' [12:24, 07:43] -PASS -- TEST 'control_c48_gnu' [12:48, 10:00](1575 MB) -PASS -- TEST 'control_stochy_gnu' [05:02, 03:09](733 MB) -PASS -- TEST 'control_ras_gnu' [05:35, 04:35](737 MB) -PASS -- TEST 'control_p8_gnu' [07:33, 05:17](1730 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [06:16, 04:56](1760 MB) -PASS -- TEST 'control_flake_gnu' [08:17, 05:20](812 MB) - -PASS -- COMPILE 'rrfs_gnu' [10:11, 07:14] -PASS -- TEST 'rap_control_gnu' [10:03, 08:05](1084 MB) -PASS -- TEST 'rap_decomp_gnu' [10:00, 08:16](1085 MB) -PASS -- TEST 'rap_2threads_gnu' [10:10, 07:36](1148 MB) -PASS -- TEST 'rap_restart_gnu' [05:36, 03:55](886 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [11:59, 08:51](1085 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [10:29, 08:24](1089 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:22, 05:45](885 MB) -PASS -- TEST 'hrrr_control_gnu' [07:30, 05:18](1074 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [07:29, 05:15](1136 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:43, 04:14](1046 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:33, 04:17](1074 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:33, 02:22](881 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:47, 02:02](937 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [11:02, 08:10](1098 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [15:13, 12:10] -PASS -- TEST 'control_diag_debug_gnu' [02:59, 01:30](1631 MB) -PASS -- TEST 'regional_debug_gnu' [07:55, 06:55](1116 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:31, 02:25](1102 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:30, 02:07](1093 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:57, 02:26](1103 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:34, 02:29](1101 MB) -PASS -- TEST 'rap_diag_debug_gnu' [02:53, 02:03](1281 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:30, 03:43](1104 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:48, 01:59](1106 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [04:33, 04:17](1097 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:37, 01:15](728 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:23, 02:43](730 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:45, 01:23](1726 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:33, 01:59](1102 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:26, 02:08](1109 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:58, 03:16](1107 MB) - -PASS -- COMPILE 'wam_debug_gnu' [07:13, 05:32] -PASS -- TEST 'control_wam_debug_gnu' [07:48, 05:39](1575 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [08:12, 07:11] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:48, 07:14](963 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:15, 04:37](952 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:39, 06:45](971 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:56, 03:28](895 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:52, 03:50](966 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:46, 05:31](859 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:35, 02:05](858 MB) -PASS -- TEST 'conus13km_control_gnu' [04:39, 03:07](1269 MB) -PASS -- TEST 'conus13km_2threads_gnu' [02:12, 01:04](1174 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:50, 01:27](931 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [16:11, 15:24] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:01, 04:21](990 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [16:17, 11:59] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:42, 01:58](981 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:47, 02:27](973 MB) -PASS -- TEST 'conus13km_debug_gnu' [08:04, 06:10](1286 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:36, 05:51](962 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [05:00, 03:58](1198 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:41, 05:45](1360 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [14:18, 12:38] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:08, 02:47](1004 MB) - -PASS -- COMPILE 's2swa_gnu' [21:16, 20:20] - -PASS -- COMPILE 's2s_gnu' [18:20, 17:35] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:57, 05:37](3092 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [13:12, 11:39] - -PASS -- COMPILE 's2sw_pdlib_gnu' [22:13, 19:55] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [27:33, 26:05](3052 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [12:14, 09:20] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [15:20, 13:10](2914 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [20:11, 18:00] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:51, 03:01](766 MB) +PASS -- COMPILE 's2swa_32bit_intel' [12:11, 11:29] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:00, 07:35](2138 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:11, 17:17] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [15:08, 13:15](2012 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:28, 14:21](2321 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:30, 06:30](1327 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:01, 15:09](1928 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:11, 16:38] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [15:33, 14:12](1991 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:11, 06:55] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:55, 22:01](1976 MB) + +PASS -- COMPILE 's2swa_intel' [13:11, 12:24] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [09:00, 08:04](2183 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:07, 08:22](2193 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:16, 04:18](1968 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [10:01, 08:19](2222 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:07, 04:26](1750 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:59, 10:04](2551 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:56, 07:45](2175 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:04, 06:57](2087 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:08, 08:37](2186 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [17:40, 15:56](2991 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:23, 06:44](2928 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [17:31, 10:13](3799 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:12, 06:49](3646 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [05:51, 05:07](2155 MB) + +PASS -- COMPILE 's2sw_intel' [12:11, 11:31] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:52, 07:16](2032 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [04:58, 04:07](2081 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:11, 06:55] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:46, 08:21](2211 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:11, 06:26] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:42, 05:53](2059 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:11, 10:42] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [04:50, 03:57](2081 MB) + +PASS -- COMPILE 's2s_intel' [09:11, 08:49] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [07:42, 07:06](3114 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:41, 02:13](3074 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:42, 01:12](2512 MB) + +PASS -- COMPILE 's2swa_faster_intel' [16:11, 15:53] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:06, 07:21](2196 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [15:11, 14:32] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [15:05, 13:55](2043 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:05, 06:52](1400 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:55, 16:56](1973 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 04:59] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:48, 22:33](2016 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:10, 08:30] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [03:20, 02:50](714 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:31, 02:24](1615 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:35, 02:31](1622 MB) +PASS -- TEST 'control_latlon_intel' [03:28, 02:26](1617 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:36, 02:27](1613 MB) +PASS -- TEST 'control_c48_intel' [07:33, 06:51](1739 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:23, 05:45](857 MB) +PASS -- TEST 'control_c192_intel' [09:41, 08:54](1775 MB) +PASS -- TEST 'control_c384_intel' [10:19, 08:56](2050 MB) +PASS -- TEST 'control_c384gdas_intel' [08:54, 07:08](1523 MB) +PASS -- TEST 'control_stochy_intel' [02:19, 01:23](671 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:36, 00:49](551 MB) +PASS -- TEST 'control_lndp_intel' [02:19, 01:18](674 MB) +PASS -- TEST 'control_iovr4_intel' [02:20, 02:05](661 MB) +PASS -- TEST 'control_iovr5_intel' [02:23, 02:04](662 MB) +PASS -- TEST 'control_p8_intel' [03:47, 02:54](1899 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:48, 02:51](1908 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:45, 02:35](1909 MB) +PASS -- TEST 'control_restart_p8_intel' [02:45, 01:30](1157 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:38, 02:39](1900 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:46, 01:29](1216 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:38, 03:12](1902 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:36, 02:40](1997 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:29, 05:01](1904 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:50, 03:33](1984 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:47, 02:38](1918 MB) +PASS -- TEST 'merra2_thompson_intel' [03:53, 02:54](1919 MB) +PASS -- TEST 'regional_control_intel' [05:26, 04:39](1202 MB) +PASS -- TEST 'regional_restart_intel' [04:29, 03:12](1181 MB) +PASS -- TEST 'regional_decomp_intel' [05:23, 04:56](1189 MB) +PASS -- TEST 'regional_2threads_intel' [03:23, 03:01](1159 MB) +PASS -- TEST 'regional_noquilt_intel' [05:28, 04:26](1517 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:28, 04:37](1196 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:23, 04:38](1209 MB) +PASS -- TEST 'regional_wofs_intel' [07:23, 06:23](2085 MB) + +PASS -- COMPILE 'rrfs_intel' [08:10, 07:58] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [07:46, 06:58](1209 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:47, 03:30](1405 MB) +PASS -- TEST 'rap_decomp_intel' [08:40, 07:12](1151 MB) +PASS -- TEST 'rap_2threads_intel' [07:32, 06:30](1376 MB) +PASS -- TEST 'rap_restart_intel' [04:58, 03:40](1141 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:48, 07:00](1206 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:36, 07:08](1152 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:01, 05:15](1221 MB) +PASS -- TEST 'hrrr_control_intel' [04:51, 03:28](1089 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:35, 03:31](1054 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:37, 03:09](1132 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:29, 01:49](1023 MB) +PASS -- TEST 'rrfs_v1beta_intel' [07:55, 06:46](1211 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:20, 07:43](2011 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:23, 07:28](2194 MB) + +PASS -- COMPILE 'csawmg_intel' [07:10, 07:05] +PASS -- TEST 'control_csawmg_intel' [06:31, 05:37](1041 MB) +PASS -- TEST 'control_ras_intel' [03:17, 02:53](876 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:10, 04:05] +PASS -- TEST 'control_csawmg_gnu' [07:39, 07:07](1070 MB) + +PASS -- COMPILE 'wam_intel' [08:11, 07:13] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [12:34, 11:24](1679 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [14:11, 13:10] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:49, 02:47](1903 MB) +PASS -- TEST 'regional_control_faster_intel' [05:27, 04:54](1197 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 05:01] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:36, 02:10](1645 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:31, 02:09](1634 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:17, 02:33](847 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:19, 02:16](841 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:27, 04:27](1166 MB) +PASS -- TEST 'control_ras_debug_intel' [03:19, 02:17](851 MB) +PASS -- TEST 'control_diag_debug_intel' [04:34, 02:22](1698 MB) +PASS -- TEST 'control_debug_p8_intel' [05:34, 03:32](1931 MB) +PASS -- TEST 'regional_debug_intel' [17:28, 15:36](1160 MB) +PASS -- TEST 'rap_control_debug_intel' [05:22, 04:04](1230 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:21, 04:01](1231 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:18, 04:08](1233 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:18, 04:07](1240 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:23, 04:11](1233 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:29, 04:20](1321 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:18, 04:11](1236 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:19, 04:17](1238 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:20, 04:15](1243 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:18, 04:14](1234 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:18, 04:09](1227 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:18, 04:16](1240 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:17, 06:52](1225 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [04:17, 04:08](1230 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:20, 04:57](1238 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:18, 04:07](1241 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:50, 07:09](1243 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:10, 04:30] +PASS -- TEST 'control_csawmg_debug_gnu' [03:35, 02:45](1058 MB) + +PASS -- COMPILE 'wam_debug_intel' [03:10, 03:03] ( 839 warnings 1 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:10, 07:08] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:47, 03:40](1273 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:34, 05:33](1136 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:08, 02:54](1020 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:45, 05:04](1295 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:51, 02:39](1048 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:46, 03:02](978 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [10:55, 04:06](1092 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [09:37, 01:35](973 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:12, 12:26] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:41, 01:51](1317 MB) +PASS -- TEST 'conus13km_2threads_intel' [09:39, 00:52](1210 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [09:37, 01:04](1156 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:10, 07:24] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:33, 03:44](1098 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:10, 02:56] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:17, 04:09](1118 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:19, 03:57](1116 MB) +PASS -- TEST 'conus13km_debug_intel' [13:32, 12:23](1359 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [13:29, 12:22](1019 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [08:26, 07:09](1255 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:27, 12:05](1425 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:10, 03:01] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:20, 04:03](1173 MB) + +PASS -- COMPILE 'hafsw_intel' [10:11, 09:26] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:09, 05:24](839 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:22, 05:17](1278 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:26, 06:52](961 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [24:14, 14:54](986 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [24:29, 15:11](1000 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [15:03, 05:33](608 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [16:25, 07:00](621 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [10:43, 02:38](437 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:04, 07:37](547 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [11:49, 04:00](622 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [11:50, 03:56](618 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:49, 04:49](682 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [07:27, 01:09](456 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:11, 03:24] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:45, 11:40](648 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [16:11, 15:28] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [23:52, 17:06](765 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [22:53, 16:23](843 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [10:10, 09:58] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [15:58, 10:14](824 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:10, 09:39] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [12:08, 05:41](957 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:08, 05:39](917 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [20:46, 16:39](1345 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:11, 06:14] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [06:17, 02:11](1132 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:16, 01:28](1109 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:14, 02:06](1019 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:16, 02:09](1006 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:20, 02:07](1011 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:15, 02:12](1143 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:14, 02:12](1161 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:20, 02:04](1014 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:56, 04:57](1156 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:54, 04:50](1151 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:15, 02:10](1154 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:17, 03:03](2385 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:16, 03:05](2372 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:57] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:18, 05:07](1071 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:10, 05:36] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:18, 02:14](1163 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 00:45] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:29, 00:54](325 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:23, 00:50](579 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:23, 00:29](588 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:12, 08:02] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:50, 03:54](2037 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [08:12, 07:42] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [04:48, 03:44](2009 MB) + +PASS -- COMPILE 'atml_intel' [09:10, 08:35] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:07, 06:22](1906 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [08:06, 06:39](1912 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:39, 03:03](1149 MB) + +PASS -- COMPILE 'atml_debug_intel' [04:10, 03:59] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:53, 06:06](1938 MB) + +PASS -- COMPILE 'atmw_intel' [09:10, 09:07] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:51, 01:45](1948 MB) + +PASS -- COMPILE 'atmaero_intel' [09:10, 07:39] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:45, 03:41](2030 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:49, 04:15](1795 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:43, 04:17](1838 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:10, 03:12] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [18:29, 16:54](4561 MB) + +PASS -- COMPILE 'atm_gnu' [05:10, 04:42] +PASS -- TEST 'control_c48_gnu' [10:40, 09:25](1571 MB) +PASS -- TEST 'control_stochy_gnu' [03:23, 02:23](745 MB) +PASS -- TEST 'control_ras_gnu' [04:19, 03:47](739 MB) +PASS -- TEST 'control_p8_gnu' [05:48, 04:48](1709 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [04:35, 03:48](1732 MB) +PASS -- TEST 'control_flake_gnu' [05:19, 04:32](816 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:11, 04:22] +PASS -- TEST 'rap_control_gnu' [08:34, 07:41](1089 MB) +PASS -- TEST 'rap_decomp_gnu' [08:46, 07:49](1089 MB) +PASS -- TEST 'rap_2threads_gnu' [07:46, 07:04](1122 MB) +PASS -- TEST 'rap_restart_gnu' [04:59, 03:57](886 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [08:49, 07:39](1087 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:37, 08:02](1084 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:04, 05:46](885 MB) +PASS -- TEST 'hrrr_control_gnu' [04:49, 03:55](1074 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [04:38, 04:05](1135 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [04:32, 03:43](1024 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [04:31, 03:57](1074 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [02:23, 02:05](881 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:21, 02:00](933 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [08:52, 07:48](1086 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 07:38] +PASS -- TEST 'control_diag_debug_gnu' [02:33, 01:16](1631 MB) +PASS -- TEST 'regional_debug_gnu' [08:25, 07:45](1118 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:17, 01:57](1105 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:19, 01:58](1094 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:16, 02:02](1106 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:17, 02:08](1099 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:24, 02:16](1275 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:18, 03:11](1101 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:17, 02:06](1111 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:17, 02:06](1098 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:18, 01:15](729 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:16, 01:21](733 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:36, 01:57](1757 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:18, 02:06](1105 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:17, 02:23](1105 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:53, 03:21](1108 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:11, 03:19] +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wam_debug_gnu' [, ]( MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 04:38] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:32, 07:23](966 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:46, 03:54](951 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:43, 06:51](998 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:35, 03:33](873 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:35, 03:56](952 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:58, 05:28](860 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:20, 02:00](858 MB) +PASS -- TEST 'conus13km_control_gnu' [03:41, 02:32](1269 MB) +PASS -- TEST 'conus13km_2threads_gnu' [01:30, 01:01](1176 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:33, 01:31](951 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [12:10, 11:28] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:30, 04:28](989 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [09:11, 08:33] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:19, 02:04](979 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:19, 01:59](970 MB) +PASS -- TEST 'conus13km_debug_gnu' [06:32, 05:32](1285 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [06:32, 05:49](969 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [04:28, 03:34](1191 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:28, 05:35](1361 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [09:11, 08:38] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:20, 02:16](1004 MB) + +PASS -- COMPILE 's2swa_gnu' [16:10, 15:30] + +PASS -- COMPILE 's2s_gnu' [15:16, 14:31] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [06:06, 04:47](2722 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:10, 03:47] + +PASS -- COMPILE 's2sw_pdlib_gnu' [16:11, 15:15] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [27:00, 25:47](2873 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [08:10, 05:00] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:50, 12:14](2893 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [20:10, 17:29] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:17, 02:20](762 MB) SYNOPSIS: -Starting Date/Time: 20240717 08:37:30 -Ending Date/Time: 20240717 10:30:01 -Total Time: 01h:53m:28s +Starting Date/Time: 20240719 09:01:22 +Ending Date/Time: 20240719 10:35:41 +Total Time: 01h:35m:03s Compiles Completed: 57/57 -Tests Completed: 244/244 +Tests Completed: 243/244 +Failed Tests: +* TEST control_wam_debug_gnu: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /work/noaa/nems/zshrader/hercules/rt-2340/tests/logs/log_hercules/run_control_wam_debug_gnu.log + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF HERCULES REGRESSION TESTING LOG==== +====START OF HERCULES REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +64efdbc9603ff8a1dad35b3050a8bbdccc306e1f + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + a8e7a4c547bcb0bde8d1a5a9321920e23d63d848 FV3 (remotes/origin/sigcld) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 1e9b0dd6c9c9da577349e02c1bb6fc912d29ceba FV3/ccpp/physics (ccpp_transition_to_vlab_master_20190705-4313-g1e9b0dd6) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240718 +COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_902260 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-l) - USE CONFIG FILE: rt.conf + +PASS -- COMPILE 'wam_debug_gnu' [03:10, 02:36] +PASS -- TEST 'control_wam_debug_gnu' [10:32, 05:19](1576 MB) + +SYNOPSIS: +Starting Date/Time: 20240719 11:23:50 +Ending Date/Time: 20240719 11:37:33 +Total Time: 00h:13m:48s +Compiles Completed: 1/1 +Tests Completed: 1/1 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index f915017cff..f04154312b 100644 --- a/tests/logs/RegressionTests_jet.log +++ b/tests/logs/RegressionTests_jet.log @@ -1,7 +1,7 @@ ====START OF JET REGRESSION TESTING LOG==== UFSWM hash used in testing: -a3771eaecd5c6e2e72e9ca1b474e4693c7705ba9 +1d6c84c5ad5433be0ba3bcb17ae49a17d69e8918 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3581423f397e2eb0c1f0cd7f6b728593511278a9 FV3 (heads/develop) + a8e7a4c547bcb0bde8d1a5a9321920e23d63d848 FV3 (remotes/origin/sigcld) 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) + 1e9b0dd6c9c9da577349e02c1bb6fc912d29ceba FV3/ccpp/physics (ccpp_transition_to_vlab_master_20190705-4313-g1e9b0dd6) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -35,254 +35,254 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_2732353 +BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240718 +COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3314321 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [42:17, 40:48] ( 1 warnings 1383 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:16, 08:54](2009 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [49:18, 48:21] ( 1 warnings 1427 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [24:36, 22:10](1890 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:19, 23:46](1980 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:57, 11:19](1112 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [27:32, 25:39](1842 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [00:21, 48:49] ( 1 warnings 1424 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [23:11, 21:06](1891 MB) - -PASS -- COMPILE 's2swa_intel' [43:17, 41:35] ( 1381 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [11:22, 09:18](2064 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:09, 09:20](2053 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:15, 05:34](1717 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [11:26, 09:20](2077 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:12, 05:53](1739 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [11:21, 09:08](2310 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:35, 09:02](2038 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:58, 08:05](2001 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:46, 09:17](2057 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:35, 08:52](2035 MB) - -PASS -- COMPILE 's2sw_intel' [51:19, 39:50] ( 1279 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:33, 07:17](1906 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:13, 07:25](1958 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:12, 06:18] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [13:37, 11:26](2083 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:11, 05:46] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:26, 08:14](1934 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [35:14, 34:35] ( 1011 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:48, 07:00](1977 MB) - -PASS -- COMPILE 's2s_intel' [35:16, 34:45] ( 1016 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [14:10, 12:59](3067 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [06:08, 04:13](3056 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:10, 02:25](2489 MB) - -PASS -- COMPILE 's2swa_faster_intel' [35:27, 34:32] ( 1609 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [12:09, 08:27](2043 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [48:18, 47:14] ( 1339 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [24:40, 22:44](1924 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [22:39, 11:33](1124 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:45, 25:08](1884 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:11, 05:43] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [36:19, 33:06](1934 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [38:16, 37:35] ( 1 warnings 1148 remarks ) -PASS -- TEST 'control_flake_intel' [08:40, 04:50](654 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [31:30, 04:11](1554 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [29:32, 04:42](1554 MB) -PASS -- TEST 'control_latlon_intel' [31:25, 04:09](1555 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:24, 04:17](1555 MB) -PASS -- TEST 'control_c48_intel' [13:31, 12:05](1732 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [11:56, 10:24](850 MB) -PASS -- TEST 'control_c192_intel' [38:40, 15:13](1686 MB) -PASS -- TEST 'control_c384_intel' [28:51, 19:05](1824 MB) -PASS -- TEST 'control_c384gdas_intel' [39:57, 14:04](1026 MB) -PASS -- TEST 'control_stochy_intel' [03:40, 02:28](606 MB) -PASS -- TEST 'control_stochy_restart_intel' [26:01, 01:29](438 MB) -PASS -- TEST 'control_lndp_intel' [03:40, 02:27](610 MB) -PASS -- TEST 'control_iovr4_intel' [04:37, 03:40](580 MB) -PASS -- TEST 'control_iovr5_intel' [04:37, 03:50](600 MB) -PASS -- TEST 'control_p8_intel' [32:59, 04:52](1843 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [33:13, 04:52](1845 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [11:11, 04:55](1844 MB) -PASS -- TEST 'control_restart_p8_intel' [04:15, 02:56](1058 MB) -PASS -- TEST 'control_noqr_p8_intel' [33:08, 05:05](1836 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:10, 02:46](1079 MB) -PASS -- TEST 'control_decomp_p8_intel' [33:50, 05:06](1840 MB) -PASS -- TEST 'control_2threads_p8_intel' [15:01, 05:37](1938 MB) -PASS -- TEST 'control_p8_lndp_intel' [32:29, 08:22](1849 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [31:07, 06:14](1908 MB) -PASS -- TEST 'control_p8_mynn_intel' [30:04, 05:24](1844 MB) -PASS -- TEST 'merra2_thompson_intel' [30:22, 05:53](1847 MB) -PASS -- TEST 'regional_control_intel' [10:11, 08:44](1013 MB) -PASS -- TEST 'regional_restart_intel' [06:48, 04:56](1017 MB) -PASS -- TEST 'regional_decomp_intel' [11:12, 09:08](1016 MB) -PASS -- TEST 'regional_2threads_intel' [08:12, 06:34](1002 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [10:21, 08:26](1019 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [10:11, 08:46](1012 MB) - -PASS -- COMPILE 'rrfs_intel' [35:19, 35:01] ( 3 warnings 1115 remarks ) -PASS -- TEST 'rap_control_intel' [25:03, 10:20](990 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [20:20, 05:58](1214 MB) -PASS -- TEST 'rap_decomp_intel' [25:03, 10:54](976 MB) -PASS -- TEST 'rap_2threads_intel' [24:30, 10:00](1087 MB) -PASS -- TEST 'rap_restart_intel' [07:37, 05:36](996 MB) -PASS -- TEST 'rap_sfcdiff_intel' [25:13, 10:20](991 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [25:13, 10:57](982 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:39, 07:53](997 MB) -PASS -- TEST 'hrrr_control_intel' [20:16, 05:15](986 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [20:16, 05:32](986 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [20:16, 04:58](1059 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:33, 02:53](922 MB) -PASS -- TEST 'rrfs_v1beta_intel' [25:45, 10:14](986 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [25:40, 12:43](1948 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [24:38, 12:26](1940 MB) - -PASS -- COMPILE 'csawmg_intel' [32:19, 32:14] ( 1095 remarks ) -PASS -- TEST 'control_csawmg_intel' [25:54, 09:03](962 MB) -PASS -- TEST 'control_ras_intel' [21:35, 04:51](664 MB) - -PASS -- COMPILE 'wam_intel' [33:17, 32:14] ( 995 remarks ) -PASS -- TEST 'control_wam_intel' [15:58, 14:37](1625 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [54:21, 53:07] ( 1297 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:41, 04:10](1846 MB) -PASS -- TEST 'regional_control_faster_intel' [08:48, 07:33](1014 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [17:13, 06:29] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:49, 03:27](1574 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:51, 03:40](1570 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:23, 03:50](771 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:26, 03:26](776 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:43, 05:58](1090 MB) -PASS -- TEST 'control_ras_debug_intel' [04:26, 03:40](783 MB) -PASS -- TEST 'control_diag_debug_intel' [04:52, 03:27](1632 MB) -PASS -- TEST 'control_debug_p8_intel' [08:56, 06:53](1872 MB) -PASS -- TEST 'regional_debug_intel' [23:48, 22:46](1042 MB) -PASS -- TEST 'rap_control_debug_intel' [07:32, 06:20](1161 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:32, 06:06](1163 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:31, 06:14](1166 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:30, 06:17](1165 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:33, 06:13](1163 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:51, 06:37](1240 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:29, 06:24](1165 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:29, 06:24](1163 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:30, 06:23](1166 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:27, 06:15](1158 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:28, 06:13](1162 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:30, 06:15](1163 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:31, 10:10](1166 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:29, 06:10](1159 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:28, 07:31](1169 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:26, 06:14](1165 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:33, 10:40](1168 MB) - -PASS -- COMPILE 'wam_debug_intel' [18:13, 04:47] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [20:12, 16:55](1646 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:15, 30:24] ( 3 warnings 1028 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [10:15, 05:41](1074 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:07, 08:53](899 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [24:53, 22:42](867 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:07, 08:39](956 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:49, 04:17](916 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:10, 04:56](862 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:23, 06:43](898 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:50, 02:37](847 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [49:16, 48:22] ( 3 warnings 1198 remarks ) -PASS -- TEST 'conus13km_control_intel' [08:17, 03:08](1111 MB) -PASS -- TEST 'conus13km_2threads_intel' [08:55, 01:27](1053 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [08:56, 01:42](1029 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [32:13, 30:59] ( 3 warnings 1048 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:58, 05:55](913 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:10, 04:57] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:33, 06:03](1044 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:33, 05:57](1041 MB) -PASS -- TEST 'conus13km_debug_intel' [20:09, 18:36](1150 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [20:08, 18:41](873 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [12:03, 10:46](1098 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:03, 18:40](1225 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 04:48] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:30, 06:12](1085 MB) - -PASS -- COMPILE 'hafsw_intel' [38:16, 37:51] ( 1 warnings 1427 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [10:33, 07:21](716 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [09:42, 07:13](1082 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [18:44, 09:28](772 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [24:37, 16:44](799 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [27:51, 18:23](816 MB) -PASS -- TEST 'gnv1_nested_intel' [17:03, 07:20](1681 MB) - -PASS -- COMPILE 'hafs_all_intel' [34:16, 33:26] ( 1268 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [17:31, 08:55](769 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [17:36, 08:56](754 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:11, 08:31] ( 67 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:27, 03:42](1059 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:24, 02:18](1033 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:28, 03:46](922 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:27, 03:47](927 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:28, 03:42](921 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:28, 03:47](1056 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:27, 03:47](1062 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:28, 03:42](927 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:52, 07:56](893 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:53, 07:49](848 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:25, 03:34](1065 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:28, 05:15](2400 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:28, 05:07](2339 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:43] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:23, 08:01](1010 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:13, 08:25] ( 70 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [08:21, 03:42](1064 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:50] ( 60 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [13:41, 02:14](232 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [11:31, 01:29](257 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:32, 01:06](253 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [34:13, 33:56] ( 1016 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:27, 05:32](1906 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [33:19, 33:08] ( 1016 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:36, 05:11](1890 MB) - -PASS -- COMPILE 'atml_intel' [40:13, 37:16] ( 8 warnings 1186 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [14:04, 11:36](1857 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [13:01, 11:03](1866 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [20:04, 17:03](1072 MB) - -PASS -- COMPILE 'atml_debug_intel' [08:11, 05:55] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:44, 08:08](1884 MB) - -PASS -- COMPILE 'atmw_intel' [41:17, 34:35] ( 1260 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:01, 03:15](1843 MB) - -PASS -- COMPILE 'atmaero_intel' [34:14, 33:16] ( 1099 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [09:45, 07:10](1932 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:38, 07:34](1711 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:21, 07:38](1742 MB) +PASS -- COMPILE 's2swa_32bit_intel' [41:15, 40:51] ( 1 warnings 1383 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:43, 08:35](2017 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [54:17, 53:48] ( 1 warnings 1427 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [24:08, 21:41](1899 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [27:15, 23:18](2009 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [14:18, 11:39](1113 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [25:49, 23:16](1837 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [48:15, 47:00] ( 1 warnings 1424 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [22:44, 21:17](1892 MB) + +PASS -- COMPILE 's2swa_intel' [42:15, 41:02] ( 1381 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [11:21, 09:04](2056 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:42, 08:39](2047 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:53, 04:48](1713 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [10:22, 08:49](2077 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:52, 05:06](1736 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:14, 08:30](2322 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [11:17, 09:05](2047 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:34, 07:44](2012 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:46, 09:09](2056 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:33, 08:48](2031 MB) + +PASS -- COMPILE 's2sw_intel' [39:14, 38:41] ( 1279 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:39, 07:34](1912 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:52, 07:54](1977 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:11, 06:06] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [13:47, 11:02](2092 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:13, 05:36] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:29, 07:44](1937 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [35:17, 34:33] ( 1011 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:41, 06:41](1972 MB) + +PASS -- COMPILE 's2s_intel' [36:17, 35:13] ( 1016 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [14:07, 12:36](3062 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:07, 03:55](3057 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:09, 02:28](2481 MB) + +PASS -- COMPILE 's2swa_faster_intel' [36:22, 34:12] ( 1609 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:23, 08:07](2054 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [54:20, 52:24] ( 1339 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:40, 21:42](1913 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [14:51, 11:23](1131 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [28:33, 25:08](1881 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:11, 05:25] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [35:31, 33:26](1930 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [38:14, 37:51] ( 1 warnings 1148 remarks ) +PASS -- TEST 'control_flake_intel' [05:38, 04:33](649 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:15, 04:03](1551 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:18, 04:12](1555 MB) +PASS -- TEST 'control_latlon_intel' [05:10, 03:59](1548 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:19, 04:05](1548 MB) +PASS -- TEST 'control_c48_intel' [13:29, 11:47](1727 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [11:52, 10:16](848 MB) +PASS -- TEST 'control_c192_intel' [16:47, 14:19](1685 MB) +PASS -- TEST 'control_c384_intel' [20:36, 18:00](1822 MB) +PASS -- TEST 'control_c384gdas_intel' [17:57, 13:34](1020 MB) +PASS -- TEST 'control_stochy_intel' [03:33, 02:21](607 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:31, 01:21](441 MB) +PASS -- TEST 'control_lndp_intel' [03:33, 02:13](609 MB) +PASS -- TEST 'control_iovr4_intel' [04:36, 03:25](604 MB) +PASS -- TEST 'control_iovr5_intel' [04:36, 03:22](599 MB) +PASS -- TEST 'control_p8_intel' [06:34, 04:40](1845 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:50, 04:43](1843 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:55, 04:30](1841 MB) +PASS -- TEST 'control_restart_p8_intel' [04:19, 02:39](1057 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:37, 04:41](1843 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:17, 02:48](1077 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:37, 04:48](1833 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:37, 04:38](1935 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:16, 07:52](1846 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:00, 05:49](1908 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:50, 04:45](1851 MB) +PASS -- TEST 'merra2_thompson_intel' [08:12, 05:09](1850 MB) +PASS -- TEST 'regional_control_intel' [09:08, 08:03](1016 MB) +PASS -- TEST 'regional_restart_intel' [05:47, 04:52](1024 MB) +PASS -- TEST 'regional_decomp_intel' [10:08, 08:27](1018 MB) +PASS -- TEST 'regional_2threads_intel' [07:09, 05:43](1006 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [09:15, 07:54](1019 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [09:07, 08:01](1011 MB) + +PASS -- COMPILE 'rrfs_intel' [36:14, 35:12] ( 3 warnings 1115 remarks ) +PASS -- TEST 'rap_control_intel' [13:28, 10:13](993 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:35, 05:41](1221 MB) +PASS -- TEST 'rap_decomp_intel' [14:15, 10:37](987 MB) +PASS -- TEST 'rap_2threads_intel' [13:28, 09:41](1077 MB) +PASS -- TEST 'rap_restart_intel' [10:27, 06:00](997 MB) +PASS -- TEST 'rap_sfcdiff_intel' [16:12, 10:10](990 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [14:38, 10:47](990 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [11:17, 08:20](1007 MB) +PASS -- TEST 'hrrr_control_intel' [13:18, 05:15](989 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [12:45, 05:24](983 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [13:18, 04:48](1062 MB) +PASS -- TEST 'hrrr_control_restart_intel' [07:34, 03:51](916 MB) +PASS -- TEST 'rrfs_v1beta_intel' [16:52, 10:02](988 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [13:39, 12:18](1941 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [15:43, 12:16](1939 MB) + +PASS -- COMPILE 'csawmg_intel' [33:16, 32:19] ( 1095 remarks ) +PASS -- TEST 'control_csawmg_intel' [15:55, 08:52](966 MB) +PASS -- TEST 'control_ras_intel' [10:32, 04:29](667 MB) + +PASS -- COMPILE 'wam_intel' [33:18, 32:25] ( 995 remarks ) +PASS -- TEST 'control_wam_intel' [17:03, 14:37](1620 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [53:18, 52:29] ( 1297 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:36, 04:15](1845 MB) +PASS -- TEST 'regional_control_faster_intel' [08:47, 07:09](1020 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:11, 07:11] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [07:01, 03:26](1576 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [07:05, 03:18](1576 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:33, 03:55](776 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:33, 03:35](781 MB) +PASS -- TEST 'control_csawmg_debug_intel' [08:59, 06:01](1099 MB) +PASS -- TEST 'control_ras_debug_intel' [04:33, 03:34](785 MB) +PASS -- TEST 'control_diag_debug_intel' [08:05, 03:26](1637 MB) +PASS -- TEST 'control_debug_p8_intel' [08:01, 04:16](1877 MB) +PASS -- TEST 'regional_debug_intel' [27:00, 23:08](1037 MB) +PASS -- TEST 'rap_control_debug_intel' [07:33, 06:16](1164 MB) +PASS -- TEST 'hrrr_control_debug_intel' [09:51, 06:07](1162 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [09:45, 06:12](1161 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [09:41, 06:14](1169 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:33, 06:16](1166 MB) +PASS -- TEST 'rap_diag_debug_intel' [10:00, 06:34](1245 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [09:27, 06:26](1164 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:32, 06:51](1164 MB) +PASS -- TEST 'rap_lndp_debug_intel' [09:28, 06:13](1161 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [09:28, 06:10](1164 MB) +PASS -- TEST 'rap_noah_debug_intel' [08:31, 06:03](1162 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [10:34, 06:21](1169 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [14:31, 10:10](1164 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [09:30, 06:13](1163 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [10:32, 07:32](1161 MB) +PASS -- TEST 'rap_flake_debug_intel' [08:38, 06:13](1163 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [15:47, 10:46](1173 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:11, 04:43] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [19:08, 16:54](1651 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [32:17, 30:27] ( 3 warnings 1028 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:25, 05:17](1055 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:06, 08:19](907 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:11, 04:27](876 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:06, 07:59](949 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:11, 04:06](910 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:11, 04:40](862 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:10, 06:26](906 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:33, 02:25](847 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [50:16, 49:06] ( 3 warnings 1198 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:09, 02:59](1109 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:52, 01:24](1047 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:52, 01:37](1025 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [31:17, 31:05] ( 3 warnings 1048 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:53, 05:41](907 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:11, 04:28] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:33, 06:11](1046 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:32, 06:04](1043 MB) +PASS -- TEST 'conus13km_debug_intel' [20:07, 18:41](1150 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [20:07, 18:45](883 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [12:01, 10:53](1101 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:01, 18:37](1223 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 04:33] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:30, 06:18](1085 MB) + +PASS -- COMPILE 'hafsw_intel' [39:17, 38:12] ( 1 warnings 1427 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [11:29, 09:19](692 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [13:44, 12:16](1083 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [14:47, 13:02](774 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [19:32, 17:18](800 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:52, 18:34](818 MB) +PASS -- TEST 'gnv1_nested_intel' [15:48, 13:04](1675 MB) + +PASS -- COMPILE 'hafs_all_intel' [34:15, 33:34] ( 1268 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [13:26, 10:40](774 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [13:05, 10:59](749 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:11, 08:21] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:27, 03:49](1058 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:25, 02:15](1030 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:27, 03:41](921 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:26, 03:44](926 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:27, 03:48](919 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:27, 03:40](1063 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:27, 03:45](1057 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:27, 03:34](923 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:31, 08:16](886 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:33, 08:10](848 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:23, 03:53](1061 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:27, 05:19](2386 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:27, 05:35](2346 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:52] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:27, 08:06](1007 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:11, 08:39] ( 70 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:26, 03:38](1063 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:13, 01:50] ( 60 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:34, 01:39](236 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:29, 01:23](255 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:29, 00:51](252 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [34:16, 33:38] ( 1016 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:55, 06:09](1915 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [34:17, 33:29] ( 1016 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:37, 05:41](1905 MB) + +PASS -- COMPILE 'atml_intel' [38:14, 37:25] ( 8 warnings 1186 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [20:49, 18:45](1861 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [20:46, 18:24](1856 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:52, 05:19](1073 MB) + +PASS -- COMPILE 'atml_debug_intel' [06:11, 05:44] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [11:54, 09:22](1887 MB) + +PASS -- COMPILE 'atmw_intel' [36:16, 35:28] ( 1260 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:36, 03:13](1866 MB) + +PASS -- COMPILE 'atmaero_intel' [34:19, 33:55] ( 1099 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [09:36, 06:04](1936 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [11:39, 06:32](1725 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [11:17, 06:37](1741 MB) SYNOPSIS: -Starting Date/Time: 20240716 21:47:09 -Ending Date/Time: 20240717 02:06:24 -Total Time: 04h:19m:54s +Starting Date/Time: 20240719 07:42:32 +Ending Date/Time: 20240719 11:45:08 +Total Time: 04h:03m:15s Compiles Completed: 36/36 Tests Completed: 164/164 diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index cc666b3552..24218707bd 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,7 +1,7 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -a3771eaecd5c6e2e72e9ca1b474e4693c7705ba9 +64efdbc9603ff8a1dad35b3050a8bbdccc306e1f Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3581423f397e2eb0c1f0cd7f6b728593511278a9 FV3 (heads/develop) + a8e7a4c547bcb0bde8d1a5a9321920e23d63d848 FV3 (remotes/origin/sigcld) 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) + 1e9b0dd6c9c9da577349e02c1bb6fc912d29ceba FV3/ccpp/physics (ccpp_transition_to_vlab_master_20190705-4313-g1e9b0dd6) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -35,379 +35,287 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1235393 +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240718 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_3326160 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [18:11, 17:22] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [28:52, 24:11](2085 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:11, 21:33] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [25:38, 21:27](1964 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [28:55, 24:02](2136 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [16:43, 11:37](1210 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [28:25, 24:38](1877 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [22:13, 22:02] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [23:57, 21:59](1959 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [11:10, 10:13] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [32:23, 28:28](1943 MB) - -PASS -- COMPILE 's2swa_intel' [20:11, 19:22] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [27:07, 24:09](2145 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [28:37, 24:26](2132 MB) -PASS -- TEST 'cpld_restart_p8_intel' [14:25, 10:50](1817 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [28:16, 25:05](2172 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [15:53, 11:20](1712 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [26:50, 23:45](2433 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [26:50, 23:59](2127 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [26:50, 23:42](2047 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [28:55, 24:03](2137 MB) -FAILED: TEST TIMED OUT -- TEST 'cpld_control_c192_p8_intel' [, ]( MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [30:00, 22:56](2736 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [40:36, 27:04](3657 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [43:23, 27:56](3505 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [22:58, 19:27](2110 MB) - -PASS -- COMPILE 's2sw_intel' [19:15, 18:11] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [27:40, 24:17](1981 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [24:47, 22:08](2047 MB) - -PASS -- COMPILE 's2swa_debug_intel' [11:10, 10:17] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [18:30, 14:59](2168 MB) - -PASS -- COMPILE 's2sw_debug_intel' [10:11, 09:41] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [13:00, 09:14](2009 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [16:14, 16:00] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [21:29, 18:45](2049 MB) - -PASS -- COMPILE 's2s_intel' [16:11, 15:33] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [14:47, 12:33](3103 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [10:09, 07:16](3079 MB) -PASS -- TEST 'cpld_restart_c48_intel' [08:21, 04:24](2517 MB) - -PASS -- COMPILE 's2swa_faster_intel' [27:19, 26:42] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [23:13, 19:55](2150 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [22:22, 21:42] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [26:36, 23:33](1999 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [18:22, 13:54](1254 MB) -FAILED: TEST TIMED OUT -- TEST 'cpld_mpi_pdlib_p8_intel' [, ]( MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:13, 08:46] ( 1560 warnings 2000 remarks ) -FAILED: TEST TIMED OUT -- TEST 'cpld_debug_pdlib_p8_intel' [, ]( MB) - -PASS -- COMPILE 'atm_dyn32_intel' [15:17, 15:03] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [10:39, 08:12](689 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [09:53, 06:49](1588 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [09:47, 06:45](1601 MB) -PASS -- TEST 'control_latlon_intel' [09:41, 06:12](1595 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [10:43, 07:17](1595 MB) -PASS -- TEST 'control_c48_intel' [13:58, 10:47](1744 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [13:43, 10:03](861 MB) -PASS -- TEST 'control_c192_intel' [20:36, 16:56](1735 MB) -PASS -- TEST 'control_c384_intel' [28:36, 22:20](2010 MB) -PASS -- TEST 'control_c384gdas_intel' [21:55, 16:51](1355 MB) -PASS -- TEST 'control_stochy_intel' [04:58, 03:11](646 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:32, 01:45](478 MB) -PASS -- TEST 'control_lndp_intel' [04:47, 03:09](646 MB) -PASS -- TEST 'control_iovr4_intel' [06:03, 04:54](638 MB) -PASS -- TEST 'control_iovr5_intel' [06:00, 05:09](644 MB) -PASS -- TEST 'control_p8_intel' [09:02, 06:16](1889 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:42, 06:02](1892 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [09:11, 06:21](1892 MB) -PASS -- TEST 'control_restart_p8_intel' [06:11, 03:36](1097 MB) -PASS -- TEST 'control_noqr_p8_intel' [08:21, 05:14](1877 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:49, 02:58](1131 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:50, 05:03](1886 MB) -PASS -- TEST 'control_2threads_p8_intel' [08:03, 05:26](1969 MB) -PASS -- TEST 'control_p8_lndp_intel' [11:24, 09:20](1898 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [09:48, 06:15](1954 MB) -PASS -- TEST 'control_p8_mynn_intel' [08:27, 05:17](1887 MB) -PASS -- TEST 'merra2_thompson_intel' [09:55, 06:11](1900 MB) -PASS -- TEST 'regional_control_intel' [14:23, 12:48](1088 MB) -PASS -- TEST 'regional_restart_intel' [09:14, 07:45](1084 MB) -PASS -- TEST 'regional_decomp_intel' [15:33, 13:59](1080 MB) -PASS -- TEST 'regional_2threads_intel' [13:21, 11:40](1082 MB) -PASS -- TEST 'regional_noquilt_intel' [13:31, 11:52](1386 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [15:15, 13:56](1093 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [13:59, 12:47](1086 MB) -PASS -- TEST 'regional_wofs_intel' [16:35, 14:50](1906 MB) - -PASS -- COMPILE 'rrfs_intel' [16:21, 15:11] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [15:57, 13:46](1059 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:41, 07:14](1305 MB) -PASS -- TEST 'rap_decomp_intel' [15:57, 13:44](1020 MB) -PASS -- TEST 'rap_2threads_intel' [15:24, 13:05](1165 MB) -PASS -- TEST 'rap_restart_intel' [12:37, 09:50](1048 MB) -PASS -- TEST 'rap_sfcdiff_intel' [16:19, 13:48](1063 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [18:23, 15:35](1026 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [19:12, 15:31](1076 MB) -PASS -- TEST 'hrrr_control_intel' [09:21, 06:34](1029 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [09:28, 06:46](1017 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [09:19, 06:58](1100 MB) -PASS -- TEST 'hrrr_control_restart_intel' [06:10, 03:55](955 MB) -PASS -- TEST 'rrfs_v1beta_intel' [16:10, 14:03](1049 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [19:06, 17:15](1987 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [16:52, 16:10](2030 MB) - -PASS -- COMPILE 'csawmg_intel' [14:12, 13:57] -PASS -- TEST 'control_csawmg_intel' [14:49, 12:39](1027 MB) -PASS -- TEST 'control_ras_intel' [08:49, 07:25](722 MB) - -PASS -- COMPILE 'wam_intel' [15:12, 14:42] ( 1 remarks ) -FAILED: TEST TIMED OUT -- TEST 'control_wam_intel' [, ]( MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [21:16, 20:47] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [09:17, 05:14](1886 MB) -FAILED: TEST TIMED OUT -- TEST 'regional_control_faster_intel' [, ]( MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [13:19, 12:12] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:57, 04:10](1624 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:44, 03:28](1619 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:49, 03:52](814 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:49, 03:32](823 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:23, 05:03](1139 MB) -PASS -- TEST 'control_ras_debug_intel' [04:47, 03:58](831 MB) -PASS -- TEST 'control_diag_debug_intel' [06:34, 04:09](1678 MB) -PASS -- TEST 'control_debug_p8_intel' [05:20, 03:52](1914 MB) -PASS -- TEST 'regional_debug_intel' [25:10, 23:11](1091 MB) -PASS -- TEST 'rap_control_debug_intel' [07:17, 05:59](1215 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:13, 06:06](1210 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [08:22, 06:24](1210 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [08:17, 06:11](1211 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:46, 06:02](1213 MB) -PASS -- TEST 'rap_diag_debug_intel' [09:11, 07:44](1296 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:48, 06:58](1211 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:50, 06:22](1216 MB) -PASS -- TEST 'rap_lndp_debug_intel' [08:27, 06:39](1213 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:50, 06:46](1206 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:29, 07:03](1211 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:28, 07:00](1210 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:57, 10:37](1209 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:53, 06:46](1206 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [09:22, 07:42](1216 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:50, 06:58](1207 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [14:39, 10:27](1208 MB) - -PASS -- COMPILE 'wam_debug_intel' [08:12, 07:53] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [17:13, 14:30](1692 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:12, 14:28] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [14:46, 11:17](1164 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [24:35, 21:16](1010 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [13:59, 10:26](930 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [27:53, 25:12](1078 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [14:05, 11:14](954 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [14:52, 10:16](906 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:38, 05:20](982 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [11:12, 09:20](876 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [21:12, 20:14] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [08:03, 05:48](1182 MB) -PASS -- TEST 'conus13km_2threads_intel' [07:04, 04:42](1132 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [07:22, 05:04](1080 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:12, 13:35] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [16:27, 13:59](977 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:14, 06:57] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:33, 06:15](1094 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:02, 05:35](1087 MB) -PASS -- TEST 'conus13km_debug_intel' [18:45, 16:13](1248 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [20:04, 18:18](943 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [14:09, 12:56](1176 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:06, 15:57](1311 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:12, 07:13] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:06, 06:25](1144 MB) - -PASS -- COMPILE 'hafsw_intel' [16:10, 15:27] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [23:29, 21:46](762 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [23:54, 22:12](1131 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [25:38, 23:11](834 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [30:40, 28:39](870 MB) -FAILED: TEST TIMED OUT -- TEST 'hafs_regional_atm_ocn_wav_intel' [, ]( MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [24:32, 22:31](512 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [25:54, 22:45](520 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [20:32, 18:22](384 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [25:04, 21:37](494 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [18:16, 17:11](538 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [17:56, 17:04](542 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [16:42, 13:03](599 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [13:04, 11:24](407 MB) -PASS -- TEST 'gnv1_nested_intel' [14:19, 10:09](1733 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [09:10, 08:28] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [19:33, 16:46](598 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [24:13, 24:08] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [20:58, 16:39](660 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [21:45, 17:20](741 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [16:12, 16:03] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [17:21, 13:41](725 MB) - -PASS -- COMPILE 'hafs_all_intel' [17:13, 16:15] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [16:08, 12:13](837 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [14:39, 11:42](817 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:37, 17:44](1204 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:11, 09:27] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:45, 06:20](1150 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:23, 01:59](1109 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:42, 05:40](1013 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [06:46, 05:30](1013 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:43, 05:14](1019 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:20, 04:01](1139 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:22, 03:10](1156 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:21, 02:51](1018 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:20, 06:40](1023 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:21, 06:29](999 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:16, 02:56](1150 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:22, 04:19](2382 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:21, 04:21](2439 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:13, 06:03] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:19, 06:33](1062 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [10:13, 09:21] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:20, 03:06](1143 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 02:35] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:35, 01:02](253 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:25, 01:00](320 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:30, 00:36](320 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:12, 13:48] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:18, 04:09](1976 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:14, 14:40] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:20, 04:04](1964 MB) - -PASS -- COMPILE 'atml_intel' [15:19, 15:05] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:53, 05:01](1875 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:43, 04:55](1871 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:04, 02:57](1069 MB) - -PASS -- COMPILE 'atml_debug_intel' [09:13, 08:50] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:40, 06:00](1909 MB) - -PASS -- COMPILE 'atmw_intel' [14:11, 13:22] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:36, 02:13](1918 MB) - -PASS -- COMPILE 'atmaero_intel' [17:11, 16:40] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:30, 04:37](1998 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:27, 05:20](1776 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:11, 05:25](1787 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [09:12, 08:29] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [28:13, 25:57](4555 MB) +PASS -- COMPILE 's2swa_32bit_intel' [16:11, 15:23] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:45, 14:15](2096 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:11, 21:28] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:44, 18:05](1957 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:22, 19:17](2139 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:12, 09:05](1199 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:52, 20:21](1882 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:13, 22:32] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:38, 17:46](1954 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:11, 08:37] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [29:45, 27:22](1940 MB) + +PASS -- COMPILE 's2swa_intel' [16:12, 15:55] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [16:41, 14:47](2147 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:43, 14:22](2147 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:47, 07:46](1809 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [16:41, 14:30](2156 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:48, 07:46](1709 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [15:35, 13:13](2434 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [15:35, 14:02](2128 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [14:35, 12:59](2048 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:42, 14:22](2153 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [19:33, 16:15](2750 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [12:01, 08:43](2725 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [18:26, 11:27](3659 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:48, 07:18](3499 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:32, 05:51](2120 MB) + +PASS -- COMPILE 's2sw_intel' [15:11, 15:01] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [15:15, 13:39](1983 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:29, 04:43](2048 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:11, 07:08] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:28, 08:34](2160 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:11, 06:50] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:07, 06:15](2009 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [15:11, 14:24] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:30, 04:38](2054 MB) + +PASS -- COMPILE 's2s_intel' [15:11, 14:29] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [11:02, 09:51](3105 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:59, 03:19](3085 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:58, 02:14](2521 MB) + +PASS -- COMPILE 's2swa_faster_intel' [24:12, 23:12] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [16:34, 15:07](2133 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [30:13, 29:11] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:23, 18:09](2008 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:31, 09:09](1261 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:11, 20:21](1919 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:11, 07:08] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:25, 28:42](1974 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:11, 13:00] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:23, 03:39](688 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:41, 03:04](1588 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:47, 03:14](1593 MB) +PASS -- TEST 'control_latlon_intel' [03:36, 03:04](1593 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:47, 03:08](1587 MB) +PASS -- TEST 'control_c48_intel' [09:48, 09:09](1743 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:35, 07:55](857 MB) +PASS -- TEST 'control_c192_intel' [12:56, 11:16](1728 MB) +PASS -- TEST 'control_c384_intel' [13:42, 12:08](2008 MB) +PASS -- TEST 'control_c384gdas_intel' [12:39, 09:24](1360 MB) +PASS -- TEST 'control_stochy_intel' [02:27, 01:47](645 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:40, 01:04](477 MB) +PASS -- TEST 'control_lndp_intel' [02:27, 01:40](649 MB) +PASS -- TEST 'control_iovr4_intel' [03:26, 02:42](643 MB) +PASS -- TEST 'control_iovr5_intel' [03:26, 02:39](642 MB) +PASS -- TEST 'control_p8_intel' [05:14, 03:26](1882 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:15, 03:31](1887 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:30, 03:24](1886 MB) +PASS -- TEST 'control_restart_p8_intel' [03:16, 02:06](1094 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:11, 03:24](1875 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:16, 02:03](1118 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:10, 03:30](1868 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:10, 03:37](1979 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:56, 05:46](1885 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:27, 04:48](1955 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:32, 03:28](1891 MB) +PASS -- TEST 'merra2_thompson_intel' [05:35, 03:45](1894 MB) +PASS -- TEST 'regional_control_intel' [07:40, 06:21](1071 MB) +PASS -- TEST 'regional_restart_intel' [04:34, 03:29](1086 MB) +PASS -- TEST 'regional_decomp_intel' [07:39, 06:39](1088 MB) +PASS -- TEST 'regional_2threads_intel' [05:29, 04:37](1077 MB) +PASS -- TEST 'regional_noquilt_intel' [07:42, 06:23](1385 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:44, 06:17](1088 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:40, 06:21](1094 MB) +PASS -- TEST 'regional_wofs_intel' [08:42, 07:32](1909 MB) + +PASS -- COMPILE 'rrfs_intel' [12:12, 12:09] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [10:26, 08:16](1056 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:56, 05:04](1306 MB) +PASS -- TEST 'rap_decomp_intel' [10:09, 08:31](1025 MB) +PASS -- TEST 'rap_2threads_intel' [09:57, 08:16](1171 MB) +PASS -- TEST 'rap_restart_intel' [06:33, 04:18](1046 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:18, 08:12](1054 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:53, 08:26](1029 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:28, 06:10](1077 MB) +PASS -- TEST 'hrrr_control_intel' [05:55, 04:13](1029 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:51, 04:20](1024 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:18, 04:04](1091 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:24, 02:23](947 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:22, 08:04](1048 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:27, 09:44](1990 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:30, 09:23](2024 MB) + +PASS -- COMPILE 'csawmg_intel' [11:11, 10:50] +PASS -- TEST 'control_csawmg_intel' [07:45, 06:27](1022 MB) +PASS -- TEST 'control_ras_intel' [04:27, 03:25](723 MB) + +PASS -- COMPILE 'wam_intel' [11:12, 10:58] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:45, 12:13](1668 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [20:13, 19:56] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:23, 03:13](1894 MB) +PASS -- TEST 'regional_control_faster_intel' [06:41, 06:03](1087 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:11, 08:16] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:49, 02:41](1620 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:53, 02:36](1624 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:26, 03:00](820 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:26, 02:49](821 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:44, 04:27](1140 MB) +PASS -- TEST 'control_ras_debug_intel' [03:26, 02:46](831 MB) +PASS -- TEST 'control_diag_debug_intel' [03:49, 02:42](1677 MB) +PASS -- TEST 'control_debug_p8_intel' [03:50, 03:01](1923 MB) +PASS -- TEST 'regional_debug_intel' [18:46, 17:39](1113 MB) +PASS -- TEST 'rap_control_debug_intel' [05:29, 04:58](1213 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:29, 04:48](1211 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:29, 04:50](1218 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:29, 04:55](1211 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:26, 04:54](1208 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:34, 05:12](1299 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:29, 05:13](1205 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:22, 05:02](1210 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:21, 05:00](1212 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:22, 05:09](1213 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:21, 04:54](1206 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:21, 05:05](1205 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:21, 08:04](1211 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:27, 04:53](1206 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:25, 06:03](1216 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:28, 04:58](1210 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:31, 08:29](1217 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:11, 05:28] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:47, 13:39](1687 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:12, 11:31] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:53, 04:49](1166 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:04, 06:59](1001 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:31, 03:42](934 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:54, 07:08](1075 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:05, 03:35](949 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:43, 03:50](905 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:26, 05:13](980 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:45, 01:58](885 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [19:14, 18:50] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:50, 02:36](1173 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:43, 01:10](1127 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:42, 01:28](1087 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:15, 11:09] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:39, 04:28](980 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 05:13] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:22, 04:52](1096 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:25, 04:43](1091 MB) +PASS -- TEST 'conus13km_debug_intel' [14:54, 14:10](1239 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:51, 14:25](946 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:40, 08:31](1178 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:39, 14:23](1315 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 05:13] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:26, 04:53](1141 MB) + +PASS -- COMPILE 'hafsw_intel' [14:12, 13:29] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:17, 06:02](760 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:26, 06:22](1134 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:22, 07:37](832 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [26:12, 24:21](866 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [30:21, 28:49](890 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:02, 07:02](517 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:27, 08:24](526 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:57, 03:24](384 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:21, 09:31](492 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:55, 04:42](534 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:50, 04:26](544 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:52, 05:45](595 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:30, 01:30](408 MB) +PASS -- TEST 'gnv1_nested_intel' [07:13, 04:16](1732 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:15, 05:37] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:02, 13:17](594 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [23:15, 22:19] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [14:01, 12:58](674 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:03, 13:05](741 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [15:13, 14:17] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:04, 08:47](724 MB) + +PASS -- COMPILE 'hafs_all_intel' [14:13, 13:33] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:19, 07:37](834 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:20, 07:25](819 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:01, 16:26](1202 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:12, 09:26] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:18, 02:57](1145 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:21, 01:52](1109 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:18, 02:53](1013 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:18, 02:52](1010 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:17, 02:55](1017 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:18, 03:04](1156 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:20, 02:59](1158 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:17, 02:50](1013 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:18, 06:30](1017 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:18, 06:24](1004 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:19, 02:59](1142 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:21, 04:18](2437 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:18, 04:21](2381 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:12, 05:15] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:18, 06:33](1077 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:12, 09:17] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:17, 03:00](1149 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:32] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:36, 01:03](254 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:26, 01:03](325 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:28, 00:38](317 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:12, 12:20] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:05, 04:07](1968 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:12, 11:53] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:18, 03:52](1963 MB) + +PASS -- COMPILE 'atml_intel' [14:12, 13:53] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:32, 04:47](1874 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:31, 04:49](1870 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:57, 02:49](1087 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:12, 06:25] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:29, 05:53](1900 MB) + +PASS -- COMPILE 'atmw_intel' [12:13, 12:08] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:31, 02:05](1918 MB) + +PASS -- COMPILE 'atmaero_intel' [12:12, 11:42] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:14, 04:33](1994 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:08, 05:11](1782 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:02, 05:19](1787 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:10, 05:03] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [23:00, 21:02](4556 MB) SYNOPSIS: -Starting Date/Time: 20240717 08:36:40 -Ending Date/Time: 20240717 10:51:22 -Total Time: 02h:15m:24s +Starting Date/Time: 20240719 09:03:08 +Ending Date/Time: 20240719 10:34:12 +Total Time: 01h:32m:06s Compiles Completed: 41/41 -Tests Completed: 179/185 -Failed Tests: -* TEST cpld_control_c192_p8_intel: FAILED: TEST TIMED OUT --- LOG: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1235393/cpld_control_c192_p8_intel/err -* TEST cpld_mpi_pdlib_p8_intel: FAILED: TEST TIMED OUT --- LOG: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1235393/cpld_mpi_pdlib_p8_intel/err -* TEST cpld_debug_pdlib_p8_intel: FAILED: TEST TIMED OUT --- LOG: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1235393/cpld_debug_pdlib_p8_intel/err -* TEST control_wam_intel: FAILED: TEST TIMED OUT --- LOG: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1235393/control_wam_intel/err -* TEST regional_control_faster_intel: FAILED: TEST TIMED OUT --- LOG: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1235393/regional_control_faster_intel/err -* TEST hafs_regional_atm_ocn_wav_intel: FAILED: TEST TIMED OUT --- LOG: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1235393/hafs_regional_atm_ocn_wav_intel/err - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF ORION REGRESSION TESTING LOG==== -====START OF ORION REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -a3771eaecd5c6e2e72e9ca1b474e4693c7705ba9 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3581423f397e2eb0c1f0cd7f6b728593511278a9 FV3 (heads/develop) - 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) - 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (EP4-823-g8103e21c) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1454326 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_intel' [20:11, 19:12] ( 10 remarks ) -PASS -- TEST 'cpld_control_c192_p8_intel' [19:16, 16:45](2716 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [22:12, 21:46] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:26, 19:12](2002 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:18, 20:38](1914 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:11, 08:46] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:08, 29:00](1972 MB) - -PASS -- COMPILE 'wam_intel' [13:11, 12:46] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:44, 12:40](1665 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [22:12, 21:58] ( 1 remarks ) -PASS -- TEST 'regional_control_faster_intel' [07:45, 06:42](1085 MB) - -PASS -- COMPILE 'hafsw_intel' [17:12, 16:12] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [31:45, 29:17](870 MB) - -SYNOPSIS: -Starting Date/Time: 20240717 12:40:54 -Ending Date/Time: 20240717 13:48:08 -Total Time: 01h:07m:27s -Compiles Completed: 6/6 -Tests Completed: 7/7 +Tests Completed: 185/185 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index a09f25969f..99ed895c99 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,7 +1,7 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -31eab834de3e8b497f0a2b397567e8517d16dd72 +64efdbc9603ff8a1dad35b3050a8bbdccc306e1f Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,12 +9,12 @@ Submodule hashes used in testing: fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b16) + 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3581423f397e2eb0c1f0cd7f6b728593511278a9 FV3 (remotes/origin/develop-88-g3581423) + a8e7a4c547bcb0bde8d1a5a9321920e23d63d848 FV3 (remotes/origin/sigcld) 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5269-g8103e21c) + 1e9b0dd6c9c9da577349e02c1bb6fc912d29ceba FV3/ccpp/physics (ccpp_transition_to_vlab_master_20190705-4313-g1e9b0dd6) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -35,312 +35,241 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_155005 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240718 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_17359 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [22:42, 21:58] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [27:15, 01:32](3099 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:37, 17:06] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [32:20, 01:45](1819 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [14:24, 01:41](1850 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [14:23, 02:19](981 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [32:21, 01:33](1799 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [12:29, 11:42] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [37:27, 01:08](1823 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:22, 04:45] ( 1505 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [44:35, 01:51](1843 MB) - -PASS -- COMPILE 's2swa_intel' [16:35, 16:19] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [33:21, 01:30](3132 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [33:21, 01:49](3130 MB) -PASS -- TEST 'cpld_restart_p8_intel' [25:11, 01:55](3065 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [33:21, 01:27](3150 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [25:11, 01:51](3085 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [33:21, 01:02](3367 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [33:21, 01:36](3128 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [33:22, 01:35](3075 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [33:21, 01:50](3131 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [33:30, 04:31](4127 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:21, 05:52](4270 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [33:21, 01:51](3114 MB) - -PASS -- COMPILE 's2sw_intel' [11:30, 11:01] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [38:26, 00:53](1835 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [38:26, 01:58](1898 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:29, 10:27] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [38:27, 01:59](1894 MB) - -PASS -- COMPILE 's2s_intel' [24:42, 23:55] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [25:12, 01:08](2920 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [25:00, 01:24](2926 MB) -PASS -- TEST 'cpld_restart_c48_intel' [20:53, 01:18](2325 MB) - -PASS -- COMPILE 's2swa_faster_intel' [37:00, 36:06] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [12:24, 02:15](3132 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [22:40, 22:25] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [27:17, 01:00](1834 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:54, 01:43](1008 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [09:55, 01:37](1810 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [22:37, 21:59] ( 1541 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [21:34, 01:40](1857 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:24, 11:09] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [27:01, 00:20](571 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [27:02, 00:28](1470 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [27:01, 01:24](1473 MB) -PASS -- TEST 'control_latlon_intel' [27:01, 01:17](1478 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [27:02, 01:30](1472 MB) -PASS -- TEST 'control_c48_intel' [27:00, 00:54](1595 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [27:00, 00:51](713 MB) -PASS -- TEST 'control_c192_intel' [27:01, 00:34](1587 MB) -PASS -- TEST 'control_c384_intel' [27:06, 01:24](1904 MB) -PASS -- TEST 'control_c384gdas_intel' [27:05, 02:00](1089 MB) -PASS -- TEST 'control_stochy_intel' [27:02, 00:24](529 MB) -PASS -- TEST 'control_stochy_restart_intel' [24:34, 00:53](331 MB) -PASS -- TEST 'control_lndp_intel' [27:01, 00:28](524 MB) -PASS -- TEST 'control_iovr4_intel' [27:02, 00:46](525 MB) -PASS -- TEST 'control_iovr5_intel' [27:02, 00:46](522 MB) -PASS -- TEST 'control_p8_intel' [27:01, 01:53](1775 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [26:00, 01:49](1774 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [26:00, 01:52](1769 MB) -PASS -- TEST 'control_restart_p8_intel' [20:37, 00:41](919 MB) -PASS -- TEST 'control_noqr_p8_intel' [24:51, 01:27](1758 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [19:38, 00:53](910 MB) -PASS -- TEST 'control_decomp_p8_intel' [24:51, 01:27](1761 MB) -PASS -- TEST 'control_2threads_p8_intel' [24:35, 01:37](1870 MB) -PASS -- TEST 'control_p8_lndp_intel' [23:27, 01:10](1768 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [23:26, 01:59](1827 MB) -PASS -- TEST 'control_p8_mynn_intel' [23:14, 01:47](1774 MB) -PASS -- TEST 'merra2_thompson_intel' [22:32, 01:43](1776 MB) -PASS -- TEST 'regional_control_intel' [22:19, 00:14](852 MB) -PASS -- TEST 'regional_restart_intel' [16:37, 00:22](849 MB) -PASS -- TEST 'regional_decomp_intel' [22:09, 00:58](849 MB) -PASS -- TEST 'regional_2threads_intel' [22:07, 00:53](904 MB) -PASS -- TEST 'regional_noquilt_intel' [22:06, 00:19](1175 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [20:33, 00:23](851 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [20:32, 01:12](862 MB) -PASS -- TEST 'regional_wofs_intel' [20:17, 01:05](1580 MB) - -PASS -- COMPILE 'rrfs_intel' [36:02, 35:30] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [02:22, 01:44](912 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [02:23, 01:30](1097 MB) -PASS -- TEST 'rap_decomp_intel' [02:22, 01:28](913 MB) -PASS -- TEST 'rap_2threads_intel' [02:22, 01:52](1004 MB) -PASS -- TEST 'rap_restart_intel' [53:11, 01:14](783 MB) -PASS -- TEST 'rap_sfcdiff_intel' [02:22, 02:12](912 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [02:22, 01:58](911 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [52:43, 01:42](780 MB) -PASS -- TEST 'hrrr_control_intel' [02:22, 01:07](904 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [02:22, 01:03](901 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [02:23, 01:29](983 MB) -PASS -- TEST 'hrrr_control_restart_intel' [57:09, 00:59](741 MB) -PASS -- TEST 'rrfs_v1beta_intel' [02:22, 01:19](901 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [02:22, 00:56](1869 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [02:22, 01:14](1855 MB) - -PASS -- COMPILE 'csawmg_intel' [27:50, 26:37] -PASS -- TEST 'control_csawmg_intel' [09:37, 00:26](872 MB) -PASS -- TEST 'control_ras_intel' [09:37, 01:05](564 MB) - -PASS -- COMPILE 'wam_intel' [11:26, 10:31] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [19:45, 00:56](1566 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [21:42, 20:51] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [10:38, 02:19](1769 MB) -PASS -- TEST 'regional_control_faster_intel' [10:37, 00:24](851 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [10:25, 09:46] ( 869 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [16:51, 01:19](1496 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [16:51, 01:25](1501 MB) -PASS -- TEST 'control_stochy_debug_intel' [16:51, 00:46](707 MB) -PASS -- TEST 'control_lndp_debug_intel' [16:51, 01:04](704 MB) -PASS -- TEST 'control_csawmg_debug_intel' [16:51, 00:29](1017 MB) -PASS -- TEST 'control_ras_debug_intel' [16:51, 01:03](714 MB) -PASS -- TEST 'control_diag_debug_intel' [16:51, 01:12](1568 MB) -PASS -- TEST 'control_debug_p8_intel' [16:51, 00:52](1807 MB) -PASS -- TEST 'regional_debug_intel' [16:50, 00:23](893 MB) -PASS -- TEST 'rap_control_debug_intel' [16:51, 00:47](1088 MB) -PASS -- TEST 'hrrr_control_debug_intel' [16:51, 00:46](1081 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [16:51, 00:47](1083 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [16:51, 00:46](1088 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [16:42, 00:43](1089 MB) -PASS -- TEST 'rap_diag_debug_intel' [16:31, 00:38](1170 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [16:23, 00:37](1088 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [15:52, 00:40](1091 MB) -PASS -- TEST 'rap_lndp_debug_intel' [15:31, 00:46](1093 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [15:28, 00:45](1084 MB) -PASS -- TEST 'rap_noah_debug_intel' [14:48, 00:45](1084 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [13:53, 00:52](1086 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [13:01, 00:38](1086 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [12:20, 00:56](1084 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [12:20, 00:59](1093 MB) -PASS -- TEST 'rap_flake_debug_intel' [12:20, 00:49](1094 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:06, 02:00](1094 MB) - -PASS -- COMPILE 'wam_debug_intel' [10:24, 09:29] ( 825 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [12:05, 01:18](1596 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [18:40, 18:24] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:23, 01:23](958 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:22, 01:10](792 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [08:22, 02:03](787 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:22, 01:37](855 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:23, 02:23](843 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [08:22, 01:54](787 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [01:02, 01:36](689 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:46, 00:23](672 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:36, 14:26] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [09:37, 01:10](1005 MB) -PASS -- TEST 'conus13km_2threads_intel' [05:38, 00:51](1008 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [05:37, 00:40](880 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [16:38, 16:19] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:17, 01:50](808 MB) - -FAILED: UNABLE TO FINISH COMPILE -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [, ] -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_control_debug_dyn32_phy32_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'conus13km_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'conus13km_debug_qr_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'conus13km_debug_2threads_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'conus13km_radar_tten_debug_intel' [, ]( MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:31, 09:42] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:20, 00:49](994 MB) - -PASS -- COMPILE 'hafsw_intel' [16:38, 16:23] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [00:13, 01:51](617 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [00:13, 00:51](971 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [00:11, 01:44](660 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [00:11, 01:17](698 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [00:12, 01:25](717 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [00:11, 01:03](391 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [00:12, 02:09](409 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [00:12, 01:42](287 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [59:51, 02:21](371 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [59:11, 01:28](417 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [58:43, 00:51](417 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [57:44, 00:48](501 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [57:11, 00:34](322 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [17:37, 16:56] ( 1449 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [55:22, 01:20](512 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [19:40, 18:54] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [51:00, 00:51](530 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [51:00, 01:39](713 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [17:33, 16:27] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [52:06, 00:51](709 MB) - -PASS -- COMPILE 'hafs_all_intel' [17:37, 16:39] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [52:00, 02:15](662 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [52:00, 01:15](647 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [51:58, 00:27](880 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [18:34, 17:54] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [49:47, 01:42](1829 MB) - -PASS -- COMPILE 'atml_intel' [17:33, 16:32] ( 8 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [05:23, 04:48] ( 868 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [18:33, 17:54] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [43:49, 01:22](3024 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [43:49, 01:53](2905 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [43:49, 01:50](2925 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [12:27, 11:17] ( 870 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [47:44, 01:15](4441 MB) +PASS -- COMPILE 's2swa_32bit_intel' [35:53, 35:11] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [54:55, 01:12](3098 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:40, 22:29] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [07:14, 01:46](1825 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [44:56, 01:51](1855 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [44:56, 01:27](971 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [07:15, 01:57](1802 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:39, 23:13] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [07:15, 01:11](1824 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:20, 04:40] ( 1505 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:36, 02:06](1848 MB) + +PASS -- COMPILE 's2swa_intel' [12:28, 11:35] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [18:27, 01:07](3133 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [18:27, 01:32](3131 MB) +PASS -- TEST 'cpld_restart_p8_intel' [10:07, 01:13](3063 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [18:26, 01:12](3150 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [10:06, 01:11](3085 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [18:27, 01:29](3371 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [18:26, 01:01](3124 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [18:28, 01:18](3079 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [18:27, 01:29](3132 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [18:35, 04:37](4122 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [46:02, 04:41](4267 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [18:27, 01:40](3113 MB) + +PASS -- COMPILE 's2sw_intel' [11:26, 11:01] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [19:28, 00:58](1836 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [19:28, 01:18](1898 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:26, 10:22] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [19:28, 01:19](1893 MB) + +PASS -- COMPILE 's2s_intel' [22:39, 22:04] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:14, 00:46](2926 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [08:14, 01:10](2920 MB) +PASS -- TEST 'cpld_restart_c48_intel' [00:04, 01:04](2325 MB) + +PASS -- COMPILE 's2swa_faster_intel' [22:38, 22:06] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [08:16, 01:57](3133 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [12:28, 11:31] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:27, 01:46](1834 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [59:59, 00:54](1011 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [00:00, 01:16](1810 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [16:30, 15:58] ( 1541 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [09:05, 01:45](1862 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [21:38, 20:03] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [57:48, 00:19](571 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [57:48, 01:18](1476 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [57:48, 01:23](1479 MB) +PASS -- TEST 'control_latlon_intel' [57:48, 01:00](1476 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [57:48, 01:10](1472 MB) +PASS -- TEST 'control_c48_intel' [57:47, 01:16](1592 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [57:47, 00:56](715 MB) +PASS -- TEST 'control_c192_intel' [57:48, 01:10](1584 MB) +PASS -- TEST 'control_c384_intel' [57:52, 01:49](1909 MB) +PASS -- TEST 'control_c384gdas_intel' [57:52, 02:37](1091 MB) +PASS -- TEST 'control_stochy_intel' [57:48, 00:23](531 MB) +PASS -- TEST 'control_stochy_restart_intel' [53:19, 00:57](333 MB) +PASS -- TEST 'control_lndp_intel' [57:48, 00:29](525 MB) +PASS -- TEST 'control_iovr4_intel' [57:48, 00:40](525 MB) +PASS -- TEST 'control_iovr5_intel' [57:48, 00:45](525 MB) +PASS -- TEST 'control_p8_intel' [57:48, 01:06](1768 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [57:48, 01:22](1764 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [57:48, 02:03](1769 MB) +PASS -- TEST 'control_restart_p8_intel' [51:18, 01:47](921 MB) +PASS -- TEST 'control_noqr_p8_intel' [55:56, 01:37](1767 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [49:37, 01:39](915 MB) +PASS -- TEST 'control_decomp_p8_intel' [55:26, 00:59](1760 MB) +PASS -- TEST 'control_2threads_p8_intel' [53:22, 01:05](1857 MB) +PASS -- TEST 'control_p8_lndp_intel' [53:20, 01:05](1769 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [52:16, 01:45](1833 MB) +PASS -- TEST 'control_p8_mynn_intel' [52:15, 01:29](1778 MB) +PASS -- TEST 'merra2_thompson_intel' [51:15, 01:41](1772 MB) +PASS -- TEST 'regional_control_intel' [50:59, 01:08](853 MB) +PASS -- TEST 'regional_restart_intel' [44:18, 00:25](853 MB) +PASS -- TEST 'regional_decomp_intel' [50:54, 00:50](857 MB) +PASS -- TEST 'regional_2threads_intel' [50:51, 00:50](909 MB) +PASS -- TEST 'regional_noquilt_intel' [50:49, 00:21](1181 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [50:12, 00:18](851 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [50:09, 01:14](853 MB) +PASS -- TEST 'regional_wofs_intel' [50:08, 00:32](1580 MB) + +PASS -- COMPILE 'rrfs_intel' [33:52, 32:35] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [45:35, 01:31](911 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [45:36, 01:01](1088 MB) +PASS -- TEST 'rap_decomp_intel' [45:35, 01:17](911 MB) +PASS -- TEST 'rap_2threads_intel' [45:35, 01:42](999 MB) +PASS -- TEST 'rap_restart_intel' [36:27, 02:03](781 MB) +PASS -- TEST 'rap_sfcdiff_intel' [45:35, 01:57](909 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [45:35, 01:41](907 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [35:59, 01:45](781 MB) +PASS -- TEST 'hrrr_control_intel' [45:35, 01:11](902 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [45:35, 01:43](902 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [45:36, 01:36](984 MB) +PASS -- TEST 'hrrr_control_restart_intel' [40:12, 00:42](739 MB) +PASS -- TEST 'rrfs_v1beta_intel' [45:35, 02:00](907 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [45:35, 00:46](1872 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [45:32, 01:04](1858 MB) + +PASS -- COMPILE 'csawmg_intel' [18:34, 18:08] +PASS -- TEST 'control_csawmg_intel' [59:53, 01:08](876 MB) +PASS -- TEST 'control_ras_intel' [59:53, 01:01](563 MB) + +PASS -- COMPILE 'wam_intel' [13:28, 12:59] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [04:58, 00:42](1567 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [17:33, 13:28] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [49:57, 01:23](1769 MB) +PASS -- TEST 'regional_control_faster_intel' [49:45, 00:50](851 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [23:42, 18:16] ( 869 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [44:34, 00:53](1504 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [44:24, 00:57](1500 MB) +PASS -- TEST 'control_stochy_debug_intel' [44:23, 00:34](706 MB) +PASS -- TEST 'control_lndp_debug_intel' [44:17, 00:37](702 MB) +PASS -- TEST 'control_csawmg_debug_intel' [43:26, 00:25](1016 MB) +PASS -- TEST 'control_ras_debug_intel' [43:23, 01:02](713 MB) +PASS -- TEST 'control_diag_debug_intel' [43:06, 01:09](1564 MB) +PASS -- TEST 'control_debug_p8_intel' [42:59, 00:51](1799 MB) +PASS -- TEST 'regional_debug_intel' [42:56, 00:16](904 MB) +PASS -- TEST 'rap_control_debug_intel' [42:24, 00:53](1088 MB) +PASS -- TEST 'hrrr_control_debug_intel' [41:49, 00:37](1086 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [41:45, 00:28](1088 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [40:23, 00:43](1093 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [40:12, 00:44](1085 MB) +PASS -- TEST 'rap_diag_debug_intel' [39:51, 01:10](1169 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [39:50, 01:08](1092 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [39:36, 00:53](1093 MB) +PASS -- TEST 'rap_lndp_debug_intel' [39:30, 00:43](1091 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [39:29, 00:40](1090 MB) +PASS -- TEST 'rap_noah_debug_intel' [39:24, 00:32](1082 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [38:53, 00:52](1089 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [38:18, 01:04](1086 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [38:16, 00:26](1082 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [37:37, 00:44](1097 MB) +PASS -- TEST 'rap_flake_debug_intel' [37:16, 00:43](1092 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [37:14, 01:48](1095 MB) + +PASS -- COMPILE 'wam_debug_intel' [24:43, 19:06] ( 825 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [36:53, 01:03](1595 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [40:04, 35:34] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [27:01, 01:10](954 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [26:53, 01:10](789 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [26:23, 01:44](787 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [26:16, 01:28](853 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [26:12, 01:40](838 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [25:41, 01:57](790 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [18:34, 01:15](687 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [20:16, 00:48](671 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [28:50, 23:52] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [36:41, 00:57](1005 MB) +PASS -- TEST 'conus13km_2threads_intel' [32:21, 00:51](1009 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [32:20, 00:41](880 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:33, 12:29] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [48:57, 01:09](812 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [19:56, 19:01] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [33:31, 00:25](961 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [33:27, 00:33](955 MB) +PASS -- TEST 'conus13km_debug_intel' [32:14, 01:26](1052 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [32:07, 01:04](726 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [31:59, 01:02](1054 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [31:59, 01:01](1121 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [18:35, 15:25] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [36:26, 00:44](997 MB) + +PASS -- COMPILE 'hafsw_intel' [11:29, 10:21] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [36:05, 01:59](617 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [36:02, 01:05](965 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [35:58, 02:00](661 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [35:57, 01:48](696 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [35:37, 02:27](713 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [35:15, 01:05](391 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [35:15, 02:26](408 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [33:57, 00:51](287 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [31:58, 02:54](373 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [31:29, 01:24](417 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [31:24, 00:53](422 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [30:51, 01:25](498 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [29:57, 00:28](315 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [09:32, 08:29] ( 1449 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [29:58, 01:30](517 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [20:56, 19:47] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [27:26, 01:32](532 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [25:32, 01:19](716 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [11:25, 10:42] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [29:56, 00:58](714 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:25, 09:20] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [29:39, 02:15](657 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [29:37, 01:54](644 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [28:54, 00:14](882 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:29, 13:51] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [25:12, 01:00](1829 MB) + +PASS -- COMPILE 'atml_intel' [20:36, 19:46] ( 8 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [14:31, 13:23] ( 868 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [17:50, 15:58] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [21:22, 01:13](3023 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [21:22, 01:39](2911 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [21:22, 01:13](2921 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [07:21, 06:25] ( 870 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [24:10, 01:51](4439 MB) SYNOPSIS: -Starting Date/Time: 20240717 16:09:47 -Ending Date/Time: 20240717 17:38:50 -Total Time: 01h:29m:40s -Compiles Completed: 32/33 -Tests Completed: 150/156 -Failed Compiles: -* COMPILE rrfs_dyn32_phy32_debug_intel: FAILED: UNABLE TO FINISH COMPILE --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/SamuelTrahanNOAA/ufs-weather-model/tests/logs/log_wcoss2/compile_rrfs_dyn32_phy32_debug_intel.log - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF WCOSS2 REGRESSION TESTING LOG==== -====START OF WCOSS2 REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -31eab834de3e8b497f0a2b397567e8517d16dd72 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b16) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3581423f397e2eb0c1f0cd7f6b728593511278a9 FV3 (remotes/origin/develop-88-g3581423) - 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) - 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 8103e21cd095eb2d81a5152019d6133a0374bb0a FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5269-g8103e21c) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240624 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48576 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: GFS-DEV -* (-l) - USE CONFIG FILE: rt.test -* (-e) - USE ECFLOW - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:16, 03:45] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [43:44, 00:57](961 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [43:44, 01:03](956 MB) -PASS -- TEST 'conus13km_debug_intel' [43:44, 01:06](1049 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [43:44, 00:59](725 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [43:45, 01:19](1054 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [43:44, 00:55](1120 MB) - -SYNOPSIS: -Starting Date/Time: 20240717 21:11:58 -Ending Date/Time: 20240717 21:34:40 -Total Time: 00h:23m:03s -Compiles Completed: 1/1 -Tests Completed: 6/6 +Starting Date/Time: 20240719 15:28:45 +Ending Date/Time: 20240719 17:07:59 +Total Time: 01h:40m:04s +Compiles Completed: 33/33 +Tests Completed: 156/156 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/test_changes.list b/tests/test_changes.list index e69de29bb2..9b0b0ff136 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -0,0 +1,118 @@ +cpld_control_p8_mixedmode intel +cpld_control_gfsv17 intel +cpld_control_gfsv17_iau intel +cpld_restart_gfsv17 intel +cpld_mpi_gfsv17 intel +cpld_control_sfs intel +cpld_debug_gfsv17 intel +cpld_control_p8 intel +cpld_control_p8.v2.sfc intel +cpld_restart_p8 intel +cpld_control_qr_p8 intel +cpld_restart_qr_p8 intel +cpld_2threads_p8 intel +cpld_decomp_p8 intel +cpld_mpi_p8 intel +cpld_control_ciceC_p8 intel +cpld_control_c192_p8 intel +cpld_restart_c192_p8 intel +cpld_bmark_p8 intel +cpld_restart_bmark_p8 intel +cpld_s2sa_p8 intel +cpld_control_noaero_p8 intel +cpld_control_nowave_noaero_p8 intel +cpld_debug_p8 intel +cpld_debug_noaero_p8 intel +cpld_control_noaero_p8_agrid intel +cpld_control_c48 intel +cpld_warmstart_c48 intel +cpld_restart_c48 intel +cpld_control_p8_faster intel +cpld_control_pdlib_p8 intel +cpld_restart_pdlib_p8 intel +cpld_mpi_pdlib_p8 intel +cpld_debug_pdlib_p8 intel +control_flake intel +control_CubedSphereGrid intel +control_CubedSphereGrid_parallel intel +control_latlon intel +control_wrtGauss_netcdf_parallel intel +control_c48 intel +control_c48.v2.sfc intel +control_c192 intel +control_c384 intel +control_c384gdas intel +control_stochy intel +control_stochy_restart intel +control_lndp intel +control_iovr4 intel +control_iovr5 intel +control_p8 intel +control_p8.v2.sfc intel +control_p8_ugwpv1 intel +control_restart_p8 intel +control_noqr_p8 intel +control_restart_noqr_p8 intel +control_decomp_p8 intel +control_2threads_p8 intel +control_p8_lndp intel +control_p8_rrtmgp intel +control_p8_mynn intel +merra2_thompson intel +control_csawmg intel +control_ras intel +control_wam intel +control_p8_faster intel +control_CubedSphereGrid_debug intel +control_wrtGauss_netcdf_parallel_debug intel +control_stochy_debug intel +control_lndp_debug intel +control_ras_debug intel +control_diag_debug intel +control_debug_p8 intel +control_wam_debug intel +conus13km_debug_2threads intel +hafs_regional_atm intel +hafs_regional_atm_thompson_gfdlsf intel +hafs_regional_atm_ocn intel +hafs_regional_atm_wav intel +hafs_regional_atm_ocn_wav intel +hafs_regional_1nest_atm intel +hafs_regional_telescopic_2nests_atm intel +hafs_global_1nest_atm intel +hafs_global_multiple_4nests_atm intel +hafs_regional_specified_moving_1nest_atm intel +hafs_regional_storm_following_1nest_atm intel +hafs_regional_storm_following_1nest_atm_ocn intel +hafs_global_storm_following_1nest_atm intel +hafs_regional_storm_following_1nest_atm_ocn_debug intel +hafs_regional_storm_following_1nest_atm_ocn_wav intel +hafs_regional_storm_following_1nest_atm_ocn_wav_inline intel +hafs_regional_storm_following_1nest_atm_ocn_wav_mom6 intel +hafs_regional_docn intel +hafs_regional_docn_oisst intel +atm_ds2s_docn_pcice intel +atm_ds2s_docn_dice intel +control_p8_atmlnd_sbs intel +control_p8_atmlnd intel +control_restart_p8_atmlnd intel +control_p8_atmlnd_debug intel +atmwav_control_noaero_p8 intel +atmaero_control_p8 intel +atmaero_control_p8_rad intel +atmaero_control_p8_rad_micro intel +regional_atmaq_debug intel +control_c48 gnu +control_stochy gnu +control_ras gnu +control_p8 gnu +control_p8_ugwpv1 gnu +control_flake gnu +control_diag_debug gnu +control_ras_debug gnu +control_stochy_debug gnu +control_debug_p8 gnu +cpld_control_nowave_noaero_p8 gnu +cpld_control_pdlib_p8 gnu +cpld_debug_pdlib_p8 gnu +