@inproceedings{brown-hardware-2015, author = {Kevin A. Brown and Jens Domke and Satoshi Matsuoka}, title = {{Hardware-Centric Analysis of Network Performance for {MPI} Applications}}, booktitle = {{21st IEEE International Conference on Parallel and Distributed Systems (ICPADS) 2015}}, location = {Melbourne, Australia}, pages = {692--699}, year = {2015}, month = dec, abstract = {As the scale of high-performance computing systems increases, optimizing inter-process communication becomes more challenging while being critical for ensuring good performance. However, the hardware layer abstraction provided by MPI makes it difficult to study application communication performance over the network hardware, especially for collective operations. We present a new approach to network performance analysis based on exposing low-level communication metrics in a flexible manner and conducting hardware-centric analysis of these metrics. We show how low-level network metrics can be revealed using Open MPI’s Peruse utility, without interfacing with the hardware layer. A lightweight profiler, ibprof, was developed to aggregate these metrics from message passing events at a cost of <1% runtime overhead for communication in NPB kernel and application benchmarks. We also developed a flexible visualization module for the Boxfish analysis tool to analyze our communication profile over the physical topology of the network. Using case studies, we demonstrate how our approach can identify communication anomalies in network applications and guide performance optimization strategies.}, }