UPC-CHECK: a scalable tool for detecting run-time errors in Unified Parallel C

  • Authors:
  • James Coyle;Indranil Roy;Marina Kraeva;Glenn R. Luecke

  • Affiliations:
  • Iowa State University's High Performance Computing Group, Iowa State University, Ames, USA 50011;Iowa State University's High Performance Computing Group, Iowa State University, Ames, USA 50011;Iowa State University's High Performance Computing Group, Iowa State University, Ames, USA 50011;Iowa State University's High Performance Computing Group, Iowa State University, Ames, USA 50011

  • Venue:
  • Computer Science - Research and Development
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

Unified Parallel C (UPC) is a language used to write parallel programs for distributed memory parallel computers. UPC-CHECK ( http://hpcgroup.public.iastate.edu/UPC-CHECK/ ) is a scalable tool developed to automatically detect argument errors in UPC functions and deadlocks in UPC programs at run-time and issue high quality error messages to help programmers quickly fix those errors. The run-time complexity of all detection techniques used are optimal, i.e. O(1) except for deadlocks involving locks where it is theoretically known to be linear in the number of threads. The tool is easy to use, and involves merely replacing the compiler command with upc-check. Error messages issued by UPC-CHECK were evaluated using the UPC RTED test suite for argument errors in UPC functions and deadlocks. Results of these tests show that the error messages issued by UPC-CHECK for these tests are excellent.