Skip to content
Snippets Groups Projects

links

Merged David Hrbáč requested to merge content_revision5 into master
4 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -92,4 +92,4 @@ Execute the above code as:
@@ -92,4 +92,4 @@ Execute the above code as:
$ mpiexec -bycore -bind-to-core python hello_world.py
$ mpiexec -bycore -bind-to-core python hello_world.py
```
```
In this example, we run MPI4Py enabled code on 4 nodes, 16 cores per node (total of 64 processes), each python process is bound to a different core. More examples and documentation can be found on [MPI for Python webpage](https://pythonhosted.org/mpi4py/usrman/index.html).
In this example, we run MPI4Py enabled code on 4 nodes, 16 cores per node (total of 64 processes), each python process is bound to a different core. More examples and documentation can be found on [MPI for Python webpage](https://pypi.python.org/pypi/mpi4py).
Loading