套件: python-mpi4py (2.0.0-3)
python-mpi4py 的相關超連結
Trisquel 的資源:
下載原始碼套件 mpi4py:
維護者:
Original Maintainers:
- NeuroDebian Team
- Yaroslav Halchenko
- Michael Hanke
外部的資源:
- 主頁 [pythonhosted.org]
相似套件:
bindings of the Message Passing Interface (MPI) standard
MPI for Python (mpi4py) provides bindings of the Message Passing Interface (MPI) standard for the Python programming language, allowing any Python program to exploit multiple processors.
mpi4py is constructed on top of the MPI-1/MPI-2 specification and provides an object oriented interface which closely follows MPI-2 C++ bindings. It supports point-to-point (sends, receives) and collective (broadcasts, scatters, gathers) communications of any picklable Python object as well as optimized communications of Python object exposing the single-segment buffer interface (NumPy arrays, builtin bytes/string/array objects).
其他與 python-mpi4py 有關的套件
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件提供: libc6-udeb
-
- dep: libopenmpi2
- high performance message passing library -- shared library
-
- dep: mpi-default-bin
- Standard MPI runtime programs (metapackage)
-
- dep: python
- interactive high-level object-oriented language (default version)
- dep: python (<< 2.8)
- dep: python (>= 2.7)
-
- sug: python-numpy
- Numerical Python adds a fast array facility to the Python language