Abstract
Proportional to the scale increases in HPC systems, many scientific applications are becoming increasingly data intensive, and parallel I/O has become one of the dominant factors impacting the large-scale HPC application performance. On a typical large-scale HPC system, we have observed that the lack of a global workload coordination coupled with the shared nature of storage systems cause load imbalance and resource contention over the end-to-end I/O paths resulting in severe performance degradation. I/O load imbalance on HPC systems is generally a self-inflicted wound and mostly occurs between the I/O paths and resources consumed by each individual job. In this paper, we introduce TAPP-IO, a dynamic, shared load balancing framework for mitigating resource contention. TAPP-IO extends our previous work and solves two major limitations: First, it transparently intercepts file creation calls during runtime to balance the workload over all available storage targets. The usage of TAPP-IO requires no application source code modifications and is independent from any I/O middleware. The framework can be applied to almost any HPC platform and is suitable for systems that lack a centralized file system resource manager. Second, the framework proposes a new placement strategy to support not only file-per-process I/O, but also single shared file I/O. This opens the door to a new class of scientific applications that can leverage the placement library for improved performance. We demonstrate the effectiveness of our integration on the Titan system at the Oak Ridge National Laboratory. Our experiments with a synthetic benchmark and real-world HPC workload show that, even in a noisy production environment, TAPP-IO can improve large-scale application performance significantly.
| Original language | English |
|---|---|
| Title of host publication | Proceedings - 2017 IEEE 23rd International Conference on Parallel and Distributed Systems, ICPADS 2017 |
| Publisher | IEEE Computer Society |
| Pages | 604-613 |
| Number of pages | 10 |
| ISBN (Electronic) | 9781538621295 |
| DOIs | |
| State | Published - Jul 2 2017 |
| Event | 23rd IEEE International Conference on Parallel and Distributed Systems, ICPADS 2017 - Shenzhen, China Duration: Dec 15 2017 → Dec 17 2017 |
Publication series
| Name | Proceedings of the International Conference on Parallel and Distributed Systems - ICPADS |
|---|---|
| Volume | 2017-December |
| ISSN (Print) | 1521-9097 |
Conference
| Conference | 23rd IEEE International Conference on Parallel and Distributed Systems, ICPADS 2017 |
|---|---|
| Country/Territory | China |
| City | Shenzhen |
| Period | 12/15/17 → 12/17/17 |
Funding
ACKNOWLEDGMENT We thank the anonymous reviewers for their valuable feedback. This research used resources of the Oak Ridge Leadership Computing Facility, located in the National Center for Computational Sciences at the Oak Ridge National Laboratory, which is supported by the Office of Science of the Department of Energy under Contract DE-AC05-00OR22725.
Keywords
- High Performance Computing
- Load Balancing
- Parallel File System
- Performance Evaluation
- Single Shared File