A Framework for Optimizing Parallel I/O
View/ Open
Date
1998-10-15Author
Bennett, Robert
Bryant, Kelvin S.
Sussman, Alan
Das, Raja
Saltz, Joel
Metadata
Show full item recordAbstract
There has been a great deal of recent interest in parallel I/O.
This paper discusses issues in the design and implementation of
a portable I/O library designed to optimize the performance of
multiprocessor architectures that include multiple disks or disk arrays.
The major emphasis of the paper is on optimizations that are made
possible by the use of collective I/O, so that I/O requests for
multiple processors can be combined to improve performance. Performance
measurements from benchmarking our implementation of an I/O library
that currently performs collective local optimizations, called
Jovian, on three application templates are also presented.