-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Revert "Adds some info about cmake and env. vars for the moni…
…toring component"" This reverts commit 230c534.
- Loading branch information
KADichev
authored and
KADichev
committed
Nov 5, 2018
1 parent
230c534
commit 0e11da5
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
|
||
Some info about CMAKE variables used to configure the runtime. | ||
********************************************************************* | ||
|
||
|
||
MONITORING COMPONENT | ||
==================== | ||
|
||
CMAKE vars | ||
---------- | ||
|
||
* ALLSCALE_WITH_CRAY_PM | ||
Enables power measurements for Cray XC | ||
|
||
* ALLSCALE_WITH_POWER_ESTIMATE | ||
Enables power measurements using an estimate (C * U^2 * freq) | ||
|
||
* ALLSCALE_READ_VOLTAGE | ||
Enables reading the voltage from /sys in the ARM suitacase | ||
|
||
|
||
Env. vars | ||
--------- | ||
|
||
* ALLSCALE_MONITOR | ||
Enables/disables the monitoring component | ||
|
||
* PRINT_PERFORMANCE_TABLE | ||
Prints at the end a summary of work item statistics | ||
|
||
* PRINT_TREETURE | ||
Prints at the end the treeture of WIs | ||
|
||
* PRINT_THROUGHPUT_HM | ||
Prints a heatmap of the task throughput accross samples | ||
|
||
* PRINT_IDLE_HM | ||
Prints a heatmap of the idle rate accross samples | ||
|
||
* MONITOR_PAPI | ||
Enables PAPI counters |