8b5ded5d06
- Update WWW: use https:// Obtained from: http://trac.mcs.anl.gov/projects/parallel-netcdf/changeset/2745
9 lines
483 B
Plaintext
9 lines
483 B
Plaintext
Parallel-NetCDF is a library providing high-performance I/O while still
|
|
maintaining file-format compatibility with Unidata's NetCDF. NetCDF gives
|
|
scientific programmers a space-efficient and portable means for storing data.
|
|
However, it does so in a serial manner, making it difficult to achieve high I/O
|
|
performance. By making some small changes to the API specified by NetCDF, we can
|
|
use MPI-IO and its collective operations.
|
|
|
|
WWW: https://trac.mcs.anl.gov/projects/parallel-netcdf
|