Jump to letter: [
346ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
mpi4py - Python bindings of the Message Passing Interface (MPI)
- Description:
This package 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, built-in bytes/string/array
objects).
Packages
mpi4py-1.3-5.el6.src
[969 KiB] |
Changelog
by Thomas Spura (2012-08-04):
- conditionalize mpich2 support, there is no mpich2 on el6-ppc64
|