DocumentCode
3706754
Title
A Bandwidth-Saving Optimization for MPI Broadcast Collective Operation
Author
Huan Zhou;Vladimir Marjanovic;Christoph Niethammer;José
Author_Institution
High Performance Comput. Center Stuttgart, Univ. of Stuttgart, Stuttgart, Germany
fYear
2015
Firstpage
111
Lastpage
118
Abstract
The efficiency and scalability of MPI collective operations, in particular the broadcast operation, plays an integral part in high performance computing applications. MPICH, as one of the contemporary widely-used MPI software stacks, implements the broadcast operation based on point-to-point operation. Depending on the parameters, such as message size and process count, the library chooses to use different algorithms, as for instance binomial dissemination, recursive-doubling exchange or ring all-to-all broadcast (all-gather). However, the existing broadcast design in latest release of MPICH does not provide good performance for large messages (lmsg) or medium messages with non-power-of-two process counts (mmsg-npof2) due to the inner suboptimal ring allgather algorithm. In this paper, based on the native broadcast design in MPICH, we propose a tuned broadcast approach with bandwidth-saving in mind catering to the case of lmsg and mmsg-npof2. Several comparisons of the native and tuned broadcast designs are made for different data sizes and program sizes on Cray XC40 cluster. The results show that the performance of the tuned broadcast design can get improved by a range from 2% to 54% for lmsg and mmsg-npof2 in terms of user-level testing.
Keywords
"Algorithm design and analysis","Data communication","High performance computing","Bandwidth","Standards","Clustering algorithms","Optimized production technology"
Publisher
ieee
Conference_Titel
Parallel Processing Workshops (ICPPW), 2015 44th International Conference on
ISSN
1530-2016
Type
conf
DOI
10.1109/ICPPW.2015.20
Filename
7349902
Link To Document