se.py: support specifying multiple programs via command line
Review Request #1355 - Created Aug. 17, 2012 and submitted
| Information | |
|---|---|
| Nilay Vaish | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9155:752d18560fe9 --------------------------- se.py: support specifying multiple programs via command line This patch allows for specifying multiple programs via command line. It also adds an option for specifying whether to use of SMT. But SMT does not work for the o3 cpu as of now.
Issue Summary
1
1
0
0
| Description | From | Last Updated | Status |
|---|---|---|---|
| I'm not sure it makes sense to have multiple CPUs with an SMT workload... in the long run we probably ... | Steve Reinhardt | Sept. 7, 2012, 9:55 a.m. | Open |
Posted (Sept. 7, 2012, 9:55 a.m.)
Looks good overall, thanks!
-
configs/example/se.py (Diff revision 1) -
I'm not sure it makes sense to have multiple CPUs with an SMT workload... in the long run we probably want some way to assign multiple different threads on each of multiple CPUs, but in the meantime we might want to just make it an error to have SMT and multiple CPUs.
