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

S. Li, T. Hoefler, C. Hu, M. Snir:

 Improved MPI collectives for MPI processes in shared address spaces

(Journal of Cluster Computing. Vol , Nr. , pages 1-17, Springer US, ISSN: 1386-7857, Mar. 2014, )

Publisher Reference

Abstract

As the number of cores per node keeps increasing, it becomes increasingly important for MPI to leverage shared memory for intranode communication. This paper investigates the design and optimization of MPI collectives for clusters of NUMA nodes. We develop performance models for collective communication using shared memory and we demonstrate several algorithms for various collectives. Experiments are conducted on both Xeon X5650 and Opteron 6100 InfiniBand clusters. The measurements agree with the model and indicate that different algorithms dominate for short vectors and long vectors. We compare our shared-memory allreduce with several MPI implementations—Open MPI, MPICH2, and MVAPICH2—that utilize system shared memory to facilitate interprocess communication. On a 16-node Xeon cluster and 8-node Opteron cluster, our implementation achieves on geometric average 2.3X and 2.1X speedup over the best MPI implementation, respectively. Our techniques enable an efficient implementation of collective operations on future multi- and manycore systems.

Documents

download slides:
 

BibTeX

@article{li-shm-colls,
  author={Shigang Li and Torsten Hoefler and C. Hu and Marc Snir},
  title={{Improved MPI collectives for MPI processes in shared address spaces}},
  journal={Journal of Cluster Computing},
  institution={},
  year={2014},
  month={03},
  pages={1-17},
  volume={},
  number={},
  publisher={Springer US},
  issn={1386-7857},
  note={},
}