Skip to content

Library article / supercomputing

Supercomputing: Its History, Role, and the Next Five and Ten Years

From ENIAC, CDC 6600, Cray-1, the Earth Simulator, Fugaku, and exascale to AI-HPC integration, hybrid quantum computing, and evidence-bounded scenarios for 2031 and 2036.

10 min read

Get it in 30 seconds

A supercomputer does not foretell the future. It tests futures that cannot be tried directly, repeatedly narrowing the hypotheses worth checking next.

A useful mental model

Think of scientific infrastructure that coordinates CPUs, GPUs, memory, networks, storage, and cooling—not one enormous brain—and its history and social role come into focus.

Where the analogy stops

A simulation is not reality; its result depends on models, initial conditions, approximations, and validation data. A TOP500 FLOPS rank measures neither intelligence nor speed on every application.

You will connect ENIAC to exascale without reducing history to a speed race, then read AI, quantum, and power futures as evidence-bounded scenarios.

Need a term? →
Article map16 chapters

01First Separate History, Current Measurements, Official Plans, and Scenarios

Comparison table for First Separate History, Current Measurements, Official Plans, and Scenarios
LayerHow this article treats it
Historical factChecked against development institutions, museums, and research records
Current measurementGiven an observation date, such as the June 2026 TOP500 list
Official planA target published by its developer, not a guarantee of completion or achievement
2036 scenarioAn editorial interpretation derived from present constraints and plans, not a prophecy

The future of computing depends on uncertain progress in semiconductors, power, cooling, software, budgets, policy, and science. The five- and ten-year sections therefore keep deployed systems apart from planned systems, measurements apart from targets, and primary evidence apart from our inference.

02A Supercomputer Is Not Merely a Very Large PC

High-performance computing (HPC) is not a chip category. It is the combination of hardware, networks, storage, software, facilities, and operations used to solve difficult computations in useful time. Connecting thousands or millions of compute elements does not create one effective computer unless work can be divided, data can arrive, and failures can be recovered from.

There is no permanent performance threshold that defines a supercomputer. TOP500 does not draw one; it ranks submitted general-purpose systems with a common benchmark. A present consumer device may exceed a former leader on one metric without having that system’s memory, I/O, reliability, or scientific software environment.

03From ENIAC to CDC 6600: Electronic Calculation and Division of Labor

ENIAC, publicly unveiled in 1946, belongs to the prehistory of the modern supercomputer rather than to today’s category. As a general-purpose, electronic, programmable vacuum-tube computer, it showed that a numerical machine built for ballistics could be reconfigured for different problems. Claims about the single “first computer” depend on definitions, but ENIAC marks a major transition from mechanical calculation to general electronic numerical work.

The CDC 6600 of 1964 separated I/O and housekeeping from its central arithmetic processor by assigning those jobs to ten peripheral processors. The Computer History Museum records roughly three million instructions per second and a reign of about five years as the fastest computer. Its structure differs from a modern CPU–GPU system, but the design problem—do not leave an expensive arithmetic unit waiting—remains.

04Cray-1: Vectors, Short Wires, and Cooling as One Design

The Cray-1, delivered in 1976, brought vector processing into practical scientific use by applying one instruction across ordered data. Its circular cabinet was not cosmetic: short wires reduced signal delay, while dense circuitry required an integrated cooling design. Memory bandwidth and a compiler’s ability to vectorize loops mattered along with arithmetic speed.

Vector machines were effective for regular arrays in fluid dynamics, weather, structures, and cryptographic work. Branching or data-dependent workloads did not achieve the same utilization. Supercomputing history is therefore not just a history of higher clocks; it is a history of mapping a problem’s regularity onto hardware at different granularities.

05Massive Parallelism and Clusters: From One Special Machine to Many Nodes

The first TOP500 list in 1993 was led by a 1,024-processor CM-5. It helps mark a shift from relying only on a few powerful vector processors toward dividing work across many processors. More processors also create more communication and synchronization; software must decide how to partition, place, and combine work.

At NASA Goddard in 1994, the first Beowulf cluster joined commodity PCs with Linux. Fast networking, replaceable nodes, and open software widened access to HPC beyond wholly bespoke components. Today’s leadership machines are far more sophisticated, but they retain the basic cluster idea of presenting multiple nodes as a coordinated resource.

Supercomputing history is not one race for CPU clock speed. The lineage moves through the CDC 6600 division of labour, Cray-1 vector processing, massively parallel systems, Beowulf-style clusters, and exascale systems joining CPUs, GPUs, memory, and networks. This is a conceptual lineage, not a complete model list or performance ranking.

06The Earth Simulator and Fugaku: Co-Design Around Applications

