Added Piston Capper to the list of schedulers
This commit is contained in:
parent
c493bd066e
commit
2e0ec0cc99
1 changed files with 3 additions and 2 deletions
|
@ -8,8 +8,9 @@ To Do:
|
||||||
|
|
||||||
Scheduling Algorithms:
|
Scheduling Algorithms:
|
||||||
|
|
||||||
|
* First Fit
|
||||||
|
* First Fit with sorted watts
|
||||||
* Bin-packing with sorted watts
|
* Bin-packing with sorted watts
|
||||||
* FCFS Proactive Cluster-wide Capping
|
* FCFS Proactive Cluster-wide Capping
|
||||||
* Ranked Proactive Cluster-wide Capping
|
* Ranked Proactive Cluster-wide Capping
|
||||||
* First Fit
|
* Piston Capping -- Works when scheduler is run with WAR
|
||||||
* First Fit with sorted watts
|
|
||||||
|
|
Reference in a new issue