Title :
Parallel Sparse Matrix-Vector Multiplication as a Test Case for Hybrid MPI+OpenMP Programming
Author :
Schubert, Gerald ; Hager, Georg ; Fehske, Holger ; Wellein, Gerhard
Author_Institution :
Erlangen Regional Comput. Center, Univ. of Erlangen-Nuremberg, Erlangen, Germany
Abstract :
We evaluate optimized parallel sparse matrix-vector operations for two representative application areas on widespread multicore-based cluster configurations. First the single-socket baseline performance is analyzed and modeled with respect to basic architectural properties of standard multicore chips. Going beyond the single node, parallel sparse matrix-vector operations often suffer from an unfavorable communication to computation ratio. Starting from the observation that nonblocking MPI is not able to hide communication cost using standard MPI implementations, we demonstrate that explicit overlap of communication and computation can be achieved by using a dedicated communication thread, which may run on a virtual core. We compare our approach to pure MPI and the widely used "vector-like\´\´ hybrid programming strategy.
Keywords :
message passing; parallel programming; sparse matrices; communication cost; hybrid MPI+OpenMP programming; multicore-based cluster configuration; nonblocking MPI; optimized parallel sparse matrix-vector operations; parallel sparse matrix-vector multiplication; single-socket baseline performance; standard MPI implementation; standard multicore chips; Arrays; Bandwidth; Instruction sets; Multicore processing; Sockets; Sparse matrices;
Conference_Titel :
Parallel and Distributed Processing Workshops and Phd Forum (IPDPSW), 2011 IEEE International Symposium on
Conference_Location :
Shanghai
Print_ISBN :
978-1-61284-425-1
Electronic_ISBN :
1530-2075
DOI :
10.1109/IPDPS.2011.332