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

R. Gerstenberger, M. Besta, T. Hoefler:

 Enabling Highly-Scalable Remote Memory Access Programming with MPI-3 One Sided

(In Communications of the ACM, ACM, Oct. 2018)
Research Highlights

Abstract

Modern high-performance networks offer remote direct memory access (RDMA) that exposes a process' virtual address space to other processes in the network. The Message Passing Interface (MPI) specification has recently been extended with a programming interface called MPI-3 Remote Memory Access (MPI-3 RMA) for efficiently exploiting state-of-the-art RDMA features. MPI-3 RMA enables a powerful programming model that alleviates many message passing downsides. In this work, we design and develop bufferless protocols that demonstrate how to implement this interface and support scaling to millions of cores with negligible memory consumption while providing highest performance and minimal overheads. To arm programmers, we provide a spectrum of performance models for RMA functions that enable rigorous mathematical analysis of application performance and facilitate the development of codes that solve given tasks within specified time and energy budgets. We validate the usability of our library and models with several application studies with up to half a million processes. In a wider sense, our work illustrates how to use RMA principles to accelerate computation- and dataintensive codes.

Documents

download article:
download slides:
 

BibTeX

@article{cacm-rh-fompi,
  author={Robert Gerstenberger and Maciej Besta and Torsten Hoefler},
  title={{Enabling Highly-Scalable Remote Memory Access Programming with MPI-3 One Sided}},
  year={2018},
  month={10},
  booktitle={Communications of the ACM},
  publisher={ACM},
}