Skip to main content
SHARE
Publication

A Program Analysis Tool to Query Static and Dynamic Characteristics of HPC Applications...

by Aaron Welch, Oscar R Hernandez Mendoza, Ada A Sedova, Terry R Jones, Barbara Chapman
Publication Type
Conference Paper
Book Title
5th International Workshop on HPC User Support Tools: HUST-18
Publication Date
Page Numbers
1 to 10
Conference Name
Fifth International Workshop on HPC User Support Tools (HUST 2018)
Conference Location
Dallas, Texas, United States of America
Conference Sponsor
IEEE
Conference Date
-

Emerging HPC platforms are becoming extraordinarily difficult to program as a result of complex, deep and heterogeneous memory hierarchies, heterogeneous cores, and the need to divide work and data among them. New programming models and libraries are being developed to aid in porting efforts of application developers, but substantial code restructuring is still necessary to fully make use of these new technologies. To do this effectively, these developers need information about their source code characteristics, including static and dynamic (e.g. performance) information to direct their optimisation efforts and make key decisions. On the other hand, system administrators need to understand how users are using the software stack and resources on their systems to understand what software they need to provide to improve the productivity of the users on a platform.
In this paper we describe a tool that combines compiler and profiler information to query performance characteristics within an application or across multiple applications on a given platform. Static and dynamic data about applications are collected and stored together in an SQL database that can be queried by either a developer or a system administrator. We will demonstrate the capabilities of this tool via a real-world example from application-driven case studies that aims at understanding the use of scientific libraries on a routine from the molecular simulation application CP2K.