Title :
DSC: scheduling parallel tasks on an unbounded number of processors
Author :
Yang, Tao ; Gerasoulis, Apostolos
Author_Institution :
Dept. of Comput. Sci., California Univ., Santa Barbara, CA, USA
fDate :
9/1/1994 12:00:00 AM
Abstract :
We present a low-complexity heuristic, named the dominant sequence clustering algorithm (DSC), for scheduling parallel tasks on an unbounded number of completely connected processors. The performance of DSC is on average, comparable to, or even better than, other higher-complexity algorithms. We assume no task duplication and nonzero communication overhead between processors. Finding the optimum solution for arbitrary directed acyclic task graphs (DAG´s) is NP-complete. DSC finds optimal schedules for special classes of DAG´s, such as fork, join, coarse-grain trees, and some fine-grain trees. It guarantees a performance within a factor of 2 of the optimum for general coarse-grain DAG´s. We compare DSC with three higher-complexity general scheduling algorithms: the ETF by J.J. Hwang, Y.C. Chow, F.D. Anger, and C.Y. Lee (1989); V. Sarkar´s (1989) clustering algorithm; and the MD by M.Y. Wu and D. Gajski (1990). We also give a sample of important practical applications where DSC has been found useful
Keywords :
computational complexity; directed graphs; parallel algorithms; parallel programming; scheduling; trees (mathematics); DAGs; DSC; ETF; MD; NP-complete; arbitrary directed acyclic task graphs; coarse-grain trees; completely connected processor; dominant sequence clustering algorithm; fine-grain trees; fork; general scheduling algorithms; join; low-complexity heuristic; nonzero communication overhead; optimal schedules; parallel task scheduling; performance; special classes; unbounded number; Clustering algorithms; Computer science; Multiprocessor interconnection networks; Network topology; Optimal scheduling; Parallel processing; Processor scheduling; Program processors; Scheduling algorithm; Tree graphs;
Journal_Title :
Parallel and Distributed Systems, IEEE Transactions on