Design and Analysis of Prority-based Preemtiv Parallel Scheduling Algorithm

ZHANG Guo-Bin,PAN Jin-Gui
2007-01-01
Computer Science
Abstract:Parallel job scheduler is important to High Performance Computing system. The kernel function is to choose a job to execute whenever a scheduling event happens. The simplest policy is FCFS. This approach suffers from low system utilization. EASY Backfilling[4]was proposed to improve system utilization and has been implemented in several production schedulers. The main problem with EASY is that it requires estimates of job runtimes to be available. Another problem is that it moves forwards as many smaller jobs as possible. It is unfair to the larger ones. To attack these problems, we propose a new method, Priority-based Preemptive Scheduling.
What problem does this paper attempt to address?