-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add GPU tracking to Jobs realm #1270
Conversation
$console = Console::factory(); | ||
$console->displayMessage(<<<"EOT" | ||
This version of Open XDMoD has support for GPU metrics in the jobs realm. If | ||
you have shredded Slurm job records in the past it is possible to extract the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What version of XDMoD was the reqgres data added? Or has the capability been there effectively forever?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was added in 6.5 (released 2017-01-10).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps just a note in the markdown docs about this. I doubt many people have pre 6.5 data in their database.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a note to the upgrade documentation.
Description
Adds GPU statistics and a group by to the jobs realm. Only includes support for Slurm at this time.
Replaces #1235
Motivation and Context
https://app.asana.com/0/15230011293693/1145503330514643
Tests performed
Added additional tests and regression test data.
Types of changes
Checklist: