Cluster

Z Komputery Dużej Mocy w ACK CYFRONET AGH
Wersja z dnia 08:30, 13 mar 2013 autorstwa Jacek (dyskusja | edycje) (Utworzył nową stronę „Computing cluster is built of many compute nodes connected by fast communication network, such as Infiniband. Most of currently used supercomputer...”)
(różn.) ← poprzednia wersja | przejdź do aktualnej wersji (różn.) | następna wersja → (różn.)
Skocz do:nawigacja, szukaj

Computing cluster is built of many compute nodes connected by fast communication network, such as Infiniband. Most of currently used supercomputers in the world is built on a cluster architecture, mainly due to a very good relation between price and computing power.

Clusters are great for large distributed computing, where individual application processes don't share memory directly and the problem of communication between them is solved by messages passing mechanisms, such as MPI. Most of modern scientific applications successfully use computer clusters and their scalling is reduced to a simple modification of the program startup options.

In Cyfronet there are currently two supercomputers based on this architecture:

  • Mars - Cluster built of IBM HS21/HS21XM servers connected by Ethernet
  • Zeus - Cluster of HP BL2x220c servers connected by Infiniband