summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-09-17 21:26:17 -0500
committerClark Williams <williams@redhat.com>2009-09-17 21:26:17 -0500
commitdf64f2245fb56c1be1bc5ca6e58d5403f6eb866b (patch)
tree80b18456a9dc0de643cc104439628e15685fcc3b /Makefile
parente2ec060c15a025bb5efff58f0195d48c140f6379 (diff)
downloadrteval-df64f2245fb56c1be1bc5ca6e58d5403f6eb866b.tar.gz
rteval-df64f2245fb56c1be1bc5ca6e58d5403f6eb866b.tar.xz
rteval-df64f2245fb56c1be1bc5ca6e58d5403f6eb866b.zip
reworked to use config file for parameters and loads
modified: Makefile rteval.spec rteval/hackbench.py rteval/kcompile.py rteval/load.py rteval/rteval.conf rteval/rteval.py
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 29c978a..ccfadb1 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ D := 10
runit:
[ -d ./run ] || mkdir run
- python rteval/rteval.py -v --workdir=./run --loaddir=./loadsource --duration=$(D) -f rteval/default.ini
+ python rteval/rteval.py -D -v --workdir=./run --loaddir=./loadsource --duration=$(D) -f rteval/rteval.conf -i rteval
sysreport:
python rteval/rteval.py -v --workdir=./run --loaddir=./loadsource --duration=$(D) --sysreport