From 172d49df7ab41ba8a0af45f771802bcd6767591f Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Mon, 31 Oct 2016 23:20:17 -0400 Subject: [PATCH] fixed an error in the readme.md --- schedulers/proactive_dynamic_capping/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/schedulers/proactive_dynamic_capping/README.md b/schedulers/proactive_dynamic_capping/README.md index e9f7332..5effb82 100644 --- a/schedulers/proactive_dynamic_capping/README.md +++ b/schedulers/proactive_dynamic_capping/README.md @@ -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.