[Cython] OpenMP support

Sturla Molden sturla at molden.no
Tue Mar 8 15:52:32 CET 2011


Den 08.03.2011 11:34, skrev mark florisson:
> could be written
>
>      for i in openmp.prange(..., firstprivate=('a', 'b'), reduction='+:result'):
>          ...

How would you deal with name mangling, aliases, unboxing of numpy 
arrays, etc.?


Sturla



More information about the cython-devel mailing list