configs: missed spot progress-interval change
authorKorey Sewell <ksewell@umich.edu>
Mon, 23 May 2011 18:36:22 +0000 (14:36 -0400)
committerKorey Sewell <ksewell@umich.edu>
Mon, 23 May 2011 18:36:22 +0000 (14:36 -0400)
configs/common/Simulation.py

index 1cc2f47b777c366d3a19b7fb7ebd0d76b2488b70..7abf478da3cd1faef8e2962b135e82d0b903d2c2 100644 (file)
@@ -96,7 +96,7 @@ def run(options, root, testsys, cpu_class):
     max_checkpoints = options.max_checkpoints
     switch_cpus = None
 
-    if options.prog_intvl:
+    if options.prog_interval:
         for i in xrange(np):
             testsys.cpu[i].progress_interval = options.prog_interval