[Infrastructure/trivial] Bump Rocm CI container to 7.2.4 - #1414
Merged
Conversation
Yurlungur
approved these changes
Jul 16, 2026
Yurlungur
enabled auto-merge
July 16, 2026 21:59
acreyes
approved these changes
Jul 21, 2026
|
|
||
| RUN apt-get clean && apt-get update -y && \ | ||
| DEBIAN_FRONTEND="noninteractive" TZ=America/New_York apt-get install -y --no-install-recommends git python3-minimal libpython3-stdlib bc hwloc wget openssh-client python3-numpy python3-h5py python3-matplotlib lcov curl cmake ninja-build openmpi-bin libopenmpi-dev adios2-mpi-bin adios2-serial-bin libadios2-mpi-c++11-dev libadios2-mpi-core-dev libadios2-serial-core-dev libadios2-serial-c++11-dev && \ | ||
| DEBIAN_FRONTEND="noninteractive" TZ=America/New_York apt-get install -y --no-install-recommends git python3-minimal libpython3-stdlib bc hwloc wget openssh-client python3-numpy python3-h5py python3-matplotlib lcov curl cmake ninja-build openmpi-bin libopenmpi-dev adios2-mpi-bin adios2-serial-bin libadios2-mpi-c++11-dev libadios2-mpi-core-dev libadios2-serial-core-dev libadios2-serial-c++11-dev libhdf5-dev libhdf5-openmpi-dev && \ |
Collaborator
There was a problem hiding this comment.
I think ubuntu puts the openmpi variant in a nested directory, for me it ends up in /usr/include/hdf5/openmpi/, which might be the problem in CI.
Collaborator
Author
There was a problem hiding this comment.
The issue was that the HDF5_ROOT var overwrote the default search paths. I now selective set it for non-hip builds (as the hip builds now pick up the ubuntu shipped version).
pgrete
disabled auto-merge
July 28, 2026 10:12
pgrete
enabled auto-merge (squash)
July 28, 2026 10:12
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.
PR Summary
sorttoKokkos::sortas this is now also suppored (both by Kokkos and the updated container)PR Checklist