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

Update powmon to report utilization in addition to power. #510

Merged
merged 18 commits into from
Mar 12, 2024

Conversation

tpatki
Copy link
Member

@tpatki tpatki commented Feb 7, 2024

Description

Supersedes #474 from @altahat2003.
Updated powmon to include node utilization, so that users can collect power and utilization data in parallel and output that in the file.
This PR depends on #431 that has now been merged.

Fixes #462.

To do:

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature/architecture support (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Build/CI update

How Has This Been Tested?

  • Lassen gpu-only
  • Lassen cpu+gpu
  • Lassen cpu-only
  • Corona gpu-only
  • Folsom
  • rhetoric

Checklist:

  • I have run ./scripts/check-code-format.sh and confirm my code code follows the style guidelines of variorum
  • I have added comments in my code
  • My changes generate no new warnings (build with -DENABLE_WARNINGS=ON)
  • New and existing unit tests pass with my changes

Thank you for taking the time to contribute to Variorum!

@tpatki tpatki mentioned this pull request Feb 7, 2024
12 tasks
@tpatki tpatki added status-ready-for-review Formatted, and tested on multiple systems. status-work-in-progress In progress, not ready to merge. and removed status-work-in-progress In progress, not ready to merge. status-ready-for-review Formatted, and tested on multiple systems. labels Mar 6, 2024
@tpatki tpatki added status-ready-to-merge This PR has made all revisions and is ready to merge into the develop branch status-ready-for-review Formatted, and tested on multiple systems. and removed status-work-in-progress In progress, not ready to merge. status-ready-to-merge This PR has made all revisions and is ready to merge into the develop branch labels Mar 12, 2024
@tpatki tpatki merged commit 732adeb into dev Mar 12, 2024
15 checks passed
@slabasan slabasan deleted the powmon_power_utilization branch March 12, 2024 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow powmon to sample utilization
3 participants