Revision 104,
1.3 KB
checked in by wojtekp, 13 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Line | |
---|
1 | # Workload description consists of *.swf file and set of xml files. Xml files |
---|
2 | # contains additional information which is essential to pursue resource |
---|
3 | # advance reservation scheduling model. |
---|
4 | |
---|
5 | # Grid plugin analyze detail state of all resources |
---|
6 | gridschedulingpluginname=example.gridplugin.GridARAllSlots |
---|
7 | |
---|
8 | # Local plugin starts task execution in FCFS order and returns detail information |
---|
9 | # about resource state. |
---|
10 | localallocpolicypluginname=example.localplugin.ARAllSlots |
---|
11 | |
---|
12 | # Linear model of cpu processing power is used for task execution time estimations. |
---|
13 | exectimeestimationpluginname=example.timeestimation.ExecTimeEstimationPlugin |
---|
14 | |
---|
15 | # Path to xml file which describes resource characteristics. |
---|
16 | resdesc=example/workloadAR/HostParametersAR.xml |
---|
17 | |
---|
18 | # Path to directory which contains workload description. In this experiment workload |
---|
19 | # consists of set of xml files, which should be placed directly in readscenario.inputfolder |
---|
20 | readscenario.inputfolder=example/workloadAR |
---|
21 | # and swf file, which name is declared by readscenario.workloadfilename parameter. |
---|
22 | # Swf file must be placed in readscenario.inputfolder directory. |
---|
23 | readscenario.workloadfilename=workload.swf |
---|
24 | |
---|
25 | # Choose if files with task processing history should be created. |
---|
26 | printhistory=true |
---|
27 | |
---|
28 | # Choose directory where all result files should be placed. |
---|
29 | stats.outputfolder=../experiment2_result |
---|
Note: See
TracBrowser
for help on using the repository browser.