Skip to content

Commit 5d31fa7

Browse files
committed
fix PnetCDF repo URL
1 parent 95e9d09 commit 5d31fa7

1 file changed

Lines changed: 12 additions & 14 deletions

File tree

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,22 @@ applications that require parallel access to netCDF files.
2828
CC=/path/to/mpicc PNETCDF_DIR=/path/to/pnetcdf/dir pip install --no-build-isolation -e .
2929
```
3030
* Testing
31-
+ Run command `make check` to test all the programs available in folders
32-
`test` and `examples` in parallel on 4 MPI processes.
33-
+ In addition, command `make ptests` runs the same tests but using 3, 4, and
34-
8 MPI processes.
35-
+ To run any individual programs in folders `test` and `examples`, use
36-
command below. For example,
37-
```sh
38-
mpiexec -n [num_process] python examples/create_open.py [output_dir]
39-
```
40-
* The optional `output_dir` argument is the folder for storing the output
41-
files created by the programs The default is the current folder.
31+
+ Run command `"make check"` to test all the programs available in folders
32+
["test/"](./test) and ["examples/"](./examples) in parallel on 4 MPI
33+
processes.
34+
+ In addition, command `"make ptests"` runs the same tests using 3, 4, and 8
35+
MPI processes.
4236

4337
### Additional Resources
44-
* PnetCDF-python [User Guide](https://pnetcdf-python.readthedocs.io/en/latest/)
38+
* PnetCDF-python [User Guide](https://pnetcdf-python.readthedocs.io/en/latest)
4539
* [Data objects](docs/pnetcdf_objects.md) in PnetCDF python programming
4640
* [Comparison](docs/nc4_vs_pnetcdf.md) of NetCDF4-python and PnetCDF-python
47-
* [PnetCDF project home page](https://parallel-netcdf.github.io/)
48-
* [PnetCDF repository of C/Fortran library](https://parallel-netcdf.github.io/)
41+
* [PnetCDF project home page](https://parallel-netcdf.github.io)
42+
* [PnetCDF repository of C/Fortran library](https://github.com/Parallel-NetCDF/PnetCDF)
43+
44+
### Developer Team
45+
* Youjia Li <<youjia@northwestern.edu>>
46+
* Wei-keng Liao <<wkliao@northwestern.edu>> (Principle Investigator)
4947

5048
### Acknowledgements
5149
Ongoing development and maintenance of PnetCDF-python is supported by the U.S.

0 commit comments

Comments
 (0)