supercomputers


1 Supercomputers

The usual description of a supercomputer is as one of the most advanced computers in terms of execution, or processing speed (particularly speed of calculation), as well as permanent storage capacity that can be rapidly accessed in ‘real’ time. Supercomputer operating systems are often variants of UNIX or the popular Linux. The base languagePlanetmathPlanetmath of supercomputer code is often C, and sometimes Fortran, also using special libraries to share data between computing nodes or ‘cores’. Some websites currently restrict this description of a supercomputer to mainframe ones, by ‘defining’ a supercomputer as: “a mainframe computer that is among the largest, fastest, or most powerful of those available at a given time”. For example, the Los Alamos system, nicknamed the IBM’s ‘Roadrunner’ (a cluster of 3240 computers, each with 40 processing cores) may be a challenge for the Cray XT5 supercomputer at Oak Ridge National Laboratory called the ‘Jaguar’. The former system, only the second one to break the petaflop/s barrier, has a top performance of 1.059 petaflop/s in running the Linpack benchmark application, with a petaflop/s representing one quadrillion floating point operationsMathworldPlanetmath per second.

Thus, a supercomputer can be currently, and narrowly, described in practice as any computer capable of one quadrillion floating point operations per second when running the Linpack benchmark application. Obviously, this is a somewhat arbitrary choice, but is sufficient as a practical example of a present day supercomputer.

Any computer, including the supercomputer, can be however defined in general as a sixtuple [(A),π] where (A) is a quintuple automaton (or sequential machine) which is capable of making calculations, usually by executing a set of logical, sequential instructions or (software) program(s) π that can be all defined recursively. Let us recall here also that an automaton, A, is a five-tuple (S,Σ,δ,I,F), consisting of:

  1. 1.

    a non-empty set S of (sequential machine) states,

  2. 2.

    a non-empty set Σ of symbols; a pair (s,α) of a state sS and a symbol αΣ is called a configurationMathworldPlanetmath,

  3. 3.

    a rule δ associating every configuration (s,α) a subset δ(s,α)S of states; δ is called a next-state relationMathworldPlanetmathPlanetmath, or a transition relation,

  4. 4.

    a non-empty set IS of starting states, and

  5. 5.

    a set FS of final states or terminating states.

Remark:

A supercomputer architecture –such as, currently, a cluster of MIMD multiprocessors, each processor of which is a SIMD– can be thus regarded as a concrete realization of an automata supercategoryPlanetmathPlanetmath of first order §1.

A supercomputer is capable of running many programs in parallel, and at extremely high speeds for most programs. Thus, any computer and supercomputer can be at least in principle simulated by an Universal Turing MachineMathworldPlanetmathPlanetmath (UTM). Quite remarkably, the UTM cannot do this for the thinking human brain, and thus the human brain cannot be adequately described as ‘one ¡giant¿ supercomputer’.

There are also however some dissenting contenders who claim that http://www.nvidia.com/object/personal_supercomputing.htmlpersonal supercomputing is also possible, and that such personal supercomputers are also becoming available, which are not mainframes in the established sense of the word, (see for example: http://www.top500.org/‘TOP500 Supercomputing Sites’). However, the top computing speed of such ‘personal supercomputers’ which are parallel processing machines is in the range of only 4 teraflop/s, still some 250 times faster than the fastest PCs. Thus, one notes that an inexpensive model quad-core Xeon workstation running at 2.66 GHz will outperform a multimillion dollar Cray C90 supercomputer that was used in the early 1990’s much for the same tasks.

Whereas many ‘pure’ mathematicians or theoretical physicists may claim that they do not need any supercomputer, this is not the case of the majority of applied mathematicians, computer scientists, mathematical and/or experimental physicists and engineers who find increasinly the need for having access to a supercomputer: the faster the device, and the more accessiblePlanetmathPlanetmath it is, the better the supercomputer is–one petaflop today, and hopefully one thousand petaflops tomorrow, with petabyte storage capability that’s not too slow to access.

Unclassified supercomputing is currently used “for highly calculation-intensive tasks such as problems involving quantum physics” (QCD, QED, QFT, AQFT), molecular dynamics and modeling/computing structuresMathworldPlanetmath and properties of small molecules, polymers, biopolymers/biological macromolecules (or even crystal lattices), physical simulations of all kinds including fluid dynamics and aerodynamic testing, ‘long-term’ weather forecasting and climate research, theoretical nuclear fusion research, cryptographic analysis, and lots more. Supercomputers are increasingly utilized at all major universities and scientific research laboratories for both academic and industrial purposes. One also remembers that parallel processing was the key in the race for assembling the first human genome map in two parallel projects that topped a billion dollars over a five year period; today, the cost of a single human ‘whole’ genome analysis has dropped by a factor of one million, and the analysis time has been reduced to one day.

Title supercomputers
Canonical name Supercomputers
Date of creation 2013-03-22 18:44:14
Last modified on 2013-03-22 18:44:14
Owner bci1 (20947)
Last modified by bci1 (20947)
Numerical id 50
Author bci1 (20947)
Entry type Topic
Classification msc 00A05
Classification msc 97U70
Related topic Automaton
Related topic QuantumAutomataAndQuantumComputation2
Related topic SystemDefinitions
Related topic ArtificialInteglligence
Related topic AbstractRelationalBiology
Related topic IndexOfCategories
Defines supercomputer
Defines computer
Defines petaflops/s
Defines sequential machine
Defines UTM