fixed an error in the readme.md
This commit is contained in:
parent
4761de1399
commit
172d49df7a
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
Perform Cluster wide dynamic capping.
|
||||
|
||||
Offer 2 methods:
|
||||
|
||||
1. First Come First Serve -- For each task that needs to be scheduled, in the order in which it arrives, compute the cluster wide cap.
|
||||
2. Rank based cluster wide capping -- Sort a given set of tasks to be scheduled, in ascending order of requested watts, and then compute the cluster wide cap for each of the tasks in the ordered set.
|
||||
|
||||
|
|
Reference in a new issue