Data Vortex Users Contemplate the Future of Supercomputing

By Tiffany Trader

October 19, 2017

Last month (Sept. 11-12), HPC networking company Data Vortex held its inaugural users group at Pacific Northwest National Laboratory (PNNL) bringing together about 30 participants from industry, government and academia to share their experiences with Data Vortex machines and have a larger conversation about transformational computer science and what future computers are going to look like.

Coke Reed and John Johnson with PEPSY at PNNL

The meeting opened with Data Vortex Founder and Chairman Dr. Coke Reed describing the “Spirit of Data Vortex,” the self-routing congestion-free computing network that he invented. Reed’s talk was followed by a series of tutorials and sessions related to programming, software, and architectural decisions for the Data Vortex. A lively panel discussion got everyone thinking about the limits of current computing and the exciting potential of revolutionary approaches. Day two included presentations from the user community on the real science being conducted on Data Vortex computers. Beowulf cluster inventor Thomas Sterling gave the closing keynote, tracing the history of computer science all the way back from antiquity up to current times.

“This is a new technology but it’s mostly from my perspective an opportunity to start rethinking from the ground up and move a little bit from the evolutionary to the revolutionary aspect,” shared user meeting host PNNL research scientist Roberto Gioiosa in an interview with HPCwire. “It’s an opportunity to start doing something different and working on how you design your algorithm, run your programs. The idea that it’s okay to do something revolutionary is an important driver and it makes people start thinking differently.”

Roberto Gioiosa with JOLT at PNNL

“You had that technical exchange that you’d typically see in a user group,” added John Johnson, PNNL’s deputy director for the computing division. “But since we’re looking at a transformational technology, it provided the opportunity for folks to step back and look at computing at a broader level. There was a lot of discussion about how we’re reaching the end of Moore’s law and what’s beyond Moore’s computing – the kind of technologies we are trying to focus on, the transformational computer science. The discussion actually was in some sense, do we need to rethink the entire computing paradigm? When you have new technologies that do things in a very very different way and are very successful in doing that, does that give you the opportunity to start rethinking not just the network, but rethinking the processor, rethinking the memory, rethinking input and output and also rethinking how those are integrated as well?”

The heart of the Data Vortex supercomputer is the Data Vortex interconnection network, designed for both traditional HPC and emerging irregular and data analytics workloads. Consisting of a congestion-free, high-radix network switch and a Vortex Interconnection Controller (VIC) installed on commodity compute nodes, the Data Vortex network enables the transfer of fine-grained network packets at a high injection rate.

The approach stands in contrast to existing crossbar-based networks. Reed explained, “The crossbar switch is set with software and as the switches grow in size and clock-rate, that’s what forces packets to be so long. We have a self-routing network. There is no software management system of the network and that’s how we’re able to have packets with 64-bit headers and 64-bit payloads. Our next-gen machine will have different networks to carry different sized packets. It’s kind of complicated really but it’s really beautiful. We believe we will be a very attractive network choice for exascale.”

Data Vortex is targeting all problems that require either massive data movement, short packet movement or non-deterministic data movement — examples include sparse linear algebra, big data analytics, branching algorithms and fast fourier transforms.

The inspiration for the Data Vortex Network came to Dr. Reed in 1976. That was the year that he and Polish mathematician Dr. Krystyna Kuperberg solved Problem 110 posed by Dr. Stanislaw Ulam in the Scottish Book. The idea of Data Vortex as a data carrying, dynamical system was born and now there are more than 30 patents on the technology.

Data Vortex debuted its demonstration system, KARMA, at SC13 in Denver. A year later, the Data Vortex team publicly launched DV206 during the Supercomputing 2014 conference in New Orleans. Not long after, PNNL purchased its first Data Vortex system and named it PEPSY in honor of Coke Reed and as a nod to Python scientific libraries. In 2016, CENATE — PNNL’s proving ground for measuring, analyzing and testing new architectures — took delivery of another Data Vortex machine, which they named JOLT. In August 2017, CENATE received its second machine (PNNL’s third), MOUNTAIN DAO.

MOUNTAIN DAO is comprised of sixteen compute nodes (2 Supermicro F627R3-FTPT+ FatTwin Chassis with 4 servers each), each containing two Data Vortex interface cards (VICs), and 2 Data Vortex Switch Boxes (16 Data Vortex 2 level networks, on 3 switch boards, configured as 4 groups of 4).

MOUNTAIN DAO is the first multi-level Data Vortex system. Up until this generation, the Data Vortex systems were all one-level machines, capable of scaling up to 64 nodes. Two-level systems extend the potential node count to 2,048. The company is also planning for three-level systems that will be scalable up to 65,653 nodes, and will push them closer to their exascale goals.

With all ports utilized on 2-level MOUNTAIN DAO, L2 applications depict negligible L1 to L2 performance differences.

PNNL scientists Gioiosa and Johnson are eager to be exploring the capabilities of their newest Data Vortex system.

“If you think about traditional supercomputers, the application has specific characteristics and parameters that have evolved to match those characteristics. Scientific simulation workloads tend to be fairly regular; they send fairly large messages so the networks we’ve been using so far are very good at doing that, but we are facing a new set of workloads coming up — big data, data analytics, machine learning, machine intelligence — these applications do not look very much like the traditional scientific computing so it’s not surprising that the hardware we been using so far is not performing very well,” said Giosiosa.

