Re: [Numpy-discussion] ParallelProgramming wiki page

2008-10-28 Thread Frédéric Bastien
On Mon, Oct 27, 2008 at 5:28 PM, Robin <[EMAIL PROTECTED]> wrote: [...] > > Similarly with the GOTO blas, but I'm not sure if numpy builds with > that, so maybe we should take that reference out. > I'd like to let it their, as it is at the same performance level then MKL. ATLAS don't have the same

Re: [Numpy-discussion] ParallelProgramming wiki page

2008-10-27 Thread Robin
On Mon, Oct 27, 2008 at 9:17 PM, dmitrey <[EMAIL PROTECTED]> wrote: > As for the ParallelProgramming wiki page, there are some words in > section "Use parallel primitives" about numpy.dot still I can't > understand from the section: if I get numpy from sources and compile it > (via "python setup.py

Re: [Numpy-discussion] ParallelProgramming wiki page

2008-10-27 Thread dmitrey
Did you mean this one http://www.netlib.org/scalapack/pblas_qref.html ? As for the ParallelProgramming wiki page, there are some words in section "Use parallel primitives" about numpy.dot still I can't understand from the section: if I get numpy from sources and compile it (via "python setup.py

Re: [Numpy-discussion] ParallelProgramming wiki page

2008-10-27 Thread Frédéric Bastien
Hi, Their exist open source version of parallel BLAS library. I modified the section "Use parallel primitives" to tell it. But my English is bad, so if someone can check it, it would be nice. Fred On Mon, Oct 27, 2008 at 4:24 PM, Robert Kern <[EMAIL PROTECTED]> wrote: > On Mon, Oct 27, 2008 at 1

Re: [Numpy-discussion] ParallelProgramming wiki page

2008-10-27 Thread Robert Kern
On Mon, Oct 27, 2008 at 15:20, Sebastien Binet <[EMAIL PROTECTED]> wrote: > On Monday 27 October 2008 12:56:56 Robin wrote: >> Hi, >> >> I made some changes to the ParallelProgramming wiki page to outline >> use of the (multi)processing module as well as the threading module. >> >> I'm very much no

Re: [Numpy-discussion] ParallelProgramming wiki page

2008-10-27 Thread Sebastien Binet
On Monday 27 October 2008 12:56:56 Robin wrote: > Hi, > > I made some changes to the ParallelProgramming wiki page to outline > use of the (multi)processing module as well as the threading module. > > I'm very much not an expert on this - just researched it for myself, > so please feel free to corr

[Numpy-discussion] ParallelProgramming wiki page

2008-10-27 Thread Robin
Hi, I made some changes to the ParallelProgramming wiki page to outline use of the (multi)processing module as well as the threading module. I'm very much not an expert on this - just researched it for myself, so please feel free to correct/ extend/ delete as appropriate. Robin _