A Group-Based Load Balance Scheme for Software Distributed Shared Memory Systems

  • Authors:
  • Y. C. Zhuang;Ce-Kuen Shieh;Tyng-Yue Liang;Jun-Qi Lee;Li-Ming Tseng

  • Affiliations:
  • -;-;-;-;-

  • Venue:
  • CCGRID '01 Proceedings of the 1st International Symposium on Cluster Computing and the Grid
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

Load balance is an important issue for the performance of software distributed shared memory (DSM) systems. One solution of addressing this issue is to exploit dynamic thread migration at runtime. In order to reduce the data consistency communication increased by thread migration, an effective load balance scheme must carefully choose the threads and the destination nodes for workload migration. In this paper, a group-based load balance scheme is proposed to resolve this problem. The main characteristic of this scheme is to classify the overloaded nodes and the lightly loaded nodes into a sender group and a receiver group, and then consider all the threads of the sender group and all the nodes of the receiver group for each thread migration decision. The experimental results show that the group-based load balance scheme reduces more communication than what the previous ones do. Besides, this paper also resolves the problem of the high overhead caused by group-based schemes. Therefore, the performance of the test programs is effectively enhanced after minimizing the communication increased by thread migration.