中文

Parallel netCDF: A Scientific High-Performance I/O Interface

分布式、并行与集群计算 2007-05-23 v1

摘要

Dataset storage, exchange, and access play a critical role in scientific applications. For such purposes netCDF serves as a portable and efficient file format and programming interface, which is popular in numerous scientific application domains. However, the original interface does not provide an efficient mechanism for parallel data storage and access. In this work, we present a new parallel interface for writing and reading netCDF datasets. This interface is derived with minimum changes from the serial netCDF interface but defines semantics for parallel access and is tailored for high performance. The underlying parallel I/O is achieved through MPI-IO, allowing for dramatic performance gains through the use of collective I/O optimizations. We compare the implementation strategies with HDF5 and analyze both. Our tests indicate programming convenience and significant I/O performance improvement with this parallel netCDF interface.

关键词

引用

@article{arxiv.cs/0306048,
  title  = {Parallel netCDF: A Scientific High-Performance I/O Interface},
  author = {Jianwei Li and Wei-keng Liao and Alok Choudhary and Robert Ross and Rajeev Thakur and William Gropp and Rob Latham},
  journal= {arXiv preprint arXiv:cs/0306048},
  year   = {2007}
}

备注

10 pages,7 figures