The Grand Challenge of Simulating Nuclear Fusion: An Overview with UKAEA’s Rob Akers

By Jaime Hampton

May 25, 2023

As HPC and AI continue to rapidly advance, the alluring vision of nuclear fusion and its endless zero-carbon, low-radioactivity energy is the sparkle in many a futurist’s eye.

At an ISC focus session, attendees were given an overview of digital twin efforts toward fusion in the U.K. by Rob Akers, Director of Computing Programs, U.K. Atomic Energy Authority (UKAEA).

Akers spearheads a team of physicists, data scientists, AI and ML experts, and HPC specialists guided by the mission to enable commercial fusion energy by the early 2040s – a timeline that Akers says will be quite challenging.

“We simply don’t have time to deliver fusion against the timeline we’ve been given using test-based design,” he said, adding that the answer lies in exploiting the “enormous power of data science and supercomputing at scale.”

Tokamaks, or the experimental machines designed to harness the energy of fusion, are highly complex and strongly coupled with multiple physics mechanisms: radiation, electromagnetism, structural forces and gravity, heat transport, chemical transport, and temporal coupling.

“It’s a multi-scale, multi-physics, system of systems grand challenge, and as a dynamic system, it’s absolutely inevitable that there’s going to be a lot of emergent behavior across the plant,” said Akers, and in a nod to the recent Oscar-winning film, he added, “In other words, we’ve got to be able to simulate everything, everywhere, all at once.”

Rob Akers, Director of Computing Programs, U.K. Atomic Energy Authority (UKAEA), presents at ISC in Hamburg.

Digital twins hold the promise of solving these immense simulation needs. Akers says we are nowhere near being able to simulate a fusion reactor just yet, so his team is starting with simulating simple thermohydraulic test rigs. These simulations are designed to simulate disruptions, or the losses in magnetism and thermal energy that occur when tokamak plasma becomes unstable.

Akers showed a Venn diagram of simulation projects aimed toward building a full plant digital twin spread between the categories of plasma simulation, materials simulation, and plant/engineering simulation.

The first simulation Akers highlighted concerns where the plasma meets the first wall of the tokamak. Crucial physics properties have been missing in the quest to build a high-fidelity simulator for this purpose, Akers noted, due to the lack of exascale computing power needed until recently. Through an initiative called Excalibur, the researchers are building software code through proxy apps.

“Plasma is a complicated problem from a fluid dynamics standpoint because it is not Maxwellian – we have to actually model velocity space.” The current model has five dimensions, two in real space and three in velocity space where researchers are simulating filaments that burst from the edge of the plasma. The calculations for this are enabled by NEKTAR++, a spectral/HP element framework that has been traditionally used in the aerospace sector.

Addressing the programming tools they are using, Akers said: “We’re doing all the things we should be doing with a modern code. We’re building in the verification right from the get-go. We’re making sure that the code is easy to develop for the people that aren’t the HPC specialists.” Akers also mentioned the need for the code to be performance portable, so it is encoded in the SYCL programming language: “At the moment, we don’t know what the UK first exascale machine is going to be in terms of architecture, we hope that SYCL will allow us to use it. And we’re working on things like the preconditioning methods.”

With all they are doing, the design is still “not anywhere near fast enough” for engineering design. So they’ve started looking at the machine learning methods to provide “an initial first guess and reduce the number of GMRES iterations that the code is going to require.”

The team is working with Caltech and Nvidia to develop a novel FNO architecture to handle multivariable modeling which is tested extensively to model the diffusion of multiple plasma blobs under the influence of magnetohydrodynamic instabilities using a program called JOREK.

A slide shows various simulation projects aimed at delivering a full-plant digital twin for fusion.

Another project is simulating the CHIMERA test rig, a machine for testing fusion energy components housed at UKAEA’s Fusion Technology Facility in South Yorkshire. This simulation uses the MOOSE framework, a framework developed by Idaho National Laboratory that uses libMESH as its finite element library and PETSc as the nonlinear solver.

