Abstract
Lustre is becoming an increasingly important file system for large-scale computing clusters. The problem is that many data-intensive applications use MPI-IO for their I/O requirements, and it has been well documented that MPI-IO performs poorly in a Lustre file system environment. However, the reasons for such poor performance are not currently well understood. We believe that the primary reason for poor performance is that the assumptions underpinning most of the parallel I/O optimizations implemented in MPI-IO do not hold in a Lustre environment. Perhaps the most important assumption that appears to be incorrect is that optimal performance is obtained by performing large, contiguous I/O operations. Our research suggests that this is often the worst approach to take in a Lustre file system. In fact, we found that the best performance is sometimes achieved when each process performs a series of smaller, non-contiguous I/O requests. In this paper, we provide experimental results showing that such assumptions do not apply in Lustre, and explore new approaches that appear to provide significantly better performance.
Original language | English |
---|---|
Title of host publication | On the Move to Meaningful Internet Systems |
Subtitle of host publication | OTM 2008 - OTM 2008 Confederated International Conferences CoopIS, DOA, GADA, IS, and ODBASE 2008, Proceedings |
Pages | 870-885 |
Number of pages | 16 |
Edition | PART 1 |
DOIs | |
State | Published - 2008 |
Externally published | Yes |
Event | OTM 2008 Confederated International Conferences CoopIS, DOA, GADA, IS, and ODBASE 2008 - Monterrey, Mexico Duration: Nov 9 2008 → Nov 14 2008 |
Publication series
Name | Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) |
---|---|
Number | PART 1 |
Volume | 5331 LNCS |
ISSN (Print) | 0302-9743 |
ISSN (Electronic) | 1611-3349 |
Conference
Conference | OTM 2008 Confederated International Conferences CoopIS, DOA, GADA, IS, and ODBASE 2008 |
---|---|
Country/Territory | Mexico |
City | Monterrey |
Period | 11/9/08 → 11/14/08 |
Funding
This material is based upon work supported by the National Science Foundation under Grant No. 0702748.
Keywords
- Collective I/O
- Lustre
- MPI-IO
- Parallel File Systems
- Parallel I/O