From b991b80f9d8cc9d2462c4368536c28ff813b731a Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Mon, 27 Sep 2021 08:06:48 +0200 Subject: [PATCH] removed invalid link --- docs.it4i/software/mpi/mpi4py-mpi-for-python.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs.it4i/software/mpi/mpi4py-mpi-for-python.md b/docs.it4i/software/mpi/mpi4py-mpi-for-python.md index bcb78f0b6..1fe8efad0 100644 --- a/docs.it4i/software/mpi/mpi4py-mpi-for-python.md +++ b/docs.it4i/software/mpi/mpi4py-mpi-for-python.md @@ -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 -- GitLab