Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP DNM] linux/sysfs: use opendir() to list cpu caches #629

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 20, 2023

  1. tests/linux/gather: ignore gp_index/obj IDs

    Reading caches with opendir() from a sysdump dump can cause
    cache discovery to be reordered.
    
    Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
    bgoglin committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    08ccb1c View commit details
    Browse the repository at this point in the history
  2. WIP linux/sysfs: use opendir() to list cpu caches

    Instead of trying to open all "index%u" from 0 to 9.
    
    Refs open-mpi#434
    
    Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
    bgoglin committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ac86c4f View commit details
    Browse the repository at this point in the history