From f60661023261582ddb97b89a31aee1d8ff991777 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Fri, 25 Nov 2016 18:02:21 -0500 Subject: [PATCH] Added the proactive cluster wide capping with ranked tasks scheduler to the list of schedulers. --- schedulers/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/schedulers/README.md b/schedulers/README.md index 15c0d74..a61559b 100644 --- a/schedulers/README.md +++ b/schedulers/README.md @@ -9,5 +9,6 @@ Scheduling Algorithms: * Bin-packing with sorted watts * FCFS Proactive Cluster-wide Capping + * Ranked Proactive Cluster-wide Capping * First Fit * First Fit with sorted watts