Can Parallel Python run on a muti-CPU server ?
Nick Vatamaniuc
vatamane at gmail.com
Wed Feb 7 02:56:04 EST 2007
>From the www.parallelpython.com , the 'Features' section:
--------------------------------
Features:
*Parallel execution of python code on SMP and clusters
-------------------------------
PP uses processes, and thus it will take advantage of multiple cores
for a CPU bound task.
-Nick
On Feb 6, 9:13 pm, "fdu.xia... at gmail.com" <fdu.xia... at gmail.com>
wrote:
> Hi all,
>
> I'm interested in Parallel Python and I learned from the website of
> Parallel Python
> that it can run on SMP and clusters. But can it run on a our muti-CPU
> server ?
> We are running an origin3800 server with 128 CPUs.
>
> Thanks.
More information about the Python-list
mailing list