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
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
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 :)
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
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
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: