Hi Ana,

I think numpy support threads if it was compiled using Intel's Math Kernel Library, but you'll be better asking on the numpy mailing list. You could also be interested in a project called Numba, with let's you accelerate vectorized computations based on numpy quite a lot by just by using a decorator.

Spyder doesn't do any threading of its own on numpy or scipy but I think it could be really useful to you for writing and debugging code.

However I think you should forget about using threads because that's not the right way to parallelize things in Python (because of the GIL). Please take a look at Numba and the other libraries I mentioned in my other post.

Cheers,
Carlos

El 22/05/13 13:28, [email protected] escribió:
Hello,

please help me answer those questions, along with: do numpy and scipy thread or spyder does? I am planing to install spyder on Cray XE6 machine, with intention do so some python MPI and threading, and debugging
Would spyder be of use for me?

Thanks
Ana
--
You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.



--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to