套件:python-mpi4py-doc(4.0.0-9)
python-mpi4py-doc 的相關連結
Debian 的資源:
下載原始碼套件 mpi4py:
維護小組:
- Debian Science Maintainers (QA 頁面, 郵件存檔)
- Drew Parsons (QA 頁面)
- Yaroslav Halchenko (QA 頁面)
- Michael Hanke (QA 頁面)
外部的資源:
- 主頁 [github.com]
相似套件:
bindings of the MPI standard -- documentation
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).
This package provides HTML rendering of the user's manual.
其他與 python-mpi4py-doc 有關的套件
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 7.4)
- JavaScript support for Sphinx documentation
-
- sug: python3-mpi4py
- bindings of the Message Passing Interface (MPI) standard