Home Publications edited volumes Awards Research Teaching Miscellaneous Full CV [pdf] BLOG
Events
Past Events
|
Publications of Torsten Hoefler
A. Friedley, Torsten Hoefler, M. Leininger, Andrew Lumsdaine:
| | Scalable High Performance Message Passing over InfiniBand for Open MPI
(In Proceedings of 3rd KiCC Workshop 2007, presented in Aachen, Germany, RWTH Aachen, Dec. 2007)
Abstract InfiniBand (IB) is a popular network technology for
modern high-performance computing systems. MPI implementations traditionally support IB using a reliable,
connection-oriented (RC) transport. However, per-process
resource usage that grows linearly with the number of processes, makes this approach prohibitive for large-scale systems. IB provides an alternative in the form of a connectionless unreliable datagram transport (UD), which allows for
near-constant resource usage and initialization overhead as
the process count increases. This paper describes a UD-based implementation for IB in Open MPI as a scalable alternative to existing RC-based schemes. We use the software
reliability capabilities of Open MPI to provide the guaranteed delivery semantics required by MPI. Results show that
UD not only requires fewer resources at scale, but also allows for shorter MPI startup times. A connectionless model
also improves performance for applications that tend to
send small messages to many different processes.
Documentsdownload article: download slides: | | BibTeX | @inproceedings{friedley-scalable-openmpi, author={A. Friedley and Torsten Hoefler and M. Leininger and Andrew Lumsdaine}, title={{Scalable High Performance Message Passing over InfiniBand for Open MPI}}, year={2007}, month={Dec.}, booktitle={Proceedings of 3rd KiCC Workshop 2007}, location={Aachen, Germany}, publisher={RWTH Aachen}, source={http://www.unixer.de/~htor/publications/}, } |
|
|