Authors: Chen Wang (University of Illinois), Pavan Balaji (Facebook), and Marc Snir (University of Illinois)
Abstract: Traces of MPI communications are used by many performance analysis and visualization tools. Storing exhaustive traces of large scale MPI applications is infeasible, due to their large volume. Aggregated or lossy MPI traces are smaller, but provide much less information. In this paper, we present Pilgrim, a near lossless MPI tracing tool that incurs moderate overheads and generates small trace files at large scales, by using sophisticated compression techniques. Furthermore, for codes with regular communication patterns, Pilgrim can store their traces in constant space regardless of the problem size, the number of processors and the number of iterations. In comparison with existing tools, Pilgrim preserves more information with less space in all programs we tested.
Presentation: file
Back to Technical Papers Archive Listing