source: xssim/branches/tpiontek/example/tomekp/scenario_1/scenario.properties @ 251

Revision 251, 1.2 KB checked in by piontek, 13 years ago (diff)
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# 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/scenario_1/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=./RESULTS
27
28envdesc=example/tomekp/scenario_1/ResourceDescription.properties
29
30creatediagrams.processors=true
31creatediagrams.taskswaitingtime=false
32creatediagrams.tasks=false
Note: See TracBrowser for help on using the repository browser.