[Pympi-users] Re: Another MPI python implementation spotted
Status: Alpha
Brought to you by:
patmiller
From: Peter M. <pet...@an...> - 2005-01-20 23:22:31
|
Here's yet another: PyxMPI at http://cbis.anu.edu.au/software/cogent/PyxMPI-0.6.tar.gz is in some ways less complete than PyMPI or mpi4py but it does have a couple of virtues: a pythonic API (everything is done via methods of communicator objects) and compact source code - 800 lines of Pyrex. It will move pickled objects point-to-point but it's aimed primarily at operations on Numeric arrays. |