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

Support GPU jobID map from /proc #11

Merged
merged 2 commits into from
Dec 15, 2023
Merged

Support GPU jobID map from /proc #11

merged 2 commits into from
Dec 15, 2023

Commits on Dec 15, 2023

  1. feat: Get GPU map from procfs

    * A fallback method when gpustat files are not found
    
    * We loop through processes and then read SLURM_STEP_JOBS and SLURM_JOBID for each process and create a GPU map
    
    Signed-off-by: Mahendra Paipuri <[email protected]>
    mahendrapaipuri committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    1cdda66 View commit details
    Browse the repository at this point in the history
  2. docs: Update README

    * Change versions to Unreleased
    
    Signed-off-by: Mahendra Paipuri <[email protected]>
    mahendrapaipuri committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    5cd45cc View commit details
    Browse the repository at this point in the history