Skip to content

Commit

Permalink
Revert "Revert "Adds some info about cmake and env. vars for the moni…
Browse files Browse the repository at this point in the history
…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.
41 changes: 41 additions & 0 deletions BUILD.info
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

0 comments on commit 0e11da5

Please sign in to comment.