Pradyumna Kaushik
|
b7394b8762
|
formatted the code
|
2016-12-22 22:59:02 -05:00 |
|
Pradyumna Kaushik
|
3551de20da
|
The computation of the cluster wide cap now considers total power per node rather than the available power per node. Also, added function recap(...) that is called to compute the cluster wide cap once a task completes. This value is used to change the cluster wide cap once a task completes."
|
2016-12-22 22:59:02 -05:00 |
|
Pradyumna Kaushik
|
7b19cfb4fc
|
fixed an error
|
2016-12-22 22:59:02 -05:00 |
|
Pradyumna Kaushik
|
c728b1f733
|
Proactive cluster wide capper that defines two types of schedulers. First fit scheduling, that uses running average of task.Watts to calculate the cluster wide cap, and Ranked based cluster wide capper that ranks the tasks (sorts) based on the watts required and then performs fcfs in the sorted order.
|
2016-12-22 22:59:02 -05:00 |
|