Updated description of power capping policies.
Updated point in Usage section to indicate that power capping policies are pluggable. Mentioned that it is possible to plug in power capping policies. Added the commandline option as well.
This commit is contained in:
parent
ea0eda2db1
commit
66dd017eb9
2 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,7 @@ _Elektron_ is comprised of three main components: _Task Queue_, _Scheduler_ and
|
|||
|
||||
## Usage
|
||||
* [Pluggable Scheduling Policies](docs/SchedulingPolicies.md)
|
||||
* [Power-Capping strategies](docs/PowerCappingStrategies.md)
|
||||
* [Pluggable Power-Capping strategies](docs/PowerCappingStrategies.md)
|
||||
* [Scheduling Policy Switching](docs/SchedulingPolicySwitching.md)
|
||||
|
||||
## Logs
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# Power-Capping Strategies
|
||||
|
||||
_Elektron_ is capable of deploying different power capping strategies. The power capping strategy to be plugged in can be specified using the `-powercap` command-line option.
|
||||
|
||||
## Power-Capping Policies
|
||||
|
||||
* **Extrema** - A dynamic power-capping strategy that is able to make smart trade-offs
|
||||
|
|
Reference in a new issue