The first Earth Simulator connected vector processors in parallel and reached No. 1 on TOP500 in 2002 with 35.86 TFLOP/s on Linpack. Its missions included Earth, climate, and seismic research, and its software required both vectorization and parallelization. It shows why computing did not simply move from “old vectors” to “new parallelism”; architectures are recombined around workloads.

Fugaku was co-designed with applications as the successor to the K computer. Before shared operation formally began in 2021, RIKEN allocated resources to COVID-19 projects. Its general-purpose mission has emphasized diverse codes in disasters, climate, drug discovery, materials, and industry—not only a ranking position.

07Exascale and the Position as of June 2026

Exascale commonly refers to systems in the class of 10^18 double-precision floating-point operations per second. Frontier became the first exascale system to lead TOP500 in 2022. El Capitan became the first NNSA exascale system in 2024, supporting simulations used to assess stockpile safety, security, and reliability without underground nuclear testing.

On the June 2026 TOP500 list, China’s LineShine ranks first at 2.198 EFLOP/s on HPL. El Capitan is second, Frontier third, Aurora fourth, JUPITER Booster fifth, and Fugaku ninth. These are HPL positions for that edition—not permanent titles or rankings of every application. Any current article should retain the date “June 2026.”

08A Modern System Combines CPUs, Accelerators, Memory, Networks, and Storage

Comparison table for A Modern System Combines CPUs, Accelerators, Memory, Networks, and Storage
ElementTypical role
CPUOS, branches, I/O, job control, and sequential regions
GPU / acceleratorRegular parallel work over matrices, vectors, and grids
MemoryHolds state and forms a hierarchy of capacity, bandwidth, and latency
InterconnectMoves data and synchronization among nodes and accelerators
StoragePreserves inputs, checkpoints, and simulation output
FacilitySupplies power, cooling, replacement, and safe operation

In the June 2026 TOP500 list, 276 of 500 systems used accelerator or co-processor technology. This does not mean that a GPU alone has become the supercomputer. It reflects the spread of heterogeneous computing, where CPUs and accelerators handle different regions. Data movement and software make performance a property of the whole system rather than one chip’s peak rating.

09What Is It For? Virtual Laboratory, Instrument Partner, and National Infrastructure

HPC models climate and weather, disasters, materials, fusion, drugs, power grids, aerospace, fundamental physics, and national security. When a physical experiment is dangerous, costly, slow, or unobservable, researchers vary conditions in simulation and narrow the candidates. A simulation is not reality: its result depends on the model, initial conditions, resolution, approximations, and validation data.

The role now extends beyond simulation. Telescopes, accelerators, microscopes, sensors, and automated laboratories produce data that HPC analyzes; AI can search for patterns and help select the next observation or experiment. Because leadership systems also require tens of megawatts, specialized supply chains, and long-lived software, they are scientific instruments and national research infrastructure.

10How to Read TOP500: No. 1 Does Not Mean “Most Intelligent”

TOP500 uses High Performance Linpack (HPL), which ranks floating-point performance on a dense system of linear equations. The common metric is valuable for tracking change, but TOP500 itself says that system selection requires benchmarks relevant to an organization’s applications.

HPL, the more memory- and communication-sensitive HPCG, mixed-precision HPL-MxP, AI benchmarks, and an application’s time to solution answer different questions. Peak FLOPS, measured Rmax, memory bandwidth, and energy efficiency are not interchangeable. FLOPS does not measure intelligence, discovery quality, model correctness, or Bitcoin hash rate.

11The Next Wall Is Not Arithmetic Alone: Power, Data Movement, Software, and Reliability

At scale, moving data from memory to arithmetic units, between nodes, and from compute to storage can dominate time and energy. Communication-avoiding algorithms, in situ reduction, checkpointing, failure recovery, and performance portability can matter as much as adding arithmetic units.

An El Capitan-class system requires roughly 30 MW, and next-generation plans make power and cooling design constraints. Better performance per watt does not ensure lower total consumption when systems and usage grow. Forecasting only FLOPS omits facilities, operating cost, carbon, water, component lifetimes, and the cost of moving scientific codes to new architectures.

12Five Years Out, Around 2031: The Planned AI–HPC Platform

This section reports published plans. FugakuNEXT targets operation around 2030 and is being designed as an AI–HPC platform that integrates simulation and AI performance. Its program plans to connect AI, simulation, automated experiments, real-time data, and quantum computers. Public material targets less than 40 MW peak power during Linpack and a PUE below 1.1, but these are 2026 targets, not achieved measurements.

