source:
xssim/example/RunExperiment.java
@
104
Revision 104, 311 bytes checked in by wojtekp, 13 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[104] | 1 | import simulator.GridSchedulingSimulator; |
2 | ||
3 | ||
4 | public class RunExperiment { | |
5 | ||
6 | public static void main(String args[]){ | |
7 | RunExperiment runner = new RunExperiment(); | |
8 | runner.run(); | |
9 | } | |
10 | ||
11 | public void run(){ | |
12 | String args[] = { | |
13 | "example/experiment1.properties" | |
14 | }; | |
15 | GridSchedulingSimulator.main(args); | |
16 | } | |
17 | ||
18 | } |
Note: See TracBrowser
for help on using the repository browser.