The team is working on the simulation’s speed with HPC: “We’re within a gnat’s whisker of having a real time system, so we’re about a factor of 15 away from being faster than real time,” Akers said dryly. “But there’s a lot we can do. We’re starting to look at the GPUs. We’re starting to look at potentially swapping out libMesh with MFEM and potentially looking at Hyper instead of PETSc. Or maybe we can get PETSc working efficiently enough to get the speed up that we need.”

He continued: “But even again, with these things, we’re probably not going to be faster than real time on the number of nodes that we want to use. So as with the NEKTAR++ example before, we want to start looking at using methods of improving the GMRES iterations. And there’s a few papers there that we’ve started looking at, to see whether that’s likely to be possible.”

The next part of the presentation discussed building emulators to be used by engineers for tasks like predicting how hot and dense plasma will be in the reactor’s core: “The engineers don’t know about machine learning, and they certainly don’t know about supercomputing, so we need to deliver to them tools that they can use for multi-objective optimization and uncertainty quantification. And here I would argue that we’re not focusing on neural networks; we’re tending to focus in on deep Gaussian processes. They’re nice because they give us the epistemic uncertainty on the emulators relative to the HPC solvers,” said Akers.

The researchers are using active learning to improve electromagnetic simulations, which Akers says has resulted in a 40% improvement in data efficiency, adding: “That perhaps doesn’t sound enormous, but when you consider this as using huge amounts of HPC and the current cost of electricity, this is a really important innovation. So, I can thoroughly advise anybody to be looking at active learning for building emulators and surrogates.”

The design process of a nuclear fusion plant is tricky, Akers says, due to how each component of the plant is coupled with complex physics: “It means every component and any change to the engineering design of a component can affect a different component quite a long distance away. It means every engineer has to be mindful of what all the other engineers are doing.”

To this end, the University of Manchester is considering using Nvidia’s Omniverse digital twin platform as a singular source of truth for reactor design, according to Akers. This means creating a human-machine symbiosis, which Akers says involves injecting as much AI into the design process itself as possible to see if AI can be used to expose set-based rather than point-based design.

Akers included this Nvidia slide to bring home his point about the importance of HPC and AI in our quest for fusion.

In the last part of his presentation, Akers touched on what he calls the most traditional application of machine learning for fusion problems to date: Wrapping data with ML models. He gave the example of optimizing collected data from the Joint European Torus (JET), a tokamak commissioned in 1983, as well as Mega Amp Spherical Tokamak (MAST) and its upgraded version.

“We’ve got 40 years’ worth of data from JET, for example, that we should be able to turn into a foundation model in an ideal world. We’ve got this project that is being orchestrated under the auspices of the International Atomic Energy Agency to make data from MAST Upgrade and MAST available to the international community. The first thing we’ve started doing is to start reformatting the data into a more machine learning amenable format.” This involves changing the file storage format from NetCDF and HDF to Zarr, which Akers said is an improved data framework for this ML workload.

Akers concluded with an important message regarding the future of HPC for nuclear fusion: “I think it’s absolutely crucial that we work out how to fully exploit the convergence of HPC and AI that has come to the fore over the last few years. It’s fortuitous I think; we weren’t expecting this, but I’d argue that the stars are aligned. So, we’ve got a very challenging timeline ahead of us and I think HPC and AI convergence are going to be crucial to the delivery of commercial fusion energy.”

If you’ve registered for ISC, you can view the three-presentation series, “Machine Learning for Digital Twins,” here. Also presenting are William Tang (Princeton University) and David Hall (Nvidia).

Subscribe to HPCwire's Weekly Update!

Be the most informed person in the room! Stay ahead of the tech trends with industry updates delivered to you every week!

Mystery Solved: Intel’s Former HPC Chief Now Running Software Engineering Group 

