パッケージ: python-mpi4py-doc (2.0.0-3)
python-mpi4py-doc に関するリンク
Debian の資源:
mpi4py ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [pythonhosted.org]
類似のパッケージ:
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 (>= 1.0)
- Sphinx ドキュメンテーション用 JavaScript サポート
-
- sug: python-mpi4py
- bindings of the Message Passing Interface (MPI) standard