Skip to content

Commit

Permalink
Update URLs to PnetCDF C reference and FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
wkliao committed Sep 17, 2024
1 parent 571ebcd commit e87498f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## PnetCDF source code development repository
Github Actions: [![MPICH](https://github.com/Parallel-NetCDF/PnetCDF/actions/workflows/ubuntu_mpich.yml/badge.svg)](https://github.com/Parallel-NetCDF/PnetCDF/actions/workflows/ubuntu_mpich.yml)
[![OpenMPI](https://github.com/Parallel-NetCDF/PnetCDF/actions/workflows/ubuntu_openmpi.yml/badge.svg)](https://github.com/Parallel-NetCDF/PnetCDF/actions/workflows/ubuntu_openmpi.yml)


PnetCDF is a parallel I/O library for accessing
[Unidata's NetCDF](http://www.unidata.ucar.edu/software/netcdf) files in
Expand Down Expand Up @@ -45,19 +48,13 @@ Northwestern University and Argonne National Laboratory.
+ [m4](https://www.gnu.org/software/m4/m4.html) version 1.4.17

### Build instructions and recipes
* Please read file
[INSTALL](https://github.com/Parallel-NetCDF/PnetCDF/blob/master/INSTALL) for
build instructions. There are also several build recipes under folder
[doc](https://github.com/Parallel-NetCDF/PnetCDF/tree/master/doc) for a few
popular systems.

### Current build status
* Github Actions: [![MPICH](https://github.com/Parallel-NetCDF/PnetCDF/actions/workflows/ubuntu_mpich.yml/badge.svg)](https://github.com/Parallel-NetCDF/PnetCDF/actions/workflows/ubuntu_mpich.yml)
[![OpenMPI](https://github.com/Parallel-NetCDF/PnetCDF/actions/workflows/ubuntu_openmpi.yml/badge.svg)](https://github.com/Parallel-NetCDF/PnetCDF/actions/workflows/ubuntu_openmpi.yml)
* Please read file [INSTALL](./INSTALL) for build instructions. There are also
several build recipes under folder [doc](./doc#readme) for a few popular
systems.

### PnetCDF user guides
* [C API references](http://cucis.ece.northwestern.edu/projects/PnetCDF/doc/pnetcdf-c)
* [Questions & Answers](http://cucis.ece.northwestern.edu/projects/PnetCDF/faq.html)
* [C API references](https://parallel-netcdf.github.io/doc/c-reference/pnetcdf-c/index.html)
* [Questions & Answers](https://parallel-netcdf.github.io/doc/faq.html)
* [NetCDF4 vs. PnetCDF](./doc/netcdf4_vs_pnetcdf.md)
* [PnetCDF blocking vs. non-blocking APIs](./doc/blocking_vs_nonblocking.md)

Expand Down
5 changes: 4 additions & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
* Folder [pnetcdf-api](pnetcdf-api) - LaTeX source files for PnetCDF API user guide.
* [README.ADIOS.md](README.ADIOS.md) - Instructions to enable read capability of BP files.
* [README.burst_buffering.md](README.burst_buffering.md) - Instructions to enable feature of burst buffering.
* [README.consistency.md](README.consistency.md) - Note on parallel I/O data consistency supported by PnetCDF.
Expand All @@ -13,3 +12,7 @@
* [README.SGI.md](README.SGI.md) - Build instructions on SGI computers.
* [README.SX.md](README.SX.md) - Build instructions on SX computers.
* [README.Ubuntu.md](README.Ubuntu.md) - Build instructions under Ubuntu OS.
* [A Parallel API for Creating and Reading NetCDF Files](https://github.com/Parallel-NetCDF/Parallel-NetCDF.github.io/blob/master/doc/pnetcdf-api.pdf)
is a document describing the PnetCDF APIs. Folder
[pnetcdf-api](./pnetcdf-api) contains the LaTeX source files of this PDF file.

0 comments on commit e87498f

Please sign in to comment.