软件包:python3-mpi4py(4.0.0-8)
python3-mpi4py 的相关链接
Debian 的资源:
下载源码包 mpi4py:
维护小组:
- Debian Science Maintainers (QA 页面, 邮件存档)
- Drew Parsons (QA 页面)
- Yaroslav Halchenko (QA 页面)
- Michael Hanke (QA 页面)
外部的资源:
- 主页 [github.com]
相似软件包:
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).
其他与 python3-mpi4py 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.14)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libopenmpi3t64 (>= 4.1.6)
- high performance message passing library -- shared library
-
- dep: mpi-default-bin
- Standard MPI runtime programs (metapackage)
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.13)
- dep: python3 (>= 3.12~)
-
- sug: python3-numpy
- Fast array facility to the Python language (Python 3)