Moving Just to Exascale or Preparing for Sustained Scaling?

By Thomas Sterling

November 11, 2016

Editor’s Note: In this guest article, Thomas Sterling, director of the Center for Research in Extreme Scale Technologies and Professor of Electrical Engineering” at the “Department of Intelligent Systems Engineering” at Indiana University, wonders whether the quest for exascale is in danger of underachieving even if it hits the literal goal. A broader vision and approach, he suggests, is needed. He explores how runtime system software, for example, might play a role in helping the race for exascale move beyond simple von Neumann incrementalism and tackle more substantive changes that enhance scalability more generally.

Sterling has three events at SC this year, his talk HPC Runtime System Software for Asynchronous Multi-Tasking (Thurs.), participation on the panel HPC Workforce Development: How Do We Find Them, Recruit Them, and Teach Them to Be Today’s Practitioners and Tomorrow’s Leaders? (Tues.), and a keynote address at the 2nd International Workshop on Extreme Scale Programming Models and Middleware (Fri.) – John Russell

Forward looking thinkers and programs are setting the course of the nation and internationally towards the acclaimed achievement of exascale computing. The value to important application domains from multi-physics simulation to societal data analytics and the wide range of problems encompassed hardly needs explaining to this community. Even the criterion of exascale – which is poorly defined at best and need not be dwelt upon as a qualitative sense of the goal or goals associated with the rubric of “exascale” – is sufficient to challenge hardware and software engineers as well as end users to push technologies and methods, at least incrementally, in the direction of orders of magnitude gain beyond the 2015 baselines.

But there is a significant difference between forcing systems capability towards an admittedly arbitrary Rmax number and setting a long-term path across the entire expanse of what might be characterized as the “exascale performance regime” spanning the 1000X computing frontier from Exaops to Zettaops. There is a distinct difference in approach between dragging the past through patchwork incrementalism to achieve the shorter term goal at minimum cost and apparent convenience versus setting the new course of computing system class through which a dramatic range of computing may be traversed over time (e.g., through 2035). To achieve the latter demands the identification and formulation of untapped principles based on opportunities consistent with the physics of emerging technologies and responsive to their limiting factors. Some such principles may extend back decades to assumptions that have gone largely unquestioned to this day even though the underlying motivations for these have largely dispersed. Others may have been recognized or even applied but within the wrong contexts to be profitable for HPC. Two such domains of pursuit briefly considered in this article during the week of SC16 are the emergent application and implementation of runtime system software and superseding reliance on von Neumann derivatives for architecture.

This discussion is not to be considered as a criticism of what is being planned for immediate nationally driven programs such as the DOE Exascale Computing Project (ECP). Rather it is intended to note, as many have, that the changing conditions related to Moore’s law and power constrained clock rates as well as poor efficiency and scalability of at least strong-scaled problems today demand renewed research beyond the short-term and conventional. As our nation and the world organizes to develop systems capable of exascale computing aligned with the National Strategic Computing Initiative in the areas both of numeric and data analytics solutions, hard choices are being made in terms of technical, conceptual and programmatic approaches and where research investments if any are to be made. Practical considerations include limited budgets, sustained continuity of mission critical legacy codes, risk avoidance and mitigation, and subjective biases towards familiar programming methods and industry architecture roadmaps. These pragmatic concerns are yielding somewhat conservative plans to achieving still yet ill-defined metrics of exascale rather than establishing the launch vector towards the entire performance regime of the next four orders of magnitude. From the outside peering into the sometimes opaque planning offices, it appears that research funding is being sacrificed in the name of risk minimization and “curiosity driven research” especially in the area of systems.To stimulate a renewal of more advanced exploration needed to achieve better than the bare minimum of performance goals, these comments briefly discuss two areas of consideration: 1) the emergence of runtime systems in support of improved efficiency and scalability, and 2) unquestioned assumptions that continue to inhibit progress.

Runtime system software is being explored by a number of research teams nationally and internationally to exploit compute time information about application state and system usage for dynamic and adaptive introspective control of resource management and task scheduling. The potential of runtime systems is to achieve superior resource utilization, load balancing, data migration and affinity, and parallelism discovery. At its core, the impact of runtime system software is to change from conventional static practices to dynamic adaptive execution control. Depending on the specifics of the runtime software under consideration, a number of separate techniques that have been independently pursued over many years may be integrated within the runtime such as global address space, over decomposition, message-driven computation, multiple threading, and dataflow synchronization among other concepts. Their incorporation promises to reduce programmer burden and deliver performance portability across systems of different types, scales and generations. However, advanced scalable runtime systems are experimental and impose additional problems such as increased system software complexity, added overheads, and uncertainty about programming interfaces, support for legacy codes, and workload interoperability. Further, early results suggest that not all applications will benefit significantly through runtime support, with instances of performance reduction observed in certain cases.

Exploration of the set of opportunities for guided rather than ballistic computation offered by runtimes is found in such work at Charm++ at UIUC, OCR at Rice, HPX at LSU and ZTH, HPX-5 at Indiana University, DARMA at SNL, Legion at Stanford, and other projects in Europe and Japan. The lack of uniformity among the distinct approaches has inhibited application experiments and rapid optimization of system software resulting in calls for community standardization. While it is easy to sympathize with this, early standardization may be premature as experience with best practices is at its inchoate phase, such standards may be counterproductive, and actually impede rather than expedite progress. Focusing solely on runtimes without combined considerations of programming models, compiler roles, OS support, and even architecture implications may prove too narrow and also produce inadequate results. This has led the author in other contexts to propose a holistic approach based on full parallel execution models (e.g., ParalleX) to establish the mutual roles and responsibilities of all of the hardware and software layers, their interrelationships and their interfaces.

This strategy, while demonstrably effective based on variants of the communicating sequential processes model largely through MPI, had not been widely adopted in the creation of a new execution model that could provide the framework for effective exploitation of possible future runtime systems. It is the opinion of some that this will be necessary to break into the post Moore’s law era. Others, of course, point out that we have managed to struggle along without such revolutionary changes for two dozen years and such approaches would prove disruptive. There is some truth to both claims. Much more discussion on the details and issues of runtime system from trans-exascale computing will be presented in a future article. But a second aspect of achieving computing beyond exascale should be introduced as well: the opportunity for new hardware architectures even beyond the current roadmaps of the vendors.

