Skip to content
Snippets Groups Projects

RT#8782, @hrb33

Merged David Hrbáč requested to merge change_mpi4py into master
2 files
+ 37
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -13,10 +13,26 @@ On Anselm MPI4Py is available in standard Python modules.
@@ -13,10 +13,26 @@ On Anselm MPI4Py is available in standard Python modules.
MPI4Py is build for OpenMPI. Before you start with MPI4Py you need to load Python and OpenMPI modules.
MPI4Py is build for OpenMPI. Before you start with MPI4Py you need to load Python and OpenMPI modules.
```console
```console
$ ml Python
$ ml av Python/
$ ml OpenMPI
--------------------------------------- /apps/modules/lang -------------------------
 
Python/2.7.8-intel-2015b Python/2.7.11-intel-2016a Python/3.5.1-intel-2017.00
 
Python/2.7.11-intel-2017a Python/2.7.9-foss-2015b Python/2.7.9-intel-2015b
 
Python/2.7.11-foss-2016a Python/3.5.2-foss-2016a Python/3.5.1
 
Python/2.7.9-foss-2015g Python/3.4.3-intel-2015b Python/2.7.9
 
Python/2.7.11-intel-2015b Python/3.5.2
 
 
$ ml av OpenMPI/
 
--------------------------------------- /apps/modules/mpi --------------------------
 
OpenMPI/1.8.6-GCC-4.4.7-system OpenMPI/1.8.8-GNU-4.9.3-2.25 OpenMPI/1.10.1-GCC-4.9.3-2.25
 
OpenMPI/1.8.6-GNU-5.1.0-2.25 OpenMPI/1.8.8-GNU-5.1.0-2.25 OpenMPI/1.10.1-GNU-4.9.3-2.25
 
OpenMPI/1.8.8-iccifort-2015.3.187-GNU-4.9.3-2.25 OpenMPI/2.0.2-GCC-6.3.0-2.27
```
```
 
!!! Warning ""
 
* modules Python/x.x.x-intel... - intel MPI
 
* modules Python/x.x.x-foss... - OpenMPI
 
* modules Python/x.x.x - without MPI
 
## Execution
## Execution
You need to import MPI to your python program. Include the following line to the python script:
You need to import MPI to your python program. Include the following line to the python script:
Loading