File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,16 @@ scalable I/O performance.
12
12
### Software Dependencies
13
13
* Python 3.9 or later.
14
14
* [ numpy] ( http://www.numpy.org/ ) Python package.
15
- * MPI C library and Python package, [ mpi4py] ( https://mpi4py.readthedocs.io/en/stable/install.html ) .
16
- * [ PnetCDF C library] ( https://github.com/Parallel-netCDF/PnetCDF ) , built with shared libraries.
15
+ * MPI C library and Python package,
16
+ [ mpi4py] ( https://mpi4py.readthedocs.io/en/stable/install.html ) .
17
+ + Note when using mpi4py 4.0 and MPICH, MPICH version 4.2.2 and later is
18
+ required.
19
+ * [ PnetCDF C library] ( https://github.com/Parallel-netCDF/PnetCDF ) , built with
20
+ shared libraries.
17
21
18
22
### Quick Installation
19
- * Make sure you have a working MPI and pnetcdf-C software and then use pip to install pnetcdf-Python library from PyPI
23
+ * Make sure you have a working MPI and PnetCDF-C software installed.
24
+ * Run pip command below to install PnetCDF-Python library from PyPI:
20
25
```
21
26
CC=/path/to/mpicc PNETCDF_DIR=/path/to/pnetcdf/dir/ pip install pnetcdf
22
27
```
You can’t perform that action at this time.
0 commit comments