Add spack-stack/1.6.0 support#873
Conversation
|
All credit goes to @RussTreadon-NOAA for testing! Thanks @DavidHuber-NOAA for this PR. |
|
Automated Global-Workflow GDASApp Testing Results: |
|
Automated Global-Workflow GDASApp Testing Results: |
|
Orion test |
|
Hercules test Install Examine log files for failed jobs. Find familiar error message Check loaded modules. See that This is done in the original @DavidHuber-NOAA , my modified We don't need |
RussTreadon-NOAA
left a comment
There was a problem hiding this comment.
hera.lua and orion.lua work as is. hercules.lua requires minor changes: (1) delete indicated loads, remove R2D2 line.
I'll approve once hercules.lua is updated.
a83936b
|
Thank you @DavidHuber-NOAA for updating |
RussTreadon-NOAA
left a comment
There was a problem hiding this comment.
Rebuilt DavidHuber-NOAA:feature/ss160 at a83936b on Hercules within g-w. Run ctests. All tests pass.
(gdasapp) hercules-login-3:/work/noaa/da/rtreadon/git/global_workflow/spackstack160_hercules/sorc/gdas.cd/build$ ctest -R test_gdasapp
Test project /work/noaa/da/rtreadon/git/global_workflow/spackstack160_hercules/sorc/gdas.cd/build
Start 1340: test_gdasapp_util_coding_norms
1/52 Test #1340: test_gdasapp_util_coding_norms ........................ Passed 4.28 sec
...
Start 1722: test_gdasapp_aero_gen_3dvar_yaml
52/52 Test #1722: test_gdasapp_aero_gen_3dvar_yaml ...................... Passed 0.29 sec
100% tests passed, 0 tests failed out of 52
Label Time Summary:
gdas-utils = 20.64 sec*proc (9 tests)
script = 20.64 sec*proc (9 tests)
Total Test time (real) = 1369.45 sec
Approve.
This upgrades GDASApp libraries to spack-stack version 1.6.0. Most notably, this upgrades the following libraries netcdf-fortran 4.6.0 -> 4.6.1 boost 1.78 -> 1.83.0 openblas 0.3.19 -> 0.3.24 sp 2.3.3 -> 2.5.0 Regression tests were run on Hera by @RussTreadon-NOAA and @CoryMartin-NOAA. --------- Co-authored-by: Cory Martin <cory.r.martin@noaa.gov>
This upgrades GDASApp libraries to spack-stack version 1.6.0. Most notably, this upgrades the following libraries
netcdf-fortran 4.6.0 -> 4.6.1
boost 1.78 -> 1.83.0
openblas 0.3.19 -> 0.3.24
sp 2.3.3 -> 2.5.0
Regression tests were run on Hera by @RussTreadon-NOAA and @CoryMartin-NOAA.