Gravity Pipe

From Wikipedia, the free encyclopedia

Gravity Pipe (abbreviated GRAPE) is a project which uses hardware acceleration to perform gravitational computations. Integrated with Beowulf-style commodity computers, the GRAPE system calculates the force of gravity that a given mass, such as a star, exerts on others.[1] The project resides at Tokyo University.

The GRAPE hardware acceleration component "pipes" the force computation to the general-purpose computer serving as a node in a parallelized cluster as the innermost loop of the gravitational model.

Its shortened name, GRAPE, was chosen as an intentional reference to the Apple Inc. line of computers.[1]

Method[edit]

The primary calculation in GRAPE hardware is a summation of the forces between a particular star and every other star in the simulation.

Several versions (GRAPE-1, GRAPE-3 and GRAPE-5) use the logarithmic number system (LNS) in the pipeline to calculate the approximate force between two stars and take the antilogarithms of the x, y and z components before adding them to their corresponding total.[2] The GRAPE-2, GRAPE-4 and GRAPE-6 use floating-point arithmetic for more accurate calculation of such forces. The advantage of the logarithmic-arithmetic versions is that they allow more and faster parallel pipes for a given hardware cost because all but the sum portion of the GRAPE algorithm (1.5 power of the sum of the squares of the input data divided by the input data) is easy to perform with LNS.

GRAPE-DR consists of a large number of simple processors, all operating in the SIMD fashion.[3]

Application[edit]

GRAPE has been used in simulations of planetary formation

GRAPE computes approximate solutions to the historically intractable n-body problem, which is of interest in astrophysics and celestial mechanics. n refers to the number of celestial bodies in a given problem. While the 2-body problem was solved by Kepler's laws in the 17th century, any calculation where n >  2 has historically been a nigh-impossible challenge. An analytical solution exists for n = 3, although the resulting series converges too slowly to be of practical use. For n > 2, solutions are generally calculated numerically by determining the interaction between all particles. Thus, the calculation scales as n2.

GRAPE assists in calculations of interactions between particles where the interaction scales as r−2. This dependence is hardwired, drastically improving calculation times. These problems include the evolution of galaxies (gravitation force scales as r−2). Similar problems exist in molecular chemistry and biology, where the force considered would be electrical rather than gravitational.

In 1999, Marseilles Observatory published a study on simulating the formation of proto-planets and plantessimals with a large planetary body.[4] This simulation used the GRAPE-4 system.[4]

Prizes[edit]

The LNS-based GRAPE-5 architecture won the Price Performance category of the Gordon Bell Prize in 1999, at about $7 per MegaFLOPS. This category measures the price efficiency of a particular machine in terms of the price in dollars per megaFLOPS. The particular implementation "Grape-6" also won prizes in 2000 and 2001 (see external links). Grape-DR was ranked first in the June 2010 Little Green500 List,[5] a ranking of supercomputer's performance per unit power consumption published by the Green500.org.[6]

See also[edit]

References[edit]

  1. ^ a b "Cutting Edge: The GRAPE-6 Supercomputer". ABCNEWS.com. Archived from the original on 2003-11-13. Retrieved 2007-02-20.
  2. ^ Makino, Junichiro; Taiji, Makoto (1998). Scientific Simulations with Special Purpose Computers: The GRAPE Systems. John Wiley & Sons. ISBN 978-0-471-96946-4.
  3. ^ Makino, Junichiro (Spring 2009). "Specialized Hardware for Supercomputing". SciDAC Review (12). IOP.
  4. ^ a b Athanassoula, E.; Barge, P. (1999-01-01). "Dynamical evolutuion of planetesimals driven by a massive planet: First simulations". Physics and Chemistry of the Earth, Part C: Solar, Terrestrial & Planetary Science. 24 (5): 557–559. Bibcode:1999PCEC...24..557A. doi:10.1016/S1464-1917(99)00091-4. ISSN 1464-1917.
  5. ^ "June 2010 Little Green500 List". Archived from the original on 2010-09-24.
  6. ^ "Nikkei Electronics: Japanese Supercomputer Ranked 1st in Little Green500 List". 2010.

External links[edit]