An Adaptive and Hierarchical Task Scheduling Scheme for Multi-Core Clusters

Yizhuo Wang,Yang Zhang,Yan Su,Xiaojun Wang,Xu Chen,Weixing Ji,Feng Shi
DOI: https://doi.org/10.1016/j.parco.2014.09.012
IF: 0.983
2014-01-01
Parallel Computing
Abstract:Work-stealing and work-sharing are two basic paradigms for dynamic task scheduling. This paper introduces an adaptive and hierarchical task scheduling scheme (AHS) for multi-core clusters, in which work-stealing and work-sharing are adaptively used to achieve load balancing.Work-stealing has been widely used in task-based parallel programing languages and models, especially on shared memory systems. However, high inter-node communication costs hinder work-stealing from being directly performed on distributed memory systems. AHS addresses this issue with the following techniques: (1) initial partitioning, which reduces the inter-node task migrations; (2) hierarchical scheduling scheme, which performs work-stealing inside a node before going across the node boundary and adopts work-sharing to overlap computation and communication at the inter-node level; and (3) hierarchical and centralized control for inter-node task migration, which improves the efficiency of victim selection and termination detection.We evaluated AHS and existing work-stealing schemes on a 16-nodes multi-core cluster. Experimental results show that AHS outperforms existing schemes by 11-21.4%, for the benchmarks studied in this paper. (C) 2014 Elsevier B.V. All rights reserved.
What problem does this paper attempt to address?