diff --git a/FV3 b/FV3 index 4941026c58..062f7958cc 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 4941026c5881ed623b39934905d2e4ecd9907b8a +Subproject commit 062f7958ccd9bd97b8737432f75b06ec734777a7 diff --git a/cmake/GNU.cmake b/cmake/GNU.cmake index a427e8f053..5f59acfcc9 100644 --- a/cmake/GNU.cmake +++ b/cmake/GNU.cmake @@ -1,3 +1,8 @@ +# https://github.com/ufs-community/ufs-weather-model/issues/2159 +if(MOVING_NEST) + message(FATAL_ERROR "Option MOVING_NEST not compatible with ${CMAKE_Fortran_COMPILER_ID}}") +endif() + set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -ggdb -fbacktrace -cpp -fcray-pointer -ffree-line-length-none -fno-range-check") if(${CMAKE_Fortran_COMPILER_VERSION} VERSION_GREATER_EQUAL 10) @@ -11,8 +16,11 @@ endif() if(DEBUG) add_definitions(-DDEBUG) set(CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -O0 -fno-unsafe-math-optimizations -frounding-math -fsignaling-nans -ffpe-trap=invalid,zero,overflow -fbounds-check") - if(CMAKE_Platform STREQUAL "hercules.gnu") - set(CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -mcmodel=medium") + # https://github.com/ufs-community/ufs-weather-model/issues/2155 + if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" AND ${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES "arm64") + set( CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -mcmodel=small" ) + else() + set( CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -mcmodel=medium" ) endif() set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -O0") else() diff --git a/modulefiles/ufs_gaea.intel.lua b/modulefiles/ufs_gaea.intel.lua index b6f7ae2f67..c40c1a056d 100644 --- a/modulefiles/ufs_gaea.intel.lua +++ b/modulefiles/ufs_gaea.intel.lua @@ -3,7 +3,7 @@ help([[ on the NOAA RDHPC machine Gaea C5 using Intel-2023.1.0. ]]) -whatis([===[Loads libraries needed for building the UFS Weather Model on Gaea C5 ]===]) +whatis([===[Loads libraries needed for building the UFS Weather Model on Gaea ]===]) load("PrgEnv-intel/8.3.3") load("intel-classic/2023.1.0") diff --git a/modulefiles/ufs_jet.intel.lua b/modulefiles/ufs_jet.intel.lua index 7cd0e39465..e7c76783f1 100644 --- a/modulefiles/ufs_jet.intel.lua +++ b/modulefiles/ufs_jet.intel.lua @@ -2,7 +2,7 @@ help([[ loads UFS Model prerequisites for Jet/Intel ]]) -prepend_path("MODULEPATH", "/mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-stack-1.5.1/envs/unified-env-rocky8/install/modulefiles/Core") stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0" load(pathJoin("stack-intel", stack_intel_ver)) diff --git a/tests/ci/Jenkinsfile.combined b/tests/ci/Jenkinsfile.combined new file mode 100644 index 0000000000..38c9efc589 --- /dev/null +++ b/tests/ci/Jenkinsfile.combined @@ -0,0 +1,301 @@ +matchedNode = [] +generateBaselineNode = [] +for (label in pullRequest.labels) { + listOfLabelNodeNames = jenkins.model.Jenkins.instance.nodes.collect { + node -> node.getLabelString().contains(label) ? node.name : null + + if ((label.matches(node.getLabelString()+"-(.*)"))) { + matchedNode += node.getLabelString() + } + + if ((label.matches(node.getLabelString()+"(.*)-BL"))) { + generateBaselineNode += node.getLabelString() + } + + } +} + +modifiedLabels = matchedNode.collect{"'" + it + "'"} +baselineLabels = generateBaselineNode.collect{"'" + it + "'"} +def generateStage(nodeLabel) { + return { + stage("Running on ${nodeLabel}") { + node(nodeLabel) { + cleanWs() + checkout scm + script { + try { + echo "Running on ${nodeLabel}" + if (baselineLabels.contains(nodeLabel)) { + sh ''' + git submodule update --init --recursive + cd tests + pwd + export BL_DATE=$(cat bl_date.conf | cut -d '=' -f2) + 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') + + if [[ $machine =~ "Jet" ]] + then + echo "Creating baselines on $machine" + export dprefix=/lfs1/NAGAPE/$ACCNR/$USER + ./rt.sh -a ${ACCNR} -c -r -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + elif [[ $machine =~ "Hercules" ]] + then + echo "Creating baselines on $machine" + export dprefix=/work2/noaa/$ACCNR/$USER + sed "s|/noaa/stmp/|/noaa/$ACCNR/stmp/|g" -i rt.sh + export ACCNR=epic + ./rt.sh -a ${ACCNR} -c -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + export DISKNM=/work/noaa/epic/hercules/UFS-WM_RT + cd ${DISKNM}/NEMSfv3gfs/ + mkdir develop-${BL_DATE} + cd /work2/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT + rsync -a REGRESSION_TEST/ ${DISKNM}/NEMSfv3gfs/develop-${BL_DATE} + cd ${DISKNM}/NEMSfv3gfs/ + ./adjust_permissions.sh hercules develop-${BL_DATE} + chgrp noaa-hpc develop-${BL_DATE} + cd $WORKSPACE/tests + ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + elif [[ $machine =~ "Orion" ]] + then + echo "Creating baselines on $machine" + export dprefix=/work2/noaa/$ACCNR/$USER + sed -i 's|/work/noaa/stmp/${USER}|/work/noaa/epic/stmp/role-epic/|g' rt.sh + export ACCNR=epic + ./rt.sh -a ${ACCNR} -c -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + export DISKNM=/work/noaa/epic/UFS-WM_RT + cd ${DISKNM}/NEMSfv3gfs/ + mkdir develop-${BL_DATE} + cd /work/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/ + rsync -a REGRESSION_TEST/ ${DISKNM}/NEMSfv3gfs/develop-${BL_DATE} + cd ${DISKNM}/NEMSfv3gfs/ + ./adjust_permissions.sh orion develop-${BL_DATE} + chgrp noaa-hpc develop-${BL_DATE} + cd $WORKSPACE/tests + ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + elif [[ $machine =~ "Gaea" ]] + then + echo "Creating baselines on $machine" + ./rt.sh -a ${ACCNR} -c -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + unset LD_LIBRARY_PATH + export DISKNM=/lustre/f2/pdata/ncep/role.epic/C5/RT + cd ${DISKNM}/NEMSfv3gfs/ + mkdir develop-${BL_DATE} + cd /lustre/f2/scratch/role.epic/FV3_RT + rsync -a REGRESSION_TEST/ ${DISKNM}/NEMSfv3gfs/develop-${BL_DATE} + cd ${DISKNM}/NEMSfv3gfs/ + chgrp ncep develop-${BL_DATE} + cd $WORKSPACE/tests + ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + elif [[ $machine =~ "Hera" ]] + then + echo "Creating baselines on $machine" + export ACCNR=nems + ./rt.sh -a ${ACCNR} -c -r -l rt.conf + export DISKNM=/scratch2/NAGAPE/epic/UFS-WM_RT + cd ${DISKNM}/NEMSfv3gfs/ + mkdir develop-${BL_DATE} + cd /scratch1/NCEPDEV/stmp4/role.epic/FV3_RT + rsync -a REGRESSION_TEST/ ${DISKNM}/NEMSfv3gfs/develop-${BL_DATE} + cd $WORKSPACE/tests + ./rt.sh -a ${ACCNR} -r -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + elif [[ $machine =~ "Derecho" ]] + then + echo "Creating baselines on $machine" + export ACCNR=nral0032 + ./rt.sh -a ${ACCNR} -c -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + export DISKNM=/glade/derecho/scratch/epicufsrt/ufs-weather-model/RT/ + cd ${DISKNM}/NEMSfv3gfs/ + mkdir develop-${BL_DATE} + cd /glade/derecho/scratch/epicufsrt/FV3_RT + rsync -a REGRESSION_TEST/ ${DISKNM}/NEMSfv3gfs/develop-${BL_DATE} + cd $WORKSPACE/tests + ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + else + echo "Creating baselines on $machine" + ./rt.sh -a ${ACCNR} -c -r -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + fi + 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/RegressionTests_$machine_name_logs.log + git commit -m "[AutoRT] $machine Job Completed.\n\n\n on-behalf-of @ufs-community " + git pull sshorigin $FORK_BRANCH + git push sshorigin HEAD:$FORK_BRANCH + + tar --create --gzip --verbose --dereference --file "${machine_name_logs}.tgz" ${WORKSPACE}/tests/logs/*.log + + 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/$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: [] + + } + else { + sh ''' + git submodule update --init --recursive + pwd + cd tests + 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') + + if [[ $machine =~ "Jet" ]] + then + echo "Running regression tests on $machine" + export dprefix=/lfs1/NAGAPE/$ACCNR/$USER + ./rt.sh -a ${ACCNR} -r -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + elif [[ $machine =~ "Hercules" ]] + then + echo "Running regression tests on $machine" + export dprefix=/work2/noaa/$ACCNR/$USER + sed "s|/noaa/stmp/|/noaa/$ACCNR/stmp/|g" -i rt.sh + export ACCNR=epic + ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + elif [[ $machine =~ "Orion" ]] + then + echo "Running regression tests on $machine" + export dprefix=/work2/noaa/$ACCNR/$USER + sed "s|/noaa/stmp/|/noaa/$ACCNR/stmp/|g" -i rt.sh + ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + elif [[ $machine =~ "Gaea" ]] + then + echo "Running regression tests on $machine" + ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + unset LD_LIBRARY_PATH + elif [[ $machine =~ "Hera" ]] + then + echo "Running regression tests on $machine" + export ACCNR=nems + ./rt.sh -a ${ACCNR} -r -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + elif [[ $machine =~ "Derecho" ]] + then + echo "Running regression tests on $machine" + export ACCNR=nral0032 + ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + else + echo "Running regression tests on $machine" + ./rt.sh -a ${ACCNR} -r -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + fi + + git config user.email "ecc.platform@noaa.gov" + git config user.name "epic-cicd-jenkins" + export machine_name_logs=$(echo $machine | awk '{ print tolower($1) }') + echo "Testing concluded...removing labels for $machine from $GIT_URL" + 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/RegressionTests_$machine_name_logs.log + git commit -m "[AutoRT] $machine Job Completed.\n\n\n on-behalf-of @ufs-community " + git pull sshorigin $FORK_BRANCH + git push sshorigin HEAD:$FORK_BRANCH + + tar --create --gzip --verbose --dereference --file "${machine_name_logs}.tgz" ${WORKSPACE}/tests/logs/*.log + + 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/$machine-RT + + ''' + 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: [] + } + } + catch(err) { + sh ''' + export machine=${NODE_NAME} + export CHANGE_ID=${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') + cd $WORKSPACE/tests + git config user.email "ecc.platform@noaa.gov" + git config user.name "epic-cicd-jenkins" + export machine_name_logs=$(echo $machine | awk '{ print tolower($1) }') + echo "Testing concluded...removing labels for $machine from $GIT_URL" + 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 + + if [[ -f $WORKSPACE/tests/logs/RT-run-$machine.log ]] ; then + git add $WORKSPACE/tests/logs/RT-run-$machine.log + fi + git commit --allow-empty -m "[AutoRT] $machine Job Failed!\n\n\n on-behalf-of @ufs-community " + + git pull sshorigin $FORK_BRANCH + git push sshorigin HEAD:$FORK_BRANCH + + tar --create --gzip --verbose --dereference --file "${machine_name_logs}.tgz" ${WORKSPACE}/tests/logs/*.log + + 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"]}' + ''' + 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' + } + } + } + } + } +} + +def parallelStagesMap = modifiedLabels.collectEntries { + ["${it}" : generateStage(it)] +} + +pipeline { + agent none + environment { + ACCNR = 'epic' + GITHUB_TOKEN = credentials('GithubJenkinsNew') + GIT_URL = 'https://github.com/ufs-community/ufs-weather-model.git' + } + stages { + stage('Run SonarQube Testing') { + steps { + script { + build job: '/ufs-weather-model/ufs-wm-sonarqube', parameters: [ + string(name: 'BRANCH_NAME', value: env.CHANGE_BRANCH ?: 'develop'), + string(name: 'FORK_NAME', value: env.CHANGE_FORK ?: '') + ], wait: false + } + } + } + stage('Run Regression Tests in Parallel') { + steps { + script { + parallel parallelStagesMap + } + } + } + } + post { + success { + node('built-in') { + echo 'This will run only if successful.' + sh ''' + aws sns publish --topic-arn "arn:aws:sns:us-east-1:211527314271:Jenkins-CICD-Notifications" --region us-east-1 --message '{"version":"1.0","source":"custom","content":{"description":":sunny: Jenkins build *'"$JOB_NAME"' '"$BUILD_NUMBER"'* with *PR-'"$CHANGE_ID"'* *succeeded*"}}' + ''' + } + } + failure { + node('built-in') { + echo 'This will run only if the run was marked as unstable.' + sh ''' + aws sns publish --topic-arn "arn:aws:sns:us-east-1:211527314271:Jenkins-CICD-Notifications" --region us-east-1 --message '{"version":"1.0","source":"custom","content":{"description":":warning: Jenkins build *'"$JOB_NAME"' '"$BUILD_NUMBER"'* with *PR-'"$CHANGE_ID"'* *failed!*"}}' + ''' + } + } + } +} diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index 2a4d5d6017..6f5435a587 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Sun Mar 3 15:10:20 UTC 2024 +Fri Mar 8 03:19:22 UTC 2024 Start Operation Requirement Test -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_intel -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_70579/bit_base_bit_base +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_135562/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 = 206.262898 - 0: The maximum resident set size (KB) = 1664072 + 0: The total amount of wall time = 281.726798 + 0: The maximum resident set size (KB) = 1310164 Test bit_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_intel -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_70579/dbg_base_dbg_base +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_135562/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 = 1931.255793 - 0: The maximum resident set size (KB) = 1628724 + 0: The total amount of wall time = 899.537419 + 0: The maximum resident set size (KB) = 1292576 Test dbg_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_70579/dcp_dcp +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_135562/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 = 168.775150 - 0: The maximum resident set size (KB) = 1604912 + 0: The total amount of wall time = 247.982005 + 0: The maximum resident set size (KB) = 1281952 Test dcp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_70579/mpi_mpi +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_135562/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 = 170.717061 - 0: The maximum resident set size (KB) = 1584476 + 0: The total amount of wall time = 251.637706 + 0: The maximum resident set size (KB) = 1282692 Test mpi PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_70579/rst_rst +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_135562/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 = 167.829834 - 0: The maximum resident set size (KB) = 1616120 + 0: The total amount of wall time = 247.894872 + 0: The maximum resident set size (KB) = 1282620 Test rst PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_70579/std_base_std_base +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_135562/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 = 168.444300 - 0: The maximum resident set size (KB) = 1614116 + 0: The total amount of wall time = 247.036431 + 0: The maximum resident set size (KB) = 1286556 Test std_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_70579/thr_thr +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_135562/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 = 168.208168 - 0: The maximum resident set size (KB) = 1619560 + 0: The total amount of wall time = 249.898262 + 0: The maximum resident set size (KB) = 1279316 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Sun Mar 3 20:42:09 UTC 2024 -Elapsed time: 05h:31m:49s. Have a nice day! +Fri Mar 8 08:01:31 UTC 2024 +Elapsed time: 04h:42m:10s. 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 93985761ae..0f58831c0e 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 Mar 4 04:04:26 UTC 2024 +Fri Mar 8 13:50:47 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_intel -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_45944/dbg_base_dbg_base +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_116220/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 = 2564.304437 - 0: The maximum resident set size (KB) = 1788520 + 0: The total amount of wall time = 1247.398743 + 0: The maximum resident set size (KB) = 1418360 Test dbg_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_intel -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_45944/rst_rst +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_116220/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 = 258.937982 - 0: The maximum resident set size (KB) = 1735268 + 0: The total amount of wall time = 380.961022 + 0: The maximum resident set size (KB) = 1408744 Test rst PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_intel -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_45944/std_base_std_base +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_116220/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 = 264.851616 - 0: The maximum resident set size (KB) = 1759076 + 0: The total amount of wall time = 381.454424 + 0: The maximum resident set size (KB) = 1407480 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon Mar 4 09:15:30 UTC 2024 -Elapsed time: 05h:11m:05s. Have a nice day! +Fri Mar 8 16:18:50 UTC 2024 +Elapsed time: 02h:28m:03s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index bc7607fc98..3d9ec97a47 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Sun Mar 3 20:58:22 UTC 2024 +Fri Mar 8 12:38:35 UTC 2024 Start Operation Requirement Test -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_138827/dcp_dcp +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_140241/dcp_dcp Checking test dcp results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -14,14 +14,14 @@ Checking test dcp results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 295.986214 - 0: The maximum resident set size (KB) = 844440 + 0: The total amount of wall time = 518.666889 + 0: The maximum resident set size (KB) = 591560 Test dcp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_138827/std_base_std_base +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_140241/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving dynf000.nc .........OK @@ -33,14 +33,14 @@ Moving baseline std_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 299.701407 - 0: The maximum resident set size (KB) = 831600 + 0: The total amount of wall time = 510.630263 + 0: The maximum resident set size (KB) = 589856 Test std_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_138827/thr_thr +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_140241/thr_thr Checking test thr results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -51,11 +51,11 @@ Checking test thr results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 298.422637 - 0: The maximum resident set size (KB) = 846452 + 0: The total amount of wall time = 526.308695 + 0: The maximum resident set size (KB) = 591688 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Sun Mar 3 21:51:52 UTC 2024 -Elapsed time: 00h:53m:31s. Have a nice day! +Fri Mar 8 13:43:33 UTC 2024 +Elapsed time: 01h:04m:59s. Have a nice day! diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index 4c47d26d67..8defe17942 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,325 +1,41 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -2c7ba1c49ba1c7afd62dd046d760b52ebf738664 +33c6f8a535e2fd522fb661a120aaaa35c5a397c1 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) 620e48fe75d92aa607af7e21f2d8691baddd2851 CICE-interface/CICE (CICE6.0.0-445-g620e48f) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 624920ddbd819c76ec37591c24e872308201810e CMEPS-interface/CMEPS (cmeps_v0.4.1-2304-g624920d) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 4941026c5881ed623b39934905d2e4ecd9907b8a FV3 (heads/develop) + cc8a4167094b3c2059271ec4c6dd64e3a8aa90ef FV3 (remotes/origin/bugfix/wetness) + 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) + c315e47876057228ee105b348b8653f40836dbbb FV3/ccpp/framework (v0.1.0-1371-gc315e47) + cc114f40bef4ca8d19ccd739cbaec3fc829a607c FV3/ccpp/physics (EP4-682-gcc114f40) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 945cb2cef5e8bd5949afd4f0fc35c4fb6e95a1bf FV3/upp (upp_v10.2.0-159-g945cb2c) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-a9828705b587c451fc2a7267d1c374d737be425b FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 2ab885eddfc47fc0c8c0bae46bc61531104428d5 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10029-g2ab885edd) + 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) - - -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-20240301 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_2436 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: nral0032 -* (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_32bit_intel' [21:26, 19:54] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:42, 05:00](3077 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:26, 20:42] -PASS -- TEST 'cpld_control_gfsv17_intel' [17:18, 13:49](1677 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:02, 15:11](1822 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:51, 07:14](952 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:19, 15:47](1659 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:23, 09:37] -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:19, 21:34](1691 MB) - -PASS -- COMPILE 's2swa_intel' [21:26, 19:57] -PASS -- TEST 'cpld_control_p8_intel' [09:46, 05:45](3091 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:49, 05:46](3091 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:00, 03:20](3150 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:46, 05:41](3121 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:00, 03:20](3177 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:21, 05:37](3094 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:26, 04:38](3397 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:02, 05:45](3098 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [16:29, 08:55](3630 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [15:39, 06:16](3614 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [29:37, 09:55](4344 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [25:43, 07:13](4650 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:13, 05:19](3063 MB) - -PASS -- COMPILE 's2sw_intel' [20:26, 19:19] -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:50, 04:15](1679 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:02, 04:20](1725 MB) - -PASS -- COMPILE 's2swa_debug_intel' [10:26, 09:47] -PASS -- TEST 'cpld_debug_p8_intel' [10:15, 07:44](3152 MB) - -PASS -- COMPILE 's2sw_debug_intel' [10:26, 09:14] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:59, 05:22](1707 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [15:24, 14:32] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:04, 04:19](1724 MB) - -PASS -- COMPILE 's2s_intel' [15:25, 14:52] -FAIL TO COMPARE -- TEST 'cpld_control_c48_intel' [, ]( MB) - -PASS -- COMPILE 's2swa_faster_intel' [24:28, 23:14] -PASS -- TEST 'cpld_control_p8_faster_intel' [08:34, 05:35](3098 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [20:31, 20:00] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:13, 14:02](1697 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:56, 07:20](1014 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:26, 16:01](1672 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [10:25, 09:19] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:09, 22:44](1704 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:29, 12:36] -PASS -- TEST 'control_flake_intel' [04:50, 03:25](665 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:05, 02:05](619 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:10, 02:12](625 MB) -PASS -- TEST 'control_latlon_intel' [04:03, 02:06](618 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:58, 02:06](618 MB) -PASS -- TEST 'control_c48_intel' [06:46, 05:14](735 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:46, 05:12](735 MB) -PASS -- TEST 'control_c192_intel' [10:42, 07:54](742 MB) -PASS -- TEST 'control_c384_intel' [15:01, 08:18](1060 MB) -PASS -- TEST 'control_c384gdas_intel' [17:36, 07:24](1205 MB) -PASS -- TEST 'control_stochy_intel' [02:57, 01:27](623 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:47, 00:51](437 MB) -PASS -- TEST 'control_lndp_intel' [02:57, 01:24](625 MB) -PASS -- TEST 'control_iovr4_intel' [04:06, 02:08](619 MB) -PASS -- TEST 'control_iovr5_intel' [03:48, 02:08](622 MB) -PASS -- TEST 'control_p8_intel' [04:37, 02:30](1602 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:53, 02:29](1602 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:50, 02:29](1599 MB) -PASS -- TEST 'control_restart_p8_intel' [03:38, 01:26](796 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:47, 02:32](1580 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:34, 01:25](803 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:42, 02:38](1584 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:29, 04:24](1591 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:31, 03:19](1651 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:32, 02:33](1607 MB) -PASS -- TEST 'merra2_thompson_intel' [05:44, 03:02](1604 MB) -PASS -- TEST 'regional_control_intel' [06:12, 04:31](632 MB) -PASS -- TEST 'regional_restart_intel' [04:28, 02:32](799 MB) -PASS -- TEST 'regional_decomp_intel' [06:10, 04:44](630 MB) -PASS -- TEST 'regional_noquilt_intel' [06:14, 04:27](1157 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:22, 04:24](1405 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:18, 04:30](631 MB) -PASS -- TEST 'regional_wofs_intel' [07:13, 05:36](1599 MB) - -PASS -- COMPILE 'rrfs_intel' [12:30, 11:22] -PASS -- TEST 'rap_control_intel' [08:40, 06:08](1005 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:29, 03:57](1191 MB) -PASS -- TEST 'rap_decomp_intel' [08:36, 06:21](1005 MB) -PASS -- TEST 'rap_restart_intel' [05:31, 03:12](879 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:30, 06:08](1002 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:27, 06:24](1002 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:36, 04:36](878 MB) -PASS -- TEST 'hrrr_control_intel' [05:23, 03:16](1000 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:30, 03:21](997 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:24, 02:47](1086 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:55, 01:48](832 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:02, 05:56](999 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:50, 07:23](1956 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:44, 07:08](1949 MB) - -PASS -- COMPILE 'csawmg_intel' [11:26, 10:27] -PASS -- TEST 'control_csawmg_intel' [07:18, 05:13](692 MB) -PASS -- TEST 'control_csawmgt_intel' [07:21, 05:10](692 MB) -PASS -- TEST 'control_ras_intel' [04:42, 02:53](656 MB) - -PASS -- COMPILE 'wam_intel' [10:19, 09:43] -PASS -- TEST 'control_wam_intel' [03:38, 01:54](379 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:33, 12:37] -PASS -- TEST 'control_p8_faster_intel' [05:03, 02:25](1601 MB) -PASS -- TEST 'regional_control_faster_intel' [06:11, 04:20](629 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:23, 08:49] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:51, 02:36](792 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:47, 02:33](793 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:42, 02:55](801 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:40, 02:42](1405 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:21, 04:02](837 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [05:29, 03:54](838 MB) -PASS -- TEST 'control_ras_debug_intel' [03:41, 02:37](806 MB) -PASS -- TEST 'control_diag_debug_intel' [05:29, 02:48](852 MB) -PASS -- TEST 'control_debug_p8_intel' [04:20, 02:38](1625 MB) -PASS -- TEST 'regional_debug_intel' [17:22, 15:58](663 MB) -PASS -- TEST 'rap_control_debug_intel' [05:48, 04:38](1179 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:46, 04:34](1178 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:45, 04:37](1179 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:45, 04:37](1176 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:44, 04:39](1182 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:26, 04:59](1261 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:43, 04:52](1405 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:46, 04:43](1182 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:38, 04:44](1179 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:38, 04:41](1181 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:43, 04:35](1174 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:41, 04:42](1182 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:42, 07:30](1179 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:48, 04:38](1177 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:43, 05:46](1182 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:51, 04:45](1182 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:19, 07:54](1183 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:20, 05:22] -PASS -- TEST 'control_wam_debug_intel' [05:43, 04:39](416 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:23, 09:56] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:01, 03:36](1056 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:21, 05:09](881 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:17, 02:47](881 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:17, 02:58](882 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:20, 03:53](794 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:52, 01:35](774 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:20, 12:01] -PASS -- TEST 'conus13km_control_intel' [04:53, 01:57](1395 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:08, 01:00](1077 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:07, 01:09](972 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:20, 09:57] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:27, 03:40](905 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:27, 06:03] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:46, 04:37](1055 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:40, 04:25](1052 MB) -PASS -- TEST 'conus13km_debug_intel' [16:15, 13:43](1405 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:06, 13:26](813 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:59, 13:18](1198 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:19, 05:31] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:50, 04:40](1082 MB) - -PASS -- COMPILE 'hafsw_intel' [16:31, 16:04] -PASS -- TEST 'hafs_regional_atm_intel' [06:56, 04:36](713 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:17, 05:11](1068 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:32, 06:31](776 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:01, 10:58](795 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:10, 12:13](808 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:35, 04:45](471 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:45, 05:48](491 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:19, 02:24](389 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:25, 06:28](459 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:17, 03:23](511 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:40, 03:06](505 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:44, 03:58](586 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:40, 01:18](425 MB) -PASS -- TEST 'gnv1_nested_intel' [05:35, 03:30](783 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [08:20, 07:17] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:40, 12:06](611 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:36, 19:42] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:52, 07:20](633 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:59, 07:17](688 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [17:30, 16:59] -FAIL TO COMPARE -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [, ]( MB) - -PASS -- COMPILE 'hafs_all_intel' [15:28, 14:25] -PASS -- TEST 'hafs_regional_docn_intel' [07:34, 05:40](749 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:47, 05:39](738 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:26, 16:11](896 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:19, 08:02] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:39, 02:31](762 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:52, 01:35](749 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:47, 02:25](640 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:54, 02:24](639 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:51, 02:25](642 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:39, 02:31](760 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:40, 02:32](762 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:36, 02:24](639 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:02, 05:45](687 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:13, 05:43](672 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:26, 02:30](759 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:03, 03:55](2016 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:38, 03:54](2019 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:19, 05:12] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:37, 05:10](734 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:19, 08:02] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:41, 02:31](762 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:17, 02:32] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:52, 01:11](309 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:56, 01:07](454 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:41, 00:45](450 MB) - -PASS -- COMPILE 'atml_intel' [14:21, 13:07] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:21, 06:38](1636 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:04, 07:10](1636 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:31, 03:37](847 MB) - -PASS -- COMPILE 'atmw_intel' [13:28, 12:48] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:46, 01:37](1632 MB) - -PASS -- COMPILE 'atmwm_intel' [13:20, 12:42] -PASS -- TEST 'control_atmwav_intel' [03:07, 01:30](637 MB) - -PASS -- COMPILE 'atmaero_intel' [12:21, 11:24] -PASS -- TEST 'atmaero_control_p8_intel' [05:57, 03:40](2946 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:17, 04:20](3000 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:25, 04:34](3013 MB) - -PASS -- COMPILE 'atmaq_intel' [11:19, 10:51] - -PASS -- COMPILE 'atmaq_debug_intel' [07:19, 06:30] -PASS -- TEST 'regional_atmaq_debug_intel' [26:33, 22:17](4528 MB) - -SYNOPSIS: -Starting Date/Time: 20240303 10:33:14 -Ending Date/Time: 20240303 12:03:38 -Total Time: 01h:31m:03s -Compiles Completed: 39/39 -Tests Completed: 173/175 -Failed Tests: -* TEST cpld_control_c48_intel: FAIL TO COMPARE --- LOG: /glade/work/zshrader/rt-2166/tests/logs/log_derecho/rt_cpld_control_c48_intel.log -* TEST hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel: FAIL TO COMPARE --- LOG: /glade/work/zshrader/rt-2166/tests/logs/log_derecho/rt_hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_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: -2c7ba1c49ba1c7afd62dd046d760b52ebf738664 - -Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) 620e48fe75d92aa607af7e21f2d8691baddd2851 CICE-interface/CICE (CICE6.0.0-445-g620e48f) 624920ddbd819c76ec37591c24e872308201810e CMEPS-interface/CMEPS (cmeps_v0.4.1-2304-g624920d) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 4941026c5881ed623b39934905d2e4ecd9907b8a FV3 (heads/develop) + cc8a4167094b3c2059271ec4c6dd64e3a8aa90ef FV3 (remotes/origin/bugfix/wetness) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 2ab885eddfc47fc0c8c0bae46bc61531104428d5 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10029-g2ab885edd) + 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) @@ -332,25 +48,272 @@ 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-20240301 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_125771 +COMPARISON DIRECTORY: /glade/derecho/scratch/epicufsrt/FV3_RT/rt_99771 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 'hafs_mom6w_intel' [18:34, 17:16] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:26, 05:23](674 MB) - -PASS -- COMPILE 's2s_intel' [15:34, 14:57] -PASS -- TEST 'cpld_control_c48_intel' [08:28, 06:36](2669 MB) +PASS -- COMPILE 's2swa_32bit_intel' [22:37, 21:40] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:11, 05:07](3077 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:35, 22:28] +PASS -- TEST 'cpld_control_gfsv17_intel' [18:19, 13:53](1687 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:57, 15:28](1827 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:34, 07:38](954 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:11, 15:51](1653 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [12:34, 10:59] +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:49, 21:58](1699 MB) + +PASS -- COMPILE 's2swa_intel' [22:42, 21:28] +PASS -- TEST 'cpld_control_p8_intel' [11:06, 05:51](3092 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:16, 05:46](3091 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:52, 03:27](3152 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [11:04, 05:51](3122 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:07, 03:29](3174 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:44, 05:44](3087 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:44, 04:51](3384 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:13, 05:48](3099 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [18:09, 09:04](3634 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [18:49, 06:23](3613 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [37:16, 10:21](4342 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [35:06, 07:49](4645 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:35, 05:27](3065 MB) + +PASS -- COMPILE 's2sw_intel' [21:44, 20:31] +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:41, 04:22](1686 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:52, 04:28](1723 MB) + +PASS -- COMPILE 's2swa_debug_intel' [12:30, 11:06] +PASS -- TEST 'cpld_debug_p8_intel' [10:59, 07:47](3152 MB) + +PASS -- COMPILE 's2sw_debug_intel' [11:35, 10:35] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:19, 05:21](1698 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [16:38, 15:37] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:12, 04:27](1722 MB) + +PASS -- COMPILE 's2s_intel' [16:38, 15:54] +PASS -- TEST 'cpld_control_c48_intel' [08:50, 06:43](2662 MB) + +PASS -- COMPILE 's2swa_faster_intel' [25:41, 24:38] +PASS -- TEST 'cpld_control_p8_faster_intel' [10:19, 05:45](3100 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [22:31, 21:25] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:05, 14:10](1694 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:35, 07:43](1405 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:32, 16:08](1664 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [11:34, 10:53] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:51, 22:53](1716 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [14:31, 13:36] +PASS -- TEST 'control_flake_intel' [05:13, 03:35](665 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:07, 02:10](619 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:21, 02:20](621 MB) +PASS -- TEST 'control_latlon_intel' [04:03, 02:11](620 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:12, 02:11](618 MB) +PASS -- TEST 'control_c48_intel' [07:01, 05:18](735 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:03, 05:15](738 MB) +PASS -- TEST 'control_c192_intel' [10:27, 07:56](736 MB) +PASS -- TEST 'control_c384_intel' [17:47, 08:42](1058 MB) +PASS -- TEST 'control_c384gdas_intel' [20:57, 07:48](1198 MB) +PASS -- TEST 'control_stochy_intel' [03:00, 01:30](623 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:08, 00:55](438 MB) +PASS -- TEST 'control_lndp_intel' [03:01, 01:26](626 MB) +PASS -- TEST 'control_iovr4_intel' [04:14, 02:10](618 MB) +PASS -- TEST 'control_iovr5_intel' [04:06, 02:10](623 MB) +PASS -- TEST 'control_p8_intel' [06:08, 02:36](1592 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:15, 02:44](1597 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:09, 02:37](1599 MB) +PASS -- TEST 'control_restart_p8_intel' [04:03, 01:30](797 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:26, 02:34](1592 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:10, 01:30](804 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:14, 02:40](1594 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:07, 04:29](1601 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:09, 03:26](1648 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:27, 02:46](1607 MB) +PASS -- TEST 'merra2_thompson_intel' [06:30, 03:11](1607 MB) +PASS -- TEST 'regional_control_intel' [06:34, 04:36](631 MB) +PASS -- TEST 'regional_restart_intel' [04:58, 02:37](800 MB) +PASS -- TEST 'regional_decomp_intel' [07:35, 04:47](632 MB) +PASS -- TEST 'regional_noquilt_intel' [06:53, 04:29](1161 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:42, 04:35](625 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:31, 04:36](632 MB) +PASS -- TEST 'regional_wofs_intel' [07:19, 05:40](1600 MB) + +PASS -- COMPILE 'rrfs_intel' [13:33, 12:20] +PASS -- TEST 'rap_control_intel' [09:04, 06:12](1005 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:41, 03:53](1189 MB) +PASS -- TEST 'rap_decomp_intel' [09:16, 06:29](1004 MB) +PASS -- TEST 'rap_restart_intel' [05:55, 03:15](881 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:09, 06:11](1003 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:04, 06:27](1003 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:48, 04:44](881 MB) +PASS -- TEST 'hrrr_control_intel' [06:00, 03:20](998 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:18, 03:26](1000 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:57, 02:55](1092 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:27, 01:51](833 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:57, 06:03](997 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:21, 07:30](1955 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:18, 07:16](1946 MB) + +PASS -- COMPILE 'csawmg_intel' [12:39, 11:26] +PASS -- TEST 'control_csawmg_intel' [07:56, 05:13](692 MB) +PASS -- TEST 'control_csawmgt_intel' [07:50, 05:16](693 MB) +PASS -- TEST 'control_ras_intel' [04:25, 02:57](655 MB) + +PASS -- COMPILE 'wam_intel' [11:28, 10:39] +PASS -- TEST 'control_wam_intel' [04:11, 01:58](382 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [14:40, 13:37] +PASS -- TEST 'control_p8_faster_intel' [05:20, 02:31](1593 MB) +PASS -- TEST 'regional_control_faster_intel' [06:38, 04:24](629 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [10:29, 09:55] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:17, 02:41](790 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:12, 02:34](791 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:18, 03:02](798 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:13, 02:38](797 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:42, 03:57](837 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [06:50, 04:01](837 MB) +PASS -- TEST 'control_ras_debug_intel' [03:56, 02:38](805 MB) +PASS -- TEST 'control_diag_debug_intel' [04:58, 02:46](851 MB) +PASS -- TEST 'control_debug_p8_intel' [04:49, 02:51](1624 MB) +PASS -- TEST 'regional_debug_intel' [18:34, 16:25](665 MB) +PASS -- TEST 'rap_control_debug_intel' [06:09, 04:44](1179 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:17, 04:34](1175 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:26, 04:41](1178 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:00, 04:45](1178 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:09, 04:45](1179 MB) +PASS -- TEST 'rap_diag_debug_intel' [10:01, 04:54](1263 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:07, 04:50](1179 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:02, 04:56](1177 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:15, 04:50](1181 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:14, 04:44](1178 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:04, 04:35](1177 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:27, 04:42](1178 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:02, 07:30](1179 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:06, 04:42](1170 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:08, 05:36](1182 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:15, 04:44](1178 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:58, 07:58](1181 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:32, 06:24] +PASS -- TEST 'control_wam_debug_intel' [06:52, 04:41](425 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:27, 10:38] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [09:17, 03:51](1053 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:32, 05:14](882 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:17, 02:50](880 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:59, 03:00](1255 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:42, 03:55](793 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:09, 01:37](773 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:28, 12:52] +PASS -- TEST 'conus13km_control_intel' [06:53, 02:04](1081 MB) +PASS -- TEST 'conus13km_2threads_intel' [05:11, 01:14](1082 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [05:13, 01:13](972 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:40, 10:50] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:50, 03:42](907 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:37, 06:55] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:00, 04:39](1056 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:05, 04:32](1056 MB) +PASS -- TEST 'conus13km_debug_intel' [17:26, 13:33](1134 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [17:14, 13:43](817 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:32, 13:46](1200 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:36, 06:48] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:09, 04:40](1082 MB) + +PASS -- COMPILE 'hafsw_intel' [18:48, 17:20] +PASS -- TEST 'hafs_regional_atm_intel' [07:51, 04:49](716 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:14, 05:32](1063 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:34, 06:42](777 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:44, 11:10](791 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:40, 12:24](813 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:53, 04:45](473 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:42, 05:58](487 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:57, 02:36](504 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:35, 06:40](456 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:46, 03:38](511 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:44, 03:19](509 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:10, 04:08](588 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:16, 01:25](425 MB) +PASS -- TEST 'gnv1_nested_intel' [06:17, 03:35](785 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [09:28, 08:32] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:24, 12:13](618 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [21:42, 20:54] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:32, 07:18](634 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:55, 07:30](686 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [19:47, 18:28] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:06, 05:33](673 MB) + +PASS -- COMPILE 'hafs_all_intel' [16:32, 15:51] +PASS -- TEST 'hafs_regional_docn_intel' [08:40, 05:48](749 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:39, 05:48](735 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:42, 16:21](894 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:39, 08:53] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:19, 02:36](748 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:39, 01:36](738 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:02, 02:31](1354 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:08, 02:29](640 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:04, 02:26](1255 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:20, 02:34](760 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:07, 02:37](760 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:11, 02:28](640 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [13:59, 05:57](686 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [13:39, 06:00](676 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:00, 02:34](760 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:19, 04:06](2018 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:29, 04:10](2017 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [07:38, 06:25] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:24, 05:14](746 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:33, 08:46] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:29, 02:36](760 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:29, 02:59] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:58, 01:28](846 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:19, 01:30](451 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:56, 00:52](451 MB) + +PASS -- COMPILE 'atml_intel' [14:46, 13:58] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:23, 07:54](1625 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [10:18, 07:22](1627 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:36, 03:54](852 MB) + +PASS -- COMPILE 'atmw_intel' [14:36, 13:36] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:13, 01:44](1626 MB) + +PASS -- COMPILE 'atmwm_intel' [14:44, 13:37] +PASS -- TEST 'control_atmwav_intel' [03:32, 01:34](635 MB) + +PASS -- COMPILE 'atmaero_intel' [13:44, 12:38] +PASS -- TEST 'atmaero_control_p8_intel' [06:56, 03:48](2945 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:38, 04:25](3001 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:12, 04:36](3011 MB) + +PASS -- COMPILE 'atmaq_intel' [13:40, 12:01] + +PASS -- COMPILE 'atmaq_debug_intel' [08:38, 07:41] +PASS -- TEST 'regional_atmaq_debug_intel' [29:33, 22:42](4530 MB) SYNOPSIS: -Starting Date/Time: 20240303 13:48:33 -Ending Date/Time: 20240303 14:16:59 -Total Time: 00h:28m:32s -Compiles Completed: 2/2 -Tests Completed: 2/2 +Starting Date/Time: 20240308 07:21:30 +Ending Date/Time: 20240308 09:01:22 +Total Time: 01h:41m:04s +Compiles Completed: 39/39 +Tests Completed: 175/175 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index 790f282fa5..66d1ffb3f8 100755 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,18 +1,41 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -2c7ba1c49ba1c7afd62dd046d760b52ebf738664 +61e86c66145af77f68ab88bd931b7706228a4879 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) 620e48fe75d92aa607af7e21f2d8691baddd2851 CICE-interface/CICE (CICE6.0.0-445-g620e48f) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 624920ddbd819c76ec37591c24e872308201810e CMEPS-interface/CMEPS (cmeps_v0.4.1-2304-g624920d) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 4941026c5881ed623b39934905d2e4ecd9907b8a FV3 (heads/develop) + cc8a4167094b3c2059271ec4c6dd64e3a8aa90ef FV3 (remotes/origin/bugfix/wetness) + 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) + c315e47876057228ee105b348b8653f40836dbbb FV3/ccpp/framework (v0.1.0-1371-gc315e47) + cc114f40bef4ca8d19ccd739cbaec3fc829a607c FV3/ccpp/physics (EP4-682-gcc114f40) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 945cb2cef5e8bd5949afd4f0fc35c4fb6e95a1bf FV3/upp (upp_v10.2.0-159-g945cb2c) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-a9828705b587c451fc2a7267d1c374d737be425b FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 2ab885eddfc47fc0c8c0bae46bc61531104428d5 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10029-g2ab885edd) + 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) + 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) + a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) + 620e48fe75d92aa607af7e21f2d8691baddd2851 CICE-interface/CICE (CICE6.0.0-445-g620e48f) + 624920ddbd819c76ec37591c24e872308201810e CMEPS-interface/CMEPS (cmeps_v0.4.1-2304-g624920d) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + cc8a4167094b3c2059271ec4c6dd64e3a8aa90ef FV3 (remotes/origin/bugfix/wetness) + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) @@ -25,277 +48,277 @@ 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-20240301 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_82051 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/role.epic/FV3_RT/rt_166703 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [16:09, 14:30] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:58, 06:46](3070 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:11, 20:36] -PASS -- TEST 'cpld_control_gfsv17_intel' [17:46, 13:26](1700 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:38, 13:58](1813 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:42, 06:43](951 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:47, 14:42](1668 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [11:08, 08:59] -PASS -- TEST 'cpld_debug_gfsv17_intel' [28:45, 24:33](1702 MB) - -PASS -- COMPILE 's2swa_intel' [16:09, 13:58] -PASS -- TEST 'cpld_control_p8_intel' [10:49, 07:32](3099 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:00, 07:44](3098 MB) -PASS -- TEST 'cpld_restart_p8_intel' [10:58, 04:44](3157 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:52, 06:06](3125 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:07, 04:44](3178 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:01, 06:06](3415 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [11:42, 07:33](3099 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:44, 06:41](3022 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:58, 07:39](3100 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [15:01, 10:15](3273 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [11:14, 07:12](3602 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [23:53, 12:42](4038 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:04, 08:58](4345 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:48, 07:25](3068 MB) - -PASS -- COMPILE 's2sw_intel' [15:09, 13:42] -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:15, 04:26](1683 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:17, 04:38](1730 MB) - -PASS -- COMPILE 's2swa_debug_intel' [11:08, 08:57] -PASS -- TEST 'cpld_debug_p8_intel' [12:16, 09:27](3132 MB) - -PASS -- COMPILE 's2sw_debug_intel' [10:08, 08:22] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:08, 05:56](1700 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [14:09, 12:39] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:26, 04:35](1733 MB) - -PASS -- COMPILE 's2s_intel' [14:09, 12:15] -PASS -- TEST 'cpld_control_c48_intel' [08:56, 06:56](2662 MB) - -PASS -- COMPILE 's2swa_faster_intel' [20:10, 17:54] -PASS -- TEST 'cpld_control_p8_faster_intel' [08:33, 05:59](3100 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [22:11, 20:45] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:28, 14:43](1702 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:16, 07:35](999 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:24, 17:10](1679 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [10:08, 08:45] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:22, 26:39](1709 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:09, 11:43] -PASS -- TEST 'control_flake_intel' [05:40, 03:47](674 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:50, 02:27](620 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:49, 02:21](627 MB) -PASS -- TEST 'control_latlon_intel' [04:38, 02:31](623 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:50, 02:32](623 MB) -PASS -- TEST 'control_c48_intel' [07:47, 05:37](727 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:53, 05:38](721 MB) -PASS -- TEST 'control_c192_intel' [11:40, 08:47](738 MB) -PASS -- TEST 'control_c384_intel' [19:03, 16:19](1040 MB) -PASS -- TEST 'control_c384gdas_intel' [18:16, 13:59](1183 MB) -PASS -- TEST 'control_stochy_intel' [03:37, 01:50](628 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:24, 01:00](430 MB) -PASS -- TEST 'control_lndp_intel' [03:37, 01:44](628 MB) -PASS -- TEST 'control_iovr4_intel' [04:41, 02:21](623 MB) -PASS -- TEST 'control_iovr5_intel' [04:40, 02:28](623 MB) -PASS -- TEST 'control_p8_intel' [06:04, 03:12](1606 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:05, 03:15](1609 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:55, 03:07](1609 MB) -PASS -- TEST 'control_restart_p8_intel' [06:11, 01:40](789 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:49, 03:10](1595 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:22, 01:33](793 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:49, 02:45](1594 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:47, 02:37](1678 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:53, 04:47](1607 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [08:58, 03:58](1657 MB) -PASS -- TEST 'control_p8_mynn_intel' [08:14, 02:45](1615 MB) -PASS -- TEST 'merra2_thompson_intel' [09:03, 03:42](1615 MB) -PASS -- TEST 'regional_control_intel' [07:46, 04:37](615 MB) -PASS -- TEST 'regional_restart_intel' [05:48, 02:30](789 MB) -PASS -- TEST 'regional_decomp_intel' [07:44, 04:50](615 MB) -PASS -- TEST 'regional_2threads_intel' [05:18, 02:54](757 MB) -PASS -- TEST 'regional_noquilt_intel' [07:34, 04:34](1153 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:31, 04:40](614 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:55, 04:33](615 MB) -PASS -- TEST 'regional_wofs_intel' [07:47, 06:00](1591 MB) - -PASS -- COMPILE 'rrfs_intel' [12:08, 10:41] -PASS -- TEST 'rap_control_intel' [09:38, 06:28](1010 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:35, 03:57](1189 MB) -PASS -- TEST 'rap_decomp_intel' [09:46, 06:54](1009 MB) -PASS -- TEST 'rap_2threads_intel' [07:55, 06:03](1100 MB) -PASS -- TEST 'rap_restart_intel' [06:16, 03:39](880 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:17, 06:43](1007 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:11, 07:04](1005 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:07, 04:55](879 MB) -PASS -- TEST 'hrrr_control_intel' [08:09, 04:03](1005 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:04, 03:54](1006 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:23, 03:03](1086 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:42, 01:57](837 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:48, 06:27](1002 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:18, 08:08](1966 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:15, 07:47](1950 MB) - -PASS -- COMPILE 'csawmg_intel' [12:09, 10:34] -PASS -- TEST 'control_csawmg_intel' [08:46, 05:45](695 MB) -PASS -- TEST 'control_csawmgt_intel' [08:48, 05:37](693 MB) -PASS -- TEST 'control_ras_intel' [06:04, 03:18](657 MB) - -PASS -- COMPILE 'wam_intel' [11:08, 09:45] -PASS -- TEST 'control_wam_intel' [05:36, 02:10](369 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [14:09, 12:55] -PASS -- TEST 'control_p8_faster_intel' [06:08, 03:02](1608 MB) -PASS -- TEST 'regional_control_faster_intel' [07:49, 04:29](614 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [10:08, 08:43] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:25, 02:46](778 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:19, 02:43](781 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:56, 03:05](785 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:21, 02:49](789 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:48, 04:09](825 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [06:58, 04:10](826 MB) -PASS -- TEST 'control_ras_debug_intel' [04:33, 02:47](795 MB) -PASS -- TEST 'control_diag_debug_intel' [05:37, 02:55](843 MB) -PASS -- TEST 'control_debug_p8_intel' [05:50, 03:11](1619 MB) -PASS -- TEST 'regional_debug_intel' [19:54, 16:26](633 MB) -PASS -- TEST 'rap_control_debug_intel' [07:31, 05:01](1167 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:28, 04:45](1165 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:28, 04:55](1168 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:27, 05:02](1168 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:25, 05:05](1167 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:34, 05:08](1251 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:31, 05:08](1166 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:26, 05:06](1168 MB) -PASS -- TEST 'rap_lndp_debug_intel' [08:27, 05:21](1169 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:25, 05:04](1167 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:27, 04:56](1167 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:31, 05:13](1166 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:29, 07:52](1167 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:24, 04:56](1163 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:31, 05:47](1172 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:28, 05:13](1167 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:53, 08:47](1170 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:07, 05:53] -PASS -- TEST 'control_wam_debug_intel' [07:29, 05:05](396 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:12, 10:11] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:58, 03:46](1052 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:50, 05:25](888 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:50, 03:01](884 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:41, 05:17](950 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:48, 02:40](939 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:44, 03:29](886 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:40, 04:19](783 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:25, 01:40](764 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:12, 14:59] -PASS -- TEST 'conus13km_control_intel' [04:52, 02:02](1094 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:32, 01:05](1074 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:29, 01:19](974 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:12, 09:49] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:52, 04:22](904 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:08, 06:21] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:27, 04:49](1048 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:28, 04:50](1051 MB) -PASS -- TEST 'conus13km_debug_intel' [16:51, 13:56](1129 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:51, 14:09](804 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:36, 08:05](1111 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:39, 13:44](1195 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:08, 06:21] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:31, 04:58](1066 MB) - -PASS -- COMPILE 'hafsw_intel' [15:12, 13:29] -PASS -- TEST 'hafs_regional_atm_intel' [08:10, 05:17](705 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:28, 04:30](1060 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:19, 07:31](752 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:13, 11:37](781 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:22, 12:46](795 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:03, 05:48](475 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:27, 06:43](500 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:58, 02:54](372 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:00, 07:55](433 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:51, 03:46](509 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:55, 03:31](508 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:55, 04:38](572 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:31, 01:44](403 MB) -PASS -- TEST 'gnv1_nested_intel' [05:58, 03:55](764 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [09:16, 07:38] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:57, 13:04](582 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:17, 18:17] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:59, 07:42](614 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:02, 07:43](788 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:14, 14:01] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:26, 05:58](786 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:16, 13:30] -PASS -- TEST 'hafs_regional_docn_intel' [08:19, 06:04](746 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:19, 06:01](729 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:05, 20:12](893 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [34:20, 32:07] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:20, 02:34](758 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:59, 01:33](745 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:20, 02:26](639 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:21, 02:27](637 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:21, 02:28](638 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:21, 02:33](759 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:20, 02:35](758 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:20, 02:25](639 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:41, 05:55](692 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:42, 05:54](675 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:18, 02:34](758 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:21, 04:34](2014 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:21, 04:35](1953 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [09:17, 07:17] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:22, 05:32](739 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [14:12, 12:00] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:19, 02:34](758 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [05:16, 03:11] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:40, 01:24](310 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:34, 01:08](456 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:42, 00:53](456 MB) - -PASS -- COMPILE 'atml_intel' [18:28, 16:18] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:22, 07:14](1640 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [09:09, 06:47](1640 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:45, 03:36](835 MB) - -PASS -- COMPILE 'atmw_intel' [13:15, 11:30] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:20, 02:08](1649 MB) - -PASS -- COMPILE 'atmwm_intel' [13:10, 11:34] -PASS -- TEST 'control_atmwav_intel' [03:37, 01:50](640 MB) - -PASS -- COMPILE 'atmaero_intel' [12:08, 10:40] -PASS -- TEST 'atmaero_control_p8_intel' [07:54, 05:30](2943 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:56, 06:02](3012 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:50, 06:15](3019 MB) - -PASS -- COMPILE 'atmaq_intel' [13:09, 11:15] - -PASS -- COMPILE 'atmaq_debug_intel' [10:08, 07:51] -PASS -- TEST 'regional_atmaq_debug_intel' [21:17, 18:25](4482 MB) +PASS -- COMPILE 's2swa_32bit_intel' [19:15, 17:32] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:57, 07:29](3071 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:13, 21:10] +PASS -- TEST 'cpld_control_gfsv17_intel' [23:35, 13:41](1701 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:07, 14:10](1814 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [15:31, 06:52](952 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [24:45, 15:24](1673 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [13:12, 11:04] +PASS -- TEST 'cpld_debug_gfsv17_intel' [32:44, 24:14](1700 MB) + +PASS -- COMPILE 's2swa_intel' [23:13, 21:17] +PASS -- TEST 'cpld_control_p8_intel' [14:11, 08:15](3101 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:36, 08:45](3100 MB) +PASS -- TEST 'cpld_restart_p8_intel' [13:53, 06:10](3157 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [14:08, 08:16](3124 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [13:53, 06:08](3178 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [12:05, 06:45](3416 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [14:43, 08:28](3099 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [13:55, 07:21](3022 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:24, 08:38](3100 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [22:54, 10:34](3270 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [19:10, 07:50](3600 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [26:51, 13:13](4037 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [23:02, 09:09](4347 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [13:55, 08:06](3068 MB) + +PASS -- COMPILE 's2sw_intel' [22:13, 20:28] +PASS -- TEST 'cpld_control_noaero_p8_intel' [12:16, 05:24](1684 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:28, 05:15](1729 MB) + +PASS -- COMPILE 's2swa_debug_intel' [13:12, 11:52] +PASS -- TEST 'cpld_debug_p8_intel' [15:44, 10:05](3131 MB) + +PASS -- COMPILE 's2sw_debug_intel' [13:12, 11:26] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:52, 05:59](1699 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [16:10, 14:55] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [10:30, 05:25](1730 MB) + +PASS -- COMPILE 's2s_intel' [16:10, 14:34] +PASS -- TEST 'cpld_control_c48_intel' [10:12, 06:53](2662 MB) + +PASS -- COMPILE 's2swa_faster_intel' [23:13, 21:23] +PASS -- TEST 'cpld_control_p8_faster_intel' [13:07, 08:03](3100 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [23:18, 21:38] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [22:17, 15:58](1701 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [14:17, 07:12](999 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [24:04, 17:30](1681 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [14:20, 12:36] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:49, 26:43](1707 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [16:21, 15:11] +PASS -- TEST 'control_flake_intel' [07:41, 04:04](674 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:51, 02:34](619 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:47, 02:38](627 MB) +PASS -- TEST 'control_latlon_intel' [05:32, 02:38](622 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:41, 02:37](623 MB) +PASS -- TEST 'control_c48_intel' [10:23, 05:37](722 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [10:29, 05:38](727 MB) +PASS -- TEST 'control_c192_intel' [13:38, 09:11](740 MB) +PASS -- TEST 'control_c384_intel' [20:49, 16:34](1042 MB) +PASS -- TEST 'control_c384gdas_intel' [22:25, 14:19](1184 MB) +PASS -- TEST 'control_stochy_intel' [04:42, 01:56](627 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:56, 01:23](430 MB) +PASS -- TEST 'control_lndp_intel' [04:42, 01:51](627 MB) +PASS -- TEST 'control_iovr4_intel' [05:19, 02:39](623 MB) +PASS -- TEST 'control_iovr5_intel' [07:04, 02:56](623 MB) +PASS -- TEST 'control_p8_intel' [11:15, 04:22](1607 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [10:44, 03:41](1609 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [11:20, 03:53](1609 MB) +PASS -- TEST 'control_restart_p8_intel' [09:11, 01:42](789 MB) +PASS -- TEST 'control_noqr_p8_intel' [11:01, 03:48](1596 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [08:38, 01:48](793 MB) +PASS -- TEST 'control_decomp_p8_intel' [10:09, 03:22](1595 MB) +PASS -- TEST 'control_2threads_p8_intel' [10:08, 03:12](1687 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:35, 05:24](1606 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [11:08, 04:57](1657 MB) +PASS -- TEST 'control_p8_mynn_intel' [11:00, 04:25](1615 MB) +PASS -- TEST 'merra2_thompson_intel' [10:51, 04:21](1615 MB) +PASS -- TEST 'regional_control_intel' [09:06, 05:03](615 MB) +PASS -- TEST 'regional_restart_intel' [06:43, 02:34](788 MB) +PASS -- TEST 'regional_decomp_intel' [09:03, 05:10](615 MB) +PASS -- TEST 'regional_2threads_intel' [07:09, 03:30](759 MB) +PASS -- TEST 'regional_noquilt_intel' [09:52, 04:34](1153 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [10:01, 04:38](615 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [09:41, 04:51](615 MB) +PASS -- TEST 'regional_wofs_intel' [10:29, 05:59](1590 MB) + +PASS -- COMPILE 'rrfs_intel' [15:12, 13:29] +PASS -- TEST 'rap_control_intel' [13:45, 06:50](1009 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:20, 04:09](1187 MB) +PASS -- TEST 'rap_decomp_intel' [12:22, 07:06](1008 MB) +PASS -- TEST 'rap_2threads_intel' [12:12, 06:13](1094 MB) +PASS -- TEST 'rap_restart_intel' [08:44, 03:40](880 MB) +PASS -- TEST 'rap_sfcdiff_intel' [12:13, 07:00](1006 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:12, 07:12](1005 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:37, 04:56](879 MB) +PASS -- TEST 'hrrr_control_intel' [10:30, 04:13](1004 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [09:40, 03:41](1006 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [09:17, 03:11](1082 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:41, 02:01](837 MB) +PASS -- TEST 'rrfs_v1beta_intel' [13:03, 06:44](1001 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [12:37, 08:07](1967 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:43, 07:47](1950 MB) + +PASS -- COMPILE 'csawmg_intel' [15:12, 13:22] +PASS -- TEST 'control_csawmg_intel' [11:08, 06:14](695 MB) +PASS -- TEST 'control_csawmgt_intel' [11:12, 05:50](693 MB) +PASS -- TEST 'control_ras_intel' [07:58, 03:43](657 MB) + +PASS -- COMPILE 'wam_intel' [14:17, 12:05] +PASS -- TEST 'control_wam_intel' [06:02, 02:07](369 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [29:25, 27:35] +PASS -- TEST 'control_p8_faster_intel' [09:49, 03:18](1607 MB) +PASS -- TEST 'regional_control_faster_intel' [08:03, 04:51](614 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [31:29, 29:12] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [07:14, 02:56](778 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:52, 02:49](782 MB) +PASS -- TEST 'control_stochy_debug_intel' [06:34, 03:17](785 MB) +PASS -- TEST 'control_lndp_debug_intel' [06:14, 03:19](789 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:35, 04:32](825 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [07:43, 04:52](826 MB) +PASS -- TEST 'control_ras_debug_intel' [06:22, 03:35](795 MB) +PASS -- TEST 'control_diag_debug_intel' [06:41, 03:31](843 MB) +PASS -- TEST 'control_debug_p8_intel' [07:51, 03:17](1619 MB) +PASS -- TEST 'regional_debug_intel' [20:49, 16:46](634 MB) +PASS -- TEST 'rap_control_debug_intel' [09:02, 05:10](1167 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:31, 05:02](1165 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [08:34, 05:07](1169 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [08:25, 05:04](1167 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:35, 05:22](1167 MB) +PASS -- TEST 'rap_diag_debug_intel' [09:00, 05:18](1252 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:37, 05:08](1167 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:49, 05:26](1170 MB) +PASS -- TEST 'rap_lndp_debug_intel' [08:37, 05:13](1169 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [09:35, 05:12](1167 MB) +PASS -- TEST 'rap_noah_debug_intel' [08:06, 05:08](1167 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [09:35, 05:03](1166 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [13:18, 08:16](1167 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [09:24, 05:07](1163 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [10:36, 05:54](1169 MB) +PASS -- TEST 'rap_flake_debug_intel' [09:24, 05:02](1167 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:28, 08:34](1170 MB) + +PASS -- COMPILE 'wam_debug_intel' [10:12, 08:17] +PASS -- TEST 'control_wam_debug_intel' [07:32, 04:53](393 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:14, 11:52] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:40, 03:48](1049 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:00, 05:54](888 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [09:55, 03:25](884 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:07, 05:25](951 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:14, 02:55](936 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [08:04, 03:26](886 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:09, 04:11](782 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:47, 01:58](764 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:20, 15:31] +PASS -- TEST 'conus13km_control_intel' [06:36, 02:12](1094 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:43, 01:09](1075 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [05:45, 01:34](974 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:17, 13:26] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:48, 04:46](904 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:11, 09:45] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:13, 04:59](1048 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:23, 04:55](1047 MB) +PASS -- TEST 'conus13km_debug_intel' [18:01, 14:13](1129 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [17:02, 13:55](804 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:43, 08:14](1108 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:55, 13:53](1195 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [11:11, 09:06] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:16, 04:57](1066 MB) + +PASS -- COMPILE 'hafsw_intel' [18:20, 16:44] +PASS -- TEST 'hafs_regional_atm_intel' [09:21, 05:19](705 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:31, 04:38](1058 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:46, 07:47](753 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:21, 11:48](784 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:00, 12:50](797 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:23, 05:21](478 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [12:09, 06:55](497 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [08:12, 02:56](373 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [16:51, 08:08](431 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:12, 03:55](509 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:25, 03:30](508 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [09:04, 04:52](566 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:21, 01:57](401 MB) +PASS -- TEST 'gnv1_nested_intel' [09:55, 04:06](762 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [13:23, 11:19] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:55, 12:54](582 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [20:24, 18:47] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:19, 07:51](617 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:19, 07:43](786 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [18:27, 16:54] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:35, 06:08](784 MB) + +PASS -- COMPILE 'hafs_all_intel' [16:16, 14:26] +PASS -- TEST 'hafs_regional_docn_intel' [09:54, 06:14](749 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:47, 06:22](731 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [23:13, 20:05](893 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [13:12, 11:31] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:33, 02:40](758 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:43, 01:34](747 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:33, 02:29](635 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:42, 02:33](643 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:34, 02:27](639 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:00, 02:37](758 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:03, 02:35](756 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:52, 02:25](637 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:20, 06:11](692 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:20, 06:03](674 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:34, 02:33](758 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:54, 04:34](2013 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:47, 04:36](2012 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [09:20, 07:15] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:42, 05:29](739 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [13:22, 11:42] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:43, 02:33](745 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [05:14, 03:36] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [05:23, 01:55](318 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [05:03, 01:46](456 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [07:18, 01:18](456 MB) + +PASS -- COMPILE 'atml_intel' [17:26, 15:20] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:49, 07:32](1640 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [12:16, 07:37](1640 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [14:31, 04:19](835 MB) + +PASS -- COMPILE 'atmw_intel' [17:25, 15:16] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:29, 02:22](1649 MB) + +PASS -- COMPILE 'atmwm_intel' [29:17, 27:20] +PASS -- TEST 'control_atmwav_intel' [04:53, 01:57](640 MB) + +PASS -- COMPILE 'atmaero_intel' [15:22, 13:54] +PASS -- TEST 'atmaero_control_p8_intel' [10:23, 06:21](2947 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [11:25, 07:07](3012 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [11:57, 07:32](3020 MB) + +PASS -- COMPILE 'atmaq_intel' [16:15, 14:28] + +PASS -- COMPILE 'atmaq_debug_intel' [11:17, 09:57] +PASS -- TEST 'regional_atmaq_debug_intel' [25:40, 18:08](4479 MB) SYNOPSIS: -Starting Date/Time: 20240303 21:34:32 -Ending Date/Time: 20240303 23:00:23 -Total Time: 01h:26m:19s +Starting Date/Time: 20240308 07:21:09 +Ending Date/Time: 20240308 09:13:54 +Total Time: 01h:54m:16s Compiles Completed: 39/39 Tests Completed: 182/182 diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index 23de143222..96bdf4f51e 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: -2c7ba1c49ba1c7afd62dd046d760b52ebf738664 +8ec162797729fa6ae3c67f4b02f4a92719b2816a Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,10 +9,10 @@ Submodule hashes used in testing: 620e48fe75d92aa607af7e21f2d8691baddd2851 CICE-interface/CICE (CICE6.0.0-445-g620e48f) 624920ddbd819c76ec37591c24e872308201810e CMEPS-interface/CMEPS (cmeps_v0.4.1-1411-g624920d) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 4941026c5881ed623b39934905d2e4ecd9907b8a FV3 (heads/develop) + cc8a4167094b3c2059271ec4c6dd64e3a8aa90ef FV3 (remotes/origin/bugfix/wetness) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 2ab885eddfc47fc0c8c0bae46bc61531104428d5 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10029-g2ab885edd) + 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) @@ -25,366 +25,366 @@ 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-20240301 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_130633 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/role.epic/FV3_RT/rt_79929 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic +* (-a) - HPC PROJECT ACCOUNT: nems * (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_32bit_intel' [14:07, 12:06] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:26, 05:16](3124 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:07, 16:01] -PASS -- TEST 'cpld_control_gfsv17_intel' [19:02, 16:08](1726 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:15, 16:49](2015 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:07, 07:40](1083 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:57, 18:14](1605 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:07, 04:08] -PASS -- TEST 'cpld_debug_gfsv17_intel' [31:03, 22:26](1676 MB) - -PASS -- COMPILE 's2swa_intel' [14:07, 11:56] -PASS -- TEST 'cpld_control_p8_intel' [10:22, 05:39](3163 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:30, 05:45](3175 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:28, 03:22](3239 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:22, 05:42](3222 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:28, 03:23](3258 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:15, 05:27](3551 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:15, 05:43](3198 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:21, 04:45](3067 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:31, 05:41](3135 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [14:17, 09:42](3332 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [11:48, 06:03](3567 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:09, 09:41](4119 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [18:42, 06:30](4288 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:21, 05:23](3124 MB) - -PASS -- COMPILE 's2sw_intel' [14:07, 11:14] -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:18, 04:31](1724 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:25, 04:21](1768 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:07, 04:33] -PASS -- TEST 'cpld_debug_p8_intel' [11:11, 08:04](3210 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:07, 04:08] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:03, 05:35](1738 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:07, 10:34] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:03, 04:24](1766 MB) - -PASS -- COMPILE 's2s_intel' [13:07, 10:53] -PASS -- TEST 'cpld_control_c48_intel' [11:45, 09:20](2831 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:07, 16:30] -PASS -- TEST 'cpld_control_p8_faster_intel' [08:16, 05:23](3176 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:07, 14:55] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:01, 16:13](1772 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [21:37, 07:50](1167 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [32:18, 18:49](1666 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:05, 04:01] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:55, 24:12](1698 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:06, 10:53] -PASS -- TEST 'control_flake_intel' [06:20, 03:22](695 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:22, 02:24](641 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:27, 02:32](648 MB) -PASS -- TEST 'control_latlon_intel' [04:19, 02:25](643 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:27, 02:27](650 MB) -PASS -- TEST 'control_c48_intel' [08:24, 06:13](871 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:25, 06:15](868 MB) -PASS -- TEST 'control_c192_intel' [11:33, 09:02](829 MB) -PASS -- TEST 'control_c384_intel' [17:23, 09:07](1256 MB) -PASS -- TEST 'control_c384gdas_intel' [17:42, 08:06](1388 MB) -PASS -- TEST 'control_stochy_intel' [03:18, 01:37](632 MB) -PASS -- TEST 'control_stochy_restart_intel' [06:24, 01:00](500 MB) -PASS -- TEST 'control_lndp_intel' [03:16, 01:32](622 MB) -PASS -- TEST 'control_iovr4_intel' [07:21, 02:26](653 MB) -PASS -- TEST 'control_iovr5_intel' [08:22, 02:27](623 MB) -PASS -- TEST 'control_p8_intel' [08:54, 02:57](1609 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [08:05, 02:55](1622 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [08:01, 02:55](1617 MB) -PASS -- TEST 'control_restart_p8_intel' [03:47, 01:36](866 MB) -PASS -- TEST 'control_noqr_p8_intel' [08:58, 02:53](1608 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:53, 01:35](911 MB) -PASS -- TEST 'control_decomp_p8_intel' [08:56, 03:00](1593 MB) -PASS -- TEST 'control_2threads_p8_intel' [08:53, 02:45](1718 MB) -PASS -- TEST 'control_p8_lndp_intel' [10:52, 05:13](1615 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [10:01, 03:51](1679 MB) -PASS -- TEST 'control_p8_mynn_intel' [08:57, 02:58](1594 MB) -PASS -- TEST 'merra2_thompson_intel' [08:54, 03:27](1628 MB) -PASS -- TEST 'regional_control_intel' [10:36, 05:09](851 MB) -PASS -- TEST 'regional_restart_intel' [04:33, 02:43](1017 MB) -PASS -- TEST 'regional_decomp_intel' [11:37, 05:30](815 MB) -PASS -- TEST 'regional_2threads_intel' [08:38, 03:17](819 MB) -PASS -- TEST 'regional_noquilt_intel' [08:41, 05:06](1363 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:42, 05:08](848 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:34, 05:08](845 MB) -PASS -- TEST 'regional_wofs_intel' [08:38, 06:36](1877 MB) - -PASS -- COMPILE 'rrfs_intel' [13:07, 09:45] -PASS -- TEST 'rap_control_intel' [09:39, 07:39](1117 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:01, 04:08](1281 MB) -PASS -- TEST 'rap_decomp_intel' [09:29, 08:03](1025 MB) -PASS -- TEST 'rap_2threads_intel' [09:28, 07:19](1164 MB) -PASS -- TEST 'rap_restart_intel' [07:56, 04:03](1109 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:42, 07:36](1098 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:32, 08:02](1016 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [19:00, 06:03](1128 MB) -PASS -- TEST 'hrrr_control_intel' [05:34, 03:57](1028 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:30, 04:03](1012 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:29, 03:36](1107 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:22, 02:08](984 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:40, 07:33](1078 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:25, 09:05](1982 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:29, 08:50](2065 MB) - -PASS -- COMPILE 'csawmg_intel' [12:07, 09:39] -PASS -- TEST 'control_csawmg_intel' [07:35, 05:49](739 MB) -PASS -- TEST 'control_csawmgt_intel' [07:34, 05:45](740 MB) -PASS -- TEST 'control_ras_intel' [05:18, 03:16](713 MB) - -PASS -- COMPILE 'wam_intel' [12:07, 09:04] -PASS -- TEST 'control_wam_intel' [03:17, 02:01](652 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [12:07, 09:58] -PASS -- TEST 'control_p8_faster_intel' [04:52, 02:35](1602 MB) -PASS -- TEST 'regional_control_faster_intel' [06:36, 04:40](822 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:06, 04:28] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:24, 02:39](779 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:24, 02:40](781 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:17, 02:58](816 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:20, 02:42](789 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:36, 04:01](856 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [06:35, 03:55](857 MB) -PASS -- TEST 'control_ras_debug_intel' [05:17, 02:44](819 MB) -PASS -- TEST 'control_diag_debug_intel' [05:27, 02:49](867 MB) -PASS -- TEST 'control_debug_p8_intel' [00:52, 02:47](1647 MB) -PASS -- TEST 'regional_debug_intel' [18:35, 16:36](817 MB) -PASS -- TEST 'rap_control_debug_intel' [08:35, 04:46](1207 MB) -PASS -- TEST 'hrrr_control_debug_intel' [08:33, 04:49](1199 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:36, 04:46](1203 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [18:36, 04:56](1186 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [18:41, 04:50](1191 MB) -PASS -- TEST 'rap_diag_debug_intel' [19:04, 05:13](1257 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [18:38, 05:02](1196 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [17:40, 05:06](1178 MB) -PASS -- TEST 'rap_lndp_debug_intel' [17:35, 04:56](1192 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [17:40, 04:56](1164 MB) -PASS -- TEST 'rap_noah_debug_intel' [16:45, 04:54](1199 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [16:38, 04:58](1193 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [19:39, 07:50](1188 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [16:35, 04:54](1160 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [16:49, 05:52](1201 MB) -PASS -- TEST 'rap_flake_debug_intel' [15:37, 04:58](1199 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [18:55, 08:20](1187 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:05, 03:11] -PASS -- TEST 'control_wam_debug_intel' [06:18, 04:43](504 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:07, 09:30] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [14:19, 04:02](1159 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [19:54, 06:30](1043 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [15:49, 03:28](949 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [19:12, 06:23](1093 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [14:53, 03:16](961 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [11:47, 03:40](930 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:49, 04:56](1005 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:26, 02:04](916 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:07, 11:35] -PASS -- TEST 'conus13km_control_intel' [05:16, 02:12](1192 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:58, 01:10](1115 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:49, 01:26](1098 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:07, 09:25] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:24, 04:21](983 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:06, 03:08] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [24:28, 04:44](1049 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [16:21, 04:40](1040 MB) -PASS -- TEST 'conus13km_debug_intel' [25:56, 14:02](1233 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [25:44, 14:01](916 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [14:39, 07:55](1148 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:46, 13:43](1283 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:07, 03:35] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:27, 04:51](1113 MB) - -PASS -- COMPILE 'hafsw_intel' [12:07, 10:49] -PASS -- TEST 'hafs_regional_atm_intel' [08:23, 05:04](712 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:29, 06:27](1110 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:35, 07:11](812 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:13, 13:07](829 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:28, 14:46](860 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:56, 05:51](481 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:34, 06:57](495 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [07:54, 03:17](353 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:02, 07:35](473 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:49, 04:05](530 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:55, 04:02](531 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:54, 04:28](586 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:25, 01:54](385 MB) -PASS -- TEST 'gnv1_nested_intel' [18:44, 04:05](778 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:07, 03:54] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [19:51, 12:19](570 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [13:08, 11:13] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [15:59, 08:29](631 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:09, 08:36](675 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [14:08, 11:10] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [12:07, 06:24](688 MB) - -PASS -- COMPILE 'hafs_all_intel' [14:06, 10:17] -PASS -- TEST 'hafs_regional_docn_intel' [12:17, 06:20](821 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [25:20, 06:24](789 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [35:01, 16:23](1201 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:06, 05:57] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:17, 02:47](1136 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [15:16, 01:42](1075 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [10:14, 02:41](1007 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [10:17, 02:49](1013 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [11:15, 02:39](1019 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [11:14, 02:50](1128 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [18:17, 02:43](1116 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [17:16, 02:37](996 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [23:32, 06:29](1061 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [22:26, 06:22](1021 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [17:14, 02:43](1119 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [10:16, 03:59](2484 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [17:17, 03:57](2444 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:06, 02:59] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [20:15, 06:10](1044 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:07, 06:06] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [14:16, 02:40](1126 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:06, 01:01] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [11:28, 00:49](253 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [11:21, 00:49](323 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [09:23, 00:29](313 MB) - -PASS -- COMPILE 'atml_intel' [12:09, 10:38] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [14:17, 04:19](1585 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [14:17, 04:22](1584 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [08:46, 02:17](890 MB) - -PASS -- COMPILE 'atmw_intel' [11:07, 09:47] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [10:51, 01:47](1650 MB) - -PASS -- COMPILE 'atmwm_intel' [11:06, 09:52] -PASS -- TEST 'control_atmwav_intel' [11:30, 01:44](633 MB) - -PASS -- COMPILE 'atmaero_intel' [11:06, 09:53] -PASS -- TEST 'atmaero_control_p8_intel' [13:00, 04:00](3031 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [13:58, 04:48](3053 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [14:45, 05:01](3092 MB) - -PASS -- COMPILE 'atmaq_intel' [11:07, 09:28] - -PASS -- COMPILE 'atmaq_debug_intel' [05:05, 03:20] -PASS -- TEST 'regional_atmaq_debug_intel' [29:12, 20:16](4449 MB) - -PASS -- COMPILE 'atm_gnu' [05:06, 03:28] -PASS -- TEST 'control_c48_gnu' [19:25, 11:35](792 MB) -PASS -- TEST 'control_stochy_gnu' [12:23, 04:01](551 MB) -PASS -- TEST 'control_ras_gnu' [12:18, 04:57](551 MB) -PASS -- TEST 'control_p8_gnu' [11:01, 04:55](1302 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [10:56, 04:42](1308 MB) -PASS -- TEST 'control_flake_gnu' [11:20, 05:52](596 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:07, 03:30] -PASS -- TEST 'rap_control_gnu' [17:41, 11:49](895 MB) -PASS -- TEST 'rap_decomp_gnu' [14:32, 11:50](892 MB) -PASS -- TEST 'rap_2threads_gnu' [20:45, 10:41](983 MB) -PASS -- TEST 'rap_restart_gnu' [08:37, 06:16](623 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [21:34, 11:58](895 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [20:46, 11:57](899 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [31:43, 08:55](620 MB) -PASS -- TEST 'hrrr_control_gnu' [14:34, 06:01](887 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [14:35, 06:05](879 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [13:40, 05:21](969 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [13:30, 06:01](893 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [06:25, 03:13](610 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [05:25, 03:11](701 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [19:39, 11:39](891 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [05:06, 03:20] -PASS -- TEST 'control_diag_debug_gnu' [09:28, 01:41](592 MB) -PASS -- TEST 'regional_debug_gnu' [14:39, 07:39](596 MB) -PASS -- TEST 'rap_control_debug_gnu' [09:24, 02:36](907 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [09:21, 02:35](900 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [08:19, 02:36](896 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [08:19, 02:37](905 MB) -PASS -- TEST 'rap_diag_debug_gnu' [08:43, 02:48](989 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [09:31, 03:56](905 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [07:20, 02:35](910 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [07:20, 02:35](898 MB) -PASS -- TEST 'control_ras_debug_gnu' [06:16, 01:35](538 MB) -PASS -- TEST 'control_stochy_debug_gnu' [07:16, 02:19](535 MB) -PASS -- TEST 'control_debug_p8_gnu' [06:38, 01:43](1287 MB) -PASS -- TEST 'rap_flake_debug_gnu' [07:24, 02:38](903 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [06:22, 02:54](908 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [08:35, 04:20](910 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:05, 01:41] -PASS -- TEST 'control_wam_debug_gnu' [05:18, 02:33](239 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:06, 03:23] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [15:31, 12:05](747 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [08:29, 06:13](741 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [12:38, 10:48](803 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [07:36, 05:33](800 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [08:30, 06:12](741 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [15:58, 09:04](595 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [27:25, 03:22](583 MB) -PASS -- TEST 'conus13km_control_gnu' [08:12, 04:46](900 MB) -PASS -- TEST 'conus13km_2threads_gnu' [25:51, 02:04](932 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [25:48, 02:22](601 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [26:13, 05:12] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [09:40, 07:11](780 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [26:13, 03:26] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [05:22, 02:54](759 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [05:20, 02:55](759 MB) -PASS -- TEST 'conus13km_debug_gnu' [09:52, 07:28](915 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [09:48, 07:37](630 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [06:46, 04:50](950 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [09:44, 07:07](982 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [26:14, 03:26] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:25, 02:49](787 MB) - -PASS -- COMPILE 's2swa_gnu' [52:14, 14:05] -PASS -- TEST 'cpld_control_p8_gnu' [13:34, 10:46](1506 MB) - -PASS -- COMPILE 's2s_gnu' [59:16, 14:05] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [10:18, 06:28](1400 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [58:15, 02:29] -PASS -- TEST 'cpld_debug_p8_gnu' [09:11, 06:02](1500 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [25:19, 13:49] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [25:02, 21:58](1374 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [05:17, 02:13] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [15:55, 12:58](1389 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [25:18, 13:37] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [05:13, 03:05](694 MB) +* (-r) - USE ROCOTO + +PASS -- COMPILE 's2swa_32bit_intel' [11:47, 11:47] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:01, 05:12](3170 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [15:30, 15:30] +PASS -- TEST 'cpld_control_gfsv17_intel' [16:48, 16:06](1679 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:48, 16:46](2000 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:29, 07:36](1091 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:50, 18:09](1591 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [04:02, 04:01] +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:04, 22:18](1608 MB) + +PASS -- COMPILE 's2swa_intel' [11:52, 11:52] +PASS -- TEST 'cpld_control_p8_intel' [06:30, 05:43](3133 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [06:39, 05:48](3132 MB) +PASS -- TEST 'cpld_restart_p8_intel' [04:19, 03:20](3181 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [06:29, 05:43](3176 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [04:22, 03:19](3274 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [06:07, 05:23](3536 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [06:20, 05:38](3186 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [05:32, 04:46](2988 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [06:28, 05:38](3168 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [11:06, 09:37](3275 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [08:05, 05:57](3586 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [14:37, 09:45](4051 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [12:59, 06:24](4301 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [06:07, 05:21](3101 MB) + +PASS -- COMPILE 's2sw_intel' [11:20, 11:20] +PASS -- TEST 'cpld_control_noaero_p8_intel' [05:14, 04:32](1708 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:15, 04:26](1750 MB) + +PASS -- COMPILE 's2swa_debug_intel' [04:02, 04:00] +PASS -- TEST 'cpld_debug_p8_intel' [08:56, 08:07](3165 MB) + +PASS -- COMPILE 's2sw_debug_intel' [03:43, 03:42] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:24, 05:40](1700 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [10:12, 10:12] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:12, 04:23](1751 MB) + +PASS -- COMPILE 's2s_intel' [10:20, 10:20] +PASS -- TEST 'cpld_control_c48_intel' [09:50, 09:20](2810 MB) + +PASS -- COMPILE 's2swa_faster_intel' [15:49, 15:49] +PASS -- TEST 'cpld_control_p8_faster_intel' [06:15, 05:25](3181 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [14:50, 14:50] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:05, 16:21](1711 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:34, 07:39](1173 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:22, 18:38](1654 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [03:43, 03:42] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [24:56, 24:14](1694 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [10:41, 10:41] +PASS -- TEST 'control_flake_intel' [03:27, 03:15](665 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [02:37, 02:25](646 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [02:44, 02:30](653 MB) +PASS -- TEST 'control_latlon_intel' [02:35, 02:24](650 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [02:41, 02:25](640 MB) +PASS -- TEST 'control_c48_intel' [06:32, 06:20](870 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:28, 06:16](870 MB) +PASS -- TEST 'control_c192_intel' [09:20, 08:59](845 MB) +PASS -- TEST 'control_c384_intel' [09:56, 09:01](1262 MB) +PASS -- TEST 'control_c384gdas_intel' [09:46, 07:48](1390 MB) +PASS -- TEST 'control_stochy_intel' [01:48, 01:38](650 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:12, 00:57](472 MB) +PASS -- TEST 'control_lndp_intel' [01:43, 01:32](650 MB) +PASS -- TEST 'control_iovr4_intel' [02:37, 02:26](649 MB) +PASS -- TEST 'control_iovr5_intel' [02:39, 02:27](617 MB) +PASS -- TEST 'control_p8_intel' [03:36, 02:59](1578 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:35, 02:54](1630 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:32, 02:54](1602 MB) +PASS -- TEST 'control_restart_p8_intel' [02:10, 01:38](882 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:32, 02:55](1598 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:12, 01:38](921 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:36, 03:03](1558 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:19, 02:45](1679 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:43, 05:12](1577 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:29, 03:49](1644 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:40, 03:01](1573 MB) +PASS -- TEST 'merra2_thompson_intel' [04:01, 03:23](1640 MB) +PASS -- TEST 'regional_control_intel' [05:35, 05:08](818 MB) +PASS -- TEST 'regional_restart_intel' [03:07, 02:44](986 MB) +PASS -- TEST 'regional_decomp_intel' [05:48, 05:21](844 MB) +PASS -- TEST 'regional_2threads_intel' [03:40, 03:15](809 MB) +PASS -- TEST 'regional_noquilt_intel' [05:32, 05:08](1351 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:37, 05:07](817 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:34, 05:08](854 MB) +PASS -- TEST 'regional_wofs_intel' [07:04, 06:36](1887 MB) + +PASS -- COMPILE 'rrfs_intel' [09:38, 09:38] +PASS -- TEST 'rap_control_intel' [08:05, 07:39](1111 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:48, 04:03](1282 MB) +PASS -- TEST 'rap_decomp_intel' [08:26, 08:02](1033 MB) +PASS -- TEST 'rap_2threads_intel' [07:36, 07:12](1172 MB) +PASS -- TEST 'rap_restart_intel' [04:32, 03:59](1091 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:03, 07:37](1076 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:23, 08:02](996 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:08, 05:45](1103 MB) +PASS -- TEST 'hrrr_control_intel' [04:18, 03:56](1027 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:23, 04:03](992 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [03:57, 03:37](1100 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:25, 02:10](1003 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:00, 07:32](1057 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:27, 09:11](1951 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:03, 08:48](2072 MB) + +PASS -- COMPILE 'csawmg_intel' [09:21, 09:21] +PASS -- TEST 'control_csawmg_intel' [06:19, 05:53](746 MB) +PASS -- TEST 'control_csawmgt_intel' [06:08, 05:42](707 MB) +PASS -- TEST 'control_ras_intel' [03:25, 03:15](736 MB) + +PASS -- COMPILE 'wam_intel' [08:58, 08:57] +PASS -- TEST 'control_wam_intel' [02:14, 02:03](624 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [09:46, 09:46] +PASS -- TEST 'control_p8_faster_intel' [03:16, 02:38](1603 MB) +PASS -- TEST 'regional_control_faster_intel' [05:04, 04:37](847 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [04:09, 04:09] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:51, 02:37](809 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:54, 02:37](811 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:08, 02:55](815 MB) +PASS -- TEST 'control_lndp_debug_intel' [02:54, 02:40](810 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:29, 04:04](828 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [04:20, 03:56](859 MB) +PASS -- TEST 'control_ras_debug_intel' [02:55, 02:43](819 MB) +PASS -- TEST 'control_diag_debug_intel' [03:04, 02:43](870 MB) +PASS -- TEST 'control_debug_p8_intel' [03:20, 02:50](1599 MB) +PASS -- TEST 'regional_debug_intel' [16:53, 16:26](834 MB) +PASS -- TEST 'rap_control_debug_intel' [05:01, 04:50](1160 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:46, 04:34](1195 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:56, 04:41](1196 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [04:50, 04:38](1197 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:58, 04:42](1198 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:26, 05:04](1277 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:06, 04:48](1165 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:03, 04:52](1196 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:02, 04:46](1199 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:01, 04:44](1197 MB) +PASS -- TEST 'rap_noah_debug_intel' [04:58, 04:42](1195 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:03, 04:47](1196 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:50, 07:33](1195 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [04:57, 04:40](1174 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:58, 05:43](1192 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:01, 04:45](1209 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:32, 08:03](1207 MB) + +PASS -- COMPILE 'wam_debug_intel' [03:06, 03:05] +PASS -- TEST 'control_wam_debug_intel' [04:53, 04:42](483 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:15, 09:14] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:38, 03:49](1147 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:40, 06:19](1029 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:45, 03:23](990 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:34, 06:06](1078 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:30, 03:06](960 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:49, 03:31](913 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:12, 04:47](1037 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:06, 01:49](921 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:20, 11:20] +PASS -- TEST 'conus13km_control_intel' [02:40, 02:03](1199 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:19, 00:51](1115 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:43, 01:12](1070 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:14, 09:14] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:39, 04:11](984 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:14, 03:13] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:56, 04:42](1081 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:47, 04:35](1050 MB) +PASS -- TEST 'conus13km_debug_intel' [14:20, 13:43](1192 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [14:21, 13:49](920 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [08:29, 07:58](1119 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [13:55, 13:24](1290 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:10, 03:09] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:57, 04:42](1119 MB) + +PASS -- COMPILE 'hafsw_intel' [10:38, 10:38] +PASS -- TEST 'hafs_regional_atm_intel' [05:35, 04:43](739 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:53, 05:36](1077 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:48, 06:44](825 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:40, 12:46](854 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:45, 14:38](881 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:54, 05:14](488 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:25, 06:22](517 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:05, 02:33](361 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:31, 06:57](464 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [03:56, 03:27](530 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [03:54, 03:17](535 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:36, 03:57](589 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:27, 01:08](395 MB) +PASS -- TEST 'gnv1_nested_intel' [04:24, 03:53](803 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [03:45, 03:44] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:55, 12:16](567 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [10:56, 10:56] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:05, 08:24](632 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:09, 08:23](745 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [10:43, 10:43] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:03, 06:16](703 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:15, 10:14] +PASS -- TEST 'hafs_regional_docn_intel' [07:01, 06:06](825 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:06, 06:10](814 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:27, 15:49](1205 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [06:18, 06:18] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:57, 02:50](1105 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:48, 01:40](1067 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:43, 02:37](989 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:44, 02:35](1006 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:44, 02:37](1014 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:50, 02:42](1138 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:46, 02:39](1134 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:37, 02:29](1004 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:17, 06:22](1048 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:16, 06:20](1030 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:40, 02:34](1125 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:50, 03:42](2429 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:54, 03:45](2481 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [02:58, 02:57] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:10, 06:01](1049 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:03, 06:03] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:51, 02:44](1113 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:08, 01:07] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:00, 00:42](253 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [00:56, 00:44](318 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:40, 00:26](319 MB) + +PASS -- COMPILE 'atml_intel' [10:31, 10:31] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [05:02, 04:15](1569 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [04:59, 04:14](1571 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [02:43, 02:12](882 MB) + +PASS -- COMPILE 'atmw_intel' [09:55, 09:54] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:18, 01:44](1623 MB) + +PASS -- COMPILE 'atmwm_intel' [09:51, 09:51] +PASS -- TEST 'control_atmwav_intel' [01:59, 01:39](660 MB) + +PASS -- COMPILE 'atmaero_intel' [09:39, 09:38] +PASS -- TEST 'atmaero_control_p8_intel' [04:38, 03:54](3013 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:30, 04:46](3028 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:27, 04:58](3108 MB) + +PASS -- COMPILE 'atmaq_intel' [09:19, 09:19] + +PASS -- COMPILE 'atmaq_debug_intel' [03:14, 03:13] +PASS -- TEST 'regional_atmaq_debug_intel' [21:18, 19:48](4486 MB) + +PASS -- COMPILE 'atm_gnu' [03:26, 03:25] +PASS -- TEST 'control_c48_gnu' [11:47, 11:34](793 MB) +PASS -- TEST 'control_stochy_gnu' [04:09, 03:57](549 MB) +PASS -- TEST 'control_ras_gnu' [05:03, 04:51](560 MB) +PASS -- TEST 'control_p8_gnu' [05:34, 04:49](1308 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:19, 04:36](1315 MB) +PASS -- TEST 'control_flake_gnu' [06:04, 05:53](599 MB) + +PASS -- COMPILE 'rrfs_gnu' [03:30, 03:29] +PASS -- TEST 'rap_control_gnu' [11:50, 11:28](902 MB) +PASS -- TEST 'rap_decomp_gnu' [12:07, 11:46](899 MB) +PASS -- TEST 'rap_2threads_gnu' [10:53, 10:27](976 MB) +PASS -- TEST 'rap_restart_gnu' [06:28, 05:56](626 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [11:58, 11:33](894 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [12:09, 11:48](863 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:12, 08:43](630 MB) +PASS -- TEST 'hrrr_control_gnu' [06:17, 05:53](892 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [06:18, 05:58](879 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:33, 05:08](970 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [06:13, 05:50](896 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:29, 03:14](611 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:24, 03:08](705 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [11:47, 11:20](893 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [03:14, 03:14] +PASS -- TEST 'control_diag_debug_gnu' [01:52, 01:34](589 MB) +PASS -- TEST 'regional_debug_gnu' [08:03, 07:31](595 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:42, 02:28](906 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:37, 02:26](902 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:45, 02:34](904 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [02:43, 02:32](909 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:09, 02:42](992 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:02, 03:50](905 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:44, 02:30](906 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:42, 02:28](899 MB) +PASS -- TEST 'control_ras_debug_gnu' [01:40, 01:30](540 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:14, 02:03](537 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:07, 01:39](1287 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:50, 02:37](906 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:02, 02:50](910 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:30, 04:06](923 MB) + +PASS -- COMPILE 'wam_debug_gnu' [01:37, 01:36] +PASS -- TEST 'control_wam_debug_gnu' [02:37, 02:26](245 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [03:29, 03:29] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [12:11, 11:50](749 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:21, 06:02](747 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [11:01, 10:34](807 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:36, 05:14](798 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:16, 05:58](746 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [09:21, 08:56](597 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:30, 03:15](582 MB) +PASS -- TEST 'conus13km_control_gnu' [04:53, 04:12](897 MB) +PASS -- TEST 'conus13km_2threads_gnu' [02:16, 01:50](931 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:44, 02:14](597 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [05:01, 05:00] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:25, 06:58](784 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [03:15, 03:15] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:41, 02:28](759 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:42, 02:30](757 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:40, 07:11](918 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:31, 07:00](632 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [04:50, 04:22](951 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:36, 07:08](985 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [03:20, 03:19] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:49, 02:36](789 MB) + +PASS -- COMPILE 's2swa_gnu' [13:45, 13:44] +PASS -- TEST 'cpld_control_p8_gnu' [11:23, 10:34](1514 MB) + +PASS -- COMPILE 's2s_gnu' [13:38, 13:38] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [07:16, 06:27](1401 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [02:18, 02:17] +PASS -- TEST 'cpld_debug_p8_gnu' [06:54, 06:06](1508 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [13:43, 13:42] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [22:45, 22:01](1360 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [02:03, 02:03] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:41, 12:59](1366 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [13:20, 13:19] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:06, 02:59](697 MB) SYNOPSIS: -Starting Date/Time: 20240304 03:09:54 -Ending Date/Time: 20240304 09:20:43 -Total Time: 06h:11m:14s +Starting Date/Time: 20240309 16:43:42 +Ending Date/Time: 20240309 21:25:17 +Total Time: 04h:42m:03s Compiles Completed: 53/53 Tests Completed: 243/243 diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 22d56da462..effbb3706c 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: -2c7ba1c49ba1c7afd62dd046d760b52ebf738664 +d4bf6f3ada023864cca106d27994f69b90edba87 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,10 +9,10 @@ Submodule hashes used in testing: 620e48fe75d92aa607af7e21f2d8691baddd2851 CICE-interface/CICE (CICE6.0.0-445-g620e48f) 624920ddbd819c76ec37591c24e872308201810e CMEPS-interface/CMEPS (cmeps_v0.4.1-2304-g624920d) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 4941026c5881ed623b39934905d2e4ecd9907b8a FV3 (heads/develop) + cc8a4167094b3c2059271ec4c6dd64e3a8aa90ef FV3 (remotes/origin/bugfix/wetness) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 2ab885eddfc47fc0c8c0bae46bc61531104428d5 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10029-g2ab885edd) + 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) @@ -25,419 +25,359 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240301 -COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1842074 +COMPARISON DIRECTORY: /work2/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/rt_4129469 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [14:06, 12:12] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:58, 07:33](1890 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [19:06, 17:50] -PASS -- TEST 'cpld_control_gfsv17_intel' [16:05, 13:20](1770 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:21, 14:10](2184 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:33, 06:34](1180 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:53, 14:52](1691 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:06, 06:46] -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:07, 20:20](1726 MB) - -PASS -- COMPILE 's2swa_intel' [14:06, 12:20] -PASS -- TEST 'cpld_control_p8_intel' [09:49, 07:39](2060 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:57, 07:36](2071 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:07, 04:16](1974 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:49, 07:50](1978 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:08, 04:13](1738 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:43, 08:58](2490 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:46, 07:45](2067 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:52, 06:33](1889 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:59, 07:35](2064 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [17:41, 14:55](2808 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:18, 05:49](2933 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [15:20, 08:54](3634 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:11, 05:53](3608 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [06:52, 04:58](2053 MB) - -PASS -- COMPILE 's2sw_intel' [13:06, 11:07] -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:44, 07:07](1778 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:49, 04:00](1829 MB) - -PASS -- COMPILE 's2swa_debug_intel' [08:06, 06:46] -PASS -- TEST 'cpld_debug_p8_intel' [08:57, 06:53](2070 MB) - -PASS -- COMPILE 's2sw_debug_intel' [08:06, 06:30] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:53, 04:44](1784 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:06, 10:46] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:50, 03:58](1812 MB) - -PASS -- COMPILE 's2s_intel' [12:06, 10:15] -FAIL TO COMPARE -- TEST 'cpld_control_c48_intel' [, ]( MB) - -PASS -- COMPILE 's2swa_faster_intel' [16:06, 14:45] -PASS -- TEST 'cpld_control_p8_faster_intel' [10:02, 07:19](2067 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:06, 14:58] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [15:51, 13:49](1803 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:09, 06:54](1294 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:56, 15:24](1728 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:05, 04:15] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:47, 21:26](1768 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [09:05, 07:56] -PASS -- TEST 'control_flake_intel' [04:15, 02:50](709 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:17, 02:02](662 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:20, 02:18](680 MB) -PASS -- TEST 'control_latlon_intel' [04:20, 02:04](663 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:20, 02:06](655 MB) -PASS -- TEST 'control_c48_intel' [07:20, 05:48](859 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:20, 05:43](853 MB) -PASS -- TEST 'control_c192_intel' [09:28, 07:50](963 MB) -PASS -- TEST 'control_c384_intel' [10:58, 08:06](1448 MB) -PASS -- TEST 'control_c384gdas_intel' [10:44, 07:18](1520 MB) -PASS -- TEST 'control_stochy_intel' [03:16, 01:25](680 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:27, 00:52](550 MB) -PASS -- TEST 'control_lndp_intel' [03:16, 01:22](668 MB) -PASS -- TEST 'control_iovr4_intel' [03:15, 02:04](666 MB) -PASS -- TEST 'control_iovr5_intel' [04:14, 02:11](673 MB) -PASS -- TEST 'control_p8_intel' [04:47, 02:33](1627 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:48, 02:30](1642 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:52, 02:27](1639 MB) -PASS -- TEST 'control_restart_p8_intel' [03:46, 01:23](915 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:38, 02:28](1637 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:56, 01:22](992 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:36, 02:34](1623 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:36, 02:20](1724 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:31, 04:27](1641 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:50, 03:29](1712 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:48, 02:34](1647 MB) -PASS -- TEST 'merra2_thompson_intel' [05:55, 03:03](1658 MB) -PASS -- TEST 'regional_control_intel' [06:26, 04:33](959 MB) -PASS -- TEST 'regional_restart_intel' [04:25, 02:28](1103 MB) -PASS -- TEST 'regional_decomp_intel' [06:21, 04:47](946 MB) -PASS -- TEST 'regional_2threads_intel' [04:24, 02:56](923 MB) -PASS -- TEST 'regional_noquilt_intel' [06:26, 04:26](1488 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:27, 04:32](959 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:21, 04:35](956 MB) -PASS -- TEST 'regional_wofs_intel' [07:28, 05:38](2093 MB) - -PASS -- COMPILE 'rrfs_intel' [09:05, 07:43] -PASS -- TEST 'rap_control_intel' [08:39, 06:29](1197 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:45, 03:25](1446 MB) -PASS -- TEST 'rap_decomp_intel' [08:38, 06:47](1127 MB) -PASS -- TEST 'rap_2threads_intel' [08:30, 06:12](1378 MB) -PASS -- TEST 'rap_restart_intel' [05:49, 03:27](1133 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:46, 06:29](1188 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:31, 06:56](1144 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:56, 04:58](1214 MB) -PASS -- TEST 'hrrr_control_intel' [05:47, 03:27](1068 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:31, 03:25](1040 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:30, 03:07](1116 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:17, 01:50](1039 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:49, 06:19](1206 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:19, 07:43](2002 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:20, 07:28](2222 MB) - -PASS -- COMPILE 'csawmg_intel' [08:06, 06:57] -PASS -- TEST 'control_csawmg_intel' [07:25, 05:06](807 MB) -PASS -- TEST 'control_csawmgt_intel' [06:26, 05:04](807 MB) -PASS -- TEST 'control_ras_intel' [04:12, 02:48](822 MB) - -PASS -- COMPILE 'wam_intel' [08:05, 06:38] -PASS -- TEST 'control_wam_intel' [03:20, 01:50](792 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [11:05, 09:40] -PASS -- TEST 'control_p8_faster_intel' [04:53, 02:15](1648 MB) -PASS -- TEST 'regional_control_faster_intel' [05:24, 04:01](960 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:05, 03:54] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:18, 02:22](819 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:18, 02:18](823 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:12, 02:29](826 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:13, 02:18](828 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:23, 03:23](863 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [05:25, 03:20](873 MB) -PASS -- TEST 'control_ras_debug_intel' [04:11, 02:16](847 MB) -PASS -- TEST 'control_diag_debug_intel' [04:20, 02:15](887 MB) -PASS -- TEST 'control_debug_p8_intel' [04:27, 02:23](1659 MB) -PASS -- TEST 'regional_debug_intel' [16:33, 14:17](897 MB) -PASS -- TEST 'rap_control_debug_intel' [05:17, 03:59](1211 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:16, 03:55](1210 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:13, 03:57](1225 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:13, 03:56](1226 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:14, 03:58](1216 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:34, 04:14](1294 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:18, 04:04](1217 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:18, 04:08](1215 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:14, 04:04](1216 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:16, 04:04](1213 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:19, 04:01](1212 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:16, 04:06](1214 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:18, 06:31](1222 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:18, 03:57](1206 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:16, 05:14](1223 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:18, 04:01](1223 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:51, 06:51](1222 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:05, 02:45] - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:06, 06:22] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [16:45, 14:46](1299 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:56, 05:33](1149 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:54, 02:58](1035 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:39, 05:23](1296 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:35, 02:45](1044 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:37, 03:14](984 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:49, 04:11](1093 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:14, 01:35](945 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:07, 08:46] -PASS -- TEST 'conus13km_control_intel' [03:40, 01:44](1297 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:26, 00:44](1207 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:21, 01:09](1151 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:06, 06:50] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:30, 03:49](1081 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:06, 02:45] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:23, 03:59](1101 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:15, 03:49](1100 MB) -PASS -- TEST 'conus13km_debug_intel' [13:36, 11:55](1329 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [14:32, 12:09](990 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [08:33, 06:58](1237 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [13:27, 11:59](1404 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:06, 02:40] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:17, 04:00](1149 MB) - -PASS -- COMPILE 'hafsw_intel' [11:06, 09:38] -PASS -- TEST 'hafs_regional_atm_intel' [08:07, 05:52](879 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:17, 05:35](1285 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:14, 06:33](958 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:06, 13:55](992 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:07, 15:02](1009 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:50, 05:50](608 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:16, 07:28](613 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:45, 03:02](441 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:04, 08:23](545 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:46, 03:57](625 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:45, 03:48](616 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:44, 05:02](679 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:22, 01:49](447 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:06, 02:59] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:47, 11:30](628 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [12:05, 10:53] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:44, 16:27](728 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [17:49, 15:29](816 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:05, 09:52] -FAIL TO COMPARE -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [, ]( MB) - -PASS -- COMPILE 'hafs_all_intel' [12:05, 10:29] -PASS -- TEST 'hafs_regional_docn_intel' [08:03, 05:30](934 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:04, 05:34](940 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:48, 16:27](1336 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:05, 06:54] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:12, 02:08](1138 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:10, 01:19](1098 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:09, 02:04](1013 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:10, 02:05](1015 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:09, 02:05](1020 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:10, 02:07](1143 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:10, 02:09](1149 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:09, 02:03](1014 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:49, 04:58](1166 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:45, 04:54](1151 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:08, 02:07](1139 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:10, 02:57](2431 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:10, 03:03](2445 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:05, 03:01] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:14, 05:00](1072 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:05, 06:05] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:11, 02:05](1146 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:05, 00:57] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:21, 01:09](338 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:16, 01:14](562 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:18, 00:36](558 MB) - -PASS -- COMPILE 'atml_intel' [10:06, 08:12] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:07, 06:20](1629 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [08:59, 06:28](1644 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:40, 03:44](952 MB) - -PASS -- COMPILE 'atmw_intel' [11:06, 09:25] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:49, 01:34](1696 MB) - -PASS -- COMPILE 'atmwm_intel' [11:06, 09:40] -PASS -- TEST 'control_atmwav_intel' [03:42, 01:31](696 MB) - -PASS -- COMPILE 'atmaero_intel' [09:06, 07:31] -PASS -- TEST 'atmaero_control_p8_intel' [05:49, 03:34](1803 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:53, 04:20](1810 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:38, 04:32](1824 MB) - -PASS -- COMPILE 'atmaq_intel' [09:06, 07:07] - -PASS -- COMPILE 'atmaq_debug_intel' [05:05, 03:04] -PASS -- TEST 'regional_atmaq_debug_intel' [19:20, 16:27](4615 MB) - -PASS -- COMPILE 'atm_gnu' [05:06, 03:58] -PASS -- TEST 'control_c48_gnu' [11:26, 09:30](864 MB) +PASS -- COMPILE 's2swa_32bit_intel' [12:05, 10:59] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:55, 07:49](1890 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:06, 15:43] +PASS -- TEST 'cpld_control_gfsv17_intel' [16:19, 13:25](1769 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:30, 14:39](2227 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:25, 07:08](1180 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:57, 15:16](1693 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:05, 04:23] +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:12, 20:22](1732 MB) + +PASS -- COMPILE 's2swa_intel' [12:05, 10:29] +PASS -- TEST 'cpld_control_p8_intel' [09:45, 07:28](2073 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:57, 07:36](2090 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:07, 04:24](1979 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:47, 07:32](1983 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:05, 04:23](1741 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:47, 08:54](2503 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:43, 07:40](2055 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:52, 06:21](1908 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:57, 07:29](2061 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [18:42, 15:23](2808 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:26, 05:52](2920 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [15:48, 08:54](3635 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:48, 06:25](3611 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [06:49, 04:56](2028 MB) + +PASS -- COMPILE 's2sw_intel' [11:05, 09:58] +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:47, 07:03](1768 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:49, 04:04](1816 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:05, 04:58] +PASS -- TEST 'cpld_debug_p8_intel' [09:03, 06:51](2058 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:05, 04:40] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:52, 04:47](1797 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [10:05, 08:40] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:57, 04:00](1822 MB) + +PASS -- COMPILE 's2s_intel' [10:05, 08:28] +PASS -- TEST 'cpld_control_c48_intel' [09:42, 07:17](2831 MB) + +PASS -- COMPILE 's2swa_faster_intel' [14:05, 12:16] +PASS -- TEST 'cpld_control_p8_faster_intel' [10:00, 07:19](2064 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:06, 15:04] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:04, 14:10](1810 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:16, 06:42](1294 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:01, 15:11](1735 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:06, 04:07] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:52, 21:42](1768 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:06, 07:44] +PASS -- TEST 'control_flake_intel' [04:17, 02:53](714 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:18, 02:06](668 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:23, 02:27](666 MB) +PASS -- TEST 'control_latlon_intel' [04:17, 02:08](660 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:22, 02:10](656 MB) +PASS -- TEST 'control_c48_intel' [07:23, 05:45](861 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:24, 06:09](857 MB) +PASS -- TEST 'control_c192_intel' [09:38, 07:53](957 MB) +PASS -- TEST 'control_c384_intel' [11:04, 08:21](1442 MB) +PASS -- TEST 'control_c384gdas_intel' [10:46, 07:24](1523 MB) +PASS -- TEST 'control_stochy_intel' [03:16, 01:29](667 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:21, 00:51](551 MB) +PASS -- TEST 'control_lndp_intel' [03:16, 01:25](672 MB) +PASS -- TEST 'control_iovr4_intel' [04:17, 02:07](659 MB) +PASS -- TEST 'control_iovr5_intel' [04:15, 02:09](661 MB) +PASS -- TEST 'control_p8_intel' [04:47, 02:36](1646 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:03, 02:32](1628 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:59, 02:26](1641 MB) +PASS -- TEST 'control_restart_p8_intel' [04:13, 01:29](913 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:46, 02:27](1632 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:12, 01:27](983 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:47, 02:32](1627 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:59, 02:20](1735 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:37, 04:36](1632 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:52, 03:27](1705 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:51, 02:37](1659 MB) +PASS -- TEST 'merra2_thompson_intel' [05:59, 03:13](1656 MB) +PASS -- TEST 'regional_control_intel' [06:24, 04:39](955 MB) +PASS -- TEST 'regional_restart_intel' [04:29, 02:35](1106 MB) +PASS -- TEST 'regional_decomp_intel' [06:22, 05:02](946 MB) +PASS -- TEST 'regional_2threads_intel' [05:28, 03:07](923 MB) +PASS -- TEST 'regional_noquilt_intel' [06:27, 04:31](1483 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:27, 04:53](958 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:21, 04:48](967 MB) +PASS -- TEST 'regional_wofs_intel' [07:28, 05:54](2096 MB) + +PASS -- COMPILE 'rrfs_intel' [09:06, 07:41] +PASS -- TEST 'rap_control_intel' [08:51, 06:50](1193 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:55, 03:47](1442 MB) +PASS -- TEST 'rap_decomp_intel' [08:36, 07:01](1136 MB) +PASS -- TEST 'rap_2threads_intel' [08:39, 06:19](1358 MB) +PASS -- TEST 'rap_restart_intel' [05:43, 03:33](1129 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:45, 06:38](1195 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:44, 06:59](1145 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:54, 05:13](1196 MB) +PASS -- TEST 'hrrr_control_intel' [05:41, 03:30](1072 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:33, 03:31](1039 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:33, 03:23](1115 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:21, 01:54](1037 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:57, 06:36](1215 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:25, 07:57](2020 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:23, 07:41](2177 MB) + +PASS -- COMPILE 'csawmg_intel' [09:06, 07:19] +PASS -- TEST 'control_csawmg_intel' [07:27, 05:13](815 MB) +PASS -- TEST 'control_csawmgt_intel' [07:30, 05:09](839 MB) +PASS -- TEST 'control_ras_intel' [04:14, 02:55](811 MB) + +PASS -- COMPILE 'wam_intel' [08:06, 06:37] +PASS -- TEST 'control_wam_intel' [03:22, 01:49](784 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [11:06, 09:25] +PASS -- TEST 'control_p8_faster_intel' [04:55, 02:17](1655 MB) +PASS -- TEST 'regional_control_faster_intel' [06:29, 04:07](960 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:06, 03:50] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:17, 02:13](820 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:18, 02:14](824 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:13, 02:30](832 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:14, 02:18](831 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:30, 03:31](882 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [05:22, 03:21](872 MB) +PASS -- TEST 'control_ras_debug_intel' [04:14, 02:17](843 MB) +PASS -- TEST 'control_diag_debug_intel' [04:22, 02:48](888 MB) +PASS -- TEST 'control_debug_p8_intel' [04:29, 02:37](1648 MB) +PASS -- TEST 'regional_debug_intel' [16:29, 14:18](896 MB) +PASS -- TEST 'rap_control_debug_intel' [05:18, 04:02](1220 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:16, 04:04](1214 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:18, 04:11](1216 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:19, 04:05](1220 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:20, 04:07](1222 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:34, 04:27](1293 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:17, 04:18](1220 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:15, 04:16](1221 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:18, 04:15](1220 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:17, 04:08](1219 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:18, 04:03](1224 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:16, 04:03](1223 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:20, 06:33](1215 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:17, 04:00](1225 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:18, 04:54](1222 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:16, 04:03](1219 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:51, 06:47](1220 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:06, 02:42] + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:05, 06:30] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:41, 03:34](1274 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:39, 05:31](1133 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:46, 03:00](1009 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:35, 05:22](1284 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:39, 02:54](1046 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:40, 03:01](979 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:48, 04:02](1091 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:24, 01:35](952 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:06, 09:12] +PASS -- TEST 'conus13km_control_intel' [03:40, 01:52](1304 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:29, 00:42](1204 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:22, 01:04](1162 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:06, 07:22] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:32, 03:54](1091 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:06, 02:39] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:26, 03:57](1092 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:17, 03:50](1096 MB) +PASS -- TEST 'conus13km_debug_intel' [13:39, 11:33](1345 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [13:31, 11:52](1000 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [08:32, 06:36](1230 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [13:33, 11:37](1390 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:06, 02:41] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:19, 03:55](1163 MB) + +PASS -- COMPILE 'hafsw_intel' [12:06, 10:17] +PASS -- TEST 'hafs_regional_atm_intel' [08:05, 05:34](880 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:17, 05:04](1281 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:12, 06:20](953 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [17:01, 14:09](975 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:12, 15:48](1007 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:49, 05:34](608 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:18, 06:59](616 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:40, 02:48](438 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:00, 07:48](540 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:45, 03:51](620 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:44, 03:48](620 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:43, 04:46](669 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:22, 01:28](451 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:06, 03:36] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:43, 11:23](639 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [13:06, 11:21] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:50, 16:50](722 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [19:53, 17:25](815 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:06, 10:18] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [12:51, 10:27](798 MB) + +PASS -- COMPILE 'hafs_all_intel' [11:06, 09:30] +PASS -- TEST 'hafs_regional_docn_intel' [08:02, 05:25](958 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:00, 05:23](937 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:39, 16:27](1342 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [06:05, 04:50] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:12, 02:08](1147 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:11, 01:19](1103 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:10, 02:05](1010 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:10, 02:07](1011 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:10, 02:07](1015 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:10, 02:07](1149 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:10, 02:08](1147 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:10, 02:04](1023 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:49, 04:55](1152 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:49, 04:56](1152 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:09, 02:09](1139 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:10, 03:02](2380 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:10, 03:02](2380 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:05, 02:55] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:09, 05:02](1083 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:05, 06:26] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:09, 02:05](1142 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:05, 01:06] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:21, 00:56](336 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:17, 00:51](563 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:16, 00:32](560 MB) + +PASS -- COMPILE 'atml_intel' [10:06, 08:23] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:13, 06:23](1637 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [09:03, 06:15](1634 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:37, 03:12](961 MB) + +PASS -- COMPILE 'atmw_intel' [10:05, 08:48] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:47, 01:30](1706 MB) + +PASS -- COMPILE 'atmwm_intel' [10:05, 09:04] +PASS -- TEST 'control_atmwav_intel' [03:37, 01:30](707 MB) + +PASS -- COMPILE 'atmaero_intel' [09:06, 07:24] +PASS -- TEST 'atmaero_control_p8_intel' [05:49, 03:29](1785 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:55, 04:14](1799 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:47, 04:26](1826 MB) + +PASS -- COMPILE 'atmaq_intel' [08:06, 06:54] + +PASS -- COMPILE 'atmaq_debug_intel' [04:05, 02:56] +PASS -- TEST 'regional_atmaq_debug_intel' [19:24, 16:09](4588 MB) + +PASS -- COMPILE 'atm_gnu' [06:05, 04:34] +PASS -- TEST 'control_c48_gnu' [11:24, 09:51](882 MB) PASS -- TEST 'control_stochy_gnu' [04:16, 02:16](729 MB) PASS -- TEST 'control_ras_gnu' [05:13, 03:44](732 MB) -PASS -- TEST 'control_p8_gnu' [05:51, 03:38](1514 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:43, 03:39](1517 MB) -PASS -- TEST 'control_flake_gnu' [06:18, 04:23](810 MB) - -PASS -- COMPILE 'rrfs_gnu' [06:06, 04:22] -PASS -- TEST 'rap_control_gnu' [09:46, 07:48](1080 MB) -PASS -- TEST 'rap_decomp_gnu' [09:34, 07:57](1085 MB) -PASS -- TEST 'rap_2threads_gnu' [09:37, 07:19](1152 MB) -PASS -- TEST 'rap_restart_gnu' [06:52, 04:08](886 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [09:51, 07:49](1085 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [10:40, 08:14](1086 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:02, 05:50](887 MB) -PASS -- TEST 'hrrr_control_gnu' [06:28, 04:02](1072 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:43, 04:02](1138 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:30, 03:37](1044 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:28, 04:07](1073 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:14, 02:14](881 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:14, 01:59](934 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [09:49, 07:58](1083 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [09:05, 08:00] -PASS -- TEST 'control_diag_debug_gnu' [03:20, 01:14](773 MB) -PASS -- TEST 'regional_debug_gnu' [08:30, 06:28](923 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:16, 01:56](1097 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:14, 01:54](1091 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:12, 02:04](1096 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:12, 02:01](1096 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:29, 02:12](1268 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:15, 03:11](1095 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:14, 01:59](1098 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:13, 02:01](1090 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:12, 01:13](722 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:13, 01:19](723 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:28, 01:26](1505 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:20, 01:58](1102 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:18, 02:16](1101 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:46, 03:21](1104 MB) - -PASS -- COMPILE 'wam_debug_gnu' [04:05, 02:56] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [08:05, 06:06] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:32, 07:29](964 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:58, 03:56](951 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:47, 06:57](993 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:31, 03:37](876 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:47, 04:06](949 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:42, 05:35](859 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:22, 01:59](855 MB) -PASS -- TEST 'conus13km_control_gnu' [04:42, 02:35](1266 MB) -PASS -- TEST 'conus13km_2threads_gnu' [02:27, 01:01](1175 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:24, 01:28](928 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [12:07, 10:53] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:34, 04:38](988 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [10:06, 08:40] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:21, 02:01](980 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:21, 01:54](970 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:29, 05:32](1281 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:28, 05:53](955 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [05:26, 03:37](1189 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:25, 05:43](1350 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [10:06, 09:02] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:15, 02:01](1005 MB) - -PASS -- COMPILE 's2swa_gnu' [19:07, 17:50] - -PASS -- COMPILE 's2s_gnu' [18:06, 16:58] - -PASS -- COMPILE 's2swa_debug_gnu' [06:06, 04:54] - -PASS -- COMPILE 's2sw_pdlib_gnu' [17:05, 15:32] - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [07:06, 05:14] - -PASS -- COMPILE 'datm_cdeps_gnu' [16:06, 14:04] +PASS -- TEST 'control_p8_gnu' [05:49, 03:33](1515 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:44, 03:27](1514 MB) +PASS -- TEST 'control_flake_gnu' [06:13, 04:23](811 MB) + +PASS -- COMPILE 'rrfs_gnu' [06:06, 04:41] +PASS -- TEST 'rap_control_gnu' [09:42, 07:43](1086 MB) +PASS -- TEST 'rap_decomp_gnu' [09:33, 07:54](1083 MB) +PASS -- TEST 'rap_2threads_gnu' [09:31, 07:11](1123 MB) +PASS -- TEST 'rap_restart_gnu' [05:51, 04:02](885 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [10:34, 08:04](1084 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:47, 07:53](1084 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:54, 05:56](885 MB) +PASS -- TEST 'hrrr_control_gnu' [05:38, 03:58](1070 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:32, 04:04](1137 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:30, 03:39](1026 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:34, 04:08](1070 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [04:16, 02:04](884 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:18, 02:02](933 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [09:49, 07:43](1090 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [10:06, 08:06] +PASS -- TEST 'control_diag_debug_gnu' [03:23, 01:11](775 MB) +PASS -- TEST 'regional_debug_gnu' [08:27, 06:25](925 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:18, 01:56](1101 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:17, 02:05](1088 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:15, 02:05](1093 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:14, 02:03](1096 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:23, 02:08](1270 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:15, 03:11](1097 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:21, 02:10](1096 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [04:17, 02:07](1093 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:12, 01:21](729 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:12, 01:22](727 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:36, 01:19](1503 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:22, 02:02](1096 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:16, 02:09](1101 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:44, 03:14](1100 MB) + +PASS -- COMPILE 'wam_debug_gnu' [05:05, 03:20] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [08:10, 06:49] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:32, 07:26](967 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:50, 03:55](950 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:46, 06:51](969 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:38, 03:27](894 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:36, 03:50](950 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:58, 05:39](859 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:16, 02:03](856 MB) +PASS -- TEST 'conus13km_control_gnu' [04:41, 02:35](1266 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:31, 01:05](1175 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:30, 01:27](946 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [15:06, 13:45] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:30, 04:28](995 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [15:06, 13:42] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:17, 01:55](978 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:13, 01:58](973 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:33, 05:24](1279 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:29, 05:39](950 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [05:26, 03:14](1189 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:26, 05:22](1349 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [15:10, 13:49] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:15, 01:59](1005 MB) + +PASS -- COMPILE 's2swa_gnu' [18:10, 16:14] + +PASS -- COMPILE 's2s_gnu' [18:06, 16:05] + +PASS -- COMPILE 's2swa_debug_gnu' [15:10, 13:43] + +PASS -- COMPILE 's2sw_pdlib_gnu' [19:06, 17:23] + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [14:09, 12:48] + +PASS -- COMPILE 'datm_cdeps_gnu' [18:11, 16:06] SYNOPSIS: -Starting Date/Time: 20240303 11:31:58 -Ending Date/Time: 20240303 12:54:14 -Total Time: 01h:22m:37s +Starting Date/Time: 20240307 12:40:39 +Ending Date/Time: 20240307 14:01:16 +Total Time: 01h:21m:01s Compiles Completed: 53/53 -Tests Completed: 232/234 -Failed Tests: -* TEST cpld_control_c48_intel: FAIL TO COMPARE --- LOG: /work/noaa/nems/zshrader/hercules/rt-2166/tests/logs/log_hercules/rt_cpld_control_c48_intel.log -* TEST hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel: FAIL TO COMPARE --- LOG: /work/noaa/nems/zshrader/hercules/rt-2166/tests/logs/log_hercules/rt_hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_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 HERCULES REGRESSION TESTING LOG==== -====START OF HERCULES REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -2c7ba1c49ba1c7afd62dd046d760b52ebf738664 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 620e48fe75d92aa607af7e21f2d8691baddd2851 CICE-interface/CICE (CICE6.0.0-445-g620e48f) - 624920ddbd819c76ec37591c24e872308201810e CMEPS-interface/CMEPS (cmeps_v0.4.1-2304-g624920d) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 4941026c5881ed623b39934905d2e4ecd9907b8a FV3 (heads/develop) - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 2ab885eddfc47fc0c8c0bae46bc61531104428d5 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10029-g2ab885edd) - 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) - 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) - a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) - - -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-20240301 -COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_2192570 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 'hafs_mom6w_intel' [11:06, 09:53] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:42, 09:51](789 MB) - -PASS -- COMPILE 's2s_intel' [10:06, 08:16] -PASS -- TEST 'cpld_control_c48_intel' [09:30, 07:18](2836 MB) - -SYNOPSIS: -Starting Date/Time: 20240303 14:45:41 -Ending Date/Time: 20240303 15:09:49 -Total Time: 00h:24m:08s -Compiles Completed: 2/2 -Tests Completed: 2/2 +Tests Completed: 234/234 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index 76df10deef..212c002f65 100644 --- a/tests/logs/RegressionTests_jet.log +++ b/tests/logs/RegressionTests_jet.log @@ -1,18 +1,18 @@ ====START OF JET REGRESSION TESTING LOG==== UFSWM hash used in testing: -2c7ba1c49ba1c7afd62dd046d760b52ebf738664 +d4bf6f3ada023864cca106d27994f69b90edba87 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) 620e48fe75d92aa607af7e21f2d8691baddd2851 CICE-interface/CICE (CICE6.0.0-445-g620e48f) - 624920ddbd819c76ec37591c24e872308201810e CMEPS-interface/CMEPS (cmeps_v0.4.1-1411-g624920d) + 624920ddbd819c76ec37591c24e872308201810e CMEPS-interface/CMEPS (cmeps_v0.4.1-2304-g624920d) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 4941026c5881ed623b39934905d2e4ecd9907b8a FV3 (heads/develop) + cc8a4167094b3c2059271ec4c6dd64e3a8aa90ef FV3 (remotes/origin/bugfix/wetness) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 2ab885eddfc47fc0c8c0bae46bc61531104428d5 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10029-g2ab885edd) + 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) @@ -25,244 +25,244 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240301 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_130416 +COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_3482337 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [29:18, 28:00] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [45:15, 05:19](1756 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [46:27, 40:28] -PASS -- TEST 'cpld_control_gfsv17_intel' [24:59, 16:18](1635 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [35:47, 16:38](1847 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [25:37, 07:38](977 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [09:13, 18:13](1609 MB) - -PASS -- COMPILE 's2swa_intel' [35:21, 28:15] -PASS -- TEST 'cpld_control_p8_intel' [19:22, 05:58](1798 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [25:38, 06:00](1798 MB) -PASS -- TEST 'cpld_restart_p8_intel' [24:32, 03:27](1690 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [07:04, 06:23](1822 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [36:03, 03:37](1693 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [50:05, 05:44](2189 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [00:53, 06:16](1792 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [54:52, 05:02](1751 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:28, 06:06](1801 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [31:26, 05:39](1746 MB) - -PASS -- COMPILE 's2sw_intel' [34:20, 26:56] -PASS -- TEST 'cpld_control_noaero_p8_intel' [44:50, 04:25](1635 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [19:11, 04:45](1663 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:09, 04:45] -PASS -- TEST 'cpld_debug_p8_intel' [57:40, 11:23](1791 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:08, 04:15] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [56:58, 05:45](1650 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [25:16, 24:00] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [33:48, 04:38](1689 MB) - -PASS -- COMPILE 's2s_intel' [27:19, 24:17] -PASS -- TEST 'cpld_control_c48_intel' [15:25, 09:16](2797 MB) - -PASS -- COMPILE 's2swa_faster_intel' [05:32, 03:19] -PASS -- TEST 'cpld_control_p8_faster_intel' [31:42, 06:09](1807 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [41:24, 38:55] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [55:33, 17:13](1658 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [25:04, 07:57](1025 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [34:41, 19:05](1635 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:08, 04:07] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [51:27, 24:51](1671 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [42:25, 25:36] -PASS -- TEST 'control_flake_intel' [41:14, 03:59](647 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [38:14, 02:34](591 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [38:23, 02:38](598 MB) -PASS -- TEST 'control_latlon_intel' [39:28, 02:38](582 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [38:19, 02:28](589 MB) -PASS -- TEST 'control_c48_intel' [09:41, 07:32](843 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [11:42, 07:20](845 MB) -PASS -- TEST 'control_c192_intel' [39:29, 09:41](717 MB) -PASS -- TEST 'control_c384_intel' [46:28, 11:54](893 MB) -PASS -- TEST 'control_c384gdas_intel' [36:13, 10:36](1011 MB) -PASS -- TEST 'control_stochy_intel' [18:04, 01:37](582 MB) -PASS -- TEST 'control_stochy_restart_intel' [18:37, 00:59](426 MB) -PASS -- TEST 'control_lndp_intel' [14:01, 01:33](596 MB) -PASS -- TEST 'control_iovr4_intel' [11:03, 02:28](585 MB) -PASS -- TEST 'control_iovr5_intel' [46:50, 02:26](593 MB) -PASS -- TEST 'control_p8_intel' [30:00, 02:59](1553 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [24:29, 02:58](1559 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [23:43, 02:52](1558 MB) -PASS -- TEST 'control_restart_p8_intel' [16:21, 01:35](811 MB) -PASS -- TEST 'control_noqr_p8_intel' [23:21, 02:52](1551 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [19:28, 01:34](829 MB) -PASS -- TEST 'control_decomp_p8_intel' [23:17, 03:02](1544 MB) -PASS -- TEST 'control_2threads_p8_intel' [23:16, 02:45](1644 MB) -PASS -- TEST 'control_p8_lndp_intel' [25:20, 05:13](1561 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [27:09, 03:56](1615 MB) -PASS -- TEST 'control_p8_mynn_intel' [23:52, 03:01](1561 MB) -PASS -- TEST 'merra2_thompson_intel' [25:00, 03:27](1569 MB) -PASS -- TEST 'regional_control_intel' [07:46, 05:16](752 MB) -PASS -- TEST 'regional_restart_intel' [15:46, 02:52](925 MB) -PASS -- TEST 'regional_decomp_intel' [08:12, 05:38](752 MB) -PASS -- TEST 'regional_2threads_intel' [21:46, 03:19](745 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [22:53, 05:19](760 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [17:49, 05:20](755 MB) - -PASS -- COMPILE 'rrfs_intel' [40:21, 24:28] -PASS -- TEST 'rap_control_intel' [35:44, 07:53](965 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [44:18, 04:44](1201 MB) -PASS -- TEST 'rap_decomp_intel' [35:44, 08:18](968 MB) -PASS -- TEST 'rap_2threads_intel' [35:21, 07:24](1062 MB) -PASS -- TEST 'rap_restart_intel' [22:44, 03:57](978 MB) -PASS -- TEST 'rap_sfcdiff_intel' [35:51, 07:50](969 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [35:51, 08:06](960 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [24:53, 05:45](985 MB) -PASS -- TEST 'hrrr_control_intel' [40:32, 04:06](969 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [40:32, 04:18](959 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [40:32, 03:53](1048 MB) -PASS -- TEST 'hrrr_control_restart_intel' [17:37, 02:09](904 MB) -PASS -- TEST 'rrfs_v1beta_intel' [36:23, 07:48](962 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [36:15, 09:25](1925 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [36:15, 09:05](1924 MB) - -PASS -- COMPILE 'csawmg_intel' [43:25, 23:22] -PASS -- TEST 'control_csawmg_intel' [21:01, 06:04](682 MB) -PASS -- TEST 'control_csawmgt_intel' [19:03, 05:59](687 MB) -PASS -- TEST 'control_ras_intel' [20:32, 03:23](659 MB) - -PASS -- COMPILE 'wam_intel' [28:16, 21:30] -PASS -- TEST 'control_wam_intel' [17:30, 02:07](492 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [25:19, 23:07] -PASS -- TEST 'control_p8_faster_intel' [18:53, 02:41](1555 MB) -PASS -- TEST 'regional_control_faster_intel' [20:00, 04:54](750 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:09, 05:12] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [16:37, 02:41](756 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [16:37, 02:39](753 MB) -PASS -- TEST 'control_stochy_debug_intel' [17:33, 02:55](754 MB) -PASS -- TEST 'control_lndp_debug_intel' [17:29, 02:38](755 MB) -PASS -- TEST 'control_csawmg_debug_intel' [19:48, 04:00](807 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [20:54, 03:59](802 MB) -PASS -- TEST 'control_ras_debug_intel' [19:28, 02:40](768 MB) -PASS -- TEST 'control_diag_debug_intel' [19:48, 02:48](804 MB) -PASS -- TEST 'control_debug_p8_intel' [20:02, 02:51](1571 MB) -PASS -- TEST 'regional_debug_intel' [31:59, 16:56](767 MB) -PASS -- TEST 'rap_control_debug_intel' [21:34, 04:49](1139 MB) -PASS -- TEST 'hrrr_control_debug_intel' [20:29, 04:44](1137 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [21:30, 04:47](1135 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [21:35, 04:50](1131 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [22:33, 04:51](1139 MB) -PASS -- TEST 'rap_diag_debug_intel' [22:45, 05:09](1224 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [20:39, 05:01](1134 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [18:31, 04:53](1139 MB) -PASS -- TEST 'rap_lndp_debug_intel' [18:31, 05:09](1147 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [19:33, 04:50](1141 MB) -PASS -- TEST 'rap_noah_debug_intel' [18:33, 04:43](1134 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [19:35, 04:50](1142 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [22:34, 07:49](1132 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [18:35, 04:49](1125 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [21:39, 05:50](1140 MB) -PASS -- TEST 'rap_flake_debug_intel' [19:34, 04:52](1149 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [24:49, 08:12](1142 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:07, 03:05] -PASS -- TEST 'control_wam_debug_intel' [19:31, 04:48](429 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [23:15, 21:31] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [22:23, 04:00](1057 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [24:35, 06:23](897 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [22:11, 03:23](865 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [22:13, 06:06](937 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [23:28, 03:06](895 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [23:21, 03:33](841 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [52:56, 04:50](885 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [38:49, 01:53](830 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [32:19, 30:16] -PASS -- TEST 'conus13km_control_intel' [23:19, 02:11](1091 MB) -PASS -- TEST 'conus13km_2threads_intel' [45:18, 01:06](1043 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [46:12, 01:10](1010 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [27:16, 22:32] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [23:03, 04:22](902 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [18:13, 03:28] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [24:36, 04:44](1024 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [24:37, 04:41](1015 MB) -PASS -- TEST 'conus13km_debug_intel' [33:12, 14:06](1127 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [34:03, 14:21](852 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [30:01, 08:01](1077 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [48:10, 13:43](1202 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [11:10, 03:13] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [23:34, 04:47](1047 MB) - -PASS -- COMPILE 'hafsw_intel' [27:17, 25:39] -PASS -- TEST 'hafs_regional_atm_intel' [33:39, 05:48](712 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [36:48, 05:52](1071 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [41:10, 07:42](765 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [48:49, 13:17](788 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [54:00, 15:15](818 MB) -PASS -- TEST 'gnv1_nested_intel' [52:00, 04:27](763 MB) - -PASS -- COMPILE 'hafs_all_intel' [27:16, 23:05] -PASS -- TEST 'hafs_regional_docn_intel' [57:52, 06:39](759 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [56:53, 06:46](757 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [18:14, 06:49] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:21, 02:40](1032 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [14:27, 01:41](1006 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [07:21, 02:40](907 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [09:20, 02:37](916 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [09:21, 02:40](907 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [12:22, 02:44](1041 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [17:24, 02:40](1038 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [15:23, 02:34](912 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [49:39, 06:38](881 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [54:37, 07:14](828 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [44:36, 02:39](1036 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:21, 04:01](2341 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [43:38, 04:04](2399 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [17:13, 03:01] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [47:41, 06:08](982 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [30:18, 06:44] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [45:39, 02:43](1038 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [22:16, 01:21] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [45:07, 01:05](226 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [44:54, 01:04](247 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [08:36, 00:37](249 MB) - -PASS -- COMPILE 'atml_intel' [44:23, 24:56] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [52:28, 08:20](1577 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [53:22, 09:16](1580 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:08, 04:07](853 MB) - -PASS -- COMPILE 'atmw_intel' [54:30, 22:52] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [45:02, 01:46](1577 MB) - -PASS -- COMPILE 'atmwm_intel' [01:31, 22:39] -PASS -- TEST 'control_atmwav_intel' [44:42, 01:39](599 MB) - -PASS -- COMPILE 'atmaero_intel' [52:25, 22:19] -PASS -- TEST 'atmaero_control_p8_intel' [48:01, 04:17](1649 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [46:59, 04:57](1703 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [45:38, 05:10](1711 MB) +PASS -- COMPILE 's2swa_32bit_intel' [39:17, 37:43] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:41, 06:56](1791 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [50:22, 49:10] +PASS -- TEST 'cpld_control_gfsv17_intel' [24:02, 20:47](1648 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:17, 22:16](1878 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [14:20, 10:27](998 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:28, 23:50](1623 MB) + +PASS -- COMPILE 's2swa_intel' [38:16, 36:56] +PASS -- TEST 'cpld_control_p8_intel' [13:24, 07:39](1831 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:42, 07:50](1813 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:23, 04:26](1705 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [12:23, 07:30](1867 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:45, 04:39](1729 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:19, 07:01](2263 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [13:24, 07:43](1813 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [10:45, 06:37](1789 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:45, 07:55](1820 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [14:36, 07:19](1798 MB) + +PASS -- COMPILE 's2sw_intel' [37:16, 35:54] +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:12, 06:00](1657 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:25, 05:48](1706 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:07, 05:03] +PASS -- TEST 'cpld_debug_p8_intel' [13:43, 10:47](1854 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:07, 04:45] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:08, 07:23](1677 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [33:15, 32:01] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:22, 05:48](1707 MB) + +PASS -- COMPILE 's2s_intel' [33:17, 32:02] +PASS -- TEST 'cpld_control_c48_intel' [15:01, 12:40](2795 MB) + +PASS -- COMPILE 's2swa_faster_intel' [34:41, 33:07] +PASS -- TEST 'cpld_control_p8_faster_intel' [10:38, 07:08](1831 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [51:24, 47:24] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:18, 21:04](1679 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:31, 10:36](1034 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [27:14, 24:19](1659 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:07, 04:49] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [35:28, 32:17](1692 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [36:19, 34:35] +PASS -- TEST 'control_flake_intel' [06:28, 04:24](649 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [06:28, 04:05](601 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:33, 03:49](601 MB) +PASS -- TEST 'control_latlon_intel' [05:25, 03:19](595 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:34, 03:25](595 MB) +PASS -- TEST 'control_c48_intel' [11:36, 10:07](840 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [12:37, 10:10](843 MB) +PASS -- TEST 'control_c192_intel' [14:47, 12:27](730 MB) +PASS -- TEST 'control_c384_intel' [19:37, 16:26](892 MB) +PASS -- TEST 'control_c384gdas_intel' [18:10, 14:07](1015 MB) +PASS -- TEST 'control_stochy_intel' [04:25, 02:15](599 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:21, 01:18](432 MB) +PASS -- TEST 'control_lndp_intel' [04:25, 02:15](608 MB) +PASS -- TEST 'control_iovr4_intel' [05:29, 03:21](597 MB) +PASS -- TEST 'control_iovr5_intel' [05:28, 03:23](601 MB) +PASS -- TEST 'control_p8_intel' [07:17, 04:11](1575 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:30, 04:12](1574 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:47, 03:52](1575 MB) +PASS -- TEST 'control_restart_p8_intel' [05:17, 02:10](813 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:26, 04:11](1565 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:08, 02:07](843 MB) +PASS -- TEST 'control_decomp_p8_intel' [07:22, 04:07](1564 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:35, 03:58](1663 MB) +PASS -- TEST 'control_p8_lndp_intel' [10:03, 07:15](1575 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:46, 05:19](1638 MB) +PASS -- TEST 'control_p8_mynn_intel' [07:44, 04:03](1580 MB) +PASS -- TEST 'merra2_thompson_intel' [08:01, 04:45](1581 MB) +PASS -- TEST 'regional_control_intel' [09:53, 07:10](763 MB) +PASS -- TEST 'regional_restart_intel' [05:37, 03:50](935 MB) +PASS -- TEST 'regional_decomp_intel' [09:53, 07:43](760 MB) +PASS -- TEST 'regional_2threads_intel' [06:53, 04:36](758 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [09:53, 07:06](770 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [09:34, 07:07](760 MB) + +PASS -- COMPILE 'rrfs_intel' [34:16, 32:41] +PASS -- TEST 'rap_control_intel' [12:59, 10:07](993 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:06, 05:43](1213 MB) +PASS -- TEST 'rap_decomp_intel' [12:56, 10:36](987 MB) +PASS -- TEST 'rap_2threads_intel' [12:32, 09:44](1085 MB) +PASS -- TEST 'rap_restart_intel' [08:26, 05:18](995 MB) +PASS -- TEST 'rap_sfcdiff_intel' [12:31, 10:05](989 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:14, 10:47](981 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [10:28, 07:37](999 MB) +PASS -- TEST 'hrrr_control_intel' [07:55, 05:14](986 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:54, 05:22](984 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:28, 04:47](1054 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:21, 02:55](914 MB) +PASS -- TEST 'rrfs_v1beta_intel' [12:19, 10:01](988 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [14:28, 12:22](1946 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:26, 11:59](1937 MB) + +PASS -- COMPILE 'csawmg_intel' [32:16, 31:08] +PASS -- TEST 'control_csawmg_intel' [09:47, 07:55](691 MB) +PASS -- TEST 'control_csawmgt_intel' [09:48, 07:49](696 MB) +PASS -- TEST 'control_ras_intel' [06:23, 04:22](670 MB) + +PASS -- COMPILE 'wam_intel' [31:17, 29:58] +PASS -- TEST 'control_wam_intel' [04:18, 02:42](495 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [33:16, 31:48] +PASS -- TEST 'control_p8_faster_intel' [06:30, 03:45](1582 MB) +PASS -- TEST 'regional_control_faster_intel' [08:39, 06:37](762 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:07, 05:44] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:23, 03:21](767 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:29, 03:22](767 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:21, 03:45](780 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:21, 03:23](770 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:42, 05:17](811 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [07:41, 05:10](814 MB) +PASS -- TEST 'control_ras_debug_intel' [05:20, 03:28](776 MB) +PASS -- TEST 'control_diag_debug_intel' [05:32, 03:29](826 MB) +PASS -- TEST 'control_debug_p8_intel' [05:43, 03:37](1606 MB) +PASS -- TEST 'regional_debug_intel' [23:50, 21:41](783 MB) +PASS -- TEST 'rap_control_debug_intel' [07:25, 06:00](1156 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:23, 05:53](1149 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:22, 05:59](1150 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:19, 06:01](1154 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:18, 06:00](1154 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:36, 06:23](1242 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:26, 06:08](1155 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:20, 06:07](1156 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:24, 06:04](1154 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:23, 06:04](1159 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:24, 06:04](1155 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:24, 06:01](1155 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:22, 09:50](1153 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:21, 05:58](1152 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [09:22, 07:24](1159 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:22, 06:03](1155 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:32, 10:23](1168 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:07, 03:45] +PASS -- TEST 'control_wam_debug_intel' [08:21, 06:11](443 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:17, 30:06] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:04, 05:08](1075 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:54, 08:17](901 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:04, 04:25](864 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:25, 07:53](951 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:45, 04:01](910 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:05, 04:39](853 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:26, 06:17](907 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:21, 02:22](847 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [44:20, 42:33] +PASS -- TEST 'conus13km_control_intel' [04:59, 02:57](1106 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:43, 01:25](1055 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:42, 01:35](1026 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [32:16, 30:23] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:43, 05:33](903 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:09, 04:10] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:21, 05:55](1030 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:20, 05:49](1034 MB) +PASS -- TEST 'conus13km_debug_intel' [21:04, 18:25](1148 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [21:05, 18:32](854 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [12:54, 10:38](1090 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:59, 18:20](1208 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:07, 03:46] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:24, 06:05](1071 MB) + +PASS -- COMPILE 'hafsw_intel' [36:17, 34:53] +PASS -- TEST 'hafs_regional_atm_intel' [10:19, 07:10](714 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:26, 06:35](1083 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:35, 09:33](767 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [19:25, 16:23](804 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [21:38, 18:24](824 MB) +PASS -- TEST 'gnv1_nested_intel' [08:04, 05:47](774 MB) + +PASS -- COMPILE 'hafs_all_intel' [33:15, 31:36] +PASS -- TEST 'hafs_regional_docn_intel' [11:23, 08:45](768 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:24, 08:44](757 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:08, 08:05] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:19, 03:36](1058 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:17, 02:15](1032 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:19, 03:31](920 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:19, 03:37](927 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:19, 03:31](922 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:19, 03:38](1076 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:19, 03:37](1061 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:19, 03:34](930 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:14, 07:50](885 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:14, 07:44](840 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:17, 03:35](1068 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:19, 04:57](2402 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:20, 05:03](2400 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:08, 03:13] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:16, 08:03](993 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:08, 07:59] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:15, 03:36](1057 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:06, 01:52] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:27, 01:38](227 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:22, 01:28](257 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:23, 00:49](248 MB) + +PASS -- COMPILE 'atml_intel' [40:18, 38:37] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:38, 09:06](1598 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [11:39, 08:46](1597 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:40, 04:16](874 MB) + +PASS -- COMPILE 'atmw_intel' [33:18, 31:29] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:32, 02:20](1591 MB) + +PASS -- COMPILE 'atmwm_intel' [33:19, 31:31] +PASS -- TEST 'control_atmwav_intel' [05:13, 02:18](610 MB) + +PASS -- COMPILE 'atmaero_intel' [32:18, 30:57] +PASS -- TEST 'atmaero_control_p8_intel' [08:23, 05:16](1699 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:28, 06:23](1720 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:12, 06:40](1730 MB) SYNOPSIS: -Starting Date/Time: 20240303 20:22:32 -Ending Date/Time: 20240304 01:40:10 -Total Time: 05h:18m:04s +Starting Date/Time: 20240308 14:58:48 +Ending Date/Time: 20240308 18:29:17 +Total Time: 03h:31m:04s Compiles Completed: 33/33 Tests Completed: 161/161 diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 964e86ffe5..f82c2e41f7 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,18 +1,41 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -2c7ba1c49ba1c7afd62dd046d760b52ebf738664 +6865423137e59e6b2343fada23bfe5582e2fedfa Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) 620e48fe75d92aa607af7e21f2d8691baddd2851 CICE-interface/CICE (CICE6.0.0-445-g620e48f) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 624920ddbd819c76ec37591c24e872308201810e CMEPS-interface/CMEPS (cmeps_v0.4.1-2304-g624920d) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 4941026c5881ed623b39934905d2e4ecd9907b8a FV3 (heads/develop) + cc8a4167094b3c2059271ec4c6dd64e3a8aa90ef FV3 (remotes/origin/bugfix/wetness) + 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) + c315e47876057228ee105b348b8653f40836dbbb FV3/ccpp/framework (v0.1.0-1371-gc315e47) + cc114f40bef4ca8d19ccd739cbaec3fc829a607c FV3/ccpp/physics (EP4-682-gcc114f40) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 945cb2cef5e8bd5949afd4f0fc35c4fb6e95a1bf FV3/upp (upp_v10.2.0-159-g945cb2c) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-a9828705b587c451fc2a7267d1c374d737be425b FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 2ab885eddfc47fc0c8c0bae46bc61531104428d5 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10029-g2ab885edd) + 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) + 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) + a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) + 620e48fe75d92aa607af7e21f2d8691baddd2851 CICE-interface/CICE (CICE6.0.0-445-g620e48f) + 624920ddbd819c76ec37591c24e872308201810e CMEPS-interface/CMEPS (cmeps_v0.4.1-2304-g624920d) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + cc8a4167094b3c2059271ec4c6dd64e3a8aa90ef FV3 (remotes/origin/bugfix/wetness) + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) @@ -25,284 +48,284 @@ 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-20240301 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_174810 +COMPARISON DIRECTORY: /work/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/rt_11060 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [17:07, 14:33] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [02:10, 05:08](3184 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:07, 18:36] -PASS -- TEST 'cpld_control_gfsv17_intel' [00:15, 16:18](1744 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:58, 17:20](2021 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:56, 08:06](1117 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [02:17, 18:24](1645 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:06, 04:48] -PASS -- TEST 'cpld_debug_gfsv17_intel' [49:43, 23:07](1697 MB) - -PASS -- COMPILE 's2swa_intel' [17:07, 14:36] -PASS -- TEST 'cpld_control_p8_intel' [01:59, 05:44](3208 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [43:15, 05:41](3210 MB) -PASS -- TEST 'cpld_restart_p8_intel' [52:00, 03:22](3253 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [01:59, 05:44](3236 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [52:01, 03:33](3203 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [03:04, 06:07](3552 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [01:59, 05:39](3204 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [55:55, 04:43](3070 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [02:09, 05:38](3207 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [07:09, 09:52](3342 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [51:23, 06:13](3627 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [11:45, 11:04](4166 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [50:44, 07:18](4296 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [02:01, 05:24](3170 MB) - -PASS -- COMPILE 's2sw_intel' [17:07, 15:09] -PASS -- TEST 'cpld_control_noaero_p8_intel' [00:39, 04:24](1737 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [00:59, 04:19](1780 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:07, 05:09] -PASS -- TEST 'cpld_debug_p8_intel' [59:26, 08:25](3242 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:06, 05:01] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [57:08, 05:53](1748 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [15:07, 12:54] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [47:19, 04:21](1778 MB) - -PASS -- COMPILE 's2s_intel' [16:12, 13:25] +PASS -- COMPILE 's2swa_32bit_intel' [17:08, 15:39] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:01, 05:21](3182 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:10, 21:30] +PASS -- TEST 'cpld_control_gfsv17_intel' [20:18, 16:26](1747 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:08, 17:16](2025 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:05, 08:07](1063 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:58, 18:37](1649 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:07, 06:23] +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:52, 22:49](1690 MB) + +PASS -- COMPILE 's2swa_intel' [17:08, 15:35] +PASS -- TEST 'cpld_control_p8_intel' [08:40, 05:44](3208 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:02, 05:45](3206 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:06, 03:33](3254 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:40, 05:46](3237 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:03, 03:21](3273 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:57, 06:11](3558 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:40, 05:45](3204 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:56, 04:46](3068 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:03, 05:49](3213 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [15:01, 09:54](3345 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [11:32, 06:12](3623 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [24:42, 11:41](4114 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:50, 06:54](4353 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:52, 05:20](3175 MB) + +PASS -- COMPILE 's2sw_intel' [16:08, 14:31] +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:30, 04:30](1736 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:53, 04:25](1778 MB) + +PASS -- COMPILE 's2swa_debug_intel' [08:07, 06:22] +PASS -- TEST 'cpld_debug_p8_intel' [12:35, 08:36](3240 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:07, 05:27] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:21, 06:10](1752 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [15:08, 13:40] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:35, 04:21](1778 MB) + +PASS -- COMPILE 's2s_intel' [15:08, 13:30] FAIL TO COMPARE -- TEST 'cpld_control_c48_intel' [, ]( MB) -PASS -- COMPILE 's2swa_faster_intel' [22:12, 19:31] -PASS -- TEST 'cpld_control_p8_faster_intel' [28:42, 05:29](3212 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [24:07, 19:16] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [25:44, 16:32](1768 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [31:25, 08:23](1172 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [42:11, 18:32](1674 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [10:11, 04:55] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [11:12, 24:28](1719 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [19:06, 13:24] -PASS -- TEST 'control_flake_intel' [42:52, 03:41](649 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [39:49, 02:27](648 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [41:53, 02:38](654 MB) -PASS -- TEST 'control_latlon_intel' [41:47, 02:40](599 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [39:55, 02:31](650 MB) -PASS -- TEST 'control_c48_intel' [47:32, 06:01](875 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [47:28, 06:01](862 MB) -PASS -- TEST 'control_c192_intel' [12:10, 09:04](857 MB) -PASS -- TEST 'control_c384_intel' [11:55, 10:13](1240 MB) -PASS -- TEST 'control_c384gdas_intel' [10:13, 08:55](1355 MB) -PASS -- TEST 'control_stochy_intel' [54:40, 01:44](655 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:18, 01:09](479 MB) -PASS -- TEST 'control_lndp_intel' [53:35, 01:38](654 MB) -PASS -- TEST 'control_iovr4_intel' [54:41, 02:31](652 MB) -PASS -- TEST 'control_iovr5_intel' [50:41, 02:33](653 MB) -PASS -- TEST 'control_p8_intel' [51:27, 03:03](1626 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [51:31, 03:08](1586 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [51:53, 02:55](1634 MB) -PASS -- TEST 'control_restart_p8_intel' [11:07, 01:48](894 MB) -PASS -- TEST 'control_noqr_p8_intel' [51:24, 02:56](1617 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:04, 01:39](929 MB) -PASS -- TEST 'control_decomp_p8_intel' [51:21, 03:01](1612 MB) -PASS -- TEST 'control_2threads_p8_intel' [50:18, 03:05](1723 MB) -PASS -- TEST 'control_p8_lndp_intel' [51:59, 05:15](1630 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [12:28, 04:03](1686 MB) -PASS -- TEST 'control_p8_mynn_intel' [20:24, 03:03](1635 MB) -PASS -- TEST 'merra2_thompson_intel' [06:22, 03:35](1635 MB) -PASS -- TEST 'regional_control_intel' [07:32, 05:06](858 MB) -PASS -- TEST 'regional_restart_intel' [04:32, 02:49](1023 MB) -PASS -- TEST 'regional_decomp_intel' [07:27, 05:30](852 MB) -PASS -- TEST 'regional_2threads_intel' [05:28, 03:42](845 MB) -PASS -- TEST 'regional_noquilt_intel' [06:30, 05:03](1364 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:37, 05:03](861 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:31, 05:09](858 MB) -PASS -- TEST 'regional_wofs_intel' [08:29, 06:38](1925 MB) - -PASS -- COMPILE 'rrfs_intel' [15:06, 12:25] -PASS -- TEST 'rap_control_intel' [10:18, 07:44](1072 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:54, 04:45](1298 MB) -PASS -- TEST 'rap_decomp_intel' [10:53, 08:10](1023 MB) -PASS -- TEST 'rap_2threads_intel' [10:18, 07:55](1171 MB) -PASS -- TEST 'rap_restart_intel' [06:08, 04:03](1064 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:21, 07:43](1092 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:12, 08:08](1028 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:26, 05:52](1129 MB) -PASS -- TEST 'hrrr_control_intel' [06:00, 04:00](1042 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:14, 04:10](1019 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:48, 03:24](1120 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:19, 02:14](968 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:16, 07:42](1096 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:23, 09:15](1991 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:23, 08:52](2077 MB) - -PASS -- COMPILE 'csawmg_intel' [18:06, 11:47] -PASS -- TEST 'control_csawmg_intel' [07:40, 05:50](745 MB) -PASS -- TEST 'control_csawmgt_intel' [07:43, 05:45](749 MB) -PASS -- TEST 'control_ras_intel' [05:18, 03:21](742 MB) - -PASS -- COMPILE 'wam_intel' [16:06, 10:19] -PASS -- TEST 'control_wam_intel' [04:18, 02:08](659 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [17:06, 11:52] -PASS -- TEST 'control_p8_faster_intel' [05:28, 02:39](1632 MB) -PASS -- TEST 'regional_control_faster_intel' [06:46, 04:37](852 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [10:06, 04:36] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:28, 02:46](815 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:25, 02:43](811 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:17, 03:02](814 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:20, 02:49](814 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:34, 04:11](869 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [06:35, 04:16](862 MB) -PASS -- TEST 'control_ras_debug_intel' [04:18, 02:46](829 MB) -PASS -- TEST 'control_diag_debug_intel' [04:23, 02:56](872 MB) -PASS -- TEST 'control_debug_p8_intel' [04:44, 02:58](1633 MB) -PASS -- TEST 'regional_debug_intel' [18:40, 16:46](844 MB) -PASS -- TEST 'rap_control_debug_intel' [06:21, 04:50](1200 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:25, 04:55](1195 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:21, 04:47](1212 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:24, 04:50](1196 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:23, 04:48](1206 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:37, 05:12](1287 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:26, 05:39](1158 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:22, 04:54](1201 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:23, 05:02](1210 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:21, 04:57](1197 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:26, 04:45](1208 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:22, 04:40](1199 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:20, 08:03](1204 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:20, 05:04](1198 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:21, 06:00](1206 MB) -PASS -- TEST 'rap_flake_debug_intel' [42:23, 05:07](1206 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [31:27, 08:29](1206 MB) - -PASS -- COMPILE 'wam_debug_intel' [08:06, 03:09] -PASS -- TEST 'control_wam_debug_intel' [43:41, 04:56](511 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [17:12, 11:14] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [27:04, 04:30](1168 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [29:22, 06:26](1049 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [26:02, 03:28](995 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [28:54, 06:44](1086 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [25:21, 03:04](967 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [24:00, 03:41](933 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [18:48, 04:55](1031 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [43:23, 01:56](932 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [18:06, 13:02] -PASS -- TEST 'conus13km_control_intel' [21:59, 02:08](1201 MB) -PASS -- TEST 'conus13km_2threads_intel' [16:01, 01:06](1127 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [07:53, 01:22](1109 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:06, 11:20] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [23:51, 04:27](938 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:05, 03:35] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [23:32, 05:07](1024 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [22:25, 04:55](1078 MB) -PASS -- TEST 'conus13km_debug_intel' [31:55, 14:19](1229 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [17:03, 14:08](928 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:55, 08:26](1152 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:58, 14:15](1294 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:05, 03:48] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:37, 05:02](1119 MB) - -PASS -- COMPILE 'hafsw_intel' [15:06, 12:23] -PASS -- TEST 'hafs_regional_atm_intel' [23:18, 05:34](741 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:42, 06:01](1123 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [34:32, 07:01](782 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [40:22, 12:51](868 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [39:29, 14:34](883 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [39:35, 06:10](504 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:29, 07:26](518 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [23:59, 03:13](370 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [07:36, 08:04](484 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [30:18, 04:15](532 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [25:14, 04:01](532 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [30:57, 05:22](588 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [15:44, 01:41](406 MB) -PASS -- TEST 'gnv1_nested_intel' [06:50, 04:31](805 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [10:06, 03:58] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [26:12, 12:59](568 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [17:06, 13:00] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [23:13, 09:33](669 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [22:18, 09:33](741 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [17:07, 13:25] +PASS -- COMPILE 's2swa_faster_intel' [22:09, 20:05] +PASS -- TEST 'cpld_control_p8_faster_intel' [08:44, 05:41](3209 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [19:07, 17:08] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:20, 16:34](1774 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:36, 08:01](1175 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:24, 18:28](1679 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:06, 04:45] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:08, 24:45](1714 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [14:07, 12:28] +PASS -- TEST 'control_flake_intel' [06:24, 03:52](697 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:25, 02:39](655 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:34, 02:44](659 MB) +PASS -- TEST 'control_latlon_intel' [05:25, 02:47](652 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:30, 02:57](649 MB) +PASS -- TEST 'control_c48_intel' [08:28, 06:09](876 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:42, 06:03](872 MB) +PASS -- TEST 'control_c192_intel' [11:37, 09:30](858 MB) +PASS -- TEST 'control_c384_intel' [14:46, 10:31](1246 MB) +PASS -- TEST 'control_c384gdas_intel' [14:12, 09:50](1358 MB) +PASS -- TEST 'control_stochy_intel' [04:24, 01:58](658 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:23, 01:00](503 MB) +PASS -- TEST 'control_lndp_intel' [04:24, 01:50](656 MB) +PASS -- TEST 'control_iovr4_intel' [05:29, 02:50](646 MB) +PASS -- TEST 'control_iovr5_intel' [05:29, 02:32](648 MB) +PASS -- TEST 'control_p8_intel' [06:24, 02:57](1632 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:30, 03:08](1632 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:46, 02:53](1634 MB) +PASS -- TEST 'control_restart_p8_intel' [04:29, 01:36](893 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:18, 02:53](1620 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:29, 01:38](934 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:15, 03:04](1620 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:21, 03:01](1718 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:49, 05:16](1636 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:37, 03:58](1698 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:30, 03:01](1640 MB) +PASS -- TEST 'merra2_thompson_intel' [07:48, 03:27](1633 MB) +PASS -- TEST 'regional_control_intel' [07:41, 05:12](858 MB) +PASS -- TEST 'regional_restart_intel' [05:47, 02:43](1024 MB) +PASS -- TEST 'regional_decomp_intel' [07:40, 05:35](850 MB) +PASS -- TEST 'regional_2threads_intel' [06:30, 03:41](848 MB) +PASS -- TEST 'regional_noquilt_intel' [07:41, 05:10](1370 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:43, 05:09](855 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:42, 05:07](857 MB) +PASS -- TEST 'regional_wofs_intel' [09:39, 06:40](1921 MB) + +PASS -- COMPILE 'rrfs_intel' [13:07, 12:03] +PASS -- TEST 'rap_control_intel' [11:34, 07:42](1101 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:00, 04:40](1299 MB) +PASS -- TEST 'rap_decomp_intel' [11:09, 08:08](1035 MB) +PASS -- TEST 'rap_2threads_intel' [11:07, 07:54](1181 MB) +PASS -- TEST 'rap_restart_intel' [07:27, 04:02](1095 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:35, 07:43](1103 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:29, 08:08](1029 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:32, 05:48](1128 MB) +PASS -- TEST 'hrrr_control_intel' [07:05, 03:59](1046 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:53, 04:04](1020 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:57, 03:22](1111 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:23, 02:12](988 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:26, 07:35](1099 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:26, 09:10](1997 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:25, 08:55](2073 MB) + +PASS -- COMPILE 'csawmg_intel' [14:06, 12:12] +PASS -- TEST 'control_csawmg_intel' [08:52, 05:55](750 MB) +PASS -- TEST 'control_csawmgt_intel' [08:45, 05:51](747 MB) +PASS -- TEST 'control_ras_intel' [05:20, 03:17](739 MB) + +PASS -- COMPILE 'wam_intel' [13:06, 11:47] +PASS -- TEST 'control_wam_intel' [04:20, 02:02](658 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:06, 11:47] +PASS -- TEST 'control_p8_faster_intel' [06:38, 02:37](1630 MB) +PASS -- TEST 'regional_control_faster_intel' [06:45, 04:35](854 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:07, 04:42] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:24, 02:45](812 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:29, 02:49](811 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:19, 03:06](818 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:19, 02:48](815 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:41, 04:06](863 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [06:41, 04:10](862 MB) +PASS -- TEST 'control_ras_debug_intel' [04:19, 02:45](823 MB) +PASS -- TEST 'control_diag_debug_intel' [04:27, 02:50](872 MB) +PASS -- TEST 'control_debug_p8_intel' [05:46, 02:54](1642 MB) +PASS -- TEST 'regional_debug_intel' [19:43, 17:09](841 MB) +PASS -- TEST 'rap_control_debug_intel' [06:24, 04:49](1205 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:32, 04:45](1208 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:25, 04:48](1199 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:23, 04:52](1201 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:22, 04:55](1203 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:32, 05:06](1279 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:24, 04:57](1191 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:20, 05:00](1198 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:21, 04:56](1197 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:21, 04:54](1207 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:25, 04:49](1200 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:25, 04:51](1205 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:20, 07:57](1194 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:22, 04:59](1195 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:24, 05:45](1197 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:25, 04:51](1197 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:34, 08:25](1206 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:05, 03:52] +PASS -- TEST 'control_wam_debug_intel' [07:19, 05:03](514 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:07, 11:32] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:58, 04:25](1165 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:23, 06:32](1006 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:40, 03:22](985 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:25, 06:41](1096 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:48, 03:17](965 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:08, 03:35](921 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:18, 04:48](1028 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:22, 01:52](923 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:09, 14:15] +PASS -- TEST 'conus13km_control_intel' [04:58, 02:05](1202 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:45, 01:05](1122 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:40, 01:15](1109 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:09, 10:51] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:56, 04:11](993 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:06, 03:37] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:25, 04:58](1087 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:23, 04:48](1075 MB) +PASS -- TEST 'conus13km_debug_intel' [17:01, 14:22](1228 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:55, 14:28](925 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:48, 08:26](1154 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:47, 14:21](1298 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:06, 03:30] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:22, 05:01](1132 MB) + +PASS -- COMPILE 'hafsw_intel' [16:07, 13:39] +PASS -- TEST 'hafs_regional_atm_intel' [08:13, 05:36](747 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:28, 06:04](1121 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:28, 07:48](832 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:25, 12:50](974 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:26, 14:33](882 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:01, 06:07](502 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:29, 07:23](517 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:51, 03:16](370 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:45, 08:14](477 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:50, 04:07](533 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:52, 04:02](526 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:57, 05:21](587 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:26, 01:30](402 MB) +PASS -- TEST 'gnv1_nested_intel' [15:02, 04:31](805 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:06, 04:08] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:52, 13:46](615 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [15:07, 13:43] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:00, 09:30](675 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [13:10, 09:33](741 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [16:07, 13:12] FAIL TO COMPARE -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [, ]( MB) -PASS -- COMPILE 'hafs_all_intel' [15:06, 11:37] -PASS -- TEST 'hafs_regional_docn_intel' [19:37, 06:26](826 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [18:30, 06:27](816 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [52:02, 16:12](1216 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [15:06, 08:29] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [38:19, 02:37](1138 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [19:22, 01:37](1086 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [53:20, 02:37](1018 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [55:19, 02:44](1019 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [17:21, 02:38](1013 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [17:25, 02:43](1124 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [16:21, 02:38](1139 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [29:27, 02:33](1016 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [32:25, 06:02](1060 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [31:22, 06:17](1013 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [48:32, 02:38](1135 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [14:14, 03:39](2491 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [38:27, 03:41](2418 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [10:06, 04:06] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [39:34, 06:17](1050 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [13:07, 08:29] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [39:28, 02:44](1112 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [05:06, 01:06] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:36, 01:05](264 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [57:31, 00:49](323 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:21, 00:32](323 MB) - -PASS -- COMPILE 'atml_intel' [14:08, 12:02] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [01:38, 04:19](1604 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [42:32, 04:24](1603 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:42, 02:19](894 MB) - -PASS -- COMPILE 'atmw_intel' [19:06, 13:18] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [21:19, 01:49](1667 MB) - -PASS -- COMPILE 'atmwm_intel' [17:06, 13:20] -PASS -- TEST 'control_atmwav_intel' [15:09, 01:46](673 MB) - -PASS -- COMPILE 'atmaero_intel' [14:07, 11:56] -PASS -- TEST 'atmaero_control_p8_intel' [16:17, 04:02](3027 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [17:15, 04:51](3098 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [14:08, 05:07](3113 MB) - -PASS -- COMPILE 'atmaq_intel' [18:07, 11:49] - -PASS -- COMPILE 'atmaq_debug_intel' [07:07, 03:31] -PASS -- TEST 'regional_atmaq_debug_intel' [29:41, 21:12](4583 MB) +PASS -- COMPILE 'hafs_all_intel' [15:07, 13:00] +PASS -- TEST 'hafs_regional_docn_intel' [09:11, 06:15](830 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:20, 06:18](813 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:56, 16:07](1208 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:06, 06:34] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:16, 02:38](1151 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [13:18, 01:40](1089 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:15, 02:30](1021 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:16, 02:44](1018 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:13, 02:41](1020 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:14, 02:43](1137 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:15, 02:46](1135 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:14, 02:38](1011 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [19:15, 05:56](1051 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [19:09, 05:56](1031 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [15:14, 02:42](1132 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [15:17, 03:30](2447 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [15:17, 03:38](2437 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:06, 03:55] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [17:17, 06:16](1067 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:06, 07:38] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [14:15, 02:43](1129 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:06, 00:57] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:27, 00:47](257 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [11:24, 00:48](318 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:20, 00:31](320 MB) + +PASS -- COMPILE 'atml_intel' [14:07, 12:15] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [15:43, 04:13](1613 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [14:35, 04:16](1604 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:47, 02:24](896 MB) + +PASS -- COMPILE 'atmw_intel' [14:07, 11:45] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [12:24, 01:41](1663 MB) + +PASS -- COMPILE 'atmwm_intel' [14:07, 12:04] +PASS -- TEST 'control_atmwav_intel' [12:07, 01:39](671 MB) + +PASS -- COMPILE 'atmaero_intel' [14:06, 12:07] +PASS -- TEST 'atmaero_control_p8_intel' [13:31, 03:52](3029 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [14:29, 04:47](3087 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [14:11, 05:00](3110 MB) + +PASS -- COMPILE 'atmaq_intel' [13:06, 10:48] + +PASS -- COMPILE 'atmaq_debug_intel' [05:06, 03:13] +PASS -- TEST 'regional_atmaq_debug_intel' [29:56, 21:02](4579 MB) SYNOPSIS: -Starting Date/Time: 20240303 11:32:14 -Ending Date/Time: 20240303 21:01:05 -Total Time: 09h:29m:43s +Starting Date/Time: 20240308 10:08:28 +Ending Date/Time: 20240308 11:48:33 +Total Time: 01h:40m:51s Compiles Completed: 39/39 Tests Completed: 180/182 Failed Tests: * TEST cpld_control_c48_intel: FAIL TO COMPARE --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2166/tests/logs/log_orion/rt_cpld_control_c48_intel.log +-- LOG: /work/noaa/epic/role-epic/jenkins/workspace/s-weather-model_pipeline_PR-2164/tests/logs/log_orion/rt_cpld_control_c48_intel.log * TEST hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel: FAIL TO COMPARE --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2166/tests/logs/log_orion/rt_hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel.log +-- LOG: /work/noaa/epic/role-epic/jenkins/workspace/s-weather-model_pipeline_PR-2164/tests/logs/log_orion/rt_hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel.log NOTES: A file 'test_changes.list' was generated with list of all failed tests. @@ -315,18 +338,41 @@ Result: FAILURE ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -2c7ba1c49ba1c7afd62dd046d760b52ebf738664 +8eee1bc778ec0b6d8a357341c859edb8799367da Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) + 620e48fe75d92aa607af7e21f2d8691baddd2851 CICE-interface/CICE (CICE6.0.0-445-g620e48f) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + 624920ddbd819c76ec37591c24e872308201810e CMEPS-interface/CMEPS (cmeps_v0.4.1-2304-g624920d) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + cc8a4167094b3c2059271ec4c6dd64e3a8aa90ef FV3 (remotes/origin/bugfix/wetness) + 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) + c315e47876057228ee105b348b8653f40836dbbb FV3/ccpp/framework (v0.1.0-1371-gc315e47) + cc114f40bef4ca8d19ccd739cbaec3fc829a607c FV3/ccpp/physics (EP4-682-gcc114f40) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 945cb2cef5e8bd5949afd4f0fc35c4fb6e95a1bf FV3/upp (upp_v10.2.0-159-g945cb2c) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-a9828705b587c451fc2a7267d1c374d737be425b FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) + 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) + a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) 620e48fe75d92aa607af7e21f2d8691baddd2851 CICE-interface/CICE (CICE6.0.0-445-g620e48f) 624920ddbd819c76ec37591c24e872308201810e CMEPS-interface/CMEPS (cmeps_v0.4.1-2304-g624920d) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 4941026c5881ed623b39934905d2e4ecd9907b8a FV3 (heads/develop) + cc8a4167094b3c2059271ec4c6dd64e3a8aa90ef FV3 (remotes/origin/bugfix/wetness) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 2ab885eddfc47fc0c8c0bae46bc61531104428d5 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10029-g2ab885edd) + 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) @@ -339,23 +385,22 @@ 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-20240301 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_340961 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_221010 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-c) - CREATE NEW BASELINES * (-l) - USE CONFIG FILE: rt.conf -PASS -- COMPILE 'hafs_mom6w_intel' [19:06, 13:23] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [39:42, 07:21](812 MB) +PASS -- COMPILE 's2s_intel' [14:06, 12:08] +PASS -- TEST 'cpld_control_c48_intel' [10:46, 08:07](2823 MB) -PASS -- COMPILE 's2s_intel' [14:06, 12:26] -PASS -- TEST 'cpld_control_c48_intel' [10:35, 08:12](2829 MB) +PASS -- COMPILE 'hafs_mom6w_intel' [15:07, 13:21] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:53, 07:13](731 MB) SYNOPSIS: -Starting Date/Time: 20240304 08:49:31 -Ending Date/Time: 20240304 11:13:01 -Total Time: 02h:23m:43s +Starting Date/Time: 20240308 14:10:08 +Ending Date/Time: 20240308 15:01:01 +Total Time: 00h:51m:04s Compiles Completed: 2/2 Tests Completed: 2/2 diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index ce63e4104c..6724076365 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,18 +1,41 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -9773ef5e7aaf8c57a26abe2647efe981582ca031 +84a930a976683e48188f3c0bede701116a9971f6 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) 620e48fe75d92aa607af7e21f2d8691baddd2851 CICE-interface/CICE (CICE6.0.0-445-g620e48f) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 624920ddbd819c76ec37591c24e872308201810e CMEPS-interface/CMEPS (cmeps_v0.4.1-2304-g624920d) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 4941026c5881ed623b39934905d2e4ecd9907b8a FV3 (remotes/origin/HEAD) + cc8a4167094b3c2059271ec4c6dd64e3a8aa90ef FV3 (remotes/origin/bugfix/wetness) + 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) + c315e47876057228ee105b348b8653f40836dbbb FV3/ccpp/framework (v0.1.0-1371-gc315e47) + cc114f40bef4ca8d19ccd739cbaec3fc829a607c FV3/ccpp/physics (EP4-682-gcc114f40) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 945cb2cef5e8bd5949afd4f0fc35c4fb6e95a1bf FV3/upp (upp_v10.2.0-159-g945cb2c) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-a9828705b587c451fc2a7267d1c374d737be425b FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 2ab885eddfc47fc0c8c0bae46bc61531104428d5 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10029-g2ab885edd) + 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) + 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) + a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) + 620e48fe75d92aa607af7e21f2d8691baddd2851 CICE-interface/CICE (CICE6.0.0-445-g620e48f) + 624920ddbd819c76ec37591c24e872308201810e CMEPS-interface/CMEPS (cmeps_v0.4.1-2304-g624920d) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + cc8a4167094b3c2059271ec4c6dd64e3a8aa90ef FV3 (remotes/origin/bugfix/wetness) + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) @@ -25,235 +48,235 @@ 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-20240301 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_190987 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_178951 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [31:22, 30:23] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [22:30, 01:28](2974 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:47, 14:47] -PASS -- TEST 'cpld_control_gfsv17_intel' [37:06, 01:22](1597 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:49, 02:01](1704 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [18:49, 01:12](846 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [37:07, 02:02](1565 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [11:37, 10:22] -PASS -- TEST 'cpld_debug_gfsv17_intel' [42:17, 01:29](1613 MB) - -PASS -- COMPILE 's2swa_intel' [29:19, 24:00] -PASS -- TEST 'cpld_control_p8_intel' [37:47, 01:30](3002 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [37:25, 01:34](3004 MB) -PASS -- TEST 'cpld_restart_p8_intel' [28:23, 01:39](3062 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [37:00, 01:43](3027 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [27:31, 01:03](3080 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [36:52, 01:25](3314 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [36:03, 01:19](2995 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [35:36, 01:13](2928 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [35:06, 01:24](3004 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [35:09, 04:01](3956 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [11:56, 04:08](4253 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [34:57, 01:42](2970 MB) - -PASS -- COMPILE 's2sw_intel' [24:02, 22:28] -PASS -- TEST 'cpld_control_noaero_p8_intel' [29:50, 00:43](1583 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [29:50, 01:56](1634 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [21:59, 20:53] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [31:54, 01:11](1631 MB) - -PASS -- COMPILE 's2s_intel' [11:37, 09:47] -PASS -- TEST 'cpld_control_c48_intel' [42:15, 00:46](2645 MB) - -PASS -- COMPILE 's2swa_faster_intel' [40:42, 39:16] -PASS -- TEST 'cpld_control_p8_faster_intel' [13:10, 01:37](3003 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [11:36, 10:46] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [42:17, 01:14](1608 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [24:31, 00:44](899 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [24:32, 00:55](1567 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [11:37, 10:10] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [42:17, 00:59](1611 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [29:22, 28:37] -PASS -- TEST 'control_flake_intel' [12:55, 00:26](575 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [12:55, 01:03](520 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [12:55, 00:52](531 MB) -PASS -- TEST 'control_latlon_intel' [12:55, 00:45](525 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [12:55, 00:58](525 MB) -PASS -- TEST 'control_c48_intel' [12:54, 01:14](717 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [12:54, 01:08](714 MB) -PASS -- TEST 'control_c192_intel' [12:55, 00:23](642 MB) -PASS -- TEST 'control_c384_intel' [12:59, 01:34](952 MB) -PASS -- TEST 'control_c384gdas_intel' [12:59, 02:22](1090 MB) -PASS -- TEST 'control_stochy_intel' [12:55, 00:36](527 MB) -PASS -- TEST 'control_stochy_restart_intel' [09:21, 00:34](328 MB) -PASS -- TEST 'control_lndp_intel' [12:55, 00:30](529 MB) -PASS -- TEST 'control_iovr4_intel' [12:55, 00:47](524 MB) -PASS -- TEST 'control_iovr5_intel' [12:55, 00:56](525 MB) -PASS -- TEST 'control_p8_intel' [12:55, 01:30](1505 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [12:55, 01:54](1503 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [12:55, 01:56](1513 MB) -PASS -- TEST 'control_restart_p8_intel' [06:34, 01:23](693 MB) -PASS -- TEST 'control_noqr_p8_intel' [12:55, 01:29](1502 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [06:33, 01:31](700 MB) -PASS -- TEST 'control_decomp_p8_intel' [12:55, 01:34](1500 MB) -PASS -- TEST 'control_2threads_p8_intel' [12:55, 01:18](1588 MB) -PASS -- TEST 'control_p8_lndp_intel' [12:55, 01:11](1511 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [12:55, 01:06](1561 MB) -PASS -- TEST 'control_p8_mynn_intel' [12:55, 01:53](1509 MB) -PASS -- TEST 'merra2_thompson_intel' [12:21, 01:29](1511 MB) -PASS -- TEST 'regional_control_intel' [09:20, 00:10](609 MB) -PASS -- TEST 'regional_restart_intel' [00:21, 01:11](782 MB) -PASS -- TEST 'regional_decomp_intel' [09:08, 01:02](607 MB) -PASS -- TEST 'regional_2threads_intel' [09:08, 00:47](664 MB) -PASS -- TEST 'regional_noquilt_intel' [08:17, 00:45](1141 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:15, 00:47](609 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:15, 00:41](609 MB) -PASS -- TEST 'regional_wofs_intel' [08:15, 00:18](1577 MB) - -PASS -- COMPILE 'rrfs_intel' [34:33, 33:35] -PASS -- TEST 'rap_control_intel' [07:18, 01:38](915 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:17, 01:24](1087 MB) -PASS -- TEST 'rap_decomp_intel' [06:38, 00:49](920 MB) -PASS -- TEST 'rap_2threads_intel' [06:36, 01:46](1009 MB) -PASS -- TEST 'rap_restart_intel' [54:30, 01:33](787 MB) -PASS -- TEST 'rap_sfcdiff_intel' [06:15, 02:16](915 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [06:13, 01:39](913 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [53:17, 01:26](784 MB) -PASS -- TEST 'hrrr_control_intel' [06:12, 01:30](911 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:12, 01:21](911 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:35, 01:32](998 MB) -PASS -- TEST 'hrrr_control_restart_intel' [57:04, 01:09](739 MB) -PASS -- TEST 'rrfs_v1beta_intel' [05:03, 01:25](911 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [05:03, 01:09](1874 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [04:47, 00:47](1860 MB) - -PASS -- COMPILE 'csawmg_intel' [23:07, 22:28] -PASS -- TEST 'control_csawmg_intel' [19:08, 01:14](599 MB) -PASS -- TEST 'control_csawmgt_intel' [19:08, 01:20](595 MB) -PASS -- TEST 'control_ras_intel' [19:08, 01:10](559 MB) - -PASS -- COMPILE 'wam_intel' [35:36, 34:40] -PASS -- TEST 'control_wam_intel' [03:45, 00:14](271 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [28:20, 27:24] -PASS -- TEST 'control_p8_faster_intel' [08:13, 01:15](1502 MB) -PASS -- TEST 'regional_control_faster_intel' [08:06, 00:53](609 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [39:47, 37:15] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [52:06, 00:47](688 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [52:06, 00:53](687 MB) -PASS -- TEST 'control_stochy_debug_intel' [52:06, 00:25](690 MB) -PASS -- TEST 'control_lndp_debug_intel' [52:06, 00:41](692 MB) -PASS -- TEST 'control_csawmg_debug_intel' [52:06, 00:42](730 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [52:06, 00:45](730 MB) -PASS -- TEST 'control_ras_debug_intel' [52:06, 00:46](703 MB) -PASS -- TEST 'control_diag_debug_intel' [52:06, 00:35](747 MB) -PASS -- TEST 'control_debug_p8_intel' [52:06, 01:01](1516 MB) -PASS -- TEST 'regional_debug_intel' [52:05, 00:14](630 MB) -PASS -- TEST 'rap_control_debug_intel' [52:06, 00:56](1076 MB) -PASS -- TEST 'hrrr_control_debug_intel' [52:06, 01:16](1070 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [52:06, 00:57](1077 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [52:06, 01:06](1071 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [52:06, 00:47](1076 MB) -PASS -- TEST 'rap_diag_debug_intel' [52:06, 00:52](1158 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [52:06, 00:19](1075 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [52:06, 00:49](1080 MB) -PASS -- TEST 'rap_lndp_debug_intel' [52:06, 00:37](1076 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [51:56, 00:59](1077 MB) -PASS -- TEST 'rap_noah_debug_intel' [51:55, 01:03](1068 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [49:40, 00:35](1074 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [49:40, 00:29](1068 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [49:17, 00:49](1067 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [48:59, 01:16](1078 MB) -PASS -- TEST 'rap_flake_debug_intel' [48:04, 00:23](1073 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [47:39, 01:47](1077 MB) - -PASS -- COMPILE 'wam_debug_intel' [31:30, 29:06] -PASS -- TEST 'control_wam_debug_intel' [58:20, 00:40](300 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [21:03, 19:15] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [01:27, 00:30](953 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [01:26, 01:43](789 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [01:26, 02:21](783 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [01:15, 01:48](848 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [59:37, 02:23](839 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [59:11, 01:45](791 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [45:58, 01:35](684 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [53:35, 00:40](668 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [23:04, 19:54] -PASS -- TEST 'conus13km_control_intel' [56:03, 00:48](1003 MB) -PASS -- TEST 'conus13km_2threads_intel' [45:29, 01:00](1007 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [45:27, 00:53](883 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [41:51, 40:09] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [31:18, 00:35](810 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [25:11, 24:00] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [45:27, 00:20](956 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [45:25, 00:27](953 MB) -PASS -- TEST 'conus13km_debug_intel' [45:22, 00:57](1036 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [45:16, 00:44](710 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [43:34, 00:39](1037 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [43:06, 00:47](1103 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [17:51, 13:58] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [42:14, 00:30](980 MB) - -PASS -- COMPILE 'hafsw_intel' [17:55, 13:35] -PASS -- TEST 'hafs_regional_atm_intel' [42:17, 01:48](616 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [42:16, 01:11](969 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [42:14, 01:30](660 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [42:14, 01:20](693 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [42:15, 02:11](702 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [42:14, 00:47](390 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [42:06, 01:51](403 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [42:05, 00:53](284 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [41:17, 02:45](372 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [41:10, 00:46](424 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [41:10, 01:08](412 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [41:06, 01:23](491 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [40:41, 00:54](314 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [13:43, 08:59] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [52:58, 01:26](498 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [47:00, 44:56] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [14:28, 01:25](530 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:28, 01:13](707 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [16:54, 11:08] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [40:40, 01:31](710 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:49, 11:41] -PASS -- TEST 'hafs_regional_docn_intel' [39:59, 01:20](658 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [39:38, 01:55](645 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [39:17, 00:30](881 MB) - -PASS -- COMPILE 'atml_intel' [22:03, 19:08] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [30:53, 01:26](1548 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [30:53, 01:28](1545 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [22:09, 01:05](740 MB) - -PASS -- COMPILE 'atmaero_intel' [13:46, 10:10] -PASS -- TEST 'atmaero_control_p8_intel' [38:13, 01:42](2853 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [37:49, 01:05](2910 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [34:20, 01:17](2925 MB) - -PASS -- COMPILE 'atmaq_intel' [31:30, 27:35] - -PASS -- COMPILE 'atmaq_debug_intel' [09:35, 06:02] -PASS -- TEST 'regional_atmaq_debug_intel' [33:56, 01:17](4436 MB) +PASS -- COMPILE 's2swa_32bit_intel' [19:01, 14:49] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [24:11, 01:59](2976 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [15:45, 11:13] +PASS -- TEST 'cpld_control_gfsv17_intel' [27:28, 02:14](1592 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [08:07, 01:31](1717 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:07, 01:40](845 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [27:29, 01:17](1576 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [23:12, 18:53] +PASS -- TEST 'cpld_debug_gfsv17_intel' [20:01, 01:26](1606 MB) + +PASS -- COMPILE 's2swa_intel' [31:24, 27:02] +PASS -- TEST 'cpld_control_p8_intel' [11:49, 01:35](3015 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:49, 01:49](3003 MB) +PASS -- TEST 'cpld_restart_p8_intel' [01:53, 01:43](3061 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [11:49, 01:19](3026 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [01:51, 01:37](3080 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:49, 01:59](3314 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [11:49, 01:30](3002 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:50, 01:58](2927 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:49, 01:56](3002 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [11:58, 03:49](3951 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [51:39, 04:12](4251 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [11:49, 02:00](2970 MB) + +PASS -- COMPILE 's2sw_intel' [14:43, 10:35] +PASS -- TEST 'cpld_control_noaero_p8_intel' [28:30, 01:11](1586 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [28:30, 01:20](1635 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [23:07, 19:25] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [20:04, 01:23](1631 MB) + +PASS -- COMPILE 's2s_intel' [13:41, 09:43] +PASS -- TEST 'cpld_control_c48_intel' [29:31, 01:04](2645 MB) + +PASS -- COMPILE 's2swa_faster_intel' [31:28, 27:03] +PASS -- TEST 'cpld_control_p8_faster_intel' [11:44, 02:12](3003 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [25:11, 21:31] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:01, 01:48](1605 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [58:52, 00:54](899 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [55:13, 01:01](1582 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:28, 04:14] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:45, 01:06](1616 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [32:34, 28:33] +PASS -- TEST 'control_flake_intel' [01:56, 00:38](573 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [01:56, 00:49](523 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [01:37, 00:47](531 MB) +PASS -- TEST 'control_latlon_intel' [01:30, 00:53](523 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [01:30, 01:05](523 MB) +PASS -- TEST 'control_c48_intel' [01:27, 01:08](714 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [01:19, 01:22](715 MB) +PASS -- TEST 'control_c192_intel' [01:07, 01:04](639 MB) +PASS -- TEST 'control_c384_intel' [55:01, 01:45](955 MB) +PASS -- TEST 'control_c384gdas_intel' [54:59, 02:10](1092 MB) +PASS -- TEST 'control_stochy_intel' [54:54, 01:11](529 MB) +PASS -- TEST 'control_stochy_restart_intel' [50:09, 00:30](333 MB) +PASS -- TEST 'control_lndp_intel' [54:41, 00:17](528 MB) +PASS -- TEST 'control_iovr4_intel' [54:41, 00:27](522 MB) +PASS -- TEST 'control_iovr5_intel' [54:21, 01:20](522 MB) +PASS -- TEST 'control_p8_intel' [54:21, 01:15](1500 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [54:03, 02:00](1499 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [53:46, 01:34](1500 MB) +PASS -- TEST 'control_restart_p8_intel' [46:40, 01:10](687 MB) +PASS -- TEST 'control_noqr_p8_intel' [53:41, 01:08](1489 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [45:28, 01:29](700 MB) +PASS -- TEST 'control_decomp_p8_intel' [53:35, 01:09](1500 MB) +PASS -- TEST 'control_2threads_p8_intel' [53:10, 00:51](1591 MB) +PASS -- TEST 'control_p8_lndp_intel' [52:23, 00:59](1500 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [52:22, 01:58](1564 MB) +PASS -- TEST 'control_p8_mynn_intel' [51:32, 00:59](1515 MB) +PASS -- TEST 'merra2_thompson_intel' [51:19, 01:56](1514 MB) +PASS -- TEST 'regional_control_intel' [51:12, 00:45](608 MB) +PASS -- TEST 'regional_restart_intel' [41:07, 00:54](778 MB) +PASS -- TEST 'regional_decomp_intel' [50:54, 01:08](608 MB) +PASS -- TEST 'regional_2threads_intel' [50:33, 00:23](663 MB) +PASS -- TEST 'regional_noquilt_intel' [50:32, 00:50](1145 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [50:28, 00:52](608 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [50:14, 00:47](611 MB) +PASS -- TEST 'regional_wofs_intel' [49:48, 00:46](1577 MB) + +PASS -- COMPILE 'rrfs_intel' [26:11, 22:04] +PASS -- TEST 'rap_control_intel' [03:19, 01:26](921 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [03:20, 00:48](1091 MB) +PASS -- TEST 'rap_decomp_intel' [03:19, 01:07](917 MB) +PASS -- TEST 'rap_2threads_intel' [03:18, 01:26](1005 MB) +PASS -- TEST 'rap_restart_intel' [49:11, 01:21](786 MB) +PASS -- TEST 'rap_sfcdiff_intel' [03:19, 01:43](917 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [02:27, 02:14](913 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [48:41, 01:54](787 MB) +PASS -- TEST 'hrrr_control_intel' [02:21, 01:24](911 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [47:52, 01:39](916 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [47:14, 01:27](994 MB) +PASS -- TEST 'hrrr_control_restart_intel' [45:24, 00:41](742 MB) +PASS -- TEST 'rrfs_v1beta_intel' [45:20, 02:06](911 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [45:19, 00:57](1877 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [45:04, 01:13](1861 MB) + +PASS -- COMPILE 'csawmg_intel' [17:50, 14:56] +PASS -- TEST 'control_csawmg_intel' [10:40, 00:54](602 MB) +PASS -- TEST 'control_csawmgt_intel' [10:40, 01:02](593 MB) +PASS -- TEST 'control_ras_intel' [10:40, 00:33](559 MB) + +PASS -- COMPILE 'wam_intel' [14:43, 13:04] +PASS -- TEST 'control_wam_intel' [12:45, 00:13](272 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [20:06, 19:16] +PASS -- TEST 'control_p8_faster_intel' [04:05, 02:01](1508 MB) +PASS -- TEST 'regional_control_faster_intel' [04:04, 00:33](610 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [18:02, 16:42] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [44:52, 00:21](689 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [44:24, 00:31](692 MB) +PASS -- TEST 'control_stochy_debug_intel' [44:05, 00:53](689 MB) +PASS -- TEST 'control_lndp_debug_intel' [44:00, 01:15](691 MB) +PASS -- TEST 'control_csawmg_debug_intel' [44:00, 00:45](733 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [42:55, 00:22](729 MB) +PASS -- TEST 'control_ras_debug_intel' [42:36, 00:47](705 MB) +PASS -- TEST 'control_diag_debug_intel' [41:27, 00:48](747 MB) +PASS -- TEST 'control_debug_p8_intel' [41:23, 00:43](1525 MB) +PASS -- TEST 'regional_debug_intel' [41:03, 00:59](631 MB) +PASS -- TEST 'rap_control_debug_intel' [41:03, 00:34](1080 MB) +PASS -- TEST 'hrrr_control_debug_intel' [40:52, 00:39](1068 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [40:32, 00:39](1072 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [40:26, 00:50](1077 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [40:12, 01:02](1076 MB) +PASS -- TEST 'rap_diag_debug_intel' [39:56, 01:13](1158 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [39:20, 00:31](1077 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [39:00, 00:56](1074 MB) +PASS -- TEST 'rap_lndp_debug_intel' [38:45, 00:32](1077 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [38:16, 00:46](1075 MB) +PASS -- TEST 'rap_noah_debug_intel' [38:15, 00:51](1070 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [38:08, 00:58](1070 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [38:03, 01:05](1074 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [37:40, 01:11](1072 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [37:34, 01:14](1075 MB) +PASS -- TEST 'rap_flake_debug_intel' [37:01, 01:20](1074 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [36:29, 01:50](1077 MB) + +PASS -- COMPILE 'wam_debug_intel' [09:43, 08:13] +PASS -- TEST 'control_wam_debug_intel' [10:17, 00:34](297 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [20:07, 18:36] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [36:27, 00:52](952 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [36:03, 01:26](791 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [35:47, 01:57](788 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [35:33, 01:39](851 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [35:21, 01:14](840 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [35:08, 02:10](788 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [27:54, 01:50](685 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [29:57, 00:56](668 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [25:14, 22:23] +PASS -- TEST 'conus13km_control_intel' [35:06, 00:54](1006 MB) +PASS -- TEST 'conus13km_2threads_intel' [30:46, 00:38](1008 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [30:37, 00:20](882 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:46, 14:00] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [33:57, 01:02](812 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:35, 05:59] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:08, 00:56](949 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:08, 00:57](952 MB) +PASS -- TEST 'conus13km_debug_intel' [04:08, 00:45](1035 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [04:08, 00:27](712 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [04:09, 00:18](1039 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [04:08, 00:42](1103 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:41, 08:58] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [33:17, 01:08](982 MB) + +PASS -- COMPILE 'hafsw_intel' [12:40, 10:40] +PASS -- TEST 'hafs_regional_atm_intel' [33:10, 02:10](624 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [33:00, 00:34](966 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [32:45, 02:08](667 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [32:36, 01:22](700 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [32:32, 02:03](706 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [32:13, 01:04](390 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [32:04, 02:16](403 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [31:59, 01:21](278 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [31:44, 02:40](372 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [31:16, 01:21](416 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [30:55, 00:53](416 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [30:40, 01:28](491 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [30:36, 01:17](312 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [07:26, 03:46] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [30:28, 00:48](501 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [17:59, 14:24] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [30:13, 01:37](526 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [30:00, 01:05](709 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [16:47, 12:56] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [29:52, 01:11](711 MB) + +PASS -- COMPILE 'hafs_all_intel' [13:56, 09:53] +PASS -- TEST 'hafs_regional_docn_intel' [29:18, 01:39](659 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [28:46, 01:37](647 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [28:32, 00:56](881 MB) + +PASS -- COMPILE 'atml_intel' [13:51, 10:01] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [28:01, 01:26](1546 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [28:00, 01:31](1545 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [20:00, 01:09](740 MB) + +PASS -- COMPILE 'atmaero_intel' [20:07, 17:38] +PASS -- TEST 'atmaero_control_p8_intel' [27:56, 01:45](2854 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [27:54, 01:08](2913 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [27:06, 01:11](2920 MB) + +PASS -- COMPILE 'atmaq_intel' [15:58, 13:23] + +PASS -- COMPILE 'atmaq_debug_intel' [11:42, 08:57] +PASS -- TEST 'regional_atmaq_debug_intel' [26:58, 00:52](4434 MB) SYNOPSIS: -Starting Date/Time: 20240304 14:05:49 -Ending Date/Time: 20240304 16:08:00 -Total Time: 02h:02m:43s +Starting Date/Time: 20240307 21:16:31 +Ending Date/Time: 20240307 22:59:22 +Total Time: 01h:43m:27s Compiles Completed: 31/31 Tests Completed: 157/157 diff --git a/tests/rt.sh b/tests/rt.sh index 0350e45ab8..fd6464c60f 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -168,6 +168,9 @@ $(git rev-parse HEAD) Submodule hashes used in testing: EOF cd .. + if [[ $MACHINE_ID != hera ]]; then + git submodule status --recursive >> "${REGRESSIONTEST_LOG}" + fi git submodule status >> "${REGRESSIONTEST_LOG}" echo; echo >> "${REGRESSIONTEST_LOG}" cd tests @@ -738,8 +741,8 @@ elif [[ $MACHINE_ID = hercules ]]; then ECFLOW_START=/work/noaa/epic/role-epic/spack-stack/hercules/ecflow-5.8.4/bin/ecflow_start.sh ECF_PORT=$(( $(id -u) + 1500 )) - QUEUE=windfall - COMPILE_QUEUE=windfall + QUEUE=batch + COMPILE_QUEUE=batch PARTITION=hercules dprefix=/work2/noaa/stmp/${USER} DISKNM=/work/noaa/epic/hercules/UFS-WM_RT @@ -752,14 +755,25 @@ elif [[ $MACHINE_ID = hercules ]]; then elif [[ $MACHINE_ID = jet ]]; then + echo "=======Running on $(lsb_release -is)=======" + CurJetOS=$(lsb_release -is) + if [[ ${CurJetOS} == "CentOS" ]]; then + echo "=======Please, move to Rocky8 node fe[5-8]=======" + exit 1 + fi + module load rocoto ROCOTORUN=$(which rocotorun) ROCOTOSTAT=$(which rocotostat) ROCOTOCOMPLETE=$(which rocotocomplete) ROCOTO_SCHEDULER=slurm - module load ecflow/5.5.3 - ECFLOW_START=/apps/ecflow/5.5.3/bin/ecflow_start.sh + module load ecflow/5.11.4 + ECFLOW_START=/apps/ecflow/5.11.4/bin/ecflow_start.sh + + module use /mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-stack-1.5.0/envs/unified-env-rocky8/install/modulefiles/Core + module load stack-intel/2021.5.0 + module load stack-python/3.10.8 QUEUE=batch COMPILE_QUEUE=batch