Re: [Cython] Cython 0.15rc2 and parallelization issue

2011-08-03 Thread mark florisson
On 3 August 2011 14:33, Francesc Alted wrote: > Sure.  And I'm seeing a good speed-up on my 2-core machine indeed: > > Without parallel loop: > > real    0m0.923s > user    0m0.875s > sys     0m0.045s > > With parallel loop: > > real    0m0.544s > user    0m0.876s > sys     0m0.045s > > Which is p

Re: [Cython] Cython 0.15rc2 and parallelization issue

2011-08-03 Thread Francesc Alted
Hey Mark, Sure. And I'm seeing a good speed-up on my 2-core machine indeed: Without parallel loop: real0m0.923s user0m0.875s sys 0m0.045s With parallel loop: real0m0.544s user0m0.876s sys 0m0.045s Which is pretty awesome, given the simplicity of the Cython parallel im

Re: [Cython] Cython 0.15rc2 and parallelization issue

2011-08-03 Thread Francesc Alted
Sure. And I'm seeing a good speed-up on my 2-core machine indeed: Without parallel loop: real0m0.923s user0m0.875s sys 0m0.045s With parallel loop: real0m0.544s user0m0.876s sys 0m0.045s Which is pretty awesome, given the simplicity of Cython parallel implementation :)

Re: [Cython] Cython 0.15rc2 and parallelization issue

2011-08-03 Thread Stefan Behnel
Francesc Alted, 03.08.2011 14:18: I'm trying to take advantage of the exciting new parallelizing capabilities recently introduced in forthcoming 0.15 version, but I'm having a small difficulty. When I try to compile a small demo routing (attached), I'm getting this error: $ cython -a mandel.pyx

Re: [Cython] Cython 0.15rc2 and parallelization issue

2011-08-03 Thread mark florisson
On 3 August 2011 14:18, Francesc Alted wrote: > Hi, > > I'm trying to take advantage of the exciting new parallelizing > capabilities recently introduced in forthcoming 0.15 version, but I'm > having a small difficulty.  When I try to compile a small demo routing > (attached), I'm getting this err

[Cython] Cython 0.15rc2 and parallelization issue

2011-08-03 Thread Francesc Alted
Hi, I'm trying to take advantage of the exciting new parallelizing capabilities recently introduced in forthcoming 0.15 version, but I'm having a small difficulty. When I try to compile a small demo routing (attached), I'm getting this error: $ cython -a mandel.pyx Error compiling Cython file: