Visualization and Filesystem Use Cases Show Value of Large Memory Fat Nodes on Frontera

By Rob Farber

February 2, 2021

Frontera, the world’s largest academic supercomputer housed at the Texas Advanced Computing Center (TACC), is big both in terms of number of computational nodes and the capabilities of the large memory “fat” compute nodes. A couple of recent use cases demonstrate how academic researchers are using the quad-socket, 112-core, 2.1 TB persistent memory to support Frontera’s large memory nodes to advance a wide variety of research topics including visualization and filesystems.

Visualization

The advent of Software Defined Visualization (SDVis) is a seismic event in the visualization community because it permits interactive, high-resolution, photorealistic visualization of large data without having to move the data off the compute nodes. In transit and in situ visualization are two techniques that allow SDVis libraries such as Embree and OSPRay to render data on the same nodes that generate the data. In situ visualization renders data for visualization on the same computational nodes that perform the simulation. In transit visualization lets users tailor the render vs simulation workload by using a subset of the computation nodes for rendering.

“The HPC community is entering a new era in photorealistic, interactive visualization using SDVis,” said Dr. Paul Navrátil, director of visualization at TACC.  “For many users, the Optane-enhanced nodes on Frontera provide their first opportunity to experience the performance and visualization benefits of SDVis to analyze data requiring a very large shared memory resource.”

The quad socket Intel Xeon Platinum 8280M large memory Frontera nodes give scientists the ability to interactively render and see important events (due to CPU-based rendering) and – again interactively – jump back in the data to examine what caused the important event to happen. This interactive “instant replay” capability is enabled by the high core count, high-bandwidth (six memory channels per socket or 24 memory channels total) of the TACC large memory 2.1 TB nodes.

Jim Jeffers (senior principal engineer and senior director of advanced rendering and visualization at Intel) has been a central mover and shaker in HPC visualization with his work on SDVis and the Intel Embree and Intel OSPRay libraries. He explains, “Optane Persistent Memory provides scientists with the memory capacity, bandwidth, and persistence features to enable a new level of control and capability to interactively visualize large data sets in real time and with up to film-quality fidelity. Scientists are able to recognize or more easily identify key occurrences and interactively step forward and backward in time to see and understand the scientific importance. Because of the cost of moving large data from memory to storage or over the internet can be hours, days, and beyond; this is a capability that will be critical to fully take advantage of Exascale and beyond computing.”

Use Case: Visualizing OpenFOAM Fluid Flows

David DeMarle (Intel computer graphics software engineer) points out that the 2.1 TB memory capacity in the Frontera large memory nodes gives users the ability to keep extensive histories of their OpenFOAM simulations in memory. Using software, scientists can trigger on an event, receive an alert that the event has happened, and then review the causes of the event. Collisions, defined as an event where multiple particles are contained in a voxel or 3D block in space, are one example of an important fluid flow event. Alternatives include triggers that occur when the pressure exceeds or drops below a threshold in a voxel.

Memory capacity is important to preserving the simulation histories that help scientists understand physical phenomena as modern systems can simulate larger, more complex systems with higher fidelity.  Keeping data in the persistent memory devices delivers a performance boost. DeMarle observes, “The runtime savings is highly correlated to amount of memory, which implies that the savings will scale to large runs both in terms of size and resolution.” Scalable approaches are important as we move into the exascale computing era.

DeMarle and his collaborators used in situ methods to create their OpenFOAM visualizations and histories so the data does not have to move off the computational nodes. They called the Catalyst library to perform the in situ rendering. Alternatively, users can also perform in situ visualization using the OpenFOAM Catalyst adapter. ParaView was used as the visualization tool.

To control resource utilization, Catalyst calls the open-source Intel memkind library. This provides two advantages: (1) the persistent memory capacity could be allocated for use by the simulation (using Memory Mode) and (2) data could be directly written to the persistent memory devices using App Direct mode.

In Memory Mode, the DRAM acts as a cache for the most frequently-accessed data, while Intel Optane persistent memory provides the large memory capacity. No program modifications are required for an application to use Memory Mode.

With App Direct mode, the software directly reads and writes the persistent memory media via the DAX (data analysis expressions library) instructions that are available on select Intel Xeon Scalable processors. [i] These instructions let the CPU directly access the persistent memory media via transactional operations that keep user data safe, thus bypassing the traditional operating systems bottlenecks such as the page cache and block layer. [ii]

DeMarle notes that multi-threaded applications are required to realize the performance benefits due to the high memory bandwidth of the Intel Optane memory. “Single threaded performance gains are negligible while the performance differences are clear when running multithreaded.”

Overall, DeMarle believes the TACC large memory nodes are a good transition for people to get used to having a terabyte of memory on a workstation. In particular, in-situ visualization is a good use of the increased memory capacity due to the Intel Optane persistent memory tier.

Figure 1: Intel Optane devices can be added at many locations in the HPC storage memory hierarchy

180-degree High Resolution Climate Simulations

Scientists are also visualizing photorealistic, high-resolution climate data on the TACC Frontera large memory nodes. The German Climate Computing Centre (Deutsches Klimarechenzentrum, DKRZ) in collaboration with Intel is investigating the capability of the persistent memory capacity of the TACC nodes. In this investigation, the Intel Optane persistent memory devices are operating in Memory Mode, so no code modifications or adapters were required.

Carson Brownlee (graphics software engineer, researcher and part of the OneAPI Render Kit team at Intel) is part of the team that integrated a path tracer in the popular ParaView visualization tool. The path tracer allows photorealistic visualizations of the DKRZ high resolution data.

Brownlee notes, “The TACC visualization work was an extension of the simulations and visualizations conducted at DKRZ (the Eurovision/supercomputing submissions were done at DKRZ). We were able to view many timesteps of this data during our demos due to the large memory space.” The amazing fidelity of the DKRZ simulations can be seen in the Eurovision video at https://www.youtube.com/watch?v=gQl_RQLw2Mw. This research project was a finalist in the scientific visualization track at Supercomputing 2020.

Of course, everything in the visualization relies on the simulated climate data. The DKRZ climate simulations are remarkable in that they can model local climate systems to 150m of detail. Further, DKRZ is experimenting with 1 kilometer global data modeled for the years 1850 to 2300. Statistics such as mean temperature, precipitation can be used to validate the simulation against data recorded during this time period and to date.  The effects of CO2 can also be evaluated by comparison between simulated and historical data.

Providing a high-level summary, Niklas Röber (DKRZ visualization staff) said, “Visualization is analysis of the data in visual form. You can make annotations, debug, and even steer the model using this technology.” He continues, “Without OSPRay and pathtracing this video would not have been possible. It is really exciting to see the visualization on a 180-degree display.”

The simulated data can be rendered on a 180-degree display. Röber notes, “We hope to make this available for viewing in places such as planetariums.” The following image conveys the impact of photorealistic climate model visualization in print format. The difference compared to ray casting is stunning. You can also view the SC20 presentation and video at https://nextcloud.dkrz.de/s/cBTBso8w5T8bpSq.

Figure 2: A representative comparison of ray casting and volumetric path tracing with Intel OSpRay renders of high-resolution climate data (Images courtesy Niklas Rober (DKRZ), Michael Migliore (Kitware) and Carson Browning (Intel)

Size is a significant challenge with such high-resolution data. According to Brownlee, the demo data consumes 1.3 TB. The 2.1 TB persistent memory capacity on the Frontera large memory nodes allows loading of 150 time steps. These numbers can help the reader get a sense of why terabyte storage capacity is so important in preserving interactive response time.

Use Case: Order of Magnitude Faster Filesystem Research

In another use case, Simon Peter (Professor of Computer Science at U.T. Austin) is leading the effort on the Assise, an open source, client-local distributed filesystem. [i] Assise is a French name that describes a geographic stratum of rock.

Recent innovations in nonvolatile storage media – like Optane persistent memory devices that operate off the system memory bus – have made filesystem research a hot research topic. The performance characteristics are notable. For example, the persistent memory devices have already been shown to deliver latency measured in nanoseconds and bandwidth measured in tens of gigabytes per second per node.[ii]

Peter’s research effort at TACC looks to incorporate the benefits of NVM technologies in a distributed environment by creating a topology-aware filesystem. “It’s all about locality,” he observes.

Assise breaks that model and instead uses a NUMA like model where the thread that creates the data owns it as well as the lock that allows coherent operations on the data in a parallel/distributed environment.  The software does not use the Linux VFS layer. Rather it intercepts filesystem calls from the application. Direct access to storage from user space bypasses all the overhead of the OS system call, page cache, VFS (Virtual File System) layer, block cache, PCIe driver and PCIe bus.

These are some of the key reasons why the Assise github page states, “Assise accelerates POSIX file IO by orders of magnitude by leveraging client-local NVM without kernel involvement, block amplification, or unnecessary coherence overheads.” Please see the OSDI paper for more detail.

Rob Farber is a global technology consultant and author with an extensive background in HPC and in developing machine learning technology that he applies at national labs and commercial organizations. Rob can be reached at [email protected].

[i] https://www.intel.com/content/dam/support/us/en/documents/memory-and-storage/data-center-persistent-mem/Intel-Optane-DC-Persistent-Memory-Quick-Start-Guide.pdf

[ii] https://software.intel.com/content/www/us/en/develop/articles/introduction-to-programming-with-persistent-memory-from-intel.html

[iii] https://wreda.github.io/papers/assise-osdi20.pdf

[iv] https://lenovopress.com/lp1083.pdf

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: 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…

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…

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…

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…

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…

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…

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