NOTICE: This package has been removed from pkgsrc

./parallel/py-mpich4py, MPI for Python - Python bindings for MPI

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.2.1nb2, Package name: py27-mpi4py-1.2.1nb2, Maintainer: jihbed.research

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.

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, builtin bytes/string/array objects).


Required to run:
[parallel/mpi-ch] [lang/python27]

Master sites:

SHA1: d1b2219502f71927805a2fa7d8c7747d256d4635
RMD160: a92d4d7d91e258e60f0ffeaa79739de7cc27c16d
Filesize: 1129.842 KB

Version history: (Expand)


CVS history: (Expand)


   2013-09-10 22:16:15 by Kamel Derouiche | Files touched by this commit (4) | Package removed
Log message:
replace by mpi4py (fix mistak)

   2012-10-07 14:25:12 by Aleksej Saushev | Files touched by this commit (52)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-04-08 21:09:41 by Thomas Klausner | Files touched by this commit (127)
Log message:
Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
   2012-02-01 01:04:52 by ndb | Files touched by this commit (22)
Log message:
py-ctypes is included in Python 2.5 and higher.
   2012-01-30 04:03:06 by ndb | Files touched by this commit (1)
Log message:
changed dependency.
   2010-05-16 15:12:30 by Aleksej Saushev | Files touched by this commit (2)
Log message:
Utilize mk/mpi.buildlink3.mk

   2010-05-08 00:14:10 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import py26-mpi4py-1.2.1 as wip/py-mpich4py.

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.

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, builtin bytes/string/array objects).