fbpx
Wikipedia

Supercomputer

A supercomputer is a computer with a high level of performance as compared to a general-purpose computer. The performance of a supercomputer is commonly measured in floating-point operations per second (FLOPS) instead of million instructions per second (MIPS). Since 2017, supercomputers have existed which can perform over 1017 FLOPS (a hundred quadrillion FLOPS, 100 petaFLOPS or 100 PFLOPS).[3] For comparison, a desktop computer has performance in the range of hundreds of gigaFLOPS (1011) to tens of teraFLOPS (1013).[4][5] Since November 2017, all of the world's fastest 500 supercomputers run on Linux-based operating systems.[6] Additional research is being conducted in the United States, the European Union, Taiwan, Japan, and China to build faster, more powerful and technologically superior exascale supercomputers.[7]

The IBM Blue Gene/P supercomputer "Intrepid" at Argonne National Laboratory runs 164,000 processor cores using normal data center air conditioning, grouped in 40 racks/cabinets connected by a high-speed 3D torus network.[1][2]
Computing power of the top 1 supercomputer each year, measured in FLOPS

Supercomputers play an important role in the field of computational science, and are used for a wide range of computationally intensive tasks in various fields, including quantum mechanics, weather forecasting, climate research, oil and gas exploration, molecular modeling (computing the structures and properties of chemical compounds, biological macromolecules, polymers, and crystals), and physical simulations (such as simulations of the early moments of the universe, airplane and spacecraft aerodynamics, the detonation of nuclear weapons, and nuclear fusion). They have been essential in the field of cryptanalysis.[8]

Supercomputers were introduced in the 1960s, and for several decades the fastest was made by Seymour Cray at Control Data Corporation (CDC), Cray Research and subsequent companies bearing his name or monogram. The first such machines were highly tuned conventional designs that ran more quickly than their more general-purpose contemporaries. Through the decade, increasing amounts of parallelism were added, with one to four processors being typical. In the 1970s, vector processors operating on large arrays of data came to dominate. A notable example is the highly successful Cray-1 of 1976. Vector computers remained the dominant design into the 1990s. From then until today, massively parallel supercomputers with tens of thousands of off-the-shelf processors became the norm.[9][10]

The US has long been the leader in the supercomputer field, first through Cray's almost uninterrupted dominance of the field, and later through a variety of technology companies. Japan made major strides in the field in the 1980s and 90s, with China becoming increasingly active in the field. As of May 2022, the fastest supercomputer on the TOP500 supercomputer list is Frontier, in the US, with a LINPACK benchmark score of 1.102 ExaFlop/s, followed by Fugaku.[11] The US has five of the top 10; China has two; Japan, Finland, and France have one each.[12] In June 2018, all combined supercomputers on the TOP500 list broke the 1 exaFLOPS mark.[13]

History edit

 
A circuit board from the IBM 7030
 
The CDC 6600. Behind the system console are two of the "arms" of the plus-sign shaped cabinet with the covers opened. Each arm of the machine had up to four such racks. On the right is the cooling system.
 
A Cray-1 preserved at the Deutsches Museum

In 1960, UNIVAC built the Livermore Atomic Research Computer (LARC), today considered among the first supercomputers, for the US Navy Research and Development Center. It still used high-speed drum memory, rather than the newly emerging disk drive technology.[14] Also, among the first supercomputers was the IBM 7030 Stretch. The IBM 7030 was built by IBM for the Los Alamos National Laboratory, which in 1955 had requested a computer 100 times faster than any existing computer. The IBM 7030 used transistors, magnetic core memory, pipelined instructions, prefetched data through a memory controller and included pioneering random access disk drives. The IBM 7030 was completed in 1961 and despite not meeting the challenge of a hundredfold increase in performance, it was purchased by the Los Alamos National Laboratory. Customers in England and France also bought the computer, and it became the basis for the IBM 7950 Harvest, a supercomputer built for cryptanalysis.[15]

The third pioneering supercomputer project in the early 1960s was the Atlas at the University of Manchester, built by a team led by Tom Kilburn. He designed the Atlas to have memory space for up to a million words of 48 bits, but because magnetic storage with such a capacity was unaffordable, the actual core memory of the Atlas was only 16,000 words, with a drum providing memory for a further 96,000 words. The Atlas operating system swapped data in the form of pages between the magnetic core and the drum. The Atlas operating system also introduced time-sharing to supercomputing, so that more than one program could be executed on the supercomputer at any one time.[16] Atlas was a joint venture between Ferranti and Manchester University and was designed to operate at processing speeds approaching one microsecond per instruction, about one million instructions per second.[17]

The CDC 6600, designed by Seymour Cray, was finished in 1964 and marked the transition from germanium to silicon transistors. Silicon transistors could run more quickly and the overheating problem was solved by introducing refrigeration to the supercomputer design.[18] Thus, the CDC6600 became the fastest computer in the world. Given that the 6600 outperformed all the other contemporary computers by about 10 times, it was dubbed a supercomputer and defined the supercomputing market, when one hundred computers were sold at $8 million each.[19][20][21][22]

Cray left CDC in 1972 to form his own company, Cray Research.[20] Four years after leaving CDC, Cray delivered the 80 MHz Cray-1 in 1976, which became one of the most successful supercomputers in history.[23][24] The Cray-2 was released in 1985. It had eight central processing units (CPUs), liquid cooling and the electronics coolant liquid Fluorinert was pumped through the supercomputer architecture. It reached 1.9 gigaFLOPS, making it the first supercomputer to break the gigaflop barrier.[25]

Massively parallel designs edit

 
A cabinet of the massively parallel Blue Gene/L, showing the stacked blades, each holding many processors

The only computer to seriously challenge the Cray-1's performance in the 1970s was the ILLIAC IV. This machine was the first realized example of a true massively parallel computer, in which many processors worked together to solve different parts of a single larger problem. In contrast with the vector systems, which were designed to run a single stream of data as quickly as possible, in this concept, the computer instead feeds separate parts of the data to entirely different processors and then recombines the results. The ILLIAC's design was finalized in 1966 with 256 processors and offer speed up to 1 GFLOPS, compared to the 1970s Cray-1's peak of 250 MFLOPS. However, development problems led to only 64 processors being built, and the system could never operate more quickly than about 200 MFLOPS while being much larger and more complex than the Cray. Another problem was that writing software for the system was difficult, and getting peak performance from it was a matter of serious effort.

But the partial success of the ILLIAC IV was widely seen as pointing the way to the future of supercomputing. Cray argued against this, famously quipping that "If you were plowing a field, which would you rather use? Two strong oxen or 1024 chickens?"[26] But by the early 1980s, several teams were working on parallel designs with thousands of processors, notably the Connection Machine (CM) that developed from research at MIT. The CM-1 used as many as 65,536 simplified custom microprocessors connected together in a network to share data. Several updated versions followed; the CM-5 supercomputer is a massively parallel processing computer capable of many billions of arithmetic operations per second.[27]

In 1982, Osaka University's LINKS-1 Computer Graphics System used a massively parallel processing architecture, with 514 microprocessors, including 257 Zilog Z8001 control processors and 257 iAPX 86/20 floating-point processors. It was mainly used for rendering realistic 3D computer graphics.[28] Fujitsu's VPP500 from 1992 is unusual since, to achieve higher speeds, its processors used GaAs, a material normally reserved for microwave applications due to its toxicity.[29] Fujitsu's Numerical Wind Tunnel supercomputer used 166 vector processors to gain the top spot in 1994 with a peak speed of 1.7 gigaFLOPS (GFLOPS) per processor.[30][31] The Hitachi SR2201 obtained a peak performance of 600 GFLOPS in 1996 by using 2048 processors connected via a fast three-dimensional crossbar network.[32][33][34] The Intel Paragon could have 1000 to 4000 Intel i860 processors in various configurations and was ranked the fastest in the world in 1993. The Paragon was a MIMD machine which connected processors via a high speed two-dimensional mesh, allowing processes to execute on separate nodes, communicating via the Message Passing Interface.[35]

Software development remained a problem, but the CM series sparked off considerable research into this issue. Similar designs using custom hardware were made by many companies, including the Evans & Sutherland ES-1, MasPar, nCUBE, Intel iPSC and the Goodyear MPP. But by the mid-1990s, general-purpose CPU performance had improved so much in that a supercomputer could be built using them as the individual processing units, instead of using custom chips. By the turn of the 21st century, designs featuring tens of thousands of commodity CPUs were the norm, with later machines adding graphic units to the mix.[9][10]

In 1998, David Bader developed the first Linux supercomputer using commodity parts.[36] While at the University of New Mexico, Bader sought to build a supercomputer running Linux using consumer off-the-shelf parts and a high-speed low-latency interconnection network. The prototype utilized an Alta Technologies "AltaCluster" of eight dual, 333 MHz, Intel Pentium II computers running a modified Linux kernel. Bader ported a significant amount of software to provide Linux support for necessary components as well as code from members of the National Computational Science Alliance (NCSA) to ensure interoperability, as none of it had been run on Linux previously.[37] Using the successful prototype design, he led the development of "RoadRunner," the first Linux supercomputer for open use by the national science and engineering community via the National Science Foundation's National Technology Grid. RoadRunner was put into production use in April 1999. At the time of its deployment, it was considered one of the 100 fastest supercomputers in the world.[37][38] Though Linux-based clusters using consumer-grade parts, such as Beowulf, existed prior to the development of Bader's prototype and RoadRunner, they lacked the scalability, bandwidth, and parallel computing capabilities to be considered "true" supercomputers.[37]

 
The CPU share of TOP500
 
Diagram of a three-dimensional torus interconnect used by systems such as Blue Gene, Cray XT3, etc.

Systems with a massive number of processors generally take one of two paths. In the grid computing approach, the processing power of many computers, organized as distributed, diverse administrative domains, is opportunistically used whenever a computer is available.[39] In another approach, many processors are used in proximity to each other, e.g. in a computer cluster. In such a centralized massively parallel system the speed and flexibility of the interconnect becomes very important and modern supercomputers have used various approaches ranging from enhanced Infiniband systems to three-dimensional torus interconnects.[40][41] The use of multi-core processors combined with centralization is an emerging direction, e.g. as in the Cyclops64 system.[42][43]

As the price, performance and energy efficiency of general-purpose graphics processing units (GPGPUs) have improved, a number of petaFLOPS supercomputers such as Tianhe-I and Nebulae have started to rely on them.[44] However, other systems such as the K computer continue to use conventional processors such as SPARC-based designs and the overall applicability of GPGPUs in general-purpose high-performance computing applications has been the subject of debate, in that while a GPGPU may be tuned to score well on specific benchmarks, its overall applicability to everyday algorithms may be limited unless significant effort is spent to tune the application to it.[45] However, GPUs are gaining ground, and in 2012 the Jaguar supercomputer was transformed into Titan by retrofitting CPUs with GPUs.[46][47][48]

High-performance computers have an expected life cycle of about three years before requiring an upgrade.[49] The Gyoukou supercomputer is unique in that it uses both a massively parallel design and liquid immersion cooling.

Special purpose supercomputers edit

A number of special-purpose systems have been designed, dedicated to a single problem. This allows the use of specially programmed FPGA chips or even custom ASICs, allowing better price/performance ratios by sacrificing generality. Examples of special-purpose supercomputers include Belle,[50] Deep Blue,[51] and Hydra[52] for playing chess, Gravity Pipe for astrophysics,[53] MDGRAPE-3 for protein structure prediction and molecular dynamics,[54] and Deep Crack for breaking the DES cipher.[55]

Energy usage and heat management edit

 
The Summit supercomputer was as of November 2018 the fastest supercomputer in the world.[56] With a measured power efficiency of 14.668 GFlops/watt it is also the third most energy efficient in the world.[57]

Throughout the decades, the management of heat density has remained a key issue for most centralized supercomputers.[58][59][60] The large amount of heat generated by a system may also have other effects, e.g. reducing the lifetime of other system components.[61] There have been diverse approaches to heat management, from pumping Fluorinert through the system, to a hybrid liquid-air cooling system or air cooling with normal air conditioning temperatures.[62][63] A typical supercomputer consumes large amounts of electrical power, almost all of which is converted into heat, requiring cooling. For example, Tianhe-1A consumes 4.04 megawatts (MW) of electricity.[64] The cost to power and cool the system can be significant, e.g. 4 MW at $0.10/kWh is $400 an hour or about $3.5 million per year.

 
An IBM HS20 blade

Heat management is a major issue in complex electronic devices and affects powerful computer systems in various ways.[65] The thermal design power and CPU power dissipation issues in supercomputing surpass those of traditional computer cooling technologies. The supercomputing awards for green computing reflect this issue.[66][67][68]

The packing of thousands of processors together inevitably generates significant amounts of heat density that need to be dealt with. The Cray-2 was liquid cooled, and used a Fluorinert "cooling waterfall" which was forced through the modules under pressure.[62] However, the submerged liquid cooling approach was not practical for the multi-cabinet systems based on off-the-shelf processors, and in System X a special cooling system that combined air conditioning with liquid cooling was developed in conjunction with the Liebert company.[63]

In the Blue Gene system, IBM deliberately used low power processors to deal with heat density.[69] The IBM Power 775, released in 2011, has closely packed elements that require water cooling.[70] The IBM Aquasar system uses hot water cooling to achieve energy efficiency, the water being used to heat buildings as well.[71][72]

The energy efficiency of computer systems is generally measured in terms of "FLOPS per watt". In 2008, Roadrunner by IBM operated at 3.76 MFLOPS/W.[73][74] In November 2010, the Blue Gene/Q reached 1,684 MFLOPS/W[75][76] and in June 2011 the top two spots on the Green 500 list were occupied by Blue Gene machines in New York (one achieving 2097 MFLOPS/W) with the DEGIMA cluster in Nagasaki placing third with 1375 MFLOPS/W.[77]

