Skip to content

Commit ca2776a

Browse files
committed
add quotations
1 parent 451f6a2 commit ca2776a

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

Release_notes/1.11.1.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
+ When inserting nonblocking requests into the PnetCDF internal pending
66
queues, the queues are now kept sorted (using an insert sort) into an
77
increasing order of variable starting file offsets. This can avoid the
8-
quick sort when flushing the pending requests. See [pull request #37]
9-
(https://github.com/Parallel-NetCDF/PnetCDF/pull/37). To avoid internal
10-
sorts completely, users are recommended to post nonblocking requests in
11-
the increasing order of variable IDs and fixed-size variables first
12-
followed by record variables.
8+
quick sort when flushing the pending requests. See
9+
[pull request #37](https://github.com/Parallel-NetCDF/PnetCDF/pull/37).
10+
To avoid internal sorts completely, users are recommended to post
11+
nonblocking requests in the increasing order of variable IDs and fixed-size
12+
variables first followed by record variables.
1313

1414
* New Limitations
1515
+ When building with NetCDF-4 feature enabled, using a NetCDF-4 library that
16-
has already been built with PnetCDF enabled, i.e. --enable-pnetcdf, is not
16+
has already been built with PnetCDF enabled, i.e. `--enable-pnetcdf`, is not
1717
supported. See [Issue #33](https://github.com/Parallel-NetCDF/PnetCDF/issues/33).
1818

1919
* Other updates:
@@ -26,17 +26,17 @@
2626
+ File header extent area between end of header and first variable will be
2727
padded with null bytes if PnetCDF is configured with option
2828
`--enable-null-byte-header-padding`.
29-
+ Add AC_PROG_CPP in configure.ac to check whether `-E` option is required by
30-
the C preprocessor.
29+
+ Add `AC_PROG_CPP` in configure.ac to check whether `-E` option is required
30+
by the C preprocessor.
3131
+ Add a check for whether `m4` utility is available, and abort the configure
3232
if it is not.
3333

3434
* Bug fixes
3535
+ Fix ncmpidiff when comparing dimension names of 2 variables between files
3636
whose dimension define orders are different. See
3737
[Issue #42](https://github.com/Parallel-NetCDF/PnetCDF/pull/42).
38-
+ Fix error checking for programs in examples/C to ignore NC_ENOTENABLED
39-
if PnetCDF was not built with --enable-profiling. Thanks to Bruno Pagani
38+
+ Fix error checking for programs in examples/C to ignore `NC_ENOTENABLED`
39+
if PnetCDF was not built with `--enable-profiling`. Thanks to Bruno Pagani
4040
and see [Issue #34](https://github.com/Parallel-NetCDF/PnetCDF/issues/34).
4141

4242
* New test program

0 commit comments

Comments
 (0)