Welcome to Year 1 AP

By John West

June 23, 2009

On Wednesday at ISC’09 Thomas Sterling, the Arnaud & Edwards Professor of Computer Science at Louisiana State University and longtime HPC innovator, will give a keynote presentation looking back and what we’ve achieved in the past year, and what we are likely to see next as we cross into the petaflops era. We caught up with him before the session to talk about that keynote, and to get his sense for where our community’s next challenges will lie.

Thomas Sterling

HPCwire: Your keynote talk on Wednesday will both look back at the major accomplishments of reaching a petaflops of performance and a look forward to exaflops. The petaflops achievement was an important engineering accomplishment, but what does it mean for Joe the Plumber? Why should he care?

Thomas Sterling: We as a world society are bound by decisions and actions taken concerning the environment, energy, biomedical, agriculture, financial, and peace maintenance, as well as an economy driven in large part by innovation. Such decisions and opportunities must be founded in high confidence quantitative understanding of the choices and their consequences. HPC is emerging as the principal means of deriving such knowledge through simulation and data analysis.

Joe the Plumber need not worry about the subtle nuances of HPC systems in order to care that this dimension of social change succeeds. Each epoch of our field has seen new advances that have catalyzed myriad others, enabling industry advances and government policies to undertake the best course of action on behalf of all of us. Yet, critical challenges still remain to be resolved that demand orders of magnitude increase in affordable sustained performance.

Here in year 1 AP (After Petaflops), we mark both the accomplishment and the challenge to fulfill our obligation to Joe to serve as stewards of Earth’s limited resources while expanding our innate knowledge and capability for its people and future generations.

HPCwire: What are the major achievements of this past year in both hardware and software?

Sterling: The major accomplishments of the past year have been the learning curves in which the HPC community has been engaged in four areas: 1) programming multicore, 2) working at petaflops scale, 3) harnessing GPU accelerators, and 4) defining a path toward exascale system design and usage.

Multicore, arguably the most immediate of the challenges in an admittedly crowded space, is the target of commercial and academic research to provide effective programming methodologies. One or probably multiple solutions to this problem are required to sustain the anticipated exponential growth of observed user application performance with the increase in number of cores per socket driven by Moore’s Law. Intel’s TBB, Microsoft’s Concert, MIT’s Cilk, and our own (LSU’s) ParalleX are among the different implementation approaches being pursued.

With Roadrunner and Jaguar deployed, experience with petaflops scale platforms is accruing with all indications suggesting smooth transition in to the pan-petaflops performance regime, at least for a subset of real world applications.

CUDA and OpenCL are exemplars of distinct strategies needed to harness heterogeneous system architectures and exploit special purpose devices when and as appropriate. This is likely to be a major thrust area for next generation systems, and this year has seen much tool building and early user acceptance.

Within the US multiple Federal agencies have undertaken detailed studies of the design factors for exascale systems likely to be deployed by the end of the next decade, but potentially looking (and feeling) much different from today’s early petaflops machines. By the way, this is not a universally held view with many experts confident that incremental advances built on top of contemporary techniques will be adequate to expand system capability three orders of magnitude. DOE, after its sequence of three “town hall meetings,” is now undertaking a series of focused exascale workshops on application domains and systems issues. DOE’s Institute for Advanced Architecture and Algorithms (IAA) has a stated goal of engaging in pursuits towards realizing effective exascale performance. DARPA has sponsored three studies in exascale technology, software, and resilience performed by leaders in the field.

The NSF is sponsoring five universities (UIUC, UT-Austin, LSU, USC, and Un. of Delaware) to conduct a two-year exascale point design study for a first-look in-depth study of one possible system stack from programming models through runtime and OS, to system and core architectures. And the international community has undertaken IESP, the International exascale Software Project, to bring world-wide expertise to the very challenging prospect of programming and managing exascale systems through a future software stack.

HPCwire: Today’s exotically large systems are comprised of many technologies. We have multicore processors by the tens of thousands, and in some cases machines that lock together many different kinds of processors to reach high levels of performance. Do we know how to program these machines effectively enough to justify the expense of building them? Asked another way, is the skills vector of the HPC applications crowd and tools vendors pointing in the direction of increasingly efficacious use of these systems?

Sterling: Historically, this has always been a challenge. While HPL efficiencies have readily ranged from the 60 to 80 percentiles and more, real-world applications in many cases have exhibited single-digit efficiencies. User programming methodologies have required close attention to details of allocation and scheduling, with the mitigating value of libraries that have amortized the efforts of a few across the needs of the many, when appropriate.

The software has always lagged the hardware. With HPC in a phase change it is clear that software will be a combination of conventional methods forced in to increasingly ill-fitting roles, and possible new methods that either are crafted to reflect the high degree of multicore parallelism and heterogeneous structures or hide these low level details from the users, relying instead on advanced runtime systems. Curiously even when techniques have been available such as hierarchies of MPI with OpenMP combined with CUDA we don’t find wide usage, in part because of lack of portability.

A strong preference for a more unified model is demonstrated after the transient experimentation has damped out. PGAS languages like UPC, widely referred to, nonetheless outside of a narrow community have not developed a strong user code base, although it is a success in the service it has achieved. We have yet to fully understand the potential impact of the HPCS languages Chapel and X10. My concerns are the ability through programming, runtime, OS, and even architecture means to address the challenges of starvation, latency, overhead, and waiting for contention (SLOW), innate reliability in the presence of faults, and active power-aware management.

With the need for billion-way parallelism is less than ten years, I believe that a new model of computation will have to be devised and adopted to facilitate the co-design of all system layers, both hardware and software. This will require a new set of skills and tools including those that will permit seamless transition of legacy codes on new generation machines. But we have made this kind of transition before during past HPC phase changes. I am sanguine that we can do so again. With the encroachment of atomic granularity, Boltzmann’s constant, and the speed of light as we approach nano-scale technology, this may be the last time we will have to experience such a change. But history shows that any such pronouncement ultimately proves silly as disciplines so constrained ultimately jump S-curves to entirely new paradigms.

HPCwire: Should we abandon the building of very large machines today out of commodity components (cheap, but hard to manage and use) in favor of machines that are more suited to supercomputing tasks (expensive, but easier to manage and use)? If we should, could we conceivably do this, or has the ship sailed on the days of custom HPC?

Sterling: I expect that ultimately we will continue to build very large machines from commodity components, but they will not be based on today’s conventional parts.

The problems facing the HPC community — such as multicore, accelerators, power consumption, and reliability — are as important to the commercial markets (including embedded processors, mobile computing, the financial markets, search engines, etc.) as they are to us. They will demand architectures very different from current cores found in workstations, enterprise servers, clusters, and MPPs. It is likely that the HPC community will explore these issues first in most cases, and that trickle-bounce will migrate these technology solutions to the commercial manufacturers which, through economy of scale, will return them as commodity parts back to the HPC system vendors.

Again, this is not the mainstream view, but I expect processors to take two distinct forms: embedded memory processors (sometimes referred to as PIM) and streaming architectures with high density arithmetic unit arrays to address the disparate temporal locality properties exhibited by different parts of computations. Stanford’s Merrimac and UT-Austin’s TRIPS architectures are examples of such streaming processors. The USC DIVA architecture is one example of an embedded memory processor. These will greatly reduce the energy per operation and provide possible the best efficiencies of which the technologies are capable. So YES; we will use commodity components, but they won’t be descended from today’s commodity components.

HPCwire: Do the failure of SiCortex, SGI, Quadrics, and Woven in this quarter (!) tell us something about the fundamental nature of HPC and its customers, or is this just the confluence of brittle business models and a bad economy from which no broader lessons are to be learned?

Sterling: It’s important to define our meaning of the term “failure” in each case as they differ, and indeed are likely to be perceived differently between observers as well. The vast majority of system technology vendors have experienced measurable reduction in revenues, especially measured against engineering and marketing staff. Clearly, these companies shared the unfortunate experience of having not survived as independent viable businesses in a difficult financial market where cash reserves and market share were insufficient to ride out the prevailing conditions.

Quadrics suffered from an industry-wide shift in system area networking adopting de facto standards of Ethernet and InfiniBand; in some sense becoming obsolete. SGI has struggled for years offering unique technology, but with insufficient value-added to the broad high end market. I have long felt that if SGI had been more aggressive incorporating latency-hiding technology, as well as low overhead shared address space capability, that they could have delivered a truly remarkable system: a scalable shared memory multiple thread system in which user productivity would be greatly enhanced and user application execution less sensitive to locality. In a sense they did only half the job, requiring programmers explicitly manage data and control locality. As a consequence the relative advantage over the use of distributed memory systems was constrained. But the cost of design and manufacture was burdened with these additional technical challenges including scaling.

SiCortex was my biggest disappointment. Their product was well-engineered and moderately innovative, delivering a dense package with very low power and good performance to cost. They controlled their ASIC and network firmware which gave them and their partners surprising opportunities for future advances. They had multiple years of reasonable growth and had achieved that rare buzz in the community that most marketing departments crave but never attain. I fear that the HPC community overall has lost an opportunity here and that we may prove to be even more conservative in our future enterprises than we have been in the recent past.

But one struggles from this experience to learn from it. The market is largely on hold except for critical purchases. It is easy to defer procurements two or more quarters for replacement systems, especially when one is paying for peak capability rather than sustained capacity as is the case for some high-end HPC acquisitions. At the risk of over simplifying, there are two kinds of HPC products: 1) those that deliver conventional services and capability at best cost and power, and 2) those that offer unique capabilities through innovation that contribute to user opportunity and market demand. SGI and Quadrics both attempted to fall within the latter category. But the value added was not broadly sufficient to garner adequate market share. SiCortex fell in to the former category and was a victim of the difference not being big enough fast enough in a tough financial time. I’m still waiting to see what’s going to happen in this case.

HPCwire: When it comes to the exaflops machines of the next decade, can we continue on the current technology vector that gave us petaflops, or do we need to start over? If we do need to start over, will we?

Sterling: This is a controversial question with room for a broad array of opinions. Mine is not representative of the mainstream which anticipates a sequence of incremental steps culminating in a practical exascale capable system before the end of the next decade.

I have participated in multiple DOE exascale meetings, two DARPA exascale studies, the International Exascale Software Project (IESP), and the NSF sponsored Exascale Point Design Study. I have come to truly appreciate the hurdles with which exascale is confronted in power, reliability, scalability, and programmability, even if Moore’s Law delivers on 10 nanometer feature size towards the end of the next decade along with optical chip-to-chip communication.

As I have suggested above, the core architectures are going to have to change to address these problems. Much of the ever-popular speculative execution techniques will be greatly reduced or eliminated due to power concerns. Locality and communications management will also be different for the same reason along with reliability (which also impacts power). But in addition, two major system-wide changes will occur driven by programmability and efficiency issues: global address space and message-driven computation. Both concepts have a long tradition in the HPC research community, but have not migrated to commercial systems (CRI T3E is certainly an exception). We are seeing now strong interest in various global address schemes, but users still program on scalable systems primarily with distributed memory models. Various message-driven models including actors, dataflow, the J-machine, and active messages have been explored allowing new methods of managing parallelism, but they have not migrated to the mainstream except in very coarse grain methods like remote procedure calls for web services and grid-like applications.

Architecture support will be critical, as will dynamic runtime system support, to enable this new mechanism, and programming models and methods will have to make this capability available to users either explicitly (not preferred) or implicitly (may not be possible). One area where this will have a big impact is in the domain of dynamic graph applications for informatics problems, which are becoming of increasing interest. I am expecting we will see these mechanisms and strategies serve as the new foundation for future exascale systems driven by need and opportunity.

—–

Dr. Thomas Sterling is a Professor of Computer Science at Louisiana State University, a Faculty Associate at California Institute of Technology, and a Distinguished Visiting Scientist at Oak Ridge National Laboratory. He received his Ph.D as a Hertz Fellow from MIT in 1984. He is probably best known as the father of Beowulf clusters and for his research on petaflops computing architecture. Professor Sterling is the co-author of six books and holds six patents. He was awarded the Gordon Bell Prize with collaborators in 1997.

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!

Q&A with Nvidia’s Chief of DGX Systems on the DGX-GB200 Rack-scale System

March 27, 2024

Pictures of Nvidia's new flagship mega-server, the DGX GB200, on the GTC show floor got favorable reactions on social media for the sheer amount of computing power it brings to artificial intelligence.  Nvidia's DGX Read more…

Call for Participation in Workshop on Potential NSF CISE Quantum Initiative

March 26, 2024

Editor’s Note: Next month there will be a workshop to discuss what a quantum initiative led by NSF’s Computer, Information Science and Engineering (CISE) directorate could entail. The details are posted below in a Ca Read more…

Waseda U. Researchers Reports New Quantum Algorithm for Speeding Optimization

March 25, 2024

Optimization problems cover a wide range of applications and are often cited as good candidates for quantum computing. However, the execution time for constrained combinatorial optimization applications on quantum device Read more…

NVLink: Faster Interconnects and Switches to Help Relieve Data Bottlenecks

March 25, 2024

Nvidia’s new Blackwell architecture may have stolen the show this week at the GPU Technology Conference in San Jose, California. But an emerging bottleneck at the network layer threatens to make bigger and brawnier pro Read more…

Who is David Blackwell?

March 22, 2024

During GTC24, co-founder and president of NVIDIA Jensen Huang unveiled the Blackwell GPU. This GPU itself is heavily optimized for AI work, boasting 192GB of HBM3E memory as well as the the ability to train 1 trillion pa Read more…

Nvidia Appoints Andy Grant as EMEA Director of Supercomputing, Higher Education, and AI

March 22, 2024

Nvidia recently appointed Andy Grant as Director, Supercomputing, Higher Education, and AI for Europe, the Middle East, and Africa (EMEA). With over 25 years of high-performance computing (HPC) experience, Grant brings a Read more…

Q&A with Nvidia’s Chief of DGX Systems on the DGX-GB200 Rack-scale System

March 27, 2024

Pictures of Nvidia's new flagship mega-server, the DGX GB200, on the GTC show floor got favorable reactions on social media for the sheer amount of computing po Read more…

NVLink: Faster Interconnects and Switches to Help Relieve Data Bottlenecks

March 25, 2024

Nvidia’s new Blackwell architecture may have stolen the show this week at the GPU Technology Conference in San Jose, California. But an emerging bottleneck at Read more…

Who is David Blackwell?

March 22, 2024

During GTC24, co-founder and president of NVIDIA Jensen Huang unveiled the Blackwell GPU. This GPU itself is heavily optimized for AI work, boasting 192GB of HB Read more…

Nvidia Looks to Accelerate GenAI Adoption with NIM

March 19, 2024

Today at the GPU Technology Conference, Nvidia launched a new offering aimed at helping customers quickly deploy their generative AI applications in a secure, s Read more…

The Generative AI Future Is Now, Nvidia’s Huang Says

March 19, 2024

We are in the early days of a transformative shift in how business gets done thanks to the advent of generative AI, according to Nvidia CEO and cofounder Jensen 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…

Nvidia Showcases Quantum Cloud, Expanding Quantum Portfolio at GTC24

March 18, 2024

Nvidia’s barrage of quantum news at GTC24 this week includes new products, signature collaborations, and a new Nvidia Quantum Cloud for quantum developers. Wh Read more…

Houston We Have a Solution: Addressing the HPC and Tech Talent Gap

March 15, 2024

Generations of Houstonian teachers, counselors, and parents have either worked in the aerospace industry or know people who do - the prospect of entering the fi Read more…

Alibaba Shuts Down its Quantum Computing Effort

November 30, 2023

In case you missed it, China’s e-commerce giant Alibaba has shut down its quantum computing research effort. It’s not entirely clear what drove the change. 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…

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…

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…

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…

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…

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…

Leading Solution Providers

Contributors

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…

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…

Google Introduces ‘Hypercomputer’ to Its AI Infrastructure

December 11, 2023

Google ran out of monikers to describe its new AI system released on December 7. Supercomputer perhaps wasn't an apt description, so it settled on Hypercomputer 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…

Intel Won’t Have a Xeon Max Chip with New Emerald Rapids CPU

December 14, 2023

As expected, Intel officially announced its 5th generation Xeon server chips codenamed Emerald Rapids at an event in New York City, where the focus was really o Read more…

IBM Quantum Summit: Two New QPUs, Upgraded Qiskit, 10-year Roadmap and More

December 4, 2023

IBM kicks off its annual Quantum Summit today and will announce a broad range of advances including its much-anticipated 1121-qubit Condor QPU, a smaller 133-qu Read more…

  • arrow
  • Click Here for More Headlines
  • arrow
HPCwire