Abstract
The processing of massive amounts of data on clusters with finite amount of memory has become an important problem facing the parallel/distributed computing community. While MapReduce-style technologies provide an effective means for addressing various problems that fit within the MapReduce paradigm, there are many classes of problems for which this paradigm is ill-suited. In this paper we present a runtime system for traditional MPI programs that enables the efficient and transparent out-of-core execution of distributed-memory parallel programs. This system, called BDMPI,1 leverages the semantics of MPI's API to orchestrate the execution of a large number of MPI processes on much fewer compute nodes, so that the running processes maximize the amount of computation that they perform with the data fetched from the disk. BDMPI enables the development of efficient out-of-core parallel distributed memory codes without the high engineering and algorithmic complexities associated with multiple levels of blocking. BDMPI achieves significantly better performance than existing technologies on a single node as well as on a small cluster, and performs within 30% of optimized out-of-core implementations.
Original language | English (US) |
---|---|
Pages (from-to) | 754-767 |
Number of pages | 14 |
Journal | Parallel Computing |
Volume | 40 |
Issue number | 10 |
DOIs | |
State | Published - Dec 2014 |
Bibliographical note
Publisher Copyright:© 2014 Published by Elsevier B.V.
Keywords
- Big Data
- Distributed
- High performance
- Out-of-core