Skip to content

Commit a1ccd5d

Browse files
committed
Fix link to mpi4py documentation
1 parent 0226144 commit a1ccd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addon/esmpy/doc/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The following packages are *optional*:
1818
- NetCDF must be built as a shared library for ESMPy installation to succeed
1919
* ESMF installation with PIO (the Parallel IO library) - required to create :class:`Meshes <esmpy.api.mesh.Mesh>` and :class:`Fields <esmpy.api.field.Field>` from file, and to write regridding weights to file
2020
- Note that building ESMF with PIO requires building with a real MPI library (not mpiuni)
21-
* `mpi4py <http://mpi4py.scipy.org/>`_- python bindings to MPI, needed to run some of the parallel regridding examples
21+
* `mpi4py <https://mpi4py.readthedocs.io/en/stable/>`_- python bindings to MPI, needed to run some of the parallel regridding examples
2222
* `pytest <https://docs.pytest.org/en/7.1.x/>`_ - for testing
2323

2424
----------------

0 commit comments

Comments
 (0)