Revision 104,
1.2 KB
checked in by wojtekp, 13 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Rev | Line | |
---|
[104] | 1 | # Use single *.swf file as workload description. |
---|
| 2 | # Computing environment consists of two computing resources. |
---|
| 3 | # Plugin implementation and resources does not support reservation scheduling model. |
---|
| 4 | |
---|
| 5 | # Grid plugin implements simple round robin algorithm |
---|
| 6 | gridschedulingpluginname=example.gridplugin.GridFCFSRoundRobinPlugin |
---|
| 7 | |
---|
| 8 | # Local plugin starts task execution in FCFS order |
---|
| 9 | localallocpolicypluginname=example.localplugin.FCFSRandomClusterLocalPlugin |
---|
| 10 | |
---|
| 11 | # Linear model of cpu processing power is used for task execution time estimations. |
---|
| 12 | exectimeestimationpluginname=example.timeestimation.ExecTimeEstimationPlugin |
---|
| 13 | |
---|
| 14 | # Path to xml file which describes resource characteristics. |
---|
| 15 | resdesc=example/workload/HostParameters.xml |
---|
| 16 | |
---|
| 17 | |
---|
| 18 | # and swf file, which name is declared by readscenario.workloadfilename parameter. |
---|
| 19 | # Swf file must be placed in readscenario.inputfolder directory. |
---|
| 20 | readscenario.workloadfilename=example/tomekp/experiment1/workload.swf |
---|
| 21 | |
---|
| 22 | # Choose if files with task processing history should be created. |
---|
| 23 | printhistory=true |
---|
| 24 | |
---|
| 25 | # Choose directory where all result files should be placed. |
---|
| 26 | stats.outputfolder=../experiment1_result |
---|
| 27 | |
---|
| 28 | envdesc=example/tomekp/experiment1/ResourceDescription.properties |
---|
| 29 | |
---|
| 30 | creatediagrams.processors=false |
---|
Note: See
TracBrowser
for help on using the repository browser.