dlugi wrote:
On Wed, 20 Apr 2011 14:58:49 +0700, "Fajar A. Nugraha" <[email protected]> wrote:
On Wed, Apr 20, 2011 at 2:50 PM, dlugi <[email protected]> wrote:
Is it possible to build some kind of HPC cluster where this single process
could be distributed for several machines ?

No. That's not what HPC is all about.

Is it possible maybe with some other distribution ? Connecting few machines to work as one ?

Sort of, but you won't gain anything since your application is single-threaded. If your application forks multiple processes that work independently, then you could use something like Kerrighed to merge multiple machines into one big virtual SMP machine. But if SMP doesn't help you, then Kerrighed certainly won't either.

Gordan

--
Linux-cluster mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/linux-cluster

Reply via email to