Beowulf cluster: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Eric M Gearhart
(testing multi-column reference list)
imported>Eric M Gearhart
(Developing the Development section :))
Line 22: Line 22:


==Beowulf Development==
==Beowulf Development==
Originally developed by Thomas L. Sterling and Donald Becker at NASA, Beowulf systems are deployed worldwide as "cheap supercomputers," chiefly in support of [[number crunching]] and [[scientific computing]].
In 1993, then-NASA scientists [[Donald Becker]] and [[Thomas Sterling]] developed a revolutionary way to build a cheap supercomputer: link low-cost desktops together with commodity, off the shelf hardware and combine their performance.
 
Today Beowulf systems are deployed worldwide as "cheap supercomputers," chiefly in support of [[number crunching]] and [[scientific computing]].


==Common Beowulf clusters==
==Common Beowulf clusters==

Revision as of 06:27, 11 April 2007

In a Beowulf cluster, the network cables (shown in blue) that connect the eight nodes to the master serve as a bus

A Beowulf cluster is a group of personal computers linked together so that they act as one. This is known as parallel computing. This type of cluster is composed of a 'master' (which coordinates the processing power of the cluster) and usually many 'nodes' (computers that actually perform the calculations). The 'master' is typically a server, and "has more horsepower" than the individual nodes. The nodes in the cluster don't have to be identical, although to simplify deployment this is usually the case.

Usually the Beowulf 'nodes' are running Linux,[1] however this is not required, as both Mac OS X and FreeBSD clusters have been created.[2][3]

The nodes in a Beowulf cluster are networked into a small TCP/IP LAN, and have libraries and programs installed which allow processing to be shared among them.

The name Beowulf is derived from the main character in the Old English epic Beowulf.

Beowulf Development

In 1993, then-NASA scientists Donald Becker and Thomas Sterling developed a revolutionary way to build a cheap supercomputer: link low-cost desktops together with commodity, off the shelf hardware and combine their performance.

Today Beowulf systems are deployed worldwide as "cheap supercomputers," chiefly in support of number crunching and scientific computing.

Common Beowulf clusters

There is no particular piece of software that defines a cluster as a Beowulf. Commonly used parallel processing libraries include MPI (Message Passing Interface) and PVM (Parallel Virtual Machine). Both of these permit the programmer to divide a task among a group of networked computers, and recollect the results of processing. It is a common misconception that any software will run faster on a Beowulf. The software must be re-written to take advantage of the cluster, and specifically have multiple non-dependent parallel computations involved in its execution.

References

  1. "Beowulf Project Overview" (Retreived 08-April-2007).
  2. "Mac OS X Beowulf Cluster Deployment Notes" (Retreived 08-April-2007).
  3. "A small Beowulf Cluster running FreeBSD" (Retreived 08-April-2007).