From a1ccd5de8ac055790872f4e3836dc27ed1bb5679 Mon Sep 17 00:00:00 2001 From: Bill Sacks Date: Thu, 13 Jun 2024 15:20:53 -0600 Subject: [PATCH] Fix link to mpi4py documentation --- src/addon/esmpy/doc/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/addon/esmpy/doc/install.rst b/src/addon/esmpy/doc/install.rst index b3f505bd1d..fdd1096171 100644 --- a/src/addon/esmpy/doc/install.rst +++ b/src/addon/esmpy/doc/install.rst @@ -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 ` and :class:`Fields ` 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 `_- python bindings to MPI, needed to run some of the parallel regridding examples +* `mpi4py `_- python bindings to MPI, needed to run some of the parallel regridding examples * `pytest `_ - for testing ----------------