source: DCWoRMS/trunk/example/tomekp/experiment5/experiment5.properties @ 524

Revision 524, 1.1 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
6
7# Local plugin starts task execution in FCFS order
8localallocpolicypluginname=example.localplugin.FCFSConsolidationClusterLocalPlugin
9
10# Linear model of cpu processing power is used for task execution time estimations.
11exectimeestimationpluginname=example.timeestimation.ExecTimeEstimationPlugin
12
13# Path to xml file which describes resource characteristics.
14resdesc=example/workload/HostParameters.xml
15
16
17# and swf file, which name is declared by readscenario.workloadfilename parameter.
18# Swf file must be placed in readscenario.inputfolder directory. 
19readscenario.workloadfilename=example/tomekp/experiment5/workload.swf
20
21# Choose if files with task processing history should be created. 
22printhistory=true
23
24# Choose directory where all result files should be placed.
25stats.outputfolder=../experiment5_result
26
27envdesc=example/tomekp/experiment5/ResourceDescription.properties
28
29creatediagrams.processors=false
30creatediagrams.taskswaitingtime=false
Note: See TracBrowser for help on using the repository browser.