We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
During the knowledge exchange day (2023-01-13) it was raised that tracking GPU utilaistiaon / power usage within a job could be useful.
This could be achieved by backgrounding a script which polls nvidia-smi / dgsmi, which records gpu use to disk for the job.
nvidia-smi
dgsmi
An example of how to do this and a script for this could be documented / provided.
This type of metric can be very useful for software developers going forwards, to understand the impact of thier jobs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
During the knowledge exchange day (2023-01-13) it was raised that tracking GPU utilaistiaon / power usage within a job could be useful.
This could be achieved by backgrounding a script which polls
nvidia-smi
/dgsmi
, which records gpu use to disk for the job.An example of how to do this and a script for this could be documented / provided.
This type of metric can be very useful for software developers going forwards, to understand the impact of thier jobs.
The text was updated successfully, but these errors were encountered: