variorum icon indicating copy to clipboard operation
variorum copied to clipboard

Vendor-neutral library for exposing power and performance features across diverse architectures

Results 86 variorum issues
Sort by recently updated
recently updated
newest added

Tested on Lassen with commit 50b21f on 5/2. Need to update version. ``` ./variorum-print-power-example -v 0.5.0 ```

# Description It appeared to me that msr_safe was checked twice, once in a location it was not intended to be checked. This was throwing an error for me as...

Create a folder in variorum codebase with reference multi-node multi-GPU benchmarks. Add 3-4 benchmarks or workflows that have been annotated with Variorum for testing scalability and overhead, and also for...

area-examples
area-integrations

In many places in Variorum, I see declarations made as `unsigned var`, without the datatype being explicitly specified. This defaults to `unsigned int` , and is functionally correct (`unsigned` is...

type-internal-cleanup
area-internal

# Description Cleanup for `-Werror-unused-parameter` , need to figure out how far to propogate the change and check where to test with @amarathe84. Fixes #526. ## Type of change -...

# Description This adds a reference to our contributions to the PowerStack GEOPM code base for integration with Variorum. The HTTPS link points to the PR which introduces the VariorumIO...

Need to round off printed decimal values to 2 or 3 significant digits.

Creating separate issue to track the documentation updates that didn't make it in v0.5.0 docs (see issue #238) - [ ] A proper HPC power/energy annotated bibliography would be lovely...

area-docs