From: Korey Sewell Date: Sun, 26 Jul 2009 02:22:13 +0000 (-0400) Subject: regress: edit 2t hello smt file to specify numThreads X-Git-Tag: Calvin_Submission~198 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d4813236d6a4c4f982e7f4c00a4ccd8ceab12443;p=gem5.git regress: edit 2t hello smt file to specify numThreads --- diff --git a/tests/quick/01.hello-2T-smt/test.py b/tests/quick/01.hello-2T-smt/test.py index 04ff8c2e6..2db81da93 100644 --- a/tests/quick/01.hello-2T-smt/test.py +++ b/tests/quick/01.hello-2T-smt/test.py @@ -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