Because copper wires can transfer energy into a supercomputer with much higher power densities than forced air or circulating refrigerants can remove waste heat,[78] the ability of the cooling systems to remove waste heat is a limiting factor.[79][80] As of 2015, many existing supercomputers have more infrastructure capacity than the actual peak demand of the machine – designers generally conservatively design the power and cooling infrastructure to handle more than the theoretical peak electrical power consumed by the supercomputer. Designs for future supercomputers are power-limited – the thermal design power of the supercomputer as a whole, the amount that the power and cooling infrastructure can handle, is somewhat more than the expected normal power consumption, but less than the theoretical peak power consumption of the electronic hardware.[81]

Software and system management edit

Operating systems edit

Since the end of the 20th century, supercomputer operating systems have undergone major transformations, based on the changes in supercomputer architecture.[82] While early operating systems were custom tailored to each supercomputer to gain speed, the trend has been to move away from in-house operating systems to the adaptation of generic software such as Linux.[83]

Since modern massively parallel supercomputers typically separate computations from other services by using multiple types of nodes, they usually run different operating systems on different nodes, e.g. using a small and efficient lightweight kernel such as CNK or CNL on compute nodes, but a larger system such as a Linux-derivative on server and I/O nodes.[84][85][86]

While in a traditional multi-user computer system job scheduling is, in effect, a tasking problem for processing and peripheral resources, in a massively parallel system, the job management system needs to manage the allocation of both computational and communication resources, as well as gracefully deal with inevitable hardware failures when tens of thousands of processors are present.[87]

Although most modern supercomputers use Linux-based operating systems, each manufacturer has its own specific Linux-derivative, and no industry standard exists, partly due to the fact that the differences in hardware architectures require changes to optimize the operating system to each hardware design.[82][88]

Software tools and message passing edit

 
Wide-angle view of the ALMA correlator[89]

The parallel architectures of supercomputers often dictate the use of special programming techniques to exploit their speed. Software tools for distributed processing include standard APIs such as MPI[90] and PVM, VTL, and open source software such as Beowulf.

In the most common scenario, environments such as PVM and MPI for loosely connected clusters and OpenMP for tightly coordinated shared memory machines are used. Significant effort is required to optimize an algorithm for the interconnect characteristics of the machine it will be run on; the aim is to prevent any of the CPUs from wasting time waiting on data from other nodes. GPGPUs have hundreds of processor cores and are programmed using programming models such as CUDA or OpenCL.

Moreover, it is quite difficult to debug and test parallel programs. Special techniques need to be used for testing and debugging such applications.

Distributed supercomputing edit

Opportunistic approaches edit

 
Example architecture of a grid computing system connecting many personal computers over the internet

Opportunistic supercomputing is a form of networked grid computing whereby a "super virtual computer" of many loosely coupled volunteer computing machines performs very large computing tasks. Grid computing has been applied to a number of large-scale embarrassingly parallel problems that require supercomputing performance scales. However, basic grid and cloud computing approaches that rely on volunteer computing cannot handle traditional supercomputing tasks such as fluid dynamic simulations.[91]

The fastest grid computing system is the volunteer computing project Folding@home (F@h). As of April 2020, F@h reported 2.5 exaFLOPS of x86 processing power. Of this, over 100 PFLOPS are contributed by clients running on various GPUs, and the rest from various CPU systems.[92]

The Berkeley Open Infrastructure for Network Computing (BOINC) platform hosts a number of volunteer computing projects. As of February 2017, BOINC recorded a processing power of over 166 petaFLOPS through over 762 thousand active Computers (Hosts) on the network.[93]

As of October 2016, Great Internet Mersenne Prime Search's (GIMPS) distributed Mersenne Prime search achieved about 0.313 PFLOPS through over 1.3 million computers.[94] The PrimeNet server has supported GIMPS's grid computing approach, one of the earliest volunteer computing projects, since 1997.

Quasi-opportunistic approaches edit

Quasi-opportunistic supercomputing is a form of distributed computing whereby the "super virtual computer" of many networked geographically disperse computers performs computing tasks that demand huge processing power.[95] Quasi-opportunistic supercomputing aims to provide a higher quality of service than opportunistic grid computing by achieving more control over the assignment of tasks to distributed resources and the use of intelligence about the availability and reliability of individual systems within the supercomputing network. However, quasi-opportunistic distributed execution of demanding parallel computing software in grids should be achieved through the implementation of grid-wise allocation agreements, co-allocation subsystems, communication topology-aware allocation mechanisms, fault tolerant message passing libraries and data pre-conditioning.[95]

High-performance computing clouds edit

Cloud computing with its recent and rapid expansions and development have grabbed the attention of high-performance computing (HPC) users and developers in recent years. Cloud computing attempts to provide HPC-as-a-service exactly like other forms of services available in the cloud such as software as a service, platform as a service, and infrastructure as a service. HPC users may benefit from the cloud in different angles such as scalability, resources being on-demand, fast, and inexpensive. On the other hand, moving HPC applications have a set of challenges too. Good examples of such challenges are virtualization overhead in the cloud, multi-tenancy of resources, and network latency issues. Much research is currently being done to overcome these challenges and make HPC in the cloud a more realistic possibility.[96][97][98][99]

In 2016, Penguin Computing, Parallel Works, R-HPC, Amazon Web Services, Univa, Silicon Graphics International, Rescale, Sabalcore, and Gomput started to offer HPC cloud computing. The Penguin On Demand (POD) cloud is a bare-metal compute model to execute code, but each user is given virtualized login node. POD computing nodes are connected via non-virtualized 10 Gbit/s Ethernet or QDR InfiniBand networks. User connectivity to the POD data center ranges from 50 Mbit/s to 1 Gbit/s.[100] Citing Amazon's EC2 Elastic Compute Cloud, Penguin Computing argues that virtualization of compute nodes is not suitable for HPC. Penguin Computing has also criticized that HPC clouds may have allocated computing nodes to customers that are far apart, causing latency that impairs performance for some HPC applications.[101]

Performance measurement edit

Capability versus capacity edit

Supercomputers generally aim for the maximum in capability computing rather than capacity computing. Capability computing is typically thought of as using the maximum computing power to solve a single large problem in the shortest amount of time. Often a capability system is able to solve a problem of a size or complexity that no other computer can, e.g. a very complex weather simulation application.[102]

Capacity computing, in contrast, is typically thought of as using efficient cost-effective computing power to solve a few somewhat large problems or many small problems.[102] Architectures that lend themselves to supporting many users for routine everyday tasks may have a lot of capacity but are not typically considered supercomputers, given that they do not solve a single very complex problem.[102]

Performance metrics edit

 
Top supercomputer speeds: logscale speed over 60 years

In general, the speed of supercomputers is measured and benchmarked in FLOPS (floating-point operations per second), and not in terms of MIPS (million instructions per second), as is the case with general-purpose computers.[103] These measurements are commonly used with an SI prefix such as tera-, combined into the shorthand TFLOPS (1012 FLOPS, pronounced teraflops), or peta-, combined into the shorthand PFLOPS (1015 FLOPS, pronounced petaflops.) Petascale supercomputers can process one quadrillion (1015) (1000 trillion) FLOPS. Exascale is computing performance in the exaFLOPS (EFLOPS) range. An EFLOPS is one quintillion (1018) FLOPS (one million TFLOPS). However, The performance of a supercomputer can be severely impacted by fluctuation brought on by elements like system load, network traffic, and concurrent processes, as mentioned by Brehm and Bruhwiler (2015). [104]

