cp2k: use one MPS daemon per GPU#490
Merged
ekouts merged 3 commits intoeth-cscs:mainfrom Dec 19, 2025
Merged
Conversation
msimberg
approved these changes
Dec 19, 2025
Member
Author
|
cscs-ci run alps-daint-uenv;MY_UENV=cp2k/2025.1:v2 |
Member
Author
|
cscs-ci run alps-eiger-uenv;MY_UENV=cp2k/2025.1:v3 |
Member
Author
|
The |
ekouts
approved these changes
Dec 19, 2025
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 #452 introduced many changes to the CP2K ReFrame tests, including convergence tolerances, and a different input file for one test. I updated the references based on the upcoming CP2K uenv.
However, after @msimberg asked about the different reference and given some recent issues I encountered with MPS, I realized that adding out
mps-wrapper.shcould have impacted the update of the reference number.This PR reverts the changes in reference numbers (actually tightens them), by adding a new MPS wrapper (which @msimberg developed a while ago for DLA-Future) which starts one MPS daemon per GPU (instead of one per node).