Processor Scheduling and Allocation for 3D Torus Multicomputer Systems

  • Authors:
  • Hyunseung Choo;Seong-Moo Yoo;Hee Yong Youn

  • Affiliations:
  • Sungkyunkwan Univ., Suwon, Korea;Columbus State Univ., Columbus, GA;Information and Communications Univ., Taejon, Korea

  • Venue:
  • IEEE Transactions on Parallel and Distributed Systems
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

Abstract

Multicomputer systems achieve high performance by utilizing a number of computing nodes. Recently, by achieving significant reductions in communication delay, the three-dimensional (3D) torus has emerged as a new candidate interconnection topology for message-passing multicomputer systems. In this paper, we propose an efficient processor allocation scheme驴scan search scheme驴for the 3D torus based on a first-fit approach. The scan search scheme minimizes the average allocation time for an incoming task by effectively manipulating the 3D information on a torus as 2D information using a data structure called the CST (Coverage Status Table). Comprehensive computer simulation reveals that the allocation time of the scan search scheme is always smaller than that of the earlier scheme based on a best-fit approach. The difference gets larger as the input load increases, and it is as much a factor of 3 for high load. To investigate the performance of the proposed scheme in different scheduling environments, we also consider a non-FCFS scheduling policy along with the typical FCFS policy. The allocation time complexity of the scan search scheme is $O(LW^{2}H^{2})$. This is significantly smaller than that of the existing scheme which is $O(L^{4}W^{4}H^{4})$. Here, $L$, $W$, and $H$ represent the length, width, and height of 3D torus, respectively.