PI/OT, Parallel I/O Templates (1997)
| Citations: | 4 - 2 self |
BibTeX
@MISC{Parsons97pi/ot,parallel,
author = {Ian Parsons and Ron Unrau and Jonathan Schaeffer and Duane Szafron},
title = {PI/OT, Parallel I/O Templates},
year = {1997}
}
OpenURL
Abstract
This paper presents a novel, top-down, high-level approach to parallelizing file I/O. Each parallel file descriptor is annotated with a high-level specification, or template, of the expected parallel behaviour. The annotations are external to and independent of the source code. At run-time, all I/O using a parallel file descriptor adheres to the semantics of the selected template. By separating the parallel I/O specifications from the code, a user can quickly change the I/O behaviour without rewriting code. Templates can be composed hierarchically to construct more complex access patterns. Two sample parallel programs using these templates are compared against versions implemented in an existing parallel I/O system (PIOUS). The sample programs show that the use of parallel I/O templates are beneficial from both the performance and software engineering points of view. 1. Introduction The development of parallel applications has focused on computational parallelism. However, the corres...







