diff --git a/UFSATM b/UFSATM index c230e5cac2..12be1f2ef8 160000 --- a/UFSATM +++ b/UFSATM @@ -1 +1 @@ -Subproject commit c230e5cac2a5c969055fa9b907ebf8a5ccfd6df0 +Subproject commit 12be1f2ef83c9de858899845ad0e6405ce0fc236 diff --git a/modulefiles/ufs_gaeac6.intel.lua b/modulefiles/ufs_gaeac6.intel.lua index bb0c3e46b7..0bde6514d3 100644 --- a/modulefiles/ufs_gaeac6.intel.lua +++ b/modulefiles/ufs_gaeac6.intel.lua @@ -1,19 +1,23 @@ 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. + on the NOAA RDHPC machine Gaea C6 using Intel-2024.2.1. ]]) 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.9.2/envs/ue-intel-2023.2.0/install/modulefiles/Core") +prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core") +prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.32-64uo344/gcc/12.3.0") prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/modulefiles") -stack_intel_ver=os.getenv("stack_intel_ver") or "2023.2.0" -load(pathJoin("stack-intel", stack_intel_ver)) +stack_intel_ver=os.getenv("stack_intel_ver") or "2024.2.1" +load(pathJoin("stack-oneapi", stack_intel_ver)) -stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.30" +stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.32" load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver)) +libfabric_ver="1.20.1" +load(pathJoin("libfabric", libfabric_ver)) + stack_python_ver=os.getenv("stack_python_ver") or "3.11.7" load(pathJoin("stack-python", stack_python_ver)) @@ -27,7 +31,6 @@ 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") diff --git a/modulefiles/ufs_gaeac6.intelllvm.lua b/modulefiles/ufs_gaeac6.intelllvm.lua index 16af4a20d6..32167ccbb8 100644 --- a/modulefiles/ufs_gaeac6.intelllvm.lua +++ b/modulefiles/ufs_gaeac6.intelllvm.lua @@ -1,19 +1,23 @@ 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. + on the NOAA RDHPC machine Gaea C6 using Intel-2024.2.1. ]]) 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.9.2/envs/ue-intel-2023.2.0/install/modulefiles/Core") +prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core") +prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.32-64uo344/gcc/12.3.0") prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/modulefiles") -stack_intel_ver=os.getenv("stack_intel_ver") or "2023.2.0" -load(pathJoin("stack-intel", stack_intel_ver)) +stack_intel_ver=os.getenv("stack_intel_ver") or "2024.2.1" +load(pathJoin("stack-oneapi", stack_intel_ver)) -stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.30" +stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.32" load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver)) +libfabric_ver="1.20.1" +load(pathJoin("libfabric", libfabric_ver)) + stack_python_ver=os.getenv("stack_python_ver") or "3.11.7" load(pathJoin("stack-python", stack_python_ver)) @@ -27,10 +31,6 @@ 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") diff --git a/tests/compile.sh b/tests/compile.sh index 3b54cb6c78..774666772a 100755 --- a/tests/compile.sh +++ b/tests/compile.sh @@ -64,9 +64,7 @@ case ${MACHINE_ID} in if [[ ${MACHINE_ID} == gaeac5 ]]; then module reset fi - if [[ ${MACHINE_ID} == gaeac6 ]]; then - module reset - elif [[ ${MACHINE_ID} == container ]]; then + if [[ ${MACHINE_ID} == container ]]; then source /usr/lmod/lmod/init/bash module purge elif [[ ${MACHINE_ID} == hercules ]]; then diff --git a/tests/logs/RegressionTests_gaeac6.log b/tests/logs/RegressionTests_gaeac6.log index dc7e2a4beb..5a0e34f7da 100644 --- a/tests/logs/RegressionTests_gaeac6.log +++ b/tests/logs/RegressionTests_gaeac6.log @@ -44,9 +44,715 @@ BASELINE DIRECTORY: /gpfs/f6/bil-fire8/world-shared/role.epic/UFS-WM_RT/NEMSfv3g COMPARISON DIRECTORY: /gpfs/f6/bil-fire8/proj-shared/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_183925 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: bil-fire8 +* (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW +PASS -- COMPILE 's2swa_32bit_intel' [09:16, 08:04] ( 1044 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8_mixedmode_intel' [, ]( MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [15:10, 13:40] ( 1042 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_gfsv17_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_control_gfsv17_iau_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_gfsv17_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_gfsv17_iau_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_mpi_gfsv17_intel' [, ]( MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [15:10, 13:38] ( 1042 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_sfs_intel' [, ]( MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:10, 03:12] ( 1554 warnings 2933 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_debug_gfsv17_intel' [, ]( MB) + +PASS -- COMPILE 's2swa_intel' [13:23, 11:26] ( 1044 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8.v2.sfc_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_qr_p8_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_qr_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_2threads_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_decomp_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_mpi_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_ciceC_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_c192_p8_intel' [, ]( MB) + +PASS -- COMPILE 's2swal_intel' [10:13, 08:25] ( 1065 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8_lnd_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_p8_lnd_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_s2sa_p8_intel' [, ]( MB) + +PASS -- COMPILE 's2sw_intel' [09:12, 08:05] ( 1012 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_noaero_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_nowave_noaero_p8_intel' [, ]( MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:10, 03:17] ( 1444 warnings 2183 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_debug_p8_intel' [, ]( MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:10, 03:12] ( 1444 warnings 2165 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_debug_noaero_p8_intel' [, ]( MB) + +PASS -- COMPILE 's2s_aoflux_intel' [08:10, 06:29] ( 948 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_noaero_p8_agrid_intel' [, ]( MB) + +PASS -- COMPILE 's2swa_faster_intel' [11:10, 09:21] ( 1030 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8_faster_intel' [, ]( MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [15:10, 13:08] ( 1035 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_pdlib_p8_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_pdlib_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_mpi_pdlib_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_c48_5deg_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_warmstart_c48_5deg_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_c48_5deg_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_c24_5deg_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_warmstart_c24_5deg_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_c24_5deg_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_c24_9deg_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_warmstart_c24_9deg_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_c24_9deg_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_c12_9deg_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_warmstart_c12_9deg_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_c12_9deg_intel' [, ]( MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:11, 03:00] ( 1554 warnings 2915 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_debug_pdlib_p8_intel' [, ]( MB) + +PASS -- COMPILE 'atm_dyn32_intel' [10:10, 08:16] ( 501 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_flake_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_CubedSphereGrid_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_CubedSphereGrid_parallel_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_latlon_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wrtGauss_netcdf_parallel_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_c48_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_c48.v2.sfc_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_c48_lnd_iau_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_c192_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_c384_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_c384gdas_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_stochy_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'control_stochy_restart_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_lndp_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_iovr4_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_iovr4_gfdlmpv3_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_iovr5_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8.v2.sfc_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_ugwpv1_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_ugwpv1_tempo_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'control_restart_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_noqr_p8_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'control_restart_noqr_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_decomp_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_2threads_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_lndp_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_rrtmgp_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_mynn_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'merra2_thompson_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'merra2_hf_thompson_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_control_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'regional_restart_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_decomp_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_2threads_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_noquilt_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_netcdf_parallel_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_2dwrtdecomp_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_wofs_intel' [, ]( MB) + +PASS -- COMPILE 'rrfs_intel' [09:12, 07:30] ( 3 warnings 448 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_control_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_spp_sppt_shum_skeb_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_decomp_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_2threads_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'rap_restart_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_sfcdiff_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_sfcdiff_decomp_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'rap_sfcdiff_restart_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_decomp_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_2threads_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'hrrr_control_restart_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rrfs_v1beta_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rrfs_v1nssl_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [, ]( MB) + +PASS -- COMPILE 'csawmg_intel' [09:16, 07:40] ( 417 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_csawmg_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_ras_intel' [, ]( MB) + +PASS -- COMPILE 'wam_intel' [08:12, 06:34] ( 395 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wam_intel' [, ]( MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [08:11, 06:44] ( 411 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_faster_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_control_faster_intel' [, ]( MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 03:07] ( 902 warnings 589 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_CubedSphereGrid_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_stochy_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_lndp_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_csawmg_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_ras_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_diag_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_debug_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_control_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_gf_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_c3_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_unified_drag_suite_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_diag_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_cires_ugwp_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_unified_ugwp_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_lndp_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_progcld_thompson_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_noah_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_sfcdiff_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_clm_lake_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_flake_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'gnv1_c96_no_nest_debug_intel' [, ]( MB) + +PASS -- COMPILE 'wam_debug_intel' [03:10, 01:56] ( 859 warnings 395 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wam_debug_intel' [, ]( MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:10, 05:50] ( 3 warnings 415 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_control_dyn32_phy32_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_dyn32_phy32_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_2threads_dyn32_phy32_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'rap_restart_dyn32_phy32_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [, ]( MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [07:10, 05:17] ( 3 warnings 392 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_control_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_2threads_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_decomp_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'conus13km_restart_intel' [, ]( MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:10, 05:38] ( 3 warnings 415 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_control_dyn64_phy32_intel' [, ]( MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:10, 02:02] ( 793 warnings 421 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_control_debug_dyn32_phy32_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_debug_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_debug_qr_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_debug_2threads_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_debug_decomp_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_radar_tten_debug_intel' [, ]( MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:10, 02:01] ( 793 warnings 415 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_control_dyn64_phy32_debug_intel' [, ]( MB) + +PASS -- COMPILE 'hafsw_intel' [09:10, 07:56] ( 695 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_atm_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_atm_ocn_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_atm_wav_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_atm_ocn_wav_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_1nest_atm_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_global_1nest_atm_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_global_multiple_4nests_atm_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_global_storm_following_1nest_atm_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'gnv1_nested_intel' [, ]( MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:10, 02:15] ( 1499 warnings 2057 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [, ]( MB) + +PASS -- COMPILE 'hafsw_faster_intel' [09:10, 07:37] ( 660 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [, ]( MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [09:10, 07:43] ( 928 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [, ]( MB) + +PASS -- COMPILE 'hafs_all_intel' [09:10, 07:35] ( 637 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_docn_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_docn_oisst_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_datm_cdeps_intel' [, ]( MB) + +PASS -- COMPILE 'datm_cdeps_intel' [06:10, 05:05] ( 561 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_control_cfsr_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'datm_cdeps_restart_cfsr_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_control_gefs_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_iau_gefs_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_stochy_gefs_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_ciceC_cfsr_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_bulk_cfsr_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_bulk_gefs_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_mx025_cfsr_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_mx025_gefs_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_gfs_intel' [, ]( MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 02:11] ( 4 warnings 561 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_debug_cfsr_intel' [, ]( MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:10, 05:12] ( 561 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_control_cfsr_faster_intel' [, ]( MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:37] ( 126 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_lnd_gswp3_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_lnd_era5_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'datm_cdeps_lnd_era5_rst_intel' [, ]( MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [09:10, 07:40] ( 611 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'atm_ds2s_docn_pcice_intel' [, ]( MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:10, 05:35] ( 499 remarks ) +FAILED: UNABLE TO START TEST -- TEST 'atm_ds2s_docn_dice_intel' [, ]( MB) + +PASS -- COMPILE 'atml_intel' [08:10, 06:09] ( 8 warnings 552 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_atmlnd_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'control_restart_p8_atmlnd_intel' [, ]( MB) + +PASS -- COMPILE 'atml_debug_intel' [04:10, 02:37] ( 907 warnings 552 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_atmlnd_debug_intel' [, ]( MB) + +PASS -- COMPILE 'atmw_intel' [09:10, 07:11] ( 520 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'atmwav_control_noaero_p8_intel' [, ]( MB) + +PASS -- COMPILE 'atmaero_intel' [07:10, 05:32] ( 413 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'atmaero_control_p8_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'atmaero_control_p8_rad_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'atmaero_control_p8_rad_micro_intel' [, ]( MB) + +PASS -- COMPILE 'atmaq_intel' [07:10, 05:22] ( 8 warnings 610 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_atmaq_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_atmaq_canopy_intel' [, ]( MB) + +PASS -- COMPILE 'atmaq_debug_intel' [03:10, 02:02] ( 884 warnings 610 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'regional_atmaq_debug_intel' [, ]( MB) + +PASS -- COMPILE 'atm_fbh_intel' [07:10, 05:20] ( 3 warnings 422 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_regional_atm_fbh_intel' [, ]( MB) + +SYNOPSIS: +Starting Date/Time: 20251008 12:27:56 +Ending Date/Time: 20251008 14:44:04 +Total Time: 02h:16m:29s +Compiles Completed: 43/43 +Tests Completed: 0/204 +Failed Tests: +* TEST cpld_control_p8_mixedmode_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_p8_mixedmode_intel.log +* TEST cpld_control_gfsv17_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_gfsv17_intel.log +* TEST cpld_control_gfsv17_iau_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_restart_gfsv17_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_restart_gfsv17_iau_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_mpi_gfsv17_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_mpi_gfsv17_intel.log +* TEST cpld_control_sfs_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_sfs_intel.log +* TEST cpld_debug_gfsv17_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_debug_gfsv17_intel.log +* TEST cpld_control_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_p8_intel.log +* TEST cpld_control_p8.v2.sfc_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_p8.v2.sfc_intel.log +* TEST cpld_restart_p8_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_control_qr_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_qr_p8_intel.log +* TEST cpld_restart_qr_p8_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_2threads_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_2threads_p8_intel.log +* TEST cpld_decomp_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_decomp_p8_intel.log +* TEST cpld_mpi_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_mpi_p8_intel.log +* TEST cpld_control_ciceC_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_ciceC_p8_intel.log +* TEST cpld_control_c192_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_c192_p8_intel.log +* TEST cpld_control_p8_lnd_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_p8_lnd_intel.log +* TEST cpld_restart_p8_lnd_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_s2sa_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_s2sa_p8_intel.log +* TEST cpld_control_noaero_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_noaero_p8_intel.log +* TEST cpld_control_nowave_noaero_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_nowave_noaero_p8_intel.log +* TEST cpld_debug_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_debug_p8_intel.log +* TEST cpld_debug_noaero_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_debug_noaero_p8_intel.log +* TEST cpld_control_noaero_p8_agrid_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_noaero_p8_agrid_intel.log +* TEST cpld_control_p8_faster_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_p8_faster_intel.log +* TEST cpld_control_pdlib_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_pdlib_p8_intel.log +* TEST cpld_restart_pdlib_p8_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_mpi_pdlib_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_mpi_pdlib_p8_intel.log +* TEST cpld_control_c48_5deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_c48_5deg_intel.log +* TEST cpld_warmstart_c48_5deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_warmstart_c48_5deg_intel.log +* TEST cpld_restart_c48_5deg_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_control_c24_5deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_c24_5deg_intel.log +* TEST cpld_warmstart_c24_5deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_warmstart_c24_5deg_intel.log +* TEST cpld_restart_c24_5deg_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_control_c24_9deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_c24_9deg_intel.log +* TEST cpld_warmstart_c24_9deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_warmstart_c24_9deg_intel.log +* TEST cpld_restart_c24_9deg_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_control_c12_9deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_control_c12_9deg_intel.log +* TEST cpld_warmstart_c12_9deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_warmstart_c12_9deg_intel.log +* TEST cpld_restart_c12_9deg_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_debug_pdlib_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_debug_pdlib_p8_intel.log +* TEST control_flake_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_flake_intel.log +* TEST control_CubedSphereGrid_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_CubedSphereGrid_intel.log +* TEST control_CubedSphereGrid_parallel_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_CubedSphereGrid_parallel_intel.log +* TEST control_latlon_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_latlon_intel.log +* TEST control_wrtGauss_netcdf_parallel_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_wrtGauss_netcdf_parallel_intel.log +* TEST control_c48_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_c48_intel.log +* TEST control_c48.v2.sfc_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_c48.v2.sfc_intel.log +* TEST control_c48_lnd_iau_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_c48_lnd_iau_intel.log +* TEST control_c192_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_c192_intel.log +* TEST control_c384_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_c384_intel.log +* TEST control_c384gdas_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_c384gdas_intel.log +* TEST control_stochy_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_stochy_intel.log +* TEST control_stochy_restart_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST control_lndp_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_lndp_intel.log +* TEST control_iovr4_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_iovr4_intel.log +* TEST control_iovr4_gfdlmpv3_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_iovr4_gfdlmpv3_intel.log +* TEST control_iovr5_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_iovr5_intel.log +* TEST control_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_intel.log +* TEST control_p8.v2.sfc_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8.v2.sfc_intel.log +* TEST control_p8_ugwpv1_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_ugwpv1_intel.log +* TEST control_p8_ugwpv1_tempo_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_ugwpv1_tempo_intel.log +* TEST control_p8_ugwpv1_tempo_aerosol_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_ugwpv1_tempo_aerosol_intel.log +* TEST control_p8_ugwpv1_tempo_aerosol_hail_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_ugwpv1_tempo_aerosol_hail_intel.log +* TEST control_restart_p8_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST control_noqr_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_noqr_p8_intel.log +* TEST control_restart_noqr_p8_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST control_decomp_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_decomp_p8_intel.log +* TEST control_2threads_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_2threads_p8_intel.log +* TEST control_p8_lndp_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_lndp_intel.log +* TEST control_p8_rrtmgp_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_rrtmgp_intel.log +* TEST control_p8_mynn_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_mynn_intel.log +* TEST merra2_thompson_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_merra2_thompson_intel.log +* TEST merra2_hf_thompson_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_merra2_hf_thompson_intel.log +* TEST regional_control_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_control_intel.log +* TEST regional_restart_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST regional_decomp_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_decomp_intel.log +* TEST regional_2threads_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_2threads_intel.log +* TEST regional_noquilt_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_noquilt_intel.log +* TEST regional_netcdf_parallel_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_netcdf_parallel_intel.log +* TEST regional_2dwrtdecomp_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_2dwrtdecomp_intel.log +* TEST regional_wofs_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_wofs_intel.log +* TEST rap_control_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_control_intel.log +* TEST regional_spp_sppt_shum_skeb_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_spp_sppt_shum_skeb_intel.log +* TEST rap_decomp_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_decomp_intel.log +* TEST rap_2threads_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_2threads_intel.log +* TEST rap_restart_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST rap_sfcdiff_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_sfcdiff_intel.log +* TEST rap_sfcdiff_decomp_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_sfcdiff_decomp_intel.log +* TEST rap_sfcdiff_restart_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST hrrr_control_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_control_intel.log +* TEST hrrr_control_decomp_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_control_decomp_intel.log +* TEST hrrr_control_2threads_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_control_2threads_intel.log +* TEST hrrr_control_restart_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST rrfs_v1beta_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rrfs_v1beta_intel.log +* TEST rrfs_v1nssl_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rrfs_v1nssl_intel.log +* TEST rrfs_v1nssl_nohailnoccn_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rrfs_v1nssl_nohailnoccn_intel.log +* TEST control_csawmg_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_csawmg_intel.log +* TEST control_ras_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_ras_intel.log +* TEST control_wam_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_wam_intel.log +* TEST control_p8_faster_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_faster_intel.log +* TEST regional_control_faster_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_control_faster_intel.log +* TEST control_CubedSphereGrid_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_CubedSphereGrid_debug_intel.log +* TEST control_wrtGauss_netcdf_parallel_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_wrtGauss_netcdf_parallel_debug_intel.log +* TEST control_stochy_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_stochy_debug_intel.log +* TEST control_lndp_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_lndp_debug_intel.log +* TEST control_csawmg_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_csawmg_debug_intel.log +* TEST control_ras_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_ras_debug_intel.log +* TEST control_diag_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_diag_debug_intel.log +* TEST control_debug_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_debug_p8_intel.log +* TEST regional_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_debug_intel.log +* TEST rap_control_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_control_debug_intel.log +* TEST hrrr_control_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_control_debug_intel.log +* TEST hrrr_gf_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_gf_debug_intel.log +* TEST hrrr_c3_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_c3_debug_intel.log +* TEST rap_unified_drag_suite_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_unified_drag_suite_debug_intel.log +* TEST rap_diag_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_diag_debug_intel.log +* TEST rap_cires_ugwp_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_cires_ugwp_debug_intel.log +* TEST rap_unified_ugwp_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_unified_ugwp_debug_intel.log +* TEST rap_lndp_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_lndp_debug_intel.log +* TEST rap_progcld_thompson_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_progcld_thompson_debug_intel.log +* TEST rap_noah_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_noah_debug_intel.log +* TEST rap_sfcdiff_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_sfcdiff_debug_intel.log +* TEST rap_noah_sfcdiff_cires_ugwp_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_noah_sfcdiff_cires_ugwp_debug_intel.log +* TEST rap_clm_lake_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_clm_lake_debug_intel.log +* TEST rap_flake_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_flake_debug_intel.log +* TEST gnv1_c96_no_nest_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_gnv1_c96_no_nest_debug_intel.log +* TEST control_wam_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_wam_debug_intel.log +* TEST regional_spp_sppt_shum_skeb_dyn32_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_spp_sppt_shum_skeb_dyn32_phy32_intel.log +* TEST rap_control_dyn32_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_control_dyn32_phy32_intel.log +* TEST hrrr_control_dyn32_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_control_dyn32_phy32_intel.log +* TEST rap_2threads_dyn32_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_2threads_dyn32_phy32_intel.log +* TEST hrrr_control_2threads_dyn32_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_control_2threads_dyn32_phy32_intel.log +* TEST hrrr_control_decomp_dyn32_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_control_decomp_dyn32_phy32_intel.log +* TEST rap_restart_dyn32_phy32_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST hrrr_control_restart_dyn32_phy32_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST conus13km_control_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_conus13km_control_intel.log +* TEST conus13km_2threads_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_conus13km_2threads_intel.log +* TEST conus13km_decomp_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_conus13km_decomp_intel.log +* TEST conus13km_restart_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST rap_control_dyn64_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_control_dyn64_phy32_intel.log +* TEST rap_control_debug_dyn32_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_control_debug_dyn32_phy32_intel.log +* TEST hrrr_control_debug_dyn32_phy32_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hrrr_control_debug_dyn32_phy32_intel.log +* TEST conus13km_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_conus13km_debug_intel.log +* TEST conus13km_debug_qr_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_conus13km_debug_qr_intel.log +* TEST conus13km_debug_2threads_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_conus13km_debug_2threads_intel.log +* TEST conus13km_debug_decomp_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_conus13km_debug_decomp_intel.log +* TEST conus13km_radar_tten_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_conus13km_radar_tten_debug_intel.log +* TEST rap_control_dyn64_phy32_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_rap_control_dyn64_phy32_debug_intel.log +* TEST hafs_regional_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_atm_intel.log +* TEST hafs_regional_atm_gfdlmpv3_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_atm_gfdlmpv3_intel.log +* TEST hafs_regional_atm_thompson_gfdlsf_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_atm_thompson_gfdlsf_intel.log +* TEST hafs_regional_atm_ocn_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_atm_ocn_intel.log +* TEST hafs_regional_atm_wav_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_atm_wav_intel.log +* TEST hafs_regional_atm_ocn_wav_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_atm_ocn_wav_intel.log +* TEST hafs_regional_1nest_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_1nest_atm_intel.log +* TEST hafs_regional_telescopic_2nests_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_telescopic_2nests_atm_intel.log +* TEST hafs_global_1nest_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_global_1nest_atm_intel.log +* TEST hafs_global_multiple_4nests_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_global_multiple_4nests_atm_intel.log +* TEST hafs_regional_specified_moving_1nest_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_specified_moving_1nest_atm_intel.log +* TEST hafs_regional_storm_following_1nest_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_storm_following_1nest_atm_intel.log +* TEST hafs_regional_storm_following_1nest_atm_ocn_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_storm_following_1nest_atm_ocn_intel.log +* TEST hafs_global_storm_following_1nest_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_global_storm_following_1nest_atm_intel.log +* TEST gnv1_nested_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_gnv1_nested_intel.log +* TEST hafs_regional_storm_following_1nest_atm_ocn_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_storm_following_1nest_atm_ocn_debug_intel.log +* TEST hafs_regional_storm_following_1nest_atm_ocn_wav_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_storm_following_1nest_atm_ocn_wav_intel.log +* TEST hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel.log +* TEST hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel.log +* TEST hafs_regional_docn_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_docn_intel.log +* TEST hafs_regional_docn_oisst_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_docn_oisst_intel.log +* TEST hafs_regional_datm_cdeps_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_hafs_regional_datm_cdeps_intel.log +* TEST datm_cdeps_control_cfsr_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_control_cfsr_intel.log +* TEST datm_cdeps_restart_cfsr_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST datm_cdeps_control_gefs_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_control_gefs_intel.log +* TEST datm_cdeps_iau_gefs_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_iau_gefs_intel.log +* TEST datm_cdeps_stochy_gefs_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_stochy_gefs_intel.log +* TEST datm_cdeps_ciceC_cfsr_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_ciceC_cfsr_intel.log +* TEST datm_cdeps_bulk_cfsr_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_bulk_cfsr_intel.log +* TEST datm_cdeps_bulk_gefs_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_bulk_gefs_intel.log +* TEST datm_cdeps_mx025_cfsr_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_mx025_cfsr_intel.log +* TEST datm_cdeps_mx025_gefs_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_mx025_gefs_intel.log +* TEST datm_cdeps_multiple_files_cfsr_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_multiple_files_cfsr_intel.log +* TEST datm_cdeps_3072x1536_cfsr_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_3072x1536_cfsr_intel.log +* TEST datm_cdeps_gfs_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_gfs_intel.log +* TEST datm_cdeps_debug_cfsr_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_debug_cfsr_intel.log +* TEST datm_cdeps_control_cfsr_faster_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_control_cfsr_faster_intel.log +* TEST datm_cdeps_lnd_gswp3_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_lnd_gswp3_intel.log +* TEST datm_cdeps_lnd_era5_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_datm_cdeps_lnd_era5_intel.log +* TEST datm_cdeps_lnd_era5_rst_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST atm_ds2s_docn_pcice_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_atm_ds2s_docn_pcice_intel.log +* TEST atm_ds2s_docn_dice_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST control_p8_atmlnd_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_atmlnd_intel.log +* TEST control_restart_p8_atmlnd_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST control_p8_atmlnd_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_control_p8_atmlnd_debug_intel.log +* TEST atmwav_control_noaero_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_atmwav_control_noaero_p8_intel.log +* TEST atmaero_control_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_atmaero_control_p8_intel.log +* TEST atmaero_control_p8_rad_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_atmaero_control_p8_rad_intel.log +* TEST atmaero_control_p8_rad_micro_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_atmaero_control_p8_rad_micro_intel.log +* TEST regional_atmaq_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_atmaq_intel.log +* TEST regional_atmaq_canopy_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_atmaq_canopy_intel.log +* TEST regional_atmaq_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_regional_atmaq_debug_intel.log +* TEST cpld_regional_atm_fbh_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/world-shared/Gillian.Petro/RTs/ufs-wm/2847/tests/logs/log_gaeac6/run_cpld_regional_atm_fbh_intel.log +======= PASS -- COMPILE 's2swa_32bit_intel' [10:11, 08:32] ( 1 warnings 5 remarks ) PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:45, 06:19](2013 MB) @@ -346,11 +1052,13 @@ Ending Date/Time: 20251008 14:53:40 Total Time: 01h:36m:50s Compiles Completed: 44/44 Tests Completed: 205/205 +>>>>>>> upstream/develop NOTES: -A file 'test_changes.list' was generated but is empty. +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. If you are using this log as a pull request verification, please commit 'test_changes.list'. -Result: SUCCESS +Result: FAILURE ====END OF GAEAC6 REGRESSION TESTING LOG==== diff --git a/tests/rt.sh b/tests/rt.sh index a8baa6e7e5..75cbf6789f 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -749,12 +749,14 @@ case ${MACHINE_ID} in fi export LD_PRELOAD=/usr/lib64/libstdc++.so.6 - module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-intel-2023.2.0/install/modulefiles/Core - module load stack-intel/2023.2.0 - module load cray-mpich/8.1.30 - module load python/3.11 + module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core + module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.32-64uo344/gcc/12.3.0 + module load stack-oneapi/2024.2.1 + module load cray-mpich/8.1.32 + module load libfabric/1.20.1 + module load python/3.11.7 + if [[ "${ECFLOW:-false}" == true ]] ; then - module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-intel-2023.2.0/install/modulefiles/gcc/12.3.0 module load ecflow/5.11.4 ECF_HOST=$(hostname) ECF_PORT=$(( $(id -u) + 1500 )) diff --git a/tests/run_test.sh b/tests/run_test.sh index e60fdd7486..121cc8d3f7 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -126,8 +126,10 @@ case ${MACHINE_ID} in module load nccmp/1.9.0.1 ;; gaeac6) - module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-intel-2023.2.0/install/modulefiles/Core - module load stack-intel/2023.2.0 stack-cray-mpich/8.1.30 + module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core + module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.32-64uo344/gcc/12.3.0 + module load stack-oneapi/2024.2.1 stack-cray-mpich/8.1.32 + module load libfabric/1.20.1 module load nccmp/1.9.0.1 #module use modulefiles #module load modules.fv3