Dynamic Teams in OpenMP

  • Authors:
  • Jan H. Schonherr;Jan Richling;Hans-Ulrich Heiss

  • Affiliations:
  • -;-;-

  • Venue:
  • SBAC-PAD '10 Proceedings of the 2010 22nd International Symposium on Computer Architecture and High Performance Computing
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

While OpenMP conceptually allows to vary the degree of parallelism from one parallel region to the next in order to adapt to the system load, this might still be too coarse-grained in certain scenarios. Especially applications designed for parallelism may stay within one parallel region for a long time. This may lead either to an oversubscribed system where individual applications are not restricted in their degree of parallelism, or to an underutilized system, because individual applications are restricted to a too small degree of parallelism. In this paper, we tackle both problems by dynamically restricting the number of active threads within a parallel region without violating the OpenMP specification.