Skip to main content
SHARE
Publication

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

Publication Type
Conference Paper
Book Title
2022 IEEE/ACM Workshop on Programming and Performance Visualization Tools (ProTools)
Publication Date
Page Numbers
1 to 10
Issue
1
Publisher Location
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
Conference Date
-

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.