Pyrex wrapper for MPI (Message Passing Interface) 1.1
Project description
Provides an MPI communicator (from mpi import world) with methods like split, duplicate, send, receive, broadcast, gather, scatter, sum, product, … which work on Numeric arrays. Also send/recv/ bcast pickled objects. Lightly tested. Implemented with Pyrex.