April 15, 2024

Last year, Jeff McVeigh, Intel's readily available leader of the high-performance computing group, suddenly went silent, with no interviews granted or appearances at press conferences.  It led to questions -- what's Read more…

Exciting Updates From Stanford HAI’s Seventh Annual AI Index Report

April 15, 2024

As the AI revolution marches on, it is vital to continually reassess how this technology is reshaping our world. To that end, researchers at Stanford’s Institute for Human-Centered AI (HAI) put out a yearly report to t Read more…

Crossing the Quantum Threshold: The Path to 10,000 Qubits

April 15, 2024

Editor’s Note: Why do qubit count and quality matter? What’s the difference between physical qubits and logical qubits? Quantum computer vendors toss these terms and numbers around as indicators of the strengths of t Read more…

Intel’s Vision Advantage: Chips Are Available Off-the-Shelf

April 11, 2024

The chip market is facing a crisis: chip development is now concentrated in the hands of the few. A confluence of events this week reminded us how few chips are available off the shelf, a concern raised at many recent Read more…

The VC View: Quantonation’s Deep Dive into Funding Quantum Start-ups

April 11, 2024

Yesterday Quantonation — which promotes itself as a one-of-a-kind venture capital (VC) company specializing in quantum science and deep physics  — announced its second fund targeting €200 million. The very idea th Read more…

Nvidia’s GTC Is the New Intel IDF

April 9, 2024

After many years, Nvidia's GPU Technology Conference (GTC) was back in person and has become the conference for those who care about semiconductors and AI. In a way, Nvidia is the new Intel IDF, the hottest chip show Read more…

Exciting Updates From Stanford HAI’s Seventh Annual AI Index Report

April 15, 2024

As the AI revolution marches on, it is vital to continually reassess how this technology is reshaping our world. To that end, researchers at Stanford’s Instit Read more…

Intel’s Vision Advantage: Chips Are Available Off-the-Shelf

April 11, 2024

The chip market is facing a crisis: chip development is now concentrated in the hands of the few. A confluence of events this week reminded us how few chips Read more…

The VC View: Quantonation’s Deep Dive into Funding Quantum Start-ups

April 11, 2024

Yesterday Quantonation — which promotes itself as a one-of-a-kind venture capital (VC) company specializing in quantum science and deep physics  — announce Read more…

Nvidia’s GTC Is the New Intel IDF

April 9, 2024

After many years, Nvidia's GPU Technology Conference (GTC) was back in person and has become the conference for those who care about semiconductors and AI. I Read more…

Google Announces Homegrown ARM-based CPUs 

April 9, 2024

Google sprang a surprise at the ongoing Google Next Cloud conference by introducing its own ARM-based CPU called Axion, which will be offered to customers in it Read more…

Computational Chemistry Needs To Be Sustainable, Too

April 8, 2024

A diverse group of computational chemists is encouraging the research community to embrace a sustainable software ecosystem. That's the message behind a recent Read more…

Hyperion Research: Eleven HPC Predictions for 2024

April 4, 2024

HPCwire is happy to announce a new series with Hyperion Research  - a fact-based market research firm focusing on the HPC market. In addition to providing mark Read more…

Google Making Major Changes in AI Operations to Pull in Cash from Gemini

April 4, 2024

Over the last week, Google has made some under-the-radar changes, including appointing a new leader for AI development, which suggests the company is taking its Read more…

Nvidia H100: Are 550,000 GPUs Enough for This Year?

August 17, 2023

The GPU Squeeze continues to place a premium on Nvidia H100 GPUs. In a recent Financial Times article, Nvidia reports that it expects to ship 550,000 of its lat Read more…

DoD Takes a Long View of Quantum Computing

December 19, 2023

Given the large sums tied to expensive weapon systems – think $100-million-plus per F-35 fighter – it’s easy to forget the U.S. Department of Defense is a Read more…

