Re: [Cython] runtests libgomp fail

2011-07-21 Thread Robert Bradshaw
On Thu, Jul 14, 2011 at 4:24 AM, mark florisson wrote: > I added a test for nested parallelism with exceptions (with OpenMP > nesting explicitly enabled), however if libgomp cannot create more > threads it exits the process with exit status 1 and the message > "libgomp: Thread creation failed: Res

[Cython] runtests libgomp fail

2011-07-14 Thread mark florisson
I added a test for nested parallelism with exceptions (with OpenMP nesting explicitly enabled), however if libgomp cannot create more threads it exits the process with exit status 1 and the message "libgomp: Thread creation failed: Resource temporarily unavailable". This then results in a red Hudso