Close examination exposes a litany of assumptions that have dominated HPC design and operation for decades. While at one time these constituted winning strategies, now they are counter to critical path objective functions. The actual list is long but here only a few under the topic of von Neumann derivatives will be considered. Essentially all commercially viable HPC system architectures over the last six decades and more have been derivative of the von Neumann architecture concept. From the original vacuum tube machines of the late 40’s and 50’s to the transistor machines of the 60’s, the SSI/MSI computers of the 70’s, the LSI systems of the 80’s, the VLSI systems of the 90’s, and the multicore chips of the last decade, the core elements reflect the basic principles of sequential instruction issue, the separation of logic from main memory (referred to as the “von Neumann bottleneck”, and the emphasis on ALU/FPU utilization as the primary point of optimization. Even with the many forms of parallelism that have been exploited as technology permitted such as pipelined execution, vectors, SIMD-arrays, and multiprocessing, von Neumann has been at the heart of execution control manifest in hardware, programming models and interfaces, and algorithms.

Each of these assumptions ingrained in current designs can be reconsidered to address the fundamental performance parameters that ultimately determine efficiency and scalability. These factors include the need to expose and exploit parallelism to overcome starvation of resources, particularly since the beginning of the multicore era in 2005. Latency effects have forced a conventional approach of deep memory hierarchies that rely on locality from data reuse. Overhead of software control bound the granularity of parallel tasks and therefore parallelism even as it wastes time and energy. And contention for shared resources, both physical and logical, impose bottlenecks and that may block precious resources. Those resources are no longer the FPUs but rather the means of data movement generally and into and out of the main memory in particular.

Research in architecture outside the mainstream has a long history but commercial competitive successes of the microprocessor epoch have hindered other than incremental approaches of improvement, the use of multi/many-core sockets, and GPUs. Nonetheless, with the flat-lining of so many important growth parameters, alternative architecture approaches that preclude the unquestioned assumptions presented earlier may have to be reconsidered. One is PIM or processor in memory that has its antecedents back to 1990 where the challenges of latency, parallelism and bandwidth may all be addressed. Here logic and memory blocks are integrated on the same semiconductor die to improve all these factors. Dataflow that extends back prior to 1980 provides important unifying lightweight parallelism control principles. While early architecture proposals failed to address the true implications of technology trends, the semantics are powerful and may lead to a new generation of managing multi-level granularity parallelism in the presence of asynchrony and latency mitigation as well as starvation. Finally, perhaps even a more remarkable suggestion is the examination of a class of cellular automata that has its genesis in 1949 and may be ideal for nano-scale hardware architecture for massive parallelism emphasizing memory bandwidth and making FPU capability a high availability rather than high utilization resource.

Here has only been touched on a space of future considerations and the potential for exploring alternatives to conventional assumptions and practices. There are no promises of superior capability but only of possibilities as yet unexplored under current technology trends. In the last half century I’ve been flying on commercial jet airliners, I have always been limited to subsonic speeds. Let’s hope we are not approaching a similar asymptote in HPC merely because of our failure to explore unknown approaches due to shortsighted vision or funding.

Author Bio

rp_Sterling-Thomas-2014-09-300x300.jpgDr. Thomas Sterling is Professor of Intelligent Systems Engineering at the Indiana University School of Informatics and Computing and Director of the Center for Research in Extreme Scale Technologies (CREST). Since receiving his Ph.D. from MIT in 1984 as a Hertz Fellow, Dr. Sterling has engaged in applied research in fields associated with parallel computing system structures, semantics, and operation in industry, government labs, and academia. Dr. Sterling is best known as the “father of Beowulf” for his pioneering research in commodity/Linux cluster computing, for which he shared the Gordon Bell Prize in 1997. He is the co-author of six books and holds six patents. He was the recipient of the 2013 Vanguard Award. In 2014, he was named a fellow of the American Association for the Advancement of Science.

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!

2024 Winter Classic: The Return of Team Fayetteville

April 18, 2024

Hailing from Fayetteville, NC, Fayetteville State University stayed under the radar in their first Winter Classic competition in 2022. Solid students for sure, but not a lot of HPC experience. All good. They didn’t Read more…

Software Specialist Horizon Quantum to Build First-of-a-Kind Hardware Testbed

April 18, 2024

Horizon Quantum Computing, a Singapore-based quantum software start-up, announced today it would build its own testbed of quantum computers, starting with use of Rigetti’s Novera 9-qubit QPU. The approach by a quantum Read more…

2024 Winter Classic: Meet Team Morehouse

April 17, 2024

Morehouse College? The university is well-known for their long list of illustrious graduates, the rigor of their academics, and the quality of the instruction. They were one of the first schools to sign up for the Winter Read more…

MLCommons Launches New AI Safety Benchmark Initiative

April 16, 2024

MLCommons, organizer of the popular MLPerf benchmarking exercises (training and inference), is starting a new effort to benchmark AI Safety, one of the most pressing needs and hurdles to widespread AI adoption. The sudde Read more…

Quantinuum Reports 99.9% 2-Qubit Gate Fidelity, Caps Eventful 2 Months

April 16, 2024

March and April have been good months for Quantinuum, which today released a blog announcing the ion trap quantum computer specialist has achieved a 99.9% (three nines) two-qubit gate fidelity on its H1 system. The lates Read more…

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…

Software Specialist Horizon Quantum to Build First-of-a-Kind Hardware Testbed

April 18, 2024

Horizon Quantum Computing, a Singapore-based quantum software start-up, announced today it would build its own testbed of quantum computers, starting with use o Read more…

MLCommons Launches New AI Safety Benchmark Initiative

April 16, 2024

MLCommons, organizer of the popular MLPerf benchmarking exercises (training and inference), is starting a new effort to benchmark AI Safety, one of the most pre 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…

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…

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…

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…

Leading Solution Providers

Contributors

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…

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…

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