Collective buffering: Improving parallel I/O performance
Collective buffering: Improving parallel I/O performance
复制标题
集体缓冲:提高并行 I/O 性能
DOI:
--
复制
发表时间:
1997
期刊:
影响因子:
--
通讯作者:
V. Lo
中科院分区:
文献类型:
--
作者:
B. Nitzberg;V. Lo
"Parallel I/O" is the support of a single parallel application run on many nodes; application data is distributed among the nodes, and is read or written to a single logical file, itself spread across nodes and disks. Parallel I/O is a mapping problem from the data layout in node memory to the file layout on disks. Since the mapping can be quite complicated and involve significant data movement, optimizing the mapping is critical for performance. We discuss our general model of the problem, describe four Collective Buffering algorithms we designed, and report experiments testing their performance on an Intel Paragon and an IBM SP2 both housed at NASA Ames Research Center. Our experiments show improvements of up to two order of magnitude over standard techniques and the potential to deliver peak performance with minimal hardware support.