Skip to main content
SHARE
Publication

OPAL: An Open-Source MPI-IO Library over Cray XT...

by Weikuan Yu, Jeffrey S Vetter, Richard S Canon
Publication Type
Conference Paper
Book Title
The 4th International Workshop on Storage Network Architecture and Parallel I/Os
Publication Date
Page Numbers
37 to 46
Conference Name
International Workshop on Storage Network Architecture and Parallel I/O (SNAPI)
Conference Location
San Diego, California, United States of America
Conference Sponsor
IEEE
Conference Date
-

Parallel IO over Cray XT is supported by a vendor-supplied MPI-IO package. This package contains a proprietary ADIO implementation built on top of the sysio library. While it is reasonable to maintain a stable code base for application scientists' convenience, it is also very important to the system developers and researchers to analyze and assess the effectiveness of parallel IO software, and accordingly, tune and optimize the MPI-IO implementation. A proprietary parallel IO code base relinquishes such flexibilities. On the other hand, a generic UFS-based MPI-IO implementation is typically used on many Linux-based platforms. We have developed an open-source MPI-IO package over Lustre, referred to as OPAL (OPportunistic and Adaptive MPI-IO Library over Lustre). OPAL provides a single source-code base for MPI-IO over Lustre on Cray XT and Linux platforms. Compared to Cray implementation, OPAL provides a number of good features, including arbitrary specification of striping patterns and Lustre-stripe aligned file domain partitioning. This paper presents the performance comparisons between OPAL and Cray's proprietary implementation. Our evaluation demonstrates that OPAL achieves the performance comparable to the Cray implementation. We also exemplify the benefits of an open source package in revealing the underpinning of the parallel IO performance.