]> git.somenet.org - pub/jan/lsdc.git/blob - README.txt
Updated docs to include parametrised run of JobGenerator
[pub/jan/lsdc.git] / README.txt
1 "make clean"
2         rm -rf target
3
4 How to compile + run tests
5         mvn verify
6
7 How to start SchedSimulator
8         mvn exec:java -Dexec.mainClass="at.ac.tuwien.lsdc.SchedSimulator" 
9
10 How to start JobGenerator
11         mvn exec:java -Dexec.mainClass="at.ac.tuwien.lsdc.JobGenerator" -Dexec.args="A 100 target/file.csv"