A practical tool for detecting races in OpenMP programs

  • Authors:
  • Young-Joo Kim;Mi-Young Park;So-Hee Park;Yong-Kee Jun

  • Affiliations:
  • Gyeongsang National University, Jinju;Gyeongsang National University, Jinju;Kyungsung University, Busan, South Korea;Gyeongsang National University, Jinju

  • Venue:
  • PaCT'05 Proceedings of the 8th international conference on Parallel Computing Technologies
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

Detecting data races or just races is important for debugging OpenMP programs, because races result in unintended nondeterministic executions of the program. The previous tool to detect the races in OpenMP programs monitors a serial execution of the program, but unfortunately cannot guarantee to verify the existence of races even in the programs only with the directives. This paper presents a practical tool which monitors a parallel execution of standard OpenMP program, and not only verifies the existence of races but also detects first races for each shared variable in the programs.