Skip to content
Snippets Groups Projects
Commit b991b80f authored by Jan Siwiec's avatar Jan Siwiec
Browse files

removed invalid link

parent 3266d99a
No related branches found
No related tags found
No related merge requests found
Pipeline #22487 failed
......@@ -31,7 +31,7 @@ You need to import MPI to your Python program. Include the following line to the
from mpi4py import MPI
```
The MPI4Py-enabled Python programs [execute as any other OpenMPI][1] code. The simpliest way is to run:
The MPI4Py-enabled Python programs execute as any other OpenMPI code. The simpliest way is to run:
```console
$ mpirun python <script>.py
......@@ -217,6 +217,4 @@ In this example, we run MPI4Py-enabled code on 4 nodes, 128 cores per node (tota
You can increase `n` and watch the time lowering.
[1]: running_openmpi.md
[a]: https://pypi.python.org/pypi/mpi4py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment