The Topological Barrier: A Synchronization Abstraction for Regularly-Structured Parallel Applications

  • Authors:
  • Michael L. Scott;Maged M. Michael

  • Affiliations:
  • -;-

  • Venue:
  • The Topological Barrier: A Synchronization Abstraction for Regularly-Structured Parallel Applications
  • Year:
  • 1996

Quantified Score

Hi-index 0.00

Visualization

Abstract

Barriers are a simple, widely-used technique for synchronization in parallel applications. In regularly-structured programs, however, barriers can overly-constrain execution by forcing synchronization among processes that do not really share data. The topological barrier preserves the simplicity of traditional barriers while performing the minimum amount of synchronization actually required by the application. Topological barriers can easily be retro-fitted into existing programs. The only new burden on the programmer is the construction of a pair of functions to count and enumerate the neighbors of a given process. We describe the topological barrier in pseudo-code and pictures, and illustrate its performance on a pair of applications.