[Numpy-discussion] Built Lapack, Atlas from source.... now numpy.linalg.eig() hangs at 100% CPU

Robin robince at gmail.com
Sat Mar 28 14:30:17 EDT 2009


2009/3/28 Chris Colbert <sccolbert at 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



More information about the NumPy-Discussion mailing list