running a program on many processors

Paweł Banyś moc.liamg at synabp.reverse_the_string
Sun Mar 7 19:18:13 EST 2010


Hello,

I have already read about Python and multiprocessing which allows using
many processors. The idea is to split a program into separate tasks and
run each of them on a separate processor. However I want to run a Python
program doing a single simple task on many processors so that their
cumulative power is available to the program as if there was one huge
CPU instead of many separate ones. Is it possible? How can it be achieved?

Best regards,

Paweł



More information about the Python-list mailing list