Copyright Notice:

The documents distributed by this server have been provided by the contributing authors as a means to ensure timely dissemination of scholarly and technical work on a noncommercial basis. Copyright and all rights therein are maintained by the authors or by other copyright holders, notwithstanding that they have offered their works here electronically. It is understood that all persons copying this information will adhere to the terms and constraints invoked by each author's copyright. These works may not be reposted without the explicit permission of the copyright holder.

Publications of SPCL

T. Schneider, R. Gerstenberger, T. Hoefler:

 Micro-Applications for Communication Data Access Patterns and MPI Datatypes

(Vol 7490, Nr. , In Recent Advances in the Message Passing Interface - 19th European MPI Users' Group Meeting, EuroMPI 2012, Vienna, Austria, September 23-26, 2012. Proceedings, presented in Vienna, Austria, pages 121-131, Springer, ISSN: , ISBN: 978-3-642-33517-4, Sep. 2012)
Invited to a journal special issue on top picks from EuroMPI'12.

Publisher Reference

Abstract

Data is often communicated from different locations in application memory and is commonly serialized (copied) to send buffers or from receive buffers. MPI datatypes are a way to avoid such intermediate copies and optimize communications, however, it is often unclear which implementation and optimization choices are most useful in practice. We extracted the send/recv-buffer access pattern of a representative set of scientific applications into micro-applications that isolate their data access patterns. We also observed that the buffer-access patterns in applications can be categorized into three different groups. Our micro-applications show that up to 90\% of the total communication time can be spent with local serialization and we found significant performance discrepancies between state-of-the-art MPI implementations. Our micro-applications aim to provide a standard benchmark for MPI datatype implementations to guide optimizations similarly to SPEC CPU and the Livermore loops do for compiler optimizations.

Documents

download article:
download slides:
 

BibTeX

@inproceedings{mpi-ddt-benchmark,
  author={Timo Schneider and Robert Gerstenberger and Torsten Hoefler},
  title={{Micro-Applications for Communication Data Access Patterns and MPI Datatypes}},
  year={2012},
  month={09},
  pages={121-131},
  volume={7490},
  number={},
  booktitle={Recent Advances in the Message Passing Interface - 19th European MPI Users' Group Meeting, EuroMPI 2012, Vienna, Austria, September 23-26, 2012. Proceedings},
  location={Vienna, Austria},
  publisher={Springer},
  issn={},
  isbn={978-3-642-33517-4},
}