A Parallel Programming Interface for Out-of-core Cluster Applications

Jianqi Tang,Binxing Fang,Mingzeng Hu,Hongli Zhang
DOI: https://doi.org/10.1007/s10586-006-9744-5
2006-01-01
Cluster Computing
Abstract:Clusters of workstations are a practical approach to parallel computing that provide high performance at a low cost for many scientific and engineering applications. In order to handle problems with increasing data sets, methods supporting parallel out-of-core computations must be investigated. Since writing an out-of-core version of a program is a difficult task and virtual memory systems do not perform well in some cases, we have developed a parallel programming interface and the support library to provide efficient and convenient access to the out-of-core data. This paper focuses on how these components extend the range of problem sizes that can be solved on the cluster of workstations. Execution time of Jacobi iteration when using our interface, virtual memory and PVFS are compared to characterize the performance for various problem sizes, and it is concluded that our new interface significantly increases the sizes of problems that can be efficiently solved.
What problem does this paper attempt to address?