aboutsummaryrefslogtreecommitdiffstats
path: root/run_exps.py
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2012-09-28 16:55:30 -0400
committerJonathan Herman <hermanjl@cs.unc.edu>2012-09-28 16:55:30 -0400
commit2844e3887b4ff635dfa85e9b2ec773b06fe9af4f (patch)
tree2308fd16cd7def6d4fce28239524e28f1ce3ed67 /run_exps.py
parente9c71d9c11628b24fd7661d7473841fbda43cdda (diff)
Added option to parse scaling factors against a base task set.
Diffstat (limited to 'run_exps.py')
-rwxr-xr-xrun_exps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_exps.py b/run_exps.py
index bda0e40..4484952 100755
--- a/run_exps.py
+++ b/run_exps.py
@@ -218,7 +218,7 @@ def main():
218 print(" Successful:\t\t%d" % succ) 218 print(" Successful:\t\t%d" % succ)
219 print(" Failed:\t\t%d" % failed) 219 print(" Failed:\t\t%d" % failed)
220 print(" Already Done:\t\t%d" % done) 220 print(" Already Done:\t\t%d" % done)
221 print(" Invalid Kernel:\t\t%d" % invalid) 221 print(" Wrong Kernel:\t\t%d" % invalid)
222 222
223 223
224if __name__ == '__main__': 224if __name__ == '__main__':