From b5f2d1f63081758fd6e9958cafec6eec601078a9 Mon Sep 17 00:00:00 2001 From: Andreas Egger Date: Mon, 20 May 2013 13:45:03 +0200 Subject: [PATCH] Modified README --- README.txt | 45 ++++++++++++++++++++++++++++++++------------- 1 file changed, 32 insertions(+), 13 deletions(-) diff --git a/README.txt b/README.txt index 78177c5..3bd7e97 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,9 @@ Compile project ant compile +Compile + run generator with user defined parameters + ant run-generator + Compile + run predefined generator for scenario A ant run-generator-A @@ -10,16 +13,32 @@ Compile + run predefined generator for scenario B (not yet implemented) Compile + run predefined generator for scenario C (not yet implemented) ant run-generator-C - - -"make clean" - rm -rf target - -How to compile + run tests - mvn verify - -How to start SchedSimulator - mvn exec:java -Dexec.mainClass="at.ac.tuwien.lsdc.SchedSimulator" - -How to start JobGenerator - mvn exec:java -Dexec.mainClass="at.ac.tuwien.lsdc.JobGenerator" -Dexec.args="A 100 target/file.csv" +Compile + run scheduler A with scenario A + ant run-scheduler-A-A + +Compile + run scheduler B with scenario A + ant run-scheduler-A-B + +Compile + run scheduler C with scenario A + ant run-scheduler-A-C + +Compile + run scheduler A with scenario B (not yet implemented) + ant run-scheduler-B-A + +Compile + run scheduler B with scenario B (not yet implemented) + ant run-scheduler-B-B + +Compile + run scheduler C with scenario B (not yet implemented) + ant run-scheduler-B-C + +Compile + run scheduler A with scenario C (not yet implemented) + ant run-scheduler-C-A + +Compile + run scheduler B with scenario C (not yet implemented) + ant run-scheduler-C-B + +Compile + run scheduler C with scenario C (not yet implemented) + ant run-scheduler-C-C + +Compile + run all schedulers and scenarios + ant run-all-schedulers -- 2.43.0