# Workload description consists of *.swf file and set of xml files. Xml files # contains additional information which is essential to pursue resource # advance reservation scheduling model. # Grid plugin choose randomly between offers returned by local resources/plugins. # All offers must satisfy task resource requirements. gridschedulingpluginname=example.gridplugin.GridARFirstFit # Local plugin starts task execution in FCFS order and returns offers which # exactly satisfies task resource requirements. localallocpolicypluginname=example.localplugin.ARFirstFit # Linear model of cpu processing power is used for task execution time estimations. exectimeestimationpluginname=example.timeestimation.ExecTimeEstimationPlugin # Path to xml file which describes resource characteristics. resdesc=example/workloadAR/HostParametersAR.xml # Path to directory which contains workload description. In this experiment workload # consists of set of xml files, which should be placed directly in readscenario.inputfolder readscenario.inputfolder=example/workloadAR # and swf file, which name is declared by readscenario.workloadfilename parameter. # Swf file must be placed in readscenario.inputfolder directory. readscenario.workloadfilename=workload.swf # Choose if files with task processing history should be created. printhistory=true # Choose directory where all result files should be placed. stats.outputfolder=../experiment3_result