Home Publications edited volumes Awards Research Teaching Miscellaneous Full CV [pdf] BLOG
Events
Past Events
|
Publications of Torsten Hoefler
Shigang Li, Torsten Hoefler and Marc Snir:
| | NUMA-Aware Shared Memory Collective Communication for MPI
(In Proceedings of the 22nd international symposium on High-performance parallel and distributed computing, presented in New York City, NY, USA, pages 85--96, ACM, ISBN: 978-1-4503-1910-2, Jun. 2013) Nominated for Best Paper Award at HPDC'13 (3/20)
AbstractAs the number of cores per node keeps increasing, it becomes increasingly important for MPI to leverage shared-memory for intra-node communication. This paper investigates the design and optimizations of MPI collectives for
clusters of NUMA nodes. We develop performance models
for collective communication using shared memory, and develop several algorithms for various collectives. Experiments
are conducted on both Xeon X5650 and Opteron 6100 InfiniBand clusters. The measurements are in agreement with
the model and indicate that different algorithms dominate
for short vectors and long vectors. We compare our shared
memory allreduce with several traditional MPI implementations, i.e., Open MPI, MPICH2, and MVAPICH2, which
utilize system shared memory to facilitate inter-process communication. On 16 nodes Xeon cluster and 8 nodes Opteron
clusters, our implementation achieves on average 2.5X and
2.3X speedup over MVAPICH2, respectively. Our techniques enable an efficient implementation of collective operations on future multi- and manycore systems.
Documentsdownload article:
| | BibTeX | @inproceedings{li-hoefler-snir-NUMAcolls, author={Shigang Li and Torsten Hoefler and Marc Snir}, title={{NUMA-Aware Shared Memory Collective Communication for MPI}}, year={2013}, month={Jun.}, pages={85--96}, booktitle={Proceedings of the 22nd international symposium on High-performance parallel and distributed computing}, location={New York City, NY, USA}, publisher={ACM}, isbn={978-1-4503-1910-2}, source={http://www.unixer.de/~htor/publications/}, } |
|
|