LLNL / variorum

Vendor-neutral library for exposing power and performance features across diverse architectures
https://variorum.readthedocs.io
MIT License
68 stars 26 forks source link

Powmon needs to call variorum_cap_best_effort_node_power_limit #305

Open tpatki opened 2 years ago

tpatki commented 2 years ago

Powmon currently uses variorum_cap_each_socket_limit which is not necessarily supported on all architectures, unlike the best_effort_node_power_limit.

tpatki commented 8 months ago

We need to update the power capping APIs first, and then circle back to this. See #387.