An Optimal Algorithm for Global Termination Detection in Shared-Memory Asynchronous Multiprocessor Systems

  • Authors:
  • Ho-fung Leung;Hing-fung Ting

  • Affiliations:
  • Chinese Univ. of Hong Kong, Shatin, Hong Kong;Univ. of Hong Kong, Pokfulam, Hong Kong

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

Quantified Score

Hi-index 0.00

Visualization

Abstract

In the literature, the problem of global termination detection in parallel systems is usually solved by message passing. In shared-memory systems, this problem can also be solved by using exclusively accessible variables with locking mechanisms. In this paper, we present an algorithm that solves the problem of global termination detection in shared-memory asynchronous multiprocessor systems without using locking. We assume a reasonable computation model in which concurrent reading does not require locking and concurrent writing different values without locking results in an arbitrary one of the values being actually written. For a system of n processors, the algorithm allocates a working space of 2n + 1 bits. The worst case time complexity of the algorithm is $n+2\sqrt n+1,$ which we prove is the lower bound under a reasonable model of computation.