Skip to content

Commit 485ccdf

Browse files
Upgrade spack-stack from version 1.5.1 to 1.6.0 (#2093)
*UFSWM: *Updates modulefiles to spack-stack version 1.6.0 *Updates Hera GNU version to 13.3
1 parent 5bec704 commit 485ccdf

25 files changed

+2626
-2299
lines changed

modulefiles/ufs_acorn.intel.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ help([[
22
Load environment to build UFS on Acorn with Intel compiler
33
]])
44

5-
prepend_path("MODULEPATH", "/lfs/h1/emc/nceplibs/noscrub/spack-stack/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core")
5+
prepend_path("MODULEPATH", "/lfs/h1/emc/nceplibs/noscrub/spack-stack/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core")
66

77
load("stack-intel")
88
load("stack-cray-mpich")

modulefiles/ufs_common.lua

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ local ufs_modules = {
88
{["libpng"] = "1.6.37"},
99
{["hdf5"] = "1.14.0"},
1010
{["netcdf-c"] = "4.9.2"},
11-
{["netcdf-fortran"] = "4.6.0"},
11+
{["netcdf-fortran"] = "4.6.1"},
1212
{["parallelio"] = "2.5.10"},
13-
{["esmf"] = "8.5.0"},
14-
{["fms"] = "2023.02.01"},
13+
{["esmf"] = "8.6.0"},
14+
{["fms"] = "2023.04"},
1515
{["bacio"] = "2.4.1"},
1616
{["crtm"] = "2.4.0"},
1717
{["g2"] = "3.4.5"},
1818
{["g2tmpl"] = "1.10.2"},
1919
{["ip"] = "4.3.0"},
20-
{["sp"] = "2.3.3"},
20+
{["sp"] = "2.5.0"},
2121
{["w3emc"] = "2.10.0"},
2222
{["gftl-shared"] = "1.6.1"},
23-
{["mapl"] = "2.40.3-esmf-8.5.0"},
23+
{["mapl"] = "2.40.3-esmf-8.6.0"},
2424
{["scotch"] = "7.0.4"},
2525
}
2626

modulefiles/ufs_gaea.intel.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ load("intel-classic/2023.1.0")
1010
load("cray-mpich/8.1.25")
1111
load("python/3.9.12")
1212

13-
prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core")
13+
prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core")
1414
prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/modulefiles")
1515

1616
stack_intel_ver=os.getenv("stack_intel_ver") or "2023.1.0"
@@ -19,7 +19,7 @@ load(pathJoin("stack-intel", stack_intel_ver))
1919
stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.25"
2020
load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver))
2121

22-
stack_python_ver=os.getenv("stack_python_ver") or "3.10.8"
22+
stack_python_ver=os.getenv("stack_python_ver") or "3.10.13"
2323
load(pathJoin("stack-python", stack_python_ver))
2424

2525
load("ufs_common")

modulefiles/ufs_hera.gnu.lua

+8-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ help([[
22
loads UFS Model prerequisites for Hera/GNU
33
]])
44

5-
prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.5.1/envs/unified-env-rocky8/install/modulefiles/Core")
5+
prepend_path("MODULEPATH", "/scratch2/NCEPDEV/stmp1/role.epic/installs/gnu/modulefiles")
6+
prepend_path("MODULEPATH", "/scratch2/NCEPDEV/stmp1/role.epic/installs/openmpi/modulefiles")
7+
prepend_path("MODULEPATH", "/scratch2/NCEPDEV/stmp1/role.epic/spack-stack/spack-stack-1.6.0_gnu13/envs/ufs-wm-srw-rocky8/install/modulefiles/Core")
68

7-
stack_gnu_ver=os.getenv("stack_gnu_ver") or "9.2.0"
9+
stack_gnu_ver=os.getenv("stack_gnu_ver") or "13.3.0"
810
load(pathJoin("stack-gcc", stack_gnu_ver))
911

10-
stack_openmpi_ver=os.getenv("stack_openmpi_ver") or "4.1.5"
12+
stack_openmpi_ver=os.getenv("stack_openmpi_ver") or "4.1.6"
1113
load(pathJoin("stack-openmpi", stack_openmpi_ver))
1214

1315
cmake_ver=os.getenv("cmake_ver") or "3.23.1"
@@ -18,6 +20,9 @@ load("ufs_common")
1820
nccmp_ver=os.getenv("nccmp_ver") or "1.9.0.1"
1921
load(pathJoin("nccmp", nccmp_ver))
2022

23+
prepend_path("CPPFLAGS", " -I/apps/slurm_hera/23.11.3/include/slurm"," ")
24+
prepend_path("LD_LIBRARY_PATH", "/apps/slurm_hera/23.11.3/lib")
25+
2126
setenv("CC", "mpicc")
2227
setenv("CXX", "mpic++")
2328
setenv("FC", "mpif90")

modulefiles/ufs_hera.intel.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ help([[
22
loads UFS Model prerequisites for Hera/Intel
33
]])
44

5-
prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.5.1/envs/unified-env-rocky8/install/modulefiles/Core")
5+
prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.6.0/envs/unified-env-rocky8/install/modulefiles/Core")
66

