summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMac Mollison <mollison@cs.unc.edu>2009-03-03 01:55:40 -0500
committerMac Mollison <mollison@cs.unc.edu>2009-03-03 01:55:40 -0500
commitb2d14e0e42b0f3983611128c1f6aae91892f29e7 (patch)
tree2b3c6fd4cf06fd467a6ed2e641a60f1a61169df0
parent99a1ada5620902ad8607c598260e995aa96fb7aa (diff)
Added a recent edition of run.py
-rwxr-xr-xrun.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.py b/run.py
index 1ebaa0e..7ae3f53 100755
--- a/run.py
+++ b/run.py
@@ -20,7 +20,7 @@ def oneCPU():
20 trace.print_records() 20 trace.print_records()
21 21
22def myEDF(): 22def myEDF():
23 test = sta.EDF(g6_list,20000000) 23 test = sta.EDF(g6_list)
24 #test = sta.EDF(g6_list) 24 #test = sta.EDF(g6_list)
25 test.run_test() 25 test.run_test()
26 26