A Tool for Detecting First Races in OpenMP Programs

  • Authors:
  • Mun-Hye Kang;Ok-Kyoon Ha;Sang-Woo Jun;Yong-Kee Jun

  • Affiliations:
  • Gyeongsang National University, Jinju, South Korea 660-701;Gyeongsang National University, Jinju, South Korea 660-701;Seoul National University, Seoul, South Korea 151-742;Gyeongsang National University, Jinju, South Korea 660-701

  • Venue:
  • PaCT '09 Proceedings of the 10th International Conference on Parallel Computing Technologies
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

First race detection is especially important for effective debugging, because the removal of such races may make other affected races disappear. The previous tools can not guarantee that detected races are the first races to occur. We present a new tool to detect first races in a program with nested parallelism using a two-pass on-the-fly technique. To show accuracy, we empirically compare our tool with previous tools using a set of synthetic programs with OpenMP directives.