No single number can reflect the overall performance of a computer system, yet the goal of the Linpack benchmark is to approximate how fast the computer solves numerical problems and it is widely used in the industry.[105] The FLOPS measurement is either quoted based on the theoretical floating point performance of a processor (derived from manufacturer's processor specifications and shown as "Rpeak" in the TOP500 lists), which is generally unachievable when running real workloads, or the achievable throughput, derived from the LINPACK benchmarks and shown as "Rmax" in the TOP500 list.[106] The LINPACK benchmark typically performs LU decomposition of a large matrix.[107] The LINPACK performance gives some indication of performance for some real-world problems, but does not necessarily match the processing requirements of many other supercomputer workloads, which for example may require more memory bandwidth, or may require better integer computing performance, or may need a high performance I/O system to achieve high levels of performance.[105]

The TOP500 list edit

 
Top 20 supercomputers in the world (June 2014)

Since 1993, the fastest supercomputers have been ranked on the TOP500 list according to their LINPACK benchmark results. The list does not claim to be unbiased or definitive, but it is a widely cited current definition of the "fastest" supercomputer available at any given time.

This is a recent list of the computers which appeared at the top of the TOP500 list,[108] and the "Peak speed" is given as the "Rmax" rating. In 2018, Lenovo became the world's largest provider for the TOP500 supercomputers with 117 units produced.[109]

Top 10 positions of the 60th TOP500 in November 2022[110]
Rank (previous) Rmax

Rpeak (PetaFLOPS)

Name Model CPU cores Accelerator (e.g. GPU) cores Interconnect Manufacturer Site

country

Year Operating

system

1   1,102.00

1,685.65

Frontier HPE Cray EX235a 591,872

(9,248 × 64-core Optimized 3rd Generation EPYC 64C @2.0 GHz)

36,992 × 220 AMD Instinct MI250X Slingshot-11 HPE Oak Ridge National Laboratory
  United States
2022 Linux (HPE Cray OS)
2   442.010

537.212

Fugaku Supercomputer Fugaku 7,630,848

(158,976 × 48-core Fujitsu A64FX @2.2 GHz)

0 Tofu interconnect D Fujitsu RIKEN Center for Computational Science
  Japan
2020 Linux (RHEL)
3   309.10

428.70

LUMI HPE Cray EX235a 150,528

(2,352 × 64-core Optimized 3rd Generation EPYC 64C @2.0 GHz)

9,408 × 220 AMD Instinct MI250X Slingshot-11 HPE EuroHPC JU Kajaani
  Finland
2022 Linux (HPE Cray OS)
4   174.70

255.75

Leonardo BullSequana XH2000 110,592

(3,456 × 32-core Xeon Platinum 8358 @2.6 GHz)

13,824 × 108 Nvidia Ampere A100 Nvidia HDR100 Infiniband Atos EuroHPC JU Bologna
  Italy
2022 Linux
5   (4) 148.60

200.795

Summit IBM Power SystemAC922 202,752

(9,216 × 22-core IBM POWER9 @3.07 GHz)

27,648 × 80 Nvidia Tesla V100 InfiniBand EDR IBM Oak Ridge National Laboratory
  United States
2018 Linux (RHEL 7.4)
6   (5) 94.640

125.712

Sierra IBM Power SystemS922LC 190,080

(8,640 × 22-core IBM POWER9 @3.1 GHz)

17,280 × 80 Nvidia Tesla V100 InfiniBand EDR IBM Lawrence Livermore National Laboratory
  United States
2018 Linux (RHEL)
7   (6) 93.015

125.436

SunwayTaihuLight Sunway MPP 10,649,600

(40,960 × 260-core Sunway SW26010 @1.45 GHz)

0 Sunway[111] NRCPC National Supercomputing Center in Wuxi
  China[111]
2016 Linux (RaiseOS 2.0.5)
8   (7) 70.87

93.75

Perlmutter HPE Cray EX235n ? × ?-core AMD Epyc 7763 64-core @2.45 GHz ? × 108 Nvidia Ampere A100 Slingshot-10 HPE NERSC
  United States
2021 Linux (HPE Cray OS)
9   (8) 63.460

79.215

Selene Nvidia 71,680

(1,120 × 64-core AMD Epyc 7742 @2.25 GHz)

4,480 × 108 Nvidia Ampere A100 Mellanox HDR Infiniband Nvidia Nvidia
  United States
2020 Linux (Ubuntu 20.04.1)
10   (9) 61.445

100.679

Tianhe-2A TH-IVB-FEP 427,008

(35,584 × 12-core Intel Xeon E5–2692 v2 @2.2 GHz)

35,584 × Matrix-2000[112] 128-core TH Express-2 NUDT National Supercomputer Center in Guangzhou
  China
2018[113] Linux (Kylin)

Applications edit

The stages of supercomputer application may be summarized in the following table:

Decade Uses and computer involved
1970s Weather forecasting, aerodynamic research (Cray-1).[114]
1980s Probabilistic analysis,[115] radiation shielding modeling[116] (CDC Cyber).
1990s Brute force code breaking (EFF DES cracker).[117]
2000s 3D nuclear test simulations as a substitute for legal conduct Nuclear Non-Proliferation Treaty (ASCI Q).[118]
2010s Molecular dynamics simulation (Tianhe-1A)[119]
2020s Scientific research for outbreak prevention/Electrochemical Reaction Research[120]

The IBM Blue Gene/P computer has been used to simulate a number of artificial neurons equivalent to approximately one percent of a human cerebral cortex, containing 1.6 billion neurons with approximately 9 trillion connections. The same research group also succeeded in using a supercomputer to simulate a number of artificial neurons equivalent to the entirety of a rat's brain.[121]

Modern-day weather forecasting also relies on supercomputers. The National Oceanic and Atmospheric Administration uses supercomputers to crunch hundreds of millions of observations to help make weather forecasts more accurate.[122]

In 2011, the challenges and difficulties in pushing the envelope in supercomputing were underscored by IBM's abandonment of the Blue Waters petascale project.[123]

The Advanced Simulation and Computing Program currently uses supercomputers to maintain and simulate the United States nuclear stockpile.[124]

In early 2020, COVID-19 was front and center in the world. Supercomputers used different simulations to find compounds that could potentially stop the spread. These computers run for tens of hours using multiple paralleled running CPU's to model different processes.[125][126][127]

 
Taiwania 3 is a Taiwanese supercomputer which assisted the scientific community in fighting COVID-19. It was launched in 2020 and has a capacity of about two to three PetaFLOPS.

Development and trends edit

 
Distribution of TOP500 supercomputers among different countries, in November 2015

In the 2010s, China, the United States, the European Union, and others competed to be the first to create a 1 exaFLOP (1018 or one quintillion FLOPS) supercomputer.[128] Erik P. DeBenedictis of Sandia National Laboratories has theorized that a zettaFLOPS (1021 or one sextillion FLOPS) computer is required to accomplish full weather modeling, which could cover a two-week time span accurately.[129][130][131] Such systems might be built around 2030.[132]

Many Monte Carlo simulations use the same algorithm to process a randomly generated data set; particularly, integro-differential equations describing physical transport processes, the random paths, collisions, and energy and momentum depositions of neutrons, photons, ions, electrons, etc. The next step for microprocessors may be into the third dimension; and specializing to Monte Carlo, the many layers could be identical, simplifying the design and manufacture process.[133]

The cost of operating high performance supercomputers has risen, mainly due to increasing power consumption. In the mid-1990s a top 10 supercomputer required in the range of 100 kilowatts, in 2010 the top 10 supercomputers required between 1 and 2 megawatts.[134] A 2010 study commissioned by DARPA identified power consumption as the most pervasive challenge in achieving Exascale computing.[135] At the time a megawatt per year in energy consumption cost about 1 million dollars. Supercomputing facilities were constructed to efficiently remove the increasing amount of heat produced by modern multi-core central processing units. Based on the energy consumption of the Green 500 list of supercomputers between 2007 and 2011, a supercomputer with 1 exaFLOPS in 2011 would have required nearly 500 megawatts. Operating systems were developed for existing hardware to conserve energy whenever possible.[136] CPU cores not in use during the execution of a parallelized application were put into low-power states, producing energy savings for some supercomputing applications.[137]

The increasing cost of operating supercomputers has been a driving factor in a trend toward bundling of resources through a distributed supercomputer infrastructure. National supercomputing centers first emerged in the US, followed by Germany and Japan. The European Union launched the Partnership for Advanced Computing in Europe (PRACE) with the aim of creating a persistent pan-European supercomputer infrastructure with services to support scientists across the European Union in porting, scaling and optimizing supercomputing applications.[134] Iceland built the world's first zero-emission supercomputer. Located at the Thor Data Center in Reykjavík, Iceland, this supercomputer relies on completely renewable sources for its power rather than fossil fuels. The colder climate also reduces the need for active cooling, making it one of the greenest facilities in the world of computers.[138]

Funding supercomputer hardware also became increasingly difficult. In the mid-1990s a top 10 supercomputer cost about 10 million euros, while in 2010 the top 10 supercomputers required an investment of between 40 and 50 million euros.[134] In the 2000s national governments put in place different strategies to fund supercomputers. In the UK the national government funded supercomputers entirely and high performance computing was put under the control of a national funding agency. Germany developed a mixed funding model, pooling local state funding and federal funding.[134]

In fiction edit

Examples of supercomputers in fiction include HAL 9000, Multivac, The Machine Stops, GLaDOS, The Evitable Conflict, Vulcan's Hammer, Colossus, WOPR, AM, and Deep Thought. The Cray X-MP was mentioned as the supercomputer used to sequence the DNA extracted from preserved parasites in the Jurassic Park series.

See also edit

References edit

  1. ^ "IBM Blue gene announcement". 03.ibm.com. 26 June 2007. Retrieved 9 June 2012.
  2. ^ "Intrepid". Argonne Leadership Computing Facility. Argonne National Laboratory. Archived from the original on 7 May 2013. Retrieved 26 March 2020.
  3. ^ "The List: June 2018". Top 500. Retrieved 25 June 2018.
  4. ^ "AMD Playstation 5 GPU Specs". TechPowerUp. Retrieved 11 September 2021.
  5. ^ "NVIDIA GeForce GT 730 Specs". TechPowerUp. Retrieved 11 September 2021.
  6. ^ "Operating system Family / Linux". TOP500.org. Retrieved 30 November 2017.
  7. ^ Anderson, Mark (21 June 2017). "Global Race Toward Exascale Will Drive Supercomputing, AI to Masses." Spectrum.IEEE.org. Retrieved 20 January 2019.
  8. ^ Lemke, Tim (8 May 2013). "NSA Breaks Ground on Massive Computing Center". Retrieved 11 December 2013.
  9. ^ a b Hoffman, Allan R.; et al. (1990). Supercomputers: directions in technology and applications. National Academies. pp. 35–47. ISBN 978-0-309-04088-4.
  10. ^ a b Hill, Mark Donald; Jouppi, Norman Paul; Sohi, Gurindar (1999). Readings in computer architecture. Gulf Professional. pp. 40–49. ISBN 978-1-55860-539-8.
  11. ^ Paul Alcorn (30 May 2022). "AMD-Powered Frontier Supercomputer Breaks the Exascale Barrier, Now Fastest in the World". Tom's Hardware. Retrieved 30 May 2022.
  12. ^ "Japan Captures TOP500 Crown with Arm-Powered Supercomputer - TOP500 website". www.top500.org.
  13. ^ "Performance Development". www.top500.org. Retrieved 27 October 2022.
  14. ^ Eric G. Swedin; David L. Ferro (2007). Computers: The Life Story of a Technology. JHU Press. p. 57. ISBN 9780801887741.
  15. ^ Eric G. Swedin; David L. Ferro (2007). Computers: The Life Story of a Technology. JHU Press. p. 56. ISBN 9780801887741.
  16. ^ Eric G. Swedin; David L. Ferro (2007). Computers: The Life Story of a Technology. JHU Press. p. 58. ISBN 9780801887741.
  17. ^ , University of Manchester, archived from the original on 28 July 2012, retrieved 21 September 2010
  18. ^ The Supermen, Charles Murray, Wiley & Sons, 1997.
  19. ^ Paul E. Ceruzzi (2003). A History of Modern Computing. MIT Press. p. 161. ISBN 978-0-262-53203-7.
  20. ^ a b Hannan, Caryn (2008). Wisconsin Biographical Dictionary. State History Publications. pp. 83–84. ISBN 978-1-878592-63-7.
  21. ^ John Impagliazzo; John A. N. Lee (2004). History of computing in education. Springer Science & Business Media. p. 172. ISBN 978-1-4020-8135-4.
  22. ^ Andrew R. L. Cayton; Richard Sisson; Chris Zacher (2006). The American Midwest: An Interpretive Encyclopedia. Indiana University Press. p. 1489. ISBN 978-0-253-00349-2.
  23. ^ Readings in computer architecture by Mark Donald Hill, Norman Paul Jouppi, Gurindar Sohi 1999 ISBN 978-1-55860-539-8 page 41-48
  24. ^ Milestones in computer science and information technology by Edwin D. Reilly 2003 ISBN 1-57356-521-0 page 65
  25. ^ Due to Soviet propaganda, it can be read sometimes that the Soviet supercomputer M13 was the first to reach the gigaflops barrier. Actually, the M13 building began in 1984, but it was not operational before 1986. Rogachev Yury Vasilievich, Russian Virtual Computer Museum
  26. ^ "Seymour Cray Quotes". BrainyQuote.
  27. ^ Steve Nelson (3 October 2014). "ComputerGK.com : Supercomputers".
  28. ^ "LINKS-1 Computer Graphics System-Computer Museum". museum.ipsj.or.jp.
  29. ^ "VPP500 (1992) - Fujitsu Global".
  30. ^ "TOP500 Annual Report 1994". Netlib.org. 1 October 1996. Retrieved 9 June 2012.
  31. ^ N. Hirose & M. Fukuda (1997). "Numerical Wind Tunnel (NWT) and CFD Research at National Aerospace Laboratory". Proceedings High Performance Computing on the Information Superhighway. HPC Asia '97. Proceedings of HPC-Asia '97. IEEE Computer SocietyPages. pp. 99–103. doi:10.1109/HPC.1997.592130. ISBN 0-8186-7901-8.
  32. ^ H. Fujii, Y. Yasuda, H. Akashi, Y. Inagami, M. Koga, O. Ishihara, M. Syazwan, H. Wada, T. Sumimoto, Architecture and performance of the Hitachi SR2201 massively parallel processor system, Proceedings of 11th International Parallel Processing Symposium, April 1997, pages 233–241.
  33. ^ Y. Iwasaki, The CP-PACS project, Nuclear Physics B: Proceedings Supplements, Volume 60, Issues 1–2, January 1998, pages 246–254.
  34. ^ A.J. van der Steen, Overview of recent supercomputers, Publication of the NCF, Stichting Nationale Computer Faciliteiten, the Netherlands, January 1997.
  35. ^ Scalable input/output: achieving system balance by Daniel A. Reed 2003 ISBN 978-0-262-68142-1 page 182
  36. ^ "David Bader Selected to Receive the 2021 IEEE Computer Society Sidney Fernbach Award". IEEE Computer Society. 22 September 2021. Retrieved 12 October 2023.
  37. ^ a b c Bader, David A. (2021). "Linux and Supercomputing: How My Passion for Building COTS Systems Led to an HPC Revolution". IEEE Annals of the History of Computing. 43 (3): 73–80. doi:10.1109/MAHC.2021.3101415. S2CID 237318907.
  38. ^ Fleck, John (8 April 1999). "UNM to crank up $400,000 supercomputer today". Albuquerque Journal. p. D1.
  39. ^ Prodan, Radu; Fahringer, Thomas (2007). Grid computing: experiment management, tool integration, and scientific workflows. Springer. pp. 1–4. ISBN 978-3-540-69261-4.
  40. ^ Knight, Will: "IBM creates world's most powerful computer", NewScientist.com news service, June 2007
  41. ^ N. R. Agida; et al. (2005). (PDF). Torus Interconnection Network. p. 265. Archived from the original (PDF) on 15 August 2011.
  42. ^ Niu, Yanwei; Hu, Ziang; Barner, Kenneth; Gao, Guang R. (2005). "Performance Modelling and Optimization of Memory Access on Cellular Computer Architecture Cyclops64" (PDF). Network and Parallel Computing. Lecture Notes in Computer Science. Vol. 3779. pp. 132–143. doi:10.1007/11577188_18. ISBN 978-3-540-29810-6. Archived (PDF) from the original on 9 October 2022.
  43. ^ Analysis and performance results of computing betweenness centrality on IBM Cyclops64 by Guangming Tan, Vugranam C. Sreedhar and Guang R. Gao The Journal of Supercomputing Volume 56, Number 1, 1–24 September 2011
  44. ^ Prickett, Timothy (31 May 2010). "Top 500 supers – The Dawning of the GPUs". Theregister.co.uk.
  45. ^ Hans Hacker; Carsten Trinitis; Josef Weidendorfer; Matthias Brehm (2010). "Considering GPGPU for HPC Centers: Is It Worth the Effort?". In Rainer Keller; David Kramer; Jan-Philipp Weiss (eds.). Facing the Multicore-Challenge: Aspects of New Paradigms and Technologies in Parallel Computing. Springer Science & Business Media. pp. 118–121. ISBN 978-3-642-16232-9.
  46. ^ Damon Poeter (11 October 2011). "Cray's Titan Supercomputer for ORNL Could Be World's Fastest". Pcmag.com.
  47. ^ Feldman, Michael (11 October 2011). "GPUs Will Morph ORNL's Jaguar into 20-Petaflop Titan". Hpcwire.com.
  48. ^ Timothy Prickett Morgan (11 October 2011). "Oak Ridge changes Jaguar's spots from CPUs to GPUs". Theregister.co.uk.
  49. ^ "The NETL SuperComputer" 4 September 2015 at the Wayback Machine. page 2.
  50. ^ Condon, J.H. and K.Thompson, "Belle Chess Hardware", In Advances in Computer Chess 3 (ed.M.R.B.Clarke), Pergamon Press, 1982.
  51. ^ Hsu, Feng-hsiung (2002). Behind Deep Blue: Building the Computer that Defeated the World Chess Champion. Princeton University Press. ISBN 978-0-691-09065-8.
  52. ^ C. Donninger, U. Lorenz. The Chess Monster Hydra. Proc. of 14th International Conference on Field-Programmable Logic and Applications (FPL), 2004, Antwerp – Belgium, LNCS 3203, pp. 927 – 932
  53. ^ J Makino and M. Taiji, Scientific Simulations with Special Purpose Computers: The GRAPE Systems, Wiley. 1998.
  54. ^ RIKEN press release, Completion of a one-petaFLOPS computer system for simulation of molecular dynamics 2 December 2012 at the Wayback Machine
  55. ^ Electronic Frontier Foundation (1998). Cracking DES – Secrets of Encryption Research, Wiretap Politics & Chip Design. Oreilly & Associates Inc. ISBN 978-1-56592-520-5.
  56. ^ Lohr, Steve (8 June 2018). "Move Over, China: U.S. Is Again Home to World's Speediest Supercomputer". New York Times. Retrieved 19 July 2018.
  57. ^ "Green500 List - November 2018". TOP500. Retrieved 19 July 2018.
  58. ^ Xue-June Yang; Xiang-Ke Liao; et al. (2011). "The TianHe-1A Supercomputer: Its Hardware and Software". Journal of Computer Science and Technology. 26 (3): 344–351. doi:10.1007/s02011-011-1137-8. S2CID 1389468.
  59. ^ The Supermen: Story of Seymour Cray and the Technical Wizards Behind the Supercomputer by Charles J. Murray 1997, ISBN 0-471-04885-2, pages 133–135
  60. ^ Parallel Computational Fluid Dyynamics; Recent Advances and Future Directions edited by Rupak Biswas 2010 ISBN 1-60595-022-X page 401
  61. ^ Supercomputing Research Advances by Yongge Huáng 2008, ISBN 1-60456-186-6, pages 313–314
  62. ^ a b Parallel computing for real-time signal processing and control by M. O. Tokhi, Mohammad Alamgir Hossain 2003, ISBN 978-1-85233-599-1, pages 201–202
  63. ^ a b Computational science – ICCS 2005: 5th international conference edited by Vaidy S. Sunderam 2005, ISBN 3-540-26043-9, pages 60–67
  64. ^ (Press release). Nvidia. 29 October 2010. Archived from the original on 2 March 2014. Retrieved 21 February 2011.
  65. ^ Balandin, Alexander A. (October 2009). "Better Computing Through CPU Cooling". Spectrum.ieee.org.
  66. ^ . Green500.org. Archived from the original on 26 August 2016. Retrieved 14 August 2011.
  67. ^ . iTnews Australia. Archived from the original on 22 October 2008.
  68. ^ Wu-chun Feng (2003). "Making a Case for Efficient Supercomputing | ACM Queue Magazine, Volume 1 Issue 7, 10 January 2003 doi 10.1145/957717.957772". Queue. 1 (7): 54. doi:10.1145/957717.957772. S2CID 11283177.
  69. ^ "IBM uncloaks 20 petaflops BlueGene/Q super". The Register. 22 November 2010. Retrieved 25 November 2010.
  70. ^ Prickett, Timothy (15 July 2011). "The Register: IBM 'Blue Waters' super node washes ashore in August". Theregister.co.uk. Retrieved 9 June 2012.
  71. ^ "IBM Hot Water-Cooled Supercomputer Goes Live at ETH Zurich". IBM News room. 2 July 2010. from the original on 10 January 2011. Retrieved 16 March 2020.
  72. ^ Martin LaMonica (10 May 2010). . News.cnet.com. Archived from the original on 1 November 2013. Retrieved 9 June 2012.
  73. ^ . CNN. Archived from the original on 10 June 2008. performing 376 million calculations for every watt of electricity used.
  74. ^ "IBM Roadrunner Takes the Gold in the Petaflop Race". from the original on 17 December 2008. Retrieved 16 March 2020.
  75. ^ "Top500 Supercomputing List Reveals Computing Trends". 20 July 2010. IBM... BlueGene/Q system .. setting a record in power efficiency with a value of 1,680 MFLOPS/W, more than twice that of the next best system.
  76. ^ "IBM Research A Clear Winner in Green 500". 18 November 2010.
  77. ^ "Green 500 list". Green500.org. from the original on 3 July 2011. Retrieved 16 March 2020.
  78. ^ Saed G. Younis. "Asymptotically Zero Energy Computing Using Split-Level Charge Recovery Logic". 1994. page 14.
  79. ^ "Hot Topic – the Problem of Cooling Supercomputers" 18 January 2015 at the Wayback Machine.
  80. ^ Anand Lal Shimpi. "Inside the Titan Supercomputer: 299K AMD x86 Cores and 18.6K NVIDIA GPUs". 2012.
  81. ^ Curtis Storlie; Joe Sexton; Scott Pakin; Michael Lang; Brian Reich; William Rust. "Modeling and Predicting Power Consumption of High-Performance Computing Jobs". 2014.
  82. ^ a b Encyclopedia of Parallel Computing by David Padua 2011 ISBN 0-387-09765-1 pages 426–429
  83. ^ Knowing machines: essays on technical change by Donald MacKenzie 1998 ISBN 0-262-63188-1 page 149-151
  84. ^ Euro-Par 2004 Parallel Processing: 10th International Euro-Par Conference 2004, by Marco Danelutto, Marco Vanneschi and Domenico Laforenza, ISBN 3-540-22924-8, page 835
  85. ^ Euro-Par 2006 Parallel Processing: 12th International Euro-Par Conference, 2006, by Wolfgang E. Nagel, Wolfgang V. Walter and Wolfgang Lehner ISBN 3-540-37783-2 page
  86. ^ by Sadaf R. Alam etal International Journal of High Performance Computing Applications February 2008 vol. 22 no. 1 52–80
  87. ^ Open Job Management Architecture for the Blue Gene/L Supercomputer by Yariv Aridor et al. in Job scheduling strategies for parallel processing by Dror G. Feitelson 2005 ISBN 978-3-540-31024-2 pages 95–101
  88. ^ . Top500.org. Archived from the original on 5 March 2012. Retrieved 31 October 2010.
  89. ^ "Wide-angle view of the ALMA correlator". ESO Press Release. Retrieved 13 February 2013.
  90. ^ Nielsen, Frank (2016). Introduction to HPC with MPI for Data Science. Springer. pp. 185–221. ISBN 978-3-319-21903-5.
  91. ^ Rahat, Nazmul. "Chapter 03 Software and System Management".
  92. ^ Pande lab. "Client Statistics by OS". Folding@home. Stanford University. Retrieved 10 April 2020.
  93. ^ . BOINCstats. BOINC. Archived from the original on 19 September 2010. Retrieved 30 October 2016Note this link will give current statistics, not those on the date last accessed.{{cite web}}: CS1 maint: postscript (link)
  94. ^ "Internet PrimeNet Server Distributed Computing Technology for the Great Internet Mersenne Prime Search". GIMPS. Retrieved 6 June 2011.
  95. ^ a b Kravtsov, Valentin; Carmeli, David; Dubitzky, Werner; Orda, Ariel; Schuster, Assaf; Yoshpa, Benny. "Quasi-opportunistic supercomputing in grids, hot topic paper (2007)". IEEE International Symposium on High Performance Distributed Computing. IEEE. CiteSeerX 10.1.1.135.8993. Retrieved 4 August 2011.{{cite web}}: CS1 maint: multiple names: authors list (link)
  96. ^ Jamalian, S.; Rajaei, H. (1 March 2015). "ASETS: A SDN Empowered Task Scheduling System for HPCaaS on the Cloud". 2015 IEEE International Conference on Cloud Engineering. pp. 329–334. doi:10.1109/IC2E.2015.56. ISBN 978-1-4799-8218-9. S2CID 10974077.
  97. ^ Jamalian, S.; Rajaei, H. (1 June 2015). "Data-Intensive HPC Tasks Scheduling with SDN to Enable HPC-as-a-Service". 2015 IEEE 8th International Conference on Cloud Computing. pp. 596–603. doi:10.1109/CLOUD.2015.85. ISBN 978-1-4673-7287-9. S2CID 10141367.
  98. ^ Gupta, A.; Milojicic, D. (1 October 2011). "Evaluation of HPC Applications on Cloud". 2011 Sixth Open Cirrus Summit. pp. 22–26. CiteSeerX 10.1.1.294.3936. doi:10.1109/OCS.2011.10. ISBN 978-0-7695-4650-6. S2CID 9405724.
  99. ^ Kim, H.; el-Khamra, Y.; Jha, S.; Parashar, M. (1 December 2009). "An Autonomic Approach to Integrated HPC Grid and Cloud Usage". 2009 Fifth IEEE International Conference on e-Science. pp. 366–373. CiteSeerX 10.1.1.455.7000. doi:10.1109/e-Science.2009.58. ISBN 978-1-4244-5340-5. S2CID 11502126.
  100. ^ Eadline, Douglas. "Moving HPC to the Cloud". Admin Magazine. Retrieved 30 March 2019.
  101. ^ Niccolai, James (11 August 2009). "Penguin Puts High-performance Computing in the Cloud". PCWorld. IDG Consumer & SMB. Retrieved 6 June 2016.
  102. ^ a b c The Potential Impact of High-End Capability Computing on Four Illustrative Fields of Science and Engineering by Committee on the Potential Impact of High-End Computing on Illustrative Fields of Science and Engineering and National Research Council (28 October 2008) ISBN 0-309-12485-9 page 9
  103. ^ Xingfu Wu (1999). Performance Evaluation, Prediction and Visualization of Parallel Systems. Springer Science & Business Media. pp. 114–117. ISBN 978-0-7923-8462-5.
  104. ^ Brehm, M. and Bruhwiler, D. L. (2015) ‘Performance Characteristics of the Plasma Wakefield Acceleration Driven by Proton Bunches’.’ Journal of Physics: Conference Series ,
  105. ^ a b Dongarra, Jack J.; Luszczek, Piotr; Petitet, Antoine (2003), "The LINPACK Benchmark: past, present and future" (PDF), Concurrency and Computation: Practice and Experience, 15 (9): 803–820, doi:10.1002/cpe.728, S2CID 1900724
  106. ^ "Understanding measures of supercomputer performance and storage system capacity". Indiana University. Retrieved 3 December 2017.
  107. ^ "Frequently Asked Questions". TOP500.org. Retrieved 3 December 2017.
  108. ^ Intel brochure – 11/91. . Top500.org. Archived from the original on 18 December 2010. Retrieved 31 October 2010.{{cite web}}: CS1 maint: numeric names: authors list (link)
  109. ^ "Lenovo Attains Status as Largest Global Provider of TOP500 Supercomputers". Business Wire. 25 June 2018.
  110. ^ "November 2022 | TOP500". www.top500.org. Retrieved 7 December 2022.
  111. ^ a b "China Tops Supercomputer Rankings with New 93-Petaflop Machine – TOP500 Supercomputer Sites".
  112. ^ "Matrix-2000 - NUDT - WikiChip". en.wikichip.org. Retrieved 19 July 2019.
  113. ^ "Tianhe-2A - TH-IVB-FEP Cluster, Intel Xeon E5-2692v2 12C 2.2GHz, TH Express-2, Matrix-2000 | TOP500 Supercomputer Sites". www.top500.org. Retrieved 16 November 2022.
  114. ^ "The Cray-1 Computer System" (PDF). Cray Research, Inc. Archived (PDF) from the original on 9 October 2022. Retrieved 25 May 2011.
  115. ^ Joshi, Rajani R. (9 June 1998). "A new heuristic algorithm for probabilistic optimization". Computers & Operations Research. 24 (7): 687–697. doi:10.1016/S0305-0548(96)00056-1.
  116. ^ "Abstract for SAMSY – Shielding Analysis Modular System". OECD Nuclear Energy Agency, Issy-les-Moulineaux, France. Retrieved 25 May 2011.
  117. ^ "EFF DES Cracker Source Code". Cosic.esat.kuleuven.be. Retrieved 8 July 2011.
  118. ^ . Acronym.org.uk. 22 August 2000. Archived from the original on 16 May 2013. Retrieved 8 July 2011.
  119. ^ . Blogs.nvidia.com. Archived from the original on 5 July 2011. Retrieved 8 July 2011.
  120. ^ Andrew, Scottie (19 March 2020). "The world's fastest supercomputer identified chemicals that could stop coronavirus from spreading, a crucial step toward a treatment". CNN. Retrieved 12 May 2020.
  121. ^ Kaku, Michio. Physics of the Future (New York: Doubleday, 2011), 65.
  122. ^ . News.nationalgeographic.com. 28 October 2010. Archived from the original on 5 September 2005. Retrieved 8 July 2011.
  123. ^ "IBM Drops 'Blue Waters' Supercomputer Project". International Business Times. 9 August 2011. Retrieved 14 December 2018.  – via EBSCO (subscription required)
  124. ^ . U.S. Department of Energy. Archived from the original on 7 March 2017. Retrieved 7 March 2017.
  125. ^ "Supercomputer Simulations Help Advance Electrochemical Reaction Research". ucsdnews.ucsd.edu. Retrieved 12 May 2020.
  126. ^ "IBM's Summit—The Supercomputer Fighting Coronavirus". MedicalExpo e-Magazine. 16 April 2020. Retrieved 12 May 2020.
  127. ^ "OSTP Funding Supercomputer Research to Combat COVID-19 – MeriTalk". Retrieved 12 May 2020.
  128. ^ "EU $1.2 supercomputer project to several 10-100 PetaFLOP computers by 2020 and exaFLOP by 2022 | NextBigFuture.com". NextBigFuture.com. 4 February 2018. Retrieved 21 May 2018.
  129. ^ DeBenedictis, Erik P. (2004). (PDF). Zettaflops. Sandia National Laboratories. Archived from the original (PDF) on 3 August 2007. Retrieved 9 September 2020.
  130. ^ Cohen, Reuven (28 November 2013). "Global Bitcoin Computing Power Now 256 Times Faster Than Top 500 Supercomputers, Combined!". Forbes. Retrieved 1 December 2017.
  131. ^ DeBenedictis, Erik P. (2005). "Reversible logic for supercomputing". Proceedings of the 2nd conference on Computing frontiers. ACM Press. pp. 391–402. ISBN 978-1-59593-019-4.
  132. ^ . Heise Online. 4 April 2008. Archived from the original on 8 December 2013.
  133. ^ Solem, J. C. (1985). "MECA: A multiprocessor concept specialized to Monte Carlo". Monte-Carlo Methods and Applications in Neutronics, Photonics and Statistical Physics. Lecture Notes in Physics. Vol. 240. Proceedings of the Joint los Alamos National Laboratory – Commissariat à l'Energie Atomique Meeting Held at Cadarache Castle, Provence, France 22–26 April 1985; Monte-Carlo Methods and Applications in Neutronics, Photonics and Statistical Physics, Alcouffe, R.; Dautray, R.; Forster, A.; Forster, G.; Mercier, B.; Eds. (Springer Verlag, Berlin). pp. 184–195. Bibcode:1985LNP...240..184S. doi:10.1007/BFb0049047. ISBN 978-3-540-16070-0. OSTI 5689714.
  134. ^ a b c d Yiannis Cotronis; Anthony Danalis; Dimitris Nikolopoulos; Jack Dongarra (2011). Recent Advances in the Message Passing Interface: 18th European MPI Users' Group Meeting, EuroMPI 2011, Santorini, Greece, September 18-21, 2011. Proceedings. Springer Science & Business Media. ISBN 9783642244483.
  135. ^ James H. Laros III; Kevin Pedretti; Suzanne M. Kelly; Wei Shu; Kurt Ferreira; John Van Dyke; Courtenay Vaughan (2012). Energy-Efficient High Performance Computing: Measurement and Tuning. Springer Science & Business Media. p. 1. ISBN 9781447144922.
  136. ^ James H. Laros III; Kevin Pedretti; Suzanne M. Kelly; Wei Shu; Kurt Ferreira; John Van Dyke; Courtenay Vaughan (2012). Energy-Efficient High Performance Computing: Measurement and Tuning. Springer Science & Business Media. p. 2. ISBN 9781447144922.
  137. ^ James H. Laros III; Kevin Pedretti; Suzanne M. Kelly; Wei Shu; Kurt Ferreira; John Van Dyke; Courtenay Vaughan (2012). Energy-Efficient High Performance Computing: Measurement and Tuning. Springer Science & Business Media. p. 3. ISBN 9781447144922.
  138. ^ . intelfreepress.com. 21 May 2015. Archived from the original on 20 May 2015. Retrieved 18 May 2015.

External links edit

  • McDonnell, Marshall T. (2013). "Supercomputer Design: An Initial Effort to Capture the Environmental, Economic, and Societal Impacts". Chemical and Biomolecular Engineering Publications and Other Works.

supercomputer, other, uses, disambiguation, supercomputer, computer, with, high, level, performance, compared, general, purpose, computer, performance, supercomputer, commonly, measured, floating, point, operations, second, flops, instead, million, instruction. For other uses see Supercomputer disambiguation A supercomputer is a computer with a high level of performance as compared to a general purpose computer The performance of a supercomputer is commonly measured in floating point operations per second FLOPS instead of million instructions per second MIPS Since 2017 supercomputers have existed which can perform over 1017 FLOPS a hundred quadrillion FLOPS 100 petaFLOPS or 100 PFLOPS 3 For comparison a desktop computer has performance in the range of hundreds of gigaFLOPS 1011 to tens of teraFLOPS 1013 4 5 Since November 2017 all of the world s fastest 500 supercomputers run on Linux based operating systems 6 Additional research is being conducted in the United States the European Union Taiwan Japan and China to build faster more powerful and technologically superior exascale supercomputers 7 The IBM Blue Gene P supercomputer Intrepid at Argonne National Laboratory runs 164 000 processor cores using normal data center air conditioning grouped in 40 racks cabinets connected by a high speed 3D torus network 1 2 Computing power of the top 1 supercomputer each year measured in FLOPSSupercomputers play an important role in the field of computational science and are used for a wide range of computationally intensive tasks in various fields including quantum mechanics weather forecasting climate research oil and gas exploration molecular modeling computing the structures and properties of chemical compounds biological macromolecules polymers and crystals and physical simulations such as simulations of the early moments of the universe airplane and spacecraft aerodynamics the detonation of nuclear weapons and nuclear fusion They have been essential in the field of cryptanalysis 8 Supercomputers were introduced in the 1960s and for several decades the fastest was made by Seymour Cray at Control Data Corporation CDC Cray Research and subsequent companies bearing his name or monogram The first such machines were highly tuned conventional designs that ran more quickly than their more general purpose contemporaries Through the decade increasing amounts of parallelism were added with one to four processors being typical In the 1970s vector processors operating on large arrays of data came to dominate A notable example is the highly successful Cray 1 of 1976 Vector computers remained the dominant design into the 1990s From then until today massively parallel supercomputers with tens of thousands of off the shelf processors became the norm 9 10 The US has long been the leader in the supercomputer field first through Cray s almost uninterrupted dominance of the field and later through a variety of technology companies Japan made major strides in the field in the 1980s and 90s with China becoming increasingly active in the field As of May 2022 the fastest supercomputer on the TOP500 supercomputer list is Frontier in the US with a LINPACK benchmark score of 1 102 ExaFlop s followed by Fugaku 11 The US has five of the top 10 China has two Japan Finland and France have one each 12 In June 2018 all combined supercomputers on the TOP500 list broke the 1 exaFLOPS mark 13 Contents 1 History 1 1 Massively parallel designs 2 Special purpose supercomputers 3 Energy usage and heat management 4 Software and system management 4 1 Operating systems 4 2 Software tools and message passing 5 Distributed supercomputing 5 1 Opportunistic approaches 5 2 Quasi opportunistic approaches 6 High performance computing clouds 7 Performance measurement 7 1 Capability versus capacity 7 2 Performance metrics 7 3 The TOP500 list 8 Applications 9 Development and trends 10 In fiction 11 See also 12 References 13 External linksHistory editMain article History of supercomputing nbsp A circuit board from the IBM 7030 nbsp The CDC 6600 Behind the system console are two of the arms of the plus sign shaped cabinet with the covers opened Each arm of the machine had up to four such racks On the right is the cooling system nbsp A Cray 1 preserved at the Deutsches MuseumIn 1960 UNIVAC built the Livermore Atomic Research Computer LARC today considered among the first supercomputers for the US Navy Research and Development Center It still used high speed drum memory rather than the newly emerging disk drive technology 14 Also among the first supercomputers was the IBM 7030 Stretch The IBM 7030 was built by IBM for the Los Alamos National Laboratory which in 1955 had requested a computer 100 times faster than any existing computer The IBM 7030 used transistors magnetic core memory pipelined instructions prefetched data through a memory controller and included pioneering random access disk drives The IBM 7030 was completed in 1961 and despite not meeting the challenge of a hundredfold increase in performance it was purchased by the Los Alamos National Laboratory Customers in England and France also bought the computer and it became the basis for the IBM 7950 Harvest a supercomputer built for cryptanalysis 15 The third pioneering supercomputer project in the early 1960s was the Atlas at the University of Manchester built by a team led by Tom Kilburn He designed the Atlas to have memory space for up to a million words of 48 bits but because magnetic storage with such a capacity was unaffordable the actual core memory of the Atlas was only 16 000 words with a drum providing memory for a further 96 000 words The Atlas operating system swapped data in the form of pages between the magnetic core and the drum The Atlas operating system also introduced time sharing to supercomputing so that more than one program could be executed on the supercomputer at any one time 16 Atlas was a joint venture between Ferranti and Manchester University and was designed to operate at processing speeds approaching one microsecond per instruction about one million instructions per second 17 The CDC 6600 designed by Seymour Cray was finished in 1964 and marked the transition from germanium to silicon transistors Silicon transistors could run more quickly and the overheating problem was solved by introducing refrigeration to the supercomputer design 18 Thus the CDC6600 became the fastest computer in the world Given that the 6600 outperformed all the other contemporary computers by about 10 times it was dubbed a supercomputer and defined the supercomputing market when one hundred computers were sold at 8 million each 19 20 21 22 Cray left CDC in 1972 to form his own company Cray Research 20 Four years after leaving CDC Cray delivered the 80 MHz Cray 1 in 1976 which became one of the most successful supercomputers in history 23 24 The Cray 2 was released in 1985 It had eight central processing units CPUs liquid cooling and the electronics coolant liquid Fluorinert was pumped through the supercomputer architecture It reached 1 9 gigaFLOPS making it the first supercomputer to break the gigaflop barrier 25 Massively parallel designs edit Main articles Supercomputer architecture and Parallel computer hardware nbsp A cabinet of the massively parallel Blue Gene L showing the stacked blades each holding many processorsThe only computer to seriously challenge the Cray 1 s performance in the 1970s was the ILLIAC IV This machine was the first realized example of a true massively parallel computer in which many processors worked together to solve different parts of a single larger problem In contrast with the vector systems which were designed to run a single stream of data as quickly as possible in this concept the computer instead feeds separate parts of the data to entirely different processors and then recombines the results The ILLIAC s design was finalized in 1966 with 256 processors and offer speed up to 1 GFLOPS compared to the 1970s Cray 1 s peak of 250 MFLOPS However development problems led to only 64 processors being built and the system could never operate more quickly than about 200 MFLOPS while being much larger and more complex than the Cray Another problem was that writing software for the system was difficult and getting peak performance from it was a matter of serious effort But the partial success of the ILLIAC IV was widely seen as pointing the way to the future of supercomputing Cray argued against this famously quipping that If you were plowing a field which would you rather use Two strong oxen or 1024 chickens 26 But by the early 1980s several teams were working on parallel designs with thousands of processors notably the Connection Machine CM that developed from research at MIT The CM 1 used as many as 65 536 simplified custom microprocessors connected together in a network to share data Several updated versions followed the CM 5 supercomputer is a massively parallel processing computer capable of many billions of arithmetic operations per second 27 In 1982 Osaka University s LINKS 1 Computer Graphics System used a massively parallel processing architecture with 514 microprocessors including 257 Zilog Z8001 control processors and 257 iAPX 86 20 floating point processors It was mainly used for rendering realistic 3D computer graphics 28 Fujitsu s VPP500 from 1992 is unusual since to achieve higher speeds its processors used GaAs a material normally reserved for microwave applications due to its toxicity 29 Fujitsu s Numerical Wind Tunnel supercomputer used 166 vector processors to gain the top spot in 1994 with a peak speed of 1 7 gigaFLOPS GFLOPS per processor 30 31 The Hitachi SR2201 obtained a peak performance of 600 GFLOPS in 1996 by using 2048 processors connected via a fast three dimensional crossbar network 32 33 34 The Intel Paragon could have 1000 to 4000 Intel i860 processors in various configurations and was ranked the fastest in the world in 1993 The Paragon was a MIMD machine which connected processors via a high speed two dimensional mesh allowing processes to execute on separate nodes communicating via the Message Passing Interface 35 Software development remained a problem but the CM series sparked off considerable research into this issue Similar designs using custom hardware were made by many companies including the Evans amp Sutherland ES 1 MasPar nCUBE Intel iPSC and the Goodyear MPP But by the mid 1990s general purpose CPU performance had improved so much in that a supercomputer could be built using them as the individual processing units instead of using custom chips By the turn of the 21st century designs featuring tens of thousands of commodity CPUs were the norm with later machines adding graphic units to the mix 9 10 In 1998 David Bader developed the first Linux supercomputer using commodity parts 36 While at the University of New Mexico Bader sought to build a supercomputer running Linux using consumer off the shelf parts and a high speed low latency interconnection network The prototype utilized an Alta Technologies AltaCluster of eight dual 333 MHz Intel Pentium II computers running a modified Linux kernel Bader ported a significant amount of software to provide Linux support for necessary components as well as code from members of the National Computational Science Alliance NCSA to ensure interoperability as none of it had been run on Linux previously 37 Using the successful prototype design he led the development of RoadRunner the first Linux supercomputer for open use by the national science and engineering community via the National Science Foundation s National Technology Grid RoadRunner was put into production use in April 1999 At the time of its deployment it was considered one of the 100 fastest supercomputers in the world 37 38 Though Linux based clusters using consumer grade parts such as Beowulf existed prior to the development of Bader s prototype and RoadRunner they lacked the scalability bandwidth and parallel computing capabilities to be considered true supercomputers 37 nbsp The CPU share of TOP500 nbsp Diagram of a three dimensional torus interconnect used by systems such as Blue Gene Cray XT3 etc Systems with a massive number of processors generally take one of two paths In the grid computing approach the processing power of many computers organized as distributed diverse administrative domains is opportunistically used whenever a computer is available 39 In another approach many processors are used in proximity to each other e g in a computer cluster In such a centralized massively parallel system the speed and flexibility of the interconnect becomes very important and modern supercomputers have used various approaches ranging from enhanced Infiniband systems to three dimensional torus interconnects 40 41 The use of multi core processors combined with centralization is an emerging direction e g as in the Cyclops64 system 42 43 As the price performance and energy efficiency of general purpose graphics processing units GPGPUs have improved a number of petaFLOPS supercomputers such as Tianhe I and Nebulae have started to rely on them 44 However other systems such as the K computer continue to use conventional processors such as SPARC based designs and the overall applicability of GPGPUs in general purpose high performance computing applications has been the subject of debate in that while a GPGPU may be tuned to score well on specific benchmarks its overall applicability to everyday algorithms may be limited unless significant effort is spent to tune the application to it 45 However GPUs are gaining ground and in 2012 the Jaguar supercomputer was transformed into Titan by retrofitting CPUs with GPUs 46 47 48 High performance computers have an expected life cycle of about three years before requiring an upgrade 49 The Gyoukou supercomputer is unique in that it uses both a massively parallel design and liquid immersion cooling Special purpose supercomputers editA number of special purpose systems have been designed dedicated to a single problem This allows the use of specially programmed FPGA chips or even custom ASICs allowing better price performance ratios by sacrificing generality Examples of special purpose supercomputers include Belle 50 Deep Blue 51 and Hydra 52 for playing chess Gravity Pipe for astrophysics 53 MDGRAPE 3 for protein structure prediction and molecular dynamics 54 and Deep Crack for breaking the DES cipher 55 Energy usage and heat management editSee also Computer cooling and Green500 nbsp The Summit supercomputer was as of November 2018 the fastest supercomputer in the world 56 With a measured power efficiency of 14 668 GFlops watt it is also the third most energy efficient in the world 57 Throughout the decades the management of heat density has remained a key issue for most centralized supercomputers 58 59 60 The large amount of heat generated by a system may also have other effects e g reducing the lifetime of other system components 61 There have been diverse approaches to heat management from pumping Fluorinert through the system to a hybrid liquid air cooling system or air cooling with normal air conditioning temperatures 62 63 A typical supercomputer consumes large amounts of electrical power almost all of which is converted into heat requiring cooling For example Tianhe 1A consumes 4 04 megawatts MW of electricity 64 The cost to power and cool the system can be significant e g 4 MW at 0 10 kWh is 400 an hour or about 3 5 million per year nbsp An IBM HS20 bladeHeat management is a major issue in complex electronic devices and affects powerful computer systems in various ways 65 The thermal design power and CPU power dissipation issues in supercomputing surpass those of traditional computer cooling technologies The supercomputing awards for green computing reflect this issue 66 67 68 The packing of thousands of processors together inevitably generates significant amounts of heat density that need to be dealt with The Cray 2 was liquid cooled and used a Fluorinert cooling waterfall which was forced through the modules under pressure 62 However the submerged liquid cooling approach was not practical for the multi cabinet systems based on off the shelf processors and in System X a special cooling system that combined air conditioning with liquid cooling was developed in conjunction with the Liebert company 63 In the Blue Gene system IBM deliberately used low power processors to deal with heat density 69 The IBM Power 775 released in 2011 has closely packed elements that require water cooling 70 The IBM Aquasar system uses hot water cooling to achieve energy efficiency the water being used to heat buildings as well 71 72 The energy efficiency of computer systems is generally measured in terms of FLOPS per watt In 2008 Roadrunner by IBM operated at 3 76 MFLOPS W 73 74 In November 2010 the Blue Gene Q reached 1 684 MFLOPS W 75 76 and in June 2011 the top two spots on the Green 500 list were occupied by Blue Gene machines in New York one achieving 2097 MFLOPS W with the DEGIMA cluster in Nagasaki placing third with 1375 MFLOPS W 77 Because copper wires can transfer energy into a supercomputer with much higher power densities than forced air or circulating refrigerants can remove waste heat 78 the ability of the cooling systems to remove waste heat is a limiting factor 79 80 As of 2015 update many existing supercomputers have more infrastructure capacity than the actual peak demand of the machine designers generally conservatively design the power and cooling infrastructure to handle more than the theoretical peak electrical power consumed by the supercomputer Designs for future supercomputers are power limited the thermal design power of the supercomputer as a whole the amount that the power and cooling infrastructure can handle is somewhat more than the expected normal power consumption but less than the theoretical peak power consumption of the electronic hardware 81 Software and system management editOperating systems edit Main article Supercomputer operating systems Since the end of the 20th century supercomputer operating systems have undergone major transformations based on the changes in supercomputer architecture 82 While early operating systems were custom tailored to each supercomputer to gain speed the trend has been to move away from in house operating systems to the adaptation of generic software such as Linux 83 Since modern massively parallel supercomputers typically separate computations from other services by using multiple types of nodes they usually run different operating systems on different nodes e g using a small and efficient lightweight kernel such as CNK or CNL on compute nodes but a larger system such as a Linux derivative on server and I O nodes 84 85 86 While in a traditional multi user computer system job scheduling is in effect a tasking problem for processing and peripheral resources in a massively parallel system the job management system needs to manage the allocation of both computational and communication resources as well as gracefully deal with inevitable hardware failures when tens of thousands of processors are present 87 Although most modern supercomputers use Linux based operating systems each manufacturer has its own specific Linux derivative and no industry standard exists partly due to the fact that the differences in hardware architectures require changes to optimize the operating system to each hardware design 82 88 Software tools and message passing edit Main article Message passing in computer clusters See also Parallel computing and Parallel programming model nbsp Wide angle view of the ALMA correlator 89 The parallel architectures of supercomputers often dictate the use of special programming techniques to exploit their speed Software tools for distributed processing include standard APIs such as MPI 90 and PVM VTL and open source software such as Beowulf In the most common scenario environments such as PVM and MPI for loosely connected clusters and OpenMP for tightly coordinated shared memory machines are used Significant effort is required to optimize an algorithm for the interconnect characteristics of the machine it will be run on the aim is to prevent any of the CPUs from wasting time waiting on data from other nodes GPGPUs have hundreds of processor cores and are programmed using programming models such as CUDA or OpenCL Moreover it is quite difficult to debug and test parallel programs Special techniques need to be used for testing and debugging such applications Distributed supercomputing editOpportunistic approaches edit Main article Grid computing nbsp Example architecture of a grid computing system connecting many personal computers over the internetOpportunistic supercomputing is a form of networked grid computing whereby a super virtual computer of many loosely coupled volunteer computing machines performs very large computing tasks Grid computing has been applied to a number of large scale embarrassingly parallel problems that require supercomputing performance scales However basic grid and cloud computing approaches that rely on volunteer computing cannot handle traditional supercomputing tasks such as fluid dynamic simulations 91 The fastest grid computing system is the volunteer computing project Folding home F h As of April 2020 update F h reported 2 5 exaFLOPS of x86 processing power Of this over 100 PFLOPS are contributed by clients running on various GPUs and the rest from various CPU systems 92 The Berkeley Open Infrastructure for Network Computing BOINC platform hosts a number of volunteer computing projects As of February 2017 update BOINC recorded a processing power of over 166 petaFLOPS through over 762 thousand active Computers Hosts on the network 93 As of October 2016 update Great Internet Mersenne Prime Search s GIMPS distributed Mersenne Prime search achieved about 0 313 PFLOPS through over 1 3 million computers 94 The PrimeNet server has supported GIMPS s grid computing approach one of the earliest volunteer computing projects since 1997 Quasi opportunistic approaches edit Main article Quasi opportunistic supercomputing Quasi opportunistic supercomputing is a form of distributed computing whereby the super virtual computer of many networked geographically disperse computers performs computing tasks that demand huge processing power 95 Quasi opportunistic supercomputing aims to provide a higher quality of service than opportunistic grid computing by achieving more control over the assignment of tasks to distributed resources and the use of intelligence about the availability and reliability of individual systems within the supercomputing network However quasi opportunistic distributed execution of demanding parallel computing software in grids should be achieved through the implementation of grid wise allocation agreements co allocation subsystems communication topology aware allocation mechanisms fault tolerant message passing libraries and data pre conditioning 95 High performance computing clouds editCloud computing with its recent and rapid expansions and development have grabbed the attention of high performance computing HPC users and developers in recent years Cloud computing attempts to provide HPC as a service exactly like other forms of services available in the cloud such as software as a service platform as a service and infrastructure as a service HPC users may benefit from the cloud in different angles such as scalability resources being on demand fast and inexpensive On the other hand moving HPC applications have a set of challenges too Good examples of such challenges are virtualization overhead in the cloud multi tenancy of resources and network latency issues Much research is currently being done to overcome these challenges and make HPC in the cloud a more realistic possibility 96 97 98 99 In 2016 Penguin Computing Parallel Works R HPC Amazon Web Services Univa Silicon Graphics International Rescale Sabalcore and Gomput started to offer HPC cloud computing The Penguin On Demand POD cloud is a bare metal compute model to execute code but each user is given virtualized login node POD computing nodes are connected via non virtualized 10 Gbit s Ethernet or QDR InfiniBand networks User connectivity to the POD data center ranges from 50 Mbit s to 1 Gbit s 100 Citing Amazon s EC2 Elastic Compute Cloud Penguin Computing argues that virtualization of compute nodes is not suitable for HPC Penguin Computing has also criticized that HPC clouds may have allocated computing nodes to customers that are far apart causing latency that impairs performance for some HPC applications 101 Performance measurement editCapability versus capacity edit Supercomputers generally aim for the maximum in capability computing rather than capacity computing Capability computing is typically thought of as using the maximum computing power to solve a single large problem in the shortest amount of time Often a capability system is able to solve a problem of a size or complexity that no other computer can e g a very complex weather simulation application 102 Capacity computing in contrast is typically thought of as using efficient cost effective computing power to solve a few somewhat large problems or many small problems 102 Architectures that lend themselves to supporting many users for routine everyday tasks may have a lot of capacity but are not typically considered supercomputers given that they do not solve a single very complex problem 102 Performance metrics edit See also LINPACK benchmarks and Grid computing Fastest virtual supercomputers nbsp Top supercomputer speeds logscale speed over 60 yearsIn general the speed of supercomputers is measured and benchmarked in FLOPS floating point operations per second and not in terms of MIPS million instructions per second as is the case with general purpose computers 103 These measurements are commonly used with an SI prefix such as tera combined into the shorthand TFLOPS 1012 FLOPS pronounced teraflops or peta combined into the shorthand PFLOPS 1015 FLOPS pronounced petaflops Petascale supercomputers can process one quadrillion 1015 1000 trillion FLOPS Exascale is computing performance in the exaFLOPS EFLOPS range An EFLOPS is one quintillion 1018 FLOPS one million TFLOPS However The performance of a supercomputer can be severely impacted by fluctuation brought on by elements like system load network traffic and concurrent processes as mentioned by Brehm and Bruhwiler 2015 104 No single number can reflect the overall performance of a computer system yet the goal of the Linpack benchmark is to approximate how fast the computer solves numerical problems and it is widely used in the industry 105 The FLOPS measurement is either quoted based on the theoretical floating point performance of a processor derived from manufacturer s processor specifications and shown as Rpeak in the TOP500 lists which is generally unachievable when running real workloads or the achievable throughput derived from the LINPACK benchmarks and shown as Rmax in the TOP500 list 106 The LINPACK benchmark typically performs LU decomposition of a large matrix 107 The LINPACK performance gives some indication of performance for some real world problems but does not necessarily match the processing requirements of many other supercomputer workloads which for example may require more memory bandwidth or may require better integer computing performance or may need a high performance I O system to achieve high levels of performance 105 The TOP500 list edit Main article TOP500 Further information List of fastest computers and History of supercomputing nbsp Top 20 supercomputers in the world June 2014 Since 1993 the fastest supercomputers have been ranked on the TOP500 list according to their LINPACK benchmark results The list does not claim to be unbiased or definitive but it is a widely cited current definition of the fastest supercomputer available at any given time This is a recent list of the computers which appeared at the top of the TOP500 list 108 and the Peak speed is given as the Rmax rating In 2018 Lenovo became the world s largest provider for the TOP500 supercomputers with 117 units produced 109 Top 10 positions of the 60th TOP500 in November 2022 110 Rank previous Rmax Rpeak PetaFLOPS Name Model CPU cores Accelerator e g GPU cores Interconnect Manufacturer Site country Year Operating system1 nbsp 1 102 00 1 685 65 Frontier HPE Cray EX235a 591 872 9 248 64 core Optimized 3rd Generation EPYC 64C 2 0 GHz 36 992 220 AMD Instinct MI250X Slingshot 11 HPE Oak Ridge National Laboratory nbsp United States 2022 Linux HPE Cray OS 2 nbsp 442 010 537 212 Fugaku Supercomputer Fugaku 7 630 848 158 976 48 core Fujitsu A64FX 2 2 GHz 0 Tofu interconnect D Fujitsu RIKEN Center for Computational Science nbsp Japan 2020 Linux RHEL 3 nbsp 309 10 428 70 LUMI HPE Cray EX235a 150 528 2 352 64 core Optimized 3rd Generation EPYC 64C 2 0 GHz 9 408 220 AMD Instinct MI250X Slingshot 11 HPE EuroHPC JU Kajaani nbsp Finland 2022 Linux HPE Cray OS 4 nbsp 174 70 255 75 Leonardo BullSequana XH2000 110 592 3 456 32 core Xeon Platinum 8358 2 6 GHz 13 824 108 Nvidia Ampere A100 Nvidia HDR100 Infiniband Atos EuroHPC JU Bologna nbsp Italy 2022 Linux5 nbsp 4 148 60 200 795 Summit IBM Power SystemAC922 202 752 9 216 22 core IBM POWER9 3 07 GHz 27 648 80 Nvidia Tesla V100 InfiniBand EDR IBM Oak Ridge National Laboratory nbsp United States 2018 Linux RHEL 7 4 6 nbsp 5 94 640 125 712 Sierra IBM Power SystemS922LC 190 080 8 640 22 core IBM POWER9 3 1 GHz 17 280 80 Nvidia Tesla V100 InfiniBand EDR IBM Lawrence Livermore National Laboratory nbsp United States 2018 Linux RHEL 7 nbsp 6 93 015 125 436 SunwayTaihuLight Sunway MPP 10 649 600 40 960 260 core Sunway SW26010 1 45 GHz 0 Sunway 111 NRCPC National Supercomputing Center in Wuxi nbsp China 111 2016 Linux RaiseOS 2 0 5 8 nbsp 7 70 87 93 75 Perlmutter HPE Cray EX235n core AMD Epyc 7763 64 core 2 45 GHz 108 Nvidia Ampere A100 Slingshot 10 HPE NERSC nbsp United States 2021 Linux HPE Cray OS 9 nbsp 8 63 460 79 215 Selene Nvidia 71 680 1 120 64 core AMD Epyc 7742 2 25 GHz 4 480 108 Nvidia Ampere A100 Mellanox HDR Infiniband Nvidia Nvidia nbsp United States 2020 Linux Ubuntu 20 04 1 10 nbsp 9 61 445 100 679 Tianhe 2A TH IVB FEP 427 008 35 584 12 core Intel Xeon E5 2692 v2 2 2 GHz 35 584 Matrix 2000 112 128 core TH Express 2 NUDT National Supercomputer Center in Guangzhou nbsp China 2018 113 Linux Kylin Applications editThis section is in list format but may read better as prose You can help by converting this section if appropriate Editing help is available January 2020 This section needs expansion You can help by adding to it January 2020 The stages of supercomputer application may be summarized in the following table Decade Uses and computer involved1970s Weather forecasting aerodynamic research Cray 1 114 1980s Probabilistic analysis 115 radiation shielding modeling 116 CDC Cyber 1990s Brute force code breaking EFF DES cracker 117 2000s 3D nuclear test simulations as a substitute for legal conduct Nuclear Non Proliferation Treaty ASCI Q 118 2010s Molecular dynamics simulation Tianhe 1A 119 2020s Scientific research for outbreak prevention Electrochemical Reaction Research 120 The IBM Blue Gene P computer has been used to simulate a number of artificial neurons equivalent to approximately one percent of a human cerebral cortex containing 1 6 billion neurons with approximately 9 trillion connections The same research group also succeeded in using a supercomputer to simulate a number of artificial neurons equivalent to the entirety of a rat s brain 121 Modern day weather forecasting also relies on supercomputers The National Oceanic and Atmospheric Administration uses supercomputers to crunch hundreds of millions of observations to help make weather forecasts more accurate 122 In 2011 the challenges and difficulties in pushing the envelope in supercomputing were underscored by IBM s abandonment of the Blue Waters petascale project 123 The Advanced Simulation and Computing Program currently uses supercomputers to maintain and simulate the United States nuclear stockpile 124 In early 2020 COVID 19 was front and center in the world Supercomputers used different simulations to find compounds that could potentially stop the spread These computers run for tens of hours using multiple paralleled running CPU s to model different processes 125 126 127 nbsp Taiwania 3 is a Taiwanese supercomputer which assisted the scientific community in fighting COVID 19 It was launched in 2020 and has a capacity of about two to three PetaFLOPS Development and trends edit nbsp Distribution of TOP500 supercomputers among different countries in November 2015In the 2010s China the United States the European Union and others competed to be the first to create a 1 exaFLOP 1018 or one quintillion FLOPS supercomputer 128 Erik P DeBenedictis of Sandia National Laboratories has theorized that a zettaFLOPS 1021 or one sextillion FLOPS computer is required to accomplish full weather modeling which could cover a two week time span accurately 129 130 131 Such systems might be built around 2030 132 Many Monte Carlo simulations use the same algorithm to process a randomly generated data set particularly integro differential equations describing physical transport processes the random paths collisions and energy and momentum depositions of neutrons photons ions electrons etc The next step for microprocessors may be into the third dimension and specializing to Monte Carlo the many layers could be identical simplifying the design and manufacture process 133 The cost of operating high performance supercomputers has risen mainly due to increasing power consumption In the mid 1990s a top 10 supercomputer required in the range of 100 kilowatts in 2010 the top 10 supercomputers required between 1 and 2 megawatts 134 A 2010 study commissioned by DARPA identified power consumption as the most pervasive challenge in achieving Exascale computing 135 At the time a megawatt per year in energy consumption cost about 1 million dollars Supercomputing facilities were constructed to efficiently remove the increasing amount of heat produced by modern multi core central processing units Based on the energy consumption of the Green 500 list of supercomputers between 2007 and 2011 a supercomputer with 1 exaFLOPS in 2011 would have required nearly 500 megawatts Operating systems were developed for existing hardware to conserve energy whenever possible 136 CPU cores not in use during the execution of a parallelized application were put into low power states producing energy savings for some supercomputing applications 137 The increasing cost of operating supercomputers has been a driving factor in a trend toward bundling of resources through a distributed supercomputer infrastructure National supercomputing centers first emerged in the US followed by Germany and Japan The European Union launched the Partnership for Advanced Computing in Europe PRACE with the aim of creating a persistent pan European supercomputer infrastructure with services to support scientists across the European Union in porting scaling and optimizing supercomputing applications 134 Iceland built the world s first zero emission supercomputer Located at the Thor Data Center in Reykjavik Iceland this supercomputer relies on completely renewable sources for its power rather than fossil fuels The colder climate also reduces the need for active cooling making it one of the greenest facilities in the world of computers 138 Funding supercomputer hardware also became increasingly difficult In the mid 1990s a top 10 supercomputer cost about 10 million euros while in 2010 the top 10 supercomputers required an investment of between 40 and 50 million euros 134 In the 2000s national governments put in place different strategies to fund supercomputers In the UK the national government funded supercomputers entirely and high performance computing was put under the control of a national funding agency Germany developed a mixed funding model pooling local state funding and federal funding 134 In fiction editMain article AI takeover Examples of supercomputers in fiction include HAL 9000 Multivac The Machine Stops GLaDOS The Evitable Conflict Vulcan s Hammer Colossus WOPR AM and Deep Thought The Cray X MP was mentioned as the supercomputer used to sequence the DNA extracted from preserved parasites in the Jurassic Park series See also editACM IEEE Supercomputing Conference ACM SIGHPC High performance computing High performance technical computing Jungle computing Nvidia Tesla Personal Supercomputer Parallel computing Supercomputing in China Supercomputing in Europe Supercomputing in India Supercomputing in Japan Testing high performance computing applications Ultra Network Technologies Quantum computingReferences edit IBM Blue gene announcement 03 ibm com 26 June 2007 Retrieved 9 June 2012 Intrepid Argonne Leadership Computing Facility Argonne National Laboratory Archived from the original on 7 May 2013 Retrieved 26 March 2020 The List June 2018 Top 500 Retrieved 25 June 2018 AMD Playstation 5 GPU Specs TechPowerUp Retrieved 11 September 2021 NVIDIA GeForce GT 730 Specs TechPowerUp Retrieved 11 September 2021 Operating system Family Linux TOP500 org Retrieved 30 November 2017 Anderson Mark 21 June 2017 Global Race Toward Exascale Will Drive Supercomputing AI to Masses Spectrum IEEE org Retrieved 20 January 2019 Lemke Tim 8 May 2013 NSA Breaks Ground on Massive Computing Center Retrieved 11 December 2013 a b Hoffman Allan R et al 1990 Supercomputers directions in technology and applications National Academies pp 35 47 ISBN 978 0 309 04088 4 a b Hill Mark Donald Jouppi Norman Paul Sohi Gurindar 1999 Readings in computer architecture Gulf Professional pp 40 49 ISBN 978 1 55860 539 8 Paul Alcorn 30 May 2022 AMD Powered Frontier Supercomputer Breaks the Exascale Barrier Now Fastest in the World Tom s Hardware Retrieved 30 May 2022 Japan Captures TOP500 Crown with Arm Powered Supercomputer TOP500 website www top500 org Performance Development www top500 org Retrieved 27 October 2022 Eric G Swedin David L Ferro 2007 Computers The Life Story of a Technology JHU Press p 57 ISBN 9780801887741 Eric G Swedin David L Ferro 2007 Computers The Life Story of a Technology JHU Press p 56 ISBN 9780801887741 Eric G Swedin David L Ferro 2007 Computers The Life Story of a Technology JHU Press p 58 ISBN 9780801887741 The Atlas University of Manchester archived from the original on 28 July 2012 retrieved 21 September 2010 The Supermen Charles Murray Wiley amp Sons 1997 Paul E Ceruzzi 2003 A History of Modern Computing MIT Press p 161 ISBN 978 0 262 53203 7 a b Hannan Caryn 2008 Wisconsin Biographical Dictionary State History Publications pp 83 84 ISBN 978 1 878592 63 7 John Impagliazzo John A N Lee 2004 History of computing in education Springer Science amp Business Media p 172 ISBN 978 1 4020 8135 4 Andrew R L Cayton Richard Sisson Chris Zacher 2006 The American Midwest An Interpretive Encyclopedia Indiana University Press p 1489 ISBN 978 0 253 00349 2 Readings in computer architecture by Mark Donald Hill Norman Paul Jouppi Gurindar Sohi 1999 ISBN 978 1 55860 539 8 page 41 48 Milestones in computer science and information technology by Edwin D Reilly 2003 ISBN 1 57356 521 0 page 65 Due to Soviet propaganda it can be read sometimes that the Soviet supercomputer M13 was the first to reach the gigaflops barrier Actually the M13 building began in 1984 but it was not operational before 1986 Rogachev Yury Vasilievich Russian Virtual Computer Museum Seymour Cray Quotes BrainyQuote Steve Nelson 3 October 2014 ComputerGK com Supercomputers LINKS 1 Computer Graphics System Computer Museum museum ipsj or jp VPP500 1992 Fujitsu Global TOP500 Annual Report 1994 Netlib org 1 October 1996 Retrieved 9 June 2012 N Hirose amp M Fukuda 1997 Numerical Wind Tunnel NWT and CFD Research at National Aerospace Laboratory Proceedings High Performance Computing on the Information Superhighway HPC Asia 97 Proceedings of HPC Asia 97 IEEE Computer SocietyPages pp 99 103 doi 10 1109 HPC 1997 592130 ISBN 0 8186 7901 8 H Fujii Y Yasuda H Akashi Y Inagami M Koga O Ishihara M Syazwan H Wada T Sumimoto Architecture and performance of the Hitachi SR2201 massively parallel processor system Proceedings of 11th International Parallel Processing Symposium April 1997 pages 233 241 Y Iwasaki The CP PACS project Nuclear Physics B Proceedings Supplements Volume 60 Issues 1 2 January 1998 pages 246 254 A J van der Steen Overview of recent supercomputers Publication of the NCF Stichting Nationale Computer Faciliteiten the Netherlands January 1997 Scalable input output achieving system balance by Daniel A Reed 2003 ISBN 978 0 262 68142 1 page 182 David Bader Selected to Receive the 2021 IEEE Computer Society Sidney Fernbach Award IEEE Computer Society 22 September 2021 Retrieved 12 October 2023 a b c Bader David A 2021 Linux and Supercomputing How My Passion for Building COTS Systems Led to an HPC Revolution IEEE Annals of the History of Computing 43 3 73 80 doi 10 1109 MAHC 2021 3101415 S2CID 237318907 Fleck John 8 April 1999 UNM to crank up 400 000 supercomputer today Albuquerque Journal p D1 Prodan Radu Fahringer Thomas 2007 Grid computing experiment management tool integration and scientific workflows Springer pp 1 4 ISBN 978 3 540 69261 4 Knight Will IBM creates world s most powerful computer NewScientist com news service June 2007 N R Agida et al 2005 Blue Gene L Torus Interconnection Network IBM Journal of Research and Development PDF Torus Interconnection Network p 265 Archived from the original PDF on 15 August 2011 Niu Yanwei Hu Ziang Barner Kenneth Gao Guang R 2005 Performance Modelling and Optimization of Memory Access on Cellular Computer Architecture Cyclops64 PDF Network and Parallel Computing Lecture Notes in Computer Science Vol 3779 pp 132 143 doi 10 1007 11577188 18 ISBN 978 3 540 29810 6 Archived PDF from the original on 9 October 2022 Analysis and performance results of computing betweenness centrality on IBM Cyclops64 by Guangming Tan Vugranam C Sreedhar and Guang R Gao The Journal of Supercomputing Volume 56 Number 1 1 24 September 2011 Prickett Timothy 31 May 2010 Top 500 supers The Dawning of the GPUs Theregister co uk Hans Hacker Carsten Trinitis Josef Weidendorfer Matthias Brehm 2010 Considering GPGPU for HPC Centers Is It Worth the Effort In Rainer Keller David Kramer Jan Philipp Weiss eds Facing the Multicore Challenge Aspects of New Paradigms and Technologies in Parallel Computing Springer Science amp Business Media pp 118 121 ISBN 978 3 642 16232 9 Damon Poeter 11 October 2011 Cray s Titan Supercomputer for ORNL Could Be World s Fastest Pcmag com Feldman Michael 11 October 2011 GPUs Will Morph ORNL s Jaguar into 20 Petaflop Titan Hpcwire com Timothy Prickett Morgan 11 October 2011 Oak Ridge changes Jaguar s spots from CPUs to GPUs Theregister co uk The NETL SuperComputer Archived 4 September 2015 at the Wayback Machine page 2 Condon J H and K Thompson Belle Chess Hardware In Advances in Computer Chess 3 ed M R B Clarke Pergamon Press 1982 Hsu Feng hsiung 2002 Behind Deep Blue Building the Computer that Defeated the World Chess Champion Princeton University Press ISBN 978 0 691 09065 8 C Donninger U Lorenz The Chess Monster Hydra Proc of 14th International Conference on Field Programmable Logic and Applications FPL 2004 Antwerp Belgium LNCS 3203 pp 927 932 J Makino and M Taiji Scientific Simulations with Special Purpose Computers The GRAPE Systems Wiley 1998 RIKEN press release Completion of a one petaFLOPS computer system for simulation of molecular dynamics Archived 2 December 2012 at the Wayback Machine Electronic Frontier Foundation 1998 Cracking DES Secrets of Encryption Research Wiretap Politics amp Chip Design Oreilly amp Associates Inc ISBN 978 1 56592 520 5 Lohr Steve 8 June 2018 Move Over China U S Is Again Home to World s Speediest Supercomputer New York Times Retrieved 19 July 2018 Green500 List November 2018 TOP500 Retrieved 19 July 2018 Xue June Yang Xiang Ke Liao et al 2011 The TianHe 1A Supercomputer Its Hardware and Software Journal of Computer Science and Technology 26 3 344 351 doi 10 1007 s02011 011 1137 8 S2CID 1389468 The Supermen Story of Seymour Cray and the Technical Wizards Behind the Supercomputer by Charles J Murray 1997 ISBN 0 471 04885 2 pages 133 135 Parallel Computational Fluid Dyynamics Recent Advances and Future Directions edited by Rupak Biswas 2010 ISBN 1 60595 022 X page 401 Supercomputing Research Advances by Yongge Huang 2008 ISBN 1 60456 186 6 pages 313 314 a b Parallel computing for real time signal processing and control by M O Tokhi Mohammad Alamgir Hossain 2003 ISBN 978 1 85233 599 1 pages 201 202 a b Computational science ICCS 2005 5th international conference edited by Vaidy S Sunderam 2005 ISBN 3 540 26043 9 pages 60 67 NVIDIA Tesla GPUs Power World s Fastest Supercomputer Press release Nvidia 29 October 2010 Archived from the original on 2 March 2014 Retrieved 21 February 2011 Balandin Alexander A October 2009 Better Computing Through CPU Cooling Spectrum ieee org The Green 500 Green500 org Archived from the original on 26 August 2016 Retrieved 14 August 2011 Green 500 list ranks supercomputers iTnews Australia Archived from the original on 22 October 2008 Wu chun Feng 2003 Making a Case for Efficient Supercomputing ACM Queue Magazine Volume 1 Issue 7 10 January 2003 doi 10 1145 957717 957772 Queue 1 7 54 doi 10 1145 957717 957772 S2CID 11283177 IBM uncloaks 20 petaflops BlueGene Q super The Register 22 November 2010 Retrieved 25 November 2010 Prickett Timothy 15 July 2011 The Register IBM Blue Waters super node washes ashore in August Theregister co uk Retrieved 9 June 2012 IBM Hot Water Cooled Supercomputer Goes Live at ETH Zurich IBM News room 2 July 2010 Archived from the original on 10 January 2011 Retrieved 16 March 2020 Martin LaMonica 10 May 2010 CNet 10 May 2010 News cnet com Archived from the original on 1 November 2013 Retrieved 9 June 2012 Government unveils world s fastest computer CNN Archived from the original on 10 June 2008 performing 376 million calculations for every watt of electricity used IBM Roadrunner Takes the Gold in the Petaflop Race Archived from the original on 17 December 2008 Retrieved 16 March 2020 Top500 Supercomputing List Reveals Computing Trends 20 July 2010 IBM BlueGene Q system setting a record in power efficiency with a value of 1 680 MFLOPS W more than twice that of the next best system IBM Research A Clear Winner in Green 500 18 November 2010 Green 500 list Green500 org Archived from the original on 3 July 2011 Retrieved 16 March 2020 Saed G Younis Asymptotically Zero Energy Computing Using Split Level Charge Recovery Logic 1994 page 14 Hot Topic the Problem of Cooling Supercomputers Archived 18 January 2015 at the Wayback Machine Anand Lal Shimpi Inside the Titan Supercomputer 299K AMD x86 Cores and 18 6K NVIDIA GPUs 2012 Curtis Storlie Joe Sexton Scott Pakin Michael Lang Brian Reich William Rust Modeling and Predicting Power Consumption of High Performance Computing Jobs 2014 a b Encyclopedia of Parallel Computing by David Padua 2011 ISBN 0 387 09765 1 pages 426 429 Knowing machines essays on technical change by Donald MacKenzie 1998 ISBN 0 262 63188 1 page 149 151 Euro Par 2004 Parallel Processing 10th International Euro Par Conference 2004 by Marco Danelutto Marco Vanneschi and Domenico Laforenza ISBN 3 540 22924 8 page 835 Euro Par 2006 Parallel Processing 12th International Euro Par Conference 2006 by Wolfgang E Nagel Wolfgang V Walter and Wolfgang Lehner ISBN 3 540 37783 2 page An Evaluation of the Oak Ridge National Laboratory Cray XT3 by Sadaf R Alam etal International Journal of High Performance Computing Applications February 2008 vol 22 no 1 52 80 Open Job Management Architecture for the Blue Gene L Supercomputer by Yariv Aridor et al in Job scheduling strategies for parallel processing by Dror G Feitelson 2005 ISBN 978 3 540 31024 2 pages 95 101 Top500 OS chart Top500 org Archived from the original on 5 March 2012 Retrieved 31 October 2010 Wide angle view of the ALMA correlator ESO Press Release Retrieved 13 February 2013 Nielsen Frank 2016 Introduction to HPC with MPI for Data Science Springer pp 185 221 ISBN 978 3 319 21903 5 Rahat Nazmul Chapter 03 Software and System Management Pande lab Client Statistics by OS Folding home Stanford University Retrieved 10 April 2020 BOINC Combined BOINCstats BOINC Archived from the original on 19 September 2010 Retrieved 30 October 2016 Note this link will give current statistics not those on the date last accessed a href Template Cite web html title Template Cite web cite web a CS1 maint postscript link Internet PrimeNet Server Distributed Computing Technology for the Great Internet Mersenne Prime Search GIMPS Retrieved 6 June 2011 a b Kravtsov Valentin Carmeli David Dubitzky Werner Orda Ariel Schuster Assaf Yoshpa Benny Quasi opportunistic supercomputing in grids hot topic paper 2007 IEEE International Symposium on High Performance Distributed Computing IEEE CiteSeerX 10 1 1 135 8993 Retrieved 4 August 2011 a href Template Cite web html title Template Cite web cite web a CS1 maint multiple names authors list link Jamalian S Rajaei H 1 March 2015 ASETS A SDN Empowered Task Scheduling System for HPCaaS on the Cloud 2015 IEEE International Conference on Cloud Engineering pp 329 334 doi 10 1109 IC2E 2015 56 ISBN 978 1 4799 8218 9 S2CID 10974077 Jamalian S Rajaei H 1 June 2015 Data Intensive HPC Tasks Scheduling with SDN to Enable HPC as a Service 2015 IEEE 8th International Conference on Cloud Computing pp 596 603 doi 10 1109 CLOUD 2015 85 ISBN 978 1 4673 7287 9 S2CID 10141367 Gupta A Milojicic D 1 October 2011 Evaluation of HPC Applications on Cloud 2011 Sixth Open Cirrus Summit pp 22 26 CiteSeerX 10 1 1 294 3936 doi 10 1109 OCS 2011 10 ISBN 978 0 7695 4650 6 S2CID 9405724 Kim H el Khamra Y Jha S Parashar M 1 December 2009 An Autonomic Approach to Integrated HPC Grid and Cloud Usage 2009 Fifth IEEE International Conference on e Science pp 366 373 CiteSeerX 10 1 1 455 7000 doi 10 1109 e Science 2009 58 ISBN 978 1 4244 5340 5 S2CID 11502126 Eadline Douglas Moving HPC to the Cloud Admin Magazine Retrieved 30 March 2019 Niccolai James 11 August 2009 Penguin Puts High performance Computing in the Cloud PCWorld IDG Consumer amp SMB Retrieved 6 June 2016 a b c The Potential Impact of High End Capability Computing on Four Illustrative Fields of Science and Engineering by Committee on the Potential Impact of High End Computing on Illustrative Fields of Science and Engineering and National Research Council 28 October 2008 ISBN 0 309 12485 9 page 9 Xingfu Wu 1999 Performance Evaluation Prediction and Visualization of Parallel Systems Springer Science amp Business Media pp 114 117 ISBN 978 0 7923 8462 5 Brehm M and Bruhwiler D L 2015 Performance Characteristics of the Plasma Wakefield Acceleration Driven by Proton Bunches Journal of Physics Conference Series a b Dongarra Jack J Luszczek Piotr Petitet Antoine 2003 The LINPACK Benchmark past present and future PDF Concurrency and Computation Practice and Experience 15 9 803 820 doi 10 1002 cpe 728 S2CID 1900724 Understanding measures of supercomputer performance and storage system capacity Indiana University Retrieved 3 December 2017 Frequently Asked Questions TOP500 org Retrieved 3 December 2017 Intel brochure 11 91 Directory page for Top500 lists Result for each list since June 1993 Top500 org Archived from the original on 18 December 2010 Retrieved 31 October 2010 a href Template Cite web html title Template Cite web cite web a CS1 maint numeric names authors list link Lenovo Attains Status as Largest Global Provider of TOP500 Supercomputers Business Wire 25 June 2018 November 2022 TOP500 www top500 org Retrieved 7 December 2022 a b China Tops Supercomputer Rankings with New 93 Petaflop Machine TOP500 Supercomputer Sites Matrix 2000 NUDT WikiChip en wikichip org Retrieved 19 July 2019 Tianhe 2A TH IVB FEP Cluster Intel Xeon E5 2692v2 12C 2 2GHz TH Express 2 Matrix 2000 TOP500 Supercomputer Sites www top500 org Retrieved 16 November 2022 The Cray 1 Computer System PDF Cray Research Inc Archived PDF from the original on 9 October 2022 Retrieved 25 May 2011 Joshi Rajani R 9 June 1998 A new heuristic algorithm for probabilistic optimization Computers amp Operations Research 24 7 687 697 doi 10 1016 S0305 0548 96 00056 1 Abstract for SAMSY Shielding Analysis Modular System OECD Nuclear Energy Agency Issy les Moulineaux France Retrieved 25 May 2011 EFF DES Cracker Source Code Cosic esat kuleuven be Retrieved 8 July 2011 Disarmament Diplomacy DOE Supercomputing amp Test Simulation Programme Acronym org uk 22 August 2000 Archived from the original on 16 May 2013 Retrieved 8 July 2011 China s Investment in GPU Supercomputing Begins to Pay Off Big Time Blogs nvidia com Archived from the original on 5 July 2011 Retrieved 8 July 2011 Andrew Scottie 19 March 2020 The world s fastest supercomputer identified chemicals that could stop coronavirus from spreading a crucial step toward a treatment CNN Retrieved 12 May 2020 Kaku Michio Physics of the Future New York Doubleday 2011 65 Faster Supercomputers Aiding Weather Forecasts News nationalgeographic com 28 October 2010 Archived from the original on 5 September 2005 Retrieved 8 July 2011 IBM Drops Blue Waters Supercomputer Project International Business Times 9 August 2011 Retrieved 14 December 2018 via EBSCO subscription required Supercomputers U S Department of Energy Archived from the original on 7 March 2017 Retrieved 7 March 2017 Supercomputer Simulations Help Advance Electrochemical Reaction Research ucsdnews ucsd edu Retrieved 12 May 2020 IBM s Summit The Supercomputer Fighting Coronavirus MedicalExpo e Magazine 16 April 2020 Retrieved 12 May 2020 OSTP Funding Supercomputer Research to Combat COVID 19 MeriTalk Retrieved 12 May 2020 EU 1 2 supercomputer project to several 10 100 PetaFLOP computers by 2020 and exaFLOP by 2022 NextBigFuture com NextBigFuture com 4 February 2018 Retrieved 21 May 2018 DeBenedictis Erik P 2004 The Path To Extreme Computing PDF Zettaflops Sandia National Laboratories Archived from the original PDF on 3 August 2007 Retrieved 9 September 2020 Cohen Reuven 28 November 2013 Global Bitcoin Computing Power Now 256 Times Faster Than Top 500 Supercomputers Combined Forbes Retrieved 1 December 2017 DeBenedictis Erik P 2005 Reversible logic for supercomputing Proceedings of the 2nd conference on Computing frontiers ACM Press pp 391 402 ISBN 978 1 59593 019 4 IDF Intel says Moore s Law holds until 2029 Heise Online 4 April 2008 Archived from the original on 8 December 2013 Solem J C 1985 MECA A multiprocessor concept specialized to Monte Carlo Monte Carlo Methods and Applications in Neutronics Photonics and Statistical Physics Lecture Notes in Physics Vol 240 Proceedings of the Joint los Alamos National Laboratory Commissariat a l Energie Atomique Meeting Held at Cadarache Castle Provence France 22 26 April 1985 Monte Carlo Methods and Applications in Neutronics Photonics and Statistical Physics Alcouffe R Dautray R Forster A Forster G Mercier B Eds Springer Verlag Berlin pp 184 195 Bibcode 1985LNP 240 184S doi 10 1007 BFb0049047 ISBN 978 3 540 16070 0 OSTI 5689714 a b c d Yiannis Cotronis Anthony Danalis Dimitris Nikolopoulos Jack Dongarra 2011 Recent Advances in the Message Passing Interface 18th European MPI Users Group Meeting EuroMPI 2011 Santorini Greece September 18 21 2011 Proceedings Springer Science amp Business Media ISBN 9783642244483 James H Laros III Kevin Pedretti Suzanne M Kelly Wei Shu Kurt Ferreira John Van Dyke Courtenay Vaughan 2012 Energy Efficient High Performance Computing Measurement and Tuning Springer Science amp Business Media p 1 ISBN 9781447144922 James H Laros III Kevin Pedretti Suzanne M Kelly Wei Shu Kurt Ferreira John Van Dyke Courtenay Vaughan 2012 Energy Efficient High Performance Computing Measurement and Tuning Springer Science amp Business Media p 2 ISBN 9781447144922 James H Laros III Kevin Pedretti Suzanne M Kelly Wei Shu Kurt Ferreira John Van Dyke Courtenay Vaughan 2012 Energy Efficient High Performance Computing Measurement and Tuning Springer Science amp Business Media p 3 ISBN 9781447144922 Green Supercomputer Crunches Big Data in Iceland intelfreepress com 21 May 2015 Archived from the original on 20 May 2015 Retrieved 18 May 2015 External links edit nbsp Wikimedia Commons has media related to Supercomputers McDonnell Marshall T 2013 Supercomputer Design An Initial Effort to Capture the Environmental Economic and Societal Impacts Chemical and Biomolecular Engineering Publications and Other Works Portals nbsp Electronics nbsp Illinois nbsp Linux nbsp History of science nbsp Spaceflight nbsp Computer programming nbsp United States Retrieved from https en wikipedia org w index php title Supercomputer amp oldid 1190322335, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.