On 5/27/05, Mathias Gibbens <m.gibbens@xxxxxxxxxxxxx> wrote: > Is there a way to create a cluster so that you can spread one > process across many computers, thus creating something like one > super processor, and not many single processors? Thanks, Not for just any random process: if you want to spread a single task over a lot of systems your software should be written to support such a scenario, if possible, for instance by using the PVM libraries. Klaasjan