changed the named of the scheduling policy documentation to SchedulingPolicies.md. Also, added a documentation for power-capping strategies called PowerCappingStrategies.md

This commit is contained in:
Pradyumna Kaushik 2017-09-28 15:50:55 -04:00
parent b807625b78
commit 4051aa1fb3
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,13 @@
Elektron: Power-Capping Strategies
==================================
##__Power-Capping Policies__
* **Extrema** - A dynamic power-capping strategy that is able to make smart trade-offs
between makespan and power consumption. *Extrema* reacts to power trends in the
cluster and restrains the power consumption of the cluster to a power
envelope defined by a high threshold and low threshold.
* **Progressive-Extrema** - A modified version *Extrema* that performs
power-capping in phases. Unlike in *Extrema*, where picking a previously
capped node as a victim resulted in a NO-OP, *Progressive-Extrema* applies
a harsher capping value for that victim.