Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source-fabric/guide/multi_node/other.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MPI
***

`MPI (Message Passing Interface) <https://en.wikipedia.org/wiki/Message_Passing_Interface>`_ is a communication system for parallel computing.
There are many implementations available, the most popular among them are `OpenMPI <https://www.open-mpi.org/>`_ and `MPICH <https://www.mpich.org/>`_.
There are many implementations available, the most popular among them are `OpenMPI <https://www.open-mpi.org/>`_ and `MPICH <https://en.wikipedia.org/wiki/MPICH>`_.
To support all these, Lightning relies on the `mpi4py package <https://github.com/mpi4py/mpi4py>`_:

.. code-block:: bash
Expand Down
Loading