From 6c463135561796a3d26709d0498f300717ceba83 Mon Sep 17 00:00:00 2001 From: Korey Sewell Date: Sun, 26 Jul 2009 00:13:35 -0400 Subject: se-configs: edit se.py to account for non-O3CPU workloads --- configs/example/se.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configs') diff --git a/configs/example/se.py b/configs/example/se.py index 4b3842cd1..67a2340ce 100644 --- a/configs/example/se.py +++ b/configs/example/se.py @@ -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(';') -- cgit v1.2.3