se.py: Modify script to make multiprogramming much easier.
Review Request #598 - Created March 18, 2011 and submitted
| Information | |
|---|---|
| Lisa Hsu | |
| gem5 | |
| Reviewers | |
| Default | |
| ali, gblack, nate, stever | |
se.py: Modify script to make multiprogramming much easier. Now, instead of --bench benchname, you can do --bench bench1-bench2-bench3 and it will set up a simulation that instantiates those three workloads. Only caveat is that now, for sanity checking, your -n X must match the number of benches in the list.
Posted (March 18, 2011, 11:30 a.m.)
-
configs/example/se.py (Diff revision 1) -
Splitting on "," would be a little more standard.
