projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44f80e7
)
regress: edit 2t hello smt file to specify numThreads
author
Korey Sewell
<ksewell@umich.edu>
Sun, 26 Jul 2009 02:22:13 +0000
(22:22 -0400)
committer
Korey Sewell
<ksewell@umich.edu>
Sun, 26 Jul 2009 02:22:13 +0000
(22:22 -0400)
tests/quick/01.hello-2T-smt/test.py
patch
|
blob
|
history
diff --git
a/tests/quick/01.hello-2T-smt/test.py
b/tests/quick/01.hello-2T-smt/test.py
index 04ff8c2e6c494d70644bd64739ed76cf1f47ee0c..2db81da939882f266a78cf76451c59410b37f131 100644
(file)
--- 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