An OpenMP compiler benchmark

  • Authors:
  • Matthias S. Mü/ller

  • Affiliations:
  • HLRS, University of Stuttgart, Allmandring 30, D-70550 Stuttgart, Germany. Tel.: +49 711 685 8038/ Fax: +49 711 6787 626/ E-mail: mueller@hlrs.de

  • Venue:
  • Scientific Programming - OpenMP
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

The purpose of this benchmark is to propose several optimization techniques and to test their existence in current OpenMP compilers. Examples are the removal of redundant synchronization constructs, effective constructs for alternative code and orphaned directives. The effectiveness of the compiler generated code is measured by comparing different OpenMP constructs and compilers. If possible, we also compare with the hand coded "equivalent" solution. Six out of seven proposed optimization techniques are already implemented in different compilers. However, most compilers implement only one or two of them.