se-configs: edit se.py to account for non-O3CPU workloads
This commit is contained in:
parent
927dd20932
commit
6c46313556
1 changed files with 4 additions and 0 deletions
|
@ -91,6 +91,10 @@ if options.output != "":
|
|||
if options.errout != "":
|
||||
process.errout = options.errout
|
||||
|
||||
|
||||
# By default, set workload to path of user-specified binary
|
||||
workloads = options.cmd
|
||||
|
||||
if options.detailed:
|
||||
#check for SMT workload
|
||||
workloads = options.cmd.split(';')
|
||||
|
|
Loading…
Reference in a new issue