source: DCWoRMS/trunk/example/tomekp/experiment1/experiment1.properties @ 477

Revision 477, 1.3 KB checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
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
6gridschedulingpluginname=example.gridplugin.GridFCFSRoundRobinPlugin
7
8# Local plugin starts task execution in FCFS order
9localallocpolicypluginname=example.localplugin.FCFSRandomClusterLocalPlugin
10
11# Linear model of cpu processing power is used for task execution time estimations.
12exectimeestimationpluginname=example.timeestimation.ExecTimeEstimationPlugin
13
14# Path to xml file which describes resource characteristics.
15resdesc=example/workload/HostParameters.xml
16
17
18#readscenario.inputfolder=example/tomekp/experiment1/
19# and swf file, which name is declared by readscenario.workloadfilename parameter.
20# Swf file must be placed in readscenario.inputfolder directory. 
21readscenario.workloadfilename=example/tomekp/experiment1/workload.swf
22
23# Choose if files with task processing history should be created. 
24printhistory=true
25
26# Choose directory where all result files should be placed.
27stats.outputfolder=../experiment1_result
28
29envdesc=example/tomekp/experiment1/ResourceDescription.properties
30
31creatediagrams.processors=true
32creatediagrams.taskswaitingtime=false
Note: See TracBrowser for help on using the repository browser.