Monday, March 10, 2008

Uses & Design of Supercomputer

Uses

Supercomputers are used for extremely calculation-intensive tasks such as weather forecasting, climate research (including research into global warming), molecular modeling (computing the structures and properties of chemical compounds, biological macromolecules, polymers, and crystals), physical simulations (such as simulation of airplanes in wind tunnels, simulation of the detonation of nuclear weapons, and research into nuclear fusion), cryptanalysis, and the like. Military and scientific agencies are important users.

Design

Supercomputers traditionally gained their speed over conventional computers through the use of inventive designs that allow them to perform many tasks in parallel, as well as complex detail engineering. They tend to be specialized for certain types of computation, generally numerical calculations, and perform poorly at more general computing tasks. Their memory hierarchy is very carefully designed to make certain the processor is kept fed with data and instructions at all times—in fact, much of the performance difference between slower computers and supercomputers is due to the memory hierarchy design and componentry. Their I/O systems have a propensity to be designed to support high bandwidth, with latency less of an issue, because supercomputers are not used for transaction processing.

As with all highly parallel systems, Amdahl's law applies, and supercomputer designs devote huge effort to eliminating software serialization, and using hardware to accelerate the remaining bottlenecks.

No comments: