Skip to main content
Article
A Maximal Chain Approach for Scheduling Tasks in a Multiprocessor Systems
Computer Science Faculty Proceedings & Presentations
  • Sachin Pawaskar, University of Nebraska at Omaha
  • Hesham Ali, University of Nebraska at Omaha
Document Type
Conference Proceeding
Publication Date
11-1-2004
Disciplines
Abstract

Scheduling dependent tasks is one of the most challenging versions of the scheduling problem in parallel and distributed systems. It is known to be computationally intractable in its general form as well as several restricted cases. As a result, researchers have studied restricted forms of the problem by constraining either the task graph representing the parallel tasks or the computer model. Also, in an attempt to solve the problem in the general case, a number of heuristics have been developed. In this paper, we study the scheduling problem for a fixed number of processors m. In the proposed work, we approach the problem by recursively reducing the m-processor scheduling to (m-1)-processor scheduling until we apply the optimal two-processor scheduling algorithm when m equals two. This is accomplished by identifying a maximal chain C in the task graph G and merging the (m-1) processor scheduling of (G-C) and the 1-processor scheduling of C. A number of experiments were conducted to compare the suggested approach with the standard list-scheduling algorithm. Based on the outcome of the conducted experiments, the proposed algorithms outperformed or matched the performance of the list heuristic almost all the time.

Comments

Paper was published at the “Parallel Computing and Distributed Systems” conference at MIT, Nov 9-11 2004.

Citation Information
Sachin Pawaskar and Hesham Ali. "A Maximal Chain Approach for Scheduling Tasks in a Multiprocessor Systems" (2004)
Available at: http://works.bepress.com/sachin-pawaskar/7/