-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add spack-stack/1.6.0 support #873
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.