[Linux-cluster] Solution for HPC

Gordan Bobic gordan at bobich.net
Wed Apr 20 08:59:40 UTC 2011


dlugi wrote:
> On Wed, 20 Apr 2011 14:58:49 +0700, "Fajar A. Nugraha" <list at fajar.net> 
> wrote:
>> On Wed, Apr 20, 2011 at 2:50 PM, dlugi <dlugi at forum-polska.com> 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




More information about the Linux-cluster mailing list