Automatic Memory Optimizations for Improving MPI Derived Datatype Performance
Authors: S. Byna, X.-H. Sun, R. Thakur, W. D. Gropp
Date: September, 2006
Venue: 13th The European PVM/MPI Conference, Bonn, Germany, Lecture Notes in Computer Science, Springer
Type: Conference
Abstract
MPI derived datatypes allow users to describe noncontiguous memory layout and communicate noncontiguous data with a single communication function. This powerful feature enables an MPI implementation to optimize the transfer of noncontiguous data. In practice, however, many implementations of MPI derived datatypes perform poorly, which makes application developers avoid using this feature. In this paper, we present a technique to automatically select templates that are optimized for memory performance based on the access pattern of derived datatypes. We implement this mechanism in the MPICH2 source code. The performance of our implementation is compared to well-written manual packing/unpacking routines and original MPICH2 implementation. We show that performance for various derived datatypes is significantly improved and comparable to that of optimized manual routines.
Links
DOI: 10.1007/11846802_36