Skip to content

Commit 45dc171

Browse files
committed
docs: Use better links for mpi4py
I asked Lisandro what link we should use for mpi4py; he asked that we use https://mpi4py.github.io/. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent b471ee3 commit 45dc171

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/news/news-v5.0.x.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Open MPI version 5.0.0rc12
7575
dynamic shared objects.
7676
- Fix ``MPI_Session_init()`` bug if all previous sessions are
7777
finalized.
78-
- Fix `mpi4py <https://mpi4py.readthedocs.io/>`_ hang in
78+
- Fix `mpi4py <https://mpi4py.github.io/>`_ hang in
7979
``MPI_Intercomm_create_from_groups()``.
8080
- Fix finalization segfault with OSHMEM 4.1.5.
8181
- Improve AVX detection. Fixes ``op/avx`` link failure with the

docs/tuning-apps/dynamic-loading.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ operating systems use other suffixes, such as ``.so``):
3838
3939
.. note:: The above is just an example showing dynamic loading. If
4040
you want to use MPI in Python, you are much better off using
41-
`MPI4Py <https://mpi4py.readthedocs.io/en/stable/>`_.
41+
`MPI4Py <https://mpi4py.github.io/>`_.
4242

4343
Other scripting languages should have similar options when dynamically
4444
loading shared libraries.

0 commit comments

Comments
 (0)