# Use single *.swf file as workload description. # Computing environment consists of two computing resources. # Plugin implementation and resources does not support reservation scheduling model. # Grid plugin implements simple round robin algorithm gridschedulingpluginname=example.gridplugin.GridFCFSRoundRobinPlugin # Local plugin starts task execution in FCFS order localallocpolicypluginname=example.localplugin.FCFSRandomClusterLocalPlugin # 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/workload/HostParameters.xml # and swf file, which name is declared by readscenario.workloadfilename parameter. # Swf file must be placed in readscenario.inputfolder directory. readscenario.workloadfilename=example/tomekp/experiment1/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=../experiment1_result envdesc=example/tomekp/experiment1/ResourceDescription.properties creatediagrams.processors=false