ETRI-Knowledge Sharing Plaform

KOREAN
논문 검색
Type SCI
Year ~ Keyword

Detail

Journal Article Task Scheduling Algorithm using Minimized Duplications in Homogeneous Systems
Cited 48 time in scopus Download 1 time Share share facebook twitter linkedin kakaostory
Authors
Kwang Sik Shin, Myong Jin Cha, Mun Suck Jang, Jin Ha Jung, Wan Oh Yoon, Sang Bang Choi
Issue Date
2008-08
Citation
Journal of Parallel and Distributed Computing, v.68, no.8, pp.1146-1156
ISSN
0743-7315
Publisher
Elsevier
Language
English
Type
Journal Article
DOI
https://dx.doi.org/10.1016/j.jpdc.2008.04.001
Project Code
08MS1700, Development of Multi-Core CPU & MPU-Based Cross-Platform Game Technology, Yang Kwangho
Abstract
For fine grain task graphs, duplication-based scheduling algorithms are generally more efficient than list and cluster-based algorithms. However, most duplication-based heuristics try to duplicate all possible ancestor nodes of a given join node, in order to reduce the earliest start time (EST) of the join node, even though these ancestor nodes have already been allocated in previous steps. Thus, these duplication heuristics inevitably induce redundant duplications, which lead to the superfluous consumption of resources and generally deteriorate the scheduling result in the case of a bounded number of processors. When scheduling algorithms are used on an unbounded number of processors, the required number of processors grows excessively with the size of the task graph, thereby limiting the practicality of these algorithms for large task graphs. In this paper, we propose a novel algorithm designed to allocate join nodes without redundant duplications. In the proposed algorithm, if the ancestor nodes of a join node are duplicated when scheduling the join node, the original allocations of these ancestor nodes are removed using a very efficient method. The performance of the proposed algorithm, in terms of its normalized schedule length and efficiency, is compared with that of some of the recently proposed algorithms. The proposed algorithm generates better or comparable schedules with minimized duplication. Specifically, the simulation results show that it is most useful on a bounded number of processors. © 2008 Elsevier Ltd. All rights reserved.
KSP Keywords
Novel algorithm, Task scheduling algorithm, cluster-based, duplication-based scheduling, fine grain, homogeneous systems, normalized schedule length, number of processors, simulation results, task graph