>> OpenMP could probably be supported directly from Cython with a cdef
>> extern block and a special cython.cpragma("any string") that gets
>> spit
>> out right to the C source.
>
> With OpenMP one needs to list which function-local variables are
> thread-local and which are global, so at the very least Cython's
> variable
> name mangling must be coupled with OpenMP directives somehow.
Good point. Given that the name mangling is deterministic, it would at
least provide a workable (if not very clean) possibility.
- Robert
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev