Adding HDF5 weekly testing with AWS-Ubuntu2404 setup#1633
Merged
stiggy87 merged 37 commits intoJCSDA:developfrom May 9, 2025
Merged
Adding HDF5 weekly testing with AWS-Ubuntu2404 setup#1633stiggy87 merged 37 commits intoJCSDA:developfrom
stiggy87 merged 37 commits intoJCSDA:developfrom
Conversation
…-build-testing' into feature/hdf5-weekly-build-testing
climbfuji
approved these changes
May 7, 2025
| require: '@4.2.15 +external-xdr ~fortran ~netcdf' | ||
| hdf5: | ||
| require: '@1.14.3 +hl +fortran +mpi +threadsafe ~szip' | ||
| require: '@1.14.5 +hl +fortran +mpi +threadsafe ~szip' |
Collaborator
There was a problem hiding this comment.
I think this is ok. We need to make sure that all applications test with this prior to rolling out spack-stack@2
Collaborator
|
Does this run the MPI-based HDF5 tests? I'm not picky either way, especially since we get some of that tested through NetCDF C & Fortran. |
Contributor
Author
From the ctests results, it looks to use MPI appropriately. |
climbfuji
added a commit
that referenced
this pull request
May 12, 2025
This fixes the broken container builds since #1633 was merged
5 tasks
climbfuji
added a commit
that referenced
this pull request
May 12, 2025
This fixes the broken container builds since #1633 was merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This is to add hdf5 to weekly testing, and updates to aws-ubuntu2404 to allow it to run weekly.
Updates to the aws-ubuntu2404 site changes are mostly to address build issues, and increase the gcc version.
The openmpi package and hdf5 packages needed a version update to pass testing.
openmpi → 5.0.6
hdf5 → 1.14.5
Testing
Have run the automated tests on an AWS instance.
Systems affected
AWS Ubuntu 2404
Dependencies
N/A
Issue(s) addressed
Fixes #1425
Checklist