Skip to content

Commit 67bc6a1

Browse files
committed
update for new release of 1.11.2
1 parent ca2776a commit 67bc6a1

4 files changed

Lines changed: 49 additions & 1 deletion

File tree

Release/pnetcdf-1.11.2.tar.gz

2.13 MB
Binary file not shown.

Release_notes/1.11.2.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
[PnetCDF](https://parallel-netcdf.github.io) Version 1.11.2 Release Notes (May 13, 2019)
2+
------------------------------------------------------------------------------
3+
4+
* Bug fixes
5+
+ When configure command-line option `--enable-netcdf4` is used, errors may
6+
occur during the configure or make time. Thanks Bruno Pagani for reporting.
7+
See bug fix in
8+
[pull request #46](https://github.com/Parallel-NetCDF/PnetCDF/pull/46).
9+
+ Fix configure date setting when environment variable `SOURCE_DATE_EPOCH`
10+
is set.
11+
12+
* Clarifications
13+
+ Limitation of supporting NetCDF-4 driver -- a list of APIs that are not
14+
supported for NetCDF-4 files is given in `doc/README.NetCDF4.md`. Error
15+
code `NC_ENOTSUPPORT` is returned when those APIs are called.
16+
17+
* Other updates:
18+
+ Utility program `ncoffsets` is updated to skip printing the dimension names
19+
if the number of dimensions of a variable is larger than 64.This predefined
20+
constant can be changed a different number `N` by adding
21+
`-DMAX_PRINT_NDIMS=N` to the compile command line.
22+
+ Utility program `ncvalidator` is updated to be able to repair the file
23+
header to fill in null-byte paddings in the space between the header size
24+
and header extent.
25+
+ Add a note to `doc/README.CRAY` about a compilation issue encountered on
26+
Cori @ NERSC when module gcc/7.3.0 is loaded.
27+
+ Change release date format from `Day Month, Year` to `Month Day, Year`.
28+
29+
* New test program
30+
+ test/nc4/notsupport.c - Test if error code NC_ENOTSUPPORT is properly
31+
returned when calling APIs for unsupported NetCDF-4 feature.
32+
+ test/nc4/rtst_rec_vars.c - Test record variables for NetCDF-4 files.
33+
+ test/nc4/tst_2_rec_dims.c - Test opening a NetCDF-4 file containing more
34+
than one unlimited dimension on whether correct error can be returned.
35+
+ test/nc4/tst_get_put_size.c - Test the amount of I/O so far for NetCDF-4
36+
files.
37+
+ test/testcases/tst_version.c - Check whether PnetCDF version string
38+
returned from ncmpi_inq_libvers() matches the constant PNETCDF_VERSION
39+
defined in header file pnetcdf.h.
40+

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ <h1>PnetCDF: A Parallel I/O Library for NetCDF File Access</h1>
2121

2222
<h2 id="News">News</h2>
2323
<ul>
24+
<li><strong>May 13, 2019</strong>: Release of 1.11.2 is available.</li>
2425
<li><strong>April 12, 2019</strong>: Release of 1.11.1 is available.</li>
2526
<li><strong>December 19, 2018</strong>: Release of 1.11.0 is available.</li>
2627
<li><strong>November 2, 2018</strong>: The official PnetCDF project web pages

wiki/Download.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<center> <h2>PnetCDF Source Code Downloads</h2> </center>
3434
<br>
3535

36-
The latest stable release of <a href="../index.html">PnetCDF</a> is version 1.11.1.
36+
The latest stable release of <a href="../index.html">PnetCDF</a> is version 1.11.2.
3737
<p>
3838
We encourage PnetCDF users to use the latest released version. If for some
3939
reason you would like to try out older versions, below is a table of (most of)
@@ -47,6 +47,13 @@
4747
<th>Size</th>
4848
<th>SHA-1 Checksum</th>
4949
</tr>
50+
<tr>
51+
<td align=center>May 13, 2019</td>
52+
<td align=center><a href=https://github.com/Parallel-NetCDF/Parallel-NetCDF.github.io/blob/master/Release_notes/1.11.2.md>1.11.2</a></td>
53+
<td><a href="../Release/pnetcdf-1.11.2.tar.gz" onClick="var that=this; ga('send', 'event', 'PnetCDF', 'Source Download (GZ)', 'pnetcdf-1.11.2.tar.gz', 1); ga('pnetcdfTracker.send', 'event', 'PnetCDF', 'Source Download (GZ)', 'pnetcdf-1.11.2.tar.gz', 1); ga('parallelnetcdfTracker.send', 'event', 'PnetCDF', 'Source Download (GZ)', 'pnetcdf-1.11.2.tar.gz', 1); setTimeout(function(){location.href=that.href;},500); return false;">pnetcdf-1.11.2.tar.gz</a></td>
54+
<td>2.2 MB</td>
55+
<td>cf310a037846a5722c05525b0a77273bea8059a0</td>
56+
</tr>
5057
<tr>
5158
<td align=center>April 12, 2019</td>
5259
<td align=center><a href=https://github.com/Parallel-NetCDF/Parallel-NetCDF.github.io/blob/master/Release_notes/1.11.1.md>1.11.1</a></td>

0 commit comments

Comments
 (0)