From 4f5036bd32ab99a0f0809a165331923295622b84 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Sat, 28 Jan 2017 21:31:05 -0500 Subject: [PATCH] Added TODO to retrofit schedulers to run either with classMapWatts enabled or disabled. --- schedulers/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/schedulers/README.md b/schedulers/README.md index 6696696..b4cbd34 100644 --- a/schedulers/README.md +++ b/schedulers/README.md @@ -9,6 +9,7 @@ To Do: * Make newTask(...) variadic where the newTaskClass argument can either be given or not. If not give, then pick task.Watts as the watts attribute, else pick task.ClassToWatts[newTaskClass]. * Retrofit pcp/proactiveclusterwidecappers.go to include the power capping go routines and to cap only when necessary. * Create a package that would contain routines to perform various logging and move helpers.coLocated(...) into that. + * Retrofit schedulers to be able to run either using ClassMapWatts enabled or disabled. Scheduling Algorithms: