Updated comments

This commit is contained in:
Pradyumna Kaushik 2016-11-28 20:01:25 -05:00 committed by Renan DelValle
parent 512918e1e8
commit 1c8265b87b

View file

@ -3,7 +3,6 @@ Constants that are used across scripts
1. The available hosts = stratos-00x (x varies from 1 to 8) 1. The available hosts = stratos-00x (x varies from 1 to 8)
2. cap_margin = percentage of the requested power to allocate 2. cap_margin = percentage of the requested power to allocate
3. power_threshold = overloading factor 3. power_threshold = overloading factor
4. total_power = total power per node
5. window_size = number of tasks to consider for computation of the dynamic cap. 5. window_size = number of tasks to consider for computation of the dynamic cap.
Also, exposing functions to update or initialize some of the constants. Also, exposing functions to update or initialize some of the constants.