학술논문

Performance Debugging and Tuning of Flash-X with Data Analysis Tools
Document Type
Conference
Source
2022 IEEE/ACM Workshop on Programming and Performance Visualization Tools (ProTools) PROTOOLS Programming and Performance Visualization Tools (ProTools), 2022 IEEE/ACM Workshop on. :1-10 Nov, 2022
Subject
Computing and Processing
Data analysis
Correlation
Computational modeling
Software
Supercomputers
Resource management
Tuning
Multiphysics application
adaptive mesh refinement
performance
data analysis
Language
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.