The U.S. Department of Energy’s New Frontiers program likewise researches energy efficiency, sustainable open-source software, and integrated AI and simulation workflows for post-exascale systems in the 2029-and-beyond timeframe. These plans support a 2031 picture in which CPUs, GPUs, large memory, fast storage, and AI cooperate within one facility, optimizing continuous simulation–data–experiment cycles rather than only one maximum run.

This article does not guarantee delivery dates, performance, or the practical scope of quantum integration. “Planned” and “routinely used by society” are separate claims.

13Ten Years Out, Around 2036: Three Editorial Scenarios

This is our scenario analysis, not an official roadmap. No primary source can establish which products, performance, or deployment dates will define 2036. Rather than guess one number, we present baseline, accelerated, and constrained directions.

Comparison table for Ten Years Out, Around 2036: Three Editorial Scenarios
ScenarioA plausible shape around 2036Key uncertainty
BaselineHPC, AI, observation, and robotic experiments form a loop; AI surrogates screen candidates for expensive simulationsModel validation, data quality, reproducibility
AcceleratedFault-tolerant QPUs handle selected chemistry, materials, or other subroutines in hybrid quantum–classical workflowsLogical qubits, error correction, algorithmic utility
ConstrainedPower, cooling, memory bandwidth, data movement, reliability, supply chains, and software portability limit expansionEnergy prices, semiconductors, policy, budgets

The most plausible shape is a mosaic of specialized compute engines rather than one ultimate processor. Evaluation would broaden from peak FLOPS toward time to solution, energy to solution, reproducibility, and whether humans can audit the result. We do not claim that zettascale must arrive by 2036 or that quantum computers will replace classical HPC.

14AI and Quantum Computing Change the Role of HPC; They Do Not Simply Succeed It

AI can accelerate approximation and candidate generation from existing data, while HPC simulations contribute physics-based computation and validation data. AI alone does not turn an unknown physical claim into truth, and simulation does not remove every experiment. AI for Science makes provenance, uncertainty, and validation more important as it makes the loop faster.

Quantum computing follows different computational rules and seeks advantage only for suitable algorithms. If practical QPUs emerge, a classical system may prepare a problem, a QPU may execute a narrow subroutine, and the classical side may verify the result. Scaling classical nodes and gaining the ability to run a quantum algorithm differ in kind, not merely degree.

15The Bitcoin Boundary: Do Not Confuse FLOPS with Hash Rate

Supercomputers and Bitcoin mining both depend on parallelism, electricity, cooling, and semiconductor supply chains. But HPC runs diverse scientific applications, while modern Bitcoin mining uses ASICs specialized for fixed SHA-256d work. HPL EFLOP/s cannot be converted into Bitcoin hashes per second, and a TOP500 rank does not establish an ability to attack a wallet.

Making a classical supercomputer larger does not by itself turn it into a fault-tolerant quantum computer capable of running Shor’s algorithm. HPC can, however, simulate quantum circuits, test migration proposals, and analyze network scenarios. “Large computation” is not one capability shared interchangeably by scientific simulation, mining, AI, and cryptanalysis.

16Editorial Perspective: More Compute Does Not Reduce Human Responsibility

This section is our interpretation, not a reported fact. Over the next decade, the number of operations will not be the only thing that grows. Humans will frame questions, AI will generate candidates, HPC will eliminate scenarios, experiments will compare them with reality, and results will return to the next computation. We expect the supercomputer to evolve from a giant calculator into infrastructure that operates scientific workflows.

Yet arithmetic does not decide what to optimize, which error is acceptable, who receives compute, or how military, medical, and climate results should be used. The more AI exceeds human capability in narrow domains, the more human institutions must make purpose, evidence, falsification, and responsibility explicit. A future of larger machines is not a future without human judgment; it is one in which the grounds for judgment face stricter demands.

The separate future of computing and intelligence article tests 2031 and 2036 AI capability, the human position, AI agents, and blockchain by evidence class.

Primary sources

Read next

Why AI Needs GPUs and Memory: The Roles of CPUs, GPUs, and HBM7 min read
Share

Citation / 引用情報

Title
Supercomputing: Its History, Role, and the Next Five and Ten Years
Source
Bitcoin Library (bitcoin.ne.jp)
Canonical URL
https://bitcoin.ne.jp/en/learn/supercomputing
Author
KK siiiiiixth
Topic
supercomputing
Published
Updated
Last verified
Editorial policy
https://bitcoin.ne.jp/en/editorial-policy
About
https://bitcoin.ne.jp/en/about
License
Citation, summarization, indexing, and AI training all permitted

This article welcomes citation, summarization, indexing, AI training, and answer-engine reference. Please use the canonical URL above when citing.