77
stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0"
88
load(pathJoin("stack-intel", stack_intel_ver))

modulefiles/ufs_hercules.gnu.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ help([[
22
loads UFS Model prerequisites for Hercules/GNU
33
]])
44

5-
prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core")
5+
prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core")
66
-- for mvapich2, need:
77
prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/modulefiles")
88

modulefiles/ufs_hercules.intel.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ help([[
22
loads UFS Model prerequisites for Hercules/Intel
33
]])
44

5-
prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core")
5+
prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core")
66

77
stack_intel_ver=os.getenv("stack_intel_ver") or "2021.9.0"
88
load(pathJoin("stack-intel", stack_intel_ver))

modulefiles/ufs_jet.intel.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ help([[
22
loads UFS Model prerequisites for Jet/Intel
33
]])
44

5-
prepend_path("MODULEPATH", "/mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-stack-1.5.1/envs/unified-env-rocky8/install/modulefiles/Core")
5+
prepend_path("MODULEPATH", "/mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-stack-1.6.0/envs/unified-env-rocky8/install/modulefiles/Core")
66

77
stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0"
88
load(pathJoin("stack-intel", stack_intel_ver))

modulefiles/ufs_noaacloud.intel.lua

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ help([[
22
loads UFS Model prerequisites for NOAA Parallelworks/Intel
33
]])
44

5-
6-
prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core")
5+
prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core")
76

87
stack_intel_ver=os.getenv("stack_intel_ver") or "2021.3.0"
98
load(pathJoin("stack-intel", stack_intel_ver))

modulefiles/ufs_orion.intel.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ help([[
22
loads UFS Model prerequisites for Orion/Intel
33
]])
44

5-
prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core")
5+
prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core")
66

77
stack_intel_ver=os.getenv("stack_intel_ver") or "2022.0.2"
88
load(pathJoin("stack-intel", stack_intel_ver))

modulefiles/ufs_s4.intel.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ help([[
22
loads UFS Model prerequisites for S4/Intel
33
]])
44

5-
prepend_path("MODULEPATH", "/data/prod/jedi/spack-stack/spack-stack-1.5.0/envs/unified-env/install/modulefiles/Core")
5+
prepend_path("MODULEPATH", "/data/prod/jedi/spack-stack/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core")
66

77
stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0"
88
load(pathJoin("stack-intel", stack_intel_ver))

tests/bl_date.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export BL_DATE=20240530
1+
export BL_DATE=20240603

tests/logs/OpnReqTests_control_p8_hera.log

+31-31
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Thu May 30 23:49:24 UTC 2024
1+
Tue Jun 4 22:17:00 UTC 2024
22
Start Operation Requirement Test
33

44

5-
baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu
6-
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1853474/bit_base_bit_base
5+
baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu
6+
working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1695475/bit_base_bit_base
77
Checking test bit_base results ....
88
Moving baseline bit_base files ....
99
Moving sfcf000.nc .........OK
@@ -51,14 +51,14 @@ Moving baseline bit_base files ....
5151
Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK
5252
Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK
5353

54-
0: The total amount of wall time = 207.284592
55-
0: The maximum resident set size (KB) = 1909148
54+
0: The total amount of wall time = 283.395800
55+
0: The maximum resident set size (KB) = 1444564
5656

5757
Test bit_base PASS
5858

5959

60-
baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu
61-
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1853474/dbg_base_dbg_base
60+
baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu
61+
working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1695475/dbg_base_dbg_base
6262
Checking test dbg_base results ....
6363
Moving baseline dbg_base files ....
6464
Moving sfcf000.nc .........OK
@@ -106,14 +106,14 @@ Moving baseline dbg_base files ....
106106
Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK
107107
Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK
108108

109-
0: The total amount of wall time = 2019.198702
110-
0: The maximum resident set size (KB) = 1873432
109+
0: The total amount of wall time = 976.634482
110+
0: The maximum resident set size (KB) = 1416500
111111

112112
Test dbg_base PASS
113113

114114

115-
baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
116-
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1853474/dcp_dcp
115+
baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
116+
working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1695475/dcp_dcp
117117
Checking test dcp results ....
118118
Comparing sfcf000.nc .....USING NCCMP......OK
119119
Comparing sfcf021.nc .....USING NCCMP......OK
@@ -160,14 +160,14 @@ Checking test dcp results ....
160160
Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK
161161
Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK
162162

163-
0: The total amount of wall time = 177.233106
164-
0: The maximum resident set size (KB) = 1879672
163+
0: The total amount of wall time = 253.914740
164+
0: The maximum resident set size (KB) = 1420920
165165

166166
Test dcp PASS
167167

168168

169-
baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
170-
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1853474/mpi_mpi
169+
baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
170+
working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1695475/mpi_mpi
171171
Checking test mpi results ....
172172
Comparing sfcf000.nc .....USING NCCMP......OK
173173
Comparing sfcf021.nc .....USING NCCMP......OK
@@ -214,14 +214,14 @@ Checking test mpi results ....
214214
Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK
215215
Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK
216216

