Plugins download
Plugins download page
Sample global scheduling plugins
Below you will find global scheduling plugins files. You can download them and use with your experiments.
-
ARAllSlotsAnalyse detail state of all resources and choose the right/best one.
-
ARFirstFitChoose randomly between offers returned by local resources/plugins. All offers must satisfy task resource requirements.
-
ARGrahamSchedules jobs using the earliest due date (EDD) policy to sort them in a queue and then applies the greedy list scheduling Graham algorithm.
Sample local scheduling plugins
Below you will find local scheduling plugin files. You can download them and use with your experiments.
-
ARAllSlotsStarts task execution in FCFS order and returns detail information about resource state for reservation purpose.
-
ARFirstFitStarts task execution in FCFS order and returns offers which exactly satisfies task resource requirements. Only first/earliest offer should be returned.
-
FCFSScheduler use First Come First Served model for choosing task execution order.
Sample execution time estimation plugins
Below you will find execution estimation time plugin files. You can download them and use with your experiments.
-
TimeEstimationEstimate task execution time using linear model for cpu processing power.
