regress: edit 2t hello smt file to specify numThreads
authorKorey Sewell <ksewell@umich.edu>
Sun, 26 Jul 2009 02:22:13 +0000 (22:22 -0400)
committerKorey Sewell <ksewell@umich.edu>
Sun, 26 Jul 2009 02:22:13 +0000 (22:22 -0400)
tests/quick/01.hello-2T-smt/test.py

index 04ff8c2e6c494d70644bd64739ed76cf1f47ee0c..2db81da939882f266a78cf76451c59410b37f131 100644 (file)
@@ -30,3 +30,4 @@ process1 = LiveProcess(cmd = 'hello', executable = binpath('hello'))
 process2 = LiveProcess(cmd = 'hello', executable = binpath('hello'))
 
 root.system.cpu.workload = [process1, process2]
+root.system.cpu.numThreads = 2