217-
0: The total amount of wall time = 177.213010
218-
0: The maximum resident set size (KB) = 1883996
217+
0: The total amount of wall time = 249.447063
218+
0: The maximum resident set size (KB) = 1432868
219219

220220
Test mpi PASS
221221

222222

223-
baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
224-
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1853474/rst_rst
223+
baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
224+
working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1695475/rst_rst
225225
Checking test rst results ....
226226
Comparing sfcf000.nc .....USING NCCMP......OK
227227
Comparing sfcf021.nc .....USING NCCMP......OK
@@ -268,14 +268,14 @@ Checking test rst results ....
268268
Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK
269269
Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK
270270

271-
0: The total amount of wall time = 215.448488
272-
0: The maximum resident set size (KB) = 1881620
271+
0: The total amount of wall time = 248.336854
272+
0: The maximum resident set size (KB) = 1423912
273273

274274
Test rst PASS
275275

276276

277-
baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
278-
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1853474/std_base_std_base
277+
baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
278+
working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1695475/std_base_std_base
279279
Checking test std_base results ....
280280
Moving baseline std_base files ....
281281
Moving sfcf000.nc .........OK
@@ -323,14 +323,14 @@ Moving baseline std_base files ....
323323
Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK
324324
Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK
325325

326-
0: The total amount of wall time = 178.761689
327-
0: The maximum resident set size (KB) = 1879288
326+
0: The total amount of wall time = 252.084050
327+
0: The maximum resident set size (KB) = 1429872
328328

329329
Test std_base PASS
330330

331331

332-
baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
333-
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1853474/thr_thr
332+
baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
333+
working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1695475/thr_thr
334334
Checking test thr results ....
335335
Comparing sfcf000.nc .....USING NCCMP......OK
336336
Comparing sfcf021.nc .....USING NCCMP......OK
@@ -377,11 +377,11 @@ Checking test thr results ....
377377
Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK
378378
Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK
379379

380-
0: The total amount of wall time = 176.979771
381-
0: The maximum resident set size (KB) = 1880244
380+
0: The total amount of wall time = 252.909572
381+
0: The maximum resident set size (KB) = 1408380
382382

383383
Test thr PASS
384384

385385
OPERATION REQUIREMENT TEST WAS SUCCESSFUL
386-
Fri May 31 01:21:09 UTC 2024
387-
Elapsed time: 01h:31m:46s. Have a nice day!
386+
Tue Jun 4 23:22:43 UTC 2024
387+
Elapsed time: 01h:05m:43s. Have a nice day!

tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log

+15-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
Wed Jun 5 13:31:08 UTC 2024
2+
Start Operation Requirement Test
3+
14

25
baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu
3-
working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_326777/dbg_base_dbg_base
6+
working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3079325/dbg_base_dbg_base
47
Checking test dbg_base results ....
58
Moving baseline dbg_base files ....
69
Moving sfcf021.tile1.nc .........OK
@@ -63,14 +66,14 @@ Moving baseline dbg_base files ....
6366
Moving RESTART/iced.2021-03-23-21600.nc .........OK
6467
Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
6568

66-
0: The total amount of wall time = 1511.676145
67-
0: The maximum resident set size (KB) = 1553376
69+
0: The total amount of wall time = 1510.383503
70+
0: The maximum resident set size (KB) = 1529668
6871

6972
Test dbg_base PASS
7073

7174

7275
baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu
73-
working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1319479/rst_rst
76+
working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3079325/rst_rst
7477
Checking test rst results ....
7578
Comparing sfcf021.tile1.nc .....USING NCCMP......OK
7679
Comparing sfcf021.tile2.nc .....USING NCCMP......OK
@@ -132,14 +135,14 @@ Checking test rst results ....
132135
Comparing RESTART/iced.2021-03-23-21600.nc .....USING NCCMP......OK
133136
Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK
134137

135-
0: The total amount of wall time = 431.329311
136-
0: The maximum resident set size (KB) = 1519904
138+
0: The total amount of wall time = 517.813920
139+
0: The maximum resident set size (KB) = 1524680
137140

138141
Test rst PASS
139142

140143

141144
baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu
142-
working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_326777/std_base_std_base
145+
working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3079325/std_base_std_base
143146
Checking test std_base results ....
144147
Moving baseline std_base files ....
145148
Moving sfcf021.tile1.nc .........OK
@@ -202,8 +205,11 @@ Moving baseline std_base files ....
202205
Moving RESTART/iced.2021-03-23-21600.nc .........OK
203206
Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
204207

205-
0: The total amount of wall time = 407.381438
206-
0: The maximum resident set size (KB) = 1545864
208+
0: The total amount of wall time = 430.945213
209+
0: The maximum resident set size (KB) = 1513244
207210

208211
Test std_base PASS
209212

213+
OPERATION REQUIREMENT TEST WAS SUCCESSFUL
214+
Wed Jun 5 14:37:12 UTC 2024
215+
Elapsed time: 01h:06m:04s. Have a nice day!

0 commit comments

Comments
 (0)