On Fri, Mar 7, 2008 at 11:41 AM, william ratcliff
<[EMAIL PROTECTED]> wrote:
> Will Cython be compatible with OpenMP?  I tried with weave some time back
> and failed miserably.  Has anyone tried with ctypes?

As far as I know cython has no explicit OpenMP support, but it *may*
be possible to get it to generate the proper directives, using similar
tricks to those that C++ wrapping uses:

http://wiki.cython.org/WrappingCPlusPlus

Note that this is just an idea, I haven't actually tried to do it.

cheers

f
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to