Home Publications edited volumes Awards Research Teaching Miscellaneous Full CV [pdf] BLOG
Events
Past Events
|
Publications of Torsten Hoefler
Torsten Hoefler, Torsten Mehlan, Frank Mietke and Wolfgang Rehm:
| | Fast Barrier Synchronization for InfiniBand
(In Proceedings of the 20th IEEE International Parallel & Distributed Processing Symposium (IPDPS), CAC'06 Workshop, presented in Rhodes, Greece, ISBN: 1-4244-0054-6, Apr. 2006)
AbstractThe MPI Barrier() call can be crucial for several applications and has been target of different optimizations
since several decades. The best solution to the barrier
problem scales with O(log2 N ) and uses the dissemination principle. A new method using an enhanced dis-
semination principle and inherent network parallelism
will be demonstrated in this paper. The new approach
was able to speedup the barrier performance by 40%
in relation to the best published algorithm. It is shown
that it is possible to leverage the inherent hardware parallelism inside the InfiniBandTM network to lower the
latency of the MPI Barrier() operation without additional costs. The principle of sending multiple messages in (pseudo-) parallel can be implemented into a
well known algorithm to decrease the number of rounds and speed the overall operation up.
Documentsdownload article: download slides: | | BibTeX | @inproceedings{hoefler-cac-06, author={Torsten Hoefler and Torsten Mehlan and Frank Mietke and Wolfgang Rehm}, title={{Fast Barrier Synchronization for InfiniBand}}, year={2006}, month={Apr.}, booktitle={Proceedings of the 20th IEEE International Parallel \& Distributed Processing Symposium (IPDPS), CAC'06 Workshop}, location={Rhodes, Greece}, isbn={1-4244-0054-6}, source={http://www.unixer.de/~htor/publications/}, } |
|
|