From 398389d33ce3e1cb356c6415ffced2656fb7562e Mon Sep 17 00:00:00 2001 From: Glenn Elliott Date: Sat, 18 Jan 2014 12:47:36 -0500 Subject: Add TODO comment to gen/generator.py There are still more combinations of task set parameters we need apply to the same task set to facilitiate direct (fair) comparisons between methods. --- gen/generator.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gen/generator.py b/gen/generator.py index 9831252..89b893e 100644 --- a/gen/generator.py +++ b/gen/generator.py @@ -395,6 +395,12 @@ class Generator(object): ts, graphs, subts = self._create_tasks(dp) dp.tasks = len(ts) + # TODO: Reuse the same task set and partition with polluter overheads + # and with and without job splitting. + # That is, same task set for: + # {poluters, no polluters} x {job splitting, no job splitting} x + # {cluster levels} x {partition methods} + levels = ['L1', 'L2', 'L3', 'ALL'] try: for lvl in levels: -- cgit v1.2.2