At 04:27 AM 1/8/2008, you wrote:
>    4. Re: parallel numpy (by Brian Granger) - any info?
>       (Matthieu Brucher)
>From: "Matthieu Brucher" <[EMAIL PROTECTED]>
>
>MKL does the multithreading on its own for level 3 BLAS instructions
>(OpenMP).

There was brief debate yesterday among the Pythonians in the lab as 
to whether the MKL operates outside of the GIL, but it was general 
understanding that it does.

It is still unclear to me whether Python/numpy compiled with MKL 
would be freely re-distributable, as the MSVC version is.

>Then you must use tools like the processing module, MPI, ...

I have been using shared memory and numpy with good results lately on 
Win32 with tagged memory.
http://projects.scipy.org/pipermail/numpy-discussion/2007-October/029505.html

On *NIX,  arrayfrombuffer(), mmap and MAP_SHARED, or POSH
http://poshmodule.sourceforge.net/
seem like the ticket.


Whatever happened to pyGA?
GA http://www.emsl.pnl.gov/docs/global/ is still around.
http://www.ece.lsu.edu/jxr/pohll-02/papers/jarek.pdf

Best,
Ray Schumacher 


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.17.13/1211 - Release Date: 1/6/2008 
11:57 AM


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

Reply via email to