source: xssim/trunk/example/experiment1.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.FCFSClusterLocalPlugin
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/workload/SDSC-SP2-0-1000.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=../experiment1_result
27
28
29envdesc=example/workload/ResourceDescription.properties
30
31creatediagrams.processors=false
32creatediagrams.tasks=false
33creatediagrams.taskswaitingtime=false
Note: See TracBrowser for help on using the repository browser.