se-configs: edit se.py to account for non-O3CPU workloads

This commit is contained in:
Korey Sewell 2009-07-26 00:13:35 -04:00
parent 927dd20932
commit 6c46313556

View file

@ -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(';')