[Cython] OpenMP support

Sturla Molden sturla at molden.no
Tue Mar 8 18:02:13 CET 2011


Den 08.03.2011 17:33, skrev mark florisson:
> With OpenMP code, exactly how common are exceptions and error handling?
Error handling is always needed, but OpenMP does not help with this.

One can use an integer variable as error flag, and use an atomic write 
in case of error.


Sturla


More information about the cython-devel mailing list