Skip to content

Commit 4d3d8c1

Browse files
committed
add note abou PR #104
1 parent f32784a commit 4d3d8c1

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

sneak_peek.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ This is essentially a placeholder for the next release note ...
5656
read and write the file header. The default is "false", meaning the file
5757
header is only read/written by rank 0, using MPI independent read and write
5858
APIs. When set to "true", collective APIs will be used with all other
59-
processes making zero-size requests.
59+
processes making zero-size requests. See
60+
[PR #104](https://github.com/Parallel-NetCDF/PnetCDF/pull/104).
6061
6162
* New run-time environment variables
6263
+ none
@@ -69,8 +70,9 @@ This is essentially a placeholder for the next release note ...
6970
file may still be a valid netCDF file.
7071
* When larger, this can happen if opening an existing file that contains no
7172
variable. Deleting a global attribute reduces the file header size. The
72-
file is still a valid netCDF file. PR #99 detects this mismatch and
73-
truncates the file size to the header size.
73+
file is still a valid netCDF file.
74+
[PR #99](https://github.com/Parallel-NetCDF/PnetCDF/pull/99) detects
75+
this mismatch and truncates the file size to the header size.
7476
* When smaller, this can happen if the last variable is partially written.
7577
The expected file size is calculated based on the full sizes of all
7678
variables. The file is still a valid netCDF file.
@@ -105,7 +107,8 @@ This is essentially a placeholder for the next release note ...
105107
106108
* Bug fixes
107109
+ Fix ncmpi_inq_num_rec_vars and ncmpi_inq_num_fix_vars when opening an
108-
existing file. See PR #103.
110+
existing file. See
111+
[PR #103](https://github.com/Parallel-NetCDF/PnetCDF/pull/103).
109112
+ ncmpidiff - when checking the dimensions defined in the second files
110113
whether they are defined in the first file. See 88cd9c1.
111114
@@ -117,8 +120,10 @@ This is essentially a placeholder for the next release note ...
117120
118121
* New test program
119122
+ test/testcases/tst_symlink.c - test NC_CLOBBER on a symbolic link.
120-
+ test/testcases/tst_del_attr.c - test delete attributes. See PR #99.
121-
+ test/testcases/test_get_varn.c - test get_varn API. See PR #90.
123+
+ test/testcases/tst_del_attr.c - test delete attributes. See
124+
[PR #99](https://github.com/Parallel-NetCDF/PnetCDF/pull/99).
125+
+ test/testcases/test_get_varn.c - test get_varn API. See
126+
[PR #90](https://github.com/Parallel-NetCDF/PnetCDF/pull/90).
122127
+ test/testcases/flexible_var.c - test flexible var API
123128
+ test/testcases/flexible_api.f - test flexible API when bufcount == -1
124129

0 commit comments

Comments
 (0)