source: xssim/example/tomekp/experiment4/experiment4.properties @ 104

Revision 104, 1.2 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.FCFSCPUFreqScalingClusterLocalPlugin
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# and swf file, which name is declared by readscenario.workloadfilename parameter.
19# Swf file must be placed in readscenario.inputfolder directory. 
20readscenario.workloadfilename=example/tomekp/experiment4/workload.swf
21
22# Choose if files with task processing history should be created. 
23printhistory=true
24
25# Choose directory where all result files should be placed.
26stats.outputfolder=../experiment4_result
27
28envdesc=example/tomekp/experiment4/ResourceDescription.properties
29
30creatediagrams.processors=false
Note: See TracBrowser for help on using the repository browser.