Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Commits
b991b80f
Commit
b991b80f
authored
3 years ago
by
Jan Siwiec
Browse files
Options
Downloads
Patches
Plain Diff
removed invalid link
parent
3266d99a
No related branches found
No related tags found
No related merge requests found
Pipeline
#22487
failed
3 years ago
Stage: test
Stage: build
Stage: deploy
Stage: after_test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs.it4i/software/mpi/mpi4py-mpi-for-python.md
+1
-3
1 addition, 3 deletions
docs.it4i/software/mpi/mpi4py-mpi-for-python.md
with
1 addition
and
3 deletions
docs.it4i/software/mpi/mpi4py-mpi-for-python.md
+
1
−
3
View file @
b991b80f
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment