se-configs: edit se.py to account for non-O3CPU workloads
authorKorey Sewell <ksewell@umich.edu>
Sun, 26 Jul 2009 04:13:35 +0000 (00:13 -0400)
committerKorey Sewell <ksewell@umich.edu>
Sun, 26 Jul 2009 04:13:35 +0000 (00:13 -0400)
configs/example/se.py

index 4b3842cd1f819c4114fb7c9adda9f62d1579ba46..67a2340cee2a2cded50ea667c5d74f8dffc6e83e 100644 (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(';')