From 317e5306a3c77edd2e949f6eebf7a02a602c4610 Mon Sep 17 00:00:00 2001 From: Dusan Jovic <48258889+DusanJovic-NOAA@users.noreply.github.com> Date: Tue, 28 May 2024 17:03:21 -0400 Subject: [PATCH] Allow diagnostic accumulation bucket to change in fv3atm integration + develop]: Minor documentation bug fixes #2296 (#2281) * UFSWM - Add new capability to allow diagnostic accumulation bucket to change in fv3atm integration * FV3 - Add new capability to allow diagnostic accumulation bucket to change in fv3atm integration * UFSWM - Update requirements.txt; fix EMC broken link in Glossary; fix sample rt.sh run command for single RT run (add compiler) --- FV3 | 2 +- doc/UsersGuide/requirements.txt | 12 +- doc/UsersGuide/source/BuildingAndRunning.rst | 4 +- doc/UsersGuide/source/Glossary.rst | 2 +- tests/bl_date.conf | 2 +- tests/logs/OpnReqTests_control_p8_hera.log | 62 +- ...sts_cpld_control_nowave_noaero_p8_hera.log | 226 ++--- .../OpnReqTests_regional_control_hera.log | 38 +- tests/logs/RegressionTests_acorn.log | 590 ++++++------- tests/logs/RegressionTests_derecho.log | 530 ++++++------ tests/logs/RegressionTests_gaea.log | 539 ++++++------ tests/logs/RegressionTests_hera.log | 768 ++++++++--------- tests/logs/RegressionTests_hercules.log | 776 ++++++++---------- tests/logs/RegressionTests_jet.log | 547 ++++++------ tests/logs/RegressionTests_orion.log | 556 +++++++------ tests/logs/RegressionTests_wcoss2.log | 460 +++++------ tests/test_changes.list | 150 +++- 17 files changed, 2537 insertions(+), 2727 deletions(-) diff --git a/FV3 b/FV3 index 70810f134f..b3640007c5 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 70810f134fda5cb5fbb8ace9b79fe263768671dc +Subproject commit b3640007c51c8899533e1b835940a2030a768fcc diff --git a/doc/UsersGuide/requirements.txt b/doc/UsersGuide/requirements.txt index 7c806c7579..6ec1ab1a49 100644 --- a/doc/UsersGuide/requirements.txt +++ b/doc/UsersGuide/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.9 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile requirements.in @@ -12,6 +12,8 @@ certifi==2024.2.2 # via requests charset-normalizer==3.3.2 # via requests +colorama==0.4.6 + # via sphinx docutils==0.20.1 # via # pybtex-docutils @@ -22,10 +24,6 @@ idna==3.7 # via requests imagesize==1.4.1 # via sphinx -importlib-metadata==7.0.1 - # via - # sphinx - # sphinxcontrib-bibtex jinja2==3.1.4 # via sphinx latexcodec==2.0.1 @@ -44,7 +42,7 @@ pygments==2.17.2 # via sphinx pyyaml==6.0.1 # via pybtex -requests==2.31.0 +requests==2.32.0 # via sphinx six==1.16.0 # via @@ -78,5 +76,3 @@ sphinxcontrib-serializinghtml==1.1.10 # via sphinx urllib3==2.2.1 # via requests -zipp==3.17.0 - # via importlib-metadata diff --git a/doc/UsersGuide/source/BuildingAndRunning.rst b/doc/UsersGuide/source/BuildingAndRunning.rst index 9cf2282c8e..02bfb2a846 100644 --- a/doc/UsersGuide/source/BuildingAndRunning.rst +++ b/doc/UsersGuide/source/BuildingAndRunning.rst @@ -582,7 +582,9 @@ To run a single test, users can try the following command instead of creating a .. code-block:: console - ./rt.sh -r -k -n control_p8 + ./rt.sh -r -k -n "control_p8 " + +where ```` is ``gnu`` or ``intel``. Troubleshooting ^^^^^^^^^^^^^^^^^^ diff --git a/doc/UsersGuide/source/Glossary.rst b/doc/UsersGuide/source/Glossary.rst index 4b54f0ae3c..0ac0044002 100644 --- a/doc/UsersGuide/source/Glossary.rst +++ b/doc/UsersGuide/source/Glossary.rst @@ -68,7 +68,7 @@ Glossary Global atmospheric model based on fluid dynamics principles, including Euler's equations of motion. EMC - The `Environmental Modeling Center `__ is one of :term:`NCEP`'s nine centers and leads the :term:`National Weather Service `'s modeling efforts. + The `Environmental Modeling Center `_ is one of :term:`NCEP`'s nine centers and leads the :term:`National Weather Service `'s modeling efforts. ESMF `Earth System Modeling Framework `__. The ESMF defines itself as "a suite of software tools for developing high-performance, multi-component Earth science modeling applications." It is a community-developed software infrastructure for building and coupling models. diff --git a/tests/bl_date.conf b/tests/bl_date.conf index 10f90f6d96..b6baf7dcba 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20240522 +export BL_DATE=20240524 diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index 343011c8f6..ad23006973 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Thu May 23 02:18:32 UTC 2024 +Mon May 27 22:00:37 UTC 2024 Start Operation Requirement Test -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1263645/bit_base_bit_base +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_4107210/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving sfcf000.nc .........OK @@ -51,14 +51,14 @@ Moving baseline bit_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 204.782273 - 0: The maximum resident set size (KB) = 1918420 + 0: The total amount of wall time = 205.513891 + 0: The maximum resident set size (KB) = 1943180 Test bit_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1263645/dbg_base_dbg_base +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_4107210/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf000.nc .........OK @@ -106,14 +106,14 @@ Moving baseline dbg_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 2007.430306 - 0: The maximum resident set size (KB) = 1871000 + 0: The total amount of wall time = 2010.182246 + 0: The maximum resident set size (KB) = 1915420 Test dbg_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1263645/dcp_dcp +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_4107210/dcp_dcp Checking test dcp results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -160,14 +160,14 @@ Checking test dcp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 177.403984 - 0: The maximum resident set size (KB) = 1878948 + 0: The total amount of wall time = 180.505311 + 0: The maximum resident set size (KB) = 1880708 Test dcp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1263645/mpi_mpi +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_4107210/mpi_mpi Checking test mpi results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -214,14 +214,14 @@ Checking test mpi results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 174.810235 - 0: The maximum resident set size (KB) = 1874436 + 0: The total amount of wall time = 179.641615 + 0: The maximum resident set size (KB) = 1872468 Test mpi PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1263645/rst_rst +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_4107210/rst_rst Checking test rst results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -268,14 +268,14 @@ Checking test rst results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 177.301718 - 0: The maximum resident set size (KB) = 1878152 + 0: The total amount of wall time = 176.094119 + 0: The maximum resident set size (KB) = 1904492 Test rst PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1263645/std_base_std_base +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_4107210/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf000.nc .........OK @@ -323,14 +323,14 @@ Moving baseline std_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 176.738736 - 0: The maximum resident set size (KB) = 1878320 + 0: The total amount of wall time = 175.552974 + 0: The maximum resident set size (KB) = 1897264 Test std_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1263645/thr_thr +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_4107210/thr_thr Checking test thr results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -377,11 +377,11 @@ Checking test thr results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 176.752293 - 0: The maximum resident set size (KB) = 1876656 + 0: The total amount of wall time = 175.416690 + 0: The maximum resident set size (KB) = 1900280 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Thu May 23 04:05:32 UTC 2024 -Elapsed time: 01h:47m:00s. Have a nice day! +Mon May 27 23:33:47 UTC 2024 +Elapsed time: 01h:33m:11s. 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 19d7b7298e..0dcb2693de 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,77 +1,79 @@ -Thu May 23 05:36:16 UTC 2024 +Tue May 28 14:50:49 UTC 2024 Start Operation Requirement Test -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3669994/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... - Moving sfcf021.tile1.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/sfcf021.tile1.nc - Moving sfcf021.tile2.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/sfcf021.tile2.nc - Moving sfcf021.tile3.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/sfcf021.tile3.nc - Moving sfcf021.tile4.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/sfcf021.tile4.nc - Moving sfcf021.tile5.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/sfcf021.tile5.nc - Moving sfcf021.tile6.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/sfcf021.tile6.nc - Moving atmf021.tile1.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/atmf021.tile1.nc - Moving atmf021.tile2.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/atmf021.tile2.nc - Moving atmf021.tile3.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/atmf021.tile3.nc - Moving atmf021.tile4.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/atmf021.tile4.nc - Moving atmf021.tile5.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/atmf021.tile5.nc - Moving atmf021.tile6.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/atmf021.tile6.nc - Moving sfcf024.tile1.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/sfcf024.tile1.nc - Moving sfcf024.tile2.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/sfcf024.tile2.nc - Moving sfcf024.tile3.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/sfcf024.tile3.nc - Moving sfcf024.tile4.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/sfcf024.tile4.nc - Moving sfcf024.tile5.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/sfcf024.tile5.nc - Moving sfcf024.tile6.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/sfcf024.tile6.nc - Moving atmf024.tile1.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/atmf024.tile1.nc - Moving atmf024.tile2.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/atmf024.tile2.nc - Moving atmf024.tile3.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/atmf024.tile3.nc - Moving atmf024.tile4.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/atmf024.tile4.nc - Moving atmf024.tile5.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/atmf024.tile5.nc - Moving atmf024.tile6.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/atmf024.tile6.nc - Moving RESTART/20210323.060000.coupler.res .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.coupler.res - Moving RESTART/20210323.060000.fv_core.res.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.fv_core.res.nc - Moving RESTART/20210323.060000.fv_core.res.tile1.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.fv_core.res.tile1.nc - Moving RESTART/20210323.060000.fv_core.res.tile2.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.fv_core.res.tile2.nc - Moving RESTART/20210323.060000.fv_core.res.tile3.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.fv_core.res.tile3.nc - Moving RESTART/20210323.060000.fv_core.res.tile4.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.fv_core.res.tile4.nc - Moving RESTART/20210323.060000.fv_core.res.tile5.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.fv_core.res.tile5.nc - Moving RESTART/20210323.060000.fv_core.res.tile6.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.fv_core.res.tile6.nc - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc - Moving RESTART/20210323.060000.fv_tracer.res.tile1.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.fv_tracer.res.tile1.nc - Moving RESTART/20210323.060000.fv_tracer.res.tile2.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.fv_tracer.res.tile2.nc - Moving RESTART/20210323.060000.fv_tracer.res.tile3.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.fv_tracer.res.tile3.nc - Moving RESTART/20210323.060000.fv_tracer.res.tile4.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.fv_tracer.res.tile4.nc - Moving RESTART/20210323.060000.fv_tracer.res.tile5.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.fv_tracer.res.tile5.nc - Moving RESTART/20210323.060000.fv_tracer.res.tile6.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.fv_tracer.res.tile6.nc - Moving RESTART/20210323.060000.phy_data.tile1.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.phy_data.tile1.nc - Moving RESTART/20210323.060000.phy_data.tile2.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.phy_data.tile2.nc - Moving RESTART/20210323.060000.phy_data.tile3.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.phy_data.tile3.nc - Moving RESTART/20210323.060000.phy_data.tile4.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.phy_data.tile4.nc - Moving RESTART/20210323.060000.phy_data.tile5.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.phy_data.tile5.nc - Moving RESTART/20210323.060000.phy_data.tile6.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.phy_data.tile6.nc - Moving RESTART/20210323.060000.sfc_data.tile1.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.sfc_data.tile1.nc - Moving RESTART/20210323.060000.sfc_data.tile2.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.sfc_data.tile2.nc - Moving RESTART/20210323.060000.sfc_data.tile3.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.sfc_data.tile3.nc - Moving RESTART/20210323.060000.sfc_data.tile4.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.sfc_data.tile4.nc - Moving RESTART/20210323.060000.sfc_data.tile5.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.sfc_data.tile5.nc - Moving RESTART/20210323.060000.sfc_data.tile6.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.sfc_data.tile6.nc - Moving RESTART/20210323.060000.MOM.res.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/20210323.060000.MOM.res.nc - Moving RESTART/iced.2021-03-23-21600.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/iced.2021-03-23-21600.nc - Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/dbg_base_dbg_base/RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc + Moving sfcf021.tile1.nc .........OK + Moving sfcf021.tile2.nc .........OK + Moving sfcf021.tile3.nc .........OK + Moving sfcf021.tile4.nc .........OK + Moving sfcf021.tile5.nc .........OK + Moving sfcf021.tile6.nc .........OK + Moving atmf021.tile1.nc .........OK + Moving atmf021.tile2.nc .........OK + Moving atmf021.tile3.nc .........OK + Moving atmf021.tile4.nc .........OK + Moving atmf021.tile5.nc .........OK + Moving atmf021.tile6.nc .........OK + Moving sfcf024.tile1.nc .........OK + Moving sfcf024.tile2.nc .........OK + Moving sfcf024.tile3.nc .........OK + Moving sfcf024.tile4.nc .........OK + Moving sfcf024.tile5.nc .........OK + Moving sfcf024.tile6.nc .........OK + Moving atmf024.tile1.nc .........OK + Moving atmf024.tile2.nc .........OK + Moving atmf024.tile3.nc .........OK + Moving atmf024.tile4.nc .........OK + Moving atmf024.tile5.nc .........OK + Moving atmf024.tile6.nc .........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 + Moving RESTART/20210323.060000.MOM.res.nc .........OK + Moving RESTART/iced.2021-03-23-21600.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + 0: The total amount of wall time = 1336.345357 + 0: The maximum resident set size (KB) = 1546880 -Test dbg_base FAIL +Test dbg_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/rst_rst +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3669994/rst_rst Checking test rst results .... Comparing sfcf021.tile1.nc .....USING NCCMP......OK Comparing sfcf021.tile2.nc .....USING NCCMP......OK @@ -133,14 +135,14 @@ Checking test rst results .... Comparing RESTART/iced.2021-03-23-21600.nc .....USING NCCMP......OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK - 0: The total amount of wall time = 258.637903 - 0: The maximum resident set size (KB) = 2032152 + 0: The total amount of wall time = 400.400364 + 0: The maximum resident set size (KB) = 1531504 Test rst PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2772204/std_base_std_base +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3669994/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf021.tile1.nc .........OK @@ -203,89 +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 = 258.716858 - 0: The maximum resident set size (KB) = 2039936 + 0: The total amount of wall time = 403.389360 + 0: The maximum resident set size (KB) = 1543876 Test std_base PASS -FAILED TESTS: -Test dbg_base failed in check_result failed -OPERATION REQUIREMENT TEST FAILED -Thu May 23 06:32:02 UTC 2024 -Elapsed time: 00h:55m:46s. Have a nice day! -Thu May 23 13:55:24 UTC 2024 -Start Operation Requirement Test - - -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1494048/dbg_base_dbg_base -Checking test dbg_base results .... -Moving baseline dbg_base files .... - Moving sfcf021.tile1.nc .........OK - Moving sfcf021.tile2.nc .........OK - Moving sfcf021.tile3.nc .........OK - Moving sfcf021.tile4.nc .........OK - Moving sfcf021.tile5.nc .........OK - Moving sfcf021.tile6.nc .........OK - Moving atmf021.tile1.nc .........OK - Moving atmf021.tile2.nc .........OK - Moving atmf021.tile3.nc .........OK - Moving atmf021.tile4.nc .........OK - Moving atmf021.tile5.nc .........OK - Moving atmf021.tile6.nc .........OK - Moving sfcf024.tile1.nc .........OK - Moving sfcf024.tile2.nc .........OK - Moving sfcf024.tile3.nc .........OK - Moving sfcf024.tile4.nc .........OK - Moving sfcf024.tile5.nc .........OK - Moving sfcf024.tile6.nc .........OK - Moving atmf024.tile1.nc .........OK - Moving atmf024.tile2.nc .........OK - Moving atmf024.tile3.nc .........OK - Moving atmf024.tile4.nc .........OK - Moving atmf024.tile5.nc .........OK - Moving atmf024.tile6.nc .........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 - Moving RESTART/20210323.060000.MOM.res.nc .........OK - 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 = 1345.304106 - 0: The maximum resident set size (KB) = 1531684 - -Test dbg_base PASS - OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Thu May 23 14:22:27 UTC 2024 -Elapsed time: 00h:27m:04s. Have a nice day! +Tue May 28 15:51:14 UTC 2024 +Elapsed time: 01h:00m:26s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 42e7c07e21..f5a0556e9d 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Thu May 23 04:24:55 UTC 2024 +Mon May 27 22:04:21 UTC 2024 Start Operation Requirement Test -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2270461/bit_base_bit_base +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2506150/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 = 411.087582 - 0: The maximum resident set size (KB) = 1241744 + 0: The total amount of wall time = 422.480958 + 0: The maximum resident set size (KB) = 1253628 Test bit_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2270461/dcp_dcp +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2506150/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 = 307.933520 - 0: The maximum resident set size (KB) = 1091112 + 0: The total amount of wall time = 309.312501 + 0: The maximum resident set size (KB) = 1099136 Test dcp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2270461/std_base_std_base +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2506150/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 = 314.245377 - 0: The maximum resident set size (KB) = 1087020 + 0: The total amount of wall time = 309.504865 + 0: The maximum resident set size (KB) = 1091976 Test std_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_2270461/thr_thr +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2506150/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 = 312.493346 - 0: The maximum resident set size (KB) = 1081560 + 0: The total amount of wall time = 311.713329 + 0: The maximum resident set size (KB) = 1100980 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Thu May 23 05:25:42 UTC 2024 -Elapsed time: 01h:00m:48s. Have a nice day! +Mon May 27 22:58:48 UTC 2024 +Elapsed time: 00h:54m:28s. Have a nice day! diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index 03b23ee8b5..f3c6203a57 100644 --- a/tests/logs/RegressionTests_acorn.log +++ b/tests/logs/RegressionTests_acorn.log @@ -1,7 +1,7 @@ ====START OF ACORN REGRESSION TESTING LOG==== UFSWM hash used in testing: -ac5a2eec5d0bdec070df19c3d3cb405bb32eb867 +c028fa43556f266cd1e672d315d9b64cc4346722 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 70810f134fda5cb5fbb8ace9b79fe263768671dc FV3 (70810f1) + 46093ebc3a5aa7c98c578ad4610ad378c2d9291b FV3 (remotes/origin/fhbucket) 061a73663f2bab9799eab7345c2ff8a34c789573 FV3/atmos_cubed_sphere (201912_public_release-394-g061a736) ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) - 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5254-g16a1d881) + 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -35,342 +35,270 @@ 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-20240522 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_113352 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240524 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_172479 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [11:24, 10:30] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [45:56, 01:19](3166 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:29, 15:54] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [40:51, 01:28](1886 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:02, 01:20](1912 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [21:39, 01:33](1034 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [40:52, 01:11](1861 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:30, 15:53] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [40:50, 00:47](1886 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:18, 04:18] ( 1526 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [52:03, 01:45](1906 MB) - -PASS -- COMPILE 's2swa_intel' [11:24, 10:29] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [45:56, 01:26](3203 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [45:56, 01:16](3196 MB) -PASS -- TEST 'cpld_restart_p8_intel' [37:37, 01:31](3129 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [45:56, 01:27](3217 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [33:38, 00:42](3149 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [45:56, 01:01](3428 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [45:56, 01:18](3192 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [45:57, 01:09](3141 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [45:56, 01:34](3201 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [45:56, 00:43](3178 MB) - -PASS -- COMPILE 's2sw_intel' [10:23, 09:55] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [46:57, 00:46](1890 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [46:57, 00:59](1956 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:23, 09:27] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [46:57, 00:57](1951 MB) - -PASS -- COMPILE 's2s_intel' [10:23, 09:28] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [46:56, 00:34](2930 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [46:56, 01:24](2936 MB) -PASS -- TEST 'cpld_restart_c48_intel' [43:02, 01:08](2328 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:33, 17:36] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [38:47, 01:49](3198 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:33, 17:58] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [38:47, 00:36](1894 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [21:02, 01:17](1069 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:51, 00:49](1864 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:16, 04:02] ( 1561 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [47:46, 01:27](1917 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [10:23, 09:37] ( 2 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [36:07, 00:57](640 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [34:35, 01:06](1535 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [34:27, 01:12](1545 MB) -PASS -- TEST 'control_latlon_intel' [33:39, 00:36](1544 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [32:06, 00:44](1545 MB) -PASS -- TEST 'control_c48_intel' [31:23, 00:32](1621 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [30:47, 00:36](741 MB) -PASS -- TEST 'control_c192_intel' [30:30, 01:12](1651 MB) -PASS -- TEST 'control_c384_intel' [29:34, 01:14](1971 MB) -PASS -- TEST 'control_c384gdas_intel' [26:13, 01:47](1155 MB) -PASS -- TEST 'control_stochy_intel' [25:54, 01:08](598 MB) -PASS -- TEST 'control_stochy_restart_intel' [16:24, 00:32](400 MB) -PASS -- TEST 'control_lndp_intel' [25:54, 01:15](596 MB) -PASS -- TEST 'control_iovr4_intel' [25:07, 01:09](588 MB) -PASS -- TEST 'control_iovr5_intel' [24:07, 00:23](590 MB) -PASS -- TEST 'control_p8_intel' [23:25, 01:12](1836 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [23:07, 00:58](1833 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [22:54, 01:08](1837 MB) -PASS -- TEST 'control_restart_p8_intel' [13:13, 00:51](966 MB) -PASS -- TEST 'control_noqr_p8_intel' [22:40, 00:56](1829 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [12:41, 01:09](976 MB) -PASS -- TEST 'control_decomp_p8_intel' [22:16, 01:08](1824 MB) -PASS -- TEST 'control_2threads_p8_intel' [20:50, 01:23](1919 MB) -PASS -- TEST 'control_p8_lndp_intel' [20:28, 01:07](1838 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [20:04, 00:59](1890 MB) -PASS -- TEST 'control_p8_mynn_intel' [19:36, 01:11](1845 MB) -PASS -- TEST 'merra2_thompson_intel' [18:53, 01:42](1838 MB) -PASS -- TEST 'regional_control_intel' [18:47, 00:13](877 MB) -PASS -- TEST 'regional_restart_intel' [13:07, 01:06](881 MB) -PASS -- TEST 'regional_decomp_intel' [18:34, 01:03](880 MB) -PASS -- TEST 'regional_2threads_intel' [18:30, 00:32](970 MB) -PASS -- TEST 'regional_noquilt_intel' [17:55, 00:14](1203 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [16:23, 00:38](877 MB) -PASS -- TEST 'regional_wofs_intel' [16:20, 00:34](1609 MB) - -PASS -- COMPILE 'ifi_intel' [09:23, 08:12] ( 1 warnings ) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'regional_ifi_control_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'regional_ifi_decomp_intel' [, ]( MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'regional_ifi_2threads_intel' [, ]( MB) - -PASS -- COMPILE 'rrfs_intel' [09:23, 09:09] ( 4 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [37:34, 01:50](977 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [37:35, 00:34](1156 MB) -PASS -- TEST 'rap_decomp_intel' [37:34, 01:19](976 MB) -PASS -- TEST 'rap_2threads_intel' [37:34, 01:16](1059 MB) -PASS -- TEST 'rap_restart_intel' [12:59, 01:23](843 MB) -PASS -- TEST 'rap_sfcdiff_intel' [37:34, 00:41](972 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [37:34, 01:03](973 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [12:53, 01:24](844 MB) -PASS -- TEST 'hrrr_control_intel' [37:34, 01:38](969 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [37:34, 01:59](971 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [37:35, 01:07](1051 MB) -PASS -- TEST 'hrrr_control_restart_intel' [12:40, 00:41](800 MB) -PASS -- TEST 'rrfs_v1beta_intel' [37:34, 01:17](971 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [37:34, 00:25](1935 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [37:33, 00:52](1923 MB) - -PASS -- COMPILE 'csawmg_intel' [09:24, 08:33] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [11:07, 00:43](929 MB) - -PASS -- COMPILE 'wam_intel' [08:21, 08:06] ( 1 warnings ) -PASS -- TEST 'control_wam_intel' [37:35, 00:54](333 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [16:29, 15:50] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [10:59, 01:15](1835 MB) -PASS -- TEST 'regional_control_faster_intel' [10:56, 00:13](874 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [08:22, 05:17] ( 885 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [09:47, 00:22](1561 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [09:24, 01:20](1560 MB) -PASS -- TEST 'control_stochy_debug_intel' [09:14, 00:34](766 MB) -PASS -- TEST 'control_lndp_debug_intel' [08:51, 01:11](766 MB) -PASS -- TEST 'control_csawmg_debug_intel' [08:46, 00:37](1077 MB) -PASS -- TEST 'control_ras_debug_intel' [08:29, 00:49](774 MB) -PASS -- TEST 'control_diag_debug_intel' [08:25, 01:07](1628 MB) -PASS -- TEST 'control_debug_p8_intel' [08:12, 00:34](1857 MB) -PASS -- TEST 'regional_debug_intel' [08:00, 00:09](924 MB) -PASS -- TEST 'rap_control_debug_intel' [07:43, 00:35](1148 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:29, 00:33](1143 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:54, 01:03](1143 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:44, 01:10](1143 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:10, 00:33](1148 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:47, 00:53](1230 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:51, 00:53](1148 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:49, 00:50](1146 MB) -PASS -- TEST 'rap_lndp_debug_intel' [04:45, 00:56](1145 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:43, 00:21](1146 MB) -PASS -- TEST 'rap_noah_debug_intel' [04:40, 00:28](1149 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [04:36, 00:53](1145 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [04:26, 00:16](1150 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [04:05, 00:33](1144 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [03:40, 00:51](1148 MB) -PASS -- TEST 'rap_flake_debug_intel' [03:11, 01:14](1146 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [02:45, 01:41](1151 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:20, 03:07] ( 856 warnings ) -PASS -- TEST 'control_wam_debug_intel' [02:35, 00:30](384 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:23, 08:27] ( 4 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [02:25, 00:48](1013 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [01:22, 01:20](851 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [00:43, 01:45](848 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [00:16, 01:19](909 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [00:03, 02:22](905 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [59:45, 01:26](846 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [52:10, 01:37](748 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [54:11, 00:50](728 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [27:41, 14:05] ( 4 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [59:27, 01:20](1058 MB) -PASS -- TEST 'conus13km_2threads_intel' [29:12, 00:25](1038 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [29:11, 00:48](940 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [22:36, 08:37] ( 4 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [59:19, 00:42](872 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [19:35, 03:31] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [59:16, 01:08](1019 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [59:13, 00:30](1023 MB) -PASS -- TEST 'conus13km_debug_intel' [58:51, 01:09](1114 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [58:32, 01:00](797 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [58:26, 00:39](1097 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [57:23, 01:03](1186 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [18:34, 03:24] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [57:17, 00:27](1047 MB) - -PASS -- COMPILE 'hafsw_intel' [25:42, 09:55] ( 2 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [57:19, 01:16](675 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [57:16, 00:59](1028 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [57:04, 01:52](723 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [56:31, 01:43](760 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [56:10, 02:09](772 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [54:37, 01:05](444 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [54:09, 01:57](464 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [53:45, 01:26](341 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [53:15, 02:35](403 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [53:09, 00:39](478 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [52:46, 01:22](478 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [52:44, 00:49](546 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [52:01, 00:20](372 MB) -PASS -- TEST 'gnv1_nested_intel' [51:56, 01:26](733 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [21:37, 03:42] ( 1468 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [51:28, 01:30](580 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [55:10, 17:16] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [39:22, 01:19](581 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [39:22, 01:07](753 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [48:02, 09:36] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [44:29, 01:25](750 MB) - -PASS -- COMPILE 'hafs_all_intel' [50:03, 09:09] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [39:23, 01:17](708 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [39:23, 01:41](695 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [39:21, 00:31](897 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [52:06, 08:37] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [37:15, 00:58](762 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [26:46, 01:06](752 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [37:15, 00:13](641 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [37:15, 00:35](645 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [37:15, 00:57](645 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [37:15, 00:36](762 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [35:50, 01:06](763 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [35:23, 00:40](644 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [35:21, 00:42](648 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [33:56, 01:02](631 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [33:24, 00:45](762 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [33:20, 00:50](2019 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [32:34, 00:46](2018 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [42:59, 08:38] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [32:30, 00:41](763 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [34:48, 00:51] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [43:11, 00:37](268 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [43:11, 00:50](411 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [32:11, 01:10](410 MB) - -PASS -- COMPILE 'atml_intel' [41:55, 10:08] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [32:05, 01:52](1854 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [31:52, 01:22](1861 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [23:33, 00:27](998 MB) - -PASS -- COMPILE 'atml_debug_intel' [39:53, 03:57] ( 883 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [30:52, 01:33](1896 MB) - -PASS -- COMPILE 'atmw_intel' [56:13, 09:01] ( 1 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [15:37, 00:54](1868 MB) - -PASS -- COMPILE 'atmaero_intel' [56:10, 08:50] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [14:55, 01:25](3092 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [14:55, 00:55](2980 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [14:55, 00:51](2991 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [23:36, 03:21] ( 885 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [20:50, 01:27](4510 MB) +PASS -- COMPILE 's2swa_32bit_intel' [11:24, 10:33] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:35, 01:14](3167 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:29, 15:17] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [05:30, 01:48](1883 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [46:02, 02:09](1908 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [46:02, 01:44](1045 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [05:31, 01:00](1861 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:29, 16:09] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [05:29, 00:41](1883 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:18, 04:16] ( 1526 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [16:42, 01:46](1916 MB) + +PASS -- COMPILE 's2swa_intel' [11:25, 10:33] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [10:34, 01:29](3201 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:34, 01:23](3197 MB) +PASS -- TEST 'cpld_restart_p8_intel' [56:13, 01:29](3131 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [10:34, 01:22](3217 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [02:14, 01:24](3151 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:34, 01:07](3429 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:34, 01:30](3192 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [10:35, 01:18](3144 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:34, 01:08](3200 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:34, 00:45](3177 MB) + +PASS -- COMPILE 's2sw_intel' [11:25, 10:14] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [10:34, 00:49](1893 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:34, 00:58](1950 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [10:24, 09:25] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:35, 00:58](1955 MB) + +PASS -- COMPILE 's2s_intel' [10:24, 09:35] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [11:34, 00:30](2926 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [11:34, 01:22](2929 MB) +PASS -- TEST 'cpld_restart_c48_intel' [07:43, 01:12](2327 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:32, 18:03] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [03:27, 01:41](3199 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:31, 15:49] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [05:28, 01:33](1895 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [46:17, 00:50](1060 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [45:13, 01:12](1866 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:16, 04:03] ( 1561 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [12:25, 01:28](1916 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [10:22, 09:43] ( 2 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [02:01, 00:36](641 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [59:20, 01:12](1534 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [58:04, 00:42](1544 MB) +PASS -- TEST 'control_latlon_intel' [57:04, 00:16](1542 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [56:00, 00:45](1535 MB) +PASS -- TEST 'control_c48_intel' [55:31, 00:50](1618 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [55:31, 00:22](740 MB) +PASS -- TEST 'control_c192_intel' [55:13, 01:04](1655 MB) +PASS -- TEST 'control_c384_intel' [54:35, 01:43](1964 MB) +PASS -- TEST 'control_c384gdas_intel' [54:16, 01:50](1155 MB) +PASS -- TEST 'control_stochy_intel' [53:41, 00:54](596 MB) +PASS -- TEST 'control_stochy_restart_intel' [41:08, 00:40](397 MB) +PASS -- TEST 'control_lndp_intel' [50:51, 00:44](596 MB) +PASS -- TEST 'control_iovr4_intel' [48:33, 00:51](591 MB) +PASS -- TEST 'control_iovr5_intel' [48:33, 01:07](589 MB) +PASS -- TEST 'control_p8_intel' [47:38, 01:38](1840 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [47:38, 00:56](1837 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [47:35, 01:40](1842 MB) +PASS -- TEST 'control_restart_p8_intel' [37:18, 01:28](971 MB) +PASS -- TEST 'control_noqr_p8_intel' [47:06, 01:14](1828 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [37:08, 01:09](989 MB) +PASS -- TEST 'control_decomp_p8_intel' [46:45, 00:56](1829 MB) +PASS -- TEST 'control_2threads_p8_intel' [46:38, 00:57](1917 MB) +PASS -- TEST 'control_p8_lndp_intel' [46:38, 00:57](1843 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [44:43, 01:19](1891 MB) +PASS -- TEST 'control_p8_mynn_intel' [44:24, 01:25](1844 MB) +PASS -- TEST 'merra2_thompson_intel' [44:02, 01:15](1837 MB) +PASS -- TEST 'regional_control_intel' [43:31, 00:20](885 MB) +PASS -- TEST 'regional_restart_intel' [37:56, 00:38](876 MB) +PASS -- TEST 'regional_decomp_intel' [43:21, 00:58](881 MB) +PASS -- TEST 'regional_2threads_intel' [43:15, 00:18](972 MB) +PASS -- TEST 'regional_noquilt_intel' [42:35, 00:42](1203 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [42:04, 00:59](880 MB) +PASS -- TEST 'regional_wofs_intel' [41:21, 00:19](1611 MB) + +PASS -- COMPILE 'ifi_intel' [08:21, 08:10] ( 1 warnings ) +PASS -- TEST 'regional_ifi_control_intel' [03:12, 00:43](877 MB) +PASS -- TEST 'regional_ifi_decomp_intel' [03:12, 01:02](870 MB) +PASS -- TEST 'regional_ifi_2threads_intel' [03:13, 00:54](965 MB) + +PASS -- COMPILE 'rrfs_intel' [09:22, 09:05] ( 4 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [02:12, 01:45](980 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [02:13, 00:52](1153 MB) +PASS -- TEST 'rap_decomp_intel' [02:12, 01:27](979 MB) +PASS -- TEST 'rap_2threads_intel' [02:12, 01:08](1062 MB) +PASS -- TEST 'rap_restart_intel' [40:57, 01:57](846 MB) +PASS -- TEST 'rap_sfcdiff_intel' [02:12, 01:56](973 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [02:12, 01:51](972 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [40:04, 01:16](845 MB) +PASS -- TEST 'hrrr_control_intel' [02:12, 01:08](970 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [02:12, 01:23](968 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [02:13, 01:58](1049 MB) +PASS -- TEST 'hrrr_control_restart_intel' [39:02, 00:43](800 MB) +PASS -- TEST 'rrfs_v1beta_intel' [02:12, 01:00](970 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [02:12, 00:29](1938 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [02:12, 01:15](1921 MB) + +PASS -- COMPILE 'csawmg_intel' [09:22, 08:38] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [38:19, 00:47](931 MB) + +PASS -- COMPILE 'wam_intel' [08:22, 08:09] ( 1 warnings ) +PASS -- TEST 'control_wam_intel' [02:11, 01:10](335 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [16:31, 15:49] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [37:17, 01:12](1842 MB) +PASS -- TEST 'regional_control_faster_intel' [37:05, 00:15](874 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:19, 05:12] ( 885 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [36:46, 00:59](1558 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [36:00, 00:37](1565 MB) +PASS -- TEST 'control_stochy_debug_intel' [35:42, 01:00](764 MB) +PASS -- TEST 'control_lndp_debug_intel' [35:21, 00:37](766 MB) +PASS -- TEST 'control_csawmg_debug_intel' [34:38, 00:44](1076 MB) +PASS -- TEST 'control_ras_debug_intel' [34:34, 01:13](775 MB) +PASS -- TEST 'control_diag_debug_intel' [34:12, 00:34](1624 MB) +PASS -- TEST 'control_debug_p8_intel' [34:11, 00:35](1857 MB) +PASS -- TEST 'regional_debug_intel' [33:52, 00:35](925 MB) +PASS -- TEST 'rap_control_debug_intel' [33:33, 00:38](1149 MB) +PASS -- TEST 'hrrr_control_debug_intel' [33:24, 00:45](1138 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [32:10, 00:39](1142 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [32:10, 00:50](1141 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [32:03, 00:27](1145 MB) +PASS -- TEST 'rap_diag_debug_intel' [31:41, 00:28](1230 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [31:14, 00:49](1148 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [31:08, 00:37](1147 MB) +PASS -- TEST 'rap_lndp_debug_intel' [30:58, 00:44](1151 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [30:48, 00:15](1145 MB) +PASS -- TEST 'rap_noah_debug_intel' [30:18, 00:45](1141 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [30:10, 01:08](1144 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [30:03, 00:29](1146 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [29:37, 01:06](1140 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [29:32, 01:07](1146 MB) +PASS -- TEST 'rap_flake_debug_intel' [29:15, 01:03](1146 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [28:37, 01:46](1154 MB) + +PASS -- COMPILE 'wam_debug_intel' [15:29, 03:07] ( 856 warnings ) +PASS -- TEST 'control_wam_debug_intel' [28:37, 00:29](382 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [23:38, 08:27] ( 4 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [28:03, 01:17](1013 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [27:06, 01:16](848 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [25:57, 01:49](850 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [25:42, 01:10](914 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [25:43, 01:44](901 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [25:38, 01:22](847 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [18:15, 01:12](741 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [20:22, 00:21](728 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [27:42, 12:19] ( 4 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [25:10, 00:49](1057 MB) +PASS -- TEST 'conus13km_2threads_intel' [21:25, 00:34](1039 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [20:22, 00:48](938 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [24:38, 08:39] ( 4 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [25:09, 00:46](872 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [18:32, 03:35] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [24:49, 01:11](1027 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [24:43, 00:43](1027 MB) +PASS -- TEST 'conus13km_debug_intel' [24:32, 01:15](1122 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [24:22, 01:10](797 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [23:53, 01:11](1102 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [22:42, 00:30](1191 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [21:35, 03:19] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [22:08, 00:31](1043 MB) + +PASS -- COMPILE 'hafsw_intel' [54:07, 09:59] ( 2 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:57, 01:31](674 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:57, 00:48](1022 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:55, 01:17](721 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [07:55, 02:11](764 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [07:56, 01:26](774 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:55, 01:41](445 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:56, 01:50](465 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [07:56, 01:35](341 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [07:59, 02:21](415 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:55, 00:58](476 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:55, 00:44](476 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:57, 01:04](541 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [07:56, 00:35](367 MB) +PASS -- TEST 'gnv1_nested_intel' [07:56, 01:34](737 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [47:04, 03:45] ( 1468 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:11, 00:47](583 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [59:13, 17:55] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [59:22, 00:45](583 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [59:05, 00:52](752 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [48:04, 09:44] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [05:57, 01:10](748 MB) + +PASS -- COMPILE 'hafs_all_intel' [42:59, 09:15] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [05:38, 01:32](710 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [05:30, 02:08](696 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [05:21, 00:16](898 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [35:51, 08:46] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:47, 00:14](761 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:23, 01:00](754 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [07:47, 00:28](643 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:47, 00:32](645 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [07:47, 00:35](642 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [07:47, 00:57](762 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [07:47, 00:40](763 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [07:47, 00:10](641 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:48, 01:13](648 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:48, 01:21](629 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [07:47, 00:57](761 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:25, 00:49](2016 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:24, 00:12](2017 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [34:49, 08:43] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:25, 01:00](763 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [25:38, 00:51] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [14:58, 00:59](274 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [14:58, 01:01](412 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [12:31, 00:17](413 MB) + +PASS -- COMPILE 'atml_intel' [32:46, 09:36] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [03:03, 01:17](1853 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [02:47, 01:29](1862 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [43:17, 00:25](1004 MB) + +PASS -- COMPILE 'atml_debug_intel' [24:39, 04:03] ( 883 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [11:07, 01:37](1891 MB) + +PASS -- COMPILE 'atmw_intel' [09:22, 09:01] ( 1 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:23, 01:36](1866 MB) + +PASS -- COMPILE 'atmaero_intel' [09:22, 08:56] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [01:22, 01:03](3096 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [00:49, 01:08](2982 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [59:00, 01:43](2988 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:17, 03:24] ( 885 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [58:20, 01:45](4521 MB) SYNOPSIS: -Starting Date/Time: 20240524 12:02:22 -Ending Date/Time: 20240524 14:05:14 -Total Time: 02h:03m:09s +Starting Date/Time: 20240528 14:37:42 +Ending Date/Time: 20240528 16:35:49 +Total Time: 01h:58m:23s Compiles Completed: 37/37 -Tests Completed: 174/177 -Failed Tests: -* TEST regional_ifi_control_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /lfs/h1/emc/nems/noscrub/brian.curtis/git/AnningCheng-NOAA/ufs-weather-model/tests/logs/log_acorn/run_regional_ifi_control_intel.log -* TEST regional_ifi_decomp_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /lfs/h1/emc/nems/noscrub/brian.curtis/git/AnningCheng-NOAA/ufs-weather-model/tests/logs/log_acorn/run_regional_ifi_decomp_intel.log -* TEST regional_ifi_2threads_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /lfs/h1/emc/nems/noscrub/brian.curtis/git/AnningCheng-NOAA/ufs-weather-model/tests/logs/log_acorn/run_regional_ifi_2threads_intel.log - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF ACORN REGRESSION TESTING LOG==== -====START OF ACORN REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -ac5a2eec5d0bdec070df19c3d3cb405bb32eb867 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 70810f134fda5cb5fbb8ace9b79fe263768671dc FV3 (70810f1) - 061a73663f2bab9799eab7345c2ff8a34c789573 FV3/atmos_cubed_sphere (201912_public_release-394-g061a736) - ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) - 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5254-g16a1d881) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240522 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_78862 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: GFS-DEV -* (-l) - USE CONFIG FILE: rt.test -* (-e) - USE ECFLOW - -PASS -- COMPILE 'ifi_intel' [09:21, 08:11] ( 1 warnings ) -PASS -- TEST 'regional_ifi_control_intel' [34:45, 00:50](874 MB) -PASS -- TEST 'regional_ifi_decomp_intel' [34:45, 00:36](874 MB) -PASS -- TEST 'regional_ifi_2threads_intel' [34:46, 00:45](967 MB) - -SYNOPSIS: -Starting Date/Time: 20240524 15:15:44 -Ending Date/Time: 20240524 15:33:11 -Total Time: 00h:17m:30s -Compiles Completed: 1/1 -Tests Completed: 3/3 +Tests Completed: 177/177 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index 3c04e48a41..cd603d4e3d 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,7 +1,7 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -f8c5637909d70f3b7a92dd6c1d3b6588e5e07b84 +adb3ce384d9e58337d4271b64b69f94a58bfca68 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,7 +11,7 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 70810f134fda5cb5fbb8ace9b79fe263768671dc FV3 (heads/develop) + 46093ebc3a5aa7c98c578ad4610ad378c2d9291b FV3 (remotes/origin/fhbucket) 061a73663f2bab9799eab7345c2ff8a34c789573 FV3/atmos_cubed_sphere (201912_public_release-394-g061a736) ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) @@ -35,277 +35,277 @@ 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-20240522 -COMPARISON DIRECTORY: /glade/derecho/scratch/jongkim/FV3_RT/rt_58631 +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240524 +COMPARISON DIRECTORY: /glade/derecho/scratch/jongkim/FV3_RT/rt_128154 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [20:16, 19:31] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:28, 05:35](3202 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:17, 20:32] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [17:07, 14:14](1911 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:08, 15:18](1942 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:52, 07:43](1085 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:47, 16:25](1884 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [21:17, 20:41] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [16:18, 14:17](1913 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:14, 09:23] ( 1530 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:49, 21:58](1935 MB) - -PASS -- COMPILE 's2swa_intel' [20:16, 19:25] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [09:30, 06:12](3219 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:47, 06:16](3217 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:05, 03:55](3151 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:31, 06:04](3251 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:04, 03:50](3184 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:27, 06:00](3724 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:27, 06:20](3216 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:21, 04:56](3536 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:49, 06:18](3227 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [13:43, 09:37](3812 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [13:22, 06:17](3614 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [24:51, 10:25](4495 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [25:27, 07:02](4650 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:14, 05:52](3211 MB) - -PASS -- COMPILE 's2sw_intel' [19:15, 18:48] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:32, 04:54](1920 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:44, 04:47](1985 MB) - -PASS -- COMPILE 's2swa_debug_intel' [10:13, 09:19] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:24, 08:39](3286 MB) - -PASS -- COMPILE 's2sw_debug_intel' [09:14, 08:36] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:18, 05:55](1951 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [15:15, 14:26] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:38, 04:47](1987 MB) - -PASS -- COMPILE 's2s_intel' [15:15, 14:23] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:03, 06:57](2931 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:01, 02:17](2928 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:08, 01:29](2325 MB) - -PASS -- COMPILE 's2swa_faster_intel' [25:23, 24:05] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:18, 06:04](3229 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [20:14, 19:43] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:53, 14:35](1935 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:05, 07:34](1105 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:41, 16:38](1904 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:19, 08:49] ( 1565 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:27, 23:44](1944 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [15:19, 14:22] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:31, 03:22](671 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:09, 02:24](1564 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:20, 02:27](1573 MB) -PASS -- TEST 'control_latlon_intel' [04:08, 02:24](1571 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:18, 02:25](1561 MB) -PASS -- TEST 'control_c48_intel' [08:06, 06:11](1610 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:38, 05:15](733 MB) -PASS -- TEST 'control_c192_intel' [10:40, 08:39](1691 MB) -PASS -- TEST 'control_c384_intel' [15:18, 08:52](2001 MB) -PASS -- TEST 'control_c384gdas_intel' [15:56, 07:07](1198 MB) -PASS -- TEST 'control_stochy_intel' [02:43, 01:25](629 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:45, 00:52](441 MB) -PASS -- TEST 'control_lndp_intel' [02:48, 01:19](623 MB) -PASS -- TEST 'control_iovr4_intel' [03:42, 02:03](622 MB) -PASS -- TEST 'control_iovr5_intel' [03:38, 02:04](620 MB) -PASS -- TEST 'control_p8_intel' [05:20, 02:59](1872 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:37, 03:16](1859 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:05, 03:06](1865 MB) -PASS -- TEST 'control_restart_p8_intel' [04:20, 01:56](1012 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:01, 03:01](1860 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:24, 02:02](1014 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:52, 03:09](1863 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:49, 03:00](1958 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:36, 04:56](1865 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:59, 04:01](1915 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:55, 03:10](1870 MB) -PASS -- TEST 'merra2_thompson_intel' [05:54, 03:22](1868 MB) -PASS -- TEST 'regional_control_intel' [07:16, 04:55](879 MB) -PASS -- TEST 'regional_restart_intel' [04:46, 02:51](871 MB) -PASS -- TEST 'regional_decomp_intel' [07:03, 05:09](861 MB) -PASS -- TEST 'regional_noquilt_intel' [05:51, 04:47](1187 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:51, 04:42](877 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:56, 04:54](868 MB) -PASS -- TEST 'regional_wofs_intel' [06:50, 05:34](1598 MB) - -PASS -- COMPILE 'rrfs_intel' [13:18, 12:13] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:28, 06:07](1012 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:49, 03:40](1207 MB) -PASS -- TEST 'rap_decomp_intel' [08:28, 06:21](1006 MB) -PASS -- TEST 'rap_2threads_intel' [07:20, 05:36](1093 MB) -PASS -- TEST 'rap_restart_intel' [05:00, 03:11](883 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:29, 06:04](1005 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:29, 06:21](1006 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:06, 04:37](884 MB) -PASS -- TEST 'hrrr_control_intel' [05:12, 03:11](1002 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:11, 03:17](1001 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:12, 02:45](1085 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:38, 01:45](834 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:31, 05:57](1000 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:21, 07:18](1958 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:24, 07:07](1950 MB) - -PASS -- COMPILE 'csawmg_intel' [11:17, 10:18] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [08:12, 06:29](966 MB) -PASS -- TEST 'control_ras_intel' [04:35, 02:52](656 MB) - -PASS -- COMPILE 'wam_intel' [10:18, 09:30] ( 5 warnings ) -PASS -- TEST 'control_wam_intel' [03:32, 01:53](386 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [17:19, 16:11] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:17, 02:53](1859 MB) -PASS -- TEST 'regional_control_faster_intel' [05:47, 04:38](876 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [12:18, 11:23] ( 889 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:11, 02:32](1593 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:13, 02:26](1591 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:34, 02:49](805 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:32, 02:34](800 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:02, 04:25](1112 MB) -PASS -- TEST 'control_ras_debug_intel' [03:36, 02:41](810 MB) -PASS -- TEST 'control_diag_debug_intel' [04:53, 02:35](1659 MB) -PASS -- TEST 'control_debug_p8_intel' [04:54, 03:11](1896 MB) -PASS -- TEST 'regional_debug_intel' [17:57, 16:18](914 MB) -PASS -- TEST 'rap_control_debug_intel' [05:38, 04:44](1182 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:30, 04:30](1173 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:29, 04:42](1182 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:28, 04:36](1179 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:38, 04:37](1182 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:23, 04:48](1270 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:35, 04:51](1177 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:35, 04:46](1187 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:28, 04:38](1179 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:44, 04:37](1183 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:42, 04:34](1181 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:36, 04:36](1181 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:27, 07:47](1181 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:39, 04:34](1173 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:37, 05:54](1182 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:34, 04:35](1183 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:55, 08:04](1184 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:17, 05:27] ( 860 warnings ) -PASS -- TEST 'control_wam_debug_intel' [05:28, 04:33](425 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:18, 10:16] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:58, 03:26](1064 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:57, 05:05](887 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:50, 02:45](885 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:03, 04:44](947 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:04, 02:26](943 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:53, 02:52](888 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:57, 03:52](802 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:27, 01:31](783 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:20, 14:14] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:45, 01:50](1090 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:13, 00:54](1090 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:13, 01:08](978 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:20, 10:17] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:49, 03:36](915 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:43, 06:05] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:32, 04:37](1055 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:28, 04:23](1053 MB) -PASS -- TEST 'conus13km_debug_intel' [15:44, 13:18](1138 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:40, 13:20](827 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:31, 07:54](1138 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:21, 13:15](1208 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:17, 05:46] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:34, 04:31](1084 MB) - -PASS -- COMPILE 'hafsw_intel' [17:23, 16:32] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:19, 04:26](717 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:42, 04:58](1066 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:46, 06:19](788 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:35, 10:47](805 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:46, 11:52](823 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:04, 04:36](482 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:29, 05:41](496 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:53, 02:17](396 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:39, 06:09](460 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:57, 03:16](514 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:14, 03:01](517 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:19, 03:44](586 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:29, 01:15](430 MB) -PASS -- TEST 'gnv1_nested_intel' [05:06, 03:19](788 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [08:19, 06:59] ( 1472 warnings 1481 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:08, 12:23](625 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [26:21, 25:29] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:14, 07:03](630 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:18, 07:05](685 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [19:20, 17:54] ( 5 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:25, 05:18](678 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:18, 14:17] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:28, 05:28](749 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:32, 05:41](740 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:11, 16:12](895 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:12, 07:36] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:24, 02:27](761 MB) +PASS -- COMPILE 's2swa_32bit_intel' [20:24, 19:35] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:38, 05:46](3199 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:24, 21:00] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [16:49, 14:14](1913 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:08, 15:21](1944 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:55, 07:44](1082 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:43, 16:13](1884 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [21:24, 20:43] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [16:13, 14:06](1917 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:21, 09:22] ( 1530 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:30, 22:08](1935 MB) + +PASS -- COMPILE 's2swa_intel' [20:24, 19:25] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [09:37, 06:22](3221 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:43, 06:18](3222 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:32, 03:53](3153 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:36, 06:22](3248 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:32, 04:04](3180 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:26, 05:59](3724 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:26, 06:14](3217 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:16, 05:05](3533 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:46, 06:16](3230 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [15:11, 09:42](3810 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [14:18, 06:16](3618 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [26:57, 10:48](4495 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [25:13, 07:02](4653 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:19, 05:54](3208 MB) + +PASS -- COMPILE 's2sw_intel' [19:23, 18:52] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:32, 05:02](1924 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:45, 04:52](1994 MB) + +PASS -- COMPILE 's2swa_debug_intel' [10:22, 09:22] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [11:16, 08:16](3290 MB) + +PASS -- COMPILE 's2sw_debug_intel' [09:21, 08:41] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:18, 05:49](1954 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [15:23, 14:24] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:41, 04:56](1987 MB) + +PASS -- COMPILE 's2s_intel' [15:23, 14:17] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:03, 07:00](2931 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:02, 02:24](2936 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:09, 01:30](2333 MB) + +PASS -- COMPILE 's2swa_faster_intel' [25:21, 24:02] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:21, 06:13](3229 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [20:20, 19:30] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:44, 14:36](1933 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:06, 07:34](1111 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:35, 16:35](1911 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:17, 08:40] ( 1565 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:32, 23:42](1952 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:19, 14:16] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:34, 03:25](670 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:58, 02:24](1570 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:06, 02:26](1572 MB) +PASS -- TEST 'control_latlon_intel' [04:57, 02:22](1571 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:56, 02:21](1566 MB) +PASS -- TEST 'control_c48_intel' [07:55, 06:13](1619 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:31, 05:12](736 MB) +PASS -- TEST 'control_c192_intel' [10:33, 08:36](1687 MB) +PASS -- TEST 'control_c384_intel' [14:01, 08:41](2003 MB) +PASS -- TEST 'control_c384gdas_intel' [15:25, 07:03](1199 MB) +PASS -- TEST 'control_stochy_intel' [03:34, 01:25](625 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:31, 00:50](437 MB) +PASS -- TEST 'control_lndp_intel' [02:41, 01:22](623 MB) +PASS -- TEST 'control_iovr4_intel' [03:35, 02:03](620 MB) +PASS -- TEST 'control_iovr5_intel' [03:35, 02:04](624 MB) +PASS -- TEST 'control_p8_intel' [05:49, 02:57](1868 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:59, 03:09](1869 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:59, 03:09](1862 MB) +PASS -- TEST 'control_restart_p8_intel' [04:22, 02:04](1013 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:56, 03:17](1853 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:19, 02:10](1019 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:49, 03:02](1858 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:49, 03:06](1960 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:40, 05:11](1856 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:52, 03:42](1918 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:53, 03:19](1878 MB) +PASS -- TEST 'merra2_thompson_intel' [05:52, 03:23](1871 MB) +PASS -- TEST 'regional_control_intel' [07:15, 04:55](873 MB) +PASS -- TEST 'regional_restart_intel' [04:57, 02:54](869 MB) +PASS -- TEST 'regional_decomp_intel' [06:57, 05:07](873 MB) +PASS -- TEST 'regional_noquilt_intel' [06:49, 04:52](1189 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:50, 04:52](873 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:51, 04:52](867 MB) +PASS -- TEST 'regional_wofs_intel' [06:51, 05:37](1599 MB) + +PASS -- COMPILE 'rrfs_intel' [13:18, 12:19] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:21, 06:05](1012 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:07, 03:37](1209 MB) +PASS -- TEST 'rap_decomp_intel' [08:21, 06:21](1008 MB) +PASS -- TEST 'rap_2threads_intel' [08:21, 05:40](1092 MB) +PASS -- TEST 'rap_restart_intel' [05:08, 03:11](881 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:22, 06:08](1008 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:22, 06:34](1008 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:12, 04:36](881 MB) +PASS -- TEST 'hrrr_control_intel' [05:05, 03:14](998 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:08, 03:17](1000 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:05, 02:49](1085 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:35, 01:45](834 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:25, 06:00](1000 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:47, 07:22](1960 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:49, 07:07](1949 MB) + +PASS -- COMPILE 'csawmg_intel' [11:18, 10:20] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [08:03, 06:29](968 MB) +PASS -- TEST 'control_ras_intel' [04:36, 02:50](657 MB) + +PASS -- COMPILE 'wam_intel' [10:14, 09:25] ( 5 warnings ) +PASS -- TEST 'control_wam_intel' [03:23, 01:52](386 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [17:14, 16:11] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:19, 03:02](1871 MB) +PASS -- TEST 'regional_control_faster_intel' [05:59, 04:45](865 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [12:13, 11:26] ( 889 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:14, 02:34](1599 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:13, 02:26](1596 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:30, 02:49](798 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:30, 02:34](798 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:57, 04:44](1109 MB) +PASS -- TEST 'control_ras_debug_intel' [03:32, 02:36](808 MB) +PASS -- TEST 'control_diag_debug_intel' [04:47, 02:33](1656 MB) +PASS -- TEST 'control_debug_p8_intel' [04:54, 03:17](1887 MB) +PASS -- TEST 'regional_debug_intel' [18:53, 16:56](910 MB) +PASS -- TEST 'rap_control_debug_intel' [05:31, 04:39](1178 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:34, 04:33](1178 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:38, 04:41](1179 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:33, 04:43](1178 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:29, 04:37](1179 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:39, 04:52](1264 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:25, 04:42](1181 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:36, 04:46](1183 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:29, 04:40](1181 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:41, 04:38](1178 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:40, 04:40](1174 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:39, 04:37](1181 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:34, 07:28](1173 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:30, 04:36](1176 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:38, 05:25](1181 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:39, 04:48](1179 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:08, 07:56](1186 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:11, 05:27] ( 860 warnings ) +PASS -- TEST 'control_wam_debug_intel' [06:24, 04:37](425 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:12, 10:07] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:24, 03:28](1059 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:59, 05:06](887 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:47, 02:48](886 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:58, 04:43](958 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:59, 02:24](943 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:57, 02:54](891 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:51, 03:53](798 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:38, 01:31](778 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:14, 12:08] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:43, 01:51](1085 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:24, 00:54](1090 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:27, 01:08](979 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:19, 10:14] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:05, 03:37](917 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:17, 06:04] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:31, 04:33](1057 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:32, 04:22](1052 MB) +PASS -- TEST 'conus13km_debug_intel' [15:40, 13:20](1137 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:30, 13:43](825 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:18, 07:42](1140 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:38, 13:21](1207 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:17, 05:50] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:35, 04:37](1083 MB) + +PASS -- COMPILE 'hafsw_intel' [17:19, 16:35] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:28, 04:29](718 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:44, 04:59](1071 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:53, 06:20](785 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:35, 10:47](807 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:03, 11:54](819 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:10, 04:36](481 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:30, 05:41](495 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:56, 02:13](396 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:33, 06:06](463 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:05, 03:14](514 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:07, 03:02](515 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:18, 03:45](583 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:29, 01:09](432 MB) +PASS -- TEST 'gnv1_nested_intel' [05:07, 03:12](791 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [08:12, 06:53] ( 1472 warnings 1481 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:09, 11:53](625 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [25:16, 24:55] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:22, 07:02](630 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:19, 07:05](689 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [18:14, 17:37] ( 5 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:17, 05:17](680 MB) + +PASS -- COMPILE 'hafs_all_intel' [15:19, 14:30] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:28, 05:33](757 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:23, 05:33](738 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:11, 16:09](893 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:19, 07:33] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:31, 02:29](760 MB) PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:26, 01:31](750 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:21, 02:20](644 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:22, 02:22](641 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:28, 02:23](637 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:29, 02:30](760 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:21, 02:28](750 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:23, 02:20](637 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:23, 05:38](693 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:16, 05:34](672 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:18, 02:30](759 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:30, 03:50](2016 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:36, 03:51](2018 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:17, 04:51] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:35, 05:09](746 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:18, 07:38] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:28, 02:27](747 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:18, 02:20] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:37, 01:02](310 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:36, 00:59](452 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:31, 00:40](454 MB) - -PASS -- COMPILE 'atml_intel' [15:20, 14:08] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:33, 06:21](1894 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [08:28, 06:06](1892 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:54, 04:01](1045 MB) - -PASS -- COMPILE 'atml_debug_intel' [09:20, 08:44] ( 887 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:34, 06:03](1922 MB) - -PASS -- COMPILE 'atmw_intel' [13:20, 12:46] ( 5 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:18, 02:23](1892 MB) - -PASS -- COMPILE 'atmaero_intel' [12:18, 11:14] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:29, 04:04](3124 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:25, 04:15](3003 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:10, 04:17](3011 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [07:11, 06:29] ( 889 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [24:27, 21:43](4540 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:21, 02:21](643 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:23, 02:22](644 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:21, 02:22](642 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:20, 02:27](761 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:19, 02:28](760 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:23, 02:20](640 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:37, 05:36](689 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:57, 05:36](672 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:26, 02:27](747 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:29, 03:49](2016 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:33, 03:51](2017 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:17, 04:49] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:30, 05:08](745 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:12, 07:37] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:25, 02:29](758 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 02:18] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:42, 01:06](310 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:33, 01:01](451 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:32, 00:40](452 MB) + +PASS -- COMPILE 'atml_intel' [15:18, 14:04] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:24, 06:30](1894 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [08:28, 06:28](1894 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:00, 03:35](1044 MB) + +PASS -- COMPILE 'atml_debug_intel' [09:17, 08:36] ( 887 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:35, 05:56](1915 MB) + +PASS -- COMPILE 'atmw_intel' [13:13, 12:46] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:05, 02:21](1889 MB) + +PASS -- COMPILE 'atmaero_intel' [12:13, 11:04] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:41, 04:14](3124 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:40, 04:13](2996 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:13, 04:17](3015 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [07:11, 06:28] ( 889 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [24:25, 21:44](4537 MB) SYNOPSIS: -Starting Date/Time: 20240523 07:08:30 -Ending Date/Time: 20240523 08:38:45 -Total Time: 01h:31m:05s +Starting Date/Time: 20240527 13:02:55 +Ending Date/Time: 20240527 14:33:18 +Total Time: 01h:31m:16s Compiles Completed: 39/39 Tests Completed: 182/182 diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index 1f3bdb048a..1eaa00dd1e 100755 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,7 +1,7 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -f8c5637909d70f3b7a92dd6c1d3b6588e5e07b84 +c028fa43556f266cd1e672d315d9b64cc4346722 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,7 +11,7 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 70810f134fda5cb5fbb8ace9b79fe263768671dc FV3 (heads/develop) + 46093ebc3a5aa7c98c578ad4610ad378c2d9291b FV3 (remotes/origin/fhbucket) 061a73663f2bab9799eab7345c2ff8a34c789573 FV3/atmos_cubed_sphere (201912_public_release-394-g061a736) ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) @@ -35,278 +35,279 @@ 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-20240522 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_186373 +BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240524 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_217145 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-r) - USE ROCOTO - -PASS -- COMPILE 's2swa_32bit_intel' [23:43, 23:43] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:35, 07:31](3199 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [26:00, 26:00] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [14:50, 13:58](1924 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:20, 14:30](1942 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [07:37, 06:45](1077 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [15:42, 14:52](1895 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [27:24, 27:24] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [14:24, 14:05](1912 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [17:18, 17:18] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:25, 24:50](1939 MB) - -PASS -- COMPILE 's2swa_intel' [22:56, 22:56] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [09:45, 08:33](3228 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:37, 08:22](3226 MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:53, 05:05](3159 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:12, 08:17](3248 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:24, 05:35](3180 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [07:42, 06:57](3460 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:10, 08:18](3224 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:56, 07:14](3172 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:23, 08:17](3228 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [12:45, 10:17](3440 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:54, 07:53](3607 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [16:56, 13:14](4194 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:51, 09:27](4351 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:24, 08:15](3210 MB) - -PASS -- COMPILE 's2sw_intel' [20:25, 20:25] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:14, 06:05](1929 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:02, 05:43](1994 MB) - -PASS -- COMPILE 's2swa_debug_intel' [16:59, 16:58] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:47, 10:52](3260 MB) - -PASS -- COMPILE 's2sw_debug_intel' [15:38, 15:37] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:12, 06:15](1943 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [19:18, 19:11] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:44, 05:39](1991 MB) - -PASS -- COMPILE 's2s_intel' [19:46, 19:46] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [07:31, 07:00](2912 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [02:56, 02:12](2919 MB) -PASS -- TEST 'cpld_restart_c48_intel' [01:55, 01:10](2312 MB) - -PASS -- COMPILE 's2swa_faster_intel' [26:44, 26:44] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:15, 08:08](3223 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [22:48, 22:48] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:40, 15:30](1931 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:55, 07:52](1091 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:04, 17:57](1909 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [14:47, 14:47] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:19, 27:03](1946 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:14, 16:09] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:13, 04:03](672 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:09, 03:44](1565 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:10, 03:42](1579 MB) -PASS -- TEST 'control_latlon_intel' [03:52, 03:37](1569 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:06, 03:37](1568 MB) -PASS -- TEST 'control_c48_intel' [07:03, 06:37](1601 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:04, 05:42](726 MB) -PASS -- TEST 'control_c192_intel' [10:22, 10:02](1685 MB) -PASS -- TEST 'control_c384_intel' [19:02, 18:24](1985 MB) -PASS -- TEST 'control_c384gdas_intel' [16:31, 14:37](1187 MB) -PASS -- TEST 'control_stochy_intel' [02:13, 01:58](626 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:40, 01:29](431 MB) -PASS -- TEST 'control_lndp_intel' [02:00, 01:49](627 MB) -PASS -- TEST 'control_iovr4_intel' [03:18, 03:05](623 MB) -PASS -- TEST 'control_iovr5_intel' [03:24, 03:04](623 MB) -PASS -- TEST 'control_p8_intel' [03:59, 03:23](1873 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:02, 03:51](1870 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:37, 03:58](1875 MB) -PASS -- TEST 'control_restart_p8_intel' [03:30, 02:53](1005 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:35, 04:11](1865 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:19, 02:26](1010 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:36, 04:42](1861 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:37, 03:41](1951 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:08, 05:44](1872 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:04, 04:45](1924 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:08, 04:02](1879 MB) -PASS -- TEST 'merra2_thompson_intel' [05:04, 04:18](1873 MB) -PASS -- TEST 'regional_control_intel' [05:22, 05:03](869 MB) -PASS -- TEST 'regional_restart_intel' [02:57, 02:42](862 MB) -PASS -- TEST 'regional_decomp_intel' [05:17, 05:00](862 MB) -PASS -- TEST 'regional_2threads_intel' [03:25, 03:07](1010 MB) -PASS -- TEST 'regional_noquilt_intel' [05:21, 05:01](1187 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:52, 05:10](861 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:05, 05:50](869 MB) -PASS -- TEST 'regional_wofs_intel' [06:23, 06:05](1592 MB) - -PASS -- COMPILE 'rrfs_intel' [14:06, 14:06] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [07:36, 07:00](1012 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:38, 04:09](1193 MB) -PASS -- TEST 'rap_decomp_intel' [07:55, 07:20](1010 MB) -PASS -- TEST 'rap_2threads_intel' [07:02, 06:24](1098 MB) -PASS -- TEST 'rap_restart_intel' [04:24, 03:31](883 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:53, 07:17](1009 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:30, 07:58](1006 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [05:58, 05:21](882 MB) -PASS -- TEST 'hrrr_control_intel' [04:47, 04:12](1007 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:48, 04:03](1007 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [03:36, 03:12](1082 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:39, 02:26](840 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:13, 07:09](1004 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:37, 08:23](1967 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:39, 08:27](1951 MB) - -PASS -- COMPILE 'csawmg_intel' [14:49, 14:49] -PASS -- TEST 'control_csawmg_intel' [07:03, 06:48](965 MB) -PASS -- TEST 'control_ras_intel' [03:40, 03:29](655 MB) - -PASS -- COMPILE 'wam_intel' [13:46, 13:45] -PASS -- TEST 'control_wam_intel' [02:24, 02:13](368 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [24:05, 24:05] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:57, 03:20](1874 MB) -PASS -- TEST 'regional_control_faster_intel' [04:59, 04:43](869 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [15:10, 15:10] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:45, 03:16](1589 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:37, 03:15](1590 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:28, 03:18](784 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:03, 02:53](786 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:46, 04:31](1098 MB) -PASS -- TEST 'control_ras_debug_intel' [03:15, 03:05](796 MB) -PASS -- TEST 'control_diag_debug_intel' [03:16, 02:58](1645 MB) -PASS -- TEST 'control_debug_p8_intel' [03:49, 03:30](1886 MB) -PASS -- TEST 'regional_debug_intel' [16:25, 16:11](886 MB) -PASS -- TEST 'rap_control_debug_intel' [05:30, 05:18](1170 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:25, 05:13](1169 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:32, 05:20](1175 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:33, 05:21](1174 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:27, 05:16](1170 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:43, 05:24](1254 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:39, 05:25](1170 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:50, 05:36](1171 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:36, 05:25](1172 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:48, 05:21](1170 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:30, 05:07](1171 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:45, 05:32](1168 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:12, 07:58](1170 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:18, 05:06](1167 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:41, 06:28](1172 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:24, 05:12](1171 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:13, 08:39](1173 MB) - -PASS -- COMPILE 'wam_debug_intel' [09:31, 09:30] ( 855 warnings ) -PASS -- TEST 'control_wam_debug_intel' [05:18, 05:05](402 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:34, 13:34] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:25, 03:52](1052 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:27, 05:48](889 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:01, 03:25](885 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:46, 05:18](949 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:15, 02:46](936 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:12, 03:38](883 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:40, 04:10](785 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:31, 02:16](768 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:49, 17:46] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:09, 02:33](1094 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:46, 01:26](1078 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:53, 01:35](977 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:50, 12:49] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:27, 04:46](905 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:45, 09:43] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:08, 04:54](1049 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:09, 04:55](1049 MB) -PASS -- TEST 'conus13km_debug_intel' [15:09, 14:46](1133 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [14:43, 14:18](807 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [08:30, 08:11](1114 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:31, 14:14](1200 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [11:14, 11:14] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:08, 04:56](1066 MB) - -PASS -- COMPILE 'hafsw_intel' [17:00, 17:00] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:05, 05:18](709 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:47, 04:33](1058 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:38, 07:41](743 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [12:24, 11:38](787 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:11, 13:15](805 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:13, 05:25](476 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:45, 06:46](501 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:07, 03:04](372 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:36, 08:00](446 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:13, 03:42](513 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:14, 03:33](512 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:29, 04:50](575 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:00, 01:43](404 MB) -PASS -- TEST 'gnv1_nested_intel' [05:45, 04:15](768 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [12:22, 12:22] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:47, 12:51](585 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [24:17, 24:15] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [08:20, 07:39](612 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [08:25, 07:45](784 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [17:29, 17:26] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [06:41, 06:00](787 MB) - -PASS -- COMPILE 'hafs_all_intel' [30:56, 30:54] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [06:56, 06:07](748 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:14, 06:24](730 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [20:33, 20:02](895 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [13:37, 13:36] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:44, 02:34](758 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:44, 01:35](746 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:36, 02:27](643 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:36, 02:26](640 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:41, 02:32](643 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:42, 02:33](759 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:46, 02:36](759 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:32, 02:23](639 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:37, 06:04](690 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:44, 06:12](677 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:43, 02:36](759 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:44, 04:34](2018 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:47, 04:37](2019 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [09:21, 09:21] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:10, 06:00](741 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [13:00, 12:59] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:44, 02:34](761 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:05, 04:02] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:07, 01:45](318 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:39, 01:18](456 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:19, 00:59](456 MB) - -PASS -- COMPILE 'atml_intel' [16:28, 16:24] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:20, 07:08](1897 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [09:14, 07:57](1897 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:54, 04:25](1040 MB) - -PASS -- COMPILE 'atml_debug_intel' [18:15, 18:12] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:27, 06:36](1909 MB) - -PASS -- COMPILE 'atmw_intel' [17:08, 17:03] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:44, 02:53](1903 MB) - -PASS -- COMPILE 'atmaero_intel' [15:55, 15:55] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:58, 06:14](3117 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:06, 06:29](3009 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:14, 06:38](3015 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [11:01, 11:01] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [19:06, 18:20](4488 MB) +* (-l) - USE CONFIG FILE: rt.conf +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2swa_32bit_intel' [23:16, 23:08] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [32:44, 08:00](3199 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [26:12, 25:59] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [40:58, 14:11](1925 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:38, 15:24](1941 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [09:42, 07:22](1076 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [42:01, 15:37](1896 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [27:12, 26:16] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [39:03, 13:52](1910 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [19:12, 18:39] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [27:56, 25:46](1939 MB) + +PASS -- COMPILE 's2swa_intel' [22:16, 21:43] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [13:00, 09:02](3225 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [26:06, 09:34](3224 MB) +PASS -- TEST 'cpld_restart_p8_intel' [26:58, 05:58](3157 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [13:00, 09:04](3245 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [23:00, 05:52](3178 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:48, 07:42](3452 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [12:49, 08:55](3221 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:48, 08:05](3169 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:00, 08:55](3225 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [35:48, 10:33](3438 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [19:14, 07:35](3608 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [46:04, 13:28](4191 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:08, 09:21](4347 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [11:45, 08:26](3207 MB) + +PASS -- COMPILE 's2sw_intel' [22:16, 21:21] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [10:14, 05:41](1928 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:21, 05:49](1992 MB) + +PASS -- COMPILE 's2swa_debug_intel' [16:16, 16:03] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [12:59, 10:28](3263 MB) + +PASS -- COMPILE 's2sw_debug_intel' [16:16, 15:22] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:31, 06:09](1943 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [19:12, 18:30] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:18, 05:42](1992 MB) + +PASS -- COMPILE 's2s_intel' [19:12, 19:05] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:39, 07:45](2912 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:27, 02:07](2919 MB) +PASS -- TEST 'cpld_restart_c48_intel' [23:25, 01:14](2313 MB) + +PASS -- COMPILE 's2swa_faster_intel' [30:19, 30:11] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [27:52, 08:36](3224 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [25:15, 24:53] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [34:39, 15:26](1930 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:43, 07:33](1103 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:34, 17:56](1909 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [17:12, 17:01] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [56:32, 27:24](1940 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [18:16, 17:24] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [32:21, 04:14](674 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [31:53, 03:43](1567 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [30:45, 03:08](1580 MB) +PASS -- TEST 'control_latlon_intel' [31:39, 03:42](1572 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [31:40, 03:43](1571 MB) +PASS -- TEST 'control_c48_intel' [24:15, 06:43](1605 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [15:55, 05:43](729 MB) +PASS -- TEST 'control_c192_intel' [18:04, 10:28](1694 MB) +PASS -- TEST 'control_c384_intel' [25:17, 18:32](1991 MB) +PASS -- TEST 'control_c384gdas_intel' [22:15, 14:32](1188 MB) +PASS -- TEST 'control_stochy_intel' [05:48, 02:16](630 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:39, 01:31](433 MB) +PASS -- TEST 'control_lndp_intel' [06:40, 02:43](629 MB) +PASS -- TEST 'control_iovr4_intel' [06:33, 03:05](626 MB) +PASS -- TEST 'control_iovr5_intel' [05:39, 03:04](624 MB) +PASS -- TEST 'control_p8_intel' [06:24, 04:02](1875 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:36, 04:22](1875 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [07:25, 04:14](1877 MB) +PASS -- TEST 'control_restart_p8_intel' [03:14, 02:07](1018 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:21, 03:59](1866 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [06:19, 02:42](1022 MB) +PASS -- TEST 'control_decomp_p8_intel' [07:19, 03:52](1863 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:09, 03:16](1955 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:02, 05:47](1874 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:27, 04:38](1924 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:15, 03:51](1881 MB) +PASS -- TEST 'merra2_thompson_intel' [05:36, 03:39](1876 MB) +PASS -- TEST 'regional_control_intel' [06:03, 05:04](864 MB) +PASS -- TEST 'regional_restart_intel' [05:47, 03:04](864 MB) +PASS -- TEST 'regional_decomp_intel' [06:47, 05:20](865 MB) +PASS -- TEST 'regional_2threads_intel' [03:45, 03:03](1007 MB) +PASS -- TEST 'regional_noquilt_intel' [05:43, 04:55](1190 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:53, 04:51](863 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:44, 04:51](863 MB) +PASS -- TEST 'regional_wofs_intel' [07:43, 06:06](1593 MB) + +PASS -- COMPILE 'rrfs_intel' [17:12, 16:38] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [36:51, 07:02](1013 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [25:09, 04:06](1189 MB) +PASS -- TEST 'rap_decomp_intel' [36:51, 07:38](1010 MB) +PASS -- TEST 'rap_2threads_intel' [31:39, 06:26](1100 MB) +PASS -- TEST 'rap_restart_intel' [05:12, 03:31](883 MB) +PASS -- TEST 'rap_sfcdiff_intel' [35:49, 06:56](1010 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [32:37, 07:41](1006 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:11, 05:24](882 MB) +PASS -- TEST 'hrrr_control_intel' [34:12, 04:00](1007 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [34:12, 04:12](1007 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [32:59, 03:14](1084 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:38, 01:56](839 MB) +PASS -- TEST 'rrfs_v1beta_intel' [29:43, 07:30](1004 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [29:04, 08:38](1969 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [29:04, 08:24](1951 MB) + +PASS -- COMPILE 'csawmg_intel' [19:11, 18:16] +PASS -- TEST 'control_csawmg_intel' [07:37, 06:51](964 MB) +PASS -- TEST 'control_ras_intel' [04:30, 03:48](656 MB) + +PASS -- COMPILE 'wam_intel' [14:15, 13:24] +PASS -- TEST 'control_wam_intel' [31:07, 02:39](366 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [22:16, 21:33] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [08:18, 04:21](1876 MB) +PASS -- TEST 'regional_control_faster_intel' [06:02, 04:55](868 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [18:14, 17:36] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:02, 03:18](1590 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:29, 03:15](1590 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:17, 03:27](785 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:16, 03:11](787 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:40, 04:22](1099 MB) +PASS -- TEST 'control_ras_debug_intel' [05:02, 02:57](797 MB) +PASS -- TEST 'control_diag_debug_intel' [06:50, 03:53](1647 MB) +PASS -- TEST 'control_debug_p8_intel' [06:52, 03:53](1888 MB) +PASS -- TEST 'regional_debug_intel' [19:47, 16:27](889 MB) +PASS -- TEST 'rap_control_debug_intel' [09:34, 05:48](1172 MB) +PASS -- TEST 'hrrr_control_debug_intel' [09:34, 05:39](1170 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [09:34, 05:55](1176 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [09:32, 05:47](1177 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:29, 05:31](1172 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:41, 06:00](1255 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:38, 05:53](1172 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:32, 05:50](1172 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:44, 05:12](1174 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:31, 05:22](1172 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:33, 05:05](1172 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:30, 05:15](1170 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:16, 07:58](1172 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:38, 05:11](1168 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:41, 06:07](1173 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:28, 05:14](1172 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:13, 08:35](1175 MB) + +PASS -- COMPILE 'wam_debug_intel' [14:13, 13:41] ( 855 warnings ) +PASS -- TEST 'control_wam_debug_intel' [07:29, 05:19](400 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [16:14, 16:00] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:04, 03:49](1050 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:05, 06:26](889 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:39, 03:37](885 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:09, 05:20](947 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:13, 02:50](936 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:05, 03:37](883 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:16, 04:32](786 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:46, 01:43](768 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [19:12, 19:02] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:05, 02:12](1094 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:41, 01:04](1078 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:29, 02:04](977 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [17:11, 16:11] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:09, 04:54](904 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:19, 11:58] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:32, 05:07](1051 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:35, 04:56](1050 MB) +PASS -- TEST 'conus13km_debug_intel' [15:57, 14:11](1135 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:59, 14:24](811 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:51, 08:29](1115 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:49, 14:11](1201 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [11:18, 10:35] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:37, 05:07](1069 MB) + +PASS -- COMPILE 'hafsw_intel' [18:16, 17:38] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:22, 05:26](709 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:41, 04:41](1057 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:34, 07:38](744 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:21, 12:33](790 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:34, 12:57](803 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:17, 05:20](478 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:44, 06:51](503 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [06:17, 02:56](376 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:44, 08:09](438 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:27, 03:46](514 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:43, 03:33](513 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:38, 04:53](575 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:42, 01:45](406 MB) +PASS -- TEST 'gnv1_nested_intel' [06:28, 04:21](770 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [13:18, 12:53] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:01, 12:59](589 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [25:15, 24:55] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:29, 07:42](612 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:27, 07:48](786 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [19:13, 18:36] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:22, 05:59](786 MB) + +PASS -- COMPILE 'hafs_all_intel' [18:16, 17:10] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:37, 06:08](749 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:36, 06:14](731 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [21:18, 20:07](895 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [13:17, 12:27] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:28, 02:37](759 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:31, 01:33](746 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:28, 02:26](637 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:28, 02:32](637 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:31, 02:33](637 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:30, 02:35](759 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:30, 02:33](759 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:27, 02:31](643 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:00, 06:12](692 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:57, 06:06](678 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:29, 02:34](761 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:36, 04:39](2019 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:36, 04:35](2019 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [09:13, 08:55] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:34, 05:25](744 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [13:17, 12:35] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:01, 02:40](759 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [05:13, 04:11] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:10, 02:53](318 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:00, 02:22](456 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:52, 01:08](456 MB) + +PASS -- COMPILE 'atml_intel' [18:13, 17:31] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:57, 08:31](1899 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [10:56, 08:34](1899 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:54, 03:48](1042 MB) + +PASS -- COMPILE 'atml_debug_intel' [12:14, 12:02] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:48, 07:04](1914 MB) + +PASS -- COMPILE 'atmw_intel' [16:17, 15:42] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:26, 02:49](1904 MB) + +PASS -- COMPILE 'atmaero_intel' [15:11, 14:27] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:23, 07:06](3118 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:18, 07:16](3009 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:10, 07:06](3015 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [12:13, 11:46] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [21:26, 18:22](4490 MB) SYNOPSIS: -Starting Date/Time: 20240523 10:48:23 -Ending Date/Time: 20240523 14:32:13 -Total Time: 03h:45m:28s +Starting Date/Time: 20240528 00:29:32 +Ending Date/Time: 20240528 02:33:46 +Total Time: 02h:05m:29s Compiles Completed: 39/39 Tests Completed: 183/183 diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index b08d35c7b4..d8a54f00f0 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,7 +1,7 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -740041579e51120ea3749d5d868d838a4baeb7f2 +adb3ce384d9e58337d4271b64b69f94a58bfca68 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,7 +9,7 @@ Submodule hashes used in testing: 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 70810f134fda5cb5fbb8ace9b79fe263768671dc FV3 (heads/develop) + 46093ebc3a5aa7c98c578ad4610ad378c2d9291b FV3 (remotes/origin/fhbucket) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) @@ -24,427 +24,373 @@ 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-20240522 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1631238 +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240524 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_2141740 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: nems +* (-a) - HPC PROJECT ACCOUNT: epic +* (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [14:11, 13:24] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:13, 05:46](3287 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:11, 16:00] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [20:01, 17:23](1961 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:17, 18:05](2133 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:14, 08:13](1223 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:59, 19:27](1851 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:11, 16:31] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:41, 16:56](1955 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 05:23] ( 1525 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:55, 22:49](1883 MB) - -PASS -- COMPILE 's2swa_intel' [14:11, 13:25] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [08:14, 06:11](3310 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [07:19, 06:02](3304 MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:30, 03:40](3215 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:14, 06:06](3328 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:30, 03:36](3254 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [07:08, 05:49](3591 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [07:08, 06:02](3298 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [06:16, 04:58](3177 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:18, 06:14](3309 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [13:05, 10:38](3494 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:55, 06:30](3594 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:05, 10:21](4245 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:24, 06:47](4339 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:10, 05:39](3285 MB) - -PASS -- COMPILE 's2sw_intel' [13:11, 12:37] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:54, 05:01](1980 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:01, 04:36](2033 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:11, 05:22] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:02, 08:38](3323 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:11, 05:03] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:59, 05:46](1964 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:11, 12:00] ( 1 remarks ) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'cpld_control_noaero_p8_agrid_intel' [, ]( MB) - -PASS -- COMPILE 's2s_intel' [12:11, 11:54] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [10:42, 09:43](3067 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:41, 02:56](3034 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:44, 01:38](2465 MB) - -PASS -- COMPILE 's2swa_faster_intel' [21:11, 20:36] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [07:19, 05:45](3312 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:11, 14:58] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:02, 17:25](1983 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:15, 08:16](1241 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:03, 20:01](1893 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 04:42] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:52, 25:15](1912 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:11, 11:56] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:23, 03:21](684 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:39, 02:54](1582 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:46, 02:59](1589 MB) -PASS -- TEST 'control_latlon_intel' [03:43, 02:56](1575 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:48, 02:57](1576 MB) -PASS -- TEST 'control_c48_intel' [08:44, 07:38](1749 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:25, 06:23](856 MB) -PASS -- TEST 'control_c192_intel' [11:57, 10:34](1727 MB) -PASS -- TEST 'control_c384_intel' [13:03, 10:43](1997 MB) -PASS -- TEST 'control_c384gdas_intel' [11:54, 08:18](1367 MB) -PASS -- TEST 'control_stochy_intel' [02:23, 01:41](644 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:29, 01:00](484 MB) -PASS -- TEST 'control_lndp_intel' [02:22, 02:00](638 MB) -PASS -- TEST 'control_iovr4_intel' [03:25, 02:35](635 MB) -PASS -- TEST 'control_iovr5_intel' [03:24, 02:30](635 MB) -PASS -- TEST 'control_p8_intel' [03:57, 03:07](1879 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:58, 03:07](1877 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:51, 03:03](1881 MB) -PASS -- TEST 'control_restart_p8_intel' [02:48, 01:48](1116 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:50, 03:04](1872 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:54, 01:42](1128 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:47, 03:11](1860 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:50, 02:55](1965 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:44, 05:25](1878 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:50, 04:04](1946 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:53, 03:06](1888 MB) -PASS -- TEST 'merra2_thompson_intel' [04:50, 03:26](1881 MB) -PASS -- TEST 'regional_control_intel' [06:42, 05:27](1076 MB) -PASS -- TEST 'regional_restart_intel' [03:37, 02:54](1076 MB) -PASS -- TEST 'regional_decomp_intel' [06:39, 05:44](1071 MB) -PASS -- TEST 'regional_2threads_intel' [04:43, 03:31](1086 MB) -PASS -- TEST 'regional_noquilt_intel' [06:43, 05:17](1374 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:42, 05:24](1069 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:37, 05:21](1078 MB) -PASS -- TEST 'regional_wofs_intel' [07:40, 06:53](1894 MB) - -PASS -- COMPILE 'rrfs_intel' [11:11, 11:03] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:41, 07:48](1091 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:10, 04:12](1280 MB) -PASS -- TEST 'rap_decomp_intel' [09:42, 08:10](1019 MB) -PASS -- TEST 'rap_2threads_intel' [08:41, 07:20](1160 MB) -PASS -- TEST 'rap_restart_intel' [05:51, 04:06](1085 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:46, 07:46](1088 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:48, 08:14](1027 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:49, 05:52](1112 MB) -PASS -- TEST 'hrrr_control_intel' [04:45, 04:00](1029 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:41, 04:56](1020 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:45, 03:43](1092 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:35, 02:11](990 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:52, 07:37](1081 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:28, 09:21](1981 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:28, 09:05](2059 MB) - -PASS -- COMPILE 'csawmg_intel' [11:11, 10:26] -PASS -- TEST 'control_csawmg_intel' [06:41, 06:08](1001 MB) -PASS -- TEST 'control_ras_intel' [04:26, 03:21](719 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:11, 04:31] -PASS -- TEST 'control_csawmg_gnu' [09:43, 08:27](750 MB) - -PASS -- COMPILE 'wam_intel' [11:11, 10:10] -PASS -- TEST 'control_wam_intel' [03:21, 02:08](639 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [19:11, 18:13] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:50, 02:47](1879 MB) -PASS -- TEST 'regional_control_faster_intel' [05:38, 04:56](1075 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:11, 06:17] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:45, 02:36](1579 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:47, 02:34](1581 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:22, 03:01](783 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:22, 02:44](789 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:38, 04:15](1103 MB) -PASS -- TEST 'control_ras_debug_intel' [03:23, 02:43](789 MB) -PASS -- TEST 'control_diag_debug_intel' [03:44, 02:49](1642 MB) -PASS -- TEST 'control_debug_p8_intel' [03:40, 03:04](1876 MB) -PASS -- TEST 'regional_debug_intel' [18:37, 17:51](1049 MB) -PASS -- TEST 'rap_control_debug_intel' [05:21, 04:54](1169 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:22, 04:38](1164 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:22, 04:54](1169 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:22, 05:00](1160 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:22, 04:51](1174 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:37, 05:06](1253 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:23, 05:00](1169 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:26, 05:02](1162 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:26, 04:54](1171 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:25, 04:56](1163 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:25, 04:54](1165 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:26, 04:59](1171 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:26, 08:05](1172 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:23, 04:52](1165 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:24, 05:49](1172 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:23, 04:49](1165 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:39, 08:21](1176 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:10, 04:37] -PASS -- TEST 'control_csawmg_debug_gnu' [03:39, 02:18](714 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:10, 03:49] ( 855 warnings ) -PASS -- TEST 'control_wam_debug_intel' [05:24, 04:55](465 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:10, 10:32] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:04, 04:00](1143 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:38, 06:32](1034 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:41, 03:29](968 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:33, 06:15](1071 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:35, 03:14](945 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:34, 03:40](921 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:45, 04:53](1018 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:30, 01:52](926 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:10, 16:19] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:56, 02:10](1188 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:45, 00:56](1101 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:45, 01:16](1100 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:10, 10:36] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:40, 04:14](974 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 04:00] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:24, 04:50](1050 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:26, 04:47](1042 MB) -PASS -- TEST 'conus13km_debug_intel' [15:50, 14:18](1216 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:46, 14:46](884 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [08:49, 08:08](1103 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:47, 14:24](1244 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 03:52] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:26, 04:56](1086 MB) - -PASS -- COMPILE 'hafsw_intel' [13:11, 12:21] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:20, 05:04](722 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:33, 06:15](1096 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:33, 07:02](804 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:16, 13:39](850 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:29, 15:11](873 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:58, 05:43](479 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:25, 08:02](497 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:43, 02:47](352 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:06, 07:37](460 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:48, 03:48](509 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:51, 03:37](508 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:56, 04:10](568 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:28, 01:12](380 MB) -PASS -- TEST 'gnv1_nested_intel' [07:02, 04:07](781 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:11, 04:18] ( 1467 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:54, 12:44](537 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [21:11, 20:25] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:01, 08:59](619 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:05, 08:52](721 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:11, 12:21] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:03, 06:40](673 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:11, 11:42] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:16, 06:34](814 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:18, 06:35](797 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:58, 16:02](1209 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:11, 06:15] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:20, 02:42](1124 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:23, 01:41](1096 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:20, 02:39](1003 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:20, 02:36](1002 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:18, 02:41](1001 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:19, 02:44](1133 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:19, 02:44](1152 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:19, 02:36](1006 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:27, 06:37](1049 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:17, 06:21](1030 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:17, 02:45](1139 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:20, 03:55](2477 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:21, 03:53](2435 MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:12, 13:46] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:18, 05:50](3320 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:11, 16:46] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:05, 17:19](1992 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:17, 17:56](2167 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:11, 08:12](1256 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:58, 19:28](1881 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:12, 17:03] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [17:39, 17:02](1973 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 05:37] ( 1525 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:12, 22:58](1929 MB) + +PASS -- COMPILE 's2swa_intel' [14:12, 13:41] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [07:08, 06:03](3319 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [07:21, 06:05](3317 MB) +PASS -- TEST 'cpld_restart_p8_intel' [05:23, 03:33](3262 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [07:08, 05:59](3367 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:24, 03:36](3271 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [07:08, 05:45](3616 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:05, 06:08](3338 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [06:09, 04:57](3202 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:14, 06:07](3319 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [13:24, 10:28](3517 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [12:05, 06:33](3626 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [17:52, 09:53](4280 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [21:21, 06:48](4367 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:10, 05:41](3325 MB) + +PASS -- COMPILE 's2sw_intel' [13:12, 12:58] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [06:11, 05:02](1968 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:18, 04:31](2049 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:11, 05:38] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:12, 08:39](3352 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:11, 05:09] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:03, 05:50](2001 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [13:12, 12:11] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:17, 04:28](2038 MB) + +PASS -- COMPILE 's2s_intel' [13:11, 12:13] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [10:56, 09:35](3089 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:44, 02:49](3075 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:40, 01:40](2494 MB) + +PASS -- COMPILE 's2swa_faster_intel' [21:12, 20:24] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [07:23, 05:43](3343 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:11, 15:46] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:03, 17:36](2005 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:14, 08:20](1260 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:08, 19:55](1873 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 05:06] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:02, 24:55](1959 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:13, 12:01] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:26, 03:20](707 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:51, 02:56](1599 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:57, 03:00](1613 MB) +PASS -- TEST 'control_latlon_intel' [04:48, 02:57](1603 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:54, 03:02](1606 MB) +PASS -- TEST 'control_c48_intel' [08:50, 07:38](1761 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:28, 06:29](871 MB) +PASS -- TEST 'control_c192_intel' [12:12, 10:42](1751 MB) +PASS -- TEST 'control_c384_intel' [13:17, 10:30](2008 MB) +PASS -- TEST 'control_c384gdas_intel' [12:30, 08:09](1402 MB) +PASS -- TEST 'control_stochy_intel' [02:25, 01:38](664 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:30, 01:03](509 MB) +PASS -- TEST 'control_lndp_intel' [02:26, 01:36](662 MB) +PASS -- TEST 'control_iovr4_intel' [03:27, 02:30](658 MB) +PASS -- TEST 'control_iovr5_intel' [03:27, 02:26](660 MB) +PASS -- TEST 'control_p8_intel' [05:06, 03:21](1894 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:11, 03:06](1904 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:04, 02:58](1895 MB) +PASS -- TEST 'control_restart_p8_intel' [02:46, 01:46](1138 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:58, 03:07](1894 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:06, 01:44](1163 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:50, 03:13](1888 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:52, 03:00](1990 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:47, 05:31](1870 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:57, 04:10](1963 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:54, 03:15](1905 MB) +PASS -- TEST 'merra2_thompson_intel' [04:51, 03:27](1897 MB) +PASS -- TEST 'regional_control_intel' [06:40, 05:23](1109 MB) +PASS -- TEST 'regional_restart_intel' [03:39, 03:00](1098 MB) +PASS -- TEST 'regional_decomp_intel' [06:39, 05:44](1091 MB) +PASS -- TEST 'regional_2threads_intel' [04:45, 03:32](1087 MB) +PASS -- TEST 'regional_noquilt_intel' [06:44, 05:23](1396 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:49, 05:20](1095 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:38, 05:22](1102 MB) +PASS -- TEST 'regional_wofs_intel' [07:43, 06:53](1915 MB) + +PASS -- COMPILE 'rrfs_intel' [12:11, 11:14] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:43, 07:44](1112 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:10, 04:15](1301 MB) +PASS -- TEST 'rap_decomp_intel' [09:38, 08:07](1038 MB) +PASS -- TEST 'rap_2threads_intel' [08:38, 07:19](1187 MB) +PASS -- TEST 'rap_restart_intel' [04:45, 04:01](1104 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:41, 07:43](1110 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:37, 08:07](1042 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:47, 05:53](1138 MB) +PASS -- TEST 'hrrr_control_intel' [04:44, 03:59](1047 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:36, 04:12](1037 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:36, 03:42](1118 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:37, 02:10](1002 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:49, 07:38](1106 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:29, 09:26](1983 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:33, 09:06](2054 MB) + +PASS -- COMPILE 'csawmg_intel' [11:12, 10:46] +PASS -- TEST 'control_csawmg_intel' [07:42, 06:10](1021 MB) +PASS -- TEST 'control_ras_intel' [04:23, 03:21](737 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:11, 04:35] +PASS -- TEST 'control_csawmg_gnu' [09:54, 08:32](750 MB) + +PASS -- COMPILE 'wam_intel' [11:11, 10:17] +PASS -- TEST 'control_wam_intel' [02:22, 02:05](656 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [19:12, 19:06] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:51, 02:45](1897 MB) +PASS -- TEST 'regional_control_faster_intel' [05:39, 04:49](1101 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:12, 06:33] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:43, 02:36](1627 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:46, 02:33](1623 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:27, 03:01](824 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:23, 02:44](816 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:42, 04:20](1139 MB) +PASS -- TEST 'control_ras_debug_intel' [03:23, 02:43](832 MB) +PASS -- TEST 'control_diag_debug_intel' [03:45, 02:40](1676 MB) +PASS -- TEST 'control_debug_p8_intel' [03:42, 03:02](1922 MB) +PASS -- TEST 'regional_debug_intel' [17:38, 17:04](1094 MB) +PASS -- TEST 'rap_control_debug_intel' [05:29, 04:54](1209 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:24, 04:49](1214 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:21, 04:49](1212 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:24, 04:51](1213 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:24, 04:50](1211 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:44, 05:04](1297 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:26, 04:57](1208 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:25, 05:00](1205 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:26, 04:55](1211 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:25, 04:56](1210 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:24, 04:49](1217 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:27, 04:50](1209 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:25, 07:57](1214 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:25, 04:47](1205 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:24, 05:48](1211 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:26, 04:50](1208 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:46, 08:33](1214 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:10, 04:53] +PASS -- TEST 'control_csawmg_debug_gnu' [03:38, 02:23](749 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:13, 04:15] ( 855 warnings ) +PASS -- TEST 'control_wam_debug_intel' [06:23, 05:06](524 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 10:47] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:09, 04:00](1177 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:38, 06:27](1042 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:37, 03:22](999 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:42, 06:09](1092 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:39, 03:09](967 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:41, 03:37](941 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:42, 04:51](1034 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:30, 01:54](937 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:11, 14:39] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:58, 02:05](1206 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:49, 01:00](1123 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:53, 01:16](1110 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 10:34] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:43, 04:16](992 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 04:02] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:23, 04:58](1089 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:22, 04:42](1077 MB) +PASS -- TEST 'conus13km_debug_intel' [16:03, 14:32](1242 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:55, 14:28](941 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:48, 08:07](1165 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:53, 14:17](1306 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 04:13] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:29, 04:53](1127 MB) + +PASS -- COMPILE 'hafsw_intel' [13:11, 12:26] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:40, 05:20](745 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:35, 07:16](1111 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:25, 07:07](836 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:36, 13:48](875 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:51, 15:26](881 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:04, 05:53](500 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:28, 07:17](519 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:49, 02:53](369 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:17, 07:40](470 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:56, 04:00](525 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:03, 03:46](529 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:55, 04:17](593 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:27, 01:18](403 MB) +PASS -- TEST 'gnv1_nested_intel' [05:45, 04:12](800 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:11, 04:33] ( 1467 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:58, 12:48](588 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [21:12, 20:22] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:10, 08:58](675 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:11, 09:01](743 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:11, 12:40] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:21, 06:32](728 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:11, 11:34] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:30, 06:36](834 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:29, 06:34](820 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:59, 16:11](1216 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:11, 06:09] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:19, 02:40](1145 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:21, 01:37](1105 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:17, 02:33](1014 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:21, 02:40](1012 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:22, 02:39](1025 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:21, 02:40](1162 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:19, 02:40](1148 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:20, 02:32](1027 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:50, 06:19](1060 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:46, 06:20](1033 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:15, 02:40](1136 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:20, 03:57](2476 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:20, 03:58](2488 MB) PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:09] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:20, 06:27](1071 MB) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:24, 06:15](1081 MB) -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:11, 05:49] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:19, 02:48](1143 MB) +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:12, 06:05] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:19, 02:42](1155 MB) -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:13] ( 1 remarks ) +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:11] ( 1 remarks ) PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:30, 00:54](259 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:24, 01:02](314 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:26, 00:36](312 MB) - -PASS -- COMPILE 'atml_intel' [13:11, 12:41] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:07, 04:24](1840 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:04, 04:30](1836 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:52, 02:22](1089 MB) - -PASS -- COMPILE 'atml_debug_intel' [06:10, 05:20] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:00, 05:46](1840 MB) - -PASS -- COMPILE 'atmw_intel' [12:11, 11:25] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:53, 02:00](1891 MB) - -PASS -- COMPILE 'atmaero_intel' [11:10, 11:04] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:03, 04:10](3166 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:03, 04:56](3066 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:48, 05:04](3086 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:10, 03:58] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [25:02, 22:54](4450 MB) - -PASS -- COMPILE 'atm_gnu' [05:10, 04:58] -PASS -- TEST 'control_c48_gnu' [12:42, 11:17](1531 MB) -PASS -- TEST 'control_stochy_gnu' [04:25, 03:22](489 MB) -PASS -- TEST 'control_ras_gnu' [05:21, 04:46](498 MB) -PASS -- TEST 'control_p8_gnu' [05:53, 04:50](1450 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:55, 04:40](1452 MB) -PASS -- TEST 'control_flake_gnu' [11:23, 10:18](534 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:10, 04:52] -PASS -- TEST 'rap_control_gnu' [11:34, 10:50](845 MB) -PASS -- TEST 'rap_decomp_gnu' [11:34, 10:44](850 MB) -PASS -- TEST 'rap_2threads_gnu' [10:37, 09:46](933 MB) -PASS -- TEST 'rap_restart_gnu' [06:43, 05:32](572 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [11:40, 10:49](845 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [12:32, 11:07](848 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:48, 08:01](572 MB) -PASS -- TEST 'hrrr_control_gnu' [06:36, 05:35](845 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [06:31, 05:31](831 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:35, 05:03](925 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:36, 05:32](844 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:29, 02:53](556 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:28, 02:52](652 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [11:44, 10:29](841 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:10, 08:05] -PASS -- TEST 'control_diag_debug_gnu' [02:49, 01:35](1268 MB) -PASS -- TEST 'regional_debug_gnu' [10:39, 09:49](750 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:23, 02:38](851 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:24, 02:32](848 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:23, 02:34](854 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:22, 02:37](852 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:36, 02:45](935 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:23, 04:02](848 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:22, 02:34](858 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:22, 02:31](843 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:21, 01:32](482 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:21, 01:44](474 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:40, 01:46](1435 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:22, 02:37](850 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:22, 02:52](854 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:36, 04:14](857 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:10, 02:30] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 04:41] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:32, 09:24](703 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:36, 05:02](703 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:35, 08:41](753 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:32, 04:35](745 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:30, 05:07](702 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:39, 07:05](544 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:29, 02:34](536 MB) -PASS -- TEST 'conus13km_control_gnu' [04:55, 03:10](871 MB) -PASS -- TEST 'conus13km_2threads_gnu' [06:45, 05:44](875 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:47, 01:51](547 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [13:11, 12:24] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:39, 05:46](732 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 08:02] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:22, 02:32](702 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:23, 02:26](704 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:49, 06:50](875 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:45, 07:02](573 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [08:42, 07:11](880 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:42, 06:51](942 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:12, 08:06] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:25, 02:41](725 MB) - -PASS -- COMPILE 's2swa_gnu' [15:12, 14:50] - -PASS -- COMPILE 's2s_gnu' [15:12, 14:43] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [08:04, 06:48](1518 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:11, 03:23] - -PASS -- COMPILE 's2sw_pdlib_gnu' [15:12, 14:35] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [24:03, 22:35](1449 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:12, 03:18] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [14:57, 13:32](1451 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [15:12, 14:12] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:19, 03:02](698 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:26, 00:52](322 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:30, 00:33](322 MB) + +PASS -- COMPILE 'atml_intel' [13:11, 12:29] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:23, 04:29](1879 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:17, 04:25](1870 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:05, 02:32](1104 MB) + +PASS -- COMPILE 'atml_debug_intel' [06:11, 05:23] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:16, 05:56](1881 MB) + +PASS -- COMPILE 'atmw_intel' [12:11, 11:28] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:57, 01:56](1932 MB) + +PASS -- COMPILE 'atmaero_intel' [11:12, 11:08] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:18, 04:08](3206 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:16, 04:57](3108 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:03, 04:58](3117 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:12, 03:55] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [32:22, 30:02](4444 MB) + +PASS -- COMPILE 'atm_gnu' [05:12, 04:53] +PASS -- TEST 'control_c48_gnu' [12:47, 11:09](1541 MB) +PASS -- TEST 'control_stochy_gnu' [04:26, 03:24](502 MB) +PASS -- TEST 'control_ras_gnu' [05:28, 04:54](510 MB) +PASS -- TEST 'control_p8_gnu' [06:09, 04:52](1463 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [06:03, 04:44](1475 MB) +PASS -- TEST 'control_flake_gnu' [11:26, 10:33](545 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:12, 04:48] +PASS -- TEST 'rap_control_gnu' [11:41, 10:54](865 MB) +PASS -- TEST 'rap_decomp_gnu' [11:42, 10:48](866 MB) +PASS -- TEST 'rap_2threads_gnu' [10:42, 09:52](943 MB) +PASS -- TEST 'rap_restart_gnu' [06:48, 05:26](589 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [11:45, 10:57](862 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [12:41, 11:19](860 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:55, 07:57](591 MB) +PASS -- TEST 'hrrr_control_gnu' [06:47, 05:40](861 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [06:40, 05:36](846 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [06:36, 05:12](931 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [06:42, 05:39](859 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:41, 02:49](571 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:39, 02:48](667 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [11:54, 10:32](857 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [09:12, 08:26] +PASS -- TEST 'control_diag_debug_gnu' [03:04, 01:47](1289 MB) +PASS -- TEST 'regional_debug_gnu' [12:49, 11:10](742 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:36, 02:44](877 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:31, 02:39](869 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:29, 02:36](873 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:27, 02:40](875 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:48, 02:51](956 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:27, 04:04](870 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:25, 02:38](870 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:26, 02:42](868 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:23, 01:35](509 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:24, 02:01](503 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:43, 01:51](1456 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:25, 02:37](871 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:23, 02:53](877 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:46, 04:22](878 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:12, 02:28] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:12, 04:40] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:37, 09:21](725 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:42, 04:56](721 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:46, 08:45](768 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:38, 04:35](767 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:38, 05:04](718 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:44, 06:58](561 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:29, 02:34](551 MB) +PASS -- TEST 'conus13km_control_gnu' [05:06, 03:15](886 MB) +PASS -- TEST 'conus13km_2threads_gnu' [06:46, 05:43](888 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:48, 01:47](558 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [13:12, 12:28] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:47, 05:43](742 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [09:12, 08:32] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:26, 02:31](721 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:28, 02:27](719 MB) +PASS -- TEST 'conus13km_debug_gnu' [08:04, 07:05](904 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:54, 07:01](593 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [08:50, 07:34](909 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:48, 06:44](971 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [09:12, 08:27] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:27, 02:36](744 MB) + +PASS -- COMPILE 's2swa_gnu' [15:11, 14:39] + +PASS -- COMPILE 's2s_gnu' [15:11, 14:27] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [08:17, 06:53](1545 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:10, 03:24] + +PASS -- COMPILE 's2sw_pdlib_gnu' [15:11, 14:37] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [24:07, 22:57](1450 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:10, 03:18] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [14:59, 13:29](1476 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [15:11, 14:12] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:20, 03:03](702 MB) SYNOPSIS: -Starting Date/Time: 20240523 12:48:03 -Ending Date/Time: 20240523 14:21:49 -Total Time: 01h:35m:37s +Starting Date/Time: 20240528 03:17:29 +Ending Date/Time: 20240528 04:51:37 +Total Time: 01h:34m:34s Compiles Completed: 55/55 -Tests Completed: 242/243 -Failed Tests: -* TEST cpld_control_noaero_p8_agrid_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /scratch2/NCEPDEV/marine/Jong.Kim/UFS-RT/rt-2273/tests/logs/log_hera/run_cpld_control_noaero_p8_agrid_intel.log - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF HERA REGRESSION TESTING LOG==== -====START OF HERA REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -740041579e51120ea3749d5d868d838a4baeb7f2 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 70810f134fda5cb5fbb8ace9b79fe263768671dc FV3 (heads/develop) - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) - ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240522 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1869542 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: nems -* (-n) - RUN SINGLE TEST: cpld_control_noaero_p8_agrid -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2s_aoflux_intel' [13:11, 12:20] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:04, 04:31](2028 MB) - -SYNOPSIS: -Starting Date/Time: 20240523 14:57:08 -Ending Date/Time: 20240523 15:18:48 -Total Time: 00h:21m:48s -Compiles Completed: 1/1 -Tests Completed: 1/1 +Tests Completed: 243/243 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 081a61eb80..6501143574 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,7 +1,7 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -f8c5637909d70f3b7a92dd6c1d3b6588e5e07b84 +adb3ce384d9e58337d4271b64b69f94a58bfca68 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,7 +11,7 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 70810f134fda5cb5fbb8ace9b79fe263768671dc FV3 (heads/develop) + 46093ebc3a5aa7c98c578ad4610ad378c2d9291b FV3 (remotes/origin/fhbucket) 061a73663f2bab9799eab7345c2ff8a34c789573 FV3/atmos_cubed_sphere (201912_public_release-394-g061a736) ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) @@ -35,433 +35,367 @@ 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-20240522 -COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1942192 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240524 +COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_958471 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [12:11, 11:31] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:00, 08:02](2129 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:11, 16:43] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [16:10, 14:10](2003 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:43, 14:20](2298 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:36, 06:43](1310 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:10, 15:28](1913 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:11, 16:38] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [14:33, 13:37](1983 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 06:02] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [22:17, 20:32](1958 MB) - -PASS -- COMPILE 's2swa_intel' [12:11, 11:24] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [08:50, 07:57](2189 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:02, 07:40](2181 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:15, 05:11](1972 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:54, 08:05](2214 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:06, 05:38](1736 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:55, 09:19](2555 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:47, 07:52](2178 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:09, 06:45](2088 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:02, 08:01](2188 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [17:36, 15:31](2983 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [08:06, 06:05](2924 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [14:40, 09:02](3784 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:57, 06:11](3627 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [06:53, 05:20](2155 MB) - -PASS -- COMPILE 's2sw_intel' [11:11, 10:36] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:58, 07:21](2028 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:00, 04:09](2089 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:11, 06:03] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [08:09, 06:59](2198 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:11, 05:41] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:54, 04:48](2039 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:11, 09:42] ( 3 remarks ) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'cpld_control_noaero_p8_agrid_intel' [, ]( MB) - -PASS -- COMPILE 's2s_intel' [10:11, 09:32] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:39, 07:23](3087 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:43, 02:13](3069 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:41, 01:17](2500 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:11, 17:09] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:11, 07:23](2182 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:11, 17:26] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:50, 13:59](2038 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:00, 06:50](1388 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:48, 15:41](1960 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 04:30] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [22:45, 21:39](2016 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [09:11, 08:49] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [03:20, 02:58](719 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:36, 02:38](1621 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:39, 02:39](1612 MB) -PASS -- TEST 'control_latlon_intel' [03:30, 02:43](1614 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:38, 02:37](1611 MB) -PASS -- TEST 'control_c48_intel' [07:32, 07:00](1750 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:27, 05:48](861 MB) -PASS -- TEST 'control_c192_intel' [09:39, 09:03](1764 MB) -PASS -- TEST 'control_c384_intel' [12:28, 09:47](2052 MB) -PASS -- TEST 'control_c384gdas_intel' [10:01, 07:15](1531 MB) -PASS -- TEST 'control_stochy_intel' [02:20, 01:31](667 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:27, 00:54](553 MB) -PASS -- TEST 'control_lndp_intel' [02:20, 01:30](678 MB) -PASS -- TEST 'control_iovr4_intel' [05:19, 02:09](666 MB) -PASS -- TEST 'control_iovr5_intel' [04:24, 02:10](661 MB) -PASS -- TEST 'control_p8_intel' [05:42, 03:16](1910 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:56, 03:24](1909 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:49, 03:25](1911 MB) -PASS -- TEST 'control_restart_p8_intel' [02:48, 01:35](1157 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:39, 03:30](1905 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:44, 01:38](1207 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:44, 03:13](1902 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:41, 03:18](1988 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:30, 05:05](1909 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:50, 04:02](1989 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:50, 03:09](1908 MB) -PASS -- TEST 'merra2_thompson_intel' [04:53, 03:43](1916 MB) -PASS -- TEST 'regional_control_intel' [06:29, 05:25](1203 MB) -PASS -- TEST 'regional_restart_intel' [03:26, 02:45](1185 MB) -PASS -- TEST 'regional_decomp_intel' [05:27, 04:54](1190 MB) -PASS -- TEST 'regional_2threads_intel' [04:24, 03:36](1162 MB) -PASS -- TEST 'regional_noquilt_intel' [05:31, 04:33](1526 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:29, 04:39](1210 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:23, 04:38](1203 MB) -PASS -- TEST 'regional_wofs_intel' [06:24, 05:33](2088 MB) - -PASS -- COMPILE 'rrfs_intel' [09:11, 08:20] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [07:33, 06:30](1216 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:44, 03:25](1452 MB) -PASS -- TEST 'rap_decomp_intel' [07:32, 06:53](1172 MB) -PASS -- TEST 'rap_2threads_intel' [06:45, 06:02](1380 MB) -PASS -- TEST 'rap_restart_intel' [04:51, 03:24](1148 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:45, 06:28](1217 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:37, 06:58](1158 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [05:54, 05:02](1196 MB) -PASS -- TEST 'hrrr_control_intel' [04:36, 03:19](1080 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:33, 03:22](1046 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [03:46, 03:04](1124 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:18, 01:51](1030 MB) -PASS -- TEST 'rrfs_v1beta_intel' [07:53, 06:21](1202 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:20, 07:43](2016 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:22, 07:30](2195 MB) - -PASS -- COMPILE 'csawmg_intel' [08:11, 07:29] -PASS -- TEST 'control_csawmg_intel' [06:26, 05:57](1064 MB) -PASS -- TEST 'control_ras_intel' [03:18, 02:50](807 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:11, 04:01] -PASS -- TEST 'control_csawmg_gnu' [07:34, 06:44](1061 MB) - -PASS -- COMPILE 'wam_intel' [07:10, 06:39] -PASS -- TEST 'control_wam_intel' [02:24, 01:51](787 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [14:10, 13:47] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:50, 02:34](1910 MB) -PASS -- TEST 'regional_control_faster_intel' [05:23, 04:17](1204 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 05:08] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:28, 02:13](1629 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:33, 02:09](1626 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:17, 02:35](835 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:17, 02:18](832 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:24, 04:25](1150 MB) -PASS -- TEST 'control_ras_debug_intel' [03:18, 02:18](852 MB) -PASS -- TEST 'control_diag_debug_intel' [03:26, 02:19](1686 MB) -PASS -- TEST 'control_debug_p8_intel' [04:29, 03:20](1927 MB) -PASS -- TEST 'regional_debug_intel' [15:24, 15:06](1137 MB) -PASS -- TEST 'rap_control_debug_intel' [04:17, 04:03](1213 MB) -PASS -- TEST 'hrrr_control_debug_intel' [04:20, 03:55](1213 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [04:20, 03:58](1220 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [04:18, 03:59](1230 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:17, 04:02](1220 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:24, 04:18](1296 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:18, 04:05](1222 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:17, 04:04](1227 MB) -PASS -- TEST 'rap_lndp_debug_intel' [04:17, 04:03](1217 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:17, 04:02](1218 MB) -PASS -- TEST 'rap_noah_debug_intel' [04:17, 04:00](1215 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [04:17, 03:57](1215 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:17, 06:31](1228 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [04:18, 03:59](1213 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:18, 05:10](1229 MB) -PASS -- TEST 'rap_flake_debug_intel' [04:19, 03:58](1216 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:48, 06:56](1233 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:10, 04:30] -PASS -- TEST 'control_csawmg_debug_gnu' [03:32, 02:22](1053 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:10, 03:14] ( 855 warnings ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:11, 07:25] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:46, 03:14](1308 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:32, 05:25](1135 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:43, 02:53](1025 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:42, 05:03](1274 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:39, 02:39](1037 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:36, 03:00](969 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:41, 04:07](1095 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:32, 01:35](961 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:11, 11:28] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [02:38, 01:41](1291 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:29, 00:44](1204 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:31, 01:01](1156 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:11, 07:35] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:29, 03:38](1069 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 03:28] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:17, 03:57](1097 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:17, 03:54](1095 MB) -PASS -- TEST 'conus13km_debug_intel' [12:35, 11:53](1355 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [12:29, 12:08](1002 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [07:26, 06:39](1247 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:25, 11:34](1425 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 03:12] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:19, 03:56](1162 MB) - -PASS -- COMPILE 'hafsw_intel' [11:10, 09:41] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:06, 05:41](871 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:20, 04:57](1279 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:09, 06:14](948 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:02, 13:56](999 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:08, 15:47](1009 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:52, 05:30](607 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:19, 06:54](615 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:42, 02:44](436 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:01, 07:44](545 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:44, 03:50](618 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:40, 03:42](624 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:46, 04:51](681 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:24, 01:26](449 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:10, 03:29] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:42, 11:24](636 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [16:10, 15:56] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:48, 16:24](767 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:48, 16:05](853 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:11, 10:11] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:55, 10:32](810 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:10, 10:08] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:04, 05:23](959 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:04, 05:24](927 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:50, 16:19](1345 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:11, 07:13] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:17, 02:08](1148 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:15, 01:20](1102 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:15, 02:03](1007 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:15, 02:06](1009 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:15, 02:06](1014 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:15, 02:09](1150 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:14, 02:06](1149 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:15, 02:05](1012 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:55, 05:41](1166 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:50, 05:39](1154 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:13, 02:11](1131 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:16, 03:00](2389 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [03:18, 03:05](2380 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 04:05] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:14, 05:12](1070 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:13, 06:37] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:14, 02:08](1154 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 00:46] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:25, 00:54](339 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:19, 00:47](559 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:22, 00:33](569 MB) - -PASS -- COMPILE 'atml_intel' [10:10, 09:28] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:05, 06:19](1904 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [07:55, 06:27](1912 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:35, 02:47](1144 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:10, 04:10] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:51, 05:14](1923 MB) - -PASS -- COMPILE 'atmw_intel' [10:11, 09:33] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:47, 01:37](1946 MB) - -PASS -- COMPILE 'atmaero_intel' [08:11, 07:24] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:45, 03:47](2030 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:47, 04:18](1807 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:39, 04:34](1821 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [03:10, 02:49] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [18:24, 16:56](4585 MB) - -PASS -- COMPILE 'atm_gnu' [06:10, 05:18] -PASS -- TEST 'control_c48_gnu' [10:37, 09:29](1553 MB) -PASS -- TEST 'control_stochy_gnu' [03:19, 02:22](730 MB) -PASS -- TEST 'control_ras_gnu' [04:17, 03:44](732 MB) -PASS -- TEST 'control_p8_gnu' [04:42, 03:54](1729 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [04:35, 04:04](1736 MB) -PASS -- TEST 'control_flake_gnu' [05:17, 04:29](811 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:10, 05:03] -PASS -- TEST 'rap_control_gnu' [08:41, 07:43](1081 MB) -PASS -- TEST 'rap_decomp_gnu' [08:33, 07:44](1082 MB) -PASS -- TEST 'rap_2threads_gnu' [08:31, 07:51](1142 MB) -PASS -- TEST 'rap_restart_gnu' [04:46, 03:51](885 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [09:41, 08:15](1088 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:33, 08:24](1082 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:52, 05:45](881 MB) -PASS -- TEST 'hrrr_control_gnu' [04:46, 03:56](1071 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [04:32, 03:58](1135 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [04:32, 03:36](1027 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [04:33, 03:58](1069 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [02:24, 02:01](879 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:23, 01:58](930 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [08:50, 07:30](1077 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [12:11, 11:09] -PASS -- TEST 'control_diag_debug_gnu' [01:30, 01:08](1633 MB) -PASS -- TEST 'regional_debug_gnu' [07:26, 06:29](1139 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:17, 01:57](1104 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:16, 01:57](1092 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:17, 01:57](1096 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:17, 01:55](1095 MB) -PASS -- TEST 'rap_diag_debug_gnu' [02:23, 02:03](1272 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:17, 03:06](1098 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:17, 01:59](1099 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:16, 01:59](1093 MB) -PASS -- TEST 'control_ras_debug_gnu' [01:19, 01:08](732 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:16, 01:16](727 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:26, 01:24](1724 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:17, 01:56](1101 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:17, 02:10](1100 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:48, 03:18](1099 MB) - -PASS -- COMPILE 'wam_debug_gnu' [04:10, 04:05] -PASS -- TEST 'control_wam_debug_gnu' [02:22, 01:56](497 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:10, 03:53] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:33, 07:20](963 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:54, 03:45](950 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:52, 06:45](970 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:37, 03:24](891 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:35, 03:46](950 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:48, 05:27](859 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:27, 02:01](857 MB) -PASS -- TEST 'conus13km_control_gnu' [03:37, 02:26](1266 MB) -PASS -- TEST 'conus13km_2threads_gnu' [01:24, 01:03](1173 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:26, 01:26](929 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:11, 09:46] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:28, 04:19](990 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [10:10, 09:49] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:16, 01:59](979 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:15, 01:55](974 MB) -PASS -- TEST 'conus13km_debug_gnu' [06:34, 05:30](1283 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [06:32, 05:33](975 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [04:27, 03:12](1192 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:27, 05:36](1350 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [11:10, 10:32] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:17, 01:55](1003 MB) - -PASS -- COMPILE 's2swa_gnu' [15:11, 14:24] - -PASS -- COMPILE 's2s_gnu' [16:11, 15:42] - -PASS -- COMPILE 's2swa_debug_gnu' [10:10, 09:43] - -PASS -- COMPILE 's2sw_pdlib_gnu' [17:10, 16:53] - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [10:10, 09:25] - -PASS -- COMPILE 'datm_cdeps_gnu' [18:10, 17:29] +PASS -- COMPILE 's2swa_32bit_intel' [12:11, 11:43] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:06, 07:43](2119 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:11, 18:02] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [15:21, 13:42](1991 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:47, 14:23](2300 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:21, 06:44](1316 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:11, 17:52](1912 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [19:11, 18:19] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [15:26, 15:09](1997 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 04:21] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [22:16, 20:34](1965 MB) + +PASS -- COMPILE 's2swa_intel' [11:11, 10:59] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [09:58, 08:24](2188 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:07, 08:44](2180 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:28, 04:26](1980 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [10:00, 08:26](2204 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:23, 05:10](1741 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:47, 09:43](2554 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:53, 07:55](2177 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:06, 06:42](2083 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:01, 08:02](2187 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [19:06, 16:18](2977 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [11:44, 06:35](2921 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [16:31, 09:10](3823 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:14, 06:39](3616 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:19, 05:45](2150 MB) + +PASS -- COMPILE 's2sw_intel' [11:11, 10:31] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:00, 07:35](2021 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:59, 04:27](2096 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:11, 05:42] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [09:03, 07:40](2209 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:11, 04:26] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:52, 06:35](2027 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [10:11, 09:37] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:54, 04:10](2072 MB) + +PASS -- COMPILE 's2s_intel' [10:11, 09:42] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:41, 07:28](3083 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:37, 02:14](3068 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:33, 01:19](2502 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:11, 16:42] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:58, 07:41](2190 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:11, 16:56] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:01, 14:29](2040 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:31, 07:54](1404 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:02, 15:38](1953 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 05:06] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [22:53, 22:09](2009 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:11, 08:14] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [03:18, 02:50](718 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:28, 02:33](1614 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:36, 02:40](1622 MB) +PASS -- TEST 'control_latlon_intel' [03:28, 02:36](1608 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:35, 02:31](1617 MB) +PASS -- TEST 'control_c48_intel' [07:41, 07:06](1744 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:26, 05:47](864 MB) +PASS -- TEST 'control_c192_intel' [09:47, 08:55](1748 MB) +PASS -- TEST 'control_c384_intel' [11:28, 09:15](2064 MB) +PASS -- TEST 'control_c384gdas_intel' [10:45, 07:27](1527 MB) +PASS -- TEST 'control_stochy_intel' [02:18, 01:23](668 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:46, 00:53](532 MB) +PASS -- TEST 'control_lndp_intel' [02:25, 01:22](667 MB) +PASS -- TEST 'control_iovr4_intel' [02:25, 02:04](670 MB) +PASS -- TEST 'control_iovr5_intel' [02:23, 02:05](666 MB) +PASS -- TEST 'control_p8_intel' [04:00, 02:46](1912 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:55, 03:14](1907 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:17, 04:15](1921 MB) +PASS -- TEST 'control_restart_p8_intel' [03:01, 01:37](1154 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:53, 03:10](1897 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:32, 02:22](1208 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:47, 02:44](1893 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:41, 02:35](1990 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:58, 04:46](1925 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:10, 03:42](1992 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:24, 04:10](1926 MB) +PASS -- TEST 'merra2_thompson_intel' [04:11, 03:01](1914 MB) +PASS -- TEST 'regional_control_intel' [05:27, 04:40](1194 MB) +PASS -- TEST 'regional_restart_intel' [03:37, 02:47](1179 MB) +PASS -- TEST 'regional_decomp_intel' [05:28, 04:53](1189 MB) +PASS -- TEST 'regional_2threads_intel' [03:27, 03:05](1160 MB) +PASS -- TEST 'regional_noquilt_intel' [05:26, 04:32](1517 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:28, 04:43](1202 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:24, 04:57](1200 MB) +PASS -- TEST 'regional_wofs_intel' [06:29, 05:44](2074 MB) + +PASS -- COMPILE 'rrfs_intel' [08:11, 07:45] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [07:57, 06:29](1191 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:59, 03:29](1453 MB) +PASS -- TEST 'rap_decomp_intel' [08:05, 06:49](1127 MB) +PASS -- TEST 'rap_2threads_intel' [07:55, 06:10](1370 MB) +PASS -- TEST 'rap_restart_intel' [05:16, 03:32](1148 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:04, 06:35](1202 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:04, 06:50](1143 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:03, 04:53](1231 MB) +PASS -- TEST 'hrrr_control_intel' [04:41, 03:26](1091 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:41, 03:29](1044 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [03:55, 03:06](1116 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:48, 01:55](1032 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:19, 06:18](1199 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:25, 07:43](2008 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:26, 07:28](2189 MB) + +PASS -- COMPILE 'csawmg_intel' [07:10, 07:04] +PASS -- TEST 'control_csawmg_intel' [06:31, 05:33](1063 MB) +PASS -- TEST 'control_ras_intel' [03:28, 02:54](831 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:10, 03:48] +PASS -- TEST 'control_csawmg_gnu' [07:30, 06:43](1070 MB) + +PASS -- COMPILE 'wam_intel' [10:10, 09:54] +PASS -- TEST 'control_wam_intel' [02:34, 01:58](799 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:12, 12:50] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:00, 02:28](1901 MB) +PASS -- TEST 'regional_control_faster_intel' [07:27, 06:52](1201 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:10, 05:44] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:42, 02:18](1632 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:51, 02:14](1632 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:29, 02:33](832 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:26, 02:18](834 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:32, 04:14](1147 MB) +PASS -- TEST 'control_ras_debug_intel' [03:20, 02:18](832 MB) +PASS -- TEST 'control_diag_debug_intel' [03:37, 02:15](1693 MB) +PASS -- TEST 'control_debug_p8_intel' [04:33, 03:20](1914 MB) +PASS -- TEST 'regional_debug_intel' [15:31, 14:46](1152 MB) +PASS -- TEST 'rap_control_debug_intel' [05:21, 04:11](1219 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:18, 04:04](1217 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:19, 04:08](1221 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [04:18, 04:04](1221 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:23, 04:05](1215 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:39, 04:16](1303 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:19, 04:10](1237 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:21, 04:02](1215 MB) +PASS -- TEST 'rap_lndp_debug_intel' [04:24, 04:04](1221 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:28, 03:58](1217 MB) +PASS -- TEST 'rap_noah_debug_intel' [04:26, 03:53](1223 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [04:18, 03:57](1222 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:17, 06:27](1220 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [04:20, 03:54](1216 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:19, 04:47](1217 MB) +PASS -- TEST 'rap_flake_debug_intel' [04:18, 04:02](1215 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:56, 06:54](1223 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 04:38] +PASS -- TEST 'control_csawmg_debug_gnu' [02:26, 01:58](1061 MB) + +PASS -- COMPILE 'wam_debug_intel' [03:10, 02:38] ( 855 warnings ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:10, 07:10] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:52, 03:18](1277 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:00, 05:24](1145 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:54, 02:59](1023 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:43, 05:11](1279 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:48, 02:37](1038 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:42, 03:02](992 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:56, 04:15](1104 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:49, 01:38](949 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:10, 09:37] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:41, 01:47](1312 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:30, 01:00](1200 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:48, 01:09](1143 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:10, 06:53] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:33, 03:51](1085 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:10, 03:02] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:22, 04:01](1095 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:25, 03:55](1088 MB) +PASS -- TEST 'conus13km_debug_intel' [12:34, 11:37](1335 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [13:35, 12:15](993 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [07:27, 06:50](1249 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:40, 11:42](1413 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:10, 02:54] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:21, 04:07](1157 MB) + +PASS -- COMPILE 'hafsw_intel' [11:10, 10:19] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:11, 05:40](873 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:38, 05:24](1289 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:26, 06:17](965 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:06, 14:12](981 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:25, 15:26](1017 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:58, 05:45](604 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:24, 06:53](619 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:47, 02:40](437 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:17, 07:45](541 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:48, 03:59](620 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:17, 04:08](616 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:58, 04:58](680 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:30, 01:13](450 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:10, 03:53] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:47, 11:23](640 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [16:10, 15:15] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:53, 17:22](753 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:12, 16:42](840 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [10:10, 09:28] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:56, 10:32](825 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:10, 09:28] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:10, 05:24](943 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:02, 05:39](929 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:45, 16:22](1342 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [05:11, 04:52] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:18, 02:19](1139 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:39, 01:24](1102 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:15, 02:09](1017 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:21, 02:17](1016 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:34, 02:07](1019 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:21, 02:17](1150 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:16, 02:11](1153 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:17, 02:06](1008 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:12, 05:25](1142 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:27, 05:16](1157 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:15, 02:14](1153 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:22, 03:05](2456 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:22, 03:06](2431 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:57] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:26, 05:15](1068 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:11, 06:14] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:16, 02:14](1151 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 00:47] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:25, 00:57](339 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:23, 00:57](570 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:21, 00:31](570 MB) + +PASS -- COMPILE 'atml_intel' [09:11, 08:25] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:13, 06:01](1899 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [07:05, 05:55](1899 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:50, 03:16](1129 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:11, 04:46] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:58, 05:16](1911 MB) + +PASS -- COMPILE 'atmw_intel' [10:11, 09:52] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:52, 01:43](1957 MB) + +PASS -- COMPILE 'atmaero_intel' [08:11, 08:03] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:53, 03:45](2026 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:53, 04:16](1806 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:43, 04:21](1836 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [03:10, 02:48] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [20:03, 17:15](4600 MB) + +PASS -- COMPILE 'atm_gnu' [04:10, 03:58] +PASS -- TEST 'control_c48_gnu' [10:37, 09:30](1558 MB) +PASS -- TEST 'control_stochy_gnu' [03:31, 02:22](733 MB) +PASS -- TEST 'control_ras_gnu' [04:24, 03:46](731 MB) +PASS -- TEST 'control_p8_gnu' [04:50, 03:50](1732 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [06:47, 05:44](1731 MB) +PASS -- TEST 'control_flake_gnu' [05:27, 04:28](812 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:10, 04:25] +PASS -- TEST 'rap_control_gnu' [09:02, 07:50](1093 MB) +PASS -- TEST 'rap_decomp_gnu' [09:02, 07:59](1088 MB) +PASS -- TEST 'rap_2threads_gnu' [08:56, 07:17](1120 MB) +PASS -- TEST 'rap_restart_gnu' [05:06, 03:57](882 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [08:51, 07:43](1081 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:50, 07:54](1089 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:07, 05:46](882 MB) +PASS -- TEST 'hrrr_control_gnu' [04:56, 04:02](1069 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:52, 04:19](1133 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:04, 03:52](1027 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:52, 04:18](1068 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:34, 02:09](880 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:40, 02:12](931 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [09:07, 07:36](1080 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:17, 07:21] +PASS -- TEST 'control_diag_debug_gnu' [02:48, 01:20](1625 MB) +PASS -- TEST 'regional_debug_gnu' [07:34, 06:35](1126 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:23, 02:06](1099 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:20, 02:03](1088 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:19, 02:04](1097 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [02:20, 02:01](1095 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:49, 02:09](1272 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:24, 03:11](1106 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:20, 02:02](1103 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:29, 02:13](1092 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:17, 01:15](724 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:26, 01:28](733 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:30, 02:38](1723 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:25, 02:00](1100 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:21, 02:19](1106 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:53, 03:35](1102 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:10, 03:25] +PASS -- TEST 'control_wam_debug_gnu' [02:27, 02:02](499 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:10, 04:49] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:34, 07:17](963 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:57, 03:53](950 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:49, 06:44](990 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:43, 03:30](874 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:56, 04:01](950 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:42, 05:32](858 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:22, 02:02](855 MB) +PASS -- TEST 'conus13km_control_gnu' [03:42, 02:34](1265 MB) +PASS -- TEST 'conus13km_2threads_gnu' [02:26, 01:36](1175 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:27, 01:38](929 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:10, 09:18] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:32, 04:33](987 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [10:10, 09:27] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:18, 01:59](982 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:21, 02:05](974 MB) +PASS -- TEST 'conus13km_debug_gnu' [06:48, 05:35](1285 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [06:39, 05:40](978 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [04:33, 03:14](1196 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:33, 05:57](1352 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:10, 06:54] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:29, 02:19](1009 MB) + +PASS -- COMPILE 's2swa_gnu' [16:11, 16:06] + +PASS -- COMPILE 's2s_gnu' [16:11, 15:47] + +PASS -- COMPILE 's2swa_debug_gnu' [09:10, 08:30] + +PASS -- COMPILE 's2sw_pdlib_gnu' [16:10, 15:45] + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [09:10, 08:28] + +PASS -- COMPILE 'datm_cdeps_gnu' [15:10, 15:07] SYNOPSIS: -Starting Date/Time: 20240522 21:39:48 -Ending Date/Time: 20240522 23:03:02 -Total Time: 01h:23m:37s +Starting Date/Time: 20240527 14:04:25 +Ending Date/Time: 20240527 15:19:34 +Total Time: 01h:15m:31s Compiles Completed: 55/55 -Tests Completed: 237/238 -Failed Tests: -* TEST cpld_control_noaero_p8_agrid_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /work/noaa/nems/zshrader/hercules/rt-2273/tests/logs/log_hercules/run_cpld_control_noaero_p8_agrid_intel.log - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF HERCULES REGRESSION TESTING LOG==== -====START OF HERCULES REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -f8c5637909d70f3b7a92dd6c1d3b6588e5e07b84 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 70810f134fda5cb5fbb8ace9b79fe263768671dc FV3 (heads/develop) - 061a73663f2bab9799eab7345c2ff8a34c789573 FV3/atmos_cubed_sphere (201912_public_release-394-g061a736) - ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) - 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240522 -COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_2295701 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf - -PASS -- COMPILE 's2s_aoflux_intel' [09:10, 08:12] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [04:37, 04:08](2084 MB) - -SYNOPSIS: -Starting Date/Time: 20240522 23:49:55 -Ending Date/Time: 20240523 00:03:42 -Total Time: 00h:13m:48s -Compiles Completed: 1/1 -Tests Completed: 1/1 +Tests Completed: 238/238 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 d576c22ec0..941060cd03 100644 --- a/tests/logs/RegressionTests_jet.log +++ b/tests/logs/RegressionTests_jet.log @@ -1,7 +1,7 @@ ====START OF JET REGRESSION TESTING LOG==== UFSWM hash used in testing: -f8c5637909d70f3b7a92dd6c1d3b6588e5e07b84 +c028fa43556f266cd1e672d315d9b64cc4346722 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,7 +11,7 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 70810f134fda5cb5fbb8ace9b79fe263768671dc FV3 (heads/develop) + 46093ebc3a5aa7c98c578ad4610ad378c2d9291b FV3 (remotes/origin/fhbucket) 061a73663f2bab9799eab7345c2ff8a34c789573 FV3/atmos_cubed_sphere (201912_public_release-394-g061a736) ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) @@ -35,315 +35,250 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240522 -COMPARISON DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_947073 +BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240524 +COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3198872 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-r) - USE ROCOTO - -PASS -- COMPILE 's2swa_32bit_intel' [41:06, 41:06] ( 1 warnings 1382 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:16, 08:40](2020 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [48:23, 48:23] ( 1 warnings 1426 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [24:08, 22:06](1884 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:36, 24:32](1999 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [15:08, 12:41](1128 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [28:27, 26:28](1843 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [54:45, 54:45] ( 1 warnings 1423 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [23:02, 22:15](1868 MB) - -PASS -- COMPILE 's2swa_intel' [41:27, 41:27] ( 1380 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [11:11, 09:29](2004 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:09, 09:30](2034 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:54, 05:55](1718 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:58, 09:13](2075 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:27, 07:38](1737 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [11:16, 09:43](2303 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:46, 09:21](2042 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [10:27, 08:46](1990 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:11, 10:22](2058 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [11:11, 09:39](2021 MB) - -PASS -- COMPILE 's2sw_intel' [38:45, 38:45] ( 1278 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:52, 07:26](1886 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:21, 07:50](1970 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:16, 06:16] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [14:05, 12:15](2056 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:48, 05:48] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:32, 08:23](1923 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [35:08, 35:08] ( 1010 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:56, 07:13](1954 MB) - -PASS -- COMPILE 's2s_intel' [35:42, 35:42] ( 1015 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [14:33, 13:47](3049 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:51, 04:06](3027 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:47, 02:12](2471 MB) - -PASS -- COMPILE 's2swa_faster_intel' [34:15, 34:15] ( 1609 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:33, 08:05](2046 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [48:08, 48:08] ( 1338 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:08, 21:57](1915 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:28, 12:01](1139 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:12, 24:51](1878 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:50, 05:50] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:11, 33:01](1922 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [38:18, 38:18] ( 1 warnings 1147 remarks ) -PASS -- TEST 'control_flake_intel' [05:03, 04:45](648 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:53, 04:14](1537 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:41, 04:20](1550 MB) -PASS -- TEST 'control_latlon_intel' [06:28, 04:17](1526 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:30, 04:31](1534 MB) -PASS -- TEST 'control_c48_intel' [12:55, 12:04](1740 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [10:33, 10:11](842 MB) -PASS -- TEST 'control_c192_intel' [15:27, 14:41](1671 MB) -PASS -- TEST 'control_c384_intel' [20:38, 18:50](1810 MB) -PASS -- TEST 'control_c384gdas_intel' [17:12, 13:48](1013 MB) -PASS -- TEST 'control_stochy_intel' [02:41, 02:20](604 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:57, 01:33](438 MB) -PASS -- TEST 'control_lndp_intel' [02:38, 02:18](606 MB) -PASS -- TEST 'control_iovr4_intel' [03:45, 03:26](594 MB) -PASS -- TEST 'control_iovr5_intel' [03:46, 03:26](595 MB) -PASS -- TEST 'control_p8_intel' [06:07, 04:55](1835 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:01, 04:51](1846 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:03, 04:46](1834 MB) -PASS -- TEST 'control_restart_p8_intel' [04:08, 03:00](1060 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:57, 04:42](1832 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:57, 02:53](1053 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:06, 04:57](1833 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:03, 04:54](1930 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:52, 08:07](1844 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:25, 06:09](1886 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:30, 05:18](1843 MB) -PASS -- TEST 'merra2_thompson_intel' [06:44, 05:17](1842 MB) -PASS -- TEST 'regional_control_intel' [08:40, 08:08](1002 MB) -PASS -- TEST 'regional_restart_intel' [05:22, 04:48](1005 MB) -PASS -- TEST 'regional_decomp_intel' [09:07, 08:34](995 MB) -PASS -- TEST 'regional_2threads_intel' [06:43, 06:11](993 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:47, 08:07](1021 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:32, 08:00](1007 MB) - -PASS -- COMPILE 'rrfs_intel' [35:28, 35:28] ( 3 warnings 1114 remarks ) -PASS -- TEST 'rap_control_intel' [13:04, 11:42](987 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:06, 06:02](1208 MB) -PASS -- TEST 'rap_decomp_intel' [11:44, 10:40](986 MB) -PASS -- TEST 'rap_2threads_intel' [10:55, 09:48](1078 MB) -PASS -- TEST 'rap_restart_intel' [06:37, 05:22](982 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:25, 10:15](985 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:10, 11:01](969 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:57, 07:47](996 MB) -PASS -- TEST 'hrrr_control_intel' [06:39, 05:21](973 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:44, 05:35](965 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:24, 05:11](1055 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:20, 02:55](916 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:25, 10:08](975 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [13:13, 12:50](1933 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:54, 12:24](1913 MB) - -PASS -- COMPILE 'csawmg_intel' [32:56, 32:56] ( 1095 remarks ) -PASS -- TEST 'control_csawmg_intel' [09:29, 08:53](968 MB) -PASS -- TEST 'control_ras_intel' [04:58, 04:35](669 MB) - -PASS -- COMPILE 'wam_intel' [30:32, 30:32] ( 981 remarks ) -PASS -- TEST 'control_wam_intel' [03:17, 02:59](503 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [15:48, 15:48] ( 1298 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:00, 04:43](1837 MB) -PASS -- TEST 'regional_control_faster_intel' [08:16, 07:40](1010 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [08:20, 08:20] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:04, 03:29](1561 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:17, 03:32](1536 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:06, 03:51](761 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:13, 03:43](761 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:50, 06:06](1081 MB) -PASS -- TEST 'control_ras_debug_intel' [04:00, 03:43](774 MB) -PASS -- TEST 'control_diag_debug_intel' [04:16, 03:40](1618 MB) -PASS -- TEST 'control_debug_p8_intel' [05:47, 04:52](1850 MB) -PASS -- TEST 'regional_debug_intel' [23:32, 22:57](1045 MB) -PASS -- TEST 'rap_control_debug_intel' [06:42, 06:24](1152 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:30, 06:12](1143 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:40, 06:21](1152 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:42, 06:18](1152 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:49, 06:19](1146 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:27, 07:02](1234 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:10, 06:26](1147 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:39, 06:22](1150 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:34, 06:17](1154 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:31, 06:14](1157 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:27, 06:11](1147 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:33, 06:16](1151 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:24, 10:08](1148 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:21, 06:07](1140 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:06, 07:43](1153 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:37, 06:19](1148 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:06, 10:47](1155 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:33, 04:33] ( 855 warnings ) -PASS -- TEST 'control_wam_debug_intel' [06:27, 06:15](447 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [30:46, 30:46] ( 3 warnings 1027 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:04, 05:49](1087 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:35, 08:33](903 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:01, 04:32](876 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:21, 08:15](941 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:41, 04:08](914 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:28, 04:57](861 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:40, 06:24](903 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:52, 02:29](853 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [06:27, 06:27] ( 3 warnings 1198 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:05, 03:20](1088 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:25, 01:45](1053 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:24, 01:40](1002 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [31:27, 31:27] ( 3 warnings 1047 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:17, 05:37](913 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:55, 04:55] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:31, 06:13](1033 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:26, 06:08](1030 MB) -PASS -- TEST 'conus13km_debug_intel' [19:33, 18:49](1139 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [19:37, 18:48](857 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:48, 10:58](1113 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:17, 18:34](1213 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:36, 04:36] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:30, 06:12](1073 MB) - -PASS -- COMPILE 'hafsw_intel' [39:40, 39:40] ( 1 warnings 1426 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:52, 07:28](714 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:38, 07:10](1088 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:29, 09:52](773 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [18:29, 16:58](797 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:01, 18:27](829 MB) -FAILED: UNABLE TO RUN COMPARISON -- TEST 'gnv1_nested_intel' [, ]( MB) - -PASS -- COMPILE 'hafs_all_intel' [34:27, 34:27] ( 1267 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:49, 09:21](767 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:29, 09:04](759 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:08, 08:08] ( 67 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:59, 03:48](1055 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:30, 02:16](1027 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:04, 03:54](923 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:54, 03:44](924 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:50, 03:38](922 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:47, 03:38](1072 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:56, 03:45](1070 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:44, 03:34](924 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:03, 08:01](888 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:57, 07:57](840 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:46, 03:37](1069 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:40, 05:27](2320 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:29, 06:18](2398 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:35, 03:35] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:17, 08:05](1018 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:14, 08:14] ( 70 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:51, 03:40](1048 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:50, 01:49] ( 60 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:22, 01:57](229 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:49, 01:31](254 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:18, 00:58](251 MB) - -PASS -- COMPILE 'atml_intel' [37:51, 37:51] ( 8 warnings 1185 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:27, 10:43](1845 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [11:57, 10:32](1842 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:25, 05:44](1075 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:57, 05:57] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:52, 08:22](1831 MB) - -PASS -- COMPILE 'atmw_intel' [34:48, 34:48] ( 1259 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:41, 03:28](1850 MB) - -PASS -- COMPILE 'atmaero_intel' [33:23, 33:22] ( 1098 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:30, 06:15](1928 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:04, 06:39](1727 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:45, 06:49](1724 MB) +* (-a) - HPC PROJECT ACCOUNT: h-nems +* (-l) - USE CONFIG FILE: rt.conf +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2swa_32bit_intel' [40:14, 40:12] ( 1 warnings 1382 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:50, 08:37](2020 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [50:18, 49:26] ( 1 warnings 1426 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [29:39, 22:04](1887 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:42, 22:18](2019 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [14:58, 12:13](1129 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [29:05, 25:20](1845 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [49:17, 48:55] ( 1 warnings 1423 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [28:51, 22:05](1876 MB) + +PASS -- COMPILE 's2swa_intel' [42:14, 41:22] ( 1380 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [16:58, 08:52](2056 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [19:41, 09:02](2040 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:59, 05:20](1722 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [15:01, 09:21](2051 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [10:02, 06:35](1739 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:48, 09:14](2314 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [14:51, 08:55](2043 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [10:08, 08:06](1993 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:16, 09:24](2060 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [18:11, 08:49](2035 MB) + +PASS -- COMPILE 's2sw_intel' [39:14, 38:22] ( 1278 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [10:52, 07:40](1906 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [13:00, 07:14](1974 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:11, 06:31] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [17:53, 11:19](2072 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:11, 05:45] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [14:34, 07:54](1920 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [40:15, 35:08] ( 1010 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [10:28, 07:40](1970 MB) + +PASS -- COMPILE 's2s_intel' [38:16, 35:25] ( 1015 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [15:23, 13:33](3055 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [06:11, 04:18](3045 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:10, 02:29](2467 MB) + +PASS -- COMPILE 's2swa_faster_intel' [36:22, 33:59] ( 1609 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [11:21, 08:18](2006 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [44:16, 43:13] ( 1338 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [24:30, 22:16](1913 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:54, 11:14](1139 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [27:44, 25:06](1898 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:11, 05:31] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [36:32, 33:16](1926 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [39:16, 38:29] ( 1 warnings 1147 remarks ) +PASS -- TEST 'control_flake_intel' [06:48, 04:53](649 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [16:09, 03:56](1546 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [20:16, 04:17](1550 MB) +PASS -- TEST 'control_latlon_intel' [18:04, 03:56](1538 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [19:15, 04:00](1551 MB) +PASS -- TEST 'control_c48_intel' [14:17, 11:58](1735 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [11:55, 10:12](845 MB) +PASS -- TEST 'control_c192_intel' [24:30, 14:26](1680 MB) +PASS -- TEST 'control_c384_intel' [28:37, 17:55](1812 MB) +PASS -- TEST 'control_c384gdas_intel' [25:37, 13:33](1019 MB) +PASS -- TEST 'control_stochy_intel' [03:52, 02:40](603 MB) +PASS -- TEST 'control_stochy_restart_intel' [14:37, 01:24](432 MB) +PASS -- TEST 'control_lndp_intel' [03:52, 02:19](604 MB) +PASS -- TEST 'control_iovr4_intel' [04:50, 03:57](595 MB) +PASS -- TEST 'control_iovr5_intel' [04:48, 03:57](606 MB) +PASS -- TEST 'control_p8_intel' [20:43, 04:45](1854 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [21:39, 04:45](1847 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [21:48, 04:37](1851 MB) +PASS -- TEST 'control_restart_p8_intel' [04:22, 02:48](1050 MB) +PASS -- TEST 'control_noqr_p8_intel' [22:37, 04:46](1820 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [08:40, 02:45](1071 MB) +PASS -- TEST 'control_decomp_p8_intel' [21:26, 04:52](1837 MB) +PASS -- TEST 'control_2threads_p8_intel' [16:45, 04:50](1940 MB) +PASS -- TEST 'control_p8_lndp_intel' [18:14, 07:59](1850 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [17:50, 05:51](1893 MB) +PASS -- TEST 'control_p8_mynn_intel' [21:43, 04:42](1852 MB) +PASS -- TEST 'merra2_thompson_intel' [20:01, 05:08](1856 MB) +PASS -- TEST 'regional_control_intel' [11:56, 08:18](1015 MB) +PASS -- TEST 'regional_restart_intel' [09:41, 04:41](1009 MB) +PASS -- TEST 'regional_decomp_intel' [10:54, 08:54](1007 MB) +PASS -- TEST 'regional_2threads_intel' [09:58, 06:49](1004 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [09:54, 08:23](1009 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [10:41, 08:13](1012 MB) + +PASS -- COMPILE 'rrfs_intel' [36:15, 35:38] ( 3 warnings 1114 remarks ) +PASS -- TEST 'rap_control_intel' [13:32, 10:14](983 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:38, 05:44](1212 MB) +PASS -- TEST 'rap_decomp_intel' [15:06, 10:59](976 MB) +PASS -- TEST 'rap_2threads_intel' [15:06, 09:50](1075 MB) +PASS -- TEST 'rap_restart_intel' [07:23, 05:22](992 MB) +PASS -- TEST 'rap_sfcdiff_intel' [15:13, 10:15](988 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [15:13, 10:52](973 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [10:23, 07:44](996 MB) +PASS -- TEST 'hrrr_control_intel' [10:16, 05:30](987 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [10:16, 05:32](977 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [13:08, 05:02](1060 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:33, 02:53](908 MB) +PASS -- TEST 'rrfs_v1beta_intel' [14:49, 10:12](987 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [13:36, 12:37](1939 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:37, 12:21](1940 MB) + +PASS -- COMPILE 'csawmg_intel' [33:14, 32:50] ( 1095 remarks ) +PASS -- TEST 'control_csawmg_intel' [10:44, 08:54](961 MB) +PASS -- TEST 'control_ras_intel' [05:28, 04:33](667 MB) + +PASS -- COMPILE 'wam_intel' [25:14, 25:00] ( 981 remarks ) +PASS -- TEST 'control_wam_intel' [07:34, 02:44](501 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [15:22, 14:26] ( 1298 remarks ) +PASS -- TEST 'control_p8_faster_intel' [08:56, 04:32](1830 MB) +PASS -- TEST 'regional_control_faster_intel' [12:07, 08:42](1004 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:11, 07:37] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [08:03, 03:26](1547 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [08:06, 03:22](1564 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:33, 03:50](768 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:33, 03:25](769 MB) +PASS -- TEST 'control_csawmg_debug_intel' [09:58, 06:01](1080 MB) +PASS -- TEST 'control_ras_debug_intel' [05:33, 03:32](770 MB) +PASS -- TEST 'control_diag_debug_intel' [08:04, 03:26](1625 MB) +PASS -- TEST 'control_debug_p8_intel' [09:10, 04:28](1858 MB) +PASS -- TEST 'regional_debug_intel' [27:01, 22:38](1039 MB) +PASS -- TEST 'rap_control_debug_intel' [08:35, 06:06](1152 MB) +PASS -- TEST 'hrrr_control_debug_intel' [10:35, 05:59](1151 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [10:34, 06:06](1157 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [08:35, 06:07](1152 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [10:28, 06:09](1154 MB) +PASS -- TEST 'rap_diag_debug_intel' [09:41, 06:29](1236 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:25, 06:17](1151 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:25, 06:17](1153 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:28, 06:09](1152 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:28, 06:08](1155 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:24, 06:05](1150 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:23, 06:07](1147 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:28, 09:56](1147 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:30, 06:03](1147 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:28, 07:21](1150 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:29, 06:08](1155 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:29, 10:35](1161 MB) + +PASS -- COMPILE 'wam_debug_intel' [12:12, 04:46] ( 855 warnings ) +PASS -- TEST 'control_wam_debug_intel' [07:24, 06:15](447 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [38:13, 30:36] ( 3 warnings 1027 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:23, 05:29](1084 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [14:03, 09:39](906 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:44, 04:50](874 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [11:20, 09:05](950 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [09:11, 04:39](910 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [10:11, 05:18](858 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:21, 06:36](904 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:40, 03:05](840 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [55:19, 50:44] ( 3 warnings 1197 remarks ) +PASS -- TEST 'conus13km_control_intel' [06:01, 03:19](1112 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:04, 01:30](1056 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:01, 01:37](1024 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [31:15, 30:45] ( 3 warnings 1047 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:01, 06:26](912 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:11, 04:55] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:32, 06:13](1033 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [10:35, 05:56](1033 MB) +PASS -- TEST 'conus13km_debug_intel' [24:13, 18:36](1144 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [24:13, 18:43](857 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [14:59, 10:45](1093 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [24:07, 18:26](1211 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:10, 04:43] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:29, 06:09](1071 MB) + +PASS -- COMPILE 'hafsw_intel' [39:16, 39:01] ( 1 warnings 1426 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [13:39, 08:17](710 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [13:49, 08:59](1094 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [21:01, 10:26](774 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [26:53, 16:41](803 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [25:06, 18:42](825 MB) +PASS -- TEST 'gnv1_nested_intel' [13:48, 06:38](781 MB) + +PASS -- COMPILE 'hafs_all_intel' [35:15, 34:11] ( 1267 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [16:48, 09:53](769 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [20:48, 10:48](755 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:12, 08:17] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:25, 03:42](1058 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:40, 02:22](1039 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [07:24, 03:35](929 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:25, 03:46](922 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [07:24, 03:41](934 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [07:25, 03:46](1067 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:24, 03:49](1063 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [07:25, 03:40](931 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [13:03, 09:16](882 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [12:42, 08:37](845 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [07:22, 03:44](1074 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [09:26, 05:42](2339 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [09:26, 05:45](2392 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:25] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:24, 08:06](1011 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 08:08] ( 70 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:23, 04:37](1069 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:51] ( 60 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:44, 02:17](231 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:37, 02:00](255 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:29, 01:56](250 MB) + +PASS -- COMPILE 'atml_intel' [38:13, 38:06] ( 8 warnings 1185 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:42, 10:44](1863 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [12:43, 10:17](1860 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [09:49, 05:49](1069 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:11, 06:36] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [11:00, 09:05](1872 MB) + +PASS -- COMPILE 'atmw_intel' [35:13, 34:34] ( 1259 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:29, 03:00](1862 MB) + +PASS -- COMPILE 'atmaero_intel' [34:14, 33:26] ( 1098 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:24, 06:01](1947 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:29, 06:35](1716 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:14, 06:31](1733 MB) SYNOPSIS: -Starting Date/Time: 20240523 13:43:36 -Ending Date/Time: 20240523 21:31:38 -Total Time: 07h:48m:43s +Starting Date/Time: 20240528 04:20:37 +Ending Date/Time: 20240528 08:21:13 +Total Time: 04h:01m:14s Compiles Completed: 34/34 -Tests Completed: 161/162 -Failed Tests: -* TEST gnv1_nested_intel: FAILED: UNABLE TO RUN COMPARISON --- LOG: /mnt/lfs4/HFIP/hfv3gfs/Jong.Kim/UFS-RT-TESTs/rt-2273/tests/logs/log_jet/run_gnv1_nested_intel.log - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF JET REGRESSION TESTING LOG==== -====START OF JET REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -f8c5637909d70f3b7a92dd6c1d3b6588e5e07b84 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 70810f134fda5cb5fbb8ace9b79fe263768671dc FV3 (heads/develop) - 061a73663f2bab9799eab7345c2ff8a34c789573 FV3/atmos_cubed_sphere (201912_public_release-394-g061a736) - ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) - 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240522 -COMPARISON DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_548580 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-n) - RUN SINGLE TEST: gnv1_nested -* (-r) - USE ROCOTO - -PASS -- COMPILE 'hafsw_intel' [38:36, 38:36] ( 1 warnings 1426 remarks ) -PASS -- TEST 'gnv1_nested_intel' [07:21, 06:19](767 MB) - -SYNOPSIS: -Starting Date/Time: 20240524 00:21:53 -Ending Date/Time: 20240524 01:25:08 -Total Time: 01h:03m:35s -Compiles Completed: 1/1 -Tests Completed: 1/1 +Tests Completed: 162/162 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 1bd95e3df1..ba3aa42ff9 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,32 +1,32 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -af9c4e9844feeb94d0435a19fa09f171df33f647 +0b42e893a2bb2ecf3074ffc61315ee8f742e8c33 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) + 500073c60809f6f887194d3e79c1d632d1b5ed26 CICE-interface/CICE (remotes/origin/cice_sync) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) + 4e19850cb083bc474b7cde5dc2f8506ec74cc442 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-g4e19850) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 70810f134fda5cb5fbb8ace9b79fe263768671dc FV3 (heads/develop) - 061a73663f2bab9799eab7345c2ff8a34c789573 FV3/atmos_cubed_sphere (201912_public_release-394-g061a736) - ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) - 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) + ea39d44907b07409b42b635ef7b9ad1e81543316 FV3 (remotes/origin/cs_perts) + a5c5ebfa556876c0e3e92880ce374d096bd2060e FV3/atmos_cubed_sphere (remotes/origin/cs_perts) + 741212e4962d371520f773e2be9481142f79635e FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-718-g741212e) + 1c2a898e97f069eeeb930cfb542db67ed349b72c FV3/ccpp/physics (EP4-744-g1c2a898e) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 129e1bda02d454fb280819d1d87ae16347fd044c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10049-g129e1bda0) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) + 1e259014c1eba9070cec7027d8b4b479ae54275a NOAHMP-interface/noahmp (v3.7.1-430-g1e25901) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + 31e4e3e57bad8a7cdaa0ce2d3c4efbca63b5f74a stochastic_physics (ufs-v2.0.0-216-g31e4e3e) NOTES: @@ -35,281 +35,277 @@ 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-20240522 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_441512 +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240503 +COMPARISON DIRECTORY: /work/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_202383 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_32bit_intel' [17:11, 16:00] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:45, 05:36](3306 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:12, 21:30] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:54, 17:28](1971 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:07, 18:25](2148 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:04, 08:35](1247 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:54, 19:45](1875 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:12, 21:15] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:46, 17:13](1969 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:11, 06:26] ( 1525 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:47, 22:52](1919 MB) - -PASS -- COMPILE 's2swa_intel' [17:11, 15:59] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [08:35, 06:08](3336 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:52, 05:58](3333 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:00, 03:36](3263 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:35, 06:05](3359 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:00, 03:42](3279 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [08:35, 06:26](3622 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:28, 06:01](3326 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:28, 07:43](3215 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:48, 05:56](3338 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [15:01, 10:45](3521 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [10:22, 06:42](3617 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [19:04, 11:28](4271 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:23, 07:13](4361 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:38, 05:38](3317 MB) - -PASS -- COMPILE 's2sw_intel' [16:11, 14:08] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:06, 04:57](1980 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:26, 04:38](2034 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:11, 05:11] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:29, 08:54](3383 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:11, 04:56] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:11, 06:19](1985 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [15:11, 13:02] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:25, 04:39](2036 MB) - -PASS -- COMPILE 's2s_intel' [15:11, 13:29] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [10:01, 08:32](3086 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:02, 02:41](3069 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:55, 01:34](2502 MB) - -PASS -- COMPILE 's2swa_faster_intel' [25:12, 24:25] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [08:44, 05:28](3339 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [19:11, 18:31] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:13, 17:37](1988 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:26, 08:41](1252 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:17, 19:40](1889 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:11, 05:15] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:04, 24:49](1957 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [14:11, 13:40] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:23, 03:38](699 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:41, 02:56](1598 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:46, 03:01](1610 MB) -PASS -- TEST 'control_latlon_intel' [03:37, 02:56](1600 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:46, 02:58](1598 MB) -PASS -- TEST 'control_c48_intel' [07:44, 07:09](1773 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:33, 06:05](826 MB) -PASS -- TEST 'control_c192_intel' [12:02, 10:35](1745 MB) -PASS -- TEST 'control_c384_intel' [14:11, 11:34](2008 MB) -PASS -- TEST 'control_c384gdas_intel' [13:06, 09:18](1350 MB) -PASS -- TEST 'control_stochy_intel' [02:28, 01:37](652 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:25, 01:03](504 MB) -PASS -- TEST 'control_lndp_intel' [02:26, 01:37](649 MB) -PASS -- TEST 'control_iovr4_intel' [03:24, 02:30](649 MB) -PASS -- TEST 'control_iovr5_intel' [03:25, 02:27](649 MB) -PASS -- TEST 'control_p8_intel' [05:02, 03:08](1889 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:13, 03:05](1893 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:30, 03:56](1899 MB) -PASS -- TEST 'control_restart_p8_intel' [03:14, 01:47](1134 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:17, 03:00](1894 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:06, 01:47](1153 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:14, 03:08](1879 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:07, 03:12](1977 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:46, 05:22](1902 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:25, 04:07](1953 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:24, 03:08](1897 MB) -PASS -- TEST 'merra2_thompson_intel' [05:40, 03:24](1899 MB) -PASS -- TEST 'regional_control_intel' [06:37, 05:18](1095 MB) -PASS -- TEST 'regional_restart_intel' [03:37, 02:57](1091 MB) -PASS -- TEST 'regional_decomp_intel' [06:33, 05:41](1094 MB) -PASS -- TEST 'regional_2threads_intel' [04:33, 03:57](1090 MB) -PASS -- TEST 'regional_noquilt_intel' [06:34, 05:17](1391 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:39, 05:19](1101 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:31, 05:23](1087 MB) -PASS -- TEST 'regional_wofs_intel' [07:39, 06:40](1922 MB) - -PASS -- COMPILE 'rrfs_intel' [13:11, 12:21] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [09:29, 07:48](1120 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:03, 04:41](1305 MB) -PASS -- TEST 'rap_decomp_intel' [09:00, 08:07](1030 MB) -PASS -- TEST 'rap_2threads_intel' [08:59, 07:57](1184 MB) -PASS -- TEST 'rap_restart_intel' [06:30, 04:05](1099 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:31, 07:50](1107 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:34, 08:16](1035 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:27, 05:53](1132 MB) -PASS -- TEST 'hrrr_control_intel' [06:04, 04:01](1040 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:04, 04:12](1026 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:26, 03:25](1112 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:24, 02:11](998 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:27, 07:39](1103 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:29, 09:16](1992 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:29, 08:59](2075 MB) - -PASS -- COMPILE 'csawmg_intel' [13:11, 12:00] -PASS -- TEST 'control_csawmg_intel' [07:37, 06:10](1021 MB) -PASS -- TEST 'control_ras_intel' [04:23, 03:22](749 MB) - -PASS -- COMPILE 'wam_intel' [11:11, 10:53] -PASS -- TEST 'control_wam_intel' [03:22, 02:10](661 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [21:12, 20:55] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:27, 02:52](1897 MB) -PASS -- TEST 'regional_control_faster_intel' [05:35, 04:52](1098 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:11, 06:10] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:50, 02:38](1618 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:53, 02:40](1614 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:26, 03:07](819 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:26, 02:51](813 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:46, 04:17](1133 MB) -PASS -- TEST 'control_ras_debug_intel' [03:27, 02:51](831 MB) -PASS -- TEST 'control_diag_debug_intel' [04:53, 02:51](1679 MB) -PASS -- TEST 'control_debug_p8_intel' [04:51, 03:08](1915 MB) -PASS -- TEST 'regional_debug_intel' [18:49, 17:20](1090 MB) -PASS -- TEST 'rap_control_debug_intel' [05:32, 04:58](1202 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:30, 04:59](1202 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:31, 05:03](1202 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:31, 05:11](1201 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:24, 05:01](1202 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:37, 05:29](1230 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:25, 05:09](1203 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:24, 07:27](1207 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:29, 05:05](1204 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:23, 05:07](1199 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:21, 05:09](1205 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:22, 04:51](1201 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:21, 07:56](1197 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:22, 04:50](1190 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:25, 05:50](1203 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:23, 04:51](1200 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:36, 08:22](1210 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:10, 03:48] ( 855 warnings ) -PASS -- TEST 'control_wam_debug_intel' [05:23, 04:56](514 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:11, 11:33] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:05, 04:30](1168 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:17, 06:31](1048 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:18, 03:28](981 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:54, 06:43](1099 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:31, 03:03](966 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:48, 03:42](940 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [11:20, 04:58](1040 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [06:28, 01:55](935 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [19:11, 18:40] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:03, 02:04](1202 MB) -PASS -- TEST 'conus13km_2threads_intel' [05:45, 01:01](1123 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [07:41, 01:16](1108 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:10, 12:05] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:52, 04:16](1002 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 03:59] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:24, 05:02](1088 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:25, 04:40](1075 MB) -PASS -- TEST 'conus13km_debug_intel' [16:57, 13:57](1232 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:53, 14:52](930 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:45, 08:25](1156 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:47, 14:28](1299 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 03:53] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:27, 04:55](1132 MB) - -PASS -- COMPILE 'hafsw_intel' [14:11, 13:31] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [11:15, 05:30](747 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [10:29, 05:52](1123 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:33, 06:51](834 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [18:12, 13:22](862 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:27, 15:01](884 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [11:01, 06:12](501 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [14:26, 07:34](519 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [09:50, 03:10](378 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:25, 08:03](485 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [11:49, 04:10](531 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [09:55, 03:57](530 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:59, 05:22](578 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [08:28, 01:24](401 MB) -PASS -- TEST 'gnv1_nested_intel' [12:02, 04:33](807 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:10, 04:28] ( 1467 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:53, 13:13](581 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [23:11, 23:09] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:08, 09:39](640 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [19:08, 09:46](745 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [14:10, 13:09] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [21:03, 07:08](735 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:10, 12:53] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [19:17, 06:23](834 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [19:15, 06:28](819 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [27:58, 15:53](1210 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:10, 07:48] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [13:21, 02:41](1132 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:21, 01:42](1084 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [13:18, 02:33](1019 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [12:19, 02:33](1018 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [11:17, 02:36](1015 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [11:18, 02:42](1130 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [10:18, 02:41](1138 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [09:18, 02:35](1017 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [13:17, 05:54](1053 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [12:12, 05:47](1033 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [08:15, 02:35](1141 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [08:19, 03:37](2498 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [08:18, 03:40](2494 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 04:22] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [11:18, 06:17](1063 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 07:19] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [07:18, 02:39](1116 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 01:03] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [05:30, 00:49](263 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:23, 00:49](323 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:23, 00:34](325 MB) - -PASS -- COMPILE 'atml_intel' [13:10, 12:31] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:40, 04:26](1856 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [08:35, 04:24](1860 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:46, 02:28](1102 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:10, 05:00] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:27, 05:50](1879 MB) - -PASS -- COMPILE 'atmw_intel' [14:12, 11:57] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:22, 01:55](1920 MB) - -PASS -- COMPILE 'atmaero_intel' [14:11, 11:50] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:15, 04:13](3197 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:13, 04:53](3092 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:03, 05:05](3107 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 03:40] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [23:46, 21:16](4583 MB) +* (-r) - USE ROCOTO + +PASS -- COMPILE 's2swa_32bit_intel' [15:28, 15:28] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:59, 05:36](3175 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:35, 18:34] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [18:44, 17:19](1743 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:50, 18:20](2022 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:06, 08:33](1111 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:01, 19:34](1597 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:28, 05:28] ( 1525 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:23, 22:57](1660 MB) + +PASS -- COMPILE 's2swa_intel' [14:06, 14:06] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [07:01, 05:50](3214 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [06:58, 05:52](3209 MB) +PASS -- TEST 'cpld_restart_p8_intel' [05:04, 03:35](3257 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [07:13, 05:52](3241 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:09, 03:33](3262 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [07:15, 06:13](3553 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [06:55, 05:50](3201 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [05:59, 04:51](3070 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:06, 05:47](3210 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [12:25, 10:34](3330 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:23, 06:36](3623 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [16:42, 10:59](4119 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:50, 07:06](4352 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [06:44, 05:32](3173 MB) + +PASS -- COMPILE 's2sw_intel' [13:08, 13:08] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [05:42, 04:51](1732 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:33, 04:30](1782 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:28, 05:28] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [09:43, 08:37](3248 MB) + +PASS -- COMPILE 's2sw_debug_intel' [04:56, 04:56] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:04, 06:01](1756 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:16, 12:16] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:37, 04:29](1771 MB) + +PASS -- COMPILE 's2s_intel' [13:33, 13:33] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [13:14, 12:36](2757 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:36, 02:45](2770 MB) +PASS -- TEST 'cpld_restart_c48_intel' [01:52, 01:25](2243 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:34, 18:34] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [06:45, 05:33](3211 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [18:53, 18:53] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:16, 17:22](1765 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:40, 08:32](1182 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:34, 19:35](1678 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:20, 05:19] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:53, 24:57](1716 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:24, 13:23] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [03:42, 03:28](702 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:25, 02:53](1600 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:38, 03:01](1605 MB) +PASS -- TEST 'control_latlon_intel' [03:36, 02:59](1596 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:36, 02:57](1602 MB) +PASS -- TEST 'control_c48_intel' [08:07, 07:37](1773 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:30, 08:11](821 MB) +PASS -- TEST 'control_c192_intel' [11:25, 10:35](1740 MB) +PASS -- TEST 'control_c384_intel' [13:09, 11:37](1996 MB) +PASS -- TEST 'control_c384gdas_intel' [11:10, 09:08](1357 MB) +PASS -- TEST 'control_stochy_intel' [01:59, 01:43](652 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:14, 01:01](505 MB) +PASS -- TEST 'control_lndp_intel' [01:51, 01:37](655 MB) +PASS -- TEST 'control_iovr4_intel' [02:44, 02:32](656 MB) +PASS -- TEST 'control_iovr5_intel' [02:52, 02:35](653 MB) +PASS -- TEST 'control_p8_intel' [03:57, 03:02](1636 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:54, 03:00](1635 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:00, 02:54](1640 MB) +PASS -- TEST 'control_restart_p8_intel' [02:39, 01:45](887 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:54, 02:57](1626 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:36, 01:42](930 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:02, 03:05](1618 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:10, 03:11](1717 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:52, 05:19](1634 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:08, 04:04](1694 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:08, 03:06](1639 MB) +PASS -- TEST 'merra2_thompson_intel' [04:40, 03:23](1639 MB) +PASS -- TEST 'regional_control_intel' [05:34, 05:12](855 MB) +PASS -- TEST 'regional_restart_intel' [03:03, 02:45](1020 MB) +PASS -- TEST 'regional_decomp_intel' [06:02, 05:32](847 MB) +PASS -- TEST 'regional_2threads_intel' [04:16, 03:46](847 MB) +PASS -- TEST 'regional_noquilt_intel' [05:37, 05:09](1367 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:42, 05:10](858 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:44, 05:12](859 MB) +PASS -- TEST 'regional_wofs_intel' [07:11, 06:40](1919 MB) + +PASS -- COMPILE 'rrfs_intel' [11:16, 11:16] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:40, 07:44](1108 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:27, 04:43](1295 MB) +PASS -- TEST 'rap_decomp_intel' [09:09, 08:09](1024 MB) +PASS -- TEST 'rap_2threads_intel' [08:57, 07:56](1180 MB) +PASS -- TEST 'rap_restart_intel' [04:59, 04:02](1104 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:48, 07:47](1110 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:08, 08:10](1040 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:50, 05:55](1128 MB) +PASS -- TEST 'hrrr_control_intel' [05:04, 04:00](1040 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:13, 04:13](1030 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [08:42, 07:39](1060 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:24, 02:09](999 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:48, 07:45](1106 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:34, 09:16](1990 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:11, 08:58](2076 MB) + +PASS -- COMPILE 'csawmg_intel' [11:17, 11:17] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [06:37, 06:09](755 MB) +PASS -- TEST 'control_ras_intel' [03:42, 03:27](688 MB) + +PASS -- COMPILE 'wam_intel' [10:31, 10:31] +PASS -- TEST 'control_wam_intel' [02:30, 02:17](616 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [11:48, 11:48] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:57, 02:48](1614 MB) +PASS -- TEST 'regional_control_faster_intel' [05:26, 04:51](850 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:33, 06:33] ( 885 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:36, 03:01](1553 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:26, 02:47](1614 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:24, 03:09](825 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:13, 02:58](823 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:47, 04:17](869 MB) +PASS -- TEST 'control_ras_debug_intel' [03:08, 02:54](830 MB) +PASS -- TEST 'control_diag_debug_intel' [03:21, 02:48](1675 MB) +PASS -- TEST 'control_debug_p8_intel' [03:28, 03:03](1639 MB) +PASS -- TEST 'regional_debug_intel' [17:53, 17:25](851 MB) +PASS -- TEST 'rap_control_debug_intel' [05:36, 05:20](1195 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:57, 04:43](1200 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:59, 04:50](1211 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:05, 04:55](1206 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:11, 04:56](1204 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:54, 05:12](1282 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:16, 05:01](1206 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:34, 05:03](1199 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:22, 05:06](1206 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:13, 04:58](1201 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:11, 04:56](1204 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:08, 04:54](1204 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:09, 07:54](1202 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:20, 04:51](1205 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:45, 06:14](1208 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:24, 04:53](1219 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:49, 08:28](1205 MB) + +PASS -- COMPILE 'wam_debug_intel' [03:46, 03:46] ( 855 warnings ) +PASS -- TEST 'control_wam_debug_intel' [05:16, 05:04](511 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:22, 10:22] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:42, 04:35](1161 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:46, 06:29](1058 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:05, 03:30](992 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:03, 06:47](1087 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:24, 06:57](917 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:11, 03:40](925 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:55, 04:53](1036 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:10, 01:54](929 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:40, 12:40] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:02, 02:12](1203 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:43, 01:09](1123 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:50, 01:19](1053 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:52, 13:51] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:49, 04:17](994 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:50, 05:49] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:08, 04:52](1085 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:55, 04:44](1081 MB) +PASS -- TEST 'conus13km_debug_intel' [14:55, 14:23](1230 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:28, 14:53](923 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [08:56, 08:28](1100 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:52, 14:19](1295 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:49, 05:49] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:19, 05:01](1133 MB) + +PASS -- COMPILE 'hafsw_intel' [12:53, 12:52] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:40, 05:39](686 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:22, 06:01](1109 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:09, 07:01](834 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:16, 13:15](866 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:17, 14:59](887 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:01, 06:18](451 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:40, 07:29](521 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:46, 03:09](377 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:02, 08:04](481 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:46, 04:12](527 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:48, 04:00](531 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:18, 05:26](581 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:49, 01:28](402 MB) +PASS -- TEST 'gnv1_nested_intel' [05:53, 05:02](803 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:06, 04:05] ( 1467 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:46, 13:00](574 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [14:42, 14:42] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:41, 11:54](666 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:45, 09:49](742 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:24, 14:24] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:00, 07:06](730 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:58, 12:58] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:28, 06:31](830 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:32, 06:32](813 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:51, 16:05](1208 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:14, 08:14] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:48, 02:39](1143 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:49, 01:38](1100 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:41, 02:34](1014 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:46, 02:36](1016 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:52, 02:42](1021 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:52, 02:42](1133 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:52, 02:44](1137 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:40, 02:32](1010 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:54, 05:58](1052 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:51, 05:55](1030 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:47, 02:41](1132 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:49, 03:39](2493 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:37, 03:31](2442 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [03:52, 03:52] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:18, 06:12](1055 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:01, 07:01] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:43, 02:36](1133 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [00:58, 00:58] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:15, 00:50](262 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [00:57, 00:43](329 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:52, 00:36](324 MB) + +PASS -- COMPILE 'atml_intel' [13:42, 13:42] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [05:29, 04:17](1602 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [05:38, 04:20](1614 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:04, 02:36](857 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:01, 05:01] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:14, 05:49](1632 MB) + +PASS -- COMPILE 'atmw_intel' [13:08, 13:08] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:57, 01:48](1663 MB) + +PASS -- COMPILE 'atmaero_intel' [12:52, 12:52] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:09, 04:02](3025 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:59, 04:55](3035 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:59, 05:03](3104 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [03:44, 03:44] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [27:17, 25:47](4582 MB) SYNOPSIS: -Starting Date/Time: 20240522 21:38:13 -Ending Date/Time: 20240522 23:13:09 -Total Time: 01h:35m:39s -Compiles Completed: 39/39 -Tests Completed: 183/183 +Starting Date/Time: 20240509 17:23:56 +Ending Date/Time: 20240509 22:45:12 +Total Time: 05h:22m:02s +Compiles Completed: 38/38 +Tests Completed: 182/182 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index b62d5dbda5..4e9500d28d 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,7 +1,7 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -ac5a2eec5d0bdec070df19c3d3cb405bb32eb867 +c028fa43556f266cd1e672d315d9b64cc4346722 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 70810f134fda5cb5fbb8ace9b79fe263768671dc FV3 (heads/develop-391-g70810f1) + 46093ebc3a5aa7c98c578ad4610ad378c2d9291b FV3 (remotes/origin/fhbucket) 061a73663f2bab9799eab7345c2ff8a34c789573 FV3/atmos_cubed_sphere (201912_public_release-394-g061a736) ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) - 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5254-g16a1d881) + 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -35,240 +35,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-20240522 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_21570 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240524 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_161031 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:26, 12:33] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [24:55, 01:14](3099 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:51, 22:59] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [14:31, 01:54](1819 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [56:35, 02:05](1842 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [56:35, 01:22](963 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [14:32, 01:00](1792 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [36:07, 34:55] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [02:14, 01:08](1818 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [23:51, 22:27] ( 1505 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [14:32, 01:23](1839 MB) - -PASS -- COMPILE 's2swa_intel' [13:28, 12:22] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [24:53, 01:18](3132 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [24:53, 01:35](3129 MB) -PASS -- TEST 'cpld_restart_p8_intel' [16:37, 01:52](3066 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [24:53, 01:17](3150 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [16:37, 01:49](3085 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [24:53, 01:41](3359 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [24:53, 01:14](3124 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [24:54, 01:23](3076 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [24:53, 01:31](3129 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [25:02, 03:59](4108 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [06:25, 03:58](4249 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [24:53, 01:42](3109 MB) - -PASS -- COMPILE 's2sw_intel' [12:25, 11:49] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [25:55, 01:47](1831 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [25:55, 01:56](1903 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:26, 12:07] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [25:55, 01:57](1900 MB) - -PASS -- COMPILE 's2s_intel' [23:50, 23:16] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [14:30, 00:34](2911 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [14:30, 01:22](2917 MB) -PASS -- TEST 'cpld_restart_c48_intel' [10:31, 01:09](2310 MB) - -PASS -- COMPILE 's2swa_faster_intel' [44:15, 43:49] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [52:34, 01:53](3133 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [12:27, 12:04] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [25:54, 01:08](1838 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:22, 00:41](1010 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [08:23, 00:55](1811 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:28, 05:45] ( 1541 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [19:27, 01:36](1852 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:40, 10:20] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [14:14, 00:24](573 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [14:14, 01:24](1466 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [14:14, 01:26](1475 MB) -PASS -- TEST 'control_latlon_intel' [14:14, 01:25](1470 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [14:14, 01:32](1472 MB) -PASS -- TEST 'control_c48_intel' [14:13, 00:56](1589 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [14:13, 00:51](714 MB) -PASS -- TEST 'control_c192_intel' [14:14, 00:40](1584 MB) -PASS -- TEST 'control_c384_intel' [14:18, 02:01](1901 MB) -PASS -- TEST 'control_c384gdas_intel' [14:18, 02:35](1088 MB) -PASS -- TEST 'control_stochy_intel' [14:14, 00:27](530 MB) -PASS -- TEST 'control_stochy_restart_intel' [11:48, 01:03](333 MB) -PASS -- TEST 'control_lndp_intel' [14:14, 00:32](530 MB) -PASS -- TEST 'control_iovr4_intel' [14:14, 00:46](524 MB) -PASS -- TEST 'control_iovr5_intel' [14:14, 00:45](524 MB) -PASS -- TEST 'control_p8_intel' [14:14, 01:38](1774 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [14:14, 01:55](1774 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [14:14, 01:59](1765 MB) -PASS -- TEST 'control_restart_p8_intel' [09:03, 01:12](918 MB) -PASS -- TEST 'control_noqr_p8_intel' [14:14, 01:39](1762 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [09:03, 01:13](922 MB) -PASS -- TEST 'control_decomp_p8_intel' [14:14, 01:34](1767 MB) -PASS -- TEST 'control_2threads_p8_intel' [14:14, 01:08](1855 MB) -PASS -- TEST 'control_p8_lndp_intel' [11:47, 01:09](1767 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [10:44, 02:07](1829 MB) -PASS -- TEST 'control_p8_mynn_intel' [10:44, 01:47](1778 MB) -PASS -- TEST 'merra2_thompson_intel' [09:54, 01:47](1772 MB) -PASS -- TEST 'regional_control_intel' [09:53, 01:11](851 MB) -PASS -- TEST 'regional_restart_intel' [03:09, 00:21](850 MB) -PASS -- TEST 'regional_decomp_intel' [09:47, 00:54](848 MB) -PASS -- TEST 'regional_2threads_intel' [09:44, 00:53](904 MB) -PASS -- TEST 'regional_noquilt_intel' [09:27, 00:12](1174 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [09:24, 00:18](858 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [09:23, 01:08](851 MB) -PASS -- TEST 'regional_wofs_intel' [09:20, 00:47](1582 MB) - -PASS -- COMPILE 'rrfs_intel' [18:46, 18:02] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [07:07, 01:40](911 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:08, 01:13](1096 MB) -PASS -- TEST 'rap_decomp_intel' [07:07, 01:27](913 MB) -PASS -- TEST 'rap_2threads_intel' [07:07, 01:41](998 MB) -PASS -- TEST 'rap_restart_intel' [58:06, 01:28](785 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:07, 02:06](910 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [06:27, 01:26](911 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [57:41, 01:46](782 MB) -PASS -- TEST 'hrrr_control_intel' [06:14, 01:17](906 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:30, 00:51](908 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:24, 01:15](985 MB) -PASS -- TEST 'hrrr_control_restart_intel' [00:57, 01:06](742 MB) -PASS -- TEST 'rrfs_v1beta_intel' [05:23, 02:10](904 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [05:06, 01:01](1872 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [05:02, 01:16](1858 MB) - -PASS -- COMPILE 'csawmg_intel' [18:49, 18:07] -PASS -- TEST 'control_csawmg_intel' [04:17, 00:33](872 MB) -PASS -- TEST 'control_ras_intel' [04:16, 00:56](562 MB) - -PASS -- COMPILE 'wam_intel' [25:55, 25:11] -PASS -- TEST 'control_wam_intel' [58:57, 00:56](327 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [24:38, 23:53] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [51:42, 01:47](1764 MB) -PASS -- TEST 'regional_control_faster_intel' [50:18, 00:57](851 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [19:39, 18:47] ( 869 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [54:51, 01:08](1494 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [54:51, 01:23](1493 MB) -PASS -- TEST 'control_stochy_debug_intel' [54:51, 00:54](693 MB) -PASS -- TEST 'control_lndp_debug_intel' [54:51, 01:12](693 MB) -PASS -- TEST 'control_csawmg_debug_intel' [54:51, 00:36](1000 MB) -PASS -- TEST 'control_ras_debug_intel' [54:51, 00:55](702 MB) -PASS -- TEST 'control_diag_debug_intel' [54:51, 01:07](1554 MB) -PASS -- TEST 'control_debug_p8_intel' [54:51, 00:50](1783 MB) -PASS -- TEST 'regional_debug_intel' [54:50, 00:39](882 MB) -PASS -- TEST 'rap_control_debug_intel' [54:51, 00:54](1077 MB) -PASS -- TEST 'hrrr_control_debug_intel' [54:51, 01:06](1070 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [54:51, 00:55](1073 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [54:51, 00:54](1072 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [54:51, 00:57](1074 MB) -PASS -- TEST 'rap_diag_debug_intel' [54:51, 00:49](1162 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [54:51, 00:51](1077 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [54:51, 00:50](1076 MB) -PASS -- TEST 'rap_lndp_debug_intel' [54:51, 00:56](1079 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [54:51, 01:02](1077 MB) -PASS -- TEST 'rap_noah_debug_intel' [54:51, 01:04](1073 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [54:51, 00:58](1070 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [50:17, 01:01](1069 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [50:06, 00:30](1068 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [50:05, 00:37](1076 MB) -PASS -- TEST 'rap_flake_debug_intel' [50:04, 00:26](1076 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [50:03, 01:45](1081 MB) - -PASS -- COMPILE 'wam_debug_intel' [26:47, 25:40] ( 842 warnings ) -PASS -- TEST 'control_wam_debug_intel' [47:44, 00:48](305 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [23:47, 22:33] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [50:01, 00:42](957 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [49:58, 01:46](794 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [49:53, 01:38](789 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [49:00, 01:40](857 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [48:40, 01:34](847 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [48:22, 01:24](798 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [41:34, 00:59](689 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [44:16, 00:51](673 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [24:49, 23:46] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [47:57, 00:57](1009 MB) -PASS -- TEST 'conus13km_2threads_intel' [44:00, 01:01](1010 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [43:59, 00:44](884 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:38, 13:42] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [47:57, 01:19](813 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:36, 12:02] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [47:57, 01:01](956 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [47:57, 01:08](953 MB) -PASS -- TEST 'conus13km_debug_intel' [47:57, 00:26](1043 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [47:57, 01:18](716 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [47:58, 00:31](1043 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [47:57, 01:19](1110 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [11:25, 10:22] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [47:57, 00:58](977 MB) - -PASS -- COMPILE 'hafsw_intel' [15:43, 14:46] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [43:16, 01:14](619 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [43:16, 00:27](966 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [43:14, 01:22](667 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [43:14, 02:11](704 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [43:15, 01:48](712 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [43:14, 01:39](389 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [43:15, 01:48](407 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [43:15, 00:58](288 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [43:13, 02:27](374 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [43:02, 00:58](414 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [42:26, 01:30](413 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [42:12, 00:42](493 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [41:25, 00:52](316 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [09:32, 08:53] ( 1449 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [45:21, 00:49](511 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [18:41, 18:03] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [36:08, 01:26](533 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [36:08, 01:23](716 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [18:45, 17:53] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [35:23, 01:10](713 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:29, 14:26] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [38:00, 01:19](657 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [38:00, 01:21](638 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [37:58, 01:09](880 MB) - -PASS -- COMPILE 'atml_intel' [15:43, 13:48] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [36:46, 01:23](1801 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [36:46, 01:20](1802 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [27:01, 00:21](947 MB) - -PASS -- COMPILE 'atml_debug_intel' [09:34, 08:20] ( 868 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [41:15, 01:33](1819 MB) - -PASS -- COMPILE 'atmaero_intel' [18:39, 17:30] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [32:04, 01:25](3032 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [32:04, 01:50](2911 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [32:04, 01:48](2923 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [13:27, 12:22] ( 870 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [35:57, 00:53](4440 MB) +PASS -- COMPILE 's2swa_32bit_intel' [37:56, 36:43] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:56, 01:04](3098 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [13:30, 12:17] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [32:29, 01:48](1821 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [14:30, 01:40](1836 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [14:30, 02:14](985 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [32:30, 01:25](1799 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:33, 16:06] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [29:26, 01:13](1822 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [21:38, 20:58] ( 1505 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:22, 01:43](1842 MB) + +PASS -- COMPILE 's2swa_intel' [12:29, 11:21] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [33:30, 01:10](3131 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [33:30, 01:20](3128 MB) +PASS -- TEST 'cpld_restart_p8_intel' [25:14, 01:42](3064 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [33:30, 01:04](3148 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [25:15, 01:35](3082 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [33:30, 01:35](3355 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [33:30, 01:04](3121 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [33:31, 01:14](3074 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [33:30, 01:26](3134 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [33:39, 04:01](4109 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:00, 03:38](4253 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [33:30, 01:39](3111 MB) + +PASS -- COMPILE 's2sw_intel' [27:45, 26:39] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [18:15, 01:00](1835 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [18:15, 01:16](1901 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [27:45, 27:19] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [18:15, 01:13](1893 MB) + +PASS -- COMPILE 's2s_intel' [22:40, 21:35] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [23:18, 01:35](2904 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [23:18, 01:19](2911 MB) +PASS -- TEST 'cpld_restart_c48_intel' [19:16, 01:10](2303 MB) + +PASS -- COMPILE 's2swa_faster_intel' [20:37, 20:12] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [25:22, 01:36](3135 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [12:29, 11:25] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [33:30, 00:58](1834 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [16:00, 01:24](1007 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:01, 01:34](1803 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:19, 05:17] ( 1541 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:12, 00:43](1843 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [20:35, 20:19] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [12:54, 00:20](574 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [12:54, 00:24](1467 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [12:54, 00:23](1474 MB) +PASS -- TEST 'control_latlon_intel' [12:54, 00:20](1468 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [12:54, 00:27](1471 MB) +PASS -- TEST 'control_c48_intel' [12:53, 00:57](1596 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [12:53, 00:50](717 MB) +PASS -- TEST 'control_c192_intel' [12:54, 00:37](1592 MB) +PASS -- TEST 'control_c384_intel' [12:58, 01:16](1895 MB) +PASS -- TEST 'control_c384gdas_intel' [12:58, 01:52](1092 MB) +PASS -- TEST 'control_stochy_intel' [12:54, 00:29](528 MB) +PASS -- TEST 'control_stochy_restart_intel' [10:23, 01:00](332 MB) +PASS -- TEST 'control_lndp_intel' [12:54, 00:29](530 MB) +PASS -- TEST 'control_iovr4_intel' [12:54, 00:39](522 MB) +PASS -- TEST 'control_iovr5_intel' [12:54, 00:41](525 MB) +PASS -- TEST 'control_p8_intel' [12:54, 01:52](1766 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [12:54, 01:52](1771 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [12:54, 01:53](1777 MB) +PASS -- TEST 'control_restart_p8_intel' [07:24, 00:55](920 MB) +PASS -- TEST 'control_noqr_p8_intel' [12:21, 01:27](1763 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [07:17, 00:47](922 MB) +PASS -- TEST 'control_decomp_p8_intel' [12:19, 01:24](1767 MB) +PASS -- TEST 'control_2threads_p8_intel' [11:55, 01:39](1851 MB) +PASS -- TEST 'control_p8_lndp_intel' [11:40, 00:58](1764 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [11:38, 01:51](1824 MB) +PASS -- TEST 'control_p8_mynn_intel' [10:26, 01:39](1777 MB) +PASS -- TEST 'merra2_thompson_intel' [09:24, 01:36](1775 MB) +PASS -- TEST 'regional_control_intel' [09:21, 01:08](839 MB) +PASS -- TEST 'regional_restart_intel' [02:41, 00:54](854 MB) +PASS -- TEST 'regional_decomp_intel' [09:17, 00:52](849 MB) +PASS -- TEST 'regional_2threads_intel' [09:09, 00:42](914 MB) +PASS -- TEST 'regional_noquilt_intel' [09:05, 00:21](1176 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [09:03, 00:19](850 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:58, 01:05](851 MB) +PASS -- TEST 'regional_wofs_intel' [08:23, 00:39](1581 MB) + +PASS -- COMPILE 'rrfs_intel' [34:52, 34:36] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [57:37, 00:58](913 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [57:38, 01:21](1099 MB) +PASS -- TEST 'rap_decomp_intel' [57:23, 01:35](911 MB) +PASS -- TEST 'rap_2threads_intel' [56:25, 01:08](999 MB) +PASS -- TEST 'rap_restart_intel' [46:36, 01:16](783 MB) +PASS -- TEST 'rap_sfcdiff_intel' [56:23, 01:19](910 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [55:55, 00:56](913 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [46:02, 01:26](783 MB) +PASS -- TEST 'hrrr_control_intel' [55:55, 01:15](906 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [55:52, 01:41](907 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [55:42, 01:39](986 MB) +PASS -- TEST 'hrrr_control_restart_intel' [49:32, 00:43](739 MB) +PASS -- TEST 'rrfs_v1beta_intel' [55:36, 01:13](905 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [55:32, 01:03](1874 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [55:27, 01:10](1859 MB) + +PASS -- COMPILE 'csawmg_intel' [19:35, 19:10] +PASS -- TEST 'control_csawmg_intel' [07:26, 00:25](874 MB) +PASS -- TEST 'control_ras_intel' [07:25, 00:48](561 MB) + +PASS -- COMPILE 'wam_intel' [15:29, 14:15] +PASS -- TEST 'control_wam_intel' [07:18, 00:54](269 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [29:46, 29:25] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [55:27, 02:00](1764 MB) +PASS -- TEST 'regional_control_faster_intel' [55:14, 00:41](847 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [15:30, 14:51] ( 869 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:54, 01:18](1491 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:10, 01:26](1492 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:37, 00:54](690 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:19, 00:16](694 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:10, 00:51](1005 MB) +PASS -- TEST 'control_ras_debug_intel' [04:58, 01:12](704 MB) +PASS -- TEST 'control_diag_debug_intel' [04:50, 00:21](1550 MB) +PASS -- TEST 'control_debug_p8_intel' [04:29, 01:11](1788 MB) +PASS -- TEST 'regional_debug_intel' [04:02, 00:11](882 MB) +PASS -- TEST 'rap_control_debug_intel' [04:03, 01:14](1075 MB) +PASS -- TEST 'hrrr_control_debug_intel' [03:55, 00:23](1069 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [03:53, 00:21](1073 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [03:25, 00:42](1072 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [03:25, 00:36](1077 MB) +PASS -- TEST 'rap_diag_debug_intel' [03:16, 00:38](1166 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [02:59, 00:48](1076 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [02:40, 01:05](1076 MB) +PASS -- TEST 'rap_lndp_debug_intel' [02:21, 00:26](1079 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [02:13, 00:40](1077 MB) +PASS -- TEST 'rap_noah_debug_intel' [01:45, 01:00](1073 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [01:31, 00:54](1075 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [01:24, 01:08](1074 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [00:46, 00:57](1073 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [00:44, 00:42](1075 MB) +PASS -- TEST 'rap_flake_debug_intel' [00:35, 01:00](1077 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [00:26, 02:03](1085 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:21, 06:30] ( 842 warnings ) +PASS -- TEST 'control_wam_debug_intel' [15:56, 01:00](305 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [23:40, 22:56] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [54:36, 00:44](958 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [54:16, 01:40](793 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [53:57, 02:11](791 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [53:30, 01:32](852 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [53:31, 01:13](844 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [53:13, 00:54](791 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [43:52, 01:07](690 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [46:11, 00:40](674 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [38:58, 38:08] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [39:16, 00:33](1008 MB) +PASS -- TEST 'conus13km_2threads_intel' [35:26, 01:15](1008 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [35:25, 01:07](882 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [20:41, 20:16] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [55:13, 01:19](809 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:20, 06:04] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [00:06, 01:02](955 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [00:05, 01:07](953 MB) +PASS -- TEST 'conus13km_debug_intel' [59:44, 00:48](1045 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [58:59, 01:00](719 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [58:35, 00:46](1044 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [58:20, 00:47](1111 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:18, 04:20] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [58:05, 01:17](982 MB) + +PASS -- COMPILE 'hafsw_intel' [15:31, 15:01] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [50:55, 01:20](616 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [48:59, 00:46](969 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [48:53, 02:09](664 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [48:52, 01:53](698 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [48:48, 01:34](716 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [48:30, 01:28](394 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [48:27, 01:35](406 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [48:27, 00:53](283 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [48:28, 01:54](371 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [47:06, 01:07](425 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [46:27, 00:55](417 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [46:19, 01:13](493 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [46:13, 00:39](315 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [12:29, 11:54] ( 1449 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [55:11, 00:53](515 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [30:56, 30:13] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [37:10, 00:49](532 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [37:10, 01:37](714 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:33, 14:08] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [46:12, 01:17](714 MB) + +PASS -- COMPILE 'hafs_all_intel' [17:34, 16:19] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [45:57, 02:12](658 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [45:42, 02:04](643 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [45:07, 00:48](897 MB) + +PASS -- COMPILE 'atml_intel' [22:38, 19:55] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [34:59, 01:56](1800 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [34:59, 01:54](1801 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [27:22, 01:16](947 MB) + +PASS -- COMPILE 'atml_debug_intel' [10:23, 08:19] ( 868 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [44:57, 01:48](1814 MB) + +PASS -- COMPILE 'atmaero_intel' [10:24, 09:34] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [44:51, 01:44](3028 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [44:07, 01:30](2913 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [43:33, 01:10](2923 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [15:30, 13:54] ( 870 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [39:45, 00:56](4440 MB) SYNOPSIS: -Starting Date/Time: 20240524 12:21:08 -Ending Date/Time: 20240524 13:51:32 -Total Time: 01h:31m:12s +Starting Date/Time: 20240528 14:13:31 +Ending Date/Time: 20240528 15:46:38 +Total Time: 01h:33m:47s Compiles Completed: 32/32 Tests Completed: 159/159 diff --git a/tests/test_changes.list b/tests/test_changes.list index bd235ba2b8..be46fc186d 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -32,6 +32,21 @@ cpld_control_pdlib_p8 intel cpld_restart_pdlib_p8 intel cpld_mpi_pdlib_p8 intel cpld_debug_pdlib_p8 intel +control_flake intel +control_CubedSphereGrid intel +control_CubedSphereGrid_parallel intel +control_latlon intel +control_wrtGauss_netcdf_parallel intel +control_c48 intel +control_c48.v2.sfc intel +control_c192 intel +control_c384 intel +control_c384gdas intel +control_stochy intel +control_stochy_restart intel +control_lndp intel +control_iovr4 intel +control_iovr5 intel control_p8 intel control_p8.v2.sfc intel control_p8_ugwpv1 intel @@ -48,27 +63,160 @@ regional_control intel regional_restart intel regional_decomp intel regional_2threads intel -regional_noquilt intel regional_netcdf_parallel intel regional_2dwrtdecomp intel +regional_wofs intel +rap_control intel +regional_spp_sppt_shum_skeb intel +rap_decomp intel +rap_2threads intel +rap_restart intel +rap_sfcdiff intel +rap_sfcdiff_decomp intel +rap_sfcdiff_restart intel +hrrr_control intel +hrrr_control_decomp intel +hrrr_control_2threads intel +hrrr_control_restart intel +rrfs_v1beta intel +rrfs_v1nssl intel +rrfs_v1nssl_nohailnoccn intel control_csawmg intel +control_ras intel control_csawmg gnu +control_wam intel control_p8_faster intel regional_control_faster intel +control_CubedSphereGrid_debug intel +control_wrtGauss_netcdf_parallel_debug intel +control_stochy_debug intel +control_lndp_debug intel control_csawmg_debug intel +control_ras_debug intel +control_diag_debug intel control_debug_p8 intel regional_debug intel +rap_control_debug intel +hrrr_control_debug intel +hrrr_gf_debug intel +hrrr_c3_debug intel +rap_unified_drag_suite_debug intel +rap_diag_debug intel +rap_cires_ugwp_debug intel +rap_unified_ugwp_debug intel +rap_lndp_debug intel +rap_progcld_thompson_debug intel +rap_noah_debug intel +rap_sfcdiff_debug intel +rap_noah_sfcdiff_cires_ugwp_debug intel +rrfs_v1beta_debug intel +rap_clm_lake_debug intel +rap_flake_debug intel +gnv1_c96_no_nest_debug intel control_csawmg_debug gnu +control_wam_debug intel +regional_spp_sppt_shum_skeb_dyn32_phy32 intel +rap_control_dyn32_phy32 intel +hrrr_control_dyn32_phy32 intel +rap_2threads_dyn32_phy32 intel +hrrr_control_2threads_dyn32_phy32 intel +hrrr_control_decomp_dyn32_phy32 intel +rap_restart_dyn32_phy32 intel +hrrr_control_restart_dyn32_phy32 intel +conus13km_control intel +conus13km_2threads intel +conus13km_restart_mismatch intel +rap_control_dyn64_phy32 intel +rap_control_debug_dyn32_phy32 intel +hrrr_control_debug_dyn32_phy32 intel +conus13km_debug intel +conus13km_debug_qr intel +conus13km_debug_2threads intel +conus13km_radar_tten_debug intel +rap_control_dyn64_phy32_debug intel +hafs_regional_atm intel +hafs_regional_atm_thompson_gfdlsf intel +hafs_regional_atm_ocn intel +hafs_regional_atm_wav intel +hafs_regional_atm_ocn_wav intel +hafs_regional_1nest_atm intel +hafs_regional_telescopic_2nests_atm intel +hafs_global_1nest_atm intel +hafs_global_multiple_4nests_atm intel +hafs_regional_specified_moving_1nest_atm intel +hafs_regional_storm_following_1nest_atm intel +hafs_regional_storm_following_1nest_atm_ocn intel +hafs_global_storm_following_1nest_atm intel +gnv1_nested intel +hafs_regional_storm_following_1nest_atm_ocn_debug intel +hafs_regional_storm_following_1nest_atm_ocn_wav intel +hafs_regional_storm_following_1nest_atm_ocn_wav_inline intel +hafs_regional_storm_following_1nest_atm_ocn_wav_mom6 intel +hafs_regional_docn intel +hafs_regional_docn_oisst intel control_p8_atmlnd_sbs intel control_p8_atmlnd intel control_restart_p8_atmlnd intel control_p8_atmlnd_debug intel atmwav_control_noaero_p8 intel atmaero_control_p8 intel +atmaero_control_p8_rad intel +atmaero_control_p8_rad_micro intel +regional_atmaq_debug intel +control_c48 gnu +control_stochy gnu +control_ras gnu control_p8 gnu control_p8_ugwpv1 gnu +control_flake gnu +rap_control gnu +rap_decomp gnu +rap_2threads gnu +rap_restart gnu +rap_sfcdiff gnu +rap_sfcdiff_decomp gnu +rap_sfcdiff_restart gnu +hrrr_control gnu +hrrr_control_noqr gnu +hrrr_control_2threads gnu +hrrr_control_decomp gnu +hrrr_control_restart gnu +hrrr_control_restart_noqr gnu +rrfs_v1beta gnu +control_diag_debug gnu regional_debug gnu +rap_control_debug gnu +hrrr_control_debug gnu +hrrr_gf_debug gnu +hrrr_c3_debug gnu +rap_diag_debug gnu +rap_noah_sfcdiff_cires_ugwp_debug gnu +rap_progcld_thompson_debug gnu +rrfs_v1beta_debug gnu +control_ras_debug gnu +control_stochy_debug gnu control_debug_p8 gnu +rap_flake_debug gnu +rap_clm_lake_debug gnu +gnv1_c96_no_nest_debug gnu +rap_control_dyn32_phy32 gnu +hrrr_control_dyn32_phy32 gnu +rap_2threads_dyn32_phy32 gnu +hrrr_control_2threads_dyn32_phy32 gnu +hrrr_control_decomp_dyn32_phy32 gnu +rap_restart_dyn32_phy32 gnu +hrrr_control_restart_dyn32_phy32 gnu +conus13km_control gnu +conus13km_2threads gnu +conus13km_restart_mismatch gnu +rap_control_dyn64_phy32 gnu +rap_control_debug_dyn32_phy32 gnu +hrrr_control_debug_dyn32_phy32 gnu +conus13km_debug gnu +conus13km_debug_qr gnu +conus13km_debug_2threads gnu +conus13km_radar_tten_debug gnu +rap_control_dyn64_phy32_debug gnu cpld_control_nowave_noaero_p8 gnu cpld_control_pdlib_p8 gnu cpld_debug_pdlib_p8 gnu