September 2023

Conference Paper

Performance Debugging and Tuning of Flash-X with Data Analysis Tools

By:
Huck, Kevin; Wu, Xingfu ; Dubey, Anshu; Georgiadou, Antigoni ; Harris, James A; Klosterman, Thomas; Trappett, Matthew; Weide, Klaus
Page Number:
1-10
Issue Number:
1
Book Title:
2022 IEEE/ACM Workshop on Programming and Performance Visualization Tools (ProTools)
Publication Date:
September 12, 2023
Publisher Location:
IEEE, New Jersey, United States of America
Conference Name:
ProTools 2022: Workshop on Programming and Performance Visualization Tools
Conference Location:
Dallas, Texas, United States of America
Conference Sponsor:
IEEE COMPUTER SOCIETY
View DOI Listing:
https://doi.org/10.1109/ProTools56701.2022.00009

Abstract

State-of-the-art multiphysics simulations running on large scale leadership computing platforms have many variables contributing to their performance and scaling behavior. We recently encountered an interesting performance anomaly in Flash-X, a multiphysics multicomponent simulation software, when characterizing its performance behavior on several large-scale HPC platforms. The anomaly was tracked down to the interaction between the use of dynamic allocation of scratch data and data locality in the cache hierarchy. In this paper we present the details of unexpected performance variability of Flash-X, its extensive analysis using the performance measurement tool TAU to collect the data and Python data analysis libraries to explore the data, and our insights from this experience. In this process, we discovered and removed or mitigated two additional performance limiting bottlenecks for performance tuning.