Exploiting memory affinity in OpenMP through schedule reuse

  • Authors:
  • D. S. Nikolopoulos;E. Artiaga;E. Ayguadé;J. Labarta

  • Affiliations:
  • University of Illinois at Urbana-Champaign, Urbana, IL,;Technical University of Catalunya (UPC), Barcelona, Spain;Technical University of Catalunya (UPC), Barcelona, Spain;Technical University of Catalunya (UPC), Barcelona, Spain

  • Venue:
  • ACM SIGARCH Computer Architecture News - Special Issue: PACT 2001 workshops
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper we explore the idea of reusing loop schedules to improve the scalability of numerical codes in shared-memory architectures with non-uniform memory access. The main objective is to implicitly construct affinity links between threads and data accesses and reuse them as much as possible along the execution of the program. These links are created through the definition and reuse of iteration schedules which are either defined statically by the user or created dynamically at run time. The paper does not include a formal proposal of OpenMP extensions but includes some experiments showing the usefulness of constructing affinity links in both regular and irregular codes.