Skip to content

Commit

Permalink
Fix link to mpi4py documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
billsacks committed Jun 13, 2024
1 parent 0226144 commit a1ccd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addon/esmpy/doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The following packages are *optional*:
- NetCDF must be built as a shared library for ESMPy installation to succeed
* 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
- Note that building ESMF with PIO requires building with a real MPI library (not mpiuni)
* `mpi4py <http://mpi4py.scipy.org/>`_- python bindings to MPI, needed to run some of the parallel regridding examples
* `mpi4py <https://mpi4py.readthedocs.io/en/stable/>`_- python bindings to MPI, needed to run some of the parallel regridding examples
* `pytest <https://docs.pytest.org/en/7.1.x/>`_ - for testing

----------------
Expand Down

0 comments on commit a1ccd5d

Please sign in to comment.