aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2014-01-18 12:47:36 -0500
committerGlenn Elliott <gelliott@cs.unc.edu>2014-01-18 12:47:36 -0500
commit398389d33ce3e1cb356c6415ffced2656fb7562e (patch)
treef0453f4d816ecb1ed89b8d02a39dcada82166e60
parent86bac2a320dc086a0d7e3bde373e3bace296a5ea (diff)
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.
-rw-r--r--gen/generator.py6
1 files changed, 6 insertions, 0 deletions
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):
395 ts, graphs, subts = self._create_tasks(dp) 395 ts, graphs, subts = self._create_tasks(dp)
396 dp.tasks = len(ts) 396 dp.tasks = len(ts)
397 397
398 # TODO: Reuse the same task set and partition with polluter overheads
399 # and with and without job splitting.
400 # That is, same task set for:
401 # {poluters, no polluters} x {job splitting, no job splitting} x
402 # {cluster levels} x {partition methods}
403
398 levels = ['L1', 'L2', 'L3', 'ALL'] 404 levels = ['L1', 'L2', 'L3', 'ALL']
399 try: 405 try:
400 for lvl in levels: 406 for lvl in levels: