Automatic Communication Performance Debugging in PGAS Languages

  • Authors:
  • Jimmy Su;Katherine Yelick

  • Affiliations:
  • Computer Science Division, University of California at Berkeley,;Computer Science Division, University of California at Berkeley, and Lawrence Berkeley National Laboratory,

  • Venue:
  • Languages and Compilers for Parallel Computing
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

Recent studies have shown that programming in a Partition Global Address Space (PGAS) language can be more productive than programming in a message passing model. One reason for this is the ability to access remote memory implicitly through shared memory reads and writes. But this benefit does not come without a cost. It is very difficult to spot communication by looking at the program text, since remote reads and writes look exactly the same as local reads and writes. This makes manual communication performance debugging an arduous task. In this paper, we describe a tool called ti-trend-profthat can do automatic performance debugging using only program traces from small processor configurations and small input sizes in Titanium [13], a PGAS language. ti-trend-profpresents trends to the programmer to help spot possible communication performance bugs even for processor configurations and input sizes that have not been run. We used ti-trend-profon two of the largest Titanium applications and found bugs that would have taken days in under an hour.