Skip to content

Commit d671dd7

Browse files
committed
rewording: use classic format instead of compatible format
1 parent d72ea39 commit d671dd7

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ <h2 id="News">News</h2>
2828
https://trac.mcs.anl.gov/projects/parallel-netcdf</a>.</li>
2929
<li><strong>July 2, 2018</strong>: Release of PnetCDF version 1.10.0 is
3030
available. One of the noticeable new feature is a new
31-
<a href="doc/burst_buffering.html">I/O driver</a> using burst buffers.</li>
31+
<a href="doc/burst_buffering.html">I/O driver</a> for using locally or globally
32+
accessible burst buffers.</li>
3233
<li><strong>June 23, 2018</strong>: PnetCDF source code repository has moved
3334
from its <a href=https://svn.mcs.anl.gov/repos/parallel-netcdf>SVN</a> server
3435
at Argonne National Laboratory to
@@ -41,19 +42,18 @@ <h2 id="News">News</h2>
4142

4243
<h2>Overview of PnetCDF</h2>
4344
<p>
44-
PnetCDF is a high-performance parallel I/O library for accessing files in
45-
format compatibility with
45+
PnetCDF is a high-performance parallel I/O library for accessing
4646
<a href="http://www.unidata.ucar.edu/software/netcdf/">Unidata's NetCDF</a>,
47-
specifically the formats of CDF-1, 2, and 5.
47+
files in classic formats, specifically the formats of CDF-1, 2, and 5.
4848
The CDF-5 file format, an extension of CDF-2, supports unsigned data types and
4949
uses 64-bit integers to allow users to define large dimensions, attributes, and
5050
variables (&gt; 2B array elements).
5151
</p>
5252
<p>
53-
In addition to the conventional netCDF read and write APIs, PnetCDF also
53+
In addition to the conventional netCDF read and write APIs, PnetCDF
5454
provides a new set of nonblocking APIs. Nonblocking APIs allow users to post
55-
multiple read and write requests first, and later let PnetCDF to aggregate the
56-
requests into a large MPI-IO request, hence to achieve a better performance.
55+
multiple read and write requests first, and let PnetCDF to aggregate them
56+
into a large request, hence to achieve a better performance.
5757
See <a href="wiki/CombiningOperations.html">nonblocking I/O</a> for further
5858
description and example programs.
5959
</p>

0 commit comments

Comments
 (0)