Dag Sverre Seljebotn wrote:
> What's the best way of using MPI from Cython? Should one use the C library
> directly (has anyone written a pxd?), or is there an MPI wrapper library
> with the same Python and Cyhthon interfaces?

I'm using mpi4py in Crux (http://canonware.com/cgi-bin/hg_crux), and am 
very pleased with how it works.  In most places I'm using the cdef 
bindings, but the Python bindings have also been useful in pure-Python 
scripts.

Jason
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to