diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b154eda796..1c2f4ee990 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -146,10 +146,11 @@ Please delete what is not needed. - [ ] Orion - [ ] Hercules - [ ] Jet - - [ ] Gaea + - [ ] GaeaC5 + - [ ] GaeaC6 - [ ] Derecho - WCOSS2 - [ ] Dogwood/Cactus - [ ] Acorn - [ ] CI -- [ ] opnReqTest (complete task if unnecessary) \ No newline at end of file +- [ ] opnReqTest (complete task if unnecessary) diff --git a/CDEPS-interface/CDEPS b/CDEPS-interface/CDEPS index 34d1eab8e4..2eccb9f74e 160000 --- a/CDEPS-interface/CDEPS +++ b/CDEPS-interface/CDEPS @@ -1 +1 @@ -Subproject commit 34d1eab8e432cedf8a81976e3b675b32f41b043f +Subproject commit 2eccb9f74ebd8dfc09b53d15f5a96c847b77c443 diff --git a/FV3 b/FV3 index 1648e176fa..0834c7b574 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 1648e176fa869d0ca9ce9ea5822b3594afd8c353 +Subproject commit 0834c7b574de72bf04021bd98762ee954f156233 diff --git a/cmake/configure_gaea.intel.cmake b/cmake/configure_gaeac5.intel.cmake similarity index 100% rename from cmake/configure_gaea.intel.cmake rename to cmake/configure_gaeac5.intel.cmake diff --git a/cmake/configure_gaea.intelllvm.cmake b/cmake/configure_gaeac5.intelllvm.cmake similarity index 100% rename from cmake/configure_gaea.intelllvm.cmake rename to cmake/configure_gaeac5.intelllvm.cmake diff --git a/cmake/configure_gaeac6.intel.cmake b/cmake/configure_gaeac6.intel.cmake new file mode 100644 index 0000000000..6037c6379f --- /dev/null +++ b/cmake/configure_gaeac6.intel.cmake @@ -0,0 +1,4 @@ +set(PARALLEL_NETCDF ON CACHE BOOL "Enable parallel NetCDF" FORCE) +set(MOM6_Extra_FORTRAN_FLAGS "-xsse2") +set(HYCOM_Extra_FORTRAN_FLAGS "-xSSE4.2") +set(HYCOM_Extra_C_FLAGS "-xSSE4.2") \ No newline at end of file diff --git a/cmake/configure_gaeac6.intelllvm.cmake b/cmake/configure_gaeac6.intelllvm.cmake new file mode 100644 index 0000000000..42e6486231 --- /dev/null +++ b/cmake/configure_gaeac6.intelllvm.cmake @@ -0,0 +1,2 @@ +set(PARALLEL_NETCDF ON CACHE BOOL "Enable parallel NetCDF" FORCE) +set(AVX2 OFF CACHE BOOL "Enable AVX2 instruction set" FORCE) diff --git a/modulefiles/ufs_gaea.intel.lua b/modulefiles/ufs_gaeac5.intel.lua similarity index 93% rename from modulefiles/ufs_gaea.intel.lua rename to modulefiles/ufs_gaeac5.intel.lua index 834c8fc41f..4641f2dbfd 100644 --- a/modulefiles/ufs_gaea.intel.lua +++ b/modulefiles/ufs_gaeac5.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 ]===]) +whatis([===[Loads libraries needed for building the UFS Weather Model on Gaea C5 ]===]) prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core") @@ -30,4 +30,4 @@ unload("cray-libsci") setenv("CC","cc") setenv("CXX","CC") setenv("FC","ftn") -setenv("CMAKE_Platform","gaea.intel") +setenv("CMAKE_Platform","gaeac5.intel") diff --git a/modulefiles/ufs_gaea.intelllvm.lua b/modulefiles/ufs_gaeac5.intelllvm.lua similarity index 94% rename from modulefiles/ufs_gaea.intelllvm.lua rename to modulefiles/ufs_gaeac5.intelllvm.lua index 01d8585454..4bfddf2e90 100644 --- a/modulefiles/ufs_gaea.intelllvm.lua +++ b/modulefiles/ufs_gaeac5.intelllvm.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 ]===]) +whatis([===[Loads libraries needed for building the UFS Weather Model on Gaea C5]===]) prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core") @@ -36,4 +36,4 @@ setenv("I_MPI_F90", "ifx") setenv("CC","cc") setenv("CXX","CC") setenv("FC","ftn") -setenv("CMAKE_Platform","gaea.intelllvm") +setenv("CMAKE_Platform","gaeac5.intelllvm") diff --git a/modulefiles/ufs_gaeac6.intel.lua b/modulefiles/ufs_gaeac6.intel.lua new file mode 100644 index 0000000000..ce59797288 --- /dev/null +++ b/modulefiles/ufs_gaeac6.intel.lua @@ -0,0 +1,33 @@ +help([[ + This module loads libraries required for building and running UFS Weather Model + on the NOAA RDHPC machine Gaea C6 using Intel-2023.2.0. +]]) + +whatis([===[Loads libraries needed for building the UFS Weather Model on Gaea C6]===]) + +prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core") + +stack_intel_ver=os.getenv("stack_intel_ver") or "2023.2.0" +load(pathJoin("stack-intel", stack_intel_ver)) + +stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.29" +load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver)) + +stack_python_ver=os.getenv("stack_python_ver") or "3.10.13" +load(pathJoin("stack-python", stack_python_ver)) + +cmake_ver=os.getenv("cmake_ver") or "3.23.1" +load(pathJoin("cmake", cmake_ver)) + +load("ufs_common") + +nccmp_ver=os.getenv("nccmp_ver") or "1.9.0.1" +load(pathJoin("nccmp", nccmp_ver)) + +unload("darshan-runtime") +unload("cray-libsci") + +setenv("CC","cc") +setenv("CXX","CC") +setenv("FC","ftn") +setenv("CMAKE_Platform","gaeac6.intel") diff --git a/modulefiles/ufs_gaeac6.intelllvm.lua b/modulefiles/ufs_gaeac6.intelllvm.lua new file mode 100644 index 0000000000..abf311b4ec --- /dev/null +++ b/modulefiles/ufs_gaeac6.intelllvm.lua @@ -0,0 +1,40 @@ +help([[ + This module loads libraries required for building and running UFS Weather Model + on the NOAA RDHPC machine Gaea C6 using Intel-2023.2.0. +]]) + +whatis([===[Loads libraries needed for building the UFS Weather Model on Gaea C6]===]) + +prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core") + +stack_intel_ver=os.getenv("stack_intel_ver") or "2023.2.0" +load(pathJoin("stack-intel", stack_intel_ver)) + +stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.29" +load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver)) + +stack_python_ver=os.getenv("stack_python_ver") or "3.10.13" +load(pathJoin("stack-python", stack_python_ver)) + +cmake_ver=os.getenv("cmake_ver") or "3.23.1" +load(pathJoin("cmake", cmake_ver)) + +load("ufs_common") + +nccmp_ver=os.getenv("nccmp_ver") or "1.9.0.1" +load(pathJoin("nccmp", nccmp_ver)) + +unload("darshan-runtime") +unload("cray-libsci") + +unload("intel-classic/2023.2.0") +load("intel-oneapi/2023.2.0") + +setenv("I_MPI_CC", "icx") +setenv("I_MPI_CXX", "icpx") +setenv("I_MPI_F90", "ifx") + +setenv("CC","cc") +setenv("CXX","CC") +setenv("FC","ftn") +setenv("CMAKE_Platform","gaeac6.intelllvm") diff --git a/tests-dev/ufs_test_utils.sh b/tests-dev/ufs_test_utils.sh index 4b103dc39f..683690c751 100644 --- a/tests-dev/ufs_test_utils.sh +++ b/tests-dev/ufs_test_utils.sh @@ -5,8 +5,13 @@ function set_run_task() { source default_vars.sh source rt_utils.sh source "${PATHRT}"/tests/"${TEST_NAME}" - compute_petbounds_and_tasks - + #jkim compute_petbounds_and_tasks + if [[ ${ESMF_THREADING} == true ]]; then + compute_petbounds_and_tasks_esmf_threading + else + compute_petbounds_and_tasks_traditional_threading + fi + TPN=$(( TPN / THRD )) NODES=$(( TASKS / TPN )) if (( NODES * TPN < TASKS )); then diff --git a/tests/bl_date.conf b/tests/bl_date.conf index 4c10448ff8..5283e4c483 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20241212 +export BL_DATE=20241230 diff --git a/tests/compile.sh b/tests/compile.sh index dd8f91ced1..2c00304e28 100755 --- a/tests/compile.sh +++ b/tests/compile.sh @@ -61,7 +61,10 @@ case ${MACHINE_ID} in ;; *) # Activate lua environment for gaea c5 - if [[ ${MACHINE_ID} == gaea ]]; then + if [[ ${MACHINE_ID} == gaeac5 ]]; then + module reset + fi + if [[ ${MACHINE_ID} == gaeac6 ]]; then module reset elif [[ ${MACHINE_ID} == hercules ]]; then module purge @@ -97,17 +100,6 @@ SUITES=$(grep -Po "\-DCCPP_SUITES=\K[^ ]*" <<< "${MAKE_OPT}") export SUITES set -ex -# Valid applications -if [[ ${MACHINE_ID} != gaea ]] || [[ ${RT_COMPILER} != intelllvm ]]; then # skip MOM6SOLO on gaea with intelllvm - if [[ "${MAKE_OPT}" == *"-DAPP=S2S"* ]]; then - CMAKE_FLAGS+=" -DMOM6SOLO=ON" - fi - - if [[ "${MAKE_OPT}" == *"-DAPP=NG-GODAS"* ]]; then - CMAKE_FLAGS+=" -DMOM6SOLO=ON" - fi -fi - CMAKE_FLAGS=$(set -e; trim "${CMAKE_FLAGS}") echo "CMAKE_FLAGS = ${CMAKE_FLAGS}" diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 6958a5e92e..4f53771323 100644 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -7,116 +7,118 @@ # ############################################################################### - THRD=1 - - export INPES_atmaero=4 - export JNPES_atmaero=8 - export WPG_atmaero=6 - - export THRD_cpl_atmw=1 - export INPES_cpl_atmw=3 - export JNPES_cpl_atmw=8 - export WPG_cpl_atmw=6 - export WAV_tasks_cpl_atmw=30 - export WAV_thrds_cpl_atmw=1 - - export THRD_cpl_c48=1 - export INPES_cpl_c48=1 - export JNPES_cpl_c48=1 - export WPG_cpl_c48=6 - export OCN_tasks_cpl_c48=4 - export ICE_tasks_cpl_c48=4 - - export THRD_cpl_dflt=1 - export INPES_cpl_dflt=3 - export JNPES_cpl_dflt=8; - export WPG_cpl_dflt=6 - export OCN_tasks_cpl_dflt=20 - export ICE_tasks_cpl_dflt=10 - export WAV_tasks_cpl_dflt=20 - - export THRD_cpl_thrd=2 - export INPES_cpl_thrd=3 - export JNPES_cpl_thrd=4 - export WPG_cpl_thrd=6 - export OCN_tasks_cpl_thrd=20 - export OCN_thrds_cpl_thrd=1 - export ICE_tasks_cpl_thrd=10 - export ICE_thrds_cpl_thrd=1 - export WAV_tasks_cpl_thrd=12 - export WAV_thrds_cpl_thrd=2 - - export THRD_cpl_dcmp=1 - export INPES_cpl_dcmp=4 - export JNPES_cpl_dcmp=6 - export WPG_cpl_dcmp=6 - export OCN_tasks_cpl_dcmp=20 - export ICE_tasks_cpl_dcmp=10 - export WAV_tasks_cpl_dcmp=20 - - export THRD_cpl_mpi=1 - export INPES_cpl_mpi=4 - export JNPES_cpl_mpi=8 - export WPG_cpl_mpi=6 - export OCN_tasks_cpl_mpi=34 - export ICE_tasks_cpl_mpi=20 - export WAV_tasks_cpl_mpi=28 - - export THRD_cpl_bmrk=2 - export INPES_cpl_bmrk=8 - export JNPES_cpl_bmrk=8 - export WPG_cpl_bmrk=48 - export OCN_tasks_cpl_bmrk=120 - export OCN_thrds_cpl_bmrk=1 - export ICE_tasks_cpl_bmrk=48 - export ICE_thrds_cpl_bmrk=1 - export WAV_tasks_cpl_bmrk=80 - export WAV_thrds_cpl_bmrk=2 - - export THRD_cpl_c192=2 - export INPES_cpl_c192=6 - export JNPES_cpl_c192=8 - export WPG_cpl_c192=12 - export OCN_tasks_cpl_c192=60 - export ICE_tasks_cpl_c192=24 - export WAV_tasks_cpl_c192=80 - - export ATM_compute_tasks_cdeps_100=12 - export OCN_tasks_cdeps_100=16 - export ICE_tasks_cdeps_100=12 - - export ATM_compute_tasks_cdeps_025=40 - export OCN_tasks_cdeps_025=120 - export ICE_tasks_cdeps_025=48 - - export INPES_aqm=33 - export JNPES_aqm=8 - - export THRD_cpl_unstr=1 - export INPES_cpl_unstr=3 - export JNPES_cpl_unstr=8 - export WPG_cpl_unstr=6 - export OCN_tasks_cpl_unstr=20 - export ICE_tasks_cpl_unstr=10 - export WAV_tasks_cpl_unstr=60 - - export THRD_cpl_unstr_mpi=1 - export INPES_cpl_unstr_mpi=4 - export JNPES_cpl_unstr_mpi=8 - export WPG_cpl_unstr_mpi=6 - export OCN_tasks_cpl_unstr_mpi=34 - export ICE_tasks_cpl_unstr_mpi=20 - export WAV_tasks_cpl_unstr_mpi=50 - - export aqm_omp_num_threads=1 - export atm_omp_num_threads=1 - export chm_omp_num_threads=1 - export ice_omp_num_threads=1 - export lnd_omp_num_threads=1 - export med_omp_num_threads=1 - export ocn_omp_num_threads=1 - export wav_omp_num_threads=1 - export fbh_omp_num_threads=1 +THRD=1 + +export INPES_atmaero=4 +export JNPES_atmaero=8 +export WPG_atmaero=6 + +export THRD_cpl_atmw=1 +export INPES_cpl_atmw=3 +export JNPES_cpl_atmw=8 +export WPG_cpl_atmw=6 +export WAV_tasks_cpl_atmw=30 +export WAV_thrds_cpl_atmw=1 + +export THRD_cpl_c48=1 +export INPES_cpl_c48=1 +export JNPES_cpl_c48=1 +export WPG_cpl_c48=6 +export OCN_tasks_cpl_c48=4 +export ICE_tasks_cpl_c48=4 + +export THRD_cpl_dflt=1 +export INPES_cpl_dflt=3 +export JNPES_cpl_dflt=8; +export WPG_cpl_dflt=6 +export OCN_tasks_cpl_dflt=20 +export ICE_tasks_cpl_dflt=10 +export WAV_tasks_cpl_dflt=20 + +export THRD_cpl_thrd=2 +export INPES_cpl_thrd=3 +export JNPES_cpl_thrd=4 +export WPG_cpl_thrd=6 +export OCN_tasks_cpl_thrd=20 +export OCN_thrds_cpl_thrd=1 +export ICE_tasks_cpl_thrd=10 +export ICE_thrds_cpl_thrd=1 +export WAV_tasks_cpl_thrd=12 +export WAV_thrds_cpl_thrd=2 + +export THRD_cpl_dcmp=1 +export INPES_cpl_dcmp=4 +export JNPES_cpl_dcmp=6 +export WPG_cpl_dcmp=6 +export OCN_tasks_cpl_dcmp=20 +export ICE_tasks_cpl_dcmp=10 +export WAV_tasks_cpl_dcmp=20 + +export THRD_cpl_mpi=1 +export INPES_cpl_mpi=4 +export JNPES_cpl_mpi=8 +export WPG_cpl_mpi=6 +export OCN_tasks_cpl_mpi=34 +export ICE_tasks_cpl_mpi=20 +export WAV_tasks_cpl_mpi=28 + +export THRD_cpl_bmrk=2 +export INPES_cpl_bmrk=8 +export JNPES_cpl_bmrk=8 +export WPG_cpl_bmrk=48 +export OCN_tasks_cpl_bmrk=120 +export OCN_thrds_cpl_bmrk=1 +export ICE_tasks_cpl_bmrk=48 +export ICE_thrds_cpl_bmrk=1 +export WAV_tasks_cpl_bmrk=80 +export WAV_thrds_cpl_bmrk=2 + +export THRD_cpl_c192=2 +export INPES_cpl_c192=6 +export JNPES_cpl_c192=8 +export WPG_cpl_c192=12 +export OCN_tasks_cpl_c192=60 +export ICE_tasks_cpl_c192=24 +export WAV_tasks_cpl_c192=80 + +export ATM_compute_tasks_cdeps_100=12 +export OCN_tasks_cdeps_100=16 +export ICE_tasks_cdeps_100=12 + +export ATM_compute_tasks_cdeps_025=40 +export OCN_tasks_cdeps_025=120 +export ICE_tasks_cdeps_025=48 + +export INPES_aqm=33 +export JNPES_aqm=8 + +export THRD_cpl_unstr=1 +export INPES_cpl_unstr=3 +export JNPES_cpl_unstr=8 +export WPG_cpl_unstr=6 +export OCN_tasks_cpl_unstr=20 +export ICE_tasks_cpl_unstr=10 +export WAV_tasks_cpl_unstr=60 + +export THRD_cpl_unstr_mpi=1 +export INPES_cpl_unstr_mpi=4 +export JNPES_cpl_unstr_mpi=8 +export WPG_cpl_unstr_mpi=6 +export OCN_tasks_cpl_unstr_mpi=34 +export ICE_tasks_cpl_unstr_mpi=20 +export WAV_tasks_cpl_unstr_mpi=50 + +export aqm_omp_num_threads=1 +export atm_omp_num_threads=1 +export chm_omp_num_threads=1 +export ice_omp_num_threads=1 +export lnd_omp_num_threads=1 +export med_omp_num_threads=1 +export ocn_omp_num_threads=1 +export wav_omp_num_threads=1 +export fbh_omp_num_threads=1 + +export histaux_enabled=.false. if [[ ${MACHINE_ID} = wcoss2 || ${MACHINE_ID} = acorn ]]; then @@ -300,7 +302,7 @@ elif [[ ${MACHINE_ID} = s4 ]]; then export ICE_tasks_cpl_bmrk=48 export WAV_tasks_cpl_bmrk=80 -elif [[ ${MACHINE_ID} = gaea ]]; then +elif [[ ${MACHINE_ID} = gaeac5 ]]; then export TPN=128 @@ -321,6 +323,26 @@ elif [[ ${MACHINE_ID} = gaea ]]; then export WPG_cpl_atmw_gdas=24 export WAV_tasks_atmw_gdas=264 +elif [[ ${MACHINE_ID} = gaeac6 ]]; then + + export TPN=192 + + export INPES_dflt=3 + export JNPES_dflt=8 + export INPES_thrd=3 + export JNPES_thrd=4 + export INPES_c384=6 + export JNPES_c384=8 + export THRD_c384=1 + export INPES_c768=8 + export JNPES_c768=16 + export THRD_c768=2 + + export THRD_cpl_atmw_gdas=3 + export INPES_cpl_atmw_gdas=6 + export JNPES_cpl_atmw_gdas=8 + export WPG_cpl_atmw_gdas=24 + export WAV_tasks_atmw_gdas=264 elif [[ ${MACHINE_ID} = derecho ]]; then export TPN=128 @@ -419,6 +441,7 @@ export CMP_DATAONLY=false # Defaults for ufs.configure export esmf_logkind="ESMF_LOGKIND_MULTI" +export ESMF_THREADING=true export DumpFields="false" export MED_history_n=1000000 export RESTART_FH=" " @@ -505,7 +528,7 @@ else fi # ufs.configure defaults -export UFS_CONFIGURE=ufs.configure.atm_esmf.IN +export UFS_CONFIGURE=ufs.configure.atm.IN export MODEL_CONFIGURE=model_configure.IN export atm_model=fv3 @@ -1336,7 +1359,7 @@ export_fire_behavior() { # Defaults for the coupled 5-component export_cmeps() { - export UFS_CONFIGURE=ufs.configure.s2swa_fast_esmf.IN + export UFS_CONFIGURE=ufs.configure.s2swa_fast.IN export med_model=cmeps export atm_model=fv3 export chm_model=gocart diff --git a/tests/detect_machine.sh b/tests/detect_machine.sh index 0bd0535d8a..99419f3555 100755 --- a/tests/detect_machine.sh +++ b/tests/detect_machine.sh @@ -21,8 +21,10 @@ case $(hostname -f) in dlogin0[1-9].dogwood.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; ### dogwood01-9 dlogin10.dogwood.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; ### dogwood10 - gaea5[1-8]) MACHINE_ID=gaea ;; ### gaea51-58 - gaea5[1-8].ncrc.gov) MACHINE_ID=gaea ;; ### gaea51-58 + gaea5[1-8]) MACHINE_ID=gaeac5 ;; ### gaea51-58 + gaea5[1-8].ncrc.gov) MACHINE_ID=gaeac5 ;; ### gaea51-58 + gaea6[1-8]) MACHINE_ID=gaeac6 ;; ### gaea61-68 + gaea6[1-8].ncrc.gov) MACHINE_ID=gaeac6 ;; ### gaea61-68 hfe0[1-9]) MACHINE_ID=hera ;; ### hera01-09 hfe1[0-2]) MACHINE_ID=hera ;; ### hera10-12 @@ -94,9 +96,12 @@ elif [[ -d /work ]]; then else MACHINE_ID=orion fi -elif [[ -d /gpfs && -d /ncrc ]]; then - # We are on GAEA. - MACHINE_ID=gaea +elif [[ -d /gpfs/f5 && -d /ncrc ]]; then + # We are on GAEA C5. + MACHINE_ID=gaeac5 +elif [[ -d /gpfs/f6 && -d /ncrc ]]; then + # We are on GAEA C6. + MACHINE_ID=gaeac6 elif [[ -d /data/prod ]]; then # We are on SSEC's S4 MACHINE_ID=s4 diff --git a/tests/fv3_conf/compile_slurm.IN_gaea b/tests/fv3_conf/compile_slurm.IN_gaeac5 similarity index 100% rename from tests/fv3_conf/compile_slurm.IN_gaea rename to tests/fv3_conf/compile_slurm.IN_gaeac5 diff --git a/tests/fv3_conf/compile_slurm.IN_gaeac6 b/tests/fv3_conf/compile_slurm.IN_gaeac6 new file mode 100644 index 0000000000..9f5bf9c304 --- /dev/null +++ b/tests/fv3_conf/compile_slurm.IN_gaeac6 @@ -0,0 +1,22 @@ +#!/bin/bash -l +#SBATCH -e err +#SBATCH -o out +#SBATCH --account=@[ACCNR] +##SBATCH --qos=@[QUEUE] +#SBATCH --clusters=es +#SBATCH --partition=eslogin_c6 +#SBATCH --nodes=1 +#SBATCH --ntasks-per-node=8 +#SBATCH --mem-per-cpu=4G +#SBATCH --time=180 +#SBATCH --job-name="@[JBNME]" + +set -eux + +echo -n " $( date +%s )," > job_timestamp.txt +echo "Compile started: " `date` + +@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_ID] @[RT_COMPILER] + +echo "Compile ended: " `date` +echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/fv3_conf/fv3_qsub.IN_acorn b/tests/fv3_conf/fv3_qsub.IN_acorn index b3d0102328..5cb4781c23 100644 --- a/tests/fv3_conf/fv3_qsub.IN_acorn +++ b/tests/fv3_conf/fv3_qsub.IN_acorn @@ -10,10 +10,11 @@ #PBS -l walltime=00:@[WLCLK]:00 set -eux -echo -n " $( date +%s )," > job_timestamp.txt cd $PBS_O_WORKDIR +echo -n " $( date +%s )," > job_timestamp.txt + set +x module use $PWD/modulefiles module load modules.fv3 diff --git a/tests/fv3_conf/fv3_qsub.IN_wcoss2 b/tests/fv3_conf/fv3_qsub.IN_wcoss2 index b3d0102328..5cb4781c23 100644 --- a/tests/fv3_conf/fv3_qsub.IN_wcoss2 +++ b/tests/fv3_conf/fv3_qsub.IN_wcoss2 @@ -10,10 +10,11 @@ #PBS -l walltime=00:@[WLCLK]:00 set -eux -echo -n " $( date +%s )," > job_timestamp.txt cd $PBS_O_WORKDIR +echo -n " $( date +%s )," > job_timestamp.txt + set +x module use $PWD/modulefiles module load modules.fv3 diff --git a/tests/fv3_conf/fv3_slurm.IN_gaea b/tests/fv3_conf/fv3_slurm.IN_gaeac5 similarity index 100% rename from tests/fv3_conf/fv3_slurm.IN_gaea rename to tests/fv3_conf/fv3_slurm.IN_gaeac5 diff --git a/tests/fv3_conf/fv3_slurm.IN_gaeac6 b/tests/fv3_conf/fv3_slurm.IN_gaeac6 new file mode 100644 index 0000000000..9511554fb7 --- /dev/null +++ b/tests/fv3_conf/fv3_slurm.IN_gaeac6 @@ -0,0 +1,49 @@ +#!/bin/bash -l +#SBATCH -e err +#SBATCH -o out +#SBATCH --job-name="@[JBNME]" +#SBATCH --account=@[ACCNR] +#SBATCH --qos=@[QUEUE] +#SBATCH --clusters=c6 +#SBATCH --partition=batch +#SBATCH --nodes=@[NODES] +#SBATCH --ntasks-per-node=@[TPN] +#SBATCH --time=@[WLCLK] + +set -eux +echo -n " $( date +%s )," > job_timestamp.txt + +set +x +MACHINE_ID=gaeac6 +source ./module-setup.sh +module use --prepend $PWD/modulefiles +module load modules.fv3 +module list +set -x + +echo "Model started: " `date` + +export OMP_NUM_THREADS=@[THRD] +export OMP_STACKSIZE=1024M +export NC_BLKSZ=1M +export ESMF_RUNTIME_PROFILE=ON +export ESMF_RUNTIME_PROFILE_OUTPUT="SUMMARY" +export FI_VERBS_PREFER_XRC=0 +export FI_CXI_RX_MATCH_MODE=hybrid +export COMEX_EAGER_THRESHOLD=65536 +export FI_CXI_RDZV_THRESHOLD=65536 + +# Avoid job errors because of filesystem synchronization delays +sync && sleep 1 + +# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. +if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then + echo "The job should abort now, with exit status 1." 1>&2 + echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2 + false +fi + +srun --label -n @[TASKS] ./fv3.exe + +echo "Model ended: " `date` +echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/fv3_conf/fv3_slurm.IN_hercules b/tests/fv3_conf/fv3_slurm.IN_hercules index 36583d3fa5..c474cea31a 100644 --- a/tests/fv3_conf/fv3_slurm.IN_hercules +++ b/tests/fv3_conf/fv3_slurm.IN_hercules @@ -41,6 +41,8 @@ if [[ @[RT_COMPILER] == intel ]]; then elif [[ @[RT_COMPILER] == gnu ]]; then # For mvapich2 export MV2_SHMEM_COLL_NUM_COMM=128 + export MV2_HOMOGENEOUS_CLUSTER=1 + export MV2_USE_ALIGNED_ALLOC=1 fi # Avoid job errors because of filesystem synchronization delays diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index 4fd215fb50..005fdb443e 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,387 +1,3 @@ -Mon Oct 21 19:48:59 UTC 2024 +Thu Jan 2 18:23:19 UTC 2025 Start Operation Requirement Test - -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1401223/bit_base_bit_base -Checking test bit_base results .... -Moving baseline bit_base files .... - Moving sfcf000.nc .........OK - Moving sfcf021.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf021.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF21 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF21 .........OK - Moving GFSPRS.GrbF24 .........OK - Moving RESTART/20210323.060000.coupler.res .........OK - Moving RESTART/20210323.060000.fv_core.res.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile1.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile2.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile3.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile4.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile5.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile6.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile4.nc .........OK - 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 = 306.702972 - 0: The maximum resident set size (KB) = 1441656 - -Test bit_base PASS - - -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1401223/dbg_base_dbg_base -Checking test dbg_base results .... -Moving baseline dbg_base files .... - Moving sfcf000.nc .........OK - Moving sfcf021.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf021.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF21 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF21 .........OK - Moving GFSPRS.GrbF24 .........OK - Moving RESTART/20210323.060000.coupler.res .........OK - Moving RESTART/20210323.060000.fv_core.res.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile1.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile2.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile3.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile4.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile5.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile6.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile4.nc .........OK - 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 = 946.656819 - 0: The maximum resident set size (KB) = 1405800 - -Test dbg_base PASS - - -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1401223/dcp_dcp -Checking test dcp results .... - Comparing sfcf000.nc .....USING NCCMP......OK - Comparing sfcf021.nc .....USING NCCMP......OK - Comparing sfcf024.nc .....USING NCCMP......OK - Comparing atmf000.nc .....USING NCCMP......OK - Comparing atmf021.nc .....USING NCCMP......OK - Comparing atmf024.nc .....USING NCCMP......OK - Comparing GFSFLX.GrbF00 .....USING CMP......OK - Comparing GFSFLX.GrbF21 .....USING CMP......OK - Comparing GFSFLX.GrbF24 .....USING CMP......OK - Comparing GFSPRS.GrbF00 .....USING CMP......OK - Comparing GFSPRS.GrbF21 .....USING CMP......OK - Comparing GFSPRS.GrbF24 .....USING CMP......OK - Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK - Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - - 0: The total amount of wall time = 278.080934 - 0: The maximum resident set size (KB) = 1417788 - -Test dcp PASS - - -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1401223/mpi_mpi -Checking test mpi results .... - Comparing sfcf000.nc .....USING NCCMP......OK - Comparing sfcf021.nc .....USING NCCMP......OK - Comparing sfcf024.nc .....USING NCCMP......OK - Comparing atmf000.nc .....USING NCCMP......OK - Comparing atmf021.nc .....USING NCCMP......OK - Comparing atmf024.nc .....USING NCCMP......OK - Comparing GFSFLX.GrbF00 .....USING CMP......OK - Comparing GFSFLX.GrbF21 .....USING CMP......OK - Comparing GFSFLX.GrbF24 .....USING CMP......OK - Comparing GFSPRS.GrbF00 .....USING CMP......OK - Comparing GFSPRS.GrbF21 .....USING CMP......OK - Comparing GFSPRS.GrbF24 .....USING CMP......OK - Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK - Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - - 0: The total amount of wall time = 279.382382 - 0: The maximum resident set size (KB) = 1419056 - -Test mpi PASS - - -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1401223/rst_rst -Checking test rst results .... - Comparing sfcf000.nc .....USING NCCMP......OK - Comparing sfcf021.nc .....USING NCCMP......OK - Comparing sfcf024.nc .....USING NCCMP......OK - Comparing atmf000.nc .....USING NCCMP......OK - Comparing atmf021.nc .....USING NCCMP......OK - Comparing atmf024.nc .....USING NCCMP......OK - Comparing GFSFLX.GrbF00 .....USING CMP......OK - Comparing GFSFLX.GrbF21 .....USING CMP......OK - Comparing GFSFLX.GrbF24 .....USING CMP......OK - Comparing GFSPRS.GrbF00 .....USING CMP......OK - Comparing GFSPRS.GrbF21 .....USING CMP......OK - Comparing GFSPRS.GrbF24 .....USING CMP......OK - Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK - Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - - 0: The total amount of wall time = 275.205034 - 0: The maximum resident set size (KB) = 1430944 - -Test rst PASS - - -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1401223/std_base_std_base -Checking test std_base results .... -Moving baseline std_base files .... - Moving sfcf000.nc .........OK - Moving sfcf021.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf021.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF21 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF21 .........OK - Moving GFSPRS.GrbF24 .........OK - Moving RESTART/20210323.060000.coupler.res .........OK - Moving RESTART/20210323.060000.fv_core.res.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Moving RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Moving RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile1.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile2.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile3.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile4.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile5.nc .........OK - Moving RESTART/20210323.060000.phy_data.tile6.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 279.070769 - 0: The maximum resident set size (KB) = 1403488 - -Test std_base PASS - - -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1401223/thr_thr -Checking test thr results .... - Comparing sfcf000.nc .....USING NCCMP......OK - Comparing sfcf021.nc .....USING NCCMP......OK - Comparing sfcf024.nc .....USING NCCMP......OK - Comparing atmf000.nc .....USING NCCMP......OK - Comparing atmf021.nc .....USING NCCMP......OK - Comparing atmf024.nc .....USING NCCMP......OK - Comparing GFSFLX.GrbF00 .....USING CMP......OK - Comparing GFSFLX.GrbF21 .....USING CMP......OK - Comparing GFSFLX.GrbF24 .....USING CMP......OK - Comparing GFSPRS.GrbF00 .....USING CMP......OK - Comparing GFSPRS.GrbF21 .....USING CMP......OK - Comparing GFSPRS.GrbF24 .....USING CMP......OK - Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK - Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - - 0: The total amount of wall time = 327.912024 - 0: The maximum resident set size (KB) = 1419068 - -Test thr PASS - -OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon Oct 21 21:03:27 UTC 2024 -Elapsed time: 01h:14m:28s. 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 df058cd5d3..673fa37789 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 Oct 21 18:13:22 UTC 2024 +Thu Jan 2 15:59:37 UTC 2025 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_311611/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3410713/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 = 2424.448685 - 0: The maximum resident set size (KB) = 1511852 + 0: The total amount of wall time = 4360.076088 + 0: The maximum resident set size (KB) = 1511064 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_311611/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3410713/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 = 798.111971 - 0: The maximum resident set size (KB) = 1504600 + 0: The total amount of wall time = 1183.026821 + 0: The maximum resident set size (KB) = 1506460 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_311611/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3410713/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 = 784.776830 - 0: The maximum resident set size (KB) = 1507688 + 0: The total amount of wall time = 1173.931430 + 0: The maximum resident set size (KB) = 1513996 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon Oct 21 19:48:58 UTC 2024 -Elapsed time: 01h:35m:37s. Have a nice day! +Thu Jan 2 18:23:19 UTC 2025 +Elapsed time: 02h:23m:44s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index de7d11ca0e..e68feebc0b 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Mon Oct 21 15:35:17 UTC 2024 +Thu Jan 2 13:26:04 UTC 2025 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3613607/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2096974/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving dynf000.nc .........OK @@ -15,14 +15,14 @@ Moving baseline bit_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 1387.422370 - 0: The maximum resident set size (KB) = 763032 + 0: The total amount of wall time = 1413.721963 + 0: The maximum resident set size (KB) = 780968 Test bit_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3613607/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2096974/dcp_dcp Checking test dcp results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -33,14 +33,14 @@ Checking test dcp results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2284.264268 - 0: The maximum resident set size (KB) = 710292 + 0: The total amount of wall time = 2244.753151 + 0: The maximum resident set size (KB) = 733640 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3613607/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2096974/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving dynf000.nc .........OK @@ -52,14 +52,14 @@ Moving baseline std_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 2289.920746 - 0: The maximum resident set size (KB) = 719844 + 0: The total amount of wall time = 2206.629881 + 0: The maximum resident set size (KB) = 721784 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3613607/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2096974/thr_thr Checking test thr results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -70,11 +70,11 @@ Checking test thr results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2287.377209 - 0: The maximum resident set size (KB) = 709840 + 0: The total amount of wall time = 2205.361410 + 0: The maximum resident set size (KB) = 725540 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon Oct 21 18:13:21 UTC 2024 -Elapsed time: 02h:38m:05s. Have a nice day! +Thu Jan 2 15:59:35 UTC 2025 +Elapsed time: 02h:33m:31s. Have a nice day! diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index 3d67e59cd4..9e0b6478cc 100644 --- a/tests/logs/RegressionTests_acorn.log +++ b/tests/logs/RegressionTests_acorn.log @@ -1,15 +1,15 @@ ====START OF ACORN REGRESSION TESTING LOG==== UFSWM hash used in testing: -19498cc1894245fe8afe365dd87dbe5d8862b35f +572eba512daea70468af6d74c0134781118e9f0a Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 51f8cd20c15fe39ef1168d59d5077812b6508544 CDEPS-interface/CDEPS (remotes/origin/sync_escomp_2024-10) + c7ea491e6fd99e459af977bfd57fa14aa6a349eb CDEPS-interface/CDEPS (remotes/origin/sync_escomp_2024-12-16) ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) - 507ca48f4586fbeb7b0e23e5cfa9321bc3f02a1d CMEPS-interface/CMEPS (cmeps_v0.4.1-3103-g507ca48f) + b5d1cc189fced4abcb13fc70ed2febb2aef61757 CMEPS-interface/CMEPS (cmeps_v0.4.1-2313-gb5d1cc1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) 1648e176fa869d0ca9ce9ea5822b3594afd8c353 FV3 (heads/develop) 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) @@ -39,267 +39,267 @@ 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-20241212 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_1416340 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_3668978 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:25, 11:29] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:39, 02:37](3189 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:26, 11:31] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [15:29, 11:16](3190 MB) -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [13:26, 11:58] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [10:39, 03:44](1905 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [50:15, 04:22](1965 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [49:33, 03:59](1075 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [10:40, 03:26](1882 MB) +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [13:26, 12:11] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [20:22, 15:48](1907 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [30:34, 16:41](1950 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [19:14, 07:41](1081 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:25, 18:24](1888 MB) -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [13:27, 11:57] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [10:38, 02:16](1902 MB) +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [13:26, 12:05] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:23, 15:19](1902 MB) -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:20, 05:26] ( 1500 warnings 1986 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [16:46, 03:26](1954 MB) +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:21, 05:28] ( 1500 warnings 1986 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [32:24, 28:17](1943 MB) -PASS -- COMPILE 's2swa_intel' [13:28, 11:39] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [10:37, 03:13](3228 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:37, 02:47](3226 MB) -PASS -- TEST 'cpld_restart_p8_intel' [49:01, 02:33](3156 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:37, 03:09](3244 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [45:17, 01:56](3173 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:37, 02:27](3461 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:37, 02:26](3220 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [10:38, 02:42](3168 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:37, 02:58](3227 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:37, 03:08](3200 MB) +PASS -- COMPILE 's2swa_intel' [13:28, 11:33] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [25:12, 14:37](3226 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [29:40, 14:26](3226 MB) +PASS -- TEST 'cpld_restart_p8_intel' [15:53, 08:03](3156 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [25:06, 14:29](3245 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [15:58, 07:59](3171 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [37:39, 30:00](3451 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [26:17, 14:21](3218 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [22:24, 11:38](3168 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [29:38, 14:24](3228 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:06, 08:09](3202 MB) -PASS -- COMPILE 's2sw_intel' [12:27, 10:53] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [11:38, 01:58](1917 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:38, 03:02](1980 MB) +PASS -- COMPILE 's2sw_intel' [12:27, 11:08] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [10:31, 07:37](1917 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [16:01, 12:13](1980 MB) -PASS -- COMPILE 's2s_aoflux_intel' [11:25, 09:59] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [12:39, 03:15](1977 MB) +PASS -- COMPILE 's2s_aoflux_intel' [12:26, 10:21] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:56, 05:06](1979 MB) PASS -- COMPILE 's2s_intel' [11:25, 10:14] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [12:39, 02:52](2884 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [12:39, 02:45](2891 MB) -PASS -- TEST 'cpld_restart_c48_intel' [07:10, 01:36](2308 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:32, 15:45] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [06:33, 02:48](3227 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [12:27, 11:14] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [11:38, 02:24](1918 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [42:42, 02:18](1109 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [42:37, 02:48](1901 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:20, 05:15] ( 1500 warnings 1986 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [09:26, 02:23](1957 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:25, 09:29] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [01:04, 01:29](662 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [58:27, 01:28](1556 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [56:09, 01:42](1564 MB) -PASS -- TEST 'control_latlon_intel' [55:32, 01:59](1562 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [52:11, 01:55](1560 MB) -PASS -- TEST 'control_c48_intel' [48:11, 02:19](1581 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [46:32, 02:11](707 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [46:32, 01:47](1579 MB) -PASS -- TEST 'control_c192_intel' [45:05, 02:04](1687 MB) -PASS -- TEST 'control_c384_intel' [44:21, 02:39](1968 MB) -PASS -- TEST 'control_c384gdas_intel' [44:02, 03:36](1162 MB) -PASS -- TEST 'control_stochy_intel' [42:03, 01:22](614 MB) -PASS -- TEST 'control_stochy_restart_intel' [36:30, 01:41](423 MB) -PASS -- TEST 'control_lndp_intel' [41:13, 01:49](615 MB) -PASS -- TEST 'control_iovr4_intel' [40:52, 01:47](616 MB) -PASS -- TEST 'control_iovr5_intel' [40:30, 01:44](616 MB) -PASS -- TEST 'control_p8_intel' [40:24, 02:55](1850 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [39:33, 03:36](1856 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [39:24, 02:57](1849 MB) -PASS -- TEST 'control_restart_p8_intel' [29:00, 02:45](1009 MB) -PASS -- TEST 'control_noqr_p8_intel' [39:20, 02:36](1855 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [27:39, 02:34](1014 MB) -PASS -- TEST 'control_decomp_p8_intel' [39:15, 02:22](1855 MB) -PASS -- TEST 'control_2threads_p8_intel' [39:00, 02:37](1934 MB) -PASS -- TEST 'control_p8_lndp_intel' [38:31, 01:49](1852 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [38:08, 03:07](1908 MB) -PASS -- TEST 'control_p8_mynn_intel' [38:00, 02:50](1857 MB) -PASS -- TEST 'merra2_thompson_intel' [37:57, 03:51](1854 MB) -PASS -- TEST 'regional_control_intel' [36:57, 02:05](887 MB) -PASS -- TEST 'regional_restart_intel' [29:03, 01:20](874 MB) -PASS -- TEST 'regional_decomp_intel' [34:41, 01:30](891 MB) -PASS -- TEST 'regional_2threads_intel' [33:17, 02:08](1020 MB) -PASS -- TEST 'regional_noquilt_intel' [32:32, 01:12](1219 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [32:32, 01:58](896 MB) -PASS -- TEST 'regional_wofs_intel' [31:53, 01:48](1591 MB) - -PASS -- COMPILE 'rrfs_intel' [10:25, 08:43] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [02:14, 03:15](1002 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [02:15, 02:26](1158 MB) -PASS -- TEST 'rap_decomp_intel' [02:14, 04:01](999 MB) -PASS -- TEST 'rap_2threads_intel' [02:14, 02:39](1083 MB) -PASS -- TEST 'rap_restart_intel' [31:54, 03:19](882 MB) -PASS -- TEST 'rap_sfcdiff_intel' [02:13, 03:43](998 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [02:13, 03:26](997 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [30:34, 03:09](886 MB) -PASS -- TEST 'hrrr_control_intel' [02:13, 03:44](999 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [02:13, 02:35](991 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [30:22, 03:47](1067 MB) -PASS -- TEST 'hrrr_control_restart_intel' [30:12, 01:37](833 MB) -PASS -- TEST 'rrfs_v1beta_intel' [28:10, 04:02](995 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [28:08, 01:37](1956 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [28:00, 01:52](1947 MB) - -PASS -- COMPILE 'csawmg_intel' [09:23, 08:05] -PASS -- TEST 'control_csawmg_intel' [02:15, 01:22](952 MB) -PASS -- TEST 'control_ras_intel' [02:15, 01:43](655 MB) - -PASS -- COMPILE 'wam_intel' [09:23, 08:13] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [02:15, 02:04](1639 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:23, 08:27] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [27:52, 03:19](1849 MB) -PASS -- TEST 'regional_control_faster_intel' [27:47, 02:09](896 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:22, 07:37] ( 867 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [27:35, 02:10](1602 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [27:20, 01:34](1610 MB) -PASS -- TEST 'control_stochy_debug_intel' [26:43, 01:39](803 MB) -PASS -- TEST 'control_lndp_debug_intel' [25:42, 01:40](808 MB) -PASS -- TEST 'control_csawmg_debug_intel' [25:36, 01:56](1112 MB) -PASS -- TEST 'control_ras_debug_intel' [24:52, 01:49](814 MB) -PASS -- TEST 'control_diag_debug_intel' [24:43, 02:17](1655 MB) -PASS -- TEST 'control_debug_p8_intel' [24:41, 01:43](1903 MB) -PASS -- TEST 'regional_debug_intel' [24:29, 02:02](940 MB) -PASS -- TEST 'rap_control_debug_intel' [24:30, 01:36](1192 MB) -PASS -- TEST 'hrrr_control_debug_intel' [24:12, 01:27](1183 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [24:03, 01:25](1185 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [23:42, 01:47](1187 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [22:43, 01:45](1189 MB) -PASS -- TEST 'rap_diag_debug_intel' [22:40, 02:01](1271 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [22:26, 02:03](1192 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [21:39, 01:37](1189 MB) -PASS -- TEST 'rap_lndp_debug_intel' [21:17, 01:57](1190 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [21:08, 02:06](1189 MB) -PASS -- TEST 'rap_noah_debug_intel' [21:00, 02:08](1182 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [20:59, 01:43](1193 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [20:55, 01:40](1185 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [20:39, 01:33](1183 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [20:11, 01:37](1187 MB) -PASS -- TEST 'rap_flake_debug_intel' [20:10, 01:37](1189 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [19:30, 03:25](1189 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:19, 04:25] ( 823 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [04:18, 02:01](1686 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:23, 08:07] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [19:23, 01:39](1025 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [18:58, 03:05](875 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [17:48, 04:44](876 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [17:44, 02:51](931 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [17:41, 04:45](921 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [16:54, 03:15](867 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:37, 03:20](791 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [07:28, 01:49](762 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:25, 08:06] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [16:30, 01:53](1080 MB) -PASS -- TEST 'conus13km_2threads_intel' [09:17, 02:02](1063 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [06:56, 01:18](958 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:24, 08:15] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [15:46, 02:22](897 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:20, 04:30] ( 771 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [15:34, 01:54](1060 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [15:28, 02:01](1056 MB) -PASS -- TEST 'conus13km_debug_intel' [15:21, 01:52](1170 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [14:59, 02:09](835 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [14:12, 02:14](1137 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:05, 01:32](1244 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:19, 04:25] ( 771 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [12:54, 02:14](1088 MB) - -PASS -- COMPILE 'hafsw_intel' [13:28, 09:59] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [12:06, 02:20](684 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [11:54, 01:49](1048 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:43, 02:17](754 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [11:34, 03:13](766 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [10:25, 03:15](790 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:22, 01:55](464 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:05, 02:57](480 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [09:36, 02:05](377 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:39, 03:24](432 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:52, 02:21](498 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:15, 02:20](497 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:16, 02:19](561 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [06:00, 02:12](405 MB) -PASS -- TEST 'gnv1_nested_intel' [04:58, 04:08](1696 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [09:23, 04:51] ( 1444 warnings 1489 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [04:54, 01:58](618 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [15:29, 09:45] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [03:51, 02:13](607 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [03:21, 01:54](782 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:28, 09:50] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [03:17, 02:14](784 MB) - -PASS -- COMPILE 'hafs_all_intel' [17:32, 09:07] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [02:57, 02:20](734 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [02:20, 02:53](716 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [02:12, 01:36](896 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [21:34, 09:18] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [01:59, 02:11](765 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [55:33, 02:09](755 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [01:20, 01:47](643 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [59:48, 01:41](646 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [59:10, 01:38](643 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [58:07, 01:30](753 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [58:03, 02:06](765 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [57:40, 01:42](646 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [57:18, 02:25](690 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [55:57, 02:32](677 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [55:24, 01:54](766 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [55:02, 01:17](2033 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [54:52, 02:08](2032 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [21:37, 09:13] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [54:47, 01:59](753 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [12:26, 00:48] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [54:44, 01:53](302 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [53:45, 02:13](447 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [48:12, 01:23](451 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [21:35, 10:08] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [53:26, 01:48](1915 MB) - -PASS -- COMPILE 'atml_intel' [21:36, 09:33] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [53:18, 03:13](1878 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [52:43, 02:59](1878 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [39:17, 02:08](1021 MB) - -PASS -- COMPILE 'atml_debug_intel' [16:30, 05:24] ( 866 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [52:41, 03:03](1922 MB) - -PASS -- COMPILE 'atmw_intel' [15:30, 09:05] ( 9 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [52:14, 03:08](1880 MB) +PASS -- TEST 'cpld_control_c48_intel' [08:28, 06:09](2878 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:26, 02:12](2892 MB) +PASS -- TEST 'cpld_restart_c48_intel' [05:07, 01:26](2303 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:31, 15:49] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [29:19, 14:18](3225 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [13:29, 11:38] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [29:06, 25:47](1918 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [18:59, 13:01](1089 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [37:05, 30:28](1899 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:20, 05:12] ( 1500 warnings 1986 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [50:20, 30:06](1967 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:25, 09:27] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [19:48, 03:55](662 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [20:09, 03:12](1557 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [18:09, 03:16](1565 MB) +PASS -- TEST 'control_latlon_intel' [19:02, 03:18](1564 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [16:15, 03:20](1570 MB) +PASS -- TEST 'control_c48_intel' [19:24, 10:26](1581 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [12:58, 05:59](707 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [16:20, 10:26](1578 MB) +PASS -- TEST 'control_c192_intel' [18:18, 11:32](1687 MB) +PASS -- TEST 'control_c384_intel' [19:36, 14:00](1985 MB) +PASS -- TEST 'control_c384gdas_intel' [16:23, 09:03](1160 MB) +PASS -- TEST 'control_stochy_intel' [06:33, 01:51](617 MB) +PASS -- TEST 'control_stochy_restart_intel' [07:36, 01:14](422 MB) +PASS -- TEST 'control_lndp_intel' [05:32, 01:48](615 MB) +PASS -- TEST 'control_iovr4_intel' [06:35, 02:42](610 MB) +PASS -- TEST 'control_iovr5_intel' [06:34, 02:35](617 MB) +PASS -- TEST 'control_p8_intel' [09:19, 03:37](1850 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [09:21, 03:06](1857 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [10:22, 03:45](1849 MB) +PASS -- TEST 'control_restart_p8_intel' [06:17, 02:07](991 MB) +PASS -- TEST 'control_noqr_p8_intel' [09:38, 03:37](1855 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [07:40, 02:09](1019 MB) +PASS -- TEST 'control_decomp_p8_intel' [10:36, 03:43](1854 MB) +PASS -- TEST 'control_2threads_p8_intel' [14:44, 07:36](1930 MB) +PASS -- TEST 'control_p8_lndp_intel' [13:01, 06:24](1859 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [12:24, 04:03](1908 MB) +PASS -- TEST 'control_p8_mynn_intel' [11:11, 03:10](1857 MB) +PASS -- TEST 'merra2_thompson_intel' [12:52, 03:27](1854 MB) +PASS -- TEST 'regional_control_intel' [08:54, 05:21](891 MB) +PASS -- TEST 'regional_restart_intel' [05:49, 03:00](876 MB) +PASS -- TEST 'regional_decomp_intel' [09:49, 05:24](887 MB) +PASS -- TEST 'regional_2threads_intel' [13:51, 07:33](1017 MB) +PASS -- TEST 'regional_noquilt_intel' [09:51, 04:59](1219 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [09:49, 05:09](891 MB) +PASS -- TEST 'regional_wofs_intel' [10:50, 06:56](1583 MB) + +PASS -- COMPILE 'rrfs_intel' [10:23, 08:46] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [13:25, 07:14](1000 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:15, 04:29](1159 MB) +PASS -- TEST 'rap_decomp_intel' [11:31, 07:32](1003 MB) +PASS -- TEST 'rap_2threads_intel' [20:32, 15:57](1076 MB) +PASS -- TEST 'rap_restart_intel' [10:36, 03:56](883 MB) +PASS -- TEST 'rap_sfcdiff_intel' [12:23, 07:18](999 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:32, 07:35](996 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [13:28, 05:23](888 MB) +PASS -- TEST 'hrrr_control_intel' [10:26, 03:51](996 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [10:29, 03:55](991 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [14:42, 08:01](1068 MB) +PASS -- TEST 'hrrr_control_restart_intel' [08:37, 02:05](833 MB) +PASS -- TEST 'rrfs_v1beta_intel' [15:22, 07:10](995 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [13:39, 09:28](1956 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [14:40, 09:14](1944 MB) + +PASS -- COMPILE 'csawmg_intel' [09:22, 08:04] +PASS -- TEST 'control_csawmg_intel' [23:08, 06:56](952 MB) +PASS -- TEST 'control_ras_intel' [16:42, 03:26](650 MB) + +PASS -- COMPILE 'wam_intel' [10:23, 08:13] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [17:08, 12:13](1640 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:23, 08:26] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [08:21, 03:06](1849 MB) +PASS -- TEST 'regional_control_faster_intel' [06:47, 05:06](893 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:23, 07:27] ( 867 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [22:20, 02:38](1607 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [22:29, 02:37](1603 MB) +PASS -- TEST 'control_stochy_debug_intel' [18:48, 03:37](806 MB) +PASS -- TEST 'control_lndp_debug_intel' [18:49, 03:06](805 MB) +PASS -- TEST 'control_csawmg_debug_intel' [24:19, 05:01](1112 MB) +PASS -- TEST 'control_ras_debug_intel' [18:49, 03:14](810 MB) +PASS -- TEST 'control_diag_debug_intel' [22:24, 03:19](1655 MB) +PASS -- TEST 'control_debug_p8_intel' [22:15, 02:59](1904 MB) +PASS -- TEST 'regional_debug_intel' [23:16, 18:17](939 MB) +PASS -- TEST 'rap_control_debug_intel' [10:37, 05:42](1192 MB) +PASS -- TEST 'hrrr_control_debug_intel' [10:39, 05:34](1184 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [09:35, 05:37](1186 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [09:35, 05:47](1188 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [10:33, 05:38](1189 MB) +PASS -- TEST 'rap_diag_debug_intel' [10:46, 05:47](1272 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [09:34, 05:49](1192 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [10:34, 05:52](1188 MB) +PASS -- TEST 'rap_lndp_debug_intel' [12:38, 05:33](1192 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [13:40, 05:31](1188 MB) +PASS -- TEST 'rap_noah_debug_intel' [13:39, 05:31](1183 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [12:38, 05:45](1189 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [14:41, 09:03](1185 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [10:36, 05:28](1183 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [11:38, 05:33](1188 MB) +PASS -- TEST 'rap_flake_debug_intel' [11:37, 05:46](1189 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [16:41, 09:29](1189 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:19, 04:23] ( 823 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [26:18, 14:10](1686 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:22, 08:03] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [10:16, 04:22](1029 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [12:17, 05:58](875 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [11:30, 03:26](880 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [20:23, 13:47](922 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [14:52, 07:13](930 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [10:59, 03:34](870 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:32, 04:29](789 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:30, 02:00](763 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:25, 08:05] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [08:13, 02:20](1082 MB) +PASS -- TEST 'conus13km_2threads_intel' [13:10, 02:00](1057 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:55, 01:29](958 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:23, 08:08] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [09:55, 04:10](897 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:20, 04:28] ( 771 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [10:34, 05:18](1059 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [10:36, 05:13](1057 MB) +PASS -- TEST 'conus13km_debug_intel' [21:19, 14:59](1157 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [21:14, 14:58](855 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [29:20, 23:05](1144 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:16, 14:48](1240 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:19, 04:14] ( 771 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [09:35, 05:37](1087 MB) + +PASS -- COMPILE 'hafsw_intel' [11:25, 10:01] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [22:51, 06:16](686 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [22:55, 05:49](1053 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:58, 07:43](730 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [17:47, 12:40](773 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [21:03, 14:05](934 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:07, 05:48](461 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [14:47, 07:19](483 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [19:26, 03:10](377 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [44:14, 08:35](433 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [13:06, 04:09](499 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [12:07, 03:52](498 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [21:28, 05:17](561 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [16:46, 01:59](406 MB) +PASS -- TEST 'gnv1_nested_intel' [10:26, 05:08](1697 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [07:20, 04:51] ( 1444 warnings 1489 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [30:34, 14:35](666 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [13:27, 09:44] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [28:34, 08:26](605 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [33:47, 08:14](782 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:28, 09:54] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [36:01, 06:24](783 MB) + +PASS -- COMPILE 'hafs_all_intel' [16:29, 09:17] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [16:46, 07:05](733 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [15:43, 07:11](718 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:33, 16:20](898 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [19:32, 09:18] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:25, 02:42](753 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:27, 01:39](755 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:22, 02:33](644 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:24, 02:35](645 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:22, 02:39](646 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:24, 02:42](766 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:24, 02:52](764 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [06:25, 02:38](644 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:28, 06:10](690 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:20, 06:09](673 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [06:23, 02:46](765 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [08:29, 04:45](2033 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [08:28, 04:38](2033 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [17:33, 09:22] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [07:26, 02:50](765 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [10:24, 00:51] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [05:40, 01:13](302 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [06:35, 01:19](449 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:32, 00:56](448 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [19:33, 10:06] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:35, 03:53](1913 MB) + +PASS -- COMPILE 'atml_intel' [19:35, 09:32] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:29, 05:06](1879 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [10:27, 05:17](1883 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [12:04, 03:02](1034 MB) + +PASS -- COMPILE 'atml_debug_intel' [13:27, 05:16] ( 866 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [12:28, 06:35](1922 MB) + +PASS -- COMPILE 'atmw_intel' [14:28, 08:58] ( 9 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [08:21, 02:15](1880 MB) PASS -- COMPILE 'atmaero_intel' [15:29, 08:35] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [51:12, 03:14](3117 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [51:08, 03:04](2997 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [50:38, 02:42](3005 MB) +PASS -- TEST 'atmaero_control_p8_intel' [09:58, 04:22](3116 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [12:05, 05:05](2996 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:43, 05:09](3009 MB) -PASS -- COMPILE 'atmaq_debug_intel' [11:25, 04:25] ( 868 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [50:05, 02:23](4471 MB) +PASS -- COMPILE 'atmaq_debug_intel' [12:26, 04:22] ( 868 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [28:36, 22:19](4471 MB) SYNOPSIS: -Starting Date/Time: 20241213 20:35:35 -Ending Date/Time: 20241213 22:42:00 -Total Time: 02h:06m:54s +Starting Date/Time: 20241223 13:31:07 +Ending Date/Time: 20241223 15:39:46 +Total Time: 02h:09m:07s Compiles Completed: 37/37 Tests Completed: 177/177 diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index 6b0e18d0c7..9bde810f02 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,20 +1,20 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -19498cc1894245fe8afe365dd87dbe5d8862b35f +7e1e51eae8370dc0c2e21bd6ba6a784f29cf589c Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 51f8cd20c15fe39ef1168d59d5077812b6508544 CDEPS-interface/CDEPS (remotes/origin/sync_escomp_2024-10) + 2eccb9f74ebd8dfc09b53d15f5a96c847b77c443 CDEPS-interface/CDEPS (cdeps0.4.17-310-g2eccb9f) ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) - 507ca48f4586fbeb7b0e23e5cfa9321bc3f02a1d CMEPS-interface/CMEPS (cmeps_v0.4.1-3103-g507ca48f) + b5d1cc189fced4abcb13fc70ed2febb2aef61757 CMEPS-interface/CMEPS (cmeps_v0.4.1-2313-gb5d1cc1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 1648e176fa869d0ca9ce9ea5822b3594afd8c353 FV3 (heads/develop) + 74a1c84b0f6e2063f073a5b189a0a3b84f59dbca FV3 (remotes/origin/rrfsv1-to-ufs/dev7) 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) - dab57fcce3f1abf16eb01f22469ea84279f67b19 FV3/ccpp/physics (EP4-1079-gdab57fcc) + 92f1ad01744cb8309b459d3ecec5a02ab526e043 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5533-g92f1ad01) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) ce5f3b146861cf6c95e1c14c640ede1ed97e6eef FV3/upp (upp_v10.2.0-243-gce5f3b14) -179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd @@ -38,288 +38,287 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20241212 -COMPARISON DIRECTORY: /glade/derecho/scratch/fandrade/fandrade/FV3_RT/rt_58609 +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20241230 +COMPARISON DIRECTORY: /glade/derecho/scratch/jongkim/FV3_RT/rt_55790 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 -* (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [23:21, 21:23] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:41, 10:17](3199 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:24, 23:34] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [18:31, 14:19](1912 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:47, 15:21](1900 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:52, 07:12](1081 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:20, 16:09](1885 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [25:25, 23:06] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:46, 13:54](1904 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [13:21, 11:45] ( 1525 warnings 1936 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [29:24, 25:11](1941 MB) - -PASS -- COMPILE 's2swa_intel' [23:25, 21:31] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [19:09, 13:42](3222 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [18:58, 13:45](3233 MB) -PASS -- TEST 'cpld_restart_p8_intel' [13:05, 07:43](3151 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [18:47, 13:44](3249 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [13:18, 07:44](3176 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [17:29, 12:49](3752 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [17:29, 13:28](3215 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [15:28, 10:43](3540 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [18:57, 13:55](3236 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [15:01, 09:10](3814 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [14:12, 06:27](3616 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [34:13, 16:58](4519 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [35:24, 10:19](4662 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [12:06, 07:56](3204 MB) - -PASS -- COMPILE 's2sw_intel' [21:22, 19:41] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [10:43, 07:35](1921 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [15:58, 11:48](1989 MB) - -PASS -- COMPILE 's2swa_debug_intel' [13:22, 11:28] ( 1415 warnings 1197 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [25:16, 21:04](3304 MB) - -PASS -- COMPILE 's2sw_debug_intel' [13:22, 11:01] ( 1415 warnings 1197 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:56, 08:46](1954 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [18:23, 16:02] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:51, 04:57](1985 MB) - -PASS -- COMPILE 's2s_intel' [18:24, 16:26] ( 6 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:13, 05:47](2883 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:16, 02:11](2894 MB) -PASS -- TEST 'cpld_restart_c48_intel' [05:31, 01:27](2301 MB) - -PASS -- COMPILE 's2swa_faster_intel' [25:22, 23:40] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [17:46, 13:31](3230 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [23:16, 21:41] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [28:33, 23:35](1929 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [16:48, 12:20](1101 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [31:20, 27:28](1899 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [13:16, 11:03] ( 1525 warnings 1936 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [31:07, 27:25](1965 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:20, 14:15] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:41, 03:25](668 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [06:12, 02:42](1570 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:29, 02:45](1570 MB) -PASS -- TEST 'control_latlon_intel' [06:14, 02:40](1566 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:18, 02:43](1564 MB) -PASS -- TEST 'control_c48_intel' [12:19, 09:16](1587 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:39, 05:18](710 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [12:19, 09:18](1586 MB) -PASS -- TEST 'control_c192_intel' [14:34, 10:00](1696 MB) -PASS -- TEST 'control_c384_intel' [20:21, 11:19](1980 MB) -PASS -- TEST 'control_c384gdas_intel' [17:25, 07:11](1173 MB) -PASS -- TEST 'control_stochy_intel' [03:46, 01:26](624 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:53, 00:52](434 MB) -PASS -- TEST 'control_lndp_intel' [03:47, 01:23](621 MB) -PASS -- TEST 'control_iovr4_intel' [04:46, 02:07](622 MB) -PASS -- TEST 'control_iovr5_intel' [04:55, 02:08](617 MB) -PASS -- TEST 'control_p8_intel' [07:45, 03:38](1861 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:40, 03:09](1856 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:59, 03:33](1860 MB) -PASS -- TEST 'control_restart_p8_intel' [05:32, 02:23](1011 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:45, 03:39](1845 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:32, 02:11](1016 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:42, 03:36](1856 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:28, 03:27](1935 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:10, 06:08](1856 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:32, 04:11](1912 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:36, 03:13](1857 MB) -PASS -- TEST 'merra2_thompson_intel' [06:46, 03:30](1858 MB) -PASS -- TEST 'regional_control_intel' [08:08, 04:51](896 MB) -PASS -- TEST 'regional_restart_intel' [06:18, 02:55](879 MB) -PASS -- TEST 'regional_decomp_intel' [07:56, 05:07](899 MB) -PASS -- TEST 'regional_noquilt_intel' [07:55, 04:52](1215 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:06, 04:53](893 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:09, 04:54](893 MB) -PASS -- TEST 'regional_wofs_intel' [09:09, 05:52](1594 MB) - -PASS -- COMPILE 'rrfs_intel' [15:20, 12:51] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [09:40, 06:08](1003 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:58, 03:44](1161 MB) -PASS -- TEST 'rap_decomp_intel' [09:40, 06:28](1004 MB) -PASS -- TEST 'rap_2threads_intel' [08:30, 05:41](1085 MB) -PASS -- TEST 'rap_restart_intel' [06:14, 03:15](883 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:39, 06:06](1005 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:39, 06:23](1002 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:21, 04:37](883 MB) -PASS -- TEST 'hrrr_control_intel' [06:14, 03:15](1000 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:14, 03:19](996 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:14, 02:48](1076 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:57, 01:47](831 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:42, 06:01](999 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:02, 08:11](1960 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:57, 07:52](1945 MB) - -PASS -- COMPILE 'csawmg_intel' [14:19, 11:45] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [10:26, 06:34](959 MB) -PASS -- TEST 'control_ras_intel' [05:57, 02:53](657 MB) - -PASS -- COMPILE 'wam_intel' [13:19, 11:26] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:48, 10:18](1651 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [14:34, 11:57] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:43, 03:06](1852 MB) -PASS -- TEST 'regional_control_faster_intel' [08:05, 04:41](892 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [17:29, 14:31] ( 887 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:13, 02:12](1604 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:16, 02:08](1607 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:42, 02:54](805 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:45, 02:35](809 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:27, 04:31](1110 MB) -PASS -- TEST 'control_ras_debug_intel' [05:38, 02:38](815 MB) -PASS -- TEST 'control_diag_debug_intel' [07:15, 02:35](1658 MB) -PASS -- TEST 'control_debug_p8_intel' [06:07, 03:08](1900 MB) -PASS -- TEST 'regional_debug_intel' [19:58, 16:30](922 MB) -PASS -- TEST 'rap_control_debug_intel' [07:40, 04:41](1191 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:56, 04:43](1184 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:51, 04:39](1190 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:56, 04:42](1188 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:52, 04:42](1189 MB) -PASS -- TEST 'rap_diag_debug_intel' [09:31, 04:59](1272 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:48, 04:52](1190 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:51, 04:48](1190 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:01, 04:47](1191 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:04, 04:47](1189 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:58, 04:37](1188 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [08:00, 04:42](1187 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:47, 07:32](1186 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [08:01, 04:36](1185 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:51, 04:41](1189 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:53, 04:42](1190 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:17, 08:13](1187 MB) - -PASS -- COMPILE 'wam_debug_intel' [09:29, 07:09] ( 842 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [16:05, 12:05](1692 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:24, 11:28] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:29, 03:33](1027 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:06, 05:08](874 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:09, 02:46](872 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:22, 04:47](934 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:22, 02:26](930 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:23, 02:55](871 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:01, 03:54](794 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:52, 01:32](771 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:19, 11:20] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [06:17, 01:49](1077 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:22, 00:57](1073 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [05:13, 01:08](964 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:19, 11:36] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:09, 03:39](902 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:28, 07:28] ( 790 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:52, 04:35](1065 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:39, 04:31](1065 MB) -PASS -- TEST 'conus13km_debug_intel' [17:25, 12:59](1144 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [17:04, 12:55](828 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:43, 07:29](1142 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:57, 13:20](1227 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:18, 07:14] ( 790 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:55, 04:38](1094 MB) - -PASS -- COMPILE 'hafsw_intel' [20:20, 17:44] ( 6 warnings 10 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:33, 04:37](701 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:58, 05:08](1063 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:56, 06:30](755 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:10, 10:50](777 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:12, 11:43](791 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:25, 04:41](472 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:32, 05:44](484 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:13, 02:18](396 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:00, 06:14](458 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:17, 03:18](504 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:25, 03:06](506 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:24, 03:50](573 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:38, 01:14](429 MB) -PASS -- TEST 'gnv1_nested_intel' [08:28, 04:03](1702 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [11:13, 08:48] ( 1467 warnings 1469 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:28, 12:07](624 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [19:20, 17:28] ( 5 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:58, 06:54](624 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:44, 07:04](680 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [21:30, 18:49] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:50, 05:21](671 MB) - -PASS -- COMPILE 'hafs_all_intel' [18:19, 15:50] ( 5 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:40, 05:41](735 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:51, 05:45](724 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:31, 16:15](895 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:25, 08:26] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:27, 02:29](756 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:49, 01:33](758 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:37, 02:22](655 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:51, 02:24](644 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:47, 02:24](646 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:41, 02:29](767 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:42, 02:29](767 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:39, 02:21](647 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:50, 05:44](698 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:43, 05:43](680 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:37, 02:28](768 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:02, 03:54](2032 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:54, 03:54](1970 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [08:15, 05:50] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:41, 05:15](740 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [10:24, 08:25] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:42, 02:29](768 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:30, 02:39] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:52, 01:11](309 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:49, 01:06](450 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:42, 00:43](451 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:38, 13:45] ( 5 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:43, 03:59](1913 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:29, 12:35] ( 6 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [11:36, 08:02](1899 MB) - -PASS -- COMPILE 'atml_intel' [17:28, 14:43] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:47, 07:09](1889 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:32, 07:05](1887 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:04, 03:56](1024 MB) - -PASS -- COMPILE 'atml_debug_intel' [12:20, 10:31] ( 885 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:29, 06:17](1920 MB) - -PASS -- COMPILE 'atmw_intel' [16:29, 13:39] ( 5 warnings 9 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:21, 02:16](1880 MB) - -PASS -- COMPILE 'atmaero_intel' [15:21, 12:51] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:04, 04:13](3126 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:52, 04:18](3007 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:19, 04:25](3016 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [10:23, 07:56] ( 887 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [28:27, 21:58](4551 MB) - -PASS -- COMPILE 'atm_fbh_intel' [13:28, 11:24] ( 8 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [10:46, 08:05](846 MB) +PASS -- COMPILE 's2swa_32bit_intel' [23:20, 21:29] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:24, 10:24](3199 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:21, 23:26] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [17:54, 14:20](1916 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:01, 15:11](1947 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:10, 07:23](1067 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:54, 16:10](1882 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [25:18, 23:22] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [17:20, 14:00](1910 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [13:18, 11:49] ( 1525 warnings 1936 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [29:04, 25:26](1934 MB) + +PASS -- COMPILE 's2swa_intel' [23:20, 21:29] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [18:52, 13:55](3222 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [17:52, 13:44](3230 MB) +PASS -- TEST 'cpld_restart_p8_intel' [11:31, 07:27](3160 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [18:36, 13:48](3247 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [11:42, 07:29](3176 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [28:24, 24:30](3811 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [17:23, 13:32](3218 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [15:24, 10:45](3534 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [17:39, 13:49](3230 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:19, 09:00](3818 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [12:19, 06:16](3614 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [30:36, 16:52](4541 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [27:52, 09:55](4668 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:03, 07:45](3206 MB) + +PASS -- COMPILE 's2sw_intel' [21:20, 19:42] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [10:19, 07:27](1920 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [15:31, 11:53](1987 MB) + +PASS -- COMPILE 's2swa_debug_intel' [13:13, 11:43] ( 1415 warnings 1197 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [26:07, 22:12](3319 MB) + +PASS -- COMPILE 's2sw_debug_intel' [13:17, 11:06] ( 1415 warnings 1197 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:37, 09:05](1958 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [18:18, 16:10] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:42, 05:01](1975 MB) + +PASS -- COMPILE 's2s_intel' [18:18, 16:47] ( 6 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [07:59, 05:45](2883 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:02, 02:09](2892 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:35, 01:25](2306 MB) + +PASS -- COMPILE 's2swa_faster_intel' [25:22, 23:36] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [18:11, 13:40](3237 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [23:17, 21:40] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [26:39, 23:29](1924 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [16:08, 12:07](1103 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [30:31, 27:24](1891 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [13:15, 11:16] ( 1525 warnings 1936 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:42, 27:02](1965 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [16:16, 14:19] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:29, 03:24](667 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:58, 02:42](1566 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:07, 02:42](1570 MB) +PASS -- TEST 'control_latlon_intel' [05:56, 02:40](1563 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:03, 02:41](1564 MB) +PASS -- TEST 'control_c48_intel' [12:00, 09:15](1589 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:33, 05:17](707 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [12:03, 09:13](1586 MB) +PASS -- TEST 'control_c192_intel' [13:44, 09:56](1694 MB) +PASS -- TEST 'control_c384_intel' [17:39, 11:14](1991 MB) +PASS -- TEST 'control_c384gdas_intel' [15:35, 07:06](1175 MB) +PASS -- TEST 'control_stochy_intel' [03:29, 01:27](626 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:36, 00:52](435 MB) +PASS -- TEST 'control_lndp_intel' [03:28, 01:21](618 MB) +PASS -- TEST 'control_iovr4_intel' [04:28, 02:06](619 MB) +PASS -- TEST 'control_iovr5_intel' [04:30, 02:06](622 MB) +PASS -- TEST 'control_p8_intel' [06:23, 03:34](1860 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:20, 03:13](1854 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:28, 03:39](1857 MB) +PASS -- TEST 'control_restart_p8_intel' [05:11, 02:29](1009 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:22, 03:46](1847 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:11, 02:10](1021 MB) +PASS -- TEST 'control_decomp_p8_intel' [07:15, 03:54](1853 MB) +PASS -- TEST 'control_2threads_p8_intel' [09:16, 05:59](1940 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:00, 05:55](1856 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:18, 03:57](1903 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:16, 03:11](1859 MB) +PASS -- TEST 'merra2_thompson_intel' [06:19, 03:23](1863 MB) +PASS -- TEST 'regional_control_intel' [07:50, 04:52](892 MB) +PASS -- TEST 'regional_restart_intel' [05:48, 02:54](877 MB) +PASS -- TEST 'regional_decomp_intel' [07:47, 05:05](901 MB) +PASS -- TEST 'regional_noquilt_intel' [06:48, 04:44](1216 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:52, 04:48](892 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:56, 04:48](892 MB) +PASS -- TEST 'regional_wofs_intel' [08:49, 05:51](1592 MB) + +PASS -- COMPILE 'rrfs_intel' [15:14, 12:50] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:14, 06:08](1002 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:58, 03:42](1162 MB) +PASS -- TEST 'rap_decomp_intel' [09:14, 06:23](1006 MB) +PASS -- TEST 'rap_2threads_intel' [15:05, 11:24](1086 MB) +PASS -- TEST 'rap_restart_intel' [06:09, 03:15](880 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:16, 06:05](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:16, 06:22](997 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:02, 04:35](882 MB) +PASS -- TEST 'hrrr_control_intel' [05:59, 03:12](1001 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:59, 03:19](998 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [08:04, 05:42](1078 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:39, 01:45](835 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:16, 06:01](999 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:37, 08:10](1958 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:36, 07:56](1945 MB) + +PASS -- COMPILE 'csawmg_intel' [13:15, 11:50] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [08:44, 06:37](955 MB) +PASS -- TEST 'control_ras_intel' [05:28, 02:52](659 MB) + +PASS -- COMPILE 'wam_intel' [13:15, 11:36] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:51, 10:16](1654 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [14:16, 12:11] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:12, 03:07](1855 MB) +PASS -- TEST 'regional_control_faster_intel' [06:48, 04:36](892 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [16:14, 14:37] ( 887 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:01, 02:09](1605 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:04, 02:07](1601 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:29, 02:52](807 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:30, 02:36](806 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:49, 04:40](1117 MB) +PASS -- TEST 'control_ras_debug_intel' [04:31, 02:38](812 MB) +PASS -- TEST 'control_diag_debug_intel' [05:24, 02:37](1668 MB) +PASS -- TEST 'control_debug_p8_intel' [05:51, 02:51](1896 MB) +PASS -- TEST 'regional_debug_intel' [18:51, 16:27](924 MB) +PASS -- TEST 'rap_control_debug_intel' [06:28, 04:44](1186 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:35, 04:35](1188 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:28, 04:38](1186 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:30, 04:39](1189 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:26, 04:45](1189 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:07, 05:00](1268 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:39, 04:50](1191 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:33, 04:53](1192 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:31, 04:49](1188 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:30, 04:46](1189 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:26, 04:35](1186 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:39, 04:39](1187 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:33, 07:30](1186 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:33, 04:42](1184 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:37, 04:41](1188 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:32, 04:42](1189 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:03, 08:57](1189 MB) + +PASS -- COMPILE 'wam_debug_intel' [09:14, 07:15] ( 842 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:11, 12:08](1692 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:15, 11:39] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:42, 03:31](1027 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:55, 05:09](878 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:54, 02:46](876 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [11:59, 09:33](929 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:13, 04:57](937 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:05, 02:53](872 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:55, 03:52](792 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:27, 01:31](769 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:20, 11:25] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:06, 01:47](1076 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:56, 01:17](1086 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:02, 01:05](962 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:19, 11:40] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:56, 03:36](901 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:13, 07:28] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:29, 04:38](1066 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:26, 04:26](1065 MB) +PASS -- TEST 'conus13km_debug_intel' [16:16, 12:40](1148 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:10, 12:43](832 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [17:15, 13:50](1148 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:18, 12:46](1214 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:13, 07:13] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:29, 04:37](1093 MB) + +PASS -- COMPILE 'hafsw_intel' [19:22, 17:51] ( 6 warnings 10 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:14, 04:31](699 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:50, 05:05](1061 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:36, 06:24](755 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:43, 10:39](784 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:47, 11:43](793 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:12, 04:38](471 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:30, 05:44](484 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:58, 02:16](396 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:52, 06:08](460 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:56, 03:16](506 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:08, 03:03](503 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:18, 03:46](576 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:27, 01:12](430 MB) +PASS -- TEST 'gnv1_nested_intel' [08:06, 03:59](1698 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [10:19, 08:48] ( 1467 warnings 1469 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:06, 12:06](622 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [19:15, 17:24] ( 5 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:21, 06:53](620 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:17, 06:58](685 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [20:15, 18:51] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:05, 05:25](668 MB) + +PASS -- COMPILE 'hafs_all_intel' [18:15, 16:00] ( 5 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:29, 05:39](734 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:31, 05:39](725 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:11, 16:11](896 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:13, 08:21] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:29, 02:28](754 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:38, 01:30](756 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:24, 02:21](648 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:35, 02:22](649 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:32, 02:24](645 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:29, 02:28](767 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:33, 02:28](754 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:31, 02:19](643 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:23, 05:43](701 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:24, 05:36](678 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:26, 02:27](768 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:49, 03:52](2034 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:35, 03:52](2033 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [08:13, 05:57] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:29, 05:15](753 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:15, 08:30] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:26, 02:28](768 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:11, 02:41] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:40, 01:07](309 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:31, 01:02](452 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:30, 00:43](451 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:14, 13:54] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:39, 03:52](1907 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:20, 12:43] ( 6 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [11:22, 08:02](1902 MB) + +PASS -- COMPILE 'atml_intel' [16:14, 14:43] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:38, 06:23](1883 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [10:42, 06:47](1892 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:51, 03:41](1019 MB) + +PASS -- COMPILE 'atml_debug_intel' [12:13, 10:47] ( 885 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:42, 06:11](1925 MB) + +PASS -- COMPILE 'atmw_intel' [15:14, 13:37] ( 5 warnings 9 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:19, 02:07](1878 MB) + +PASS -- COMPILE 'atmaero_intel' [14:20, 12:52] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:25, 04:08](3125 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:20, 04:17](3005 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:07, 04:20](3018 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [10:13, 08:05] ( 887 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [25:31, 21:38](4541 MB) + +PASS -- COMPILE 'atm_fbh_intel' [13:13, 11:30] ( 8 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [10:31, 08:03](846 MB) SYNOPSIS: -Starting Date/Time: 20241213 12:45:33 -Ending Date/Time: 20241213 14:37:48 -Total Time: 01h:53m:20s +Starting Date/Time: 20241231 06:13:20 +Ending Date/Time: 20241231 08:00:57 +Total Time: 01h:48m:41s Compiles Completed: 42/42 Tests Completed: 186/186 diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log deleted file mode 100644 index c1de3958b8..0000000000 --- a/tests/logs/RegressionTests_gaea.log +++ /dev/null @@ -1,349 +0,0 @@ -====START OF GAEA REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -19498cc1894245fe8afe365dd87dbe5d8862b35f - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 51f8cd20c15fe39ef1168d59d5077812b6508544 CDEPS-interface/CDEPS (remotes/origin/sync_escomp_2024-10) - ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) - 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) - 507ca48f4586fbeb7b0e23e5cfa9321bc3f02a1d CMEPS-interface/CMEPS (cmeps_v0.4.1-3103-g507ca48f) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 1648e176fa869d0ca9ce9ea5822b3594afd8c353 FV3 (heads/develop) - 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) - 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) - dab57fcce3f1abf16eb01f22469ea84279f67b19 FV3/ccpp/physics (EP4-1079-gdab57fcc) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - ce5f3b146861cf6c95e1c14c640ede1ed97e6eef FV3/upp (upp_v10.2.0-243-gce5f3b14) --179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd --529f870d33b65c3b6c1aa3c3236b94efc3bd336d FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) - c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) - 8cc8b70f0143e803efb842ed871f9be3062862a4 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10231-g8cc8b70f0) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) - 29063ec7b631d3a967172e8c45c5af13a18e0a82 WW3 (6.07.1-350-g29063ec7) - 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20241212 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1810864 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_32bit_intel' [16:12, 14:10] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [15:29, 11:27](3185 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:12, 18:16] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [16:50, 13:44](1897 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:48, 14:25](1938 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:49, 06:27](1073 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:51, 15:05](1877 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [20:12, 18:26] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [16:36, 13:30](1901 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:11, 06:57] ( 1525 warnings 1936 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [30:18, 27:56](1934 MB) - -PASS -- COMPILE 's2swa_intel' [16:12, 14:17] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [18:35, 14:49](3210 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [18:33, 14:50](3212 MB) -PASS -- TEST 'cpld_restart_p8_intel' [10:55, 08:42](3136 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [18:20, 14:49](3236 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [10:59, 08:33](3156 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [17:28, 13:11](3465 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [18:28, 14:46](3209 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [16:28, 12:09](3155 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [18:33, 14:52](3210 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [14:09, 09:43](3492 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:51, 06:36](3596 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [24:48, 19:05](4262 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:17, 11:48](4353 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [12:27, 08:46](3194 MB) - -PASS -- COMPILE 's2sw_intel' [15:12, 13:18] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [10:42, 07:06](1920 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [15:36, 12:10](1964 MB) - -PASS -- COMPILE 's2swa_debug_intel' [09:11, 07:48] ( 1415 warnings 1197 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [23:48, 21:28](3266 MB) - -PASS -- COMPILE 's2sw_debug_intel' [08:11, 06:57] ( 1415 warnings 1197 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:59, 09:02](1939 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [14:13, 12:49] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:28, 04:53](1975 MB) - -PASS -- COMPILE 's2s_intel' [13:12, 11:49] ( 6 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:30, 05:34](2869 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:46, 01:42](2872 MB) -PASS -- TEST 'cpld_restart_c48_intel' [05:51, 01:09](2295 MB) - -PASS -- COMPILE 's2swa_faster_intel' [16:12, 14:44] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [17:25, 14:55](3214 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [19:12, 17:50] ( 6 warnings 11 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [25:48, 24:08](1912 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [14:51, 12:21](1100 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [30:49, 28:23](1891 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [11:13, 10:09] ( 1525 warnings 1936 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [32:51, 29:53](1942 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [14:11, 12:31] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:20, 03:37](654 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:44, 03:09](1551 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:26, 03:12](1566 MB) -PASS -- TEST 'control_latlon_intel' [05:26, 03:10](1559 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:34, 03:08](1558 MB) -PASS -- TEST 'control_c48_intel' [11:38, 10:00](1572 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:26, 05:41](696 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [11:36, 09:55](1573 MB) -PASS -- TEST 'control_c192_intel' [12:33, 11:01](1690 MB) -PASS -- TEST 'control_c384_intel' [25:51, 23:36](1970 MB) -PASS -- TEST 'control_c384gdas_intel' [17:19, 14:26](1170 MB) -PASS -- TEST 'control_stochy_intel' [03:19, 01:49](610 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:19, 01:00](419 MB) -PASS -- TEST 'control_lndp_intel' [03:21, 01:35](607 MB) -PASS -- TEST 'control_iovr4_intel' [04:31, 02:23](607 MB) -PASS -- TEST 'control_iovr5_intel' [04:25, 02:29](609 MB) -PASS -- TEST 'control_p8_intel' [05:50, 03:30](1853 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:58, 03:08](1845 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:50, 03:29](1845 MB) -PASS -- TEST 'control_restart_p8_intel' [03:46, 01:53](1002 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:51, 03:30](1842 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:46, 01:54](990 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:50, 03:33](1837 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:34, 03:10](1929 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:26, 06:07](1846 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:37, 03:58](1902 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:36, 03:03](1847 MB) -PASS -- TEST 'merra2_thompson_intel' [05:37, 03:18](1843 MB) -PASS -- TEST 'regional_control_intel' [06:25, 04:36](877 MB) -PASS -- TEST 'regional_restart_intel' [04:58, 02:34](861 MB) -PASS -- TEST 'regional_decomp_intel' [06:30, 04:51](878 MB) -PASS -- TEST 'regional_2threads_intel' [04:38, 03:01](1015 MB) -PASS -- TEST 'regional_noquilt_intel' [06:33, 04:44](1210 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:32, 04:38](880 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:27, 04:42](876 MB) -PASS -- TEST 'regional_wofs_intel' [09:24, 06:35](1571 MB) - -PASS -- COMPILE 'rrfs_intel' [13:12, 12:04] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:40, 06:44](989 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:52, 03:58](1169 MB) -PASS -- TEST 'rap_decomp_intel' [08:40, 07:01](991 MB) -PASS -- TEST 'rap_2threads_intel' [07:39, 06:03](1072 MB) -PASS -- TEST 'rap_restart_intel' [05:33, 03:26](874 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:40, 06:38](985 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:40, 06:51](988 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:00, 04:54](875 MB) -PASS -- TEST 'hrrr_control_intel' [05:35, 03:34](989 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:35, 03:41](981 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:34, 03:04](1067 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:28, 01:55](820 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:40, 06:37](987 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:24, 08:29](1949 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:23, 08:18](1932 MB) - -PASS -- COMPILE 'csawmg_intel' [12:12, 10:10] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [08:27, 06:30](944 MB) -PASS -- TEST 'control_ras_intel' [05:19, 03:20](644 MB) - -PASS -- COMPILE 'wam_intel' [12:14, 10:24] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:51, 11:38](1640 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [19:13, 17:12] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:01, 02:55](1841 MB) -PASS -- TEST 'regional_control_faster_intel' [06:36, 04:28](885 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [12:11, 10:10] ( 887 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:39, 02:28](1576 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:14, 02:23](1582 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:57, 03:06](782 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:32, 02:51](779 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:25, 04:18](1084 MB) -PASS -- TEST 'control_ras_debug_intel' [04:24, 02:46](787 MB) -PASS -- TEST 'control_diag_debug_intel' [04:34, 02:46](1638 MB) -PASS -- TEST 'control_debug_p8_intel' [04:29, 02:44](1876 MB) -PASS -- TEST 'regional_debug_intel' [18:28, 17:01](891 MB) -PASS -- TEST 'rap_control_debug_intel' [06:20, 05:02](1168 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:19, 04:53](1161 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:21, 05:07](1162 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:21, 05:20](1159 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:20, 05:33](1164 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:56, 05:31](1249 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:04, 05:02](1165 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:02, 05:01](1164 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:06, 04:56](1165 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:02, 04:58](1164 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:02, 04:51](1160 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:06, 04:55](1161 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:06, 08:01](1163 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:01, 04:57](1161 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:54, 04:58](1162 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:53, 05:02](1166 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:04, 08:26](1170 MB) - -PASS -- COMPILE 'wam_debug_intel' [08:11, 06:22] ( 842 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:50, 13:03](1661 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:12, 10:10] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:50, 03:46](1041 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:30, 05:43](868 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:32, 03:12](867 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:28, 05:15](922 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:28, 02:41](916 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:31, 03:19](867 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:27, 04:29](783 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:23, 01:43](755 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:11, 10:03] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:47, 01:58](1078 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:39, 01:04](1060 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:57, 01:14](949 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 09:37] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:29, 04:18](893 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:11, 05:56] ( 790 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:18, 04:57](1043 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:18, 04:51](1042 MB) -PASS -- TEST 'conus13km_debug_intel' [15:47, 13:16](1126 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:01, 13:44](802 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:55, 07:55](1117 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:57, 13:33](1194 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:10, 06:01] ( 790 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:21, 05:20](1071 MB) - -PASS -- COMPILE 'hafsw_intel' [13:11, 11:31] ( 6 warnings 10 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:06, 05:11](719 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:35, 04:25](1080 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:22, 07:31](742 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:08, 11:20](774 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:19, 12:42](804 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:50, 05:15](473 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:09, 06:35](500 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:40, 02:45](399 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:41, 07:30](497 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:40, 04:32](507 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:43, 03:51](506 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:44, 04:32](581 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:32, 01:31](426 MB) -PASS -- TEST 'gnv1_nested_intel' [07:03, 04:53](1697 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [08:11, 06:55] ( 1467 warnings 1469 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:46, 12:47](613 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [12:11, 11:04] ( 5 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:56, 07:31](632 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:58, 07:36](810 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:11, 12:00] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:43, 05:57](812 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:11, 10:53] ( 5 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:13, 06:08](734 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:04, 06:13](720 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [24:05, 21:12](891 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [12:11, 10:20] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:13, 02:41](752 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:17, 02:16](740 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:54, 02:28](643 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:49, 02:30](641 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:49, 02:31](640 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:48, 02:36](764 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:48, 02:35](763 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:35, 02:27](646 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:47, 06:04](695 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:43, 06:08](677 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:17, 02:36](764 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:19, 04:42](2030 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:18, 04:42](2031 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [07:11, 05:17] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:18, 05:25](747 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [11:11, 09:44] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:17, 02:37](764 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:31] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:36, 02:37](315 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:31, 01:56](463 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:32, 00:50](462 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:10, 01:42] ( 12 warnings ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [03:21, 00:33](450 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:40, 00:33](250 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:11, 12:21] ( 5 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:56, 03:53](1909 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:11, 11:54] ( 6 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [11:05, 08:38](1895 MB) - -PASS -- COMPILE 'atml_intel' [13:11, 11:48] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:18, 06:44](1878 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:28, 06:55](1881 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:29, 03:40](1029 MB) - -PASS -- COMPILE 'atml_debug_intel' [08:15, 06:11] ( 885 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:08, 06:11](1908 MB) - -PASS -- COMPILE 'atmw_intel' [12:11, 11:01] ( 5 warnings 9 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:51, 02:09](1878 MB) - -PASS -- COMPILE 'atmaero_intel' [13:12, 11:31] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [10:08, 05:59](3099 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:54, 06:35](2988 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:49, 06:46](2994 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [09:10, 07:48] ( 887 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [21:12, 18:13](4447 MB) - -PASS -- COMPILE 'atm_fbh_intel' [12:11, 10:51] ( 8 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:29, 09:28](832 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [21:11, 19:56] -PASS -- TEST 'cpld_control_gfsv17_intelllvm' [15:51, 13:32](1899 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [11:11, 09:19] -PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [29:10, 27:09](1927 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intelllvm' [21:18, 19:15] -PASS -- TEST 'cpld_control_sfs_intelllvm' [15:34, 13:10](1897 MB) - -PASS -- COMPILE 's2swa_intelllvm' [16:11, 14:37] -PASS -- TEST 'cpld_control_p8_intelllvm' [18:08, 15:18](3215 MB) - -SYNOPSIS: -Starting Date/Time: 20241213 14:40:18 -Ending Date/Time: 20241213 16:23:10 -Total Time: 01h:43m:50s -Compiles Completed: 47/47 -Tests Completed: 193/193 - -NOTES: -A file 'test_changes.list' was generated but is empty. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: SUCCESS - -====END OF GAEA REGRESSION TESTING LOG==== diff --git a/tests/logs/RegressionTests_gaeac5.log b/tests/logs/RegressionTests_gaeac5.log new file mode 100644 index 0000000000..87447f496a --- /dev/null +++ b/tests/logs/RegressionTests_gaeac5.log @@ -0,0 +1,349 @@ +====START OF GAEAC5 REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +7e1e51eae8370dc0c2e21bd6ba6a784f29cf589c + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + 2eccb9f74ebd8dfc09b53d15f5a96c847b77c443 CDEPS-interface/CDEPS (cdeps0.4.17-310-g2eccb9f) + ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) + 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) + b5d1cc189fced4abcb13fc70ed2febb2aef61757 CMEPS-interface/CMEPS (cmeps_v0.4.1-2313-gb5d1cc1) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 74a1c84b0f6e2063f073a5b189a0a3b84f59dbca FV3 (remotes/origin/rrfsv1-to-ufs/dev7) + 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) + 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) + 92f1ad01744cb8309b459d3ecec5a02ab526e043 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5533-g92f1ad01) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + ce5f3b146861cf6c95e1c14c640ede1ed97e6eef FV3/upp (upp_v10.2.0-243-gce5f3b14) +-179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd +-529f870d33b65c3b6c1aa3c3236b94efc3bd336d FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) + c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) + 8cc8b70f0143e803efb842ed871f9be3062862a4 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10231-g8cc8b70f0) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) + 29063ec7b631d3a967172e8c45c5af13a18e0a82 WW3 (6.07.1-350-g29063ec7) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20241230 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3435161 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-l) - USE CONFIG FILE: rt.conf +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2swa_32bit_intel' [21:17, 19:17] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [31:15, 15:24](3187 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [19:15, 18:09] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [20:45, 16:09](1895 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [34:19, 17:20](1944 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [25:18, 09:32](1074 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:17, 18:45](1871 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [19:15, 18:02] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [19:49, 15:57](1900 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:13, 07:53] ( 1525 warnings 1936 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [35:32, 29:38](1922 MB) + +PASS -- COMPILE 's2swa_intel' [26:17, 23:25] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [34:59, 18:03](3210 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [34:59, 15:47](3212 MB) +PASS -- TEST 'cpld_restart_p8_intel' [19:15, 11:11](3137 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [34:00, 15:38](3232 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [19:34, 10:51](3158 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [36:40, 18:00](3441 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [34:59, 17:29](3209 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [34:00, 14:22](3158 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [34:05, 17:38](3216 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [33:14, 12:16](3488 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [19:42, 09:13](3598 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [47:32, 21:17](4271 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [27:09, 14:21](4359 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [25:22, 11:51](3191 MB) + +PASS -- COMPILE 's2sw_intel' [20:15, 19:07] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [19:42, 09:51](1919 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [16:17, 13:00](1966 MB) + +PASS -- COMPILE 's2swa_debug_intel' [14:14, 12:31] ( 1415 warnings 1197 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [30:35, 22:40](3261 MB) + +PASS -- COMPILE 's2sw_debug_intel' [09:13, 07:45] ( 1415 warnings 1197 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [20:05, 11:15](1940 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [14:14, 12:41] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [16:55, 07:33](1969 MB) + +PASS -- COMPILE 's2s_intel' [18:15, 16:48] ( 6 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [12:23, 07:24](2870 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [07:31, 03:44](2884 MB) +PASS -- TEST 'cpld_restart_c48_intel' [13:43, 01:00](2296 MB) + +PASS -- COMPILE 's2swa_faster_intel' [15:20, 14:11] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [34:54, 18:03](3215 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [19:21, 18:02] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [51:20, 26:58](1909 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [32:32, 14:28](1101 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [46:15, 29:45](1896 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [15:18, 13:18] ( 1525 warnings 1936 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [54:50, 32:33](1941 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:14, 11:10] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [15:51, 03:50](654 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [22:46, 05:34](1554 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [22:39, 05:37](1560 MB) +PASS -- TEST 'control_latlon_intel' [20:22, 04:46](1557 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [19:36, 03:49](1556 MB) +PASS -- TEST 'control_c48_intel' [27:48, 11:08](1575 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [24:40, 07:38](693 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [29:25, 11:41](1569 MB) +PASS -- TEST 'control_c192_intel' [29:08, 13:31](1683 MB) +PASS -- TEST 'control_c384_intel' [42:35, 25:48](1967 MB) +PASS -- TEST 'control_c384gdas_intel' [32:34, 15:13](1172 MB) +PASS -- TEST 'control_stochy_intel' [17:37, 02:23](612 MB) +PASS -- TEST 'control_stochy_restart_intel' [05:47, 01:34](419 MB) +PASS -- TEST 'control_lndp_intel' [19:10, 04:32](607 MB) +PASS -- TEST 'control_iovr4_intel' [17:52, 05:17](609 MB) +PASS -- TEST 'control_iovr5_intel' [15:05, 02:48](606 MB) +PASS -- TEST 'control_p8_intel' [18:59, 06:41](1852 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [18:41, 06:04](1845 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [16:02, 06:15](1844 MB) +PASS -- TEST 'control_restart_p8_intel' [06:51, 02:36](1002 MB) +PASS -- TEST 'control_noqr_p8_intel' [15:55, 06:08](1835 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [10:54, 05:18](1012 MB) +PASS -- TEST 'control_decomp_p8_intel' [14:30, 06:41](1844 MB) +PASS -- TEST 'control_2threads_p8_intel' [12:38, 04:13](1922 MB) +PASS -- TEST 'control_p8_lndp_intel' [14:49, 08:42](1847 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [12:24, 06:29](1899 MB) +PASS -- TEST 'control_p8_mynn_intel' [08:54, 03:48](1856 MB) +PASS -- TEST 'merra2_thompson_intel' [08:27, 03:30](1840 MB) +PASS -- TEST 'regional_control_intel' [10:05, 06:46](879 MB) +PASS -- TEST 'regional_restart_intel' [08:30, 04:38](861 MB) +PASS -- TEST 'regional_decomp_intel' [08:07, 04:50](866 MB) +PASS -- TEST 'regional_2threads_intel' [07:55, 04:12](1012 MB) +PASS -- TEST 'regional_noquilt_intel' [10:03, 06:41](1210 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [10:03, 06:41](877 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [09:44, 06:49](876 MB) +PASS -- TEST 'regional_wofs_intel' [11:42, 08:30](1574 MB) + +PASS -- COMPILE 'rrfs_intel' [12:12, 11:07] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [16:26, 09:12](989 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [11:07, 06:59](1169 MB) +PASS -- TEST 'rap_decomp_intel' [12:22, 07:03](991 MB) +PASS -- TEST 'rap_2threads_intel' [14:38, 08:37](1064 MB) +PASS -- TEST 'rap_restart_intel' [16:02, 05:34](873 MB) +PASS -- TEST 'rap_sfcdiff_intel' [13:51, 07:48](985 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [15:20, 10:35](986 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [21:58, 07:04](875 MB) +PASS -- TEST 'hrrr_control_intel' [13:31, 06:40](983 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [13:24, 06:24](979 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [13:21, 06:17](1061 MB) +PASS -- TEST 'hrrr_control_restart_intel' [15:39, 04:21](820 MB) +PASS -- TEST 'rrfs_v1beta_intel' [13:25, 07:26](981 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [13:35, 10:50](1942 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:37, 09:03](1933 MB) + +PASS -- COMPILE 'csawmg_intel' [12:13, 10:42] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [11:23, 08:16](944 MB) +PASS -- TEST 'control_ras_intel' [06:22, 03:56](642 MB) + +PASS -- COMPILE 'wam_intel' [18:16, 17:13] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [18:12, 14:07](1639 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [12:13, 10:54] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [10:26, 05:10](1840 MB) +PASS -- TEST 'regional_control_faster_intel' [08:01, 04:23](883 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [16:14, 15:08] ( 887 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [08:10, 03:16](1580 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:55, 03:13](1586 MB) +PASS -- TEST 'control_stochy_debug_intel' [08:34, 05:39](782 MB) +PASS -- TEST 'control_lndp_debug_intel' [08:34, 05:18](782 MB) +PASS -- TEST 'control_csawmg_debug_intel' [10:52, 06:35](1085 MB) +PASS -- TEST 'control_ras_debug_intel' [07:29, 03:47](786 MB) +PASS -- TEST 'control_diag_debug_intel' [13:58, 05:27](1642 MB) +PASS -- TEST 'control_debug_p8_intel' [12:33, 05:01](1877 MB) +PASS -- TEST 'regional_debug_intel' [26:03, 18:08](900 MB) +PASS -- TEST 'rap_control_debug_intel' [14:40, 07:40](1168 MB) +PASS -- TEST 'hrrr_control_debug_intel' [13:29, 05:50](1158 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [17:25, 07:32](1162 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [19:37, 05:42](1159 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [21:37, 07:29](1162 MB) +PASS -- TEST 'rap_diag_debug_intel' [21:45, 07:26](1247 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [19:30, 05:08](1163 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [21:22, 07:41](1164 MB) +PASS -- TEST 'rap_lndp_debug_intel' [19:23, 05:41](1168 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [22:23, 07:34](1164 MB) +PASS -- TEST 'rap_noah_debug_intel' [23:21, 07:45](1162 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [24:22, 07:36](1160 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [27:06, 09:52](1163 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [23:15, 07:18](1161 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [23:08, 07:34](1166 MB) +PASS -- TEST 'rap_flake_debug_intel' [23:27, 07:34](1164 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [26:24, 09:29](1166 MB) + +PASS -- COMPILE 'wam_debug_intel' [09:13, 07:45] ( 842 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [30:57, 14:21](1667 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [16:19, 15:05] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [20:32, 04:23](1041 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [21:39, 06:34](867 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [19:58, 05:22](866 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [22:50, 09:24](922 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [19:09, 06:04](915 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [17:02, 05:53](866 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [16:27, 04:48](783 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [13:01, 03:49](751 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [22:21, 19:15] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [15:36, 04:15](1077 MB) +PASS -- TEST 'conus13km_2threads_intel' [12:38, 03:30](1055 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [13:34, 03:46](953 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:29, 11:00] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [17:53, 06:35](895 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:20, 07:12] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [18:08, 07:39](1044 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [16:37, 07:35](1036 MB) +PASS -- TEST 'conus13km_debug_intel' [23:53, 16:03](1129 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [20:50, 14:01](802 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [19:21, 11:50](1111 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [22:40, 15:53](1192 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:18, 06:45] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [14:04, 07:08](1071 MB) + +PASS -- COMPILE 'hafsw_intel' [15:13, 13:28] ( 6 warnings 10 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [15:40, 07:41](719 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [13:05, 05:35](1076 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [17:59, 10:02](743 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [21:00, 13:35](778 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [25:05, 15:06](804 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [14:44, 05:57](470 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [17:01, 07:14](498 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [14:21, 05:16](395 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [24:33, 10:54](485 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [15:29, 04:21](505 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [17:27, 06:34](505 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [15:58, 05:40](578 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [14:14, 04:03](424 MB) +PASS -- TEST 'gnv1_nested_intel' [17:27, 07:23](1689 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [10:15, 08:20] ( 1467 warnings 1469 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [20:46, 13:35](613 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [19:15, 17:32] ( 5 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [16:12, 08:38](633 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:00, 08:14](806 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [16:18, 14:41] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [15:35, 06:34](808 MB) + +PASS -- COMPILE 'hafs_all_intel' [16:16, 14:48] ( 5 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [18:49, 08:34](734 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [18:39, 08:39](721 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [31:05, 22:17](892 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [13:17, 11:24] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [13:30, 04:42](765 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [06:11, 03:39](740 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [10:05, 04:32](641 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [09:48, 04:34](642 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [09:23, 04:34](640 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [09:17, 04:38](752 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [09:11, 04:40](765 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [08:35, 04:32](645 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:42, 06:05](698 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:33, 08:33](674 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [06:53, 04:39](765 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [08:49, 06:42](2030 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [10:06, 06:45](2031 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [10:15, 08:20] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [10:47, 07:30](749 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [11:14, 09:59] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:49, 02:35](765 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [10:13, 08:56] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [08:13, 03:53](322 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [07:07, 03:44](462 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [06:36, 03:23](462 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:12, 01:50] ( 12 warnings ) +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [07:31, 03:03](449 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [05:29, 02:17](253 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:23, 13:57] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [10:35, 06:53](1902 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:20, 13:14] ( 6 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [14:56, 09:25](1903 MB) + +PASS -- COMPILE 'atml_intel' [18:20, 16:44] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [13:23, 07:26](1882 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [13:06, 07:19](1878 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [11:02, 07:14](1025 MB) + +PASS -- COMPILE 'atml_debug_intel' [31:22, 28:43] ( 885 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [14:28, 08:48](1912 MB) + +PASS -- COMPILE 'atmw_intel' [13:14, 11:42] ( 5 warnings 9 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [08:17, 04:16](1878 MB) + +PASS -- COMPILE 'atmaero_intel' [12:14, 10:57] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [12:32, 08:32](3100 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [13:33, 08:57](2988 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [13:17, 09:25](2993 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [13:19, 11:16] ( 887 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [25:37, 20:35](4451 MB) + +PASS -- COMPILE 'atm_fbh_intel' [12:13, 10:48] ( 8 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [14:45, 11:35](827 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [20:20, 18:32] +PASS -- TEST 'cpld_control_gfsv17_intelllvm' [21:54, 17:19](1899 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [18:19, 16:18] +PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [33:31, 29:57](1922 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intelllvm' [19:19, 17:58] +PASS -- TEST 'cpld_control_sfs_intelllvm' [17:45, 15:07](1903 MB) + +PASS -- COMPILE 's2swa_intelllvm' [16:20, 14:24] +PASS -- TEST 'cpld_control_p8_intelllvm' [22:13, 17:42](3216 MB) + +SYNOPSIS: +Starting Date/Time: 20241231 02:41:43 +Ending Date/Time: 20241231 05:27:00 +Total Time: 02h:47m:05s +Compiles Completed: 47/47 +Tests Completed: 193/193 + +NOTES: +A file 'test_changes.list' was generated but is empty. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: SUCCESS + +====END OF GAEAC5 REGRESSION TESTING LOG==== diff --git a/tests/logs/RegressionTests_gaeac6.log b/tests/logs/RegressionTests_gaeac6.log new file mode 100644 index 0000000000..2042cf3c90 --- /dev/null +++ b/tests/logs/RegressionTests_gaeac6.log @@ -0,0 +1,332 @@ +====START OF GAEAC6 REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +efbea5c3730b5774eca84d23a1325746cde9554b + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + 2eccb9f74ebd8dfc09b53d15f5a96c847b77c443 CDEPS-interface/CDEPS (cdeps0.4.17-310-g2eccb9f) + ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) + 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) + b5d1cc189fced4abcb13fc70ed2febb2aef61757 CMEPS-interface/CMEPS (cmeps_v0.4.1-2313-gb5d1cc1) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 74a1c84b0f6e2063f073a5b189a0a3b84f59dbca FV3 (remotes/origin/rrfsv1-to-ufs/dev7) + 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) + 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) + 92f1ad01744cb8309b459d3ecec5a02ab526e043 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5533-g92f1ad01) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + ce5f3b146861cf6c95e1c14c640ede1ed97e6eef FV3/upp (upp_v10.2.0-243-gce5f3b14) +-179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd +-529f870d33b65c3b6c1aa3c3236b94efc3bd336d FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) + c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) + 8cc8b70f0143e803efb842ed871f9be3062862a4 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10231-g8cc8b70f0) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) + 29063ec7b631d3a967172e8c45c5af13a18e0a82 WW3 (6.07.1-350-g29063ec7) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /gpfs/f6/bil-fire8/world-shared/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20241230 +COMPARISON DIRECTORY: /gpfs/f6/bil-fire8/proj-shared/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3639337 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: bil-fire8 +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2swa_32bit_intel' [10:13, 08:15] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:24, 07:10](2033 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [38:23, 36:42] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [12:28, 10:28](1926 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [13:31, 11:22](1933 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [06:30, 05:09](1085 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [14:39, 12:22](1905 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [52:24, 51:09] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [12:22, 10:35](1926 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:12, 03:52] ( 1525 warnings 1936 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [20:32, 17:47](1950 MB) + +PASS -- COMPILE 's2swa_intel' [14:20, 12:48] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [18:43, 09:19](2066 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:39, 09:13](2064 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:29, 05:06](1626 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [12:38, 09:32](2082 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:28, 05:10](1458 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [18:40, 10:55](2225 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [18:40, 09:50](2059 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [10:36, 07:37](2021 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [18:42, 09:28](2067 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [15:53, 06:46](2424 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [05:49, 04:07](2665 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [21:42, 11:43](3608 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [09:37, 06:38](3445 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:33, 05:10](1922 MB) + +PASS -- COMPILE 's2sw_intel' [09:12, 07:41] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:22, 04:48](1933 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:24, 07:59](1856 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:12, 03:52] ( 1415 warnings 1197 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [17:34, 14:27](2090 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:12, 03:37] ( 1415 warnings 1197 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:29, 05:58](1956 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [06:20, 04:59] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:27, 03:14](1989 MB) + +PASS -- COMPILE 's2s_intel' [08:12, 07:00] ( 6 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [06:19, 04:11](2869 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [12:20, 10:22](2881 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:20, 00:47](2295 MB) + +PASS -- COMPILE 's2swa_faster_intel' [10:14, 09:00] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [11:26, 09:29](2059 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [13:15, 11:30] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:29, 17:45](1942 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:27, 08:59](1115 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [23:29, 20:57](1921 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:13, 03:39] ( 1525 warnings 1936 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:25, 20:12](1955 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [08:11, 06:38] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:17, 03:02](530 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:28, 02:07](1432 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:30, 02:15](1433 MB) +PASS -- TEST 'control_latlon_intel' [04:28, 02:01](1431 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:32, 02:05](1426 MB) +PASS -- TEST 'control_c48_intel' [10:29, 07:29](1571 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:18, 04:17](696 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [09:29, 07:24](1569 MB) +PASS -- TEST 'control_c192_intel' [10:33, 07:40](1689 MB) +PASS -- TEST 'control_c384_intel' [19:48, 16:32](1965 MB) +PASS -- TEST 'control_c384gdas_intel' [12:55, 10:01](1178 MB) +PASS -- TEST 'control_stochy_intel' [03:17, 01:39](489 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:14, 00:43](292 MB) +PASS -- TEST 'control_lndp_intel' [03:16, 01:08](491 MB) +PASS -- TEST 'control_iovr4_intel' [03:17, 01:45](486 MB) +PASS -- TEST 'control_iovr5_intel' [03:17, 01:45](484 MB) +PASS -- TEST 'control_p8_intel' [05:31, 02:22](1721 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:37, 02:05](1725 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:32, 03:01](1732 MB) +PASS -- TEST 'control_restart_p8_intel' [05:20, 01:20](873 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:32, 02:50](1726 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:23, 01:20](886 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:32, 02:24](1722 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:30, 02:45](1805 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:28, 04:28](1732 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:20, 02:34](1773 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:21, 02:06](1735 MB) +PASS -- TEST 'merra2_thompson_intel' [04:20, 02:16](1723 MB) +PASS -- TEST 'regional_control_intel' [05:19, 03:21](877 MB) +PASS -- TEST 'regional_restart_intel' [04:16, 01:52](861 MB) +PASS -- TEST 'regional_decomp_intel' [05:16, 03:30](880 MB) +PASS -- TEST 'regional_2threads_intel' [05:18, 02:41](1016 MB) +PASS -- TEST 'regional_noquilt_intel' [05:18, 03:14](1205 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:20, 03:22](878 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:19, 03:23](874 MB) +PASS -- TEST 'regional_wofs_intel' [08:19, 04:25](1574 MB) + +PASS -- COMPILE 'rrfs_intel' [07:11, 06:05] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:21, 05:16](866 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:30, 02:50](1162 MB) +PASS -- TEST 'rap_decomp_intel' [09:28, 04:58](868 MB) +PASS -- TEST 'rap_2threads_intel' [09:28, 05:45](938 MB) +PASS -- TEST 'rap_restart_intel' [04:20, 02:29](745 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:20, 04:46](869 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:19, 04:58](867 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [05:25, 03:35](743 MB) +PASS -- TEST 'hrrr_control_intel' [06:20, 02:33](864 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:19, 02:40](860 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:19, 02:56](936 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:16, 01:23](696 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:24, 04:46](861 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:15, 06:09](1821 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:14, 05:57](1814 MB) + +PASS -- COMPILE 'csawmg_intel' [07:10, 05:44] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [06:17, 04:13](825 MB) +PASS -- TEST 'control_ras_intel' [04:14, 02:12](519 MB) + +PASS -- COMPILE 'wam_intel' [07:10, 05:50] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [09:25, 07:36](1518 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [08:12, 06:18] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:23, 02:05](1728 MB) +PASS -- TEST 'regional_control_faster_intel' [05:21, 03:13](887 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:11, 05:41] ( 887 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:19, 01:35](1456 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:23, 01:36](1460 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:14, 02:03](661 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:14, 01:54](657 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:20, 02:50](964 MB) +PASS -- TEST 'control_ras_debug_intel' [03:14, 01:54](667 MB) +PASS -- TEST 'control_diag_debug_intel' [03:21, 02:03](1516 MB) +PASS -- TEST 'control_debug_p8_intel' [03:16, 01:44](1750 MB) +PASS -- TEST 'regional_debug_intel' [13:20, 11:14](893 MB) +PASS -- TEST 'rap_control_debug_intel' [05:14, 03:23](1038 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:15, 03:17](1039 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:15, 03:40](1041 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:15, 03:23](1040 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:15, 03:21](1038 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:22, 03:33](1126 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:17, 03:27](1039 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:16, 03:29](1037 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:17, 03:21](1041 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:17, 03:25](1040 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:16, 03:26](1038 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:15, 03:26](1040 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:14, 05:20](1040 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:15, 03:19](1038 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:17, 03:30](1042 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:16, 03:22](1039 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:19, 05:42](1043 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:11, 03:23] ( 842 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [10:19, 08:34](1541 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:12, 05:44] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:33, 02:41](1037 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:20, 04:04](748 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:23, 02:25](743 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:18, 04:56](805 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:19, 02:46](790 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:18, 02:21](745 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:19, 03:01](650 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:19, 01:14](628 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [07:10, 05:42] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:34, 01:35](954 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:19, 00:43](1085 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:20, 00:51](825 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:12, 05:43] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:20, 02:48](769 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:12, 03:00] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:14, 03:20](919 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:16, 03:40](916 MB) +PASS -- TEST 'conus13km_debug_intel' [10:35, 09:02](1006 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [11:34, 09:21](675 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:35, 08:07](1137 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [10:31, 09:03](1073 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 03:03] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:15, 03:24](943 MB) + +PASS -- COMPILE 'hafsw_intel' [08:12, 07:10] ( 6 warnings 10 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:51, 03:41](716 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:19, 02:59](1069 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [06:53, 04:47](778 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [10:49, 08:09](814 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [10:55, 08:39](836 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:33, 03:34](482 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [06:47, 04:27](486 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:25, 01:46](397 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:02, 05:08](458 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:27, 02:34](496 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:25, 02:23](501 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:28, 02:57](585 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:19, 01:02](427 MB) +PASS -- TEST 'gnv1_nested_intel' [05:43, 02:57](1699 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:10, 03:17] ( 1467 warnings 1469 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [10:28, 08:30](604 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [09:12, 07:25] ( 5 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [07:33, 05:05](635 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [08:36, 06:04](794 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [11:19, 09:54] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [05:38, 03:51](790 MB) + +PASS -- COMPILE 'hafs_all_intel' [09:11, 07:32] ( 5 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:42, 04:19](767 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:42, 04:21](751 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [12:37, 10:56](889 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [06:10, 05:04] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:13, 01:42](763 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:14, 01:02](751 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:13, 01:36](642 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:13, 01:36](643 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:15, 01:39](644 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:17, 01:45](762 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:16, 01:41](764 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:13, 01:35](642 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:28, 04:09](707 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:26, 04:02](686 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:13, 01:41](764 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:13, 02:43](2030 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:14, 02:45](2030 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 02:19] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:14, 03:46](734 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:12, 04:48] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:24, 01:41](763 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:38] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:22, 01:01](324 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:18, 00:48](459 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:18, 00:35](460 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:12, 06:39] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:23, 02:26](1795 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:12, 06:06] ( 6 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:23, 05:25](1787 MB) + +PASS -- COMPILE 'atml_intel' [08:12, 06:41] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [05:24, 03:58](1893 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [05:25, 03:59](1896 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:18, 02:12](1041 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:11, 03:48] ( 885 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:23, 04:08](1924 MB) + +PASS -- COMPILE 'atmw_intel' [09:12, 07:12] ( 5 warnings 9 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:22, 01:30](1761 MB) + +PASS -- COMPILE 'atmaero_intel' [07:12, 06:06] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:23, 02:44](1949 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:23, 03:14](1609 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:20, 03:18](1609 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:12, 03:18] ( 887 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [15:44, 13:24](4443 MB) + +PASS -- COMPILE 'atm_fbh_intel' [07:11, 05:46] ( 8 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [07:18, 06:01](833 MB) + +SYNOPSIS: +Starting Date/Time: 20241231 16:58:19 +Ending Date/Time: 20241231 19:04:46 +Total Time: 02h:06m:48s +Compiles Completed: 42/42 +Tests Completed: 187/187 + +NOTES: +A file 'test_changes.list' was generated but is empty. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: SUCCESS + +====END OF GAEAC6 REGRESSION TESTING LOG==== diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index f15a14c9f6..a0634f04ef 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,15 +1,15 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -19498cc1894245fe8afe365dd87dbe5d8862b35f +7e1e51eae8370dc0c2e21bd6ba6a784f29cf589c Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - 51f8cd20c15fe39ef1168d59d5077812b6508544 CDEPS-interface/CDEPS (remotes/origin/sync_escomp_2024-10) + 2eccb9f74ebd8dfc09b53d15f5a96c847b77c443 CDEPS-interface/CDEPS (cdeps0.4.17-310-g2eccb9f) ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) - 507ca48f4586fbeb7b0e23e5cfa9321bc3f02a1d CMEPS-interface/CMEPS (cmeps_v0.4.1-3103-g507ca48f) + b5d1cc189fced4abcb13fc70ed2febb2aef61757 CMEPS-interface/CMEPS (cmeps_v0.4.1-2313-gb5d1cc1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 1648e176fa869d0ca9ce9ea5822b3594afd8c353 FV3 (heads/develop) + 74a1c84b0f6e2063f073a5b189a0a3b84f59dbca FV3 (remotes/origin/rrfsv1-to-ufs/dev7) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) @@ -26,389 +26,389 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20241212 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_1726892 +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20241230 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_3137259 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [14:11, 13:02] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:18, 11:45](3318 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:12, 15:54] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [25:09, 19:51](1966 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [24:30, 20:50](2172 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:27, 08:19](1273 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [29:05, 23:07](1871 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:12, 15:53] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [24:49, 19:36](1955 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:11, 05:55] ( 1520 warnings 1986 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [28:57, 26:28](1922 MB) - -PASS -- COMPILE 's2swa_intel' [14:11, 13:02] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [19:24, 15:28](3358 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [18:32, 14:11](3354 MB) -PASS -- TEST 'cpld_restart_p8_intel' [10:29, 07:30](3253 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [18:16, 14:23](3346 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [10:32, 07:32](3278 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [17:06, 13:30](3638 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [17:06, 14:15](3340 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [15:20, 11:34](3225 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [18:23, 14:10](3362 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [19:27, 10:35](3522 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [11:05, 07:01](3615 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [29:30, 16:33](4289 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [22:59, 09:33](4381 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [11:11, 07:22](3301 MB) - -PASS -- COMPILE 's2sw_intel' [14:12, 12:20] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [13:10, 09:18](1989 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [15:20, 11:12](2062 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:12, 05:52] ( 1410 warnings 1216 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [25:05, 22:53](3394 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:12, 05:51] ( 1410 warnings 1216 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [11:55, 10:05](2010 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:12, 11:28] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:02, 04:26](2021 MB) - -PASS -- COMPILE 's2s_intel' [13:11, 11:48] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:44, 07:52](3039 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:44, 02:25](3044 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:42, 01:25](2479 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:12, 16:41] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [16:19, 13:45](3329 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:12, 15:04] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [30:12, 28:09](2019 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [16:23, 14:08](1256 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [36:13, 33:15](1923 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:13, 05:55] ( 1520 warnings 1986 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [33:10, 30:14](1925 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:13, 11:15] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:24, 03:21](699 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:41, 03:15](1593 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:45, 03:18](1593 MB) -PASS -- TEST 'control_latlon_intel' [05:38, 03:12](1581 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:45, 03:17](1583 MB) -PASS -- TEST 'control_c48_intel' [13:43, 11:34](1715 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:27, 06:32](858 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [13:41, 11:36](1721 MB) -PASS -- TEST 'control_c192_intel' [13:57, 12:03](1766 MB) -PASS -- TEST 'control_c384_intel' [18:01, 14:10](1996 MB) -PASS -- TEST 'control_c384gdas_intel' [12:58, 08:10](1376 MB) -PASS -- TEST 'control_stochy_intel' [03:22, 01:38](653 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:32, 00:59](504 MB) -PASS -- TEST 'control_lndp_intel' [03:23, 01:33](658 MB) -PASS -- TEST 'control_iovr4_intel' [04:25, 02:29](646 MB) -PASS -- TEST 'control_iovr5_intel' [04:25, 02:30](648 MB) -PASS -- TEST 'control_p8_intel' [05:56, 03:43](1865 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:00, 03:05](1890 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:51, 03:39](1876 MB) -PASS -- TEST 'control_restart_p8_intel' [03:49, 02:07](1130 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:51, 03:39](1872 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:58, 02:06](1156 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:52, 03:45](1866 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:49, 03:30](1952 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:43, 06:38](1876 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:53, 04:12](1950 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:56, 03:08](1897 MB) -PASS -- TEST 'merra2_thompson_intel' [05:49, 03:26](1896 MB) -PASS -- TEST 'regional_control_intel' [07:36, 05:29](1115 MB) -PASS -- TEST 'regional_restart_intel' [05:41, 02:58](1102 MB) -PASS -- TEST 'regional_decomp_intel' [07:33, 05:45](1121 MB) -PASS -- TEST 'regional_2threads_intel' [05:35, 03:35](1117 MB) -PASS -- TEST 'regional_noquilt_intel' [07:42, 05:19](1425 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:40, 05:26](1119 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:36, 05:28](1126 MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:12, 13:07] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:07, 11:50](3328 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:13, 16:38] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [22:02, 19:46](1975 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:19, 20:38](2177 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:17, 08:32](1261 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:05, 23:31](1867 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:12, 16:16] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [21:44, 19:34](1952 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:13, 06:52] ( 1520 warnings 1986 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [30:10, 27:24](1923 MB) + +PASS -- COMPILE 's2swa_intel' [15:13, 13:24] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [18:20, 15:45](3344 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [17:23, 14:05](3348 MB) +PASS -- TEST 'cpld_restart_p8_intel' [10:17, 07:25](3255 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [17:18, 14:14](3369 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [10:29, 07:23](3281 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [18:11, 15:32](3562 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [17:15, 14:34](3326 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [14:15, 11:45](3217 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [17:22, 14:19](3358 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:12, 10:36](3507 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:37, 06:30](3619 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [25:17, 16:17](4312 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [21:01, 09:24](4372 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:11, 07:47](3276 MB) + +PASS -- COMPILE 's2sw_intel' [14:13, 12:21] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [10:59, 09:05](1981 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [15:04, 12:48](2051 MB) + +PASS -- COMPILE 's2swa_debug_intel' [08:12, 06:50] ( 1410 warnings 1216 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [25:16, 22:32](3410 MB) + +PASS -- COMPILE 's2sw_debug_intel' [08:12, 06:40] ( 1410 warnings 1216 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:03, 09:52](2002 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [13:13, 11:27] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:06, 04:26](2041 MB) + +PASS -- COMPILE 's2s_intel' [13:13, 11:52] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:42, 07:49](3038 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:42, 02:26](3017 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:39, 01:31](2465 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:13, 16:55] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [18:21, 15:23](3353 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:12, 15:48] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [31:26, 28:13](2022 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [16:46, 13:58](1276 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [36:18, 33:37](1931 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:12, 06:13] ( 1520 warnings 1986 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [32:12, 29:42](1971 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:12, 11:09] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:23, 03:24](703 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:42, 03:13](1584 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:43, 03:17](1584 MB) +PASS -- TEST 'control_latlon_intel' [05:34, 03:17](1588 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:45, 03:18](1590 MB) +PASS -- TEST 'control_c48_intel' [13:45, 11:35](1711 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:25, 06:32](851 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [13:41, 11:32](1721 MB) +PASS -- TEST 'control_c192_intel' [14:01, 12:08](1760 MB) +PASS -- TEST 'control_c384_intel' [16:52, 13:37](1976 MB) +PASS -- TEST 'control_c384gdas_intel' [13:03, 08:12](1378 MB) +PASS -- TEST 'control_stochy_intel' [03:23, 01:38](664 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:30, 01:01](495 MB) +PASS -- TEST 'control_lndp_intel' [03:21, 01:37](660 MB) +PASS -- TEST 'control_iovr4_intel' [04:23, 02:33](653 MB) +PASS -- TEST 'control_iovr5_intel' [04:23, 02:35](652 MB) +PASS -- TEST 'control_p8_intel' [05:56, 03:47](1873 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:02, 03:13](1871 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:55, 03:50](1840 MB) +PASS -- TEST 'control_restart_p8_intel' [03:46, 02:03](1129 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:50, 03:37](1864 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:01, 02:02](1167 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:48, 03:47](1862 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:49, 04:09](1944 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:44, 06:35](1872 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:53, 04:16](1925 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:53, 03:07](1894 MB) +PASS -- TEST 'merra2_thompson_intel' [05:50, 03:27](1896 MB) +PASS -- TEST 'regional_control_intel' [07:36, 05:23](1125 MB) +PASS -- TEST 'regional_restart_intel' [04:35, 02:53](1102 MB) +PASS -- TEST 'regional_decomp_intel' [07:37, 05:59](1092 MB) +PASS -- TEST 'regional_2threads_intel' [05:36, 04:01](1069 MB) +PASS -- TEST 'regional_noquilt_intel' [07:38, 05:20](1418 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:38, 05:24](1117 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:33, 05:27](1119 MB) PASS -- TEST 'regional_wofs_intel' [08:36, 07:02](1895 MB) -PASS -- COMPILE 'rrfs_intel' [12:11, 10:12] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [09:41, 07:53](1113 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:08, 04:18](1263 MB) -PASS -- TEST 'rap_decomp_intel' [10:37, 08:15](1036 MB) -PASS -- TEST 'rap_2threads_intel' [09:37, 07:24](1185 MB) -PASS -- TEST 'rap_restart_intel' [05:47, 04:05](1100 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:40, 08:05](1107 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:35, 08:14](1041 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:48, 05:56](1126 MB) -PASS -- TEST 'hrrr_control_intel' [06:42, 04:01](1044 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:40, 04:09](1031 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:36, 03:43](1094 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:32, 02:10](997 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:54, 07:49](1098 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [12:32, 09:32](1986 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:29, 09:15](2061 MB) - -PASS -- COMPILE 'csawmg_intel' [11:15, 10:07] -PASS -- TEST 'control_csawmg_intel' [10:38, 06:23](1020 MB) -PASS -- TEST 'control_ras_intel' [07:24, 03:20](755 MB) - -PASS -- COMPILE 'wam_intel' [11:12, 10:07] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [15:50, 11:28](1660 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [12:11, 10:07] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:56, 02:48](1889 MB) -PASS -- TEST 'regional_control_faster_intel' [08:39, 04:58](1118 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:13, 07:32] ( 882 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:47, 02:18](1614 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:52, 02:18](1608 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:27, 03:09](827 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:25, 02:45](830 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:41, 04:27](1135 MB) -PASS -- TEST 'control_ras_debug_intel' [04:25, 02:50](837 MB) -PASS -- TEST 'control_diag_debug_intel' [05:55, 02:55](1692 MB) -PASS -- TEST 'control_debug_p8_intel' [05:48, 02:45](1907 MB) -PASS -- TEST 'regional_debug_intel' [19:37, 17:49](1102 MB) -PASS -- TEST 'rap_control_debug_intel' [08:25, 05:00](1215 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:24, 05:11](1212 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:27, 05:00](1209 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:23, 05:08](1218 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:23, 05:04](1206 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:38, 05:23](1294 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:24, 05:16](1222 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:25, 05:07](1219 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:24, 05:05](1219 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:26, 04:59](1215 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:26, 05:01](1213 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:26, 05:02](1214 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:21, 08:17](1207 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:27, 04:55](1218 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:25, 05:03](1219 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:22, 05:11](1216 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:45, 08:54](1217 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [06:11, 04:29] -PASS -- TEST 'control_csawmg_debug_gnu' [04:41, 02:27](730 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:11, 04:40] ( 837 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:54, 13:52](1684 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 09:59] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:03, 03:56](1137 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:43, 06:33](1057 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:36, 03:27](997 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:41, 06:17](1098 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:33, 03:13](954 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:34, 03:40](934 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:45, 04:59](1037 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:27, 01:52](931 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:11, 10:02] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:56, 02:03](1192 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:46, 00:54](1108 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:44, 01:11](1095 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 10:06] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:43, 04:16](985 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 04:44] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:22, 04:58](1097 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:22, 05:04](1092 MB) -PASS -- TEST 'conus13km_debug_intel' [15:55, 13:55](1230 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:45, 14:30](922 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:42, 08:08](1160 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:50, 14:12](1309 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 04:42] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:26, 05:13](1133 MB) - -PASS -- COMPILE 'hafsw_intel' [13:12, 11:36] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:33, 05:32](720 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [11:40, 07:32](1111 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:41, 07:41](808 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [18:25, 14:58](838 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [21:40, 18:46](880 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:03, 05:43](495 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:31, 07:11](504 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:00, 02:54](366 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:54, 07:40](477 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:47, 04:03](518 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:00, 04:10](517 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:55, 04:28](577 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:27, 01:14](399 MB) -PASS -- TEST 'gnv1_nested_intel' [07:36, 04:07](1724 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [07:11, 05:06] ( 1462 warnings 1489 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:00, 13:32](587 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [13:11, 11:20] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [13:07, 10:25](656 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:17, 10:38](732 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:12, 11:43] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:38, 08:14](673 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:11, 10:58] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:19, 06:59](824 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:17, 07:04](806 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:59, 16:30](1230 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:12, 06:39] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:21, 02:44](1156 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:22, 01:42](1109 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:19, 02:43](1029 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:19, 02:45](1034 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:18, 02:41](1045 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:19, 02:44](1159 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:21, 02:45](1151 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:19, 02:36](1026 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:27, 06:25](1086 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:26, 06:29](1047 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:17, 02:52](1152 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:19, 04:04](2468 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:24, 03:59](2452 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 03:30] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:23, 06:31](1079 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 06:32] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:22, 02:48](1161 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:10] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:31, 00:44](259 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:26, 00:49](324 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:27, 00:31](325 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:11, 01:21] -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:33, 00:31](565 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:33, 00:16](461 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:11, 10:54] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:02, 03:44](1979 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:12, 10:19] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [09:55, 08:01](2007 MB) - -PASS -- COMPILE 'atml_intel' [12:12, 10:57] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:14, 04:26](1836 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [07:02, 04:19](1867 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:48, 02:21](1100 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:12, 05:55] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:01, 05:53](1882 MB) - -PASS -- COMPILE 'atmw_intel' [12:12, 10:58] ( 9 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:49, 01:57](1918 MB) - -PASS -- COMPILE 'atmaero_intel' [12:11, 10:35] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:01, 04:09](3191 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:55, 04:59](3098 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:51, 05:04](3103 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [06:11, 04:44] ( 882 warnings 6 remarks ) - -PASS -- COMPILE 'atm_fbh_intel' [11:12, 09:54] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [13:31, 11:50](1124 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [08:11, 06:41] -PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [10:41, 08:25](1051 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [08:12, 06:48] -PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [06:41, 04:56](983 MB) - -PASS -- COMPILE 'atm_gnu' [06:11, 04:27] -PASS -- TEST 'control_c48_gnu' [11:46, 09:39](1509 MB) -PASS -- TEST 'control_stochy_gnu' [05:25, 03:30](500 MB) -PASS -- TEST 'control_ras_gnu' [06:22, 04:56](503 MB) -PASS -- TEST 'control_p8_gnu' [07:53, 05:19](1447 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [07:47, 05:15](1447 MB) -PASS -- TEST 'control_flake_gnu' [12:25, 10:39](537 MB) - -PASS -- COMPILE 'rrfs_gnu' [06:12, 04:16] -PASS -- TEST 'rap_control_gnu' [13:37, 11:31](807 MB) -PASS -- TEST 'rap_decomp_gnu' [13:33, 11:43](807 MB) -PASS -- TEST 'rap_2threads_gnu' [12:42, 10:32](917 MB) -PASS -- TEST 'rap_restart_gnu' [07:46, 05:56](573 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [13:42, 11:27](806 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [13:32, 11:44](839 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [10:45, 08:27](577 MB) -PASS -- TEST 'hrrr_control_gnu' [07:49, 05:55](801 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [07:42, 05:59](826 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [07:45, 05:21](902 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [07:39, 05:59](839 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [05:45, 03:13](558 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [05:33, 03:09](651 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [13:50, 11:11](805 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:12, 03:54] -PASS -- TEST 'control_csawmg_gnu' [10:42, 08:35](734 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:12, 06:37] -PASS -- TEST 'control_diag_debug_gnu' [03:48, 01:41](1268 MB) -PASS -- TEST 'regional_debug_gnu' [13:37, 11:41](743 MB) -PASS -- TEST 'rap_control_debug_gnu' [04:27, 02:38](822 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [04:27, 02:40](823 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [04:25, 02:40](818 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [04:27, 02:35](817 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:55, 02:50](909 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [06:23, 04:08](819 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [05:29, 02:38](819 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [05:27, 02:39](816 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:24, 01:35](456 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:24, 01:45](448 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:42, 01:42](1432 MB) -PASS -- TEST 'rap_flake_debug_gnu' [04:23, 02:46](816 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:28, 02:47](821 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:42, 04:35](827 MB) - -PASS -- COMPILE 'wam_debug_gnu' [04:12, 02:25] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:12, 04:06] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [11:39, 09:52](697 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [07:38, 05:22](694 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [11:36, 09:12](742 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [07:34, 04:52](738 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [07:33, 05:23](692 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [09:35, 07:18](551 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:30, 02:44](530 MB) -PASS -- TEST 'conus13km_control_gnu' [06:03, 03:24](874 MB) -PASS -- TEST 'conus13km_2threads_gnu' [07:43, 05:45](869 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:45, 01:56](549 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:12, 09:47] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [08:48, 06:14](723 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:12, 06:35] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:29, 02:47](708 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:29, 02:38](707 MB) -PASS -- TEST 'conus13km_debug_gnu' [08:55, 07:04](880 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [08:51, 07:07](567 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [09:45, 07:42](882 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:43, 06:54](947 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:13, 06:38] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:23, 02:40](727 MB) - -PASS -- COMPILE 's2swa_gnu' [18:12, 16:29] - -PASS -- COMPILE 's2s_gnu' [17:13, 15:49] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [21:10, 18:56](1507 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [05:12, 03:08] - -PASS -- COMPILE 's2sw_pdlib_gnu' [17:11, 15:51] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [34:44, 31:31](1443 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 03:03] - -PASS -- COMPILE 'datm_cdeps_gnu' [17:12, 15:23] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:20, 03:07](697 MB) +PASS -- COMPILE 'rrfs_intel' [12:12, 10:12] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:42, 07:49](1115 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:03, 04:10](1264 MB) +PASS -- TEST 'rap_decomp_intel' [10:51, 08:09](1026 MB) +PASS -- TEST 'rap_2threads_intel' [10:49, 08:48](1100 MB) +PASS -- TEST 'rap_restart_intel' [06:46, 04:09](1104 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:42, 07:50](1109 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:52, 08:15](1037 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:52, 05:53](1133 MB) +PASS -- TEST 'hrrr_control_intel' [05:41, 04:01](1038 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:36, 04:15](1027 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:37, 04:23](1087 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:41, 02:18](1009 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:45, 08:00](1069 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:29, 09:49](1977 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:27, 09:18](2060 MB) + +PASS -- COMPILE 'csawmg_intel' [11:12, 09:59] +PASS -- TEST 'control_csawmg_intel' [08:40, 06:11](1015 MB) +PASS -- TEST 'control_ras_intel' [05:22, 03:32](736 MB) + +PASS -- COMPILE 'wam_intel' [11:12, 10:03] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:55, 11:34](1658 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [12:12, 10:31] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:50, 02:49](1885 MB) +PASS -- TEST 'regional_control_faster_intel' [06:36, 04:55](1121 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:12, 07:44] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:43, 02:25](1600 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:43, 02:11](1615 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:25, 03:16](831 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:22, 02:48](824 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:35, 04:31](1139 MB) +PASS -- TEST 'control_ras_debug_intel' [04:23, 02:54](835 MB) +PASS -- TEST 'control_diag_debug_intel' [04:52, 02:51](1644 MB) +PASS -- TEST 'control_debug_p8_intel' [04:39, 02:40](1881 MB) +PASS -- TEST 'regional_debug_intel' [19:37, 17:42](1099 MB) +PASS -- TEST 'rap_control_debug_intel' [07:22, 05:17](1213 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:27, 04:56](1208 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:21, 05:10](1212 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:23, 05:06](1216 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:23, 05:05](1214 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:45, 05:33](1289 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:27, 05:17](1210 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:23, 05:15](1216 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:26, 05:06](1217 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:24, 05:01](1209 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:27, 04:55](1209 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:28, 05:06](1213 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:24, 08:25](1211 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:25, 05:03](1211 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:25, 05:08](1213 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:24, 05:15](1213 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:51, 08:46](1224 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [06:11, 04:26] +PASS -- TEST 'control_csawmg_debug_gnu' [04:38, 02:23](718 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:10, 04:39] ( 837 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:47, 13:38](1682 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:10, 09:50] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:23, 03:56](1138 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:38, 06:42](1048 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:45, 03:26](985 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:42, 07:32](999 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:36, 03:56](971 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:39, 03:45](925 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:44, 05:01](1034 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:47, 01:56](934 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:10, 10:11] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:00, 02:03](1187 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:47, 00:59](1167 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:49, 01:16](1099 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:12, 10:32] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:45, 04:21](989 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 04:37] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:28, 05:20](1082 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:22, 04:50](1095 MB) +PASS -- TEST 'conus13km_debug_intel' [15:45, 14:02](1240 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:45, 14:25](941 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [14:39, 12:27](1198 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:00, 14:04](1311 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 04:37] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:40, 05:11](1138 MB) + +PASS -- COMPILE 'hafsw_intel' [13:10, 11:46] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:31, 05:35](716 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:42, 06:33](1126 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:33, 07:05](819 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [18:18, 15:10](845 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [21:43, 18:41](876 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:03, 05:32](493 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:26, 06:49](507 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:54, 02:48](367 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:08, 07:24](481 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:48, 03:58](521 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:49, 03:34](524 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:52, 04:08](572 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:27, 01:16](398 MB) +PASS -- TEST 'gnv1_nested_intel' [07:29, 04:11](1740 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:11, 05:07] ( 1462 warnings 1489 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:00, 13:05](581 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [13:12, 11:22] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [13:03, 10:18](640 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [13:22, 10:20](696 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:11, 11:50] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:38, 08:20](715 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:10, 10:53] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:26, 06:40](812 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:24, 06:44](800 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:01, 16:25](1215 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:10, 06:23] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:18, 02:45](1162 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:19, 01:56](1112 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:17, 02:46](1036 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:19, 02:44](1026 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:19, 02:42](1029 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:17, 02:44](1158 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:18, 02:46](1153 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:19, 02:40](1028 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:30, 06:13](1072 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:25, 06:14](1053 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:16, 02:44](1144 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:19, 03:57](2506 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:19, 04:01](2449 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 03:27] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:18, 06:44](1084 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 06:49] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:18, 02:44](1167 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:16] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:32, 00:45](260 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:25, 00:49](325 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:25, 00:32](331 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:10, 01:31] +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:31, 00:32](562 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:32, 00:18](458 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:11, 11:02] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:01, 03:59](1967 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:11, 10:21] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [09:53, 07:59](1989 MB) + +PASS -- COMPILE 'atml_intel' [12:11, 11:03] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:10, 04:34](1845 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [07:07, 04:21](1868 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:44, 02:22](1096 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:11, 05:36] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:52, 05:52](1892 MB) + +PASS -- COMPILE 'atmw_intel' [12:11, 10:56] ( 9 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:46, 02:00](1923 MB) + +PASS -- COMPILE 'atmaero_intel' [12:11, 10:39] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:59, 04:10](3186 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:58, 04:54](3091 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:46, 04:58](3103 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:11, 04:33] ( 882 warnings 6 remarks ) + +PASS -- COMPILE 'atm_fbh_intel' [11:11, 09:50] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [13:29, 11:41](1104 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [08:11, 06:56] +PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [10:55, 08:30](1052 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [08:11, 06:48] +PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [06:39, 05:05](978 MB) + +PASS -- COMPILE 'atm_gnu' [06:11, 04:34] +PASS -- TEST 'control_c48_gnu' [11:37, 09:37](1501 MB) +PASS -- TEST 'control_stochy_gnu' [05:21, 03:29](497 MB) +PASS -- TEST 'control_ras_gnu' [06:22, 04:54](506 MB) +PASS -- TEST 'control_p8_gnu' [07:54, 05:15](1464 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [07:52, 05:11](1456 MB) +PASS -- TEST 'control_flake_gnu' [12:24, 10:43](542 MB) + +PASS -- COMPILE 'rrfs_gnu' [06:11, 04:20] +PASS -- TEST 'rap_control_gnu' [13:41, 11:30](809 MB) +PASS -- TEST 'rap_decomp_gnu' [13:32, 11:37](804 MB) +PASS -- TEST 'rap_2threads_gnu' [19:34, 17:22](909 MB) +PASS -- TEST 'rap_restart_gnu' [07:39, 05:51](574 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [13:41, 11:30](808 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [13:34, 11:42](836 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [10:41, 08:34](577 MB) +PASS -- TEST 'hrrr_control_gnu' [07:38, 05:54](806 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [07:37, 05:51](821 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [10:40, 08:42](901 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [07:31, 06:01](835 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [05:25, 03:09](556 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:26, 03:02](649 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [13:45, 11:11](801 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:11, 03:54] +PASS -- TEST 'control_csawmg_gnu' [10:37, 08:40](735 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 06:36] +PASS -- TEST 'control_diag_debug_gnu' [03:47, 01:40](1271 MB) +PASS -- TEST 'regional_debug_gnu' [13:37, 11:15](752 MB) +PASS -- TEST 'rap_control_debug_gnu' [04:25, 02:37](819 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:24, 02:33](815 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:22, 02:38](822 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [04:22, 02:37](822 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:33, 02:51](905 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [06:23, 04:12](819 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:22, 02:42](819 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [04:21, 02:41](817 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:23, 01:35](453 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:20, 01:50](447 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:51, 01:55](1440 MB) +PASS -- TEST 'rap_flake_debug_gnu' [04:26, 03:01](820 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:25, 02:38](824 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:37, 04:24](825 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:11, 02:26] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:11, 04:11] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [11:39, 09:44](691 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:33, 05:06](702 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [17:33, 15:31](736 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [09:30, 08:00](730 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [07:30, 05:19](694 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [09:37, 07:19](552 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:29, 02:39](533 MB) +PASS -- TEST 'conus13km_control_gnu' [05:53, 03:07](867 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:46, 01:33](874 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:46, 01:50](559 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:12, 09:37] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:40, 05:58](726 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [09:11, 07:10] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:22, 02:36](713 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:21, 02:29](706 MB) +PASS -- TEST 'conus13km_debug_gnu' [08:44, 06:55](879 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [09:42, 07:08](571 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [07:38, 05:52](890 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:39, 06:58](947 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 06:58] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:24, 02:37](729 MB) + +PASS -- COMPILE 's2swa_gnu' [18:11, 16:37] + +PASS -- COMPILE 's2s_gnu' [17:12, 16:02] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [21:09, 18:37](1495 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [05:11, 03:07] + +PASS -- COMPILE 's2sw_pdlib_gnu' [17:11, 15:45] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [39:10, 36:37](1457 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:10, 02:57] + +PASS -- COMPILE 'datm_cdeps_gnu' [17:11, 15:46] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:19, 03:06](694 MB) SYNOPSIS: -Starting Date/Time: 20241213 19:39:36 -Ending Date/Time: 20241213 22:33:23 -Total Time: 02h:54m:07s +Starting Date/Time: 20241231 07:40:14 +Ending Date/Time: 20241231 09:46:59 +Total Time: 02h:07m:02s Compiles Completed: 61/61 Tests Completed: 249/249 diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 5f63170f1e..315e88b531 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,20 +1,446 @@ +====START OF hercules REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +6f98d9fd013aa2f95cb202742161cf92c0d894d1 + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + 2eccb9f74ebd8dfc09b53d15f5a96c847b77c443 CDEPS-interface/CDEPS (cdeps0.4.17-310-g2eccb9f) + ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) + 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) + b5d1cc189fced4abcb13fc70ed2febb2aef61757 CMEPS-interface/CMEPS (cmeps_v0.4.1-2313-gb5d1cc1) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 74a1c84b0f6e2063f073a5b189a0a3b84f59dbca FV3 (remotes/origin/rrfsv1-to-ufs/dev7) + 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) + 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) + 92f1ad01744cb8309b459d3ecec5a02ab526e043 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5533-g92f1ad01) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + ce5f3b146861cf6c95e1c14c640ede1ed97e6eef FV3/upp (upp_v10.2.0-243-gce5f3b14) +-179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd +-529f870d33b65c3b6c1aa3c3236b94efc3bd336d FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) + c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) + 8cc8b70f0143e803efb842ed871f9be3062862a4 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10231-g8cc8b70f0) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) + 29063ec7b631d3a967172e8c45c5af13a18e0a82 WW3 (6.07.1-350-g29063ec7) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20241230 +COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/jongkim/FV3_RT/rt_3122672 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-r) - USE ROCOTO + +PASS -- COMPILE s2swa_32bit_intel [11:37, 11:36](1 warnings,11 remarks) +PASS -- TEST cpld_control_p8_mixedmode_intel [14:50, 14:03] (2132956 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_intel [16:28, 16:28](1 warnings,11 remarks) +PASS -- TEST cpld_control_gfsv17_intel [18:12, 17:20] (1993744 MB) +PASS -- TEST cpld_control_gfsv17_iau_intel [20:25, 19:19] (2325680 MB) +PASS -- TEST cpld_restart_gfsv17_intel [11:21, 10:01] (1353880 MB) +PASS -- TEST cpld_mpi_gfsv17_intel [19:36, 18:40] (1906552 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_sfs_intel [15:19, 15:19](1 warnings,11 remarks) +PASS -- TEST cpld_control_sfs_intel [17:34, 17:04] (1977628 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_debug_intel [05:27, 05:26](1520 warnings,1988 remarks) +PASS -- TEST cpld_debug_gfsv17_intel [26:16, 25:18] (1972364 MB) + +PASS -- COMPILE s2swa_intel [11:06, 11:05](1 warnings,11 remarks) +PASS -- TEST cpld_control_p8_intel [16:42, 15:51] (2205236 MB) +PASS -- TEST cpld_control_p8.v2.sfc_intel [16:57, 16:12] (2192164 MB) +PASS -- TEST cpld_restart_p8_intel [08:55, 08:01] (1967712 MB) +PASS -- TEST cpld_control_qr_p8_intel [15:36, 14:52] (2226560 MB) +PASS -- TEST cpld_restart_qr_p8_intel [09:03, 08:04] (1745780 MB) +PASS -- TEST cpld_2threads_p8_intel [21:10, 20:25] (2443996 MB) +PASS -- TEST cpld_decomp_p8_intel [16:05, 15:21] (2189840 MB) +PASS -- TEST cpld_mpi_p8_intel [13:19, 12:51] (2097436 MB) +PASS -- TEST cpld_control_ciceC_p8_intel [15:52, 15:05] (2195752 MB) +PASS -- TEST cpld_control_c192_p8_intel [17:16, 16:04] (2985576 MB) +PASS -- TEST cpld_restart_c192_p8_intel [08:19, 06:34] (2904336 MB) +PASS -- TEST cpld_bmark_p8_intel [25:31, 20:33] (3896612 MB) +PASS -- TEST cpld_restart_bmark_p8_intel [18:54, 11:49] (3694588 MB) +PASS -- TEST cpld_s2sa_p8_intel [09:05, 08:27] (2108260 MB) + +PASS -- COMPILE s2sw_intel [10:39, 10:38](1 warnings,11 remarks) +PASS -- TEST cpld_control_noaero_p8_intel [14:18, 13:39] (2003760 MB) +PASS -- TEST cpld_control_nowave_noaero_p8_intel [11:42, 11:03] (2114732 MB) + +PASS -- COMPILE s2swa_debug_intel [05:37, 05:37](1410 warnings,1218 remarks) +PASS -- TEST cpld_debug_p8_intel [20:22, 19:32] (2231320 MB) + +PASS -- COMPILE s2sw_debug_intel [05:32, 05:32](1410 warnings,1218 remarks) +PASS -- TEST cpld_debug_noaero_p8_intel [09:44, 09:02] (2048448 MB) + +PASS -- COMPILE s2s_aoflux_intel [10:21, 10:21],3 remarks) +PASS -- TEST cpld_control_noaero_p8_agrid_intel [05:42, 05:03] (2071560 MB) + +PASS -- COMPILE s2s_intel [10:06, 10:06](1 warnings,3 remarks) +PASS -- TEST cpld_control_c48_intel [06:40, 06:14] (3040528 MB) +PASS -- TEST cpld_warmstart_c48_intel [02:09, 01:46] (3020676 MB) +PASS -- TEST cpld_restart_c48_intel [01:43, 01:09] (2475924 MB) + +PASS -- COMPILE s2swa_faster_intel [12:07, 12:07](1 warnings,11 remarks) +PASS -- TEST cpld_control_p8_faster_intel [15:44, 14:50] (2207608 MB) + +PASS -- COMPILE s2sw_pdlib_intel [14:32, 14:31](1 warnings,11 remarks) +PASS -- TEST cpld_control_pdlib_p8_intel [24:44, 23:40] (2063412 MB) +PASS -- TEST cpld_restart_pdlib_p8_intel [12:59, 12:02] (1443588 MB) +PASS -- TEST cpld_mpi_pdlib_p8_intel [26:26, 25:36] (2002500 MB) + +PASS -- COMPILE s2sw_pdlib_debug_intel [05:29, 05:29](1520 warnings,1988 remarks) +PASS -- TEST cpld_debug_pdlib_p8_intel [28:40, 27:50] (2004048 MB) + +PASS -- COMPILE atm_dyn32_intel [08:40, 08:40](1 warnings,1 remarks) +PASS -- TEST control_flake_intel [03:08, 02:59] (720996 MB) +PASS -- TEST control_CubedSphereGrid_intel [03:14, 02:46] (1596484 MB) +PASS -- TEST control_CubedSphereGrid_parallel_intel [03:27, 02:57] (1595036 MB) +PASS -- TEST control_latlon_intel [03:16, 02:59] (1589452 MB) +PASS -- TEST control_wrtGauss_netcdf_parallel_intel [03:15, 02:53] (1577692 MB) +PASS -- TEST control_c48_intel [10:32, 10:14] (1700296 MB) +PASS -- TEST control_c48.v2.sfc_intel [06:20, 06:06] (803496 MB) +PASS -- TEST control_c192_intel [11:00, 10:30] (1767596 MB) +PASS -- TEST control_c384_intel [13:34, 12:19] (2037936 MB) +PASS -- TEST control_c384gdas_intel [09:16, 07:42] (1506636 MB) +PASS -- TEST control_stochy_intel [02:03, 01:41] (666836 MB) +PASS -- TEST control_stochy_restart_intel [01:20, 01:02] (542508 MB) +PASS -- TEST control_lndp_intel [01:34, 01:26] (666332 MB) +PASS -- TEST control_iovr4_intel [02:30, 02:16] (659428 MB) +PASS -- TEST control_iovr5_intel [02:33, 02:17] (658556 MB) +PASS -- TEST control_p8_intel [04:16, 03:28] (1885196 MB) +PASS -- TEST control_p8.v2.sfc_intel [04:16, 03:26] (1902868 MB) +PASS -- TEST control_p8_ugwpv1_intel [04:08, 03:28] (1885412 MB) +PASS -- TEST control_restart_p8_intel [02:31, 01:55] (1156396 MB) +PASS -- TEST control_noqr_p8_intel [03:55, 03:24] (1873080 MB) +PASS -- TEST control_restart_noqr_p8_intel [02:57, 02:31] (1203848 MB) +PASS -- TEST control_decomp_p8_intel [04:00, 03:21] (1867696 MB) +PASS -- TEST control_2threads_p8_intel [05:25, 04:39] (1940040 MB) +PASS -- TEST control_p8_lndp_intel [06:27, 06:00] (1880820 MB) +PASS -- TEST control_p8_rrtmgp_intel [05:06, 04:27] (1975368 MB) +PASS -- TEST control_p8_mynn_intel [04:41, 03:57] (1895792 MB) +PASS -- TEST merra2_thompson_intel [04:45, 03:52] (1893224 MB) +PASS -- TEST regional_control_intel [05:08, 04:45] (1227488 MB) +PASS -- TEST regional_restart_intel [02:56, 02:41] (1179928 MB) +PASS -- TEST regional_decomp_intel [05:07, 04:52] (1215992 MB) +PASS -- TEST regional_2threads_intel [06:01, 05:39] (1116492 MB) +PASS -- TEST regional_noquilt_intel [04:54, 04:38] (1546412 MB) +PASS -- TEST regional_netcdf_parallel_intel [05:13, 04:52] (1227972 MB) +PASS -- TEST regional_2dwrtdecomp_intel [04:52, 04:38] (1226884 MB) +PASS -- TEST regional_wofs_intel [06:19, 06:04] (2067684 MB) + +PASS -- COMPILE rrfs_intel [08:54, 08:54](3 warnings,9 remarks) +PASS -- TEST rap_control_intel [07:16, 06:42] (1202400 MB) +PASS -- TEST regional_spp_sppt_shum_skeb_intel [04:04, 03:28] (1379076 MB) +PASS -- TEST rap_decomp_intel [07:45, 07:09] (1118372 MB) +PASS -- TEST rap_2threads_intel [09:58, 09:19] (1212532 MB) +PASS -- TEST rap_restart_intel [04:11, 03:33] (1163084 MB) +PASS -- TEST rap_sfcdiff_intel [07:22, 06:49] (1214344 MB) +PASS -- TEST rap_sfcdiff_decomp_intel [09:34, 08:53] (1120888 MB) +PASS -- TEST rap_sfcdiff_restart_intel [05:58, 05:26] (1236432 MB) +PASS -- TEST hrrr_control_intel [04:04, 03:26] (1075128 MB) +PASS -- TEST hrrr_control_decomp_intel [04:22, 03:37] (1042124 MB) +PASS -- TEST hrrr_control_2threads_intel [05:32, 04:45] (1151720 MB) +PASS -- TEST hrrr_control_restart_intel [02:03, 01:54] (1022800 MB) +PASS -- TEST rrfs_v1beta_intel [07:40, 06:43] (1199828 MB) +PASS -- TEST rrfs_v1nssl_intel [10:11, 10:01] (2001576 MB) +PASS -- TEST rrfs_v1nssl_nohailnoccn_intel [09:53, 09:38] (2194456 MB) + +PASS -- COMPILE csawmg_intel [08:22, 08:22] +PASS -- TEST control_csawmg_intel [05:57, 05:42] (1049804 MB) +PASS -- TEST control_ras_intel [03:07, 02:55] (829864 MB) + +PASS -- COMPILE wam_intel [08:24, 08:23],1 remarks) +PASS -- TEST control_wam_intel [10:21, 09:56] (1663980 MB) + +PASS -- COMPILE atm_faster_dyn32_intel [09:01, 09:00],1 remarks) +PASS -- TEST control_p8_faster_intel [03:29, 02:51] (1893012 MB) +PASS -- TEST regional_control_faster_intel [05:30, 05:16] (1228856 MB) + +PASS -- COMPILE atm_debug_dyn32_intel [06:30, 06:30](882 warnings,9 remarks) +PASS -- TEST control_CubedSphereGrid_debug_intel [02:12, 01:53] (1608280 MB) +PASS -- TEST control_wrtGauss_netcdf_parallel_debug_intel [02:28, 02:00] (1621212 MB) +PASS -- TEST control_stochy_debug_intel [03:03, 02:52] (845872 MB) +PASS -- TEST control_lndp_debug_intel [02:37, 02:22] (841692 MB) +PASS -- TEST control_csawmg_debug_intel [05:26, 05:01] (1151568 MB) +PASS -- TEST control_ras_debug_intel [02:48, 02:33] (839636 MB) +PASS -- TEST control_diag_debug_intel [02:49, 02:28] (1691712 MB) +PASS -- TEST control_debug_p8_intel [02:36, 02:15] (1917220 MB) +PASS -- TEST regional_debug_intel [15:40, 15:24] (1145824 MB) +PASS -- TEST rap_control_debug_intel [04:34, 04:21] (1225716 MB) +PASS -- TEST hrrr_control_debug_intel [04:34, 04:20] (1229644 MB) +PASS -- TEST hrrr_gf_debug_intel [04:35, 04:25] (1221608 MB) +PASS -- TEST hrrr_c3_debug_intel [04:28, 04:18] (1221220 MB) +PASS -- TEST rap_unified_drag_suite_debug_intel [04:47, 04:34] (1223232 MB) +PASS -- TEST rap_diag_debug_intel [05:00, 04:35] (1305028 MB) +PASS -- TEST rap_cires_ugwp_debug_intel [04:32, 04:22] (1231292 MB) +PASS -- TEST rap_unified_ugwp_debug_intel [04:32, 04:21] (1222388 MB) +PASS -- TEST rap_lndp_debug_intel [04:30, 04:20] (1212640 MB) +PASS -- TEST rap_progcld_thompson_debug_intel [04:41, 04:31] (1241420 MB) +PASS -- TEST rap_noah_debug_intel [04:40, 04:32] (1225356 MB) +PASS -- TEST rap_sfcdiff_debug_intel [05:16, 04:48] (1217332 MB) +PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_intel [07:31, 07:05] (1218272 MB) +PASS -- TEST rrfs_v1beta_debug_intel [05:52, 05:38] (1222176 MB) +PASS -- TEST rap_clm_lake_debug_intel [04:26, 04:15] (1219204 MB) +PASS -- TEST rap_flake_debug_intel [04:54, 04:44] (1236044 MB) +PASS -- TEST gnv1_c96_no_nest_debug_intel [07:53, 07:14] (1224192 MB) + +PASS -- COMPILE atm_debug_dyn32_gnu [04:29, 04:29] +PASS -- TEST control_csawmg_debug_gnu [05:09, 04:55] (1043136 MB) + +PASS -- COMPILE wam_debug_intel [04:21, 04:20](837 warnings,1 remarks) + +PASS -- COMPILE rrfs_dyn32_phy32_intel [09:09, 09:08](3 warnings,8 remarks) +PASS -- TEST regional_spp_sppt_shum_skeb_dyn32_phy32_intel [04:50, 03:43] (1252768 MB) +PASS -- TEST rap_control_dyn32_phy32_intel [07:14, 06:11] (1144580 MB) +PASS -- TEST hrrr_control_dyn32_phy32_intel [04:17, 03:09] (1023596 MB) +PASS -- TEST rap_2threads_dyn32_phy32_intel [09:04, 08:04] (1116196 MB) +PASS -- TEST hrrr_control_2threads_dyn32_phy32_intel [04:52, 04:06] (1073192 MB) +PASS -- TEST hrrr_control_decomp_dyn32_phy32_intel [04:06, 03:19] (1000128 MB) +PASS -- TEST rap_restart_dyn32_phy32_intel [05:02, 04:18] (1105948 MB) +PASS -- TEST hrrr_control_restart_dyn32_phy32_intel [02:50, 02:23] (949168 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_faster_intel [09:08, 09:08](3 warnings,8 remarks) +PASS -- TEST conus13km_control_intel [02:13, 01:46] (1294352 MB) +PASS -- TEST conus13km_2threads_intel [01:26, 01:03] (1178400 MB) +PASS -- TEST conus13km_restart_mismatch_intel [01:26, 01:02] (1143856 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_intel [08:30, 08:30](3 warnings,8 remarks) +PASS -- TEST rap_control_dyn64_phy32_intel [04:04, 03:46] (1070500 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_debug_intel [04:06, 04:06](785 warnings,8 remarks) +PASS -- TEST rap_control_debug_dyn32_phy32_intel [04:32, 04:23] (1101936 MB) +PASS -- TEST hrrr_control_debug_dyn32_phy32_intel [04:28, 04:20] (1105488 MB) +PASS -- TEST conus13km_debug_intel [12:54, 12:33] (1339092 MB) +PASS -- TEST conus13km_debug_qr_intel [12:58, 12:34] (990532 MB) +PASS -- TEST conus13km_debug_2threads_intel [13:19, 12:57] (1236496 MB) +PASS -- TEST conus13km_radar_tten_debug_intel [12:32, 12:11] (1402784 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_debug_intel [03:46, 03:45](785 warnings,8 remarks) +PASS -- TEST rap_control_dyn64_phy32_debug_intel [05:00, 04:53] (1161004 MB) + +PASS -- COMPILE hafsw_intel [10:01, 10:01](1 warnings,10 remarks) +PASS -- TEST hafs_regional_atm_intel [06:25, 05:29] (841196 MB) +PASS -- TEST hafs_regional_atm_thompson_gfdlsf_intel [06:16, 06:03] (1258832 MB) +PASS -- TEST hafs_regional_atm_ocn_intel [08:49, 07:41] (919436 MB) +PASS -- TEST hafs_regional_atm_wav_intel [15:24, 14:29] (954904 MB) +PASS -- TEST hafs_regional_atm_ocn_wav_intel [19:06, 17:57] (975624 MB) +PASS -- TEST hafs_regional_1nest_atm_intel [07:08, 06:24] (597268 MB) +PASS -- TEST hafs_regional_telescopic_2nests_atm_intel [09:33, 08:23] (603404 MB) +PASS -- TEST hafs_global_1nest_atm_intel [03:46, 03:15] (437776 MB) +PASS -- TEST hafs_global_multiple_4nests_atm_intel [10:29, 08:43] (551212 MB) +PASS -- TEST hafs_regional_specified_moving_1nest_atm_intel [04:55, 04:21] (602032 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_intel [04:42, 04:07] (596544 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_intel [05:53, 05:13] (655228 MB) +PASS -- TEST hafs_global_storm_following_1nest_atm_intel [01:42, 01:25] (456572 MB) + +PASS -- COMPILE hafsw_debug_intel [04:50, 04:50](1462 warnings,1490 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_debug_intel [12:29, 11:39] (634824 MB) + +PASS -- COMPILE hafsw_faster_intel [10:14, 10:14],9 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_intel [19:57, 18:49] (729264 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel [18:52, 18:01] (829688 MB) + +PASS -- COMPILE hafs_mom6w_intel [11:14, 11:14],8 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel [13:53, 12:19] (814136 MB) + +PASS -- COMPILE hafs_all_intel [10:30, 10:30],9 remarks) +PASS -- TEST hafs_regional_docn_intel [06:25, 05:37] (931724 MB) +PASS -- TEST hafs_regional_docn_oisst_intel [06:27, 05:34] (900696 MB) +PASS -- TEST hafs_regional_datm_cdeps_intel [17:07, 16:33] (1345116 MB) + +PASS -- COMPILE datm_cdeps_intel [05:44, 05:44],2 remarks) +PASS -- TEST datm_cdeps_control_cfsr_intel [02:59, 02:53] (1155020 MB) +PASS -- TEST datm_cdeps_restart_cfsr_intel [01:48, 01:43] (1103680 MB) +PASS -- TEST datm_cdeps_control_gefs_intel [03:00, 02:54] (1014516 MB) +PASS -- TEST datm_cdeps_iau_gefs_intel [03:08, 03:02] (1016512 MB) +PASS -- TEST datm_cdeps_stochy_gefs_intel [02:59, 02:55] (1014516 MB) +PASS -- TEST datm_cdeps_ciceC_cfsr_intel [02:17, 02:11] (1158500 MB) +PASS -- TEST datm_cdeps_bulk_cfsr_intel [02:17, 02:12] (1160928 MB) +PASS -- TEST datm_cdeps_bulk_gefs_intel [02:52, 02:48] (1025576 MB) +PASS -- TEST datm_cdeps_mx025_cfsr_intel [05:30, 04:57] (1161872 MB) +PASS -- TEST datm_cdeps_mx025_gefs_intel [05:23, 04:51] (1155820 MB) +PASS -- TEST datm_cdeps_multiple_files_cfsr_intel [03:00, 02:58] (1134020 MB) +PASS -- TEST datm_cdeps_3072x1536_cfsr_intel [04:04, 04:00] (2463232 MB) +PASS -- TEST datm_cdeps_gfs_intel [04:19, 04:14] (2414464 MB) + +PASS -- COMPILE datm_cdeps_debug_intel [03:04, 03:04](2 warnings,2 remarks) +PASS -- TEST datm_cdeps_debug_cfsr_intel [05:23, 05:17] (1073072 MB) + +PASS -- COMPILE datm_cdeps_faster_intel [06:01, 06:01],2 remarks) +PASS -- TEST datm_cdeps_control_cfsr_faster_intel [02:30, 02:25] (1130580 MB) + +PASS -- COMPILE datm_cdeps_land_intel [00:51, 00:50],1 remarks) +PASS -- TEST datm_cdeps_lnd_gswp3_intel [01:17, 01:01] (346440 MB) +PASS -- TEST datm_cdeps_lnd_era5_intel [01:17, 01:01] (577320 MB) +PASS -- TEST datm_cdeps_lnd_era5_rst_intel [01:10, 00:58] (576376 MB) + +PASS -- COMPILE atm_ds2s_docn_pcice_intel [10:13, 10:13],3 remarks) +PASS -- TEST atm_ds2s_docn_pcice_intel [03:57, 03:21] (2021592 MB) + +PASS -- COMPILE atm_ds2s_docn_dice_intel [09:03, 09:03](1 warnings,1 remarks) +PASS -- TEST atm_ds2s_docn_dice_intel [08:47, 08:14] (2024328 MB) + +PASS -- COMPILE atml_intel [09:54, 09:54](8 warnings,2 remarks) +PASS -- TEST control_p8_atmlnd_sbs_intel [06:35, 05:48] (1886232 MB) +PASS -- TEST control_p8_atmlnd_intel [06:22, 05:35] (1901508 MB) +PASS -- TEST control_restart_p8_atmlnd_intel [03:52, 03:20] (1141600 MB) + +PASS -- COMPILE atml_debug_intel [04:53, 04:53](880 warnings,2 remarks) +PASS -- TEST control_p8_atmlnd_debug_intel [06:05, 05:17] (1914448 MB) + +PASS -- COMPILE atmw_intel [09:36, 09:36],9 remarks) +PASS -- TEST atmwav_control_noaero_p8_intel [02:25, 01:46] (1936540 MB) + +PASS -- COMPILE atmaero_intel [09:25, 09:25],1 remarks) +PASS -- TEST atmaero_control_p8_intel [04:28, 03:50] (2001624 MB) +PASS -- TEST atmaero_control_p8_rad_intel [05:05, 04:28] (1777984 MB) +PASS -- TEST atmaero_control_p8_rad_micro_intel [05:08, 04:35] (1795768 MB) + +PASS -- COMPILE atmaq_debug_intel [04:34, 04:34](882 warnings,6 remarks) +PASS -- TEST regional_atmaq_debug_intel [18:35, 17:28] (4508052 MB) + +PASS -- COMPILE atm_fbh_intel [08:27, 08:26](3 warnings,8 remarks) +PASS -- TEST cpld_regional_atm_fbh_intel [10:21, 10:08] (1110040 MB) + +PASS -- COMPILE datm_cdeps_intelllvm [11:36, 11:36] +PASS -- TEST datm_cdeps_control_cfsr_intelllvm [02:58, 02:54] (1131908 MB) + +PASS -- COMPILE datm_cdeps_debug_intelllvm [02:02, 02:02](2 warnings +PASS -- TEST datm_cdeps_debug_cfsr_intelllvm [06:11, 06:05] (1094068 MB) + +PASS -- COMPILE atm_gnu [04:24, 04:24] +PASS -- TEST control_c48_gnu [12:19, 11:55] (1523960 MB) +PASS -- TEST control_stochy_gnu [02:51, 02:43] (733260 MB) +PASS -- TEST control_ras_gnu [04:14, 04:05] (724168 MB) +PASS -- TEST control_p8_gnu [06:18, 05:37] (1721168 MB) +PASS -- TEST control_p8_ugwpv1_gnu [06:04, 05:31] (1717784 MB) +PASS -- TEST control_flake_gnu [05:33, 05:23] (807292 MB) + +PASS -- COMPILE rrfs_gnu [04:23, 04:23] +PASS -- TEST rap_control_gnu [08:52, 08:16] (1074284 MB) +PASS -- TEST rap_decomp_gnu [09:01, 08:29] (1070996 MB) +PASS -- TEST rap_restart_gnu [04:49, 04:21] (878588 MB) +PASS -- TEST rap_sfcdiff_gnu [08:49, 08:12] (1072536 MB) +PASS -- TEST rap_sfcdiff_decomp_gnu [09:06, 08:30] (1073080 MB) +PASS -- TEST rap_sfcdiff_restart_gnu [07:11, 06:27] (878788 MB) +PASS -- TEST hrrr_control_gnu [05:16, 04:37] (1059200 MB) +PASS -- TEST hrrr_control_noqr_gnu [04:53, 04:21] (1131592 MB) +PASS -- TEST hrrr_control_2threads_gnu [04:28, 03:51] (1037960 MB) +PASS -- TEST hrrr_control_decomp_gnu [04:59, 04:21] (1058812 MB) +PASS -- TEST hrrr_control_restart_gnu [02:35, 02:18] (877948 MB) +PASS -- TEST hrrr_control_restart_noqr_gnu [02:37, 02:23] (925836 MB) +PASS -- TEST rrfs_v1beta_gnu [08:58, 08:14] (1070552 MB) + +PASS -- COMPILE csawmg_gnu [04:36, 04:36] +PASS -- TEST control_csawmg_gnu [07:24, 07:03] (1054520 MB) + +PASS -- COMPILE atm_dyn32_debug_gnu [06:37, 06:37] +PASS -- TEST control_diag_debug_gnu [01:39, 01:16] (1618304 MB) +PASS -- TEST regional_debug_gnu [07:41, 07:26] (1138892 MB) +PASS -- TEST rap_control_debug_gnu [02:19, 02:13] (1089000 MB) +PASS -- TEST hrrr_control_debug_gnu [02:26, 02:14] (1080952 MB) +PASS -- TEST hrrr_gf_debug_gnu [02:26, 02:15] (1086672 MB) +PASS -- TEST hrrr_c3_debug_gnu [02:29, 02:19] (1086712 MB) +PASS -- TEST rap_diag_debug_gnu [02:40, 02:23] (1262768 MB) +PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_gnu [03:41, 03:30] (1087032 MB) +PASS -- TEST rap_progcld_thompson_debug_gnu [02:25, 02:15] (1091840 MB) +PASS -- TEST rrfs_v1beta_debug_gnu [02:23, 02:12] (1084988 MB) +PASS -- TEST control_ras_debug_gnu [01:58, 01:26] (720796 MB) +PASS -- TEST control_stochy_debug_gnu [01:29, 01:23] (721996 MB) +PASS -- TEST control_debug_p8_gnu [01:50, 01:26] (1715212 MB) +PASS -- TEST rap_flake_debug_gnu [02:35, 02:24] (1089704 MB) +PASS -- TEST rap_clm_lake_debug_gnu [02:15, 02:07] (1094952 MB) +PASS -- TEST gnv1_c96_no_nest_debug_gnu [04:08, 03:34] (1089976 MB) + +PASS -- COMPILE wam_debug_gnu [03:23, 03:22] +PASS -- TEST control_wam_debug_gnu [05:35, 05:15] (1554916 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_gnu [04:18, 04:18] +PASS -- TEST rap_control_dyn32_phy32_gnu [07:58, 07:23] (955532 MB) +PASS -- TEST hrrr_control_dyn32_phy32_gnu [04:32, 03:48] (948404 MB) +PASS -- TEST rap_2threads_dyn32_phy32_gnu [07:27, 06:53] (890524 MB) +PASS -- TEST hrrr_control_2threads_dyn32_phy32_gnu [07:23, 06:38] (883112 MB) +PASS -- TEST hrrr_control_decomp_dyn32_phy32_gnu [04:51, 04:05] (940528 MB) +PASS -- TEST rap_restart_dyn32_phy32_gnu [06:14, 05:39] (853552 MB) +PASS -- TEST hrrr_control_restart_dyn32_phy32_gnu [02:30, 02:09] (853140 MB) +PASS -- TEST conus13km_control_gnu [03:02, 02:37] (1255676 MB) +PASS -- TEST conus13km_2threads_gnu [07:23, 06:59] (1107712 MB) +PASS -- TEST conus13km_restart_mismatch_gnu [01:51, 01:31] (923212 MB) + +PASS -- COMPILE atm_dyn64_phy32_gnu [09:16, 09:16] +PASS -- TEST rap_control_dyn64_phy32_gnu [06:14, 05:52] (980276 MB) + +PASS -- COMPILE atm_dyn32_phy32_debug_gnu [06:52, 06:52] +PASS -- TEST rap_control_debug_dyn32_phy32_gnu [02:17, 02:09] (964732 MB) +PASS -- TEST hrrr_control_debug_dyn32_phy32_gnu [02:16, 02:05] (965516 MB) +PASS -- TEST conus13km_debug_gnu [06:01, 05:37] (1271964 MB) +PASS -- TEST conus13km_debug_qr_gnu [06:12, 05:48] (946388 MB) +PASS -- TEST conus13km_debug_2threads_gnu [13:17, 12:56] (1128100 MB) +PASS -- TEST conus13km_radar_tten_debug_gnu [06:00, 05:40] (1338736 MB) + +PASS -- COMPILE atm_dyn64_phy32_debug_gnu [06:58, 06:58] +PASS -- TEST rap_control_dyn64_phy32_debug_gnu [02:21, 02:15] (990732 MB) + +PASS -- COMPILE s2swa_gnu [17:22, 17:22] +PASS -- COMPILE s2s_gnu [17:03, 17:03] +PASS -- TEST cpld_control_nowave_noaero_p8_gnu [14:55, 14:16] (3068516 MB) + +PASS -- COMPILE s2swa_debug_gnu [04:13, 04:13] +PASS -- COMPILE s2sw_pdlib_gnu [17:39, 17:39] +PASS -- TEST cpld_control_pdlib_p8_gnu [40:42, 39:57] (2922608 MB) + +PASS -- COMPILE s2sw_pdlib_debug_gnu [03:11, 03:11] +PASS -- TEST cpld_debug_pdlib_p8_gnu [16:02, 15:23] (3044048 MB) + +PASS -- COMPILE datm_cdeps_gnu [16:37, 16:37] +PASS -- TEST datm_cdeps_control_cfsr_gnu [05:46, 05:40] (759144 MB) + + +SYNOPSIS: +Starting Date/Time: 2024-12-31 16:03:18 +Ending Date/Time: 2025-01-01 08:22:26 +Total Time: 16h:19m:08s +Compiles Completed: 60/60 +Tests Completed: 246/247 +./logs/log_hercules/rt_rap_2threads_gnu.log: does not exist + +NOTES: +A file test_changes.list was generated but is empty. +If you are using this log as a pull request verification, please commit test_changes.list. + +Result: Failed + +====END OF hercules REGRESSION TESTING LOG==== ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -19498cc1894245fe8afe365dd87dbe5d8862b35f +6f98d9fd013aa2f95cb202742161cf92c0d894d1 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 51f8cd20c15fe39ef1168d59d5077812b6508544 CDEPS-interface/CDEPS (remotes/origin/sync_escomp_2024-10) + 2eccb9f74ebd8dfc09b53d15f5a96c847b77c443 CDEPS-interface/CDEPS (cdeps0.4.17-310-g2eccb9f) ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) - 507ca48f4586fbeb7b0e23e5cfa9321bc3f02a1d CMEPS-interface/CMEPS (cmeps_v0.4.1-3103-g507ca48f) + b5d1cc189fced4abcb13fc70ed2febb2aef61757 CMEPS-interface/CMEPS (cmeps_v0.4.1-2313-gb5d1cc1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 1648e176fa869d0ca9ce9ea5822b3594afd8c353 FV3 (heads/develop) + 74a1c84b0f6e2063f073a5b189a0a3b84f59dbca FV3 (remotes/origin/rrfsv1-to-ufs/dev7) 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) - dab57fcce3f1abf16eb01f22469ea84279f67b19 FV3/ccpp/physics (EP4-1079-gdab57fcc) + 92f1ad01744cb8309b459d3ecec5a02ab526e043 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5533-g92f1ad01) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) ce5f3b146861cf6c95e1c14c640ede1ed97e6eef FV3/upp (upp_v10.2.0-243-gce5f3b14) -179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd @@ -38,388 +464,23 @@ 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-20241212 -COMPARISON DIRECTORY: /work2/noaa/epic/nandoam/stmp/hercules/nandoam/FV3_RT/rt_2796377 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20241230 +COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_3131063 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_32bit_intel' [14:11, 12:54] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:58, 13:47](2137 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:11, 18:24] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [29:10, 18:04](2006 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:31, 19:42](2304 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:27, 07:55](1327 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [31:08, 19:28](1904 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:11, 15:46] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [31:38, 17:57](1975 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:11, 06:40] ( 1520 warnings 1988 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [28:13, 24:51](1970 MB) - -PASS -- COMPILE 's2swa_intel' [14:11, 12:14] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [31:19, 16:25](2208 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [32:09, 15:14](2196 MB) -PASS -- TEST 'cpld_restart_p8_intel' [16:16, 08:52](1991 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [30:06, 15:38](2226 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [10:13, 07:51](1742 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [18:46, 16:40](2564 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [30:06, 15:20](2191 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [14:56, 12:01](2102 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [32:10, 15:25](2205 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [18:41, 15:46](2986 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [11:12, 06:33](2902 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [28:44, 18:13](3847 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [19:14, 10:09](3681 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [14:56, 07:58](2114 MB) - -PASS -- COMPILE 's2sw_intel' [12:11, 11:05] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [15:51, 13:53](2015 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:56, 10:32](2119 MB) - -PASS -- COMPILE 's2swa_debug_intel' [08:11, 06:26] ( 1410 warnings 1218 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [23:06, 19:40](2243 MB) - -PASS -- COMPILE 's2sw_debug_intel' [08:11, 06:15] ( 1410 warnings 1218 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:55, 09:41](2047 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:11, 11:13] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:06, 04:34](2063 MB) - -PASS -- COMPILE 's2s_intel' [12:12, 10:59] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:41, 06:10](3033 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:43, 01:56](3024 MB) -PASS -- TEST 'cpld_restart_c48_intel' [17:41, 02:18](2473 MB) - -PASS -- COMPILE 's2swa_faster_intel' [15:11, 12:19] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [24:07, 15:29](2208 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [20:11, 18:05] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [30:04, 25:40](2065 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [16:09, 13:16](1427 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [28:51, 26:31](1996 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:11, 05:33] ( 1520 warnings 1988 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [43:53, 28:26](1994 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:11, 09:25] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [12:21, 04:22](723 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [10:30, 02:56](1580 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [10:35, 02:51](1607 MB) -PASS -- TEST 'control_latlon_intel' [10:28, 02:45](1581 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [10:35, 02:55](1596 MB) -PASS -- TEST 'control_c48_intel' [17:32, 10:18](1706 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [13:26, 05:55](830 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [17:32, 10:19](1702 MB) -PASS -- TEST 'control_c192_intel' [17:43, 10:20](1779 MB) -PASS -- TEST 'control_c384_intel' [22:23, 14:52](2010 MB) -PASS -- TEST 'control_c384gdas_intel' [13:45, 07:31](1497 MB) -PASS -- TEST 'control_stochy_intel' [05:17, 01:31](673 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:23, 00:59](540 MB) -PASS -- TEST 'control_lndp_intel' [04:16, 01:22](665 MB) -PASS -- TEST 'control_iovr4_intel' [04:17, 02:09](655 MB) -PASS -- TEST 'control_iovr5_intel' [04:19, 02:17](657 MB) -PASS -- TEST 'control_p8_intel' [05:50, 03:14](1883 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:53, 04:10](1904 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:50, 04:11](1881 MB) -PASS -- TEST 'control_restart_p8_intel' [03:49, 01:51](1154 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:45, 04:26](1867 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:56, 01:50](1202 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:44, 04:16](1875 MB) -PASS -- TEST 'control_2threads_p8_intel' [07:46, 04:31](1952 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:27, 06:41](1881 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:49, 04:21](1967 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:51, 03:52](1904 MB) -PASS -- TEST 'merra2_thompson_intel' [05:56, 03:11](1904 MB) -PASS -- TEST 'regional_control_intel' [09:31, 05:57](1221 MB) -PASS -- TEST 'regional_restart_intel' [07:29, 03:31](1182 MB) -PASS -- TEST 'regional_decomp_intel' [08:22, 05:47](1209 MB) -PASS -- TEST 'regional_2threads_intel' [04:31, 02:59](1182 MB) -PASS -- TEST 'regional_noquilt_intel' [06:29, 04:33](1547 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:30, 04:35](1226 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:24, 04:45](1234 MB) -PASS -- TEST 'regional_wofs_intel' [07:28, 06:01](2081 MB) - -PASS -- COMPILE 'rrfs_intel' [11:11, 09:30] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:47, 06:48](1202 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:47, 03:29](1382 MB) -PASS -- TEST 'rap_decomp_intel' [09:38, 07:14](1138 MB) -PASS -- TEST 'rap_2threads_intel' [08:42, 06:32](1368 MB) -PASS -- TEST 'rap_restart_intel' [06:40, 03:33](1153 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:38, 06:44](1208 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:36, 06:57](1153 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:04, 05:10](1203 MB) -PASS -- TEST 'hrrr_control_intel' [05:49, 03:26](1086 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:33, 03:36](1043 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:37, 03:13](1116 MB) -PASS -- TEST 'hrrr_control_restart_intel' [05:32, 01:59](1017 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:55, 06:39](1202 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [15:20, 09:36](1998 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [14:19, 09:17](2196 MB) - -PASS -- COMPILE 'csawmg_intel' [10:11, 09:04] -PASS -- TEST 'control_csawmg_intel' [13:29, 06:56](1054 MB) -PASS -- TEST 'control_ras_intel' [09:17, 02:54](822 MB) - -PASS -- COMPILE 'wam_intel' [11:10, 09:31] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [16:34, 10:11](1660 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [11:10, 09:26] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [08:54, 03:17](1906 MB) -PASS -- TEST 'regional_control_faster_intel' [10:27, 05:19](1224 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [12:11, 08:00] ( 882 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [07:28, 02:02](1619 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [07:32, 02:01](1632 MB) -PASS -- TEST 'control_stochy_debug_intel' [08:16, 02:34](844 MB) -PASS -- TEST 'control_lndp_debug_intel' [08:17, 02:33](841 MB) -PASS -- TEST 'control_csawmg_debug_intel' [09:23, 04:52](1144 MB) -PASS -- TEST 'control_ras_debug_intel' [06:16, 02:33](835 MB) -PASS -- TEST 'control_diag_debug_intel' [05:33, 02:27](1693 MB) -PASS -- TEST 'control_debug_p8_intel' [04:31, 02:50](1908 MB) -PASS -- TEST 'regional_debug_intel' [17:31, 15:23](1146 MB) -PASS -- TEST 'rap_control_debug_intel' [06:16, 04:23](1217 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:23, 04:13](1218 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:18, 04:18](1230 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:17, 04:17](1230 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:17, 04:23](1224 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:27, 04:37](1319 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:18, 04:41](1232 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:17, 04:24](1240 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:17, 04:18](1237 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [10:17, 07:52](1236 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:17, 04:28](1227 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:19, 04:20](1234 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:17, 06:59](1219 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:17, 04:20](1221 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:17, 04:26](1223 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:17, 04:18](1234 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:51, 07:15](1213 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [08:11, 04:54] -PASS -- TEST 'control_csawmg_debug_gnu' [03:33, 02:06](1039 MB) - -PASS -- COMPILE 'wam_debug_intel' [12:11, 06:43] ( 837 warnings 1 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:11, 11:04] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:53, 03:12](1254 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:48, 05:37](1162 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:53, 02:53](1040 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:31, 05:15](1290 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:35, 02:46](1033 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:36, 03:04](1021 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [15:48, 04:16](1089 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [13:27, 01:36](950 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:11, 13:12] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:36, 01:39](1301 MB) -PASS -- TEST 'conus13km_2threads_intel' [11:27, 00:52](1193 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [11:27, 01:04](1145 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [16:11, 13:27] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:27, 03:55](1093 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:11, 07:05] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:21, 04:34](1105 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:18, 04:27](1102 MB) -PASS -- TEST 'conus13km_debug_intel' [13:34, 12:02](1341 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [23:33, 12:23](999 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:26, 07:46](1242 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [22:27, 12:04](1396 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:11, 04:34] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [13:18, 04:23](1166 MB) - -PASS -- COMPILE 'hafsw_intel' [20:11, 14:47] ( 1 warnings 10 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:06, 05:39](840 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:23, 06:05](1253 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [19:13, 07:38](919 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [21:11, 14:42](945 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:12, 17:04](976 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [19:53, 07:11](602 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [12:15, 09:25](610 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:42, 03:41](435 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [14:00, 10:05](543 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [15:45, 04:57](600 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [15:43, 04:45](599 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [15:45, 05:14](655 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [12:24, 01:45](454 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [14:10, 08:21] ( 1462 warnings 1490 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [21:43, 11:51](634 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [13:10, 11:05] ( 9 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [27:50, 18:48](733 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [31:52, 18:46](799 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:10, 11:18] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [23:25, 11:55](814 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:10, 13:13] ( 9 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [18:10, 05:44](926 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [19:03, 05:52](907 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [27:43, 16:33](1345 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [13:11, 11:41] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [13:16, 02:12](1133 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:16, 01:21](1110 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [12:15, 02:06](1014 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [11:14, 02:07](1024 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [09:15, 02:08](1020 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [09:15, 02:09](1152 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [09:15, 02:12](1148 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [09:15, 02:06](1024 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:57, 04:57](1170 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:50, 04:56](1157 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [06:15, 02:10](1148 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:15, 03:01](2458 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:15, 03:03](2418 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [09:10, 05:41] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:16, 05:10](1085 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:10, 06:06] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [06:15, 02:10](1136 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:10, 02:24] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [05:27, 00:57](340 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:20, 00:57](576 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [20:25, 00:31](574 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [10:10, 09:01] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [17:47, 04:26](2016 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:10, 09:01] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [17:43, 08:46](2030 MB) - -PASS -- COMPILE 'atml_intel' [15:11, 13:26] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [16:02, 06:46](1898 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [24:53, 06:35](1889 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:32, 03:16](1153 MB) - -PASS -- COMPILE 'atml_debug_intel' [08:10, 07:00] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [25:52, 08:31](1926 MB) - -PASS -- COMPILE 'atmw_intel' [16:11, 14:18] ( 9 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [19:49, 02:55](1939 MB) - -PASS -- COMPILE 'atmaero_intel' [14:10, 12:41] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [21:44, 05:09](2010 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [21:44, 04:32](1778 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [21:39, 04:34](1791 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [11:10, 09:04] ( 882 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [34:28, 17:13](4534 MB) - -PASS -- COMPILE 'atm_fbh_intel' [18:11, 12:30] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [26:25, 09:56](1106 MB) - -PASS -- COMPILE 'datm_cdeps_intelllvm' [28:11, 22:48] -PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [18:16, 02:18](1135 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [07:10, 03:55] -PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [22:15, 06:05](1077 MB) - -PASS -- COMPILE 'atm_gnu' [09:11, 05:31] -PASS -- TEST 'control_c48_gnu' [23:40, 07:48](1544 MB) -PASS -- TEST 'control_stochy_gnu' [17:25, 02:24](721 MB) -PASS -- TEST 'control_ras_gnu' [17:21, 03:52](732 MB) -PASS -- TEST 'control_p8_gnu' [24:52, 05:26](1718 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [25:45, 05:19](1719 MB) -PASS -- TEST 'control_flake_gnu' [23:22, 04:44](791 MB) - -PASS -- COMPILE 'rrfs_gnu' [09:11, 06:04] -PASS -- TEST 'rap_control_gnu' [28:41, 08:22](1072 MB) -PASS -- TEST 'rap_decomp_gnu' [28:34, 08:18](1070 MB) -PASS -- TEST 'rap_2threads_gnu' [27:56, 07:33](1116 MB) -PASS -- TEST 'rap_restart_gnu' [06:50, 04:12](884 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [27:41, 08:12](1073 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [27:38, 08:29](1074 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:42, 06:22](875 MB) -PASS -- TEST 'hrrr_control_gnu' [22:39, 04:21](1060 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [20:44, 04:17](1127 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [16:33, 03:46](1006 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [14:33, 04:16](1060 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [05:30, 02:14](874 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:30, 02:04](925 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [17:54, 08:07](1069 MB) - -PASS -- COMPILE 'csawmg_gnu' [08:10, 05:23] -PASS -- TEST 'control_csawmg_gnu' [19:28, 11:32](1059 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [24:10, 22:30] -PASS -- TEST 'control_diag_debug_gnu' [08:34, 01:26](1619 MB) -PASS -- TEST 'regional_debug_gnu' [15:29, 08:04](1130 MB) -PASS -- TEST 'rap_control_debug_gnu' [07:17, 02:22](1089 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [07:17, 02:14](1076 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [06:16, 02:32](1084 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [05:16, 02:14](1087 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:33, 02:27](1266 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:18, 03:26](1085 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:17, 02:15](1087 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [04:17, 02:17](1089 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:16, 01:22](718 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:16, 01:17](714 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:29, 01:15](1693 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:18, 02:05](1090 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:18, 02:13](1091 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:55, 03:35](1094 MB) - -PASS -- COMPILE 'wam_debug_gnu' [13:11, 12:01] -PASS -- TEST 'control_wam_debug_gnu' [07:33, 05:30](1558 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [07:10, 06:05] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:47, 07:57](956 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:48, 04:09](962 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:35, 07:00](959 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:39, 03:37](872 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:40, 03:57](939 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:40, 05:51](854 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:20, 02:06](852 MB) -PASS -- TEST 'conus13km_control_gnu' [05:39, 02:40](1254 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:27, 01:26](1163 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:28, 01:37](938 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [23:14, 21:53] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:38, 04:41](984 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [09:11, 07:58] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:20, 02:07](969 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:17, 02:04](964 MB) -PASS -- TEST 'conus13km_debug_gnu' [08:31, 05:33](1276 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [09:30, 05:52](945 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [06:27, 03:30](1187 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:26, 05:41](1344 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 06:48] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:18, 02:10](996 MB) - -PASS -- COMPILE 's2swa_gnu' [18:11, 16:52] - -PASS -- COMPILE 's2s_gnu' [18:11, 16:19] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [20:13, 17:04](2694 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [24:11, 21:53] - -PASS -- COMPILE 's2sw_pdlib_gnu' [30:11, 27:48] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [43:58, 41:53](2902 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [23:13, 19:50] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [19:06, 16:28](3033 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [26:10, 23:00] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:15, 02:24](765 MB) +* (-r) - USE ROCOTO + +PASS -- COMPILE 'rrfs_gnu' [04:37, 04:37] +PASS -- TEST 'rap_control_gnu' [08:38, 08:17](1073 MB) +PASS -- TEST 'rap_2threads_gnu' [07:45, 07:06](999 MB) SYNOPSIS: -Starting Date/Time: 20241213 13:42:54 -Ending Date/Time: 20241213 16:22:14 -Total Time: 02h:40m:03s -Compiles Completed: 60/60 -Tests Completed: 248/248 +Starting Date/Time: 20250101 08:50:51 +Ending Date/Time: 20250101 09:05:27 +Total Time: 00h:14m:54s +Compiles Completed: 1/1 +Tests Completed: 2/2 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index b2f7ed858a..09b812545b 100644 --- a/tests/logs/RegressionTests_jet.log +++ b/tests/logs/RegressionTests_jet.log @@ -1,20 +1,20 @@ ====START OF JET REGRESSION TESTING LOG==== UFSWM hash used in testing: -19498cc1894245fe8afe365dd87dbe5d8862b35f +7e1e51eae8370dc0c2e21bd6ba6a784f29cf589c Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 51f8cd20c15fe39ef1168d59d5077812b6508544 CDEPS-interface/CDEPS (remotes/origin/sync_escomp_2024-10) + 2eccb9f74ebd8dfc09b53d15f5a96c847b77c443 CDEPS-interface/CDEPS (cdeps0.4.17-310-g2eccb9f) ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) - 507ca48f4586fbeb7b0e23e5cfa9321bc3f02a1d CMEPS-interface/CMEPS (cmeps_v0.4.1-3103-g507ca48f) + b5d1cc189fced4abcb13fc70ed2febb2aef61757 CMEPS-interface/CMEPS (cmeps_v0.4.1-2313-gb5d1cc1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 1648e176fa869d0ca9ce9ea5822b3594afd8c353 FV3 (heads/develop) + 74a1c84b0f6e2063f073a5b189a0a3b84f59dbca FV3 (remotes/origin/rrfsv1-to-ufs/dev7) 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) - dab57fcce3f1abf16eb01f22469ea84279f67b19 FV3/ccpp/physics (EP4-1079-gdab57fcc) + 92f1ad01744cb8309b459d3ecec5a02ab526e043 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5533-g92f1ad01) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) ce5f3b146861cf6c95e1c14c640ede1ed97e6eef FV3/upp (upp_v10.2.0-243-gce5f3b14) -179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd @@ -38,258 +38,258 @@ 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: /lfs5/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20241212 -COMPARISON DIRECTORY: /lfs5/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1986325 +BASELINE DIRECTORY: /lfs5/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20241230 +COMPARISON DIRECTORY: /lfs5/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3081145 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [44:15, 43:00] ( 1 warnings 1397 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [21:15, 13:35](2017 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [49:15, 47:58] ( 1 warnings 1444 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [28:10, 25:07](1870 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [29:18, 26:23](2003 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:10, 09:45](1134 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [31:01, 28:02](1825 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [50:15, 48:53] ( 1 warnings 1441 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [35:51, 24:48](1869 MB) - -PASS -- COMPILE 's2swa_intel' [46:15, 44:22] ( 1 warnings 1416 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [23:15, 17:51](2046 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [26:25, 16:50](2048 MB) -PASS -- TEST 'cpld_restart_p8_intel' [11:18, 08:59](1709 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [23:12, 17:11](2065 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [11:21, 09:01](1717 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [22:08, 16:28](2322 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [23:04, 17:20](2016 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [19:17, 14:01](1999 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [23:20, 17:14](2036 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [23:11, 09:06](2012 MB) - -PASS -- COMPILE 's2sw_intel' [43:15, 41:53] ( 1 warnings 1301 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [12:23, 09:46](1914 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [17:32, 14:09](1975 MB) +PASS -- COMPILE 's2swa_32bit_intel' [45:14, 43:54] ( 1 warnings 1397 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [20:16, 13:35](1999 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [50:15, 49:04] ( 1 warnings 1444 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [02:16, 23:13](1884 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [27:18, 24:19](2016 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:20, 09:45](1138 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [33:11, 26:20](1855 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [47:14, 45:44] ( 1 warnings 1441 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [56:55, 22:24](1880 MB) + +PASS -- COMPILE 's2swa_intel' [46:14, 44:31] ( 1 warnings 1416 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [41:25, 17:35](2049 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [42:27, 17:01](2043 MB) +PASS -- TEST 'cpld_restart_p8_intel' [24:21, 09:00](1712 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [31:15, 16:57](2059 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [34:26, 09:03](1729 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [49:13, 15:55](2260 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [33:05, 17:15](2045 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [24:21, 14:00](2003 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [36:24, 16:54](2065 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [41:19, 09:09](1998 MB) + +PASS -- COMPILE 's2sw_intel' [43:14, 41:13] ( 1 warnings 1301 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [12:28, 09:49](1903 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [17:40, 14:13](1963 MB) PASS -- COMPILE 's2swa_debug_intel' [08:11, 06:22] ( 1410 warnings 1216 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [38:18, 27:36](2031 MB) - -PASS -- COMPILE 's2sw_debug_intel' [08:11, 06:08] ( 1410 warnings 1216 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [21:02, 11:39](1918 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [39:13, 37:08] ( 1019 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:24, 05:30](1953 MB) - -PASS -- COMPILE 's2s_intel' [43:14, 38:02] ( 1 warnings 1042 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [12:49, 10:21](3006 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:49, 03:05](3008 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:49, 01:46](2458 MB) - -PASS -- COMPILE 's2swa_faster_intel' [42:19, 32:11] ( 1 warnings 1632 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [19:30, 16:20](2046 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [55:15, 46:36] ( 1 warnings 1361 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [39:31, 33:17](1935 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [21:23, 16:32](1131 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [42:11, 39:19](1908 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [15:12, 05:58] ( 1520 warnings 1986 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [41:09, 38:42](1930 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [39:13, 37:46] ( 1 warnings 1125 remarks ) -PASS -- TEST 'control_flake_intel' [15:32, 04:20](652 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [29:12, 04:13](1542 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [33:13, 04:35](1537 MB) -PASS -- TEST 'control_latlon_intel' [33:09, 04:18](1526 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [21:14, 04:16](1542 MB) -PASS -- TEST 'control_c48_intel' [34:12, 18:06](1700 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [12:34, 10:12](834 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [35:14, 18:07](1703 MB) -PASS -- TEST 'control_c192_intel' [44:26, 16:07](1682 MB) -PASS -- TEST 'control_c384_intel' [56:26, 23:09](1819 MB) -PASS -- TEST 'control_c384gdas_intel' [48:09, 13:21](1009 MB) -PASS -- TEST 'control_stochy_intel' [04:30, 02:10](604 MB) -PASS -- TEST 'control_stochy_restart_intel' [29:30, 01:13](434 MB) -PASS -- TEST 'control_lndp_intel' [12:30, 01:59](605 MB) -PASS -- TEST 'control_iovr4_intel' [05:32, 03:17](596 MB) -PASS -- TEST 'control_iovr5_intel' [05:33, 03:15](601 MB) -PASS -- TEST 'control_p8_intel' [33:28, 04:54](1830 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [32:35, 04:05](1831 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [33:20, 04:47](1830 MB) -PASS -- TEST 'control_restart_p8_intel' [11:49, 02:33](1055 MB) -PASS -- TEST 'control_noqr_p8_intel' [33:23, 04:46](1812 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [10:52, 02:29](1075 MB) -PASS -- TEST 'control_decomp_p8_intel' [20:25, 04:47](1822 MB) -PASS -- TEST 'control_2threads_p8_intel' [33:19, 04:40](1899 MB) -PASS -- TEST 'control_p8_lndp_intel' [29:13, 08:32](1829 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [34:24, 05:20](1894 MB) -PASS -- TEST 'control_p8_mynn_intel' [32:26, 04:05](1838 MB) -PASS -- TEST 'merra2_thompson_intel' [25:23, 04:18](1842 MB) -PASS -- TEST 'regional_control_intel' [11:04, 07:10](1035 MB) -PASS -- TEST 'regional_restart_intel' [21:43, 03:50](1018 MB) -PASS -- TEST 'regional_decomp_intel' [10:05, 07:27](1043 MB) -PASS -- TEST 'regional_2threads_intel' [17:04, 04:20](1023 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [33:49, 07:20](1044 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [30:40, 07:07](1036 MB) - -PASS -- COMPILE 'rrfs_intel' [36:13, 34:54] ( 3 warnings 1101 remarks ) -PASS -- TEST 'rap_control_intel' [28:48, 10:02](984 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [27:04, 05:30](1191 MB) -PASS -- TEST 'rap_decomp_intel' [29:43, 10:35](979 MB) -PASS -- TEST 'rap_2threads_intel' [28:48, 09:34](1070 MB) -PASS -- TEST 'rap_restart_intel' [07:48, 05:13](987 MB) -PASS -- TEST 'rap_sfcdiff_intel' [31:46, 10:03](987 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [31:42, 10:48](975 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:47, 07:29](1001 MB) -PASS -- TEST 'hrrr_control_intel' [22:46, 05:12](984 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [21:41, 05:17](977 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [16:40, 04:49](1048 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:28, 02:44](920 MB) -PASS -- TEST 'rrfs_v1beta_intel' [18:52, 10:05](977 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [21:27, 13:22](1926 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [17:27, 12:57](1926 MB) - -PASS -- COMPILE 'csawmg_intel' [36:13, 34:56] ( 1099 remarks ) -PASS -- TEST 'control_csawmg_intel' [12:39, 08:11](963 MB) -PASS -- TEST 'control_ras_intel' [09:21, 04:26](674 MB) - -PASS -- COMPILE 'wam_intel' [37:14, 35:55] ( 1003 remarks ) -PASS -- TEST 'control_wam_intel' [16:47, 14:23](1613 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [39:13, 37:32] ( 1303 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:48, 03:38](1828 MB) -PASS -- TEST 'regional_control_faster_intel' [09:36, 06:45](1025 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [16:11, 08:23] ( 882 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [10:41, 02:41](1564 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [11:44, 02:40](1542 MB) -PASS -- TEST 'control_stochy_debug_intel' [08:21, 03:49](772 MB) -PASS -- TEST 'control_lndp_debug_intel' [08:21, 03:20](773 MB) -PASS -- TEST 'control_csawmg_debug_intel' [13:35, 05:24](1084 MB) -PASS -- TEST 'control_ras_debug_intel' [11:22, 03:22](788 MB) -PASS -- TEST 'control_diag_debug_intel' [10:45, 03:17](1630 MB) -PASS -- TEST 'control_debug_p8_intel' [10:44, 03:13](1853 MB) -PASS -- TEST 'regional_debug_intel' [28:46, 22:00](1070 MB) -PASS -- TEST 'rap_control_debug_intel' [12:25, 06:02](1162 MB) -PASS -- TEST 'hrrr_control_debug_intel' [08:22, 05:57](1154 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:25, 06:06](1160 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [08:24, 06:05](1168 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:25, 06:05](1163 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:35, 06:27](1242 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:26, 06:15](1161 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:24, 06:19](1162 MB) -PASS -- TEST 'rap_lndp_debug_intel' [08:25, 06:11](1162 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:26, 06:03](1160 MB) -PASS -- TEST 'rap_noah_debug_intel' [08:24, 05:57](1159 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [08:26, 06:02](1165 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:27, 10:00](1152 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [08:26, 06:01](1156 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [09:25, 06:05](1165 MB) -PASS -- TEST 'rap_flake_debug_intel' [08:26, 06:07](1164 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:48, 10:37](1168 MB) - -PASS -- COMPILE 'wam_debug_intel' [18:11, 05:06] ( 837 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [19:43, 16:34](1645 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [35:13, 30:47] ( 3 warnings 1033 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:09, 05:01](1070 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:39, 08:18](912 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:43, 04:19](875 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:54, 07:54](957 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:51, 04:04](899 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:42, 04:38](853 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:39, 06:20](898 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:26, 02:20](836 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [34:13, 32:02] ( 3 warnings 1207 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:00, 02:39](1097 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:44, 01:16](1039 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:44, 01:34](1012 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [33:13, 31:33] ( 3 warnings 1053 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:45, 05:29](904 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:11, 05:13] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:26, 06:04](1033 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [08:22, 05:56](1027 MB) -PASS -- TEST 'conus13km_debug_intel' [19:57, 17:37](1153 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [20:47, 17:48](857 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [12:39, 10:13](1089 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:38, 17:40](1209 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:11, 05:00] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:25, 06:09](1082 MB) - -PASS -- COMPILE 'hafsw_intel' [42:14, 40:13] ( 1 warnings 1435 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [21:24, 06:45](703 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [20:38, 06:21](1079 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [23:38, 09:05](752 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [18:29, 15:27](783 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [33:49, 19:04](807 MB) -PASS -- TEST 'gnv1_nested_intel' [21:46, 07:03](1668 MB) - -PASS -- COMPILE 'hafs_all_intel' [39:13, 37:47] ( 1281 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [25:19, 08:14](751 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [27:21, 08:22](735 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:11, 08:15] ( 67 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [06:21, 03:40](1078 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:22, 02:10](1045 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:20, 03:29](950 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [06:22, 03:41](942 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:20, 03:33](938 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:22, 03:41](1074 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:21, 03:41](1077 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [06:21, 03:35](931 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:15, 07:50](892 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:17, 07:45](854 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [06:18, 03:42](1078 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [08:22, 05:10](2423 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [08:22, 05:09](2430 MB) +PASS -- TEST 'cpld_debug_p8_intel' [04:24, 27:36](2079 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:11, 06:00] ( 1410 warnings 1216 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [02:10, 11:37](1929 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [39:15, 37:04] ( 1019 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [23:18, 05:31](1954 MB) + +PASS -- COMPILE 's2s_intel' [08:17, 37:34] ( 1 warnings 1042 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [12:48, 10:20](3002 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:48, 03:02](3008 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:47, 01:46](2456 MB) + +PASS -- COMPILE 's2swa_faster_intel' [09:22, 32:55] ( 1 warnings 1632 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [20:29, 16:17](2064 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [29:17, 45:51] ( 1 warnings 1361 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [36:21, 33:20](1939 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [19:16, 16:26](1148 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [42:20, 39:16](1916 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [48:14, 05:57] ( 1520 warnings 1986 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [41:12, 38:41](1940 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [47:14, 37:28] ( 1 warnings 1125 remarks ) +PASS -- TEST 'control_flake_intel' [08:31, 04:29](645 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [11:02, 04:12](1537 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [11:05, 04:31](1543 MB) +PASS -- TEST 'control_latlon_intel' [11:00, 04:15](1543 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [11:09, 04:28](1541 MB) +PASS -- TEST 'control_c48_intel' [21:08, 18:04](1704 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [12:37, 10:11](830 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [22:08, 18:04](1701 MB) +PASS -- TEST 'control_c192_intel' [24:21, 15:56](1689 MB) +PASS -- TEST 'control_c384_intel' [28:19, 23:06](1781 MB) +PASS -- TEST 'control_c384gdas_intel' [19:00, 13:27](1005 MB) +PASS -- TEST 'control_stochy_intel' [05:29, 02:13](604 MB) +PASS -- TEST 'control_stochy_restart_intel' [06:27, 01:16](434 MB) +PASS -- TEST 'control_lndp_intel' [03:29, 02:01](602 MB) +PASS -- TEST 'control_iovr4_intel' [06:31, 03:22](598 MB) +PASS -- TEST 'control_iovr5_intel' [06:31, 03:22](602 MB) +PASS -- TEST 'control_p8_intel' [11:17, 04:49](1824 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [14:27, 03:59](1844 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [11:10, 04:42](1834 MB) +PASS -- TEST 'control_restart_p8_intel' [08:52, 02:37](1065 MB) +PASS -- TEST 'control_noqr_p8_intel' [11:13, 04:40](1832 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [08:56, 02:32](1075 MB) +PASS -- TEST 'control_decomp_p8_intel' [11:11, 04:52](1815 MB) +PASS -- TEST 'control_2threads_p8_intel' [11:11, 04:25](1900 MB) +PASS -- TEST 'control_p8_lndp_intel' [13:07, 08:44](1832 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [13:16, 05:07](1901 MB) +PASS -- TEST 'control_p8_mynn_intel' [11:14, 03:57](1843 MB) +PASS -- TEST 'merra2_thompson_intel' [10:16, 04:27](1844 MB) +PASS -- TEST 'regional_control_intel' [10:58, 07:07](1032 MB) +PASS -- TEST 'regional_restart_intel' [09:34, 03:44](1023 MB) +PASS -- TEST 'regional_decomp_intel' [10:58, 07:30](1043 MB) +PASS -- TEST 'regional_2threads_intel' [11:41, 04:18](1008 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [11:40, 07:05](1038 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [11:33, 07:02](1039 MB) + +PASS -- COMPILE 'rrfs_intel' [36:13, 35:02] ( 3 warnings 1100 remarks ) +PASS -- TEST 'rap_control_intel' [14:50, 10:05](986 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:03, 05:37](1185 MB) +PASS -- TEST 'rap_decomp_intel' [12:41, 10:37](979 MB) +PASS -- TEST 'rap_2threads_intel' [11:38, 09:29](1053 MB) +PASS -- TEST 'rap_restart_intel' [09:48, 05:21](971 MB) +PASS -- TEST 'rap_sfcdiff_intel' [11:40, 10:04](989 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:38, 10:36](975 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [11:47, 07:39](1001 MB) +PASS -- TEST 'hrrr_control_intel' [08:45, 05:04](980 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:40, 05:14](979 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [10:38, 04:42](1046 MB) +PASS -- TEST 'hrrr_control_restart_intel' [07:30, 02:44](918 MB) +PASS -- TEST 'rrfs_v1beta_intel' [14:53, 09:59](986 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [17:26, 13:17](1932 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [17:27, 12:58](1931 MB) + +PASS -- COMPILE 'csawmg_intel' [36:13, 35:07] ( 1099 remarks ) +PASS -- TEST 'control_csawmg_intel' [11:46, 08:02](966 MB) +PASS -- TEST 'control_ras_intel' [06:27, 04:21](663 MB) + +PASS -- COMPILE 'wam_intel' [37:13, 35:33] ( 1003 remarks ) +PASS -- TEST 'control_wam_intel' [20:02, 14:25](1610 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [40:13, 37:54] ( 1303 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:06, 03:39](1840 MB) +PASS -- TEST 'regional_control_faster_intel' [08:50, 06:37](1034 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [11:11, 08:27] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:43, 02:50](1542 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:50, 02:42](1560 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:26, 03:48](774 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:23, 03:24](777 MB) +PASS -- TEST 'control_csawmg_debug_intel' [08:39, 05:24](1092 MB) +PASS -- TEST 'control_ras_debug_intel' [05:24, 03:25](782 MB) +PASS -- TEST 'control_diag_debug_intel' [06:44, 03:22](1602 MB) +PASS -- TEST 'control_debug_p8_intel' [07:47, 03:14](1855 MB) +PASS -- TEST 'regional_debug_intel' [26:42, 21:57](1045 MB) +PASS -- TEST 'rap_control_debug_intel' [08:27, 06:06](1163 MB) +PASS -- TEST 'hrrr_control_debug_intel' [10:27, 06:01](1161 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [10:27, 06:08](1167 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [10:25, 06:07](1167 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [10:26, 06:08](1164 MB) +PASS -- TEST 'rap_diag_debug_intel' [10:34, 06:27](1252 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [10:27, 06:22](1164 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [10:24, 06:20](1160 MB) +PASS -- TEST 'rap_lndp_debug_intel' [09:27, 06:16](1160 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:29, 06:11](1162 MB) +PASS -- TEST 'rap_noah_debug_intel' [08:26, 06:08](1163 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [08:25, 06:13](1159 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:26, 10:05](1162 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [08:25, 06:03](1156 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:27, 06:08](1169 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:24, 06:07](1166 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:51, 10:43](1184 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:11, 05:13] ( 837 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [18:58, 16:34](1643 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [32:12, 30:44] ( 3 warnings 1032 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [18:12, 05:12](1065 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:39, 08:11](908 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:43, 04:17](871 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:42, 07:47](916 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:46, 03:59](901 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:42, 04:35](854 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:45, 06:12](900 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:27, 02:18](845 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [34:13, 32:12] ( 3 warnings 1207 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:49, 02:39](1099 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:40, 01:08](1026 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:42, 01:29](1008 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [33:13, 31:28] ( 3 warnings 1052 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:52, 05:29](912 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:11, 05:10] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:24, 06:05](1037 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:24, 05:58](1039 MB) +PASS -- TEST 'conus13km_debug_intel' [23:56, 17:40](1142 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [23:56, 17:45](858 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [18:49, 10:10](1093 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [23:49, 17:43](1215 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:12, 05:04] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [11:25, 06:09](1089 MB) + +PASS -- COMPILE 'hafsw_intel' [42:14, 40:14] ( 1 warnings 1435 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [10:27, 07:22](699 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [09:39, 06:15](1074 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [16:08, 09:26](756 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [22:34, 15:56](788 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [23:10, 18:59](804 MB) +PASS -- TEST 'gnv1_nested_intel' [13:34, 06:41](1668 MB) + +PASS -- COMPILE 'hafs_all_intel' [38:13, 36:40] ( 1281 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [11:30, 08:32](752 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:29, 08:40](741 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:11, 08:08] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:25, 03:35](1074 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:23, 02:12](1044 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:23, 03:28](944 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:24, 03:31](930 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:24, 03:34](936 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:25, 03:33](1059 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:24, 03:33](1074 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:25, 03:27](931 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:18, 07:46](899 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:20, 07:40](853 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:21, 03:36](1077 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:26, 05:03](2365 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [07:26, 05:07](2430 MB) PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 03:21] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [10:22, 08:09](1020 MB) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [10:20, 08:11](1023 MB) -PASS -- COMPILE 'datm_cdeps_faster_intel' [10:11, 08:17] ( 70 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:21, 03:33](1077 MB) +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:11, 08:14] ( 70 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:22, 03:35](1071 MB) -PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:43] ( 68 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:35, 01:07](237 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:29, 01:00](261 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:26, 00:37](264 MB) +PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:47] ( 68 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:37, 01:18](241 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:31, 01:03](266 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:28, 00:43](261 MB) -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [38:13, 36:25] ( 1024 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:14, 04:43](1899 MB) +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [38:14, 36:36] ( 1024 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:14, 05:02](1909 MB) -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [37:13, 35:59] ( 1 warnings 1029 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [12:58, 10:26](1915 MB) +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [37:14, 36:01] ( 1 warnings 1029 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [13:04, 11:00](1909 MB) -PASS -- COMPILE 'atml_intel' [39:14, 37:56] ( 8 warnings 1174 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:03, 05:34](1840 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [12:04, 05:42](1847 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:42, 03:07](1060 MB) +PASS -- COMPILE 'atml_intel' [40:14, 38:12] ( 8 warnings 1174 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:29, 05:48](1859 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [08:28, 05:50](1857 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:47, 03:18](1062 MB) -PASS -- COMPILE 'atml_debug_intel' [08:12, 06:16] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [20:16, 07:22](1881 MB) +PASS -- COMPILE 'atml_debug_intel' [08:11, 06:33] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:29, 07:18](1904 MB) -PASS -- COMPILE 'atmw_intel' [40:14, 38:14] ( 1277 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:00, 02:26](1844 MB) +PASS -- COMPILE 'atmw_intel' [39:14, 37:25] ( 1277 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:20, 02:35](1845 MB) -PASS -- COMPILE 'atmaero_intel' [42:13, 36:22] ( 1107 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [12:58, 05:27](1935 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [14:58, 06:20](1702 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:50, 06:24](1688 MB) +PASS -- COMPILE 'atmaero_intel' [38:14, 36:12] ( 1107 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:00, 05:20](1928 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:16, 06:18](1708 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:03, 06:30](1716 MB) -PASS -- COMPILE 'atm_fbh_intel' [33:13, 31:25] ( 3 warnings 1004 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [17:38, 15:11](1059 MB) +PASS -- COMPILE 'atm_fbh_intel' [33:13, 31:31] ( 3 warnings 1003 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [17:39, 15:35](1055 MB) SYNOPSIS: -Starting Date/Time: 20241213 19:41:31 -Ending Date/Time: 20241214 00:15:47 -Total Time: 04h:34m:55s +Starting Date/Time: 20241231 07:41:52 +Ending Date/Time: 20241231 12:34:49 +Total Time: 04h:54m:05s Compiles Completed: 37/37 Tests Completed: 166/166 diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 08ca47330b..daa7945e9e 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,20 +1,20 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -19498cc1894245fe8afe365dd87dbe5d8862b35f +7e1e51eae8370dc0c2e21bd6ba6a784f29cf589c Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 51f8cd20c15fe39ef1168d59d5077812b6508544 CDEPS-interface/CDEPS (remotes/origin/sync_escomp_2024-10) + 2eccb9f74ebd8dfc09b53d15f5a96c847b77c443 CDEPS-interface/CDEPS (cdeps0.4.17-310-g2eccb9f) ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) - 507ca48f4586fbeb7b0e23e5cfa9321bc3f02a1d CMEPS-interface/CMEPS (cmeps_v0.4.1-3103-g507ca48f) + b5d1cc189fced4abcb13fc70ed2febb2aef61757 CMEPS-interface/CMEPS (cmeps_v0.4.1-2313-gb5d1cc1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 1648e176fa869d0ca9ce9ea5822b3594afd8c353 FV3 (heads/develop) + 74a1c84b0f6e2063f073a5b189a0a3b84f59dbca FV3 (remotes/origin/rrfsv1-to-ufs/dev7) 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) - dab57fcce3f1abf16eb01f22469ea84279f67b19 FV3/ccpp/physics (EP4-1079-gdab57fcc) + 92f1ad01744cb8309b459d3ecec5a02ab526e043 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5533-g92f1ad01) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) ce5f3b146861cf6c95e1c14c640ede1ed97e6eef FV3/upp (upp_v10.2.0-243-gce5f3b14) -179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd @@ -38,299 +38,298 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20241212 -COMPARISON DIRECTORY: /work2/noaa/epic/nandoam/stmp/orion/nandoam/FV3_RT/rt_1620443 +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20241230 +COMPARISON DIRECTORY: /work/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_3676591 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [21:11, 17:57] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [30:52, 27:41](2082 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:11, 18:56] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [27:01, 23:42](1955 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [28:17, 25:09](2118 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:32, 08:59](1224 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [31:11, 27:40](1856 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:11, 19:58] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [30:56, 24:21](1950 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [12:10, 08:14] ( 1520 warnings 1988 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [33:49, 30:58](1932 MB) - -PASS -- COMPILE 's2swa_intel' [21:10, 17:57] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [33:16, 29:21](2145 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [30:51, 27:28](2144 MB) -PASS -- TEST 'cpld_restart_p8_intel' [17:57, 14:18](1807 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [30:41, 27:17](2160 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [18:11, 14:35](1696 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [27:33, 25:01](2442 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [30:41, 27:21](2125 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [25:42, 22:52](2045 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [30:51, 27:15](2149 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [19:39, 16:02](2717 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [13:28, 08:59](2709 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [38:02, 22:01](3694 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [25:21, 12:22](3534 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:34, 07:59](2076 MB) - -PASS -- COMPILE 's2sw_intel' [19:10, 16:10] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [29:18, 26:56](1979 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [14:38, 11:45](2050 MB) - -PASS -- COMPILE 's2swa_debug_intel' [12:10, 08:47] ( 1410 warnings 1218 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [25:38, 23:06](2175 MB) - -PASS -- COMPILE 's2sw_debug_intel' [11:10, 07:51] ( 1410 warnings 1218 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:20, 09:57](1993 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [19:10, 15:34] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:26, 04:47](2029 MB) - -PASS -- COMPILE 's2s_intel' [19:10, 15:56] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [10:00, 08:09](3027 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:04, 02:32](3020 MB) -PASS -- TEST 'cpld_restart_c48_intel' [07:59, 02:52](2477 MB) - -PASS -- COMPILE 's2swa_faster_intel' [20:11, 18:35] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [31:37, 28:22](2146 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:11, 19:18] ( 1 warnings 11 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [32:25, 29:27](2004 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [20:33, 16:04](1245 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [40:24, 35:01](1938 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:10, 07:41] ( 1520 warnings 1988 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [38:42, 35:32](1967 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [15:10, 13:50] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:28, 03:50](684 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:42, 03:35](1572 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:47, 03:42](1572 MB) -PASS -- TEST 'control_latlon_intel' [05:51, 03:32](1575 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:58, 03:36](1573 MB) -PASS -- TEST 'control_c48_intel' [17:00, 14:46](1704 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [10:32, 08:11](834 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [16:56, 14:44](1713 MB) -PASS -- TEST 'control_c192_intel' [16:13, 13:16](1743 MB) -PASS -- TEST 'control_c384_intel' [20:20, 16:33](1980 MB) -PASS -- TEST 'control_c384gdas_intel' [15:31, 10:02](1335 MB) -PASS -- TEST 'control_stochy_intel' [03:25, 01:49](639 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:53, 01:07](471 MB) -PASS -- TEST 'control_lndp_intel' [03:21, 01:45](643 MB) -PASS -- TEST 'control_iovr4_intel' [05:25, 02:44](644 MB) -PASS -- TEST 'control_iovr5_intel' [05:23, 02:44](635 MB) -PASS -- TEST 'control_p8_intel' [06:23, 04:02](1865 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:21, 03:49](1874 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:30, 03:57](1873 MB) -PASS -- TEST 'control_restart_p8_intel' [05:29, 02:14](1088 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:28, 04:03](1849 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:46, 02:11](1124 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:14, 04:05](1853 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:16, 04:09](1947 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:44, 07:11](1870 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:34, 04:44](1932 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:29, 03:25](1877 MB) -PASS -- TEST 'merra2_thompson_intel' [06:40, 03:44](1873 MB) -PASS -- TEST 'regional_control_intel' [08:44, 06:27](1106 MB) -PASS -- TEST 'regional_restart_intel' [05:37, 03:30](1088 MB) -PASS -- TEST 'regional_decomp_intel' [08:43, 06:55](1102 MB) -PASS -- TEST 'regional_2threads_intel' [06:43, 04:37](1109 MB) -PASS -- TEST 'regional_noquilt_intel' [08:54, 06:19](1409 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:50, 06:30](1114 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:42, 06:28](1107 MB) -PASS -- TEST 'regional_wofs_intel' [09:42, 08:06](1893 MB) - -PASS -- COMPILE 'rrfs_intel' [15:11, 13:14] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [11:14, 08:28](1060 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:04, 05:06](1267 MB) -PASS -- TEST 'rap_decomp_intel' [10:59, 08:49](1013 MB) -PASS -- TEST 'rap_2threads_intel' [10:59, 08:36](1170 MB) -PASS -- TEST 'rap_restart_intel' [10:46, 04:26](1034 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:05, 08:24](1057 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:04, 08:45](1017 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [11:53, 06:22](1065 MB) -PASS -- TEST 'hrrr_control_intel' [07:06, 04:21](1022 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:03, 04:26](1011 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:06, 04:12](1086 MB) -PASS -- TEST 'hrrr_control_restart_intel' [05:44, 02:21](936 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:25, 08:20](1048 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [13:27, 09:56](1974 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:27, 09:33](2018 MB) - -PASS -- COMPILE 'csawmg_intel' [14:11, 12:54] -PASS -- TEST 'control_csawmg_intel' [10:35, 07:36](1017 MB) -PASS -- TEST 'control_ras_intel' [06:31, 03:30](717 MB) - -PASS -- COMPILE 'wam_intel' [14:10, 12:48] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [15:04, 12:48](1647 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [15:10, 13:29] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:32, 03:36](1881 MB) -PASS -- TEST 'regional_control_faster_intel' [08:36, 06:15](1105 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [11:10, 10:01] ( 882 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:44, 02:16](1599 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:49, 02:16](1596 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:22, 03:02](807 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:22, 02:44](813 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:40, 04:47](1124 MB) -PASS -- TEST 'control_ras_debug_intel' [04:22, 02:43](820 MB) -PASS -- TEST 'control_diag_debug_intel' [04:46, 02:46](1665 MB) -PASS -- TEST 'control_debug_p8_intel' [04:48, 02:42](1893 MB) -PASS -- TEST 'regional_debug_intel' [19:41, 17:22](1092 MB) -PASS -- TEST 'rap_control_debug_intel' [06:24, 04:56](1196 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:23, 04:44](1197 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:23, 04:53](1200 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:21, 04:59](1198 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [10:24, 05:07](1205 MB) -PASS -- TEST 'rap_diag_debug_intel' [10:36, 05:08](1285 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [09:29, 05:04](1207 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:23, 05:05](1196 MB) -PASS -- TEST 'rap_lndp_debug_intel' [08:23, 05:06](1193 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [11:26, 05:00](1202 MB) -PASS -- TEST 'rap_noah_debug_intel' [09:25, 04:52](1199 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [10:27, 04:58](1199 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:26, 07:55](1193 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [08:26, 04:46](1199 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [09:26, 05:02](1199 MB) -PASS -- TEST 'rap_flake_debug_intel' [09:26, 05:05](1202 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:33, 08:42](1200 MB) - -PASS -- COMPILE 'wam_debug_intel' [08:11, 06:40] ( 837 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:45, 13:14](1678 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [19:11, 12:41] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:56, 05:09](1142 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:25, 07:14](1002 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [08:08, 03:51](922 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [11:17, 07:29](1076 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:10, 03:46](939 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:02, 03:57](893 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [12:39, 05:27](974 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:46, 02:04](881 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:10, 12:20] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:59, 02:52](1160 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:45, 01:07](1105 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:43, 01:27](1066 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:10, 13:34] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:54, 04:39](973 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:10, 06:46] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:25, 04:53](1086 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:25, 04:43](1075 MB) -PASS -- TEST 'conus13km_debug_intel' [16:54, 13:49](1227 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:52, 14:06](924 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:45, 08:17](1163 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:44, 13:42](1301 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:11, 06:54] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:27, 05:04](1129 MB) - -PASS -- COMPILE 'hafsw_intel' [17:11, 15:35] ( 1 warnings 10 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:24, 06:17](743 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:31, 06:49](1127 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:36, 07:56](815 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [31:26, 28:29](846 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [37:38, 34:40](1025 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:12, 07:48](497 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [12:36, 09:28](512 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:56, 03:44](377 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [15:49, 10:56](473 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:59, 05:13](524 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:01, 05:01](528 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [09:02, 06:17](571 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [06:34, 01:44](401 MB) -PASS -- TEST 'gnv1_nested_intel' [11:41, 04:31](1716 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [09:11, 07:33] ( 1462 warnings 1490 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [18:10, 13:38](580 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [16:11, 15:06] ( 9 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [21:19, 15:37](657 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [21:30, 15:24](719 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [16:11, 15:03] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [19:10, 11:27](710 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:11, 14:04] ( 9 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [14:20, 08:18](805 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [14:13, 08:12](790 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:06, 16:27](1201 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:10, 08:19] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:20, 03:00](1151 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:20, 01:55](1095 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:19, 02:52](1020 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [06:20, 02:55](1016 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:20, 02:55](1013 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:19, 02:59](1158 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:22, 02:59](1156 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:19, 02:51](1024 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:19, 06:38](1028 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:23, 06:38](1015 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:17, 02:59](1156 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:20, 04:19](2454 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:19, 04:21](2463 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:10, 05:04] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:19, 06:31](1087 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:10, 08:02] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:18, 03:00](1160 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:10, 01:20] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:30, 01:20](253 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:25, 01:07](325 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:27, 00:42](321 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:10, 01:40] ( 12 warnings ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:31, 00:37](558 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:33, 00:23](446 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:10, 14:07] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:20, 04:25](1972 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:11, 13:18] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [11:07, 08:32](1967 MB) - -PASS -- COMPILE 'atml_intel' [16:11, 14:15] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:43, 07:09](1863 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [09:33, 06:54](1856 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:12, 03:36](1056 MB) - -PASS -- COMPILE 'atml_debug_intel' [09:10, 07:30] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:41, 06:39](1886 MB) - -PASS -- COMPILE 'atmw_intel' [15:10, 13:46] ( 9 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:19, 02:12](1907 MB) - -PASS -- COMPILE 'atmaero_intel' [15:10, 13:16] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:17, 04:34](1972 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:11, 05:24](1761 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:06, 05:27](1755 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [08:10, 06:43] ( 882 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [25:10, 21:12](4474 MB) - -PASS -- COMPILE 'atm_fbh_intel' [14:10, 12:12] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [15:31, 13:53](1116 MB) - -PASS -- COMPILE 'hafsw_intelllvm' [09:10, 07:57] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [11:43, 08:32](575 MB) - -PASS -- COMPILE 'hafsw_debug_intelllvm' [06:10, 04:53] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intelllvm' [22:08, 20:05](566 MB) +PASS -- COMPILE 's2swa_32bit_intel' [18:11, 16:20] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [37:51, 28:02](2079 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:11, 19:12] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [58:53, 22:06](1958 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [27:21, 23:27](2138 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:14, 08:52](1224 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [02:53, 26:04](1876 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [21:11, 19:57] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [57:50, 21:44](1948 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:10, 08:05] ( 1520 warnings 1988 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [33:45, 30:46](1920 MB) + +PASS -- COMPILE 's2swa_intel' [18:11, 16:45] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [39:59, 29:36](2146 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [37:48, 27:39](2143 MB) +PASS -- TEST 'cpld_restart_p8_intel' [17:27, 14:26](1797 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [37:41, 27:43](2153 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [19:45, 14:35](1701 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [31:42, 20:50](2346 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [37:41, 27:34](2121 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [33:25, 23:33](2040 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [37:49, 27:30](2140 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [26:32, 15:58](2714 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [24:58, 09:22](2705 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [02:23, 20:18](3733 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [20:15, 11:07](3548 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [18:35, 08:02](2072 MB) + +PASS -- COMPILE 's2sw_intel' [17:11, 16:07] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [35:13, 27:25](1967 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [19:25, 11:46](2053 MB) + +PASS -- COMPILE 's2swa_debug_intel' [10:10, 08:40] ( 1410 warnings 1218 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [25:19, 22:53](2170 MB) + +PASS -- COMPILE 's2sw_debug_intel' [09:10, 08:03] ( 1410 warnings 1218 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [13:10, 10:12](1996 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [17:11, 15:20] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [13:28, 04:47](2031 MB) + +PASS -- COMPILE 's2s_intel' [17:11, 15:42] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [17:03, 08:45](3034 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [11:01, 03:02](3020 MB) +PASS -- TEST 'cpld_restart_c48_intel' [31:03, 01:56](2477 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:10, 17:01] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [58:32, 27:47](2151 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [20:11, 18:36] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [57:22, 29:08](2010 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [17:32, 14:34](1256 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [36:19, 33:49](1926 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:11, 07:46] ( 1520 warnings 1988 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [12:22, 34:37](1968 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [19:11, 13:23] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [24:30, 03:45](684 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [24:44, 03:40](1564 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [18:43, 03:37](1580 MB) +PASS -- TEST 'control_latlon_intel' [14:39, 03:32](1568 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [13:40, 03:37](1559 MB) +PASS -- TEST 'control_c48_intel' [23:43, 14:57](1701 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [16:37, 08:13](836 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [22:51, 14:41](1711 MB) +PASS -- TEST 'control_c192_intel' [16:52, 13:07](1729 MB) +PASS -- TEST 'control_c384_intel' [21:02, 16:42](1985 MB) +PASS -- TEST 'control_c384gdas_intel' [15:33, 09:56](1330 MB) +PASS -- TEST 'control_stochy_intel' [03:22, 01:50](639 MB) +PASS -- TEST 'control_stochy_restart_intel' [06:39, 01:04](471 MB) +PASS -- TEST 'control_lndp_intel' [06:25, 01:44](645 MB) +PASS -- TEST 'control_iovr4_intel' [09:26, 02:44](635 MB) +PASS -- TEST 'control_iovr5_intel' [09:25, 02:42](634 MB) +PASS -- TEST 'control_p8_intel' [11:09, 04:09](1862 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [10:10, 03:35](1886 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [11:19, 04:07](1854 MB) +PASS -- TEST 'control_restart_p8_intel' [05:11, 02:21](1083 MB) +PASS -- TEST 'control_noqr_p8_intel' [10:12, 04:05](1864 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:18, 02:19](1133 MB) +PASS -- TEST 'control_decomp_p8_intel' [11:09, 04:13](1846 MB) +PASS -- TEST 'control_2threads_p8_intel' [11:08, 04:56](1933 MB) +PASS -- TEST 'control_p8_lndp_intel' [13:40, 07:18](1867 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [09:28, 04:56](1934 MB) +PASS -- TEST 'control_p8_mynn_intel' [07:18, 03:34](1886 MB) +PASS -- TEST 'merra2_thompson_intel' [07:33, 03:53](1872 MB) +PASS -- TEST 'regional_control_intel' [09:40, 06:38](1107 MB) +PASS -- TEST 'regional_restart_intel' [05:34, 03:38](1088 MB) +PASS -- TEST 'regional_decomp_intel' [09:31, 06:55](1100 MB) +PASS -- TEST 'regional_2threads_intel' [07:30, 04:45](1052 MB) +PASS -- TEST 'regional_noquilt_intel' [08:34, 06:29](1409 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:48, 06:32](1107 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:35, 06:36](1113 MB) +PASS -- TEST 'regional_wofs_intel' [09:39, 07:57](1892 MB) + +PASS -- COMPILE 'rrfs_intel' [19:11, 13:24] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [11:09, 08:29](1052 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:57, 05:14](1273 MB) +PASS -- TEST 'rap_decomp_intel' [10:58, 08:45](1018 MB) +PASS -- TEST 'rap_2threads_intel' [12:19, 10:08](1082 MB) +PASS -- TEST 'rap_restart_intel' [07:35, 04:24](1038 MB) +PASS -- TEST 'rap_sfcdiff_intel' [12:20, 08:24](1052 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:56, 08:43](1020 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:33, 06:18](1069 MB) +PASS -- TEST 'hrrr_control_intel' [07:20, 04:23](1022 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:16, 04:26](1012 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:24, 05:01](1083 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:40, 02:21](942 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:21, 08:22](1045 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:27, 09:53](1968 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:24, 09:32](2010 MB) + +PASS -- COMPILE 'csawmg_intel' [19:11, 13:13] +PASS -- TEST 'control_csawmg_intel' [08:48, 06:36](1017 MB) +PASS -- TEST 'control_ras_intel' [05:28, 03:30](713 MB) + +PASS -- COMPILE 'wam_intel' [18:10, 13:11] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [14:44, 12:49](1648 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [18:10, 12:59] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:23, 03:18](1872 MB) +PASS -- TEST 'regional_control_faster_intel' [08:37, 06:20](1104 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [13:10, 09:33] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [26:42, 02:21](1602 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [26:49, 02:13](1607 MB) +PASS -- TEST 'control_stochy_debug_intel' [27:27, 03:06](809 MB) +PASS -- TEST 'control_lndp_debug_intel' [27:26, 02:47](818 MB) +PASS -- TEST 'control_csawmg_debug_intel' [28:40, 04:19](1124 MB) +PASS -- TEST 'control_ras_debug_intel' [27:27, 02:48](823 MB) +PASS -- TEST 'control_diag_debug_intel' [25:45, 02:51](1667 MB) +PASS -- TEST 'control_debug_p8_intel' [24:43, 02:44](1896 MB) +PASS -- TEST 'regional_debug_intel' [18:37, 16:59](1106 MB) +PASS -- TEST 'rap_control_debug_intel' [06:23, 04:56](1202 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:25, 04:51](1194 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:24, 04:58](1200 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:25, 04:55](1208 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:28, 05:05](1203 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:43, 05:15](1287 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:28, 05:03](1204 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:26, 04:55](1197 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:26, 05:00](1204 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:22, 04:52](1198 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:26, 04:48](1207 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:29, 04:55](1203 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:21, 07:56](1189 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:21, 04:49](1194 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:25, 05:03](1201 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:23, 04:52](1199 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:29, 08:17](1207 MB) + +PASS -- COMPILE 'wam_debug_intel' [08:10, 06:19] ( 837 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [41:49, 13:33](1677 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:10, 12:27] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:01, 04:59](1142 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:18, 07:12](1003 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:47, 03:50](922 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [11:16, 08:42](990 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:21, 04:27](958 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:47, 03:57](887 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:29, 05:25](974 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:49, 02:04](870 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [24:11, 12:38] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:55, 02:37](1161 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:54, 01:14](1117 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:52, 01:29](1066 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [22:11, 12:42] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:46, 07:09](968 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [16:11, 06:51] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:22, 05:04](1080 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:22, 04:48](1077 MB) +PASS -- TEST 'conus13km_debug_intel' [15:57, 14:06](1227 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:50, 13:48](927 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [15:40, 13:28](1163 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:44, 13:40](1298 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [12:10, 06:30] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:28, 05:04](1133 MB) + +PASS -- COMPILE 'hafsw_intel' [23:10, 14:45] ( 1 warnings 10 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:18, 05:58](738 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:26, 06:32](1123 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:30, 07:37](812 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [31:23, 28:31](846 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [37:45, 35:01](866 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:02, 07:09](497 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:37, 08:37](503 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:57, 03:31](374 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:37, 09:42](478 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:54, 04:45](524 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:47, 04:32](526 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:55, 06:31](571 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:34, 01:35](402 MB) +PASS -- TEST 'gnv1_nested_intel' [08:13, 04:23](1713 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [19:11, 06:32] ( 1462 warnings 1490 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:05, 13:09](582 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [27:11, 14:51] ( 9 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:03, 15:16](655 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:25, 15:31](686 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [21:11, 14:11] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [13:36, 11:09](704 MB) + +PASS -- COMPILE 'hafs_all_intel' [25:11, 13:23] ( 9 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:23, 07:37](814 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:22, 07:41](798 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:56, 16:23](1200 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [20:11, 08:18] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:20, 02:59](1153 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:21, 01:58](1104 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:19, 02:51](1016 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:19, 02:56](1019 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:17, 02:57](1024 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:17, 02:59](1152 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:19, 02:58](1154 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:18, 02:51](1018 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:11, 06:33](1013 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:11, 06:31](1003 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:15, 03:00](1148 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:18, 04:20](2435 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:19, 04:26](2450 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [13:10, 04:31] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:19, 06:42](1085 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [22:10, 08:38] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:19, 03:00](1150 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [11:11, 01:41] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [05:33, 01:03](260 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [05:25, 00:56](328 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:28, 00:39](321 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [11:11, 01:52] ( 12 warnings ) +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [06:33, 00:41](561 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:33, 00:23](444 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [19:11, 13:39] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [10:11, 04:14](1964 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [19:11, 12:38] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [14:10, 08:43](1967 MB) + +PASS -- COMPILE 'atml_intel' [20:10, 14:00] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:32, 04:59](1865 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [10:32, 04:58](1859 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [12:59, 02:52](1069 MB) + +PASS -- COMPILE 'atml_debug_intel' [13:10, 07:43] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [11:27, 06:04](1892 MB) + +PASS -- COMPILE 'atmw_intel' [19:10, 14:05] ( 9 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [07:32, 02:25](1897 MB) + +PASS -- COMPILE 'atmaero_intel' [16:10, 13:56] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [09:25, 04:55](1965 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:24, 05:25](1766 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:09, 05:30](1757 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [11:10, 06:04] ( 882 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [24:04, 21:00](4546 MB) + +PASS -- COMPILE 'atm_fbh_intel' [17:11, 12:52] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [16:28, 13:53](1114 MB) + +PASS -- COMPILE 'hafsw_intelllvm' [12:11, 07:35] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [11:07, 08:05](573 MB) + +PASS -- COMPILE 'hafsw_debug_intelllvm' [07:11, 04:41] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intelllvm' [21:59, 19:39](564 MB) SYNOPSIS: -Starting Date/Time: 20241213 13:42:22 -Ending Date/Time: 20241213 15:40:57 -Total Time: 01h:59m:15s +Starting Date/Time: 20241231 07:18:38 +Ending Date/Time: 20241231 09:32:24 +Total Time: 02h:14m:27s Compiles Completed: 45/45 Tests Completed: 191/191 diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index 8f53d5f439..595e11f06f 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,20 +1,20 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -19498cc1894245fe8afe365dd87dbe5d8862b35f +3a3a89f6f934454e3493554892333ae52a6eebdb Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 51f8cd20c15fe39ef1168d59d5077812b6508544 CDEPS-interface/CDEPS (remotes/origin/sync_escomp_2024-10) + 2eccb9f74ebd8dfc09b53d15f5a96c847b77c443 CDEPS-interface/CDEPS (cdeps0.4.17-310-g2eccb9f) ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) - 507ca48f4586fbeb7b0e23e5cfa9321bc3f02a1d CMEPS-interface/CMEPS (cmeps_v0.4.1-3103-g507ca48f) + b5d1cc189fced4abcb13fc70ed2febb2aef61757 CMEPS-interface/CMEPS (cmeps_v0.4.1-2313-gb5d1cc1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 1648e176fa869d0ca9ce9ea5822b3594afd8c353 FV3 (heads/develop) + 74a1c84b0f6e2063f073a5b189a0a3b84f59dbca FV3 (remotes/origin/rrfsv1-to-ufs/dev7) 9490871a616604efe9dd75608214081eef557ad6 FV3/atmos_cubed_sphere (201912_public_release-408-g9490871) 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) - dab57fcce3f1abf16eb01f22469ea84279f67b19 FV3/ccpp/physics (EP4-1079-gdab57fcc) + 92f1ad01744cb8309b459d3ecec5a02ab526e043 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5533-g92f1ad01) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) ce5f3b146861cf6c95e1c14c640ede1ed97e6eef FV3/upp (upp_v10.2.0-243-gce5f3b14) -179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd @@ -38,240 +38,240 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20241212 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_10719 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20241230 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_3646713 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:29, 11:24] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:47, 02:17](3087 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:30, 11:50] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [07:45, 03:39](1820 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [42:22, 03:00](1828 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [41:40, 02:32](975 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [07:46, 03:31](1792 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:30, 12:24] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [07:45, 01:56](1808 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:21, 05:18] ( 1500 warnings 1986 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [14:55, 02:25](1835 MB) - -PASS -- COMPILE 's2swa_intel' [13:29, 11:35] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [08:47, 02:53](3122 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:47, 02:40](3106 MB) -PASS -- TEST 'cpld_restart_p8_intel' [44:54, 02:52](3042 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:47, 02:58](3135 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [44:57, 02:48](3066 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [08:46, 01:49](3356 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:46, 01:44](3113 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:47, 02:26](3058 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:47, 02:07](3120 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [08:55, 05:39](4112 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [22:13, 05:02](4253 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:47, 02:00](3096 MB) - -PASS -- COMPILE 's2sw_intel' [13:29, 10:46] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:47, 02:21](1831 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:46, 02:55](1881 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:27, 10:04] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:48, 02:06](1886 MB) - -PASS -- COMPILE 's2s_intel' [12:27, 10:17] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:48, 01:59](2860 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [09:48, 01:48](2873 MB) -PASS -- TEST 'cpld_restart_c48_intel' [01:44, 02:15](2290 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:34, 16:18] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [03:41, 02:38](3117 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [13:29, 11:38] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [08:47, 02:38](1824 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [33:58, 02:24](1004 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [33:32, 02:59](1794 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:28, 05:12] ( 1500 warnings 1986 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [07:26, 02:14](1856 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:28, 09:25] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [57:42, 02:05](564 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [53:49, 02:17](1464 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [52:22, 01:51](1475 MB) -PASS -- TEST 'control_latlon_intel' [52:09, 02:05](1470 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [48:59, 01:52](1467 MB) -PASS -- TEST 'control_c48_intel' [48:02, 01:32](1565 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [47:18, 02:01](689 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [47:03, 01:52](1569 MB) -PASS -- TEST 'control_c192_intel' [46:18, 02:10](1587 MB) -PASS -- TEST 'control_c384_intel' [45:56, 03:03](1878 MB) -PASS -- TEST 'control_c384gdas_intel' [44:59, 03:25](1077 MB) -PASS -- TEST 'control_stochy_intel' [44:30, 01:56](521 MB) -PASS -- TEST 'control_stochy_restart_intel' [34:55, 01:56](326 MB) -PASS -- TEST 'control_lndp_intel' [43:07, 02:00](519 MB) -PASS -- TEST 'control_iovr4_intel' [43:05, 02:21](521 MB) -PASS -- TEST 'control_iovr5_intel' [43:00, 02:21](519 MB) -PASS -- TEST 'control_p8_intel' [43:00, 02:02](1758 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [43:00, 02:36](1754 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [42:27, 02:27](1759 MB) -PASS -- TEST 'control_restart_p8_intel' [32:33, 02:10](912 MB) -PASS -- TEST 'control_noqr_p8_intel' [40:47, 02:27](1746 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [31:18, 02:05](918 MB) -PASS -- TEST 'control_decomp_p8_intel' [40:10, 02:23](1756 MB) -PASS -- TEST 'control_2threads_p8_intel' [40:10, 02:39](1834 MB) -PASS -- TEST 'control_p8_lndp_intel' [39:40, 02:06](1761 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [39:40, 02:55](1811 MB) -PASS -- TEST 'control_p8_mynn_intel' [39:23, 02:57](1772 MB) -PASS -- TEST 'merra2_thompson_intel' [38:55, 03:19](1761 MB) -PASS -- TEST 'regional_control_intel' [38:26, 01:26](871 MB) -PASS -- TEST 'regional_restart_intel' [20:14, 01:31](851 MB) -PASS -- TEST 'regional_decomp_intel' [38:18, 01:52](880 MB) -PASS -- TEST 'regional_2threads_intel' [37:04, 02:00](926 MB) -PASS -- TEST 'regional_noquilt_intel' [34:34, 01:44](1204 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [33:20, 02:11](877 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [33:20, 01:27](870 MB) -PASS -- TEST 'regional_wofs_intel' [32:31, 01:46](1570 MB) - -PASS -- COMPILE 'rrfs_intel' [10:26, 08:42] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [59:21, 02:14](896 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [59:22, 01:55](1057 MB) -PASS -- TEST 'rap_decomp_intel' [59:21, 02:06](907 MB) -PASS -- TEST 'rap_2threads_intel' [59:21, 02:16](990 MB) -PASS -- TEST 'rap_restart_intel' [31:48, 02:52](778 MB) -PASS -- TEST 'rap_sfcdiff_intel' [59:21, 02:52](901 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [59:21, 02:41](902 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [31:07, 02:57](777 MB) -PASS -- TEST 'hrrr_control_intel' [59:21, 02:45](901 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [59:21, 02:44](903 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [58:26, 02:57](975 MB) -PASS -- TEST 'hrrr_control_restart_intel' [31:07, 02:20](733 MB) -PASS -- TEST 'rrfs_v1beta_intel' [29:55, 02:16](897 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [29:15, 01:53](1857 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [29:00, 02:20](1848 MB) - -PASS -- COMPILE 'csawmg_intel' [15:32, 08:06] -PASS -- TEST 'control_csawmg_intel' [28:43, 01:44](857 MB) -PASS -- TEST 'control_ras_intel' [28:02, 01:34](557 MB) - -PASS -- COMPILE 'wam_intel' [15:32, 08:13] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [28:02, 01:19](1551 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [16:33, 08:22] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [27:47, 02:01](1749 MB) -PASS -- TEST 'regional_control_faster_intel' [27:24, 01:52](868 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [15:32, 07:34] ( 867 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [27:03, 01:24](1491 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [25:26, 02:11](1493 MB) -PASS -- TEST 'control_stochy_debug_intel' [22:12, 01:20](693 MB) -PASS -- TEST 'control_lndp_debug_intel' [21:54, 01:45](694 MB) -PASS -- TEST 'control_csawmg_debug_intel' [20:44, 01:40](998 MB) -PASS -- TEST 'control_ras_debug_intel' [20:12, 02:22](704 MB) -PASS -- TEST 'control_diag_debug_intel' [19:58, 02:03](1554 MB) -PASS -- TEST 'control_debug_p8_intel' [19:20, 01:25](1792 MB) -PASS -- TEST 'regional_debug_intel' [18:00, 01:25](892 MB) -PASS -- TEST 'rap_control_debug_intel' [17:43, 01:46](1079 MB) -PASS -- TEST 'hrrr_control_debug_intel' [17:42, 01:38](1067 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [17:40, 01:37](1075 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [17:20, 01:44](1077 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [16:24, 01:28](1079 MB) -PASS -- TEST 'rap_diag_debug_intel' [16:18, 02:09](1159 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [16:12, 02:14](1080 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [15:23, 01:49](1081 MB) -PASS -- TEST 'rap_lndp_debug_intel' [15:16, 01:55](1078 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [15:15, 01:52](1090 MB) -PASS -- TEST 'rap_noah_debug_intel' [15:13, 01:48](1070 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [13:31, 01:26](1075 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [13:28, 02:24](1073 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [13:25, 01:36](1069 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [12:29, 02:17](1074 MB) -PASS -- TEST 'rap_flake_debug_intel' [12:21, 02:20](1078 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:10, 02:38](1077 MB) - -PASS -- COMPILE 'wam_debug_intel' [11:26, 04:21] ( 823 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [11:45, 01:56](1577 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:31, 08:03] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [11:23, 02:27](929 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:36, 02:51](783 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [10:03, 03:30](776 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:45, 02:37](835 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [09:24, 03:04](824 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [09:20, 02:44](776 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [58:15, 02:15](678 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [00:15, 01:31](663 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:28, 07:59] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [09:09, 01:54](990 MB) -PASS -- TEST 'conus13km_2threads_intel' [59:14, 02:12](990 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [58:42, 01:19](865 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:28, 08:07] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:16, 02:07](809 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [15:32, 04:33] ( 771 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:54, 02:24](952 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:09, 01:32](949 MB) -PASS -- TEST 'conus13km_debug_intel' [06:03, 01:35](1041 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [06:03, 01:26](713 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [05:50, 01:26](1042 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [05:44, 01:28](1107 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [14:31, 04:20] ( 771 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:50, 02:05](978 MB) - -PASS -- COMPILE 'hafsw_intel' [19:42, 09:50] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [04:44, 02:28](591 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:44, 01:50](958 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [04:40, 02:42](644 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [04:40, 03:12](668 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [04:39, 02:36](690 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [02:59, 02:14](376 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [02:53, 03:09](387 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [01:54, 02:31](373 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [01:53, 03:48](365 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [01:14, 02:16](401 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [58:16, 02:21](464 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [57:40, 02:35](474 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [57:24, 01:29](301 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [15:38, 04:52] ( 1444 warnings 1489 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [57:25, 01:43](500 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:45, 09:40] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [56:20, 02:04](512 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [54:41, 02:07](698 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [20:45, 09:53] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [54:35, 02:41](702 MB) - -PASS -- COMPILE 'hafs_all_intel' [19:35, 09:07] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [54:16, 02:22](638 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [54:00, 02:30](622 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [53:46, 02:03](879 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [19:44, 10:01] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [53:10, 02:33](1818 MB) - -PASS -- COMPILE 'atml_intel' [19:43, 09:35] ( 8 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [13:36, 05:20] ( 866 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [15:29, 08:32] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [52:34, 02:22](3009 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [52:09, 02:00](2891 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [51:56, 02:56](2906 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [11:26, 04:24] ( 868 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [51:49, 02:31](4375 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:34, 11:26] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [15:35, 11:30](3192 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [13:33, 12:04] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [21:32, 16:21](1909 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:27, 17:14](1958 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [13:39, 08:06](1084 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:26, 18:42](1885 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [25:46, 23:40] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:28, 15:50](1908 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [18:39, 16:30] ( 1500 warnings 1986 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [33:19, 28:30](1951 MB) + +PASS -- COMPILE 's2swa_intel' [24:46, 23:25] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [18:12, 14:32](3228 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [18:31, 14:53](3226 MB) +PASS -- TEST 'cpld_restart_p8_intel' [12:33, 08:10](3153 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [18:06, 14:45](3244 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [12:39, 08:16](3171 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [34:40, 30:31](3445 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [18:05, 14:28](3223 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [15:22, 12:01](3165 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [18:32, 14:41](3227 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [29:47, 20:39](4234 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [25:51, 13:14](4372 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:10, 08:35](3199 MB) + +PASS -- COMPILE 's2sw_intel' [12:32, 11:02] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [11:58, 08:05](1919 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [16:28, 12:47](1981 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [23:44, 21:50] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:06, 05:41](1970 MB) + +PASS -- COMPILE 's2s_intel' [12:32, 10:28] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:51, 06:41](2882 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:46, 02:35](2889 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:16, 01:53](2307 MB) + +PASS -- COMPILE 's2swa_faster_intel' [35:57, 33:53] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [18:40, 14:26](3230 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [13:33, 11:32] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [29:07, 26:08](1921 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [17:19, 13:28](1110 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [34:36, 31:13](1899 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [17:33, 16:01] ( 1500 warnings 1986 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:19, 30:45](1971 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [22:38, 20:26] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [06:37, 04:13](663 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [06:02, 03:23](1561 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:07, 03:42](1564 MB) +PASS -- TEST 'control_latlon_intel' [05:53, 03:28](1567 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:07, 03:30](1565 MB) +PASS -- TEST 'control_c48_intel' [13:28, 10:35](1589 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:00, 06:03](707 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [13:22, 10:35](1589 MB) +PASS -- TEST 'control_c192_intel' [14:29, 11:49](1686 MB) +PASS -- TEST 'control_c384_intel' [18:50, 14:20](1971 MB) +PASS -- TEST 'control_c384gdas_intel' [14:43, 09:32](1164 MB) +PASS -- TEST 'control_stochy_intel' [04:36, 01:56](621 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:37, 01:14](422 MB) +PASS -- TEST 'control_lndp_intel' [03:33, 01:52](615 MB) +PASS -- TEST 'control_iovr4_intel' [04:42, 02:40](613 MB) +PASS -- TEST 'control_iovr5_intel' [04:36, 02:50](614 MB) +PASS -- TEST 'control_p8_intel' [08:25, 04:01](1853 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:32, 03:40](1858 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [08:27, 04:08](1863 MB) +PASS -- TEST 'control_restart_p8_intel' [06:00, 02:29](1015 MB) +PASS -- TEST 'control_noqr_p8_intel' [08:10, 04:04](1859 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [06:00, 02:36](1017 MB) +PASS -- TEST 'control_decomp_p8_intel' [07:50, 04:14](1858 MB) +PASS -- TEST 'control_2threads_p8_intel' [12:46, 08:13](1933 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:08, 06:47](1864 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:25, 04:49](1912 MB) +PASS -- TEST 'control_p8_mynn_intel' [07:17, 03:29](1859 MB) +PASS -- TEST 'merra2_thompson_intel' [07:29, 03:46](1857 MB) +PASS -- TEST 'regional_control_intel' [07:55, 05:56](893 MB) +PASS -- TEST 'regional_restart_intel' [05:53, 03:30](877 MB) +PASS -- TEST 'regional_decomp_intel' [07:49, 05:56](894 MB) +PASS -- TEST 'regional_2threads_intel' [10:53, 08:16](1015 MB) +PASS -- TEST 'regional_noquilt_intel' [07:51, 05:30](1223 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:57, 05:31](895 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:51, 05:41](893 MB) +PASS -- TEST 'regional_wofs_intel' [08:59, 07:06](1582 MB) + +PASS -- COMPILE 'rrfs_intel' [13:27, 11:53] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [11:17, 07:34](1001 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:33, 04:50](1159 MB) +PASS -- TEST 'rap_decomp_intel' [11:17, 07:46](1003 MB) +PASS -- TEST 'rap_2threads_intel' [19:48, 16:09](1079 MB) +PASS -- TEST 'rap_restart_intel' [08:13, 03:59](882 MB) +PASS -- TEST 'rap_sfcdiff_intel' [11:29, 07:18](1000 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:29, 07:42](1001 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:39, 05:49](883 MB) +PASS -- TEST 'hrrr_control_intel' [08:21, 04:04](997 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [08:21, 04:10](998 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [12:44, 08:08](1073 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:44, 02:23](831 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:38, 07:26](998 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:46, 09:39](1954 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:46, 09:21](1946 MB) + +PASS -- COMPILE 'csawmg_intel' [24:44, 23:10] +PASS -- TEST 'control_csawmg_intel' [10:08, 07:29](955 MB) +PASS -- TEST 'control_ras_intel' [05:34, 03:27](655 MB) + +PASS -- COMPILE 'wam_intel' [24:44, 22:51] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [15:14, 12:08](1646 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [19:34, 17:24] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [07:35, 03:21](1858 MB) +PASS -- TEST 'regional_control_faster_intel' [08:13, 05:17](895 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [32:01, 30:38] ( 867 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:15, 02:47](1607 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:05, 02:45](1607 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:34, 03:39](800 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:40, 03:14](801 MB) +PASS -- TEST 'control_csawmg_debug_intel' [08:10, 05:14](1108 MB) +PASS -- TEST 'control_ras_debug_intel' [05:35, 03:25](809 MB) +PASS -- TEST 'control_diag_debug_intel' [06:08, 03:16](1660 MB) +PASS -- TEST 'control_debug_p8_intel' [05:55, 03:16](1898 MB) +PASS -- TEST 'regional_debug_intel' [21:20, 18:48](922 MB) +PASS -- TEST 'rap_control_debug_intel' [07:39, 05:35](1188 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:42, 05:31](1184 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:37, 05:43](1183 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:36, 05:51](1186 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:39, 05:42](1190 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:49, 06:05](1268 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:36, 05:42](1193 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:33, 05:46](1187 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:35, 05:38](1190 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:35, 05:42](1188 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:34, 05:47](1181 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:36, 05:41](1188 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:41, 09:02](1186 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:38, 05:34](1182 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:39, 05:48](1188 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:35, 05:50](1188 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:54, 09:33](1187 MB) + +PASS -- COMPILE 'wam_debug_intel' [17:32, 15:31] ( 823 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [17:27, 14:26](1686 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [27:56, 25:47] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:33, 04:24](1032 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:31, 06:09](877 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [08:32, 03:28](874 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [17:36, 13:53](925 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [12:31, 07:25](918 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:52, 03:33](873 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:36, 04:34](791 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:35, 02:01](764 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:29, 11:32] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:31, 02:26](1079 MB) +PASS -- TEST 'conus13km_2threads_intel' [05:06, 02:09](1057 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:58, 01:35](957 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:30, 12:53] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:02, 04:17](901 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:23, 06:39] ( 771 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:35, 05:28](1069 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:38, 05:32](1062 MB) +PASS -- TEST 'conus13km_debug_intel' [18:22, 15:08](1151 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [18:16, 15:41](826 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [26:21, 23:34](1142 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [18:23, 15:13](1219 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [13:33, 12:04] ( 771 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:37, 05:28](1091 MB) + +PASS -- COMPILE 'hafsw_intel' [13:29, 11:43] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [10:53, 06:53](688 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [10:48, 08:14](1050 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:07, 08:06](744 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:53, 13:31](767 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:11, 14:56](793 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:20, 05:58](465 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:52, 07:44](481 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [06:31, 03:21](382 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [14:08, 09:09](437 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:07, 04:22](498 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:12, 04:01](499 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:26, 05:20](562 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:38, 02:13](406 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [13:28, 11:55] ( 1444 warnings 1489 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:23, 14:53](611 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [14:28, 12:54] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:27, 08:31](607 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:30, 08:44](783 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [21:37, 19:33] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:47, 06:56](783 MB) + +PASS -- COMPILE 'hafs_all_intel' [18:34, 16:52] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:51, 07:51](731 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:50, 07:48](715 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:40, 16:10](892 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:32, 14:30] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:56, 04:19](1912 MB) + +PASS -- COMPILE 'atml_intel' [21:40, 20:08] ( 8 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [12:26, 11:05] ( 866 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [16:32, 14:36] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:15, 04:49](3119 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:13, 05:15](2996 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:53, 05:23](3006 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [09:23, 07:59] ( 868 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [27:17, 22:51](4477 MB) SYNOPSIS: -Starting Date/Time: 20241213 20:37:26 -Ending Date/Time: 20241213 22:40:47 -Total Time: 02h:04m:00s +Starting Date/Time: 20241231 17:31:20 +Ending Date/Time: 20241231 19:17:03 +Total Time: 01h:46m:27s Compiles Completed: 33/33 Tests Completed: 157/157 diff --git a/tests/module-setup.sh b/tests/module-setup.sh index 5bbba3e465..d39bbeb95c 100755 --- a/tests/module-setup.sh +++ b/tests/module-setup.sh @@ -65,7 +65,7 @@ elif [[ ${MACHINE_ID} = frontera ]] ; then fi module purge -elif [[ ${MACHINE_ID} = gaea ]] ; then +elif [[ ${MACHINE_ID} = gaeac5 ]] ; then # We are on GAEA if ( ! eval module help > /dev/null 2>&1 ) ; then # We cannot simply load the module command. The GAEA @@ -76,7 +76,12 @@ elif [[ ${MACHINE_ID} = gaea ]] ; then source /etc/profile fi module reset - +elif [[ ${MACHINE_ID} = gaeac6 ]]; then + if ( ! eval module help > /dev/null 2>&1 ) ; then + source /opt/cray/pe/lmod/lmod/init/bash + fi + module reset + elif [[ ${MACHINE_ID} = expanse ]]; then # We are on SDSC Expanse if ( ! eval module help > /dev/null 2>&1 ) ; then diff --git a/tests/parm/params_grib2_tbl_new b/tests/parm/params_grib2_tbl_new old mode 100755 new mode 100644 diff --git a/tests/parm/ufs.configure.atm.IN b/tests/parm/ufs.configure.atm.IN index 3b6a305247..44dd5667b8 100644 --- a/tests/parm/ufs.configure.atm.IN +++ b/tests/parm/ufs.configure.atm.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: @[esmf_logkind] -globalResourceControl: false +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: ATM @@ -15,6 +15,7 @@ EARTH_attributes:: # ATM # ATM_model: @[atm_model] ATM_petlist_bounds: @[atm_petlist_bounds] +ATM_omp_num_threads: @[atm_omp_num_threads] ATM_attributes:: Verbosity = 0 Diagnostic = 0 diff --git a/tests/parm/ufs.configure.atm_esmf.IN b/tests/parm/ufs.configure.atm_esmf.IN deleted file mode 100644 index 8eb7b94dc7..0000000000 --- a/tests/parm/ufs.configure.atm_esmf.IN +++ /dev/null @@ -1,27 +0,0 @@ -############################################# -#### UFS Run-Time Configuration File ###### -############################################# - -# ESMF # -logKindFlag: @[esmf_logkind] -globalResourceControl: true - -# EARTH # -EARTH_component_list: ATM -EARTH_attributes:: - Verbosity = 0 -:: - -# ATM # -ATM_model: @[atm_model] -ATM_petlist_bounds: @[atm_petlist_bounds] -ATM_omp_num_threads: @[atm_omp_num_threads] -ATM_attributes:: - Verbosity = 0 - Diagnostic = 0 -:: - -# Run Sequence # -runSeq:: - ATM -:: diff --git a/tests/parm/ufs.configure.atm_lm4.IN b/tests/parm/ufs.configure.atm_lm4.IN index 16bc68285d..2eaa5111c7 100644 --- a/tests/parm/ufs.configure.atm_lm4.IN +++ b/tests/parm/ufs.configure.atm_lm4.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: ESMF_LOGKIND_MULTI -globalResourceControl: true +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: MED ATM LND diff --git a/tests/parm/ufs.configure.atm_lnd.IN b/tests/parm/ufs.configure.atm_lnd.IN index 4210c3bf0f..6a01acf8cf 100644 --- a/tests/parm/ufs.configure.atm_lnd.IN +++ b/tests/parm/ufs.configure.atm_lnd.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: ESMF_LOGKIND_MULTI -globalResourceControl: true +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: MED ATM LND diff --git a/tests/parm/ufs.configure.atmaero.IN b/tests/parm/ufs.configure.atmaero.IN index 6c60333e07..a23b750941 100644 --- a/tests/parm/ufs.configure.atmaero.IN +++ b/tests/parm/ufs.configure.atmaero.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: @[esmf_logkind] -globalResourceControl: false +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: ATM CHM @@ -15,6 +15,7 @@ EARTH_attributes:: # ATM # ATM_model: @[atm_model] ATM_petlist_bounds: @[atm_petlist_bounds] +ATM_omp_num_threads: @[atm_omp_num_threads] ATM_attributes:: Verbosity = 0 :: @@ -22,6 +23,7 @@ ATM_attributes:: # CHM # CHM_model: @[chm_model] CHM_petlist_bounds: @[chm_petlist_bounds] +CHM_omp_num_threads: @[chm_omp_num_threads] CHM_attributes:: Verbosity = 0 :: diff --git a/tests/parm/ufs.configure.atmaero_esmf.IN b/tests/parm/ufs.configure.atmaero_esmf.IN deleted file mode 100644 index 0c20f20905..0000000000 --- a/tests/parm/ufs.configure.atmaero_esmf.IN +++ /dev/null @@ -1,40 +0,0 @@ -############################################# -#### UFS Run-Time Configuration File ###### -############################################# - -# ESMF # -logKindFlag: @[esmf_logkind] -globalResourceControl: true - -# EARTH # -EARTH_component_list: ATM CHM -EARTH_attributes:: - Verbosity = 0 -:: - -# ATM # -ATM_model: @[atm_model] -ATM_petlist_bounds: @[atm_petlist_bounds] -ATM_omp_num_threads: @[atm_omp_num_threads] -ATM_attributes:: - Verbosity = 0 -:: - -# CHM # -CHM_model: @[chm_model] -CHM_petlist_bounds: @[chm_petlist_bounds] -CHM_omp_num_threads: @[chm_omp_num_threads] -CHM_attributes:: - Verbosity = 0 -:: - -# Run Sequence # -runSeq:: - @@[coupling_interval_sec] - ATM phase1 - ATM -> CHM - CHM - CHM -> ATM - ATM phase2 - @ -:: diff --git a/tests/parm/ufs.configure.atmaq.IN b/tests/parm/ufs.configure.atmaq.IN index 7c725ec158..bd7d712e98 100644 --- a/tests/parm/ufs.configure.atmaq.IN +++ b/tests/parm/ufs.configure.atmaq.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: ESMF_LOGKIND_MULTI -globalResourceControl: true +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: ATM AQM diff --git a/tests/parm/ufs.configure.atmw.IN b/tests/parm/ufs.configure.atmw.IN index 3d9caa18e7..7a5b142ee3 100644 --- a/tests/parm/ufs.configure.atmw.IN +++ b/tests/parm/ufs.configure.atmw.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: ESMF_LOGKIND_MULTI -globalResourceControl: true +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: MED ATM WAV diff --git a/tests/parm/ufs.configure.blocked_atm_wav.IN b/tests/parm/ufs.configure.blocked_atm_wav.IN index b0354b287c..8ee55464bd 100644 --- a/tests/parm/ufs.configure.blocked_atm_wav.IN +++ b/tests/parm/ufs.configure.blocked_atm_wav.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: ESMF_LOGKIND_MULTI -globalResourceControl: true +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: ATM WAV diff --git a/tests/parm/ufs.configure.blocked_atm_wav_2way.IN b/tests/parm/ufs.configure.blocked_atm_wav_2way.IN index d66d77eede..7b502f567e 100644 --- a/tests/parm/ufs.configure.blocked_atm_wav_2way.IN +++ b/tests/parm/ufs.configure.blocked_atm_wav_2way.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: ESMF_LOGKIND_MULTI -globalResourceControl: true +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: ATM WAV diff --git a/tests/parm/ufs.configure.cpld_atm_fbh.IN b/tests/parm/ufs.configure.cpld_atm_fbh.IN index 6b586d6585..60d464c9e0 100644 --- a/tests/parm/ufs.configure.cpld_atm_fbh.IN +++ b/tests/parm/ufs.configure.cpld_atm_fbh.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: ESMF_LOGKIND_MULTI -globalResourceControl: true +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: ATM FBH diff --git a/tests/parm/ufs.configure.datm_cdeps.IN b/tests/parm/ufs.configure.datm_cdeps.IN index afaa2f98cf..01e016fce4 100644 --- a/tests/parm/ufs.configure.datm_cdeps.IN +++ b/tests/parm/ufs.configure.datm_cdeps.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: ESMF_LOGKIND_MULTI -globalResourceControl: true +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: MED ATM OCN ICE diff --git a/tests/parm/ufs.configure.hafs_atm.IN b/tests/parm/ufs.configure.hafs_atm.IN index 2d4ab6996b..3f98d6d693 100644 --- a/tests/parm/ufs.configure.hafs_atm.IN +++ b/tests/parm/ufs.configure.hafs_atm.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: ESMF_LOGKIND_MULTI -globalResourceControl: true +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: ATM diff --git a/tests/parm/ufs.configure.hafs_atm_docn.IN b/tests/parm/ufs.configure.hafs_atm_docn.IN index 09e469b5b9..2a65426232 100644 --- a/tests/parm/ufs.configure.hafs_atm_docn.IN +++ b/tests/parm/ufs.configure.hafs_atm_docn.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: ESMF_LOGKIND_MULTI -globalResourceControl: true +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: MED ATM OCN diff --git a/tests/parm/ufs.configure.hafs_atm_ocn.IN b/tests/parm/ufs.configure.hafs_atm_ocn.IN index 91dd787e69..89f67b57a2 100644 --- a/tests/parm/ufs.configure.hafs_atm_ocn.IN +++ b/tests/parm/ufs.configure.hafs_atm_ocn.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: ESMF_LOGKIND_MULTI -globalResourceControl: true +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: MED ATM OCN diff --git a/tests/parm/ufs.configure.hafs_atm_ocn_wav.IN b/tests/parm/ufs.configure.hafs_atm_ocn_wav.IN index 9b089d556a..62d28b351f 100644 --- a/tests/parm/ufs.configure.hafs_atm_ocn_wav.IN +++ b/tests/parm/ufs.configure.hafs_atm_ocn_wav.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: ESMF_LOGKIND_MULTI_ON -globalResourceControl: true +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: MED ATM OCN WAV diff --git a/tests/parm/ufs.configure.hafs_atm_ocn_wav_inline.IN b/tests/parm/ufs.configure.hafs_atm_ocn_wav_inline.IN index 47f36bad1f..b289a36b4d 100644 --- a/tests/parm/ufs.configure.hafs_atm_ocn_wav_inline.IN +++ b/tests/parm/ufs.configure.hafs_atm_ocn_wav_inline.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: ESMF_LOGKIND_MULTI_ON -globalResourceControl: true +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: MED ATM OCN WAV diff --git a/tests/parm/ufs.configure.hafs_atm_ocn_wav_mom6.IN b/tests/parm/ufs.configure.hafs_atm_ocn_wav_mom6.IN index 81930e3209..eb023c2570 100644 --- a/tests/parm/ufs.configure.hafs_atm_ocn_wav_mom6.IN +++ b/tests/parm/ufs.configure.hafs_atm_ocn_wav_mom6.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: ESMF_LOGKIND_MULTI_ON -globalResourceControl: true +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: MED ATM OCN WAV diff --git a/tests/parm/ufs.configure.hafs_atm_wav.IN b/tests/parm/ufs.configure.hafs_atm_wav.IN index bd0192db36..4d0a38511f 100644 --- a/tests/parm/ufs.configure.hafs_atm_wav.IN +++ b/tests/parm/ufs.configure.hafs_atm_wav.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: ESMF_LOGKIND_MULTI_ON -globalResourceControl: true +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: MED ATM WAV diff --git a/tests/parm/ufs.configure.leapfrog_atm_wav.IN b/tests/parm/ufs.configure.leapfrog_atm_wav.IN index fe33f5da9f..89079607af 100644 --- a/tests/parm/ufs.configure.leapfrog_atm_wav.IN +++ b/tests/parm/ufs.configure.leapfrog_atm_wav.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: @[esmf_logkind] -globalResourceControl: false +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: ATM WAV @@ -15,6 +15,7 @@ EARTH_attributes:: # ATM # ATM_model: @[atm_model] ATM_petlist_bounds: @[atm_petlist_bounds] +ATM_omp_num_threads: @[atm_omp_num_threads] ATM_attributes:: Verbosity = 0 DumpFields = @[DumpFields] @@ -23,6 +24,7 @@ ATM_attributes:: # WAV # WAV_model: @[wav_model] WAV_petlist_bounds: @[wav_petlist_bounds] +WAV_omp_num_threads: @[wav_omp_num_threads] WAV_attributes:: Verbosity = 0 :: diff --git a/tests/parm/ufs.configure.leapfrog_atm_wav_esmf.IN b/tests/parm/ufs.configure.leapfrog_atm_wav_esmf.IN deleted file mode 100644 index c4b6055fd1..0000000000 --- a/tests/parm/ufs.configure.leapfrog_atm_wav_esmf.IN +++ /dev/null @@ -1,41 +0,0 @@ -############################################# -#### UFS Run-Time Configuration File ###### -############################################# - -# ESMF # -logKindFlag: @[esmf_logkind] -globalResourceControl: true - -# EARTH # -EARTH_component_list: ATM WAV -EARTH_attributes:: - Verbosity = 0 -:: - -# ATM # -ATM_model: @[atm_model] -ATM_petlist_bounds: @[atm_petlist_bounds] -ATM_omp_num_threads: @[atm_omp_num_threads] -ATM_attributes:: - Verbosity = 0 - DumpFields = @[DumpFields] -:: - -# WAV # -WAV_model: @[wav_model] -WAV_petlist_bounds: @[wav_petlist_bounds] -WAV_omp_num_threads: @[wav_omp_num_threads] -WAV_attributes:: - Verbosity = 0 -:: - - - -# Run Sequence # -runSeq:: - @@[coupling_interval_sec] - ATM - ATM -> WAV - WAV - @ -:: diff --git a/tests/parm/ufs.configure.s2s.IN b/tests/parm/ufs.configure.s2s.IN index 9ff939a6c7..f70b837c7a 100644 --- a/tests/parm/ufs.configure.s2s.IN +++ b/tests/parm/ufs.configure.s2s.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: @[esmf_logkind] -globalResourceControl: false +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: MED ATM OCN ICE @@ -15,11 +15,13 @@ EARTH_attributes:: # MED # MED_model: @[med_model] MED_petlist_bounds: @[med_petlist_bounds] +MED_omp_num_threads: @[med_omp_num_threads] :: # ATM # ATM_model: @[atm_model] ATM_petlist_bounds: @[atm_petlist_bounds] +ATM_omp_num_threads: @[atm_omp_num_threads] ATM_attributes:: Verbosity = 0 DumpFields = @[DumpFields] @@ -30,6 +32,7 @@ ATM_attributes:: # OCN # OCN_model: @[ocn_model] OCN_petlist_bounds: @[ocn_petlist_bounds] +OCN_omp_num_threads: @[ocn_omp_num_threads] OCN_attributes:: Verbosity = 0 DumpFields = @[DumpFields] @@ -43,6 +46,7 @@ OCN_attributes:: # ICE # ICE_model: @[ice_model] ICE_petlist_bounds: @[ice_petlist_bounds] +ICE_omp_num_threads: @[ice_omp_num_threads] ICE_attributes:: Verbosity = 0 DumpFields = @[DumpFields] @@ -93,6 +97,20 @@ MED_attributes:: coupling_mode = @[CPLMODE] pio_rearranger = @[pio_rearranger] ocean_albedo_limit = @[ocean_albedo_limit] + histaux_ice2med_file1_auxname = ice.1h.aux + histaux_ice2med_file1_doavg = .false. + histaux_ice2med_file1_enabled = @[histaux_enabled] + histaux_ice2med_file1_flds = all + histaux_ice2med_file1_history_n = @[MED_history_n] + histaux_ice2med_file1_history_option = nhours + histaux_ice2med_file1_ntperfile = 9999 + histaux_ocn2med_file1_auxname = ocn.1h.aux + histaux_ocn2med_file1_doavg = .false. + histaux_ocn2med_file1_enabled = @[histaux_enabled] + histaux_ocn2med_file1_flds = all + histaux_ocn2med_file1_history_n = @[MED_history_n] + histaux_ocn2med_file1_history_option = nhours + histaux_ocn2med_file1_ntperfile = 9999 :: ALLCOMP_attributes:: diff --git a/tests/parm/ufs.configure.s2s_aoflux_esmf.IN b/tests/parm/ufs.configure.s2s_aoflux.IN similarity index 98% rename from tests/parm/ufs.configure.s2s_aoflux_esmf.IN rename to tests/parm/ufs.configure.s2s_aoflux.IN index c5c2705e03..f2e416f931 100644 --- a/tests/parm/ufs.configure.s2s_aoflux_esmf.IN +++ b/tests/parm/ufs.configure.s2s_aoflux.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: ESMF_LOGKIND_MULTI -globalResourceControl: true +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: MED ATM OCN ICE diff --git a/tests/parm/ufs.configure.s2s_esmf.IN b/tests/parm/ufs.configure.s2s_esmf.IN deleted file mode 100644 index 999731d927..0000000000 --- a/tests/parm/ufs.configure.s2s_esmf.IN +++ /dev/null @@ -1,139 +0,0 @@ -############################################# -#### UFS Run-Time Configuration File ###### -############################################# - -# ESMF # -logKindFlag: @[esmf_logkind] -globalResourceControl: true - -# EARTH # -EARTH_component_list: MED ATM OCN ICE -EARTH_attributes:: - Verbosity = 0 -:: - -# MED # -MED_model: @[med_model] -MED_petlist_bounds: @[med_petlist_bounds] -MED_omp_num_threads: @[med_omp_num_threads] -:: - -# ATM # -ATM_model: @[atm_model] -ATM_petlist_bounds: @[atm_petlist_bounds] -ATM_omp_num_threads: @[atm_omp_num_threads] -ATM_attributes:: - Verbosity = 0 - DumpFields = @[DumpFields] - ProfileMemory = false - OverwriteSlice = true -:: - -# OCN # -OCN_model: @[ocn_model] -OCN_petlist_bounds: @[ocn_petlist_bounds] -OCN_omp_num_threads: @[ocn_omp_num_threads] -OCN_attributes:: - Verbosity = 0 - DumpFields = @[DumpFields] - ProfileMemory = false - OverwriteSlice = true - mesh_ocn = @[MESH_OCN] - use_coldstart = @[use_coldstart] - use_mommesh = @[use_mommesh] -:: - -# ICE # -ICE_model: @[ice_model] -ICE_petlist_bounds: @[ice_petlist_bounds] -ICE_omp_num_threads: @[ice_omp_num_threads] -ICE_attributes:: - Verbosity = 0 - DumpFields = @[DumpFields] - ProfileMemory = false - OverwriteSlice = true - mesh_ice = @[MESH_ICE] - eps_imesh = @[eps_imesh] - stop_n = @[RESTART_N] - stop_option = nhours - stop_ymd = -999 -:: - -# CMEPS warm run sequence -runSeq:: -@@[coupling_interval_slow_sec] - MED med_phases_prep_ocn_avg - MED -> OCN :remapMethod=redist - OCN - @@[coupling_interval_fast_sec] - MED med_phases_prep_atm - MED med_phases_prep_ice - MED -> ATM :remapMethod=redist - MED -> ICE :remapMethod=redist - ATM - ICE - ATM -> MED :remapMethod=redist - MED med_phases_post_atm - ICE -> MED :remapMethod=redist - MED med_phases_post_ice - MED med_phases_ocnalb_run - MED med_phases_prep_ocn_accum - @ - OCN -> MED :remapMethod=redist - MED med_phases_post_ocn - MED med_phases_restart_write -@ -:: - -# CMEPS variables - -DRIVER_attributes:: -:: - -MED_attributes:: - ATM_model = @[atm_model] - ICE_model = @[ice_model] - OCN_model = @[ocn_model] - coupling_mode = @[CPLMODE] - pio_rearranger = @[pio_rearranger] - ocean_albedo_limit = @[ocean_albedo_limit] - histaux_ice2med_file1_auxname = ice.1h.aux - histaux_ice2med_file1_doavg = .false. - histaux_ice2med_file1_enabled = .true. - histaux_ice2med_file1_flds = all - histaux_ice2med_file1_history_n = @[MED_history_n] - histaux_ice2med_file1_history_option = nhours - histaux_ice2med_file1_ntperfile = 9999 - histaux_ocn2med_file1_auxname = ocn.1h.aux - histaux_ocn2med_file1_doavg = .false. - histaux_ocn2med_file1_enabled = .true. - histaux_ocn2med_file1_flds = all - histaux_ocn2med_file1_history_n = @[MED_history_n] - histaux_ocn2med_file1_history_option = nhours - histaux_ocn2med_file1_ntperfile = 9999 -:: - -ALLCOMP_attributes:: - ScalarFieldCount = 3 - ScalarFieldIdxGridNX = 1 - ScalarFieldIdxGridNY = 2 - ScalarFieldIdxGridNTile = 3 - ScalarFieldName = cpl_scalars - start_type = @[RUNTYPE] - restart_dir = @[CMEPS_RESTART_DIR] - case_name = ufs.cpld - restart_n = @[RESTART_N] - restart_option = nhours - restart_ymd = -999 - write_restart_at_endofrun = @[WRITE_ENDOFRUN_RESTART] - dbug_flag = @[cap_dbug_flag] - stop_n = @[FHMAX] - stop_option = nhours - stop_ymd = -999 - orb_eccen = 1.e36 - orb_iyear = 2000 - orb_iyear_align = 2000 - orb_mode = fixed_year - orb_mvelp = 1.e36 - orb_obliq = 1.e36 -:: diff --git a/tests/parm/ufs.configure.s2sa.IN b/tests/parm/ufs.configure.s2sa.IN index f49831094c..db685a49bc 100644 --- a/tests/parm/ufs.configure.s2sa.IN +++ b/tests/parm/ufs.configure.s2sa.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: @[esmf_logkind] -globalResourceControl: false +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: MED ATM CHM OCN ICE @@ -15,11 +15,13 @@ EARTH_attributes:: # MED # MED_model: @[med_model] MED_petlist_bounds: @[med_petlist_bounds] +MED_omp_num_threads: @[med_omp_num_threads] :: # ATM # ATM_model: @[atm_model] ATM_petlist_bounds: @[atm_petlist_bounds] +ATM_omp_num_threads: @[atm_omp_num_threads] ATM_attributes:: Verbosity = 0 DumpFields = @[DumpFields] @@ -30,6 +32,7 @@ ATM_attributes:: # CHM # CHM_model: @[chm_model] CHM_petlist_bounds: @[chm_petlist_bounds] +CHM_omp_num_threads: @[chm_omp_num_threads] CHM_attributes:: Verbosity = 0 :: @@ -37,6 +40,7 @@ CHM_attributes:: # OCN # OCN_model: @[ocn_model] OCN_petlist_bounds: @[ocn_petlist_bounds] +OCN_omp_num_threads: @[ocn_omp_num_threads] OCN_attributes:: Verbosity = 0 DumpFields = @[DumpFields] @@ -50,6 +54,7 @@ OCN_attributes:: # ICE # ICE_model: @[ice_model] ICE_petlist_bounds: @[ice_petlist_bounds] +ICE_omp_num_threads: @[ice_omp_num_threads] ICE_attributes:: Verbosity = 0 DumpFields = @[DumpFields] diff --git a/tests/parm/ufs.configure.s2sa_esmf.IN b/tests/parm/ufs.configure.s2sa_esmf.IN deleted file mode 100644 index 3921f3881b..0000000000 --- a/tests/parm/ufs.configure.s2sa_esmf.IN +++ /dev/null @@ -1,137 +0,0 @@ -############################################# -#### UFS Run-Time Configuration File ###### -############################################# - -# ESMF # -logKindFlag: @[esmf_logkind] -globalResourceControl: true - -# EARTH # -EARTH_component_list: MED ATM CHM OCN ICE -EARTH_attributes:: - Verbosity = 0 -:: - -# MED # -MED_model: @[med_model] -MED_petlist_bounds: @[med_petlist_bounds] -MED_omp_num_threads: @[med_omp_num_threads] -:: - -# ATM # -ATM_model: @[atm_model] -ATM_petlist_bounds: @[atm_petlist_bounds] -ATM_omp_num_threads: @[atm_omp_num_threads] -ATM_attributes:: - Verbosity = 0 - DumpFields = @[DumpFields] - ProfileMemory = false - OverwriteSlice = true -:: - -# CHM # -CHM_model: @[chm_model] -CHM_petlist_bounds: @[chm_petlist_bounds] -CHM_omp_num_threads: @[chm_omp_num_threads] -CHM_attributes:: - Verbosity = 0 -:: - -# OCN # -OCN_model: @[ocn_model] -OCN_petlist_bounds: @[ocn_petlist_bounds] -OCN_omp_num_threads: @[ocn_omp_num_threads] -OCN_attributes:: - Verbosity = 0 - DumpFields = @[DumpFields] - ProfileMemory = false - OverwriteSlice = true - mesh_ocn = @[MESH_OCN] - use_coldstart = @[use_coldstart] - use_mommesh = @[use_mommesh] -:: - -# ICE # -ICE_model: @[ice_model] -ICE_petlist_bounds: @[ice_petlist_bounds] -ICE_omp_num_threads: @[ice_omp_num_threads] -ICE_attributes:: - Verbosity = 0 - DumpFields = @[DumpFields] - ProfileMemory = false - OverwriteSlice = true - mesh_ice = @[MESH_ICE] - eps_imesh = @[eps_imesh] - stop_n = @[RESTART_N] - stop_option = nhours - stop_ymd = -999 -:: - -# CMEPS warm run sequence -runSeq:: -@@[coupling_interval_slow_sec] - MED med_phases_prep_ocn_avg - MED -> OCN :remapMethod=redist - OCN - @@[coupling_interval_fast_sec] - MED med_phases_prep_atm - MED med_phases_prep_ice - MED -> ATM :remapMethod=redist - MED -> ICE :remapMethod=redist - ATM phase1 - ATM -> CHM - CHM - CHM -> ATM - ATM phase2 - ICE - ATM -> MED :remapMethod=redist - MED med_phases_post_atm - ICE -> MED :remapMethod=redist - MED med_phases_post_ice - MED med_phases_ocnalb_run - MED med_phases_prep_ocn_accum - @ - OCN -> MED :remapMethod=redist - MED med_phases_post_ocn - MED med_phases_restart_write -@ -:: - -# CMEPS variables - -DRIVER_attributes:: -:: - -MED_attributes:: - ATM_model = @[atm_model] - ICE_model = @[ice_model] - OCN_model = @[ocn_model] - coupling_mode = @[CPLMODE] - pio_rearranger = @[pio_rearranger] - ocean_albedo_limit = @[ocean_albedo_limit] -:: - -ALLCOMP_attributes:: - ScalarFieldCount = 3 - ScalarFieldIdxGridNX = 1 - ScalarFieldIdxGridNY = 2 - ScalarFieldIdxGridNTile = 3 - ScalarFieldName = cpl_scalars - start_type = @[RUNTYPE] - restart_dir = @[CMEPS_RESTART_DIR] - case_name = ufs.cpld - restart_n = @[RESTART_N] - restart_option = nhours - restart_ymd = -999 - write_restart_at_endofrun = @[WRITE_ENDOFRUN_RESTART] - dbug_flag = @[cap_dbug_flag] - stop_n = @[FHMAX] - stop_option = nhours - stop_ymd = -999 - orb_eccen = 1.e36 - orb_iyear = 2000 - orb_iyear_align = 2000 - orb_mode = fixed_year - orb_mvelp = 1.e36 - orb_obliq = 1.e36 -:: diff --git a/tests/parm/ufs.configure.s2sw.IN b/tests/parm/ufs.configure.s2sw.IN index 9ba2a9c2e1..38b6ab9a76 100644 --- a/tests/parm/ufs.configure.s2sw.IN +++ b/tests/parm/ufs.configure.s2sw.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: @[esmf_logkind] -globalResourceControl: false +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: MED ATM OCN ICE WAV @@ -15,11 +15,13 @@ EARTH_attributes:: # MED # MED_model: @[med_model] MED_petlist_bounds: @[med_petlist_bounds] +MED_omp_num_threads: @[med_omp_num_threads] :: # ATM # ATM_model: @[atm_model] ATM_petlist_bounds: @[atm_petlist_bounds] +ATM_omp_num_threads: @[atm_omp_num_threads] ATM_attributes:: Verbosity = 0 DumpFields = @[DumpFields] @@ -30,6 +32,7 @@ ATM_attributes:: # OCN # OCN_model: @[ocn_model] OCN_petlist_bounds: @[ocn_petlist_bounds] +OCN_omp_num_threads: @[ocn_omp_num_threads] OCN_attributes:: Verbosity = 0 DumpFields = @[DumpFields] @@ -43,6 +46,7 @@ OCN_attributes:: # ICE # ICE_model: @[ice_model] ICE_petlist_bounds: @[ice_petlist_bounds] +ICE_omp_num_threads: @[ice_omp_num_threads] ICE_attributes:: Verbosity = 0 DumpFields = @[DumpFields] @@ -58,6 +62,7 @@ ICE_attributes:: # WAV # WAV_model: @[wav_model] WAV_petlist_bounds: @[wav_petlist_bounds] +WAV_omp_num_threads: @[wav_omp_num_threads] WAV_attributes:: Verbosity = 0 OverwriteSlice = false @@ -109,7 +114,6 @@ runSeq:: DRIVER_attributes:: :: - MED_attributes:: ATM_model = @[atm_model] ICE_model = @[ice_model] @@ -119,7 +123,6 @@ MED_attributes:: pio_rearranger = @[pio_rearranger] ocean_albedo_limit = @[ocean_albedo_limit] :: - ALLCOMP_attributes:: ScalarFieldCount = 3 ScalarFieldIdxGridNX = 1 diff --git a/tests/parm/ufs.configure.s2sw_esmf.IN b/tests/parm/ufs.configure.s2sw_esmf.IN deleted file mode 100644 index 0bfd8dc3d7..0000000000 --- a/tests/parm/ufs.configure.s2sw_esmf.IN +++ /dev/null @@ -1,149 +0,0 @@ -############################################# -#### UFS Run-Time Configuration File ###### -############################################# - -# ESMF # -logKindFlag: @[esmf_logkind] -globalResourceControl: true - -# EARTH # -EARTH_component_list: MED ATM OCN ICE WAV -EARTH_attributes:: - Verbosity = 0 -:: - -# MED # -MED_model: @[med_model] -MED_petlist_bounds: @[med_petlist_bounds] -MED_omp_num_threads: @[med_omp_num_threads] -:: - -# ATM # -ATM_model: @[atm_model] -ATM_petlist_bounds: @[atm_petlist_bounds] -ATM_omp_num_threads: @[atm_omp_num_threads] -ATM_attributes:: - Verbosity = 0 - DumpFields = @[DumpFields] - ProfileMemory = false - OverwriteSlice = true -:: - -# OCN # -OCN_model: @[ocn_model] -OCN_petlist_bounds: @[ocn_petlist_bounds] -OCN_omp_num_threads: @[ocn_omp_num_threads] -OCN_attributes:: - Verbosity = 0 - DumpFields = @[DumpFields] - ProfileMemory = false - OverwriteSlice = true - mesh_ocn = @[MESH_OCN] - use_coldstart = @[use_coldstart] - use_mommesh = @[use_mommesh] -:: - -# ICE # -ICE_model: @[ice_model] -ICE_petlist_bounds: @[ice_petlist_bounds] -ICE_omp_num_threads: @[ice_omp_num_threads] -ICE_attributes:: - Verbosity = 0 - DumpFields = @[DumpFields] - ProfileMemory = false - OverwriteSlice = true - mesh_ice = @[MESH_ICE] - eps_imesh = @[eps_imesh] - stop_n = @[RESTART_N] - stop_option = nhours - stop_ymd = -999 -:: - -# WAV # -WAV_model: @[wav_model] -WAV_petlist_bounds: @[wav_petlist_bounds] -WAV_omp_num_threads: @[wav_omp_num_threads] -WAV_attributes:: - Verbosity = 0 - OverwriteSlice = false - mesh_wav = @[MESH_WAV] - user_histname = @[WW3_user_histname] - use_historync = @[WW3_historync] - use_restartnc = @[WW3_restartnc] - restart_from_binary = @[WW3_restart_from_binary] - pio_typename = @[WW3_PIO_FORMAT] - pio_numiotasks = @[WW3_PIO_IOTASKS] - pio_stride = @[WW3_PIO_STRIDE] - pio_rearranger = @[WW3_PIO_REARR] - pio_root = @[WW3_PIO_ROOT] -:: - -# CMEPS warm run sequence -runSeq:: -@@[coupling_interval_slow_sec] - MED med_phases_prep_wav_avg - MED med_phases_prep_ocn_avg - MED -> WAV :remapMethod=redist - MED -> OCN :remapMethod=redist - WAV - OCN - @@[coupling_interval_fast_sec] - MED med_phases_prep_atm - MED med_phases_prep_ice - MED -> ATM :remapMethod=redist - MED -> ICE :remapMethod=redist - ATM - ICE - ATM -> MED :remapMethod=redist - MED med_phases_post_atm - ICE -> MED :remapMethod=redist - MED med_phases_post_ice - MED med_phases_ocnalb_run - MED med_phases_prep_ocn_accum - MED med_phases_prep_wav_accum - @ - OCN -> MED :remapMethod=redist - WAV -> MED :remapMethod=redist - MED med_phases_post_ocn - MED med_phases_post_wav - MED med_phases_restart_write -@ -:: - -# CMEPS variables - -DRIVER_attributes:: -:: -MED_attributes:: - ATM_model = @[atm_model] - ICE_model = @[ice_model] - OCN_model = @[ocn_model] - WAV_model = @[wav_model] - coupling_mode = @[CPLMODE] - pio_rearranger = @[pio_rearranger] - ocean_albedo_limit = @[ocean_albedo_limit] -:: -ALLCOMP_attributes:: - ScalarFieldCount = 3 - ScalarFieldIdxGridNX = 1 - ScalarFieldIdxGridNY = 2 - ScalarFieldIdxGridNTile = 3 - ScalarFieldName = cpl_scalars - start_type = @[RUNTYPE] - restart_dir = @[CMEPS_RESTART_DIR] - case_name = ufs.cpld - restart_n = @[RESTART_N] - restart_option = nhours - restart_ymd = -999 - write_restart_at_endofrun = @[WRITE_ENDOFRUN_RESTART] - dbug_flag = @[cap_dbug_flag] - stop_n = @[FHMAX] - stop_option = nhours - stop_ymd = -999 - orb_eccen = 1.e36 - orb_iyear = 2000 - orb_iyear_align = 2000 - orb_mode = fixed_year - orb_mvelp = 1.e36 - orb_obliq = 1.e36 -:: diff --git a/tests/parm/ufs.configure.s2sw_fast_esmf.IN b/tests/parm/ufs.configure.s2sw_fast.IN similarity index 98% rename from tests/parm/ufs.configure.s2sw_fast_esmf.IN rename to tests/parm/ufs.configure.s2sw_fast.IN index 623fab0124..a4ac78def4 100644 --- a/tests/parm/ufs.configure.s2sw_fast_esmf.IN +++ b/tests/parm/ufs.configure.s2sw_fast.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: @[esmf_logkind] -globalResourceControl: true +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: MED ATM OCN ICE WAV diff --git a/tests/parm/ufs.configure.s2swa.IN b/tests/parm/ufs.configure.s2swa.IN index 2fa6ac40c3..cb930fd4b3 100644 --- a/tests/parm/ufs.configure.s2swa.IN +++ b/tests/parm/ufs.configure.s2swa.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: @[esmf_logkind] -globalResourceControl: false +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: MED ATM CHM OCN ICE WAV @@ -15,11 +15,13 @@ EARTH_attributes:: # MED # MED_model: @[med_model] MED_petlist_bounds: @[med_petlist_bounds] +MED_omp_num_threads: @[med_omp_num_threads] :: # ATM # ATM_model: @[atm_model] ATM_petlist_bounds: @[atm_petlist_bounds] +ATM_omp_num_threads: @[atm_omp_num_threads] ATM_attributes:: Verbosity = 0 DumpFields = @[DumpFields] @@ -30,6 +32,7 @@ ATM_attributes:: # CHM # CHM_model: @[chm_model] CHM_petlist_bounds: @[chm_petlist_bounds] +CHM_omp_num_threads: @[chm_omp_num_threads] CHM_attributes:: Verbosity = 0 :: @@ -37,6 +40,7 @@ CHM_attributes:: # OCN # OCN_model: @[ocn_model] OCN_petlist_bounds: @[ocn_petlist_bounds] +OCN_omp_num_threads: @[ocn_omp_num_threads] OCN_attributes:: Verbosity = 0 DumpFields = @[DumpFields] @@ -50,6 +54,7 @@ OCN_attributes:: # ICE # ICE_model: @[ice_model] ICE_petlist_bounds: @[ice_petlist_bounds] +ICE_omp_num_threads: @[ice_omp_num_threads] ICE_attributes:: Verbosity = 0 DumpFields = @[DumpFields] @@ -65,6 +70,7 @@ ICE_attributes:: # WAV # WAV_model: @[wav_model] WAV_petlist_bounds: @[wav_petlist_bounds] +WAV_omp_num_threads: @[wav_omp_num_threads] WAV_attributes:: Verbosity = 0 OverwriteSlice = false diff --git a/tests/parm/ufs.configure.s2swa_esmf.IN b/tests/parm/ufs.configure.s2swa_esmf.IN deleted file mode 100644 index 91410741de..0000000000 --- a/tests/parm/ufs.configure.s2swa_esmf.IN +++ /dev/null @@ -1,161 +0,0 @@ -############################################# -#### UFS Run-Time Configuration File ###### -############################################# - -# ESMF # -logKindFlag: @[esmf_logkind] -globalResourceControl: true - -# EARTH # -EARTH_component_list: MED ATM CHM OCN ICE WAV -EARTH_attributes:: - Verbosity = 0 -:: - -# MED # -MED_model: @[med_model] -MED_petlist_bounds: @[med_petlist_bounds] -MED_omp_num_threads: @[med_omp_num_threads] -:: - -# ATM # -ATM_model: @[atm_model] -ATM_petlist_bounds: @[atm_petlist_bounds] -ATM_omp_num_threads: @[atm_omp_num_threads] -ATM_attributes:: - Verbosity = 0 - DumpFields = @[DumpFields] - ProfileMemory = false - OverwriteSlice = true -:: - -# CHM # -CHM_model: @[chm_model] -CHM_petlist_bounds: @[chm_petlist_bounds] -CHM_omp_num_threads: @[chm_omp_num_threads] -CHM_attributes:: - Verbosity = 0 -:: - -# OCN # -OCN_model: @[ocn_model] -OCN_petlist_bounds: @[ocn_petlist_bounds] -OCN_omp_num_threads: @[ocn_omp_num_threads] -OCN_attributes:: - Verbosity = 0 - DumpFields = @[DumpFields] - ProfileMemory = false - OverwriteSlice = true - mesh_ocn = @[MESH_OCN] - use_coldstart = @[use_coldstart] - use_mommesh = @[use_mommesh] -:: - -# ICE # -ICE_model: @[ice_model] -ICE_petlist_bounds: @[ice_petlist_bounds] -ICE_omp_num_threads: @[ice_omp_num_threads] -ICE_attributes:: - Verbosity = 0 - DumpFields = @[DumpFields] - ProfileMemory = false - OverwriteSlice = true - mesh_ice = @[MESH_ICE] - eps_imesh = @[eps_imesh] - stop_n = @[RESTART_N] - stop_option = nhours - stop_ymd = -999 -:: - -# WAV # -WAV_model: @[wav_model] -WAV_petlist_bounds: @[wav_petlist_bounds] -WAV_omp_num_threads: @[wav_omp_num_threads] -WAV_attributes:: - Verbosity = 0 - OverwriteSlice = false - mesh_wav = @[MESH_WAV] - user_histname = @[WW3_user_histname] - use_historync = @[WW3_historync] - use_restartnc = @[WW3_restartnc] - restart_from_binary = @[WW3_restart_from_binary] - pio_typename = @[WW3_PIO_FORMAT] - pio_numiotasks = @[WW3_PIO_IOTASKS] - pio_stride = @[WW3_PIO_STRIDE] - pio_rearranger = @[WW3_PIO_REARR] - pio_root = @[WW3_PIO_ROOT] -:: - -# CMEPS warm run sequence -runSeq:: -@@[coupling_interval_slow_sec] - MED med_phases_prep_wav_avg - MED med_phases_prep_ocn_avg - MED -> WAV :remapMethod=redist - MED -> OCN :remapMethod=redist - WAV - OCN - @@[coupling_interval_fast_sec] - MED med_phases_prep_atm - MED med_phases_prep_ice - MED -> ATM :remapMethod=redist - MED -> ICE :remapMethod=redist - ATM phase1 - ATM -> CHM - CHM - CHM -> ATM - ATM phase2 - ICE - ATM -> MED :remapMethod=redist - MED med_phases_post_atm - ICE -> MED :remapMethod=redist - MED med_phases_post_ice - MED med_phases_ocnalb_run - MED med_phases_prep_ocn_accum - MED med_phases_prep_wav_accum - @ - OCN -> MED :remapMethod=redist - WAV -> MED :remapMethod=redist - MED med_phases_post_ocn - MED med_phases_post_wav - MED med_phases_restart_write -@ -:: - -# CMEPS variables - -DRIVER_attributes:: -:: -MED_attributes:: - ATM_model = @[atm_model] - ICE_model = @[ice_model] - OCN_model = @[ocn_model] - WAV_model = @[wav_model] - coupling_mode = @[CPLMODE] - pio_rearranger = @[pio_rearranger] - ocean_albedo_limit = @[ocean_albedo_limit] -:: -ALLCOMP_attributes:: - ScalarFieldCount = 3 - ScalarFieldIdxGridNX = 1 - ScalarFieldIdxGridNY = 2 - ScalarFieldIdxGridNTile = 3 - ScalarFieldName = cpl_scalars - start_type = @[RUNTYPE] - restart_dir = @[CMEPS_RESTART_DIR] - case_name = ufs.cpld - restart_n = @[RESTART_N] - restart_option = nhours - restart_ymd = -999 - write_restart_at_endofrun = @[WRITE_ENDOFRUN_RESTART] - dbug_flag = @[cap_dbug_flag] - stop_n = @[FHMAX] - stop_option = nhours - stop_ymd = -999 - orb_eccen = 1.e36 - orb_iyear = 2000 - orb_iyear_align = 2000 - orb_mode = fixed_year - orb_mvelp = 1.e36 - orb_obliq = 1.e36 -:: diff --git a/tests/parm/ufs.configure.s2swa_fast_esmf.IN b/tests/parm/ufs.configure.s2swa_fast.IN similarity index 98% rename from tests/parm/ufs.configure.s2swa_fast_esmf.IN rename to tests/parm/ufs.configure.s2swa_fast.IN index 5ded338a95..e5ed589d7f 100644 --- a/tests/parm/ufs.configure.s2swa_fast_esmf.IN +++ b/tests/parm/ufs.configure.s2swa_fast.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: ESMF_LOGKIND_MULTI -globalResourceControl: true +globalResourceControl: @[ESMF_THREADING] # EARTH # EARTH_component_list: MED ATM CHM OCN ICE WAV @@ -16,6 +16,7 @@ EARTH_attributes:: MED_model: @[med_model] MED_petlist_bounds: @[med_petlist_bounds] MED_omp_num_threads: @[med_omp_num_threads] +:: # ATM # ATM_model: @[atm_model] diff --git a/tests/rt.conf b/tests/rt.conf index 6c1b30a747..1ed8c56eae 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -293,9 +293,9 @@ RUN | datm_cdeps_lnd_era5 | - wcoss2 RUN | datm_cdeps_lnd_era5_rst | - wcoss2 noaacloud | | datm_cdeps_lnd_era5 ### CDEPS Data Atmosphere tests with LM4 ### -COMPILE | datm_cdeps_lm4 | intel | -DAPP=LND-LM4 | + hera orion gaea | fv3 | -RUN | datm_cdeps_lm4_gswp3 | + hera orion gaea | baseline | -RUN | datm_cdeps_lm4_gswp3_rst | + hera orion gaea | | datm_cdeps_lm4_gswp3 +COMPILE | datm_cdeps_lm4 | intel | -DAPP=LND-LM4 | + hera orion gaeac5 | fv3 | +RUN | datm_cdeps_lm4_gswp3 | + hera orion gaeac5 | baseline | +RUN | datm_cdeps_lm4_gswp3_rst | + hera orion gaeac5 | | datm_cdeps_lm4_gswp3 ### AMIP+ tests ### COMPILE | atm_ds2s_docn_pcice | intel | -DAPP=ATM_DS2S-PCICE -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | @@ -342,17 +342,17 @@ RUN | cpld_regional_atm_fbh | - wcoss2 noaacloud aco # Coupled gfs17 tests on Gaea -COMPILE | s2swa_32bit_pdlib | intelllvm | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | + gaea | fv3 | -RUN | cpld_control_gfsv17 | + gaea | baseline | +COMPILE | s2swa_32bit_pdlib | intelllvm | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | + gaeac5 | fv3 | +RUN | cpld_control_gfsv17 | + gaeac5 | baseline | -COMPILE | s2swa_32bit_pdlib_debug | intelllvm | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | + gaea | fv3 | -RUN | cpld_debug_gfsv17 | + gaea | baseline | +COMPILE | s2swa_32bit_pdlib_debug | intelllvm | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | + gaeac5 | fv3 | +RUN | cpld_debug_gfsv17 | + gaeac5 | baseline | -COMPILE | s2swa_32bit_pdlib_sfs | intelllvm | -DAPP=S2SWA -D32BIT=ON -DHYDRO=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | + gaea | fv3 | -RUN | cpld_control_sfs | + gaea | baseline | +COMPILE | s2swa_32bit_pdlib_sfs | intelllvm | -DAPP=S2SWA -D32BIT=ON -DHYDRO=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | + gaeac5 | fv3 | +RUN | cpld_control_sfs | + gaeac5 | baseline | -COMPILE | s2swa | intelllvm | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1 | + gaea | fv3 | -RUN | cpld_control_p8 | + gaea | baseline | +COMPILE | s2swa | intelllvm | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1 | + gaeac5 | fv3 | +RUN | cpld_control_p8 | + gaeac5 | baseline | # Regional RRFS tests on Hera COMPILE | rrfs_dyn32_phy32 | intelllvm | -DAPP=ATM -DCCPP_SUITES=FV3_RAP -D32BIT=ON -DCCPP_32BIT=ON | + hera | fv3 | diff --git a/tests/rt.sh b/tests/rt.sh index 672c876e53..275ec03510 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -709,8 +709,8 @@ case ${MACHINE_ID} in PTMP="/lfs/h2/emc/ptmp" SCHEDULER="pbs" ;; - gaea) - echo "rt.sh: Setting up gaea..." + gaeac5) + echo "rt.sh: Setting up gaea c5..." if [[ "${ROCOTO:-false}" == true ]] ; then module use /ncrc/proj/epic/rocoto/modulefiles module load rocoto @@ -738,6 +738,37 @@ case ${MACHINE_ID} in STMP=${STMP:-${dprefix}/RT_BASELINE} PTMP=${PTMP:-${dprefix}/RT_RUNDIRS} + SCHEDULER="slurm" + ;; + gaeac6) + echo "rt.sh: Setting up gaea c6..." + if [[ "${ROCOTO:-false}" == true ]] ; then + module use /ncrc/proj/epic/c6/modulefiles + module load rocoto/1.3.7 + ROCOTO_SCHEDULER="slurm" + fi + + export LD_PRELOAD=/usr/lib64/libstdc++.so.6 + module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core + module load stack-intel/2023.2.0 + module load cray-mpich/8.1.29 + module load python/3.10.13 + if [[ "${ECFLOW:-false}" == true ]] ; then + module use /ncrc/proj/epic/spack-stack/modulefiles + module load ecflow/5.8.4 + ECF_HOST=$(hostname) + ECF_PORT=$(( $(id -u) + 1500 )) + export ECF_PORT ECF_HOST + fi + + DISKNM=/gpfs/f6/bil-fire8/world-shared/role.epic/UFS-WM_RT + QUEUE=normal + COMPILE_QUEUE=normal + PARTITION=c6 + dprefix=${dprefix:-/gpfs/f6/${ACCNR}/proj-shared/${USER}} + STMP=${STMP:-${dprefix}/RT_BASELINE} + PTMP=${PTMP:-${dprefix}/RT_RUNDIRS} + SCHEDULER="slurm" ;; hera) @@ -1266,7 +1297,11 @@ EOF ( source "${PATHRT}/tests/${TEST_NAME}" - compute_petbounds_and_tasks + if [[ ${ESMF_THREADING} == true ]]; then + compute_petbounds_and_tasks_esmf_threading + else + compute_petbounds_and_tasks_traditional_threading + fi TPN=$(( TPN / THRD )) NODES=$(( TASKS / TPN )) diff --git a/tests/rt_utils.sh b/tests/rt_utils.sh index ecf4259421..fa3dcfeebe 100755 --- a/tests/rt_utils.sh +++ b/tests/rt_utils.sh @@ -21,7 +21,122 @@ redirect_out_err() { # redirect_out_err command will return non-zero if "$@" or tee return non-zero. } -function compute_petbounds_and_tasks() { +function compute_petbounds_and_tasks_traditional_threading() { + + # each test MUST define ${COMPONENT}_tasks variable for all components it is using + # and MUST NOT define those that it's not using or set the value to 0. + + # ATM is a special case since it is running on the sum of compute and io tasks. + # CHM component and mediator are running on ATM compute tasks only. + + if [[ ${DATM_CDEPS} = 'false' ]]; then + if [[ ${ATM_compute_tasks:-0} -eq 0 ]]; then + ATM_compute_tasks=$((INPES * JNPES * NTILES)) + fi + if [[ ${QUILTING} = '.true.' ]]; then + ATM_io_tasks=$((WRITE_GROUP * WRTTASK_PER_GROUP)) + else + ATM_io_tasks=0 + fi + ATM_tasks=$((ATM_compute_tasks + ATM_io_tasks)) + fi + + local n=0 + unset atm_petlist_bounds ocn_petlist_bounds ice_petlist_bounds wav_petlist_bounds chm_petlist_bounds med_petlist_bounds aqm_petlist_bounds fbh_petlist_bounds + + local _tasks + + # ATM + if [[ ${ATM_tasks:-0} -gt 0 ]]; then + atm_petlist_bounds="${n} $((n + ATM_tasks - 1))" + n=$((n + ATM_tasks)) + _tasks=$(( ATM_tasks*atm_omp_num_threads )) + atm_nodes=$(( _tasks / TPN )) + if (( atm_nodes * TPN < _tasks )); then + atm_nodes=$(( atm_nodes + 1 )) + fi + fi + + # OCN + if [[ ${OCN_tasks:-0} -gt 0 ]]; then + ocn_petlist_bounds="${n} $((n + OCN_tasks - 1))" + n=$((n + OCN_tasks)) + _tasks=$(( OCN_tasks*ocn_omp_num_threads )) + ocn_nodes=$(( _tasks / TPN )) + if (( ocn_nodes * TPN < _tasks )); then + ocn_nodes=$(( ocn_nodes + 1 )) + fi + fi + + # ICE + if [[ ${ICE_tasks:-0} -gt 0 ]]; then + ice_petlist_bounds="${n} $((n + ICE_tasks - 1))" + n=$((n + ICE_tasks)) + _tasks=$(( ICE_tasks*ice_omp_num_threads )) + ice_nodes=$(( _tasks / TPN )) + if (( ice_nodes * TPN < _tasks )); then + ice_nodes=$(( ice_nodes + 1 )) + fi + fi + + # WAV + if [[ ${WAV_tasks:-0} -gt 0 ]]; then + wav_petlist_bounds="${n} $((n + WAV_tasks - 1))" + n=$((n + WAV_tasks)) + _tasks=$(( WAV_tasks*wav_omp_num_threads )) + wav_nodes=$(( _tasks / TPN )) + if (( wav_nodes * TPN < _tasks )); then + wav_nodes=$(( wav_nodes + 1 )) + fi + fi + + # CHM + chm_petlist_bounds="0 $((ATM_compute_tasks - 1))" + + # MED - mediator (CMEPS) runs on at most 300 tasks. + MED_compute_tasks=$((ATM_compute_tasks<=300 ? ATM_compute_tasks : 300)) + med_petlist_bounds="0 $((MED_compute_tasks - 1))" + + # AQM + aqm_petlist_bounds="0 $((ATM_compute_tasks - 1))" + + # LND + if [[ ${lnd_model:-} = "lm4" ]]; then + # set lnd_petlist_bounds to be same as ATM_compute_tasks + lnd_petlist_bounds="0 $((ATM_compute_tasks - 1))" + elif [[ ${LND_tasks:-0} -gt 0 ]]; then # noahmp component or other + lnd_petlist_bounds="${n} $((n + LND_tasks - 1))" + n=$((n + LND_tasks)) + fi + + # FBH + if [[ ${FBH_tasks:-0} -gt 0 ]]; then + fbh_petlist_bounds="${n} $((n + FBH_tasks - 1))" + n=$((n + FBH_tasks)) + fi + + unset _tasks + + UFS_tasks=${n} + + if [[ ${RTVERBOSE} == true ]]; then + echo "ATM_petlist_bounds: ${atm_petlist_bounds:-}" + echo "OCN_petlist_bounds: ${ocn_petlist_bounds:-}" + echo "ICE_petlist_bounds: ${ice_petlist_bounds:-}" + echo "WAV_petlist_bounds: ${wav_petlist_bounds:-}" + echo "CHM_petlist_bounds: ${chm_petlist_bounds:-}" + echo "MED_petlist_bounds: ${med_petlist_bounds:-}" + echo "AQM_petlist_bounds: ${aqm_petlist_bounds:-}" + echo "LND_petlist_bounds: ${lnd_petlist_bounds:-}" + echo "FBH_petlist_bounds: ${fbh_petlist_bounds:-}" + echo "UFS_tasks : ${UFS_tasks:-}" + fi + + # TASKS is now set to UFS_TASKS + export TASKS=${UFS_tasks} +} + +function compute_petbounds_and_tasks_esmf_threading() { # each test MUST define ${COMPONENT}_tasks variable for all components it is using # and MUST NOT define those that it's not using or set the value to 0. @@ -72,8 +187,9 @@ function compute_petbounds_and_tasks() { # CHM chm_petlist_bounds="0 $((ATM_compute_tasks * atm_omp_num_threads - 1))" - # MED - med_petlist_bounds="0 $((ATM_compute_tasks * atm_omp_num_threads - 1))" + # MED - mediator (CMEPS) runs on at most 300 tasks. + MED_compute_tasks=$((ATM_compute_tasks<=300 ? ATM_compute_tasks : 300)) + med_petlist_bounds="0 $((MED_compute_tasks * atm_omp_num_threads - 1))" # AQM aqm_petlist_bounds="0 $((ATM_compute_tasks * atm_omp_num_threads - 1))" @@ -82,8 +198,8 @@ function compute_petbounds_and_tasks() { if [[ ${lnd_model:-} = "lm4" ]]; then # set lnd_petlist_bounds to be same as ATM_compute_tasks lnd_petlist_bounds="0 $((ATM_compute_tasks - 1))" - elif [[ ${LND_tasks:-0} -gt 0 ]]; then # noahmp component or other - LND_tasks=$((LND_tasks * lnd_omp_num_threads)) + elif [[ ${LND_tasks:-0} -gt 0 ]]; then # noahmp component or other + LND_tasks=$((LND_tasks * lnd_omp_num_threads)) lnd_petlist_bounds="${n} $((n + LND_tasks - 1))" n=$((n + LND_tasks)) fi @@ -312,7 +428,10 @@ rocoto_create_compile_task() { if [[ ${MACHINE_ID} == s4 ]]; then BUILD_WALLTIME="01:00:00" fi - if [[ ${MACHINE_ID} == gaea ]]; then + if [[ ${MACHINE_ID} == gaeac5 ]]; then + BUILD_WALLTIME="01:00:00" + fi + if [[ ${MACHINE_ID} == gaeac6 ]]; then BUILD_WALLTIME="01:00:00" fi @@ -325,10 +444,15 @@ rocoto_create_compile_task() { ${COMPILE_QUEUE} EOF - if [[ "${MACHINE_ID}" == gaea ]] ; then + if [[ "${MACHINE_ID}" == gaeac5 ]] ; then cat << EOF >> "${ROCOTO_XML}" --clusters=es eslogin_c5 +EOF + elif [[ "${MACHINE_ID}" == gaeac6 ]] ; then + cat << EOF >> "${ROCOTO_XML}" + --clusters=es + eslogin_c6 EOF elif [[ -n "${PARTITION}" || ${MACHINE_ID} != hera ]] ; then cat << EOF >> "${ROCOTO_XML}" @@ -369,7 +493,7 @@ rocoto_create_run_task() { ${ROCOTO_NODESIZE:+${ROCOTO_NODESIZE}} EOF - if [[ "${MACHINE_ID}" == gaea ]] ; then + if [[ "${MACHINE_ID}" == gaeac5 || "${MACHINE_ID}" == gaeac6 ]] ; then cat << EOF >> "${ROCOTO_XML}" --clusters=${PARTITION} --partition=batch diff --git a/tests/run_test.sh b/tests/run_test.sh index 8e8e7c34d3..cd46804607 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -116,11 +116,19 @@ case ${MACHINE_ID} in stampede|expanse|noaacloud) echo "No special nccmp load necessary" ;; - gaea) + gaeac5) module use /ncrc/proj/epic/spack-stack/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core module load stack-intel/2023.2.0 stack-cray-mpich/8.1.28 module load nccmp/1.9.0.1 ;; + gaeac6) + module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core + module load stack-intel/2023.2.0 stack-cray-mpich/8.1.29 + module load nccmp/1.9.0.1 + #module use modulefiles + #module load modules.fv3 + #module load gcc-native/12.3 + ;; derecho) module load nccmp ;; @@ -163,10 +171,19 @@ else exit 1 fi -compute_petbounds_and_tasks +if [[ ${ESMF_THREADING} == true ]]; then + compute_petbounds_and_tasks_esmf_threading +else + compute_petbounds_and_tasks_traditional_threading +fi if [[ -f ${PATHRT}/parm/${UFS_CONFIGURE} ]]; then - atparse < "${PATHRT}/parm/${UFS_CONFIGURE}" > ufs.configure + ( + atparse < "${PATHRT}/parm/${UFS_CONFIGURE}" > ufs.configure + if [[ ${ESMF_THREADING} != true ]]; then + sed -i -e "/_omp_num_threads:/d" ufs.configure + fi + ) else echo "Cannot find file ${UFS_CONFIGURE} set by variable UFS_CONFIGURE" exit 1 @@ -240,7 +257,7 @@ fi if [[ "Q${FIELD_TABLE:-}" != Q ]]; then cp "${PATHRT}/parm/field_table/${FIELD_TABLE}" field_table fi - + # fix files if [[ ${FV3} == true ]]; then cp "${INPUTDATA_ROOT}"/FV3_fix/*.txt . @@ -378,6 +395,10 @@ fi export PPN export UFS_TASKS +if [[ ${ESMF_THREADING} != true ]]; then + PPN=${TPN} +fi + if [[ ${SCHEDULER} = 'pbs' ]]; then if [[ -e ${PATHRT}/fv3_conf/fv3_qsub.IN_${MACHINE_ID} ]]; then atparse < "${PATHRT}/fv3_conf/fv3_qsub.IN_${MACHINE_ID}" > job_card @@ -462,7 +483,7 @@ if [[ ${skip_check_results} == false ]]; then else if [[ ${i##*.} == nc* ]] ; then - if [[ " orion hercules hera wcoss2 acorn derecho gaea jet s4 noaacloud " =~ ${MACHINE_ID} ]]; then + if [[ " orion hercules hera wcoss2 acorn derecho gaeac5 gaeac6 jet s4 noaacloud " =~ ${MACHINE_ID} ]]; then printf "USING NCCMP.." >> "${RT_LOG}" printf "USING NCCMP.." if [[ ${CMP_DATAONLY} == false ]]; then diff --git a/tests/tests/atm_ds2s_docn_dice b/tests/tests/atm_ds2s_docn_dice index cd477d3bc1..dc1e33896f 100644 --- a/tests/tests/atm_ds2s_docn_dice +++ b/tests/tests/atm_ds2s_docn_dice @@ -127,7 +127,7 @@ export DIAG_TABLE=diag_table_gfsv16 export FIELD_TABLE=field_table_thompson_noaero_tke export INPUT_NML=global_control.nml.IN export MODEL_CONFIGURE=model_configure.IN -export UFS_CONFIGURE=ufs.configure.s2s_esmf.IN +export UFS_CONFIGURE=ufs.configure.s2s.IN export FV3_RUN="cpld_control_run.IN cpld_docn_dice.IN" if [[ $MACHINE_ID = hera ]] || [[ $MACHINE_ID = hercules ]] || [[ $MACHINE_ID = orion ]] || [[ $MACHINE_ID = gaea ]]; then diff --git a/tests/tests/atm_ds2s_docn_pcice b/tests/tests/atm_ds2s_docn_pcice index fef8e3cdf3..4f6204e6fc 100644 --- a/tests/tests/atm_ds2s_docn_pcice +++ b/tests/tests/atm_ds2s_docn_pcice @@ -124,5 +124,5 @@ export DIAG_TABLE=diag_table_gfsv16 export FIELD_TABLE=field_table_thompson_noaero_tke export INPUT_NML=global_control.nml.IN export MODEL_CONFIGURE=model_configure.IN -export UFS_CONFIGURE=ufs.configure.s2s_esmf.IN +export UFS_CONFIGURE=ufs.configure.s2s.IN export FV3_RUN="cpld_control_run.IN cpld_docn_pcice.IN" diff --git a/tests/tests/atmaero_control_p8 b/tests/tests/atmaero_control_p8 index 6d4012d580..2d83d58d26 100644 --- a/tests/tests/atmaero_control_p8 +++ b/tests/tests/atmaero_control_p8 @@ -67,7 +67,7 @@ export WRITE_DOPOST=.true. export CPL=.true. export CPLCHM=.true. -export UFS_CONFIGURE=ufs.configure.atmaero_esmf.IN +export UFS_CONFIGURE=ufs.configure.atmaero.IN export atm_model='fv3' export chm_model='gocart' @@ -180,3 +180,7 @@ export DOGP_LWSCAT=.true. export DOGP_SGS_CNV=.true. export SATMEDMF=.true. + +if [[ $MACHINE_ID = gaeac6 ]]; then + TPN=96 +fi diff --git a/tests/tests/atmaero_control_p8_rad b/tests/tests/atmaero_control_p8_rad index 4eac5a3303..b384a7ff4a 100644 --- a/tests/tests/atmaero_control_p8_rad +++ b/tests/tests/atmaero_control_p8_rad @@ -66,7 +66,7 @@ export WRITE_DOPOST=.true. export CPL=.true. export CPLCHM=.true. -export UFS_CONFIGURE=ufs.configure.atmaero_esmf.IN +export UFS_CONFIGURE=ufs.configure.atmaero.IN export atm_model='fv3' export chm_model='gocart' diff --git a/tests/tests/atmaero_control_p8_rad_micro b/tests/tests/atmaero_control_p8_rad_micro index 1c4bbe4478..9a57bbc9ac 100644 --- a/tests/tests/atmaero_control_p8_rad_micro +++ b/tests/tests/atmaero_control_p8_rad_micro @@ -66,7 +66,7 @@ export WRITE_DOPOST=.true. export CPL=.true. export CPLCHM=.true. -export UFS_CONFIGURE=ufs.configure.atmaero_esmf.IN +export UFS_CONFIGURE=ufs.configure.atmaero.IN export atm_model='fv3' export chm_model='gocart' diff --git a/tests/tests/control_2threads_p8 b/tests/tests/control_2threads_p8 index d48022f634..22b5a8f3f5 100644 --- a/tests/tests/control_2threads_p8 +++ b/tests/tests/control_2threads_p8 @@ -154,3 +154,6 @@ export DOGP_LWSCAT=.true. export DOGP_SGS_CNV=.true. export SATMEDMF=.true. + +ESMF_THREADING=false +THRD=$atm_omp_num_threads diff --git a/tests/tests/control_p8.v2.sfc b/tests/tests/control_p8.v2.sfc index d08987ae87..d1afdbc4ca 100644 --- a/tests/tests/control_p8.v2.sfc +++ b/tests/tests/control_p8.v2.sfc @@ -153,6 +153,6 @@ export DOGP_SGS_CNV=.true. export SATMEDMF=.true. -if [[ " hera orion hercules gaea jet " =~ " ${MACHINE_ID} " ]] ; then +if [[ " hera orion hercules gaeac5 gaeac6 jet " =~ " ${MACHINE_ID} " ]] ; then ZSTANDARD_LEVEL=5 fi diff --git a/tests/tests/control_wam b/tests/tests/control_wam index 5018e6208c..d70921938b 100644 --- a/tests/tests/control_wam +++ b/tests/tests/control_wam @@ -106,6 +106,6 @@ export DIAG_TABLE=diag_table_wam export INPUT_NML=wam_v17.nml.IN -if [[ " hera orion hercules gaea jet " =~ " ${MACHINE_ID} " ]] ; then +if [[ " hera orion hercules gaeac5 gaeac6 jet " =~ " ${MACHINE_ID} " ]] ; then ZSTANDARD_LEVEL=5 fi diff --git a/tests/tests/control_wam_debug b/tests/tests/control_wam_debug index 4c1852e2e0..c52d742268 100644 --- a/tests/tests/control_wam_debug +++ b/tests/tests/control_wam_debug @@ -107,6 +107,6 @@ export DIAG_TABLE=diag_table_wam export INPUT_NML=wam_v17.nml.IN -if [[ " hera orion hercules gaea jet " =~ " ${MACHINE_ID} " ]] ; then +if [[ " hera orion hercules gaeac5 gaeac6 jet " =~ " ${MACHINE_ID} " ]] ; then ZSTANDARD_LEVEL=5 fi diff --git a/tests/tests/conus13km_2threads b/tests/tests/conus13km_2threads index 9d8620c42a..f37809fdc1 100644 --- a/tests/tests/conus13km_2threads +++ b/tests/tests/conus13km_2threads @@ -25,3 +25,6 @@ export INPES=12 export JNPES=12 export WRTTASK_PER_GROUP=6 export QUILTING_RESTART=.false. + +ESMF_THREADING=false +THRD=$atm_omp_num_threads diff --git a/tests/tests/conus13km_debug_2threads b/tests/tests/conus13km_debug_2threads index 9daadc7dd6..b565c216a5 100644 --- a/tests/tests/conus13km_debug_2threads +++ b/tests/tests/conus13km_debug_2threads @@ -24,3 +24,6 @@ export INPES=12 export JNPES=12 export WRTTASK_PER_GROUP=6 export QUILTING_RESTART=.false. + +ESMF_THREADING=false +THRD=$atm_omp_num_threads diff --git a/tests/tests/cpld_2threads_p8 b/tests/tests/cpld_2threads_p8 index 21346f4a09..6a4e74b061 100644 --- a/tests/tests/cpld_2threads_p8 +++ b/tests/tests/cpld_2threads_p8 @@ -93,7 +93,7 @@ export eps_imesh=2.5e-1 export FV3_RUN=cpld_control_run.IN -if [[ $MACHINE_ID = derecho ]]; then +if [[ ${MACHINE_ID} = derecho ]]; then TPN=96 fi @@ -103,3 +103,10 @@ export N_SPLIT=5 # HR4 GFSv17 GWD update export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. + +ESMF_THREADING=false +THRD=$THRD_cpl_thrd + +if [[ ${MACHINE_ID} = orion || ${MACHINE_ID} = wcoss2 ]]; then + WLCLK=40 +fi diff --git a/tests/tests/cpld_control_c192_p8 b/tests/tests/cpld_control_c192_p8 index b70352aee0..a41a65e0fb 100644 --- a/tests/tests/cpld_control_c192_p8 +++ b/tests/tests/cpld_control_c192_p8 @@ -143,6 +143,9 @@ export FV3_RUN=cpld_control_run.IN if [[ $MACHINE_ID = derecho ]]; then TPN=96 fi +if [[ $MACHINE_ID = gaeac6 ]]; then + TPN=144 +fi # HR4 GFSv17 GWD update export DO_UGWP_V0=.false. diff --git a/tests/tests/cpld_control_c48 b/tests/tests/cpld_control_c48 index 0f86ec5d5b..7a9de35986 100644 --- a/tests/tests/cpld_control_c48 +++ b/tests/tests/cpld_control_c48 @@ -137,7 +137,7 @@ export eps_imesh=4.0e-1 export DIAG_TABLE=diag_table_template export FIELD_TABLE=field_table_thompson_noaero_tke -export UFS_CONFIGURE=ufs.configure.s2s_esmf.IN +export UFS_CONFIGURE=ufs.configure.s2s.IN export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_control_ciceC_p8 b/tests/tests/cpld_control_ciceC_p8 index 07057d8073..20aeff2e64 100644 --- a/tests/tests/cpld_control_ciceC_p8 +++ b/tests/tests/cpld_control_ciceC_p8 @@ -93,3 +93,7 @@ export N_SPLIT=5 # HR4 GFSv17 GWD update export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. + +if [[ $MACHINE_ID = gaeac6 ]]; then + TPN=96 +fi diff --git a/tests/tests/cpld_control_noaero_p8 b/tests/tests/cpld_control_noaero_p8 index 58853ae7d0..70c4be0283 100644 --- a/tests/tests/cpld_control_noaero_p8 +++ b/tests/tests/cpld_control_noaero_p8 @@ -65,7 +65,7 @@ export LIST_FILES="sfcf021.tile1.nc \ RESTART/20210323.060000.MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ - ufs.cpld.ww3.r.2021-03-23-21600.nc \ + ufs.cpld.ww3.r.2021-03-23-21600.nc \ 20210323.060000.out_pnt.ww3 \ 20210323.060000.out_grd.ww3 " @@ -86,7 +86,7 @@ export eps_imesh=2.5e-1 export DIAG_TABLE=diag_table_template export FIELD_TABLE=field_table_thompson_noaero_tke -export UFS_CONFIGURE=ufs.configure.s2sw_fast_esmf.IN +export UFS_CONFIGURE=ufs.configure.s2sw_fast.IN export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_control_noaero_p8_agrid b/tests/tests/cpld_control_noaero_p8_agrid index 5036092ba4..6c294b3abd 100644 --- a/tests/tests/cpld_control_noaero_p8_agrid +++ b/tests/tests/cpld_control_noaero_p8_agrid @@ -93,7 +93,7 @@ export MOM6_ALLOW_LANDMASK_CHANGES=True export eps_imesh=2.5e-1 export DIAG_TABLE=diag_table_template -export UFS_CONFIGURE=ufs.configure.s2s_aoflux_esmf.IN +export UFS_CONFIGURE=ufs.configure.s2s_aoflux.IN export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_control_nowave_noaero_p8 b/tests/tests/cpld_control_nowave_noaero_p8 index 240b03d2d2..4599c895b3 100644 --- a/tests/tests/cpld_control_nowave_noaero_p8 +++ b/tests/tests/cpld_control_nowave_noaero_p8 @@ -104,7 +104,7 @@ export MOM6_TOPOEDITS=ufs.topo_edits_011818.nc export MOM6_ALLOW_LANDMASK_CHANGES=True export DIAG_TABLE=diag_table_template -export UFS_CONFIGURE=ufs.configure.s2s_esmf.IN +export UFS_CONFIGURE=ufs.configure.s2s.IN export FV3_RUN=cpld_control_run.IN @@ -114,3 +114,5 @@ export N_SPLIT=5 # HR4 GFSv17 GWD update export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. + +export histaux_enabled=.true. diff --git a/tests/tests/cpld_control_p8 b/tests/tests/cpld_control_p8 index 1886a0de60..843f2828e3 100644 --- a/tests/tests/cpld_control_p8 +++ b/tests/tests/cpld_control_p8 @@ -90,7 +90,7 @@ export eps_imesh=2.5e-1 export FV3_RUN=cpld_control_run.IN -if [[ $MACHINE_ID = derecho ]]; then +if [[ $MACHINE_ID = derecho ]] || [[ $MACHINE_ID = gaeac6 ]]; then TPN=96 fi diff --git a/tests/tests/cpld_control_p8.v2.sfc b/tests/tests/cpld_control_p8.v2.sfc index bc6e073c61..14bec35bf2 100644 --- a/tests/tests/cpld_control_p8.v2.sfc +++ b/tests/tests/cpld_control_p8.v2.sfc @@ -87,7 +87,7 @@ export eps_imesh=2.5e-1 export FV3_RUN=cpld_control_run.IN export V2_SFC_FILE=true -if [[ $MACHINE_ID = derecho ]]; then +if [[ $MACHINE_ID = derecho ]] || [[ $MACHINE_ID = gaeac6 ]]; then TPN=96 fi diff --git a/tests/tests/cpld_control_p8_faster b/tests/tests/cpld_control_p8_faster index 4e972c16aa..69cb7525a5 100644 --- a/tests/tests/cpld_control_p8_faster +++ b/tests/tests/cpld_control_p8_faster @@ -96,3 +96,7 @@ export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. export DO_GSL_DRAG_TOFD=.true. + +if [[ $MACHINE_ID = gaeac6 ]]; then + TPN=96 +fi diff --git a/tests/tests/cpld_control_p8_mixedmode b/tests/tests/cpld_control_p8_mixedmode index 0d35ba3114..e23f9a0bc2 100644 --- a/tests/tests/cpld_control_p8_mixedmode +++ b/tests/tests/cpld_control_p8_mixedmode @@ -92,3 +92,7 @@ export N_SPLIT=5 # HR4 GFSv17 GWD update export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. + +if [[ $MACHINE_ID = gaeac6 ]]; then + TPN=96 +fi diff --git a/tests/tests/cpld_control_pdlib_p8 b/tests/tests/cpld_control_pdlib_p8 index 120504e818..a2ca423a56 100644 --- a/tests/tests/cpld_control_pdlib_p8 +++ b/tests/tests/cpld_control_pdlib_p8 @@ -102,7 +102,7 @@ export WW3_MODDEF=mod_def.exp.${WW3_DOMAIN} export DIAG_TABLE=diag_table_template export FIELD_TABLE=field_table_thompson_noaero_tke -export UFS_CONFIGURE=ufs.configure.s2sw_fast_esmf.IN +export UFS_CONFIGURE=ufs.configure.s2sw_fast.IN export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_control_qr_p8 b/tests/tests/cpld_control_qr_p8 index 48bb88f2ab..4ede95ef1f 100644 --- a/tests/tests/cpld_control_qr_p8 +++ b/tests/tests/cpld_control_qr_p8 @@ -92,3 +92,7 @@ export N_SPLIT=5 # HR4 GFSv17 GWD update export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. + +if [[ $MACHINE_ID = gaeac6 ]]; then + TPN=96 +fi diff --git a/tests/tests/cpld_debug_gfsv17 b/tests/tests/cpld_debug_gfsv17 index 63328b4d97..457a73b303 100644 --- a/tests/tests/cpld_debug_gfsv17 +++ b/tests/tests/cpld_debug_gfsv17 @@ -112,7 +112,10 @@ export N_SPLIT=5 if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then WLCLK=40 fi -if [[ $MACHINE_ID = gaea ]] && [[ $RT_COMPILER = intelllvm ]]; then +if [[ $MACHINE_ID = gaeac5 ]] && [[ $RT_COMPILER = intelllvm ]]; then + WLCLK=40 +fi +if [[ $MACHINE_ID = gaeac6 ]] && [[ $RT_COMPILER = intelllvm ]]; then WLCLK=40 fi if [[ $MACHINE_ID = orion ]]; then diff --git a/tests/tests/cpld_debug_noaero_p8 b/tests/tests/cpld_debug_noaero_p8 index f703ad51cd..0e566adeef 100644 --- a/tests/tests/cpld_debug_noaero_p8 +++ b/tests/tests/cpld_debug_noaero_p8 @@ -77,7 +77,7 @@ export CICE_DIAGFREQ=`expr $((FHMAX-$FHROT)) \* 3600 / $DT_CICE` export DIAG_TABLE=diag_table_template export FIELD_TABLE=field_table_thompson_noaero_tke -export UFS_CONFIGURE=ufs.configure.s2sw_fast_esmf.IN +export UFS_CONFIGURE=ufs.configure.s2sw_fast.IN export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_debug_p8 b/tests/tests/cpld_debug_p8 index 663e21eccf..4c1ca3a24a 100644 --- a/tests/tests/cpld_debug_p8 +++ b/tests/tests/cpld_debug_p8 @@ -81,6 +81,10 @@ if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then WLCLK=40 fi +if [[ $MACHINE_ID = gaeac6 ]] ; then + TPN=96 +fi + export K_SPLIT=4 export N_SPLIT=5 diff --git a/tests/tests/cpld_debug_pdlib_p8 b/tests/tests/cpld_debug_pdlib_p8 index 43ac0ebc3b..685c8d4b57 100644 --- a/tests/tests/cpld_debug_pdlib_p8 +++ b/tests/tests/cpld_debug_pdlib_p8 @@ -96,7 +96,7 @@ export WW3_MODDEF=mod_def.exp.${WW3_DOMAIN} export DIAG_TABLE=diag_table_template export FIELD_TABLE=field_table_thompson_noaero_tke -export UFS_CONFIGURE=ufs.configure.s2sw_fast_esmf.IN +export UFS_CONFIGURE=ufs.configure.s2sw_fast.IN export FV3_RUN=cpld_control_run.IN @@ -109,7 +109,10 @@ fi if [[ $MACHINE_ID = orion ]]; then WLCLK=50 fi -if [[ $MACHINE_ID = gaea ]]; then +if [[ $MACHINE_ID = gaeac5 ]]; then + WLCLK=50 +fi +if [[ $MACHINE_ID = gaeac6 ]] && [[ $RT_COMPILER = intelllvm ]]; then WLCLK=50 fi if [[ $MACHINE_ID = wcoss2 ]]; then diff --git a/tests/tests/cpld_decomp_p8 b/tests/tests/cpld_decomp_p8 index 382960bfc1..515b922ea4 100644 --- a/tests/tests/cpld_decomp_p8 +++ b/tests/tests/cpld_decomp_p8 @@ -87,7 +87,7 @@ export eps_imesh=2.5e-1 export FV3_RUN=cpld_control_run.IN -if [[ $MACHINE_ID = derecho ]]; then +if [[ $MACHINE_ID = derecho ]] || [[ $MACHINE_ID = gaeac6 ]]; then TPN=96 fi diff --git a/tests/tests/cpld_mpi_p8 b/tests/tests/cpld_mpi_p8 index 8c9244e675..884acdd47f 100644 --- a/tests/tests/cpld_mpi_p8 +++ b/tests/tests/cpld_mpi_p8 @@ -87,7 +87,7 @@ export eps_imesh=2.5e-1 export FV3_RUN=cpld_control_run.IN -if [[ $MACHINE_ID = derecho ]]; then +if [[ $MACHINE_ID = derecho ]] || [[ $MACHINE_ID = gaeac6 ]]; then TPN=96 fi diff --git a/tests/tests/cpld_mpi_pdlib_p8 b/tests/tests/cpld_mpi_pdlib_p8 index 5afb46a3de..2c0b91ac34 100644 --- a/tests/tests/cpld_mpi_pdlib_p8 +++ b/tests/tests/cpld_mpi_pdlib_p8 @@ -104,7 +104,7 @@ export WW3_MODDEF=mod_def.exp.${WW3_DOMAIN} export DIAG_TABLE=diag_table_template export FIELD_TABLE=field_table_thompson_noaero_tke -export UFS_CONFIGURE=ufs.configure.s2sw_fast_esmf.IN +export UFS_CONFIGURE=ufs.configure.s2sw_fast.IN export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_restart_c48 b/tests/tests/cpld_restart_c48 index 4803fd5f46..7507d0f492 100644 --- a/tests/tests/cpld_restart_c48 +++ b/tests/tests/cpld_restart_c48 @@ -168,7 +168,7 @@ export eps_imesh=4.0e-1 export DIAG_TABLE=diag_table_template export FIELD_TABLE=field_table_thompson_noaero_tke -export UFS_CONFIGURE=ufs.configure.s2s_esmf.IN +export UFS_CONFIGURE=ufs.configure.s2s.IN export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_restart_p8 b/tests/tests/cpld_restart_p8 index 0409d3d20d..fc7d2348fb 100644 --- a/tests/tests/cpld_restart_p8 +++ b/tests/tests/cpld_restart_p8 @@ -93,7 +93,7 @@ export CICE_DIAGFREQ=`expr $((FHMAX-$FHROT)) \* 3600 / $DT_CICE` export FV3_RUN=cpld_control_run.IN -if [[ $MACHINE_ID = derecho ]]; then +if [[ $MACHINE_ID = derecho ]] || [[ $MACHINE_ID = gaeac6 ]]; then TPN=96 fi diff --git a/tests/tests/cpld_restart_pdlib_p8 b/tests/tests/cpld_restart_pdlib_p8 index 8ca61d4e3a..9a3ea199d5 100644 --- a/tests/tests/cpld_restart_pdlib_p8 +++ b/tests/tests/cpld_restart_pdlib_p8 @@ -108,7 +108,7 @@ export WW3_MODDEF=mod_def.exp.${WW3_DOMAIN} export DIAG_TABLE=diag_table_template export FIELD_TABLE=field_table_thompson_noaero_tke -export UFS_CONFIGURE=ufs.configure.s2sw_fast_esmf.IN +export UFS_CONFIGURE=ufs.configure.s2sw_fast.IN export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_restart_qr_p8 b/tests/tests/cpld_restart_qr_p8 index e1d8b85d16..cf0967282a 100644 --- a/tests/tests/cpld_restart_qr_p8 +++ b/tests/tests/cpld_restart_qr_p8 @@ -100,3 +100,7 @@ export N_SPLIT=5 # HR4 GFSv17 GWD update export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. + +if [[ $MACHINE_ID = gaeac6 ]]; then + TPN=96 +fi diff --git a/tests/tests/cpld_s2sa_p8 b/tests/tests/cpld_s2sa_p8 index a9fba26d01..80fc63eb56 100644 --- a/tests/tests/cpld_s2sa_p8 +++ b/tests/tests/cpld_s2sa_p8 @@ -75,7 +75,7 @@ export MOM6_ALLOW_LANDMASK_CHANGES=True export eps_imesh=2.5e-1 export DIAG_TABLE=diag_table_template -export UFS_CONFIGURE=ufs.configure.s2sa_esmf.IN +export UFS_CONFIGURE=ufs.configure.s2sa.IN export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_warmstart_c48 b/tests/tests/cpld_warmstart_c48 index 8f65c964de..0ba17be79d 100644 --- a/tests/tests/cpld_warmstart_c48 +++ b/tests/tests/cpld_warmstart_c48 @@ -165,7 +165,7 @@ export eps_imesh=4.0e-1 export DIAG_TABLE=diag_table_template export FIELD_TABLE=field_table_thompson_noaero_tke -export UFS_CONFIGURE=ufs.configure.s2s_esmf.IN +export UFS_CONFIGURE=ufs.configure.s2s.IN export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/hrrr_control_2threads b/tests/tests/hrrr_control_2threads index a74ab76253..f326a8bb72 100644 --- a/tests/tests/hrrr_control_2threads +++ b/tests/tests/hrrr_control_2threads @@ -61,3 +61,8 @@ export JNPES=$JNPES_thrd export WRTTASK_PER_GROUP=6 export RESTART_INTERVAL="6 -1" export OUTPUT_FH='0 09 12' + +ESMF_THREADING=false +if [[ $MACHINE_ID = hercules ]] && [[ $RT_COMPILER = gnu ]]; then + ESMF_THREADING=true +fi diff --git a/tests/tests/hrrr_control_2threads_dyn32_phy32 b/tests/tests/hrrr_control_2threads_dyn32_phy32 index a92253d796..9ad003f954 100644 --- a/tests/tests/hrrr_control_2threads_dyn32_phy32 +++ b/tests/tests/hrrr_control_2threads_dyn32_phy32 @@ -62,3 +62,8 @@ export JNPES=$JNPES_thrd export WRTTASK_PER_GROUP=6 export RESTART_INTERVAL="6 -1" export OUTPUT_FH='0 09 12' + +ESMF_THREADING=false +if [[ $MACHINE_ID = hercules ]] && [[ $RT_COMPILER = gnu ]]; then + ESMF_THREADING=true +fi diff --git a/tests/tests/rap_2threads b/tests/tests/rap_2threads index ab5fdac9d6..0d0f72bb52 100644 --- a/tests/tests/rap_2threads +++ b/tests/tests/rap_2threads @@ -61,3 +61,11 @@ export atm_omp_num_threads=2 export INPES=$INPES_thrd export JNPES=$JNPES_thrd export WRTTASK_PER_GROUP=6 + +ESMF_THREADING=false +THRD=$atm_omp_num_threads +if [[ $MACHINE_ID = hercules ]] && [[ $RT_COMPILER = gnu ]]; then + ESMF_THREADING=true + WLCLK=50 + TPN=28 +fi diff --git a/tests/tests/rap_2threads_dyn32_phy32 b/tests/tests/rap_2threads_dyn32_phy32 index 8642231ad1..ba91e53a11 100644 --- a/tests/tests/rap_2threads_dyn32_phy32 +++ b/tests/tests/rap_2threads_dyn32_phy32 @@ -62,3 +62,9 @@ export atm_omp_num_threads=2 export INPES=$INPES_thrd export JNPES=$JNPES_thrd export WRTTASK_PER_GROUP=6 + +ESMF_THREADING=false +THRD=$atm_omp_num_threads +if [[ $MACHINE_ID = hercules ]] && [[ $RT_COMPILER = gnu ]]; then + ESMF_THREADING=true +fi diff --git a/tests/tests/regional_2threads b/tests/tests/regional_2threads index 9d3e3d5ce3..0dbf5efc75 100644 --- a/tests/tests/regional_2threads +++ b/tests/tests/regional_2threads @@ -43,3 +43,6 @@ export OUTPUT_FH="3 -1" WRITE_GROUP=1 WRTTASK_PER_GROUP=10 NTILES=1 + +ESMF_THREADING=false +THRD=$atm_omp_num_threads diff --git a/tests/tests/regional_atmaq b/tests/tests/regional_atmaq index df4603f299..68d0f30739 100644 --- a/tests/tests/regional_atmaq +++ b/tests/tests/regional_atmaq @@ -99,6 +99,6 @@ export CCPP_SUITE=FV3_GFS_v15p2 if [[ $MACHINE_ID = hera ]]; then TPN=30 -elif [[ $MACHINE_ID = gaea ]]; then +elif [[ $MACHINE_ID = gaeac5 ]]; then TPN=16 fi diff --git a/tests/tests/regional_atmaq_debug b/tests/tests/regional_atmaq_debug index 30783d3b52..e45187a264 100644 --- a/tests/tests/regional_atmaq_debug +++ b/tests/tests/regional_atmaq_debug @@ -98,6 +98,8 @@ export CCPP_SUITE=FV3_GFS_v15p2 if [[ $MACHINE_ID = hera ]]; then TPN=30 WLCLK=60 -elif [[ $MACHINE_ID = gaea ]]; then +elif [[ $MACHINE_ID = gaeac5 ]]; then TPN=16 +elif [[ $MACHINE_ID = gaeac6 ]]; then + TPN=128 fi diff --git a/tests/tests/regional_atmaq_faster b/tests/tests/regional_atmaq_faster index 6ccb25375a..17491bc515 100644 --- a/tests/tests/regional_atmaq_faster +++ b/tests/tests/regional_atmaq_faster @@ -93,6 +93,6 @@ export CCPP_SUITE=FV3_GFS_v15p2 if [[ $MACHINE_ID = hera ]]; then TPN=30 -elif [[ $MACHINE_ID = gaea ]]; then +elif [[ $MACHINE_ID = gaeac5 ]]; then TPN=18 fi diff --git a/tests/tests/regional_debug b/tests/tests/regional_debug index f4f6326b90..13f2e328cd 100644 --- a/tests/tests/regional_debug +++ b/tests/tests/regional_debug @@ -41,6 +41,11 @@ if [[ " hera orion hercules jet " =~ " ${MACHINE_ID} " ]] ; then ZSTANDARD_LEVEL=5 fi -if [[ $MACHINE_ID = gaea && $RT_COMPILER = intelllvm ]]; then +if [[ $MACHINE_ID = gaeac5 && $RT_COMPILER = intelllvm ]]; then WLCLK=50 fi + +if [[ $MACHINE_ID = gaeac6 && $RT_COMPILER = intelllvm ]]; then + WLCLK=50 +fi +