Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

                    

Poster TitleVisualizing Detailed Profiling Data and Examples of Use
AuthorsNoel Keen
First AuthorNoel Keen
Session TypeE3SM session
Session IDE6
Submission TypePresentation
GroupPerformance
Experimentmany
Poster Linkvprof Presentation (pdf)




Abstract

This work is an attempt to visualize how our computer simulations are engaging with parallel machines. For hand-picked specific E3SM timers in the code, save the exact start and stop times for each MPI process and write to files. A tool then analyzes the data to create a large zoomable PNG image consisting of lines or rectangles that represent when the code is in the specified timer region. For each MPI process, there will exist a stream of data points which can be plotted in a horizontal line (with a color indicating the timer) to show when the execution of the code was inside a timed event. More detail can be attained by requesting that more timers save this information (certainly there is a limit). There may be many uses of this detailed profiling data, including basic understanding of where the time is being spent, debugging an issue, and trying to improve the performance, especially when MPI communication or load balance can be improved. Several examples of how this data was used will be presented.


  • No labels