2009/3/28 Chris Colbert <sccolb...@gmail.com>:
> Alright, building numpy against atlas from the repositories works, but this
> atlas only contains the single threaded libraries. So i would like to get my
> build working completely.

It doesn't help at all with your problem - but I thought I'd point out
there are other ways to exploit multicore machines than using threaded
ATLAS (if that is your goal).

For example, I use single threaded libraries and control parallel
execution myself using multiprocessing module (this is easier for
simple batch jobs, but might not be appropriate for your case).

There is some information about this on the wiki:
http://scipy.org/ParallelProgramming

Cheers

Robin
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to