- Beowulf (computing)
Originally referring to a specific computer built in 1994, Beowulf is a class of
computer cluster s similar to the original NASA system. They are high-performanceparallel computing clusters of inexpensivepersonal computer hardware. The name comes from the main character in theOld English epic poem "Beowulf".Originally developed by Thomas Sterling and
Donald Becker atNASA , Beowulf systems are now deployed worldwide, chiefly in support ofscientific computing .A "Beowulf cluster" is a group of usually identical PC computers running a Free and Open Source Software (FOSS)
Unix -like operating system, such as BSD,Linux or Solaris. They are networked into a smallTCP/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.Definition (original Beowulf HOWTO)
The following is the definition of a Beowulf cluster from the [http://www.ibiblio.org/pub/linux/docs/HOWTO/archive/Beowulf-HOWTO.html original Beowulf HOWTO] published by Jacek Radajewski and Douglas Eadline under the
Linux Documentation Project in 1998.:Beowulf is a multi-
computer architecture which can be used forparallel computation s. It is a system which usually consists of one server node, and one or more client nodes connected together viaEthernet or some other network. It is a system built using commodity hardware components, like any PC capable of running aUnix -like operating system, with standard Ethernet adapters, and switches. It does not contain any custom hardware components and is trivially reproducible. Beowulf also uses commodity software like the Linux or Solaris operating system, Parallel Virtual Machine (PVM ) and Message Passing Interface (MPI). The server node controls the whole cluster and serves files to the client nodes. It is also the cluster's console andgateway to the outside world. Large Beowulf machines might have more than one server node, and possibly other nodes dedicated to particular tasks, for example consoles or monitoring stations. In most cases client nodes in a Beowulf system are dumb, the dumber the better. Nodes are configured and controlled by the server node, and do only what they are told to do. In a disk-less client configuration, client nodes don't even know theirIP address or name until the server tells them what it is.:One of the main differences between Beowulf and a
Cluster of Workstations (COW) is the fact that Beowulf behaves more like a single machine rather than many workstations. In most cases client nodes do not have keyboards or monitors, and are accessed only via remote login or possibly serial terminal. Beowulf nodes can be thought of as a CPU + memory package which can be plugged in to the cluster, just like a CPU or memory module can be plugged into a motherboard.:Beowulf is not a special software package, new network topology or the latest kernel hack. Beowulf is a technology of clustering computers to form a parallel, virtual supercomputer. Although there are many software packages such as kernel modifications, PVM and MPI libraries, and configuration tools which make the Beowulf architecture faster, easier to configure, and much more usable, one can build a Beowulf class machine using standard Linux distribution without any additional software. If you have two networked computers which share at least the
/home
file system viaNetwork File System (protocol) , and trust each other to execute remote shells (rsh), then it could be argued that you have a simple, two node Beowulf machine.Operating systems
Presently, there are a number of
Linux distribution s and one BSD that are designed for building Beowulf clusters. These include:
*ClusterKnoppix (based onKnoppix ) - Last update 2004-08-31
* ParallelKnoppix [http://pareto.uab.es/mcreel/ParallelKnoppix/] (Also based on Knoppix) - Last update 2008-05-29
* PelicanHPC [http://pareto.uab.es/mcreel/PelicanHPC/] (based on Debian Live [http://debian-live.alioth.debian.org/] )
* (geared towards multimedia production)
*Rocks Cluster Distribution
*Scyld
*DragonFly BSD
* [http://bccd.cs.uni.edu/ Bootable Cluster CD] - Last update 2006-12-06
*Quantian (Live DVD with scientific applications, based onKnoppix andClusterKnoppix ) - Last update 2006-02-26.A cluster can be set up by using
Knoppix bootable CDs in combination withOpenMosix . The computers will automatically link together, without need for complex configurations, to form a Beowulf cluster utilizing all CPUs and RAM in the cluster. A Beowulf cluster is scalable to a nearly unlimited number of computers, limited only by the overhead of the network.Examples
*
Kentucky Linux Athlon Testbed (KLAT2)
*Stone Soupercomputer
* [http://beowulf.cheme.cmu.edu/ Carnegie Mellon University, Process Systems Engineering Beowulf Cluster]
* [http://www.soton.ac.uk/iss/computing/hpc/iridis/index.html Southampton University, Information Systems Services, Iridis Beowulf Cluster]
* [http://www.asgard.ethz.ch/ Asgard - Beowulf Computing at the Swiss Federal Institute of Technology]
* [http://www.calvin.edu/~adams/research/microwulf/ Sub-$2500 "Microwulf" Beowulf at Calvin College]
* [http://LittleFe.net/ LittleFe.net, home of the LittleFe, LittleFeAR, and LittlEfika projects]
* [http://www.mukarramahmad.com/tinyhpc.html The TinyHPC Cluster at CHHS]Name
The name for the system was bestowed by Dr. Sterling because the poem describes Beowulf as having "thirty men'sheft of grasp in the gripe of his hand." [http://www.wordspy.com/words/Beowulfcluster.asp]
Popular Culture
"Can you imagine a Beowulf cluster of these?" is a long running joke on
Slashdot , being posted any time an article mentions a new CPU or computer. It was recently used in reference to theAntikythera Mechanism , an ancient computing machine discovered in a shipwreck.Other software solutions
*
Sun Grid Engine See also
*
Computer cluster
*Grid computing
*Alewife (multiprocessor) , a predecessor to Beowulf developed at MIT using customizedSPARC processorsExternal links
* [http://www.beowulf.org/ Beowulf.org]
* [http://clustercompute.com/ Home build]
* [http://www.clustermonkey.net/ Cluster Monkey] Free On-line Cluster Magazine
* [http://www.linuxhpc.org/ LinuxHPC.org]
* [http://www-unix.mcs.anl.gov/mpi/ MPI homepage]
* [http://aggregate.org/KLAT2/ KLAT2]
* [http://www.clusterbuilder.org Cluster Builder]
* [http://www.rocksclusters.org NPACI Rocks]
* [http://www.osgdc.org Project Kusu] HPC Cluster Toolkit
* [http://www.phy.duke.edu/~rgb/Beowulf/beowulf_book/beowulf_book/index.html Engineering a Beowulf-style Compute Cluster]
* [http://aggregate.org/KASY0/ KASY0 (Kentucky ASYmmetric Zero)]
* [http://www.maths.bris.ac.uk/admin/computer/scone/ (University of Bristol SCONE cluster)]
Wikimedia Foundation. 2010.