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

2007-06-30 Thread Matthieu Brucher
2007/6/30, dmitrey <[EMAIL PROTECTED]>: I didn't find your python prices for Star-P. Or are there any chances for GPL/other free license for Python Star-P? I've found them, several k€. A link would have been great ( http://www.interactivesupercomputing.com/products/starpandpython.php) All

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

2007-06-30 Thread dmitrey
I didn't find your python prices for Star-P. Or are there any chances for GPL/other free license for Python Star-P? Also, it would be interesting to see comparison numerical results of your product vs stackless python ( http://www.google.com.ua/search?q=stackless+python&ie=utf-8&oe=utf-8&aq=t&rl

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