“Data Vortex provides an opportunity to run both sets of workloads, both traditional scientific application and matching data analytics application in an efficient way so we were very interested to see how that was actually working in practice,” Gioiosa continued. “So as we received the first and second system, we started porting workloads, porting applications. We have done a lot of different implementations of the same algorithm to see what is the best way to implement things in these systems and we learned while doing this and making mistakes and talking to the vendor. The more we understood about the system the more we changed our programs and they were more efficient. We implement these algorithms in ways that we couldn’t do on traditional supercomputers.”

Johnson explained that having multiple systems lets them focus on multiple aspects of computer science. “On the one hand you want to take a system and understand how to write algorithms for that system that take advantage of the existing hardware and existing structure of the system but the other type of research that we like to do is we liked to get in there and sort of rewire it and do different things, and put in the sensors and probes and all different things, which can help you bring different technologies together but would get in the way of porting algorithms directly to the existing architecture so having different machines that have different purposes. It goes back to one of the philosophies we have, looking at the computer as a very specialized scientific instrument and as such we want it to be able to perform optimally on the greatest scientific challenges in energy, environment and national security but we also want to make sure that we are helping to design and construct and tune that system so that it can do that.”

The PNNL researchers emphasized that even though these are exploratory systems they are already running production codes.

“We can run very large applications,” said Gioiosa. “These applications are on the order of hundreds of thousands of lines of code. These are production applications, not test apps that we are just running to extract the FLOPS.”

At the forum, researchers shared how they were using Data Vortex for cutting-edge applications, quantum computer simulation and density function theory, a core component in computational chemistry. “These are big science codes, the kind you would expect to see running on leadership-class systems and we heard from users who ported either the full application or parts of the application to Data Vortex,” said Johnson.

“This system is usable,” said Gioiosa. “You can run your application, you can do real science. We saw a simulation of quantum computers and people in the audience who are actually using a quantum computer said this is great because in quantum computing we cannot see the inside of the computer, we only see outside. It’s advancing understanding of how quantum algorithms work and how quantum machines are progressing and what we need to do to make them mainstream. I call it science, but this means production for us; we don’t produce carts but we produce tests and problems and come up with solutions and increase discovery and knowledge so that is our production.”

Having held a successful first user forum, the organizers are looking ahead to future gatherings. “There are events that naturally bring us together, like Supercomputing and other big conferences, but we are keen to have this forum once every six months or every year depending on how fast we progress,” said Gioiosa. “We expect it will grow as more people who attend will go back to their institution and say, oh this was great, next time you should come too.”

What’s Next for Data Vortex

The next major step on the Data Vortex roadmap is to move away from the commodity server approach they have employed in all their machines so far to something more “custom.”

“What we had in this generation is a method of connecting commodity processors,” said Dr. Reed. “We did Intel processors connected over an x86 (PCIe) bus. Everything is fine grained in this computer except the Intel processor and the x86 bus and so the next generation we’re taking the PCIe bus out of the critical path. Our exploratory units [with commodity components] have done well but now we’re going full custom. It’s pretty exciting. We’re using exotic memories and other things.”

Data Vortex expects to come out with an interim approach using FPGA-based compute nodes by this time next year. Xilinx technology is being given serious consideration, but specific details of the implementation are still under wraps. (We expect more will be revealed at SC17.) Current generation Data Vortex switches and VICs are built with Altera Stratix V FPGAs and future network chip sets will be built with Altera Stratix 10 FPGAs.

Data Vortex has up to this point primarily focused on big science and Department of Defense style problems, but now they are looking at expanding the user space to explore anywhere there’s a communication bottleneck. Hyperscale and embedded systems hold potential as new market vistas.

In addition to building its own machines, Data Vortex is inviting other people to use its interconnect in their computers or devices. In fact, the company’s primary business model is not to become a deliverer of systems. “We’ve got the core communication piece so we’re in a position now where we’re looking at compatible technologies and larger entities to incorporate this differentiating piece to their current but more importantly next-generation designs,” Data Vortex President Carolyn Coke Reed Devany explained. “What we’re all about is fine-grained data movement and that doesn’t necessarily have to be in a big system, that can be fine-grained data movement in lots of places.”

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!

Empowering High-Performance Computing for Artificial Intelligence

April 19, 2024

Artificial intelligence (AI) presents some of the most challenging demands in information technology, especially concerning computing power and data movement. As a result of these challenges, high-performance computing Read more…

Kathy Yelick on Post-Exascale Challenges

April 18, 2024

With the exascale era underway, the HPC community is already turning its attention to zettascale computing, the next of the 1,000-fold performance leaps that have occurred about once a decade. With this in mind, the ISC Read more…

2024 Winter Classic: Texas Two Step

April 18, 2024

Texas Tech University. Their middle name is ‘tech’, so it’s no surprise that they’ve been fielding not one, but two teams in the last three Winter Classic cluster competitions. Their teams, dubbed Matador and Red Read more…

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…

Kathy Yelick on Post-Exascale Challenges

April 18, 2024

With the exascale era underway, the HPC community is already turning its attention to zettascale computing, the next of the 1,000-fold performance leaps that ha 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…

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…

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…

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…

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…

The GenAI Datacenter Squeeze Is Here

February 1, 2024

The immediate effect of the GenAI GPU Squeeze was to reduce availability, either direct purchase or cloud access, increase cost, and push demand through the roof. A secondary issue has been developing over the last several years. Even though your organization secured several racks... Read more…

  • arrow
  • Click Here for More Headlines
  • arrow
HPCwire