Beowulf cluster: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Eric M Gearhart
(Reference and wording cleanup)
imported>Eric M Gearhart
(Wording wording wording)
Line 1: Line 1:
'''Beowulf''' is a design for high-performance [[parallel computing]] clusters ([[HPPC cluster]]) on inexpensive personal computer hardware. Originally developed by Thomas L. Sterling and Donald Becker at NASA, Beowulf systems are now deployed worldwide, chiefly in support of [[scientific computing]].
A '''Beowulf cluster''' is a group of [[computer|personal computers]] operating in [[parallel computing|parallel]]. Each [[node]] in the cluster doesn't have to be identical, although to simplify deployment this is usually the case.


A Beowulf cluster is a group of usually identical [[computer|PC computers]] operating in [[parallel computing|parallel]]. Usually the Beowulf 'nodes' are running [[Linux]],<ref name="Beowulf Project Overview">{{cite web
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]].
 
Usually the Beowulf 'nodes' are running [[Linux]],<ref name="Beowulf Project Overview">{{cite web
| url=http://www.beowulf.org/overview/index.html
| url=http://www.beowulf.org/overview/index.html
| title="Beowulf Project Overview"
| title="Beowulf Project Overview"

Revision as of 15:47, 8 April 2007

A Beowulf cluster is a group of personal computers operating in parallel. Each node in the cluster doesn't have to be identical, although to simplify deployment this is usually the case.

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.

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.

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.

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

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).