<span class="var-sub_title">A Parallelism Profiler with What-If Analyses for OpenMP Programs</span> SC18 Proceedings

The International Conference for High Performance Computing, Networking, Storage, and Analysis

A Parallelism Profiler with What-If Analyses for OpenMP Programs


Authors: Nader Boushehrinejadmoradi (Rutgers University), Adarsh Yoga (Rutgers University), Santosh Nagarakatte (Rutgers University)

Abstract: This paper proposes OMP-WHIP, a profiler that measures inherent parallelism in the program for a given input and provides what-if analyses to estimate improvements in parallelism. We propose a novel OpenMP series parallel graph representation (OSPG) that precisely captures series-parallel relations induced by various directives between different fragments of dynamic execution. OMP-WHIP constructs the OSPG and measures the computation performed by each dynamic fragment using hardware performance counters. This series-parallel representation along with the fine-grained measurement of computation is a performance model of the program for a given input, which enables computation of inherent parallelism. This novel performance model also enables what-if analyses where a programmer can estimate improvements in parallelism when bottlenecks are parallelized. We have used OMP-WHIP to identify parallelism bottlenecks in more than forty applications and then designed strategies to improve the speedup in seven applications.


Presentation: file


Back to Technical Papers Archive Listing