Synopsys Eats Ansys: Does HPC Get Indigestion?

February 8, 2024

Recently, it was announced that Synopsys is buying HPC tool developer Ansys. Started in Pittsburgh, Pa., in 1970 as Swanson Analysis Systems, Inc. (SASI) by John Swanson (and eventually renamed), Ansys serves the CAE (Computer Aided Engineering)/multiphysics engineering simulation market. Read more…

Intel’s Server and PC Chip Development Will Blur After 2025

January 15, 2024

Intel's dealing with much more than chip rivals breathing down its neck; it is simultaneously integrating a bevy of new technologies such as chiplets, artificia Read more…

Choosing the Right GPU for LLM Inference and Training

December 11, 2023

Accelerating the training and inference processes of deep learning models is crucial for unleashing their true potential and NVIDIA GPUs have emerged as a game- Read more…

Baidu Exits Quantum, Closely Following Alibaba’s Earlier Move

January 5, 2024

Reuters reported this week that Baidu, China’s giant e-commerce and services provider, is exiting the quantum computing development arena. Reuters reported � Read more…

Comparing NVIDIA A100 and NVIDIA L40S: Which GPU is Ideal for AI and Graphics-Intensive Workloads?

October 30, 2023

With long lead times for the NVIDIA H100 and A100 GPUs, many organizations are looking at the new NVIDIA L40S GPU, which it’s a new GPU optimized for AI and g Read more…

Shutterstock 1179408610

Google Addresses the Mysteries of Its Hypercomputer 

December 28, 2023

When Google launched its Hypercomputer earlier this month (December 2023), the first reaction was, "Say what?" It turns out that the Hypercomputer is Google's t Read more…

Leading Solution Providers

Contributors

AMD MI3000A

How AMD May Get Across the CUDA Moat

October 5, 2023

When discussing GenAI, the term "GPU" almost always enters the conversation and the topic often moves toward performance and access. Interestingly, the word "GPU" is assumed to mean "Nvidia" products. (As an aside, the popular Nvidia hardware used in GenAI are not technically... Read more…

Shutterstock 1606064203

Meta’s Zuckerberg Puts Its AI Future in the Hands of 600,000 GPUs

January 25, 2024

In under two minutes, Meta's CEO, Mark Zuckerberg, laid out the company's AI plans, which included a plan to build an artificial intelligence system with the eq Read more…

China Is All In on a RISC-V Future

January 8, 2024

The state of RISC-V in China was discussed in a recent report released by the Jamestown Foundation, a Washington, D.C.-based think tank. The report, entitled "E Read more…

Shutterstock 1285747942

AMD’s Horsepower-packed MI300X GPU Beats Nvidia’s Upcoming H200

December 7, 2023

AMD and Nvidia are locked in an AI performance battle – much like the gaming GPU performance clash the companies have waged for decades. AMD has claimed it Read more…

Nvidia’s New Blackwell GPU Can Train AI Models with Trillions of Parameters

March 18, 2024

Nvidia's latest and fastest GPU, codenamed Blackwell, is here and will underpin the company's AI plans this year. The chip offers performance improvements from Read more…

Eyes on the Quantum Prize – D-Wave Says its Time is Now

January 30, 2024

Early quantum computing pioneer D-Wave again asserted – that at least for D-Wave – the commercial quantum era has begun. Speaking at its first in-person Ana Read more…

GenAI Having Major Impact on Data Culture, Survey Says

February 21, 2024

While 2023 was the year of GenAI, the adoption rates for GenAI did not match expectations. Most organizations are continuing to invest in GenAI but are yet to Read more…

Intel’s Xeon General Manager Talks about Server Chips 

January 2, 2024

Intel is talking data-center growth and is done digging graves for its dead enterprise products, including GPUs, storage, and networking products, which fell to Read more…

  • arrow
  • Click Here for More Headlines
  • arrow
HPCwire