diff options
author | Korey Sewell <ksewell@umich.edu> | 2009-07-25 22:22:13 -0400 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2009-07-25 22:22:13 -0400 |
commit | d4813236d6a4c4f982e7f4c00a4ccd8ceab12443 (patch) | |
tree | 60863bb236ee9346bfd6953e35d31119e8bbb2a1 /tests | |
parent | 44f80e7ca5dd404628f07d00a01aaf2f0c604276 (diff) | |
download | gem5-d4813236d6a4c4f982e7f4c00a4ccd8ceab12443.tar.xz |
regress: edit 2t hello smt file to specify numThreads
Diffstat (limited to 'tests')
-rw-r--r-- | tests/quick/01.hello-2T-smt/test.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |