source: xssim/example/experiment5_result/experiment.properties @ 104

Revision 104, 1.7 KB checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1# Workload description consists of *.swf file and set of xml files. Xml files
2# contains additional information which is essential to pursue resource
3# advance reservation scheduling model.
4
5# Grid plugin choose randomly between offers returned by local resources/plugins.
6# All offers must satisfy task resource requirements.
7# Network reservation is dependent on user, who defines path between nodes,
8# relying on task requirements and network parameters provided by network reservation manager.
9gridschedulingpluginname=example.gridplugin.GridARNRSpecificPath
10
11# Local plugin starts task execution in FCFS order and returns offers which
12# exactly satisfies task resource requirements.
13localallocpolicypluginname=example.localplugin.ARFirstFit
14
15# Linear model of cpu processing power is used for task execution time estimations.
16exectimeestimationpluginname=example.timeestimation.ExecTimeEstimationPlugin
17
18# Path to xml file which describes resource characteristics.
19resdesc=example/workloadARNR2/HostParameters.xml
20
21# Path to txt file which describes network topology.
22networktopologyfilename=example/workloadARNR2/network.txt
23
24# Path to directory which contains workload description. In this experiment workload
25# consists of set of xml files, which should be placed directly in readscenario.inputfolder
26readscenario.inputfolder=example/workloadARNR2
27# and swf file, which name is declared by readscenario.workloadfilename parameter.
28# Swf file must be placed in readscenario.inputfolder directory. 
29readscenario.workloadfilename=workload.swf
30
31# Choose if files with task processing history should be created.
32printhistory=true
33
34# Choose directory where all result files should be placed.
35stats.outputfolder=../experiment5_result
36
37createstatistics.formatoutput=true
Note: See TracBrowser for help on using the repository browser.