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

Nvidia monitor fixes #239

Merged
merged 6 commits into from
May 3, 2024
Merged

Nvidia monitor fixes #239

merged 6 commits into from
May 3, 2024

Commits on Apr 29, 2024

  1. Update output parsing for nvidiamon

    Johannes Elmsheuser committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    931646a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Update test files for nvidia-smi parsing

    Update to the new nvidia-smi pmon output fields
    Add a pycuda GPU burner script for tests
    graeme-of-cern committed May 3, 2024
    Configuration menu
    Copy the full SHA
    52671cf View commit details
    Browse the repository at this point in the history
  2. Parse ccpm field as string

    This can be a "-" instead of 0
    graeme-of-cern committed May 3, 2024
    Configuration menu
    Copy the full SHA
    ccdd02b View commit details
    Browse the repository at this point in the history
  3. Update precook script and precooked ouptuts

    Ensure precooked values are fixed to what we want
    graeme-of-cern committed May 3, 2024
    Configuration menu
    Copy the full SHA
    53ce205 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b26bddd View commit details
    Browse the repository at this point in the history
  5. Python reformatting

    With latest verisons of black and flake8
    
    There is one import in gpu-burner.py that is needed (pycuda.autoinit)
    as it has side effects, so this is marked as excempt for flake8
    graeme-of-cern committed May 3, 2024
    Configuration menu
    Copy the full SHA
    7fff4d8 View commit details
    Browse the repository at this point in the history