Update meta_modules.py to detect MPI modules containing hashes #1582
Merged
climbfuji merged 4 commits intoJCSDA:developfrom Mar 31, 2025
Merged
Update meta_modules.py to detect MPI modules containing hashes #1582climbfuji merged 4 commits intoJCSDA:developfrom
meta_modules.py to detect MPI modules containing hashes #1582climbfuji merged 4 commits intoJCSDA:developfrom
Conversation
meta_modules.py to detect MPI modules cotaining hashes meta_modules.py to detect MPI modules containing hashes
climbfuji
approved these changes
Mar 27, 2025
AlexanderRichert-NOAA
approved these changes
Mar 28, 2025
Collaborator
AlexanderRichert-NOAA
left a comment
There was a problem hiding this comment.
Sorry this slipped past me-- looks good
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
On my Rocky 9 Linux systems,
spack stack setup-meta-modulesresults in a Package with matching name is incompatible error when locating the MPI provider (described in detail in #1360).Testing
This change resulted in successful execution of the
spack stack setup-meta-modulescommand in both the development branch (pulled on 03-14-2025 after the commit adding +python for ESMF inconfigs/common/packages.yaml) and the 1.9.1 tagged release. In both instances, the operating system was Rocky Linux 9.5 and Intel OneAPI 2025.0.4 compilers. For the development branch, Open MPI 4.1.7 was compiled from source by spack, and for the 1.9.1 tagged release the Intel supplied OneAPI MPI 2021.14 was used. Open MPI 4.1.7 was chosen to allow TotalView debugging, as the 5.x releases of Open MPI have removed the MPIR process acquisition interface required by TotalView.Applications affected
None that I'm aware of.
Systems affected
I would expect all systems to be affected (hopefully none negatively) since they all would use the
spack stack setup-meta-modulescommand.Dependencies
None
Issue(s) addressed
#1360
Checklist