Re: [Numpy-discussion] [ANN]New numpy, scipy and atlas rpms for FC 5, 6 and 7 and openSUSE (with 64 bits arch support)

2007-06-29 Thread Eike Welk
On Friday 29 June 2007 05:15, David Cournapeau wrote: > Could you give me more information on the AMD failure ? Are you > using 64 bits mode ? No, its an old Athlon XP. I'll send you the log directory and the output of "make test" in private mail. It's 0.5 mb compressed. What else do you want?

Re: [Numpy-discussion] Accelerate your Python code with parallel processing

2007-06-29 Thread Ronnie Hoogerwerf
Matthieu, linking in a multi-threading enabled library to numpy, like MKL, will provide speedup to only a limited set of operations and scale only on when you limit yourself to the cores in a single smp- like system. Star-P on the other hand, since it is MPI based, scales on cluster and co

[Numpy-discussion] Accelerate your Python code with parallel processing

2007-06-29 Thread Ronnie Hoogerwerf
I am an Application Engineer at Interactive Supercomputing and we are rolling out a beta version of our Star-P product for Python. We are actively looking for computationally intensive Python application to port to Star-P. Star-P is a parallel application development platform that allows us

Re: [Numpy-discussion] Accelerate your Python code with parallel processing

2007-06-29 Thread Matthieu Brucher
Hi, Is there a comparison with parallel libraries that can be branched on numpy like MKL ? (and IPP for random number ?) Matthieu 2007/6/29, Ronnie Hoogerwerf <[EMAIL PROTECTED]>: I am an Application Engineer at Interactive Supercomputing and we are rolling out a beta version of our Star-P pr

Re: [Numpy-discussion] Python equivalent of bwboundaries, bwlabel

2007-06-29 Thread Nadav Horesh
There are several image processing function (including labeling) in numpy.numarray.nd_image package. You can find nd_image documentation in numarray-1.5.pdf (http://downloads.sourceforge.net/numpy/numarray-1.5.pdf?modtime=1133880381&big_mirror=0) Nadav. -Original Message- From: