Decentralized list scheduling
From MaRDI portal
Abstract: Classical list scheduling is a very popular and efficient technique for scheduling jobs in parallel and distributed platforms. It is inherently centralized. However, with the increasing number of processors, the cost for managing a single centralized list becomes too prohibitive. A suitable approach to reduce the contention is to distribute the list among the computational units: each processor has only a local view of the work to execute. Thus, the scheduler is no longer greedy and standard performance guarantees are lost. The objective of this work is to study the extra cost that must be paid when the list is distributed among the computational units. We first present a general methodology for computing the expected makespan based on the analysis of an adequate potential function which represents the load unbalance between the local lists. We obtain an equation on the evolution of the potential by computing its expected decrease in one step of the schedule. Our main theorem shows how to solve such equations to bound the makespan. Then, we apply this method to several scheduling problems, namely, for unit independent tasks, for weighted independent tasks and for tasks with precendence constraints. More precisely, we prove that the time for scheduling a global workload W composed of independent unit tasks on m processors is equal to W/m plus an additional term proportional to log_2 W. We provide a lower bound which shows that this is optimal up to a constant. This result is extended to the case of weighted independent tasks. In the last setting, precedence task graphs, our analysis leads to an improvement on the bound of Arora et al. We finally provide some experiments using a simulator. The distribution of the makespan is shown to fit existing probability laws. The additive term is shown by simulation to be around 3 log_2 W confirming the tightness of our analysis.
Recommendations
- A tighter analysis of work stealing
- On the Expected Relative Performance of List Scheduling
- Probabilistic Bounds on the Performance of List Scheduling
- A probabilistic analysis of multiprocessor list scheduling: the erlang case
- Analysis of the list scheduling algorithm for precedence constrained parallel tasks
Cites work
- scientific article; zbMATH DE number 1629981 (Why is no real title available?)
- scientific article; zbMATH DE number 1263199 (Why is no real title available?)
- scientific article; zbMATH DE number 2109192 (Why is no real title available?)
- scientific article; zbMATH DE number 1454116 (Why is no real title available?)
- A tighter analysis of work stealing
- An efficient approximation algorithm for minimizing makespan on uniformly related machines.
- Balanced Allocations
- Bounds on Multiprocessing Timing Anomalies
- Distributed Selfish Load Balancing
- On weighted balls-into-bins games
- On-line hierarchical job scheduling on grids with admissible allocation
- Online scheduling of parallel programs on heterogeneous systems with applications to Cilk
- Scheduling Precedence Graphs in Systems with Interprocessor Communication Times
- Scheduling for parallel processing
- Scheduling multithreaded computations by work stealing
- The Natural Work-Stealing Algorithm is Stable
- Thread scheduling for multiprogrammed multiprocessors
This page was built for publication: Decentralized list scheduling
Report a bug (only for logged in users!)Click here to report a bug for this page (MaRDI item Q367649)