Add test to check that access-counter based page migration is disabled#496
Merged
jgphpc merged 5 commits intoeth-cscs:mainfrom Jan 12, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a test to verify that the NVIDIA UVM (Unified Virtual Memory) performance access counter migration feature is disabled on GPU systems, as it's known to be buggy in older drivers. Additionally, it fixes the mixin import path in slurm.py.
Changes:
- Fixed the import path for
uenv_slurm_mpi_optionsmixin to correctly navigate fromchecks/system/slurm/tochecks/mixins/ - Added new test
SlurmNoUvmPerfAccessCounterMigrationto check that the NVIDIA UVM parameter is set to 0
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
|
cscs-ci run alps-daint-uenv;MY_UENV=prgenv-gnu/25.11:v1 |
Collaborator
|
cscs-ci run alps-beverin-uenv;MY_UENV=prgenv-gnu/25.07-6.3.3:v11 |
Collaborator
|
cscs-ci run alps-eiger-uenv;MY_UENV=prgenv-gnu/25.11:v1 |
jgphpc
approved these changes
Jan 12, 2026
Collaborator
jgphpc
left a comment
There was a problem hiding this comment.
checked that SlurmNoUvmPerfAccessCounterMigration runs only on cn with /sys/module/nvidia_uvm/...
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.
Also fixes the mixin path in
slurm.py. Related to https://jira.cscs.ch/browse/PA-1395.This is currently incomplete becase the test runs on all systems. I know how to check with uenv environments if a test is running on a gh200 system, but how do I check the same with the
builtinenvironment? Or do you have other suggestions for skipping the check if the file doesn't exist?