Skip to content

Commit

Permalink
add note about PR 153
Browse files Browse the repository at this point in the history
  • Loading branch information
wkliao committed Oct 17, 2024
1 parent 9018c41 commit 70ba6dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ Northwestern University and Argonne National Laboratory.
* [E3SM I/O kernel study](https://github.com/Parallel-NetCDF/E3SM-IO)
* [Scorpio](https://github.com/E3SM-Project/scorpio), the I/O module of E3SM.
* [PIO](https://github.com/NCAR/ParallelIO) - parallel I/O library at NCAR.
* [WRF](https://github.com/wrf-model/WRF/tree/master/external/io_pnetcdf)
- Weather Research & Forecasting Model at NCAR.
* [WRF](https://github.com/wrf-model/WRF/tree/master/external/io_pnetcdf) -
Weather Research & Forecasting Model at NCAR.


### Acknowledgements
Expand Down
6 changes: 4 additions & 2 deletions sneak_peek.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ This is essentially a placeholder for the next release note ...
+ none

* New constants
+ none
+ C macro NC_FillValue replaces _FillValue. This conforms with NetCDF4's
change in its version 4.9.3 release.
See [PR #153](https://github.com/Parallel-NetCDF/PnetCDF/pull/153).

* New APIs
+ none
Expand Down Expand Up @@ -63,7 +65,7 @@ This is essentially a placeholder for the next release note ...
+ Fix `pnetcdf-config` of reflecting the installation path when installation
is done by running command `make install DESTDIR=/alternate/directory`
which prepends '/alternate/directory' before all installation names.
See [PR #145](https://github.com/Parallel-NetCDF/PnetCDF/pull/154).
See [PR #154](https://github.com/Parallel-NetCDF/PnetCDF/pull/154).

* New example programs
+ C/flexible_bottom.c and C/vard_bottom.c - These two examples construct MPI
Expand Down

0 comments on commit 70ba6dc

Please sign in to comment.