QLogic Makes Case for Leaner, HPC-Centric InfiniBand

By Michael Feldman

July 26, 2011

It was a bit of a surprise when QLogic beat out Mellanox as the interconnect vendor on the National Nuclear Security Administration’s (NNSA’s) Tri-Lab Linux Capacity Cluster 2 contract in June. Not only was Mellanox the incumbent on the original Tri-Lab contract, but it is widely considered to have the more complete solution set for InfiniBand. Nevertheless, QLogic managed to win the day, and did so with somewhat unconventional technologies.

One of these is QLogic’s TrueScale InfiniBand architecture. TrueScale uses an on-load approach to networking in which the lion’s share of packet processing is passed off to the CPUs on the servers. That allows host channel adapters (HCAs) based on TrueScale chips to be much simpler in design than those used to offload those functions (in particular Mellanox ConnectX-based adapters), but at the cost of using CPU resources to do network tasks like packet processing.

That’s why offloading has been the traditional answer for computationally-burdened HPC systems, not just for lower-level packet manipulation, but for MPI processing as well. And it makes perfect sense. The less communication processing the CPUs have to do, the more time they can spend on the application.

But it doesn’t always work out that way in the real world. Especially for certain types of codes where the bottleneck is communication, rather than computation, being able to tap into host CPUs can be an advantage. This is especially true in modern-day clusters, which are filled with core-rich CPUs, not all of which can be fully utilized 100 percent of the time. In these situations, on-loading can exploit essentially free cycles and in a manner that scales naturally with the size of the cluster.

But even where the application is more computationally intensive, QLogic maintains that its on-load approach will still outrun Mellanox’s offloading approach. They attribute that to the other critical piece of their InfiniBand technology: Performance Scaled Messaging (PSM). PSM is QLogic’s communication library that it touts as their lightweight answer to InfiniBand Verbs. The latter was defined by the original InfiniBand spec designers to provide a general-purpose communication API that assumed RDMA and some sort of offloading in the network adapter.

QLogic came up with PSM as a leaner, meaner interface designed explicitly for high performance computing. And now that PSM has been turned over as open source and incorporated into the OpenFabrics Enterprise Distribution (OFED), the software can now be embraced by the wider HPC community. Like Verbs, PSM is supported in all major MPI implementations.

According to Joseph Yaworski, director of HPC Product and Solution Marketing at QLogic, PSM is what makes their InfiniBand offering so efficient for HPC environments. Both PSM and Verbs run on the server CPUs, but unlike Verbs, which was originally designed for handling of I/O requests in a datacenter environment (and later modified to support message passing when HPC became the primary user of InfiniBand), PSM was purpose-built for MPI from the start.

The difference is the nature of the communication for the two application areas. While I/O usually entails relatively large blocks of data to be sent across a limited number of nodes, MPI communication often requires tens of millions of relatively small messages to be passed between hundreds or even thousands of CPU cores.

“Verbs, due to its poor semantic match between MPI’s message passing requirements and the structure of the Verbs implementation, means that a heavy weight protocol must be traversed to handle each message,” says Yaworski. “This approach puts a significant burden on the host CPU and severely limits network performance, especially as a cluster is scaled.

QLogic points to a couple of ANSYS FLUENT benchmarks to show its InfiniBand performance on these common CFD codes. The tests were run on a 384-core server cluster, made up of 32 computational nodes and one NFS server node. Each server consisted of dual quad-core Intel Xeon 5670 “Westmere” 2.93GHz processors and 24GB of memory. Platform MPI was used with the MPI stats option turned on to collect the statistics for communications and CPU utilization. According to Yaworski, the same object code was used for the application for both on-loading and offloading runs.

The first test was the Eddy 417K cell model, which is relatively light on the computation side, but heavy on the communications. For this application, QLogic says on-loading with PSM delivers 366 percent more application performance than offloading with Verbs, claiming the difference is the more efficient use of the CPUs. With this model, just 76 percent of the CPU cycles were used for communication with on-loading/PSM versus 95 percent for offloading/Verbs.

The second FLUENT test case is the Truck 111M cell model, which is much more computationally intensive. In this case, the QLogic solution runs just 20 percent faster, since the overall communication burden is much less, although still taking up 53 percent of the CPU for on-loading with PSM and 61 percent for offloading with Verbs.

As one might suspect, Mellanox is having none of this. According to Gilad Shainer, senior director of HPC and Technical Computing at Mellanox, the offloading critique is unfounded, and benchmark tests such as the ones QLogic touts can be easily manipulated for the benefit particular outcomes. From his perspective, QLogic’s positioning of their InfiniBand on-load technology is a marketing ploy to make up for the lack of sophistication in the TrueScale silicon.

Shainer maintains that the rationale for offloading is straightforward: to be able to use system resources for what they do best, in this case, CPUs for computation and HCAs for network processing. According to him, that’s why most adapters use some form of offloading today, whether to support InfiniBand and MPI communication, Fibre Channel over Ethernet, TCP offload, or what have you.

On-loading also makes RDMA (Remote Direct Memory Access) impossible, which means data must be buffered by the CPU in certain situations, instead of being directly mapped by the HCA. In those cases, data transfer latencies are much higher — up to 7 times higher according to Mellanox — and throughput is lower.

This is especially true when InfiniBand is used to connect storage. Shainer says for file system applications like Lustre and GPFS, you can lose up to half the I/O bandwidth without RDMA (Yaworski concedes that Mellanox is currently better for InfiniBand-based storage but says QLogic is within “spitting distance” of its competitor on I/O performance.) Shainer also says RDMA gives Mellanox’s GPUDirect implementation a decided performance advantage, a claim disputed by QLogic.

On the other hand, says Shainer, just because the offload capability is on-chip, there is no requirement to use it. Mellanox supports network transport and MPI offload capabilities, but the user is able to switch those features on and off if so desired. In that sense, he points out, offloading is really a superset of on-loading.

Nevertheless, recent experience on some large clusters at Lawrence Livermore National Lab (LLNL) appear to back QLogic’s claims of scalability and performance, at least on some of the lab’s simulation codes. On Sierra, a 1,944-node HPC cluster at LLNL connected with QLogic InfiniBand adapters and switches, a multiphysics code was able to achieve 1 to 2 us of MPI latency across 24,000 cores and attain 27 to 30 million messages per second. Matt Leininger, deputy for advanced technology projects at LLNL, said that Sierra demonstrated better scaling than any of their other clusters, not to mention their older Blue Gene and Cray XT supercomputers. Leininger attributed the superior performance to the QLogic network.

At LLNL, QLogic InfiniBand now connects more than 4,000 nodes spread across Sierra and three smaller HPC clusters. The lab’s positive experience with the technology was almost certainly a factor that led the NNSA to select QLogic QDR InfiniBand over the Mellanox offering on the second Tri-Labs contract announced. With the win, QLogic gear will now be firmly entrenched at Sandia National Laboratories and Los Alamos National Laboratory, the other two labs in the Tri-Labs complex.

While Mellanox will continue to be a market leader in InfiniBand for the foreseeable future, QLogic may have found a technological strategy that enables it to expand its market share. Continuing to exploit that strategy is going to be tough going, given its competitor’s dominance in the InfiniBand market. But in Mellanox’s more all-encompassing RDMA offerings and QLogic’s more bare-bones HPC approach, the market may have found the differentiation needed to keep both InfiniBand product sets viable.

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!

Watsonx Brings AI Visibility to Banking Systems

September 21, 2023

A new set of AI-based code conversion tools is available with IBM watsonx. Before introducing the new "watsonx," let's talk about the previous generation Watson, perhaps better known as "Jeopardy!-Watson." The origi Read more…

Researchers Advance Topological Superconductors for Quantum Computing

September 21, 2023

Quantum computers process information using quantum bits, or qubits, based on fragile, short-lived quantum mechanical states. To make qubits robust and tailor them for applications, researchers from the Department of Ene Read more…

Fortran: Still Compiling After All These Years

September 20, 2023

A recent article appearing in EDN (Electrical Design News) points out that on this day, September 20, 1954, the first Fortran program ran on a mainframe computer. Originally developed by IBM, Fortran (or FORmula TRANslat Read more…

Intel’s Gelsinger Lays Out Vision and Map at Innovation 2023 Conference

September 20, 2023

Intel’s sprawling, optimistic vision for the future was on full display yesterday in CEO Pat Gelsinger’s opening keynote at the Intel Innovation 2023 conference being held in San Jose. While technical details were sc Read more…

Intel Showcases “AI Everywhere” Strategy in MLPerf Inferencing v3.1

September 18, 2023

Intel used the latest MLPerf Inference (version 3.1) results as a platform to reinforce its developing “AI Everywhere” vision, which rests upon 4th gen Xeon CPUs and Gaudi2 (Habana) accelerators. Both fared well on t Read more…

AWS Solution Channel

Shutterstock 1679562793

How Maxar Builds Short Duration ‘Bursty’ HPC Workloads on AWS at Scale

Introduction

High performance computing (HPC) has been key to solving the most complex problems in every industry and has been steadily changing the way we work and live. Read more…

QCT Solution Channel

QCT and Intel Codeveloped QCT DevCloud Program to Jumpstart HPC and AI Development

Organizations and developers face a variety of issues in developing and testing HPC and AI applications. Challenges they face can range from simply having access to a wide variety of hardware, frameworks, and toolkits to time spent on installation, development, testing, and troubleshooting which can lead to increases in cost. Read more…

Survey: Majority of US Workers Are Already Using Generative AI Tools, But Company Policies Trail Behind

September 18, 2023

A new survey from the Conference Board indicates that More than half of US employees are already using generative AI tools, at least occasionally, to accomplish work-related tasks. Yet some three-quarters of companies st Read more…

Watsonx Brings AI Visibility to Banking Systems

September 21, 2023

A new set of AI-based code conversion tools is available with IBM watsonx. Before introducing the new "watsonx," let's talk about the previous generation Watson Read more…

Intel’s Gelsinger Lays Out Vision and Map at Innovation 2023 Conference

September 20, 2023

Intel’s sprawling, optimistic vision for the future was on full display yesterday in CEO Pat Gelsinger’s opening keynote at the Intel Innovation 2023 confer Read more…

Intel Showcases “AI Everywhere” Strategy in MLPerf Inferencing v3.1

September 18, 2023

Intel used the latest MLPerf Inference (version 3.1) results as a platform to reinforce its developing “AI Everywhere” vision, which rests upon 4th gen Xeon Read more…

China’s Quiet Journey into Exascale Computing

September 17, 2023

As reported in the South China Morning Post HPC pioneer Jack Dongarra mentioned the lack of benchmarks from recent HPC systems built by China. “It’s a we Read more…

Nvidia Releasing Open-Source Optimized Tensor RT-LLM Runtime with Commercial Foundational AI Models to Follow Later This Year

September 14, 2023

Nvidia's large-language models will become generally available later this year, the company confirmed. Organizations widely rely on Nvidia's graphics process Read more…

MLPerf Releases Latest Inference Results and New Storage Benchmark

September 13, 2023

MLCommons this week issued the results of its latest MLPerf Inference (v3.1) benchmark exercise. Nvidia was again the top performing accelerator, but Intel (Xeo Read more…

Need Some H100 GPUs? Nvidia is Listening

September 12, 2023

During a recent earnings call, Tesla CEO Elon Musk, the world's richest man, summed up the shortage of Nvidia enterprise GPUs in a few sentences.  "We're us Read more…

Intel Getting Squeezed and Benefiting from Nvidia GPU Shortages

September 10, 2023

The shortage of Nvidia's GPUs has customers searching for scrap heap to kickstart makeshift AI projects, and Intel is benefitting from it. Customers seeking qui Read more…

CORNELL I-WAY DEMONSTRATION PITS PARASITE AGAINST VICTIM

October 6, 1995

Ithaca, NY --Visitors to this year's Supercomputing '95 (SC'95) conference will witness a life-and-death struggle between parasite and victim, using virtual Read more…

SGI POWERS VIRTUAL OPERATING ROOM USED IN SURGEON TRAINING

October 6, 1995

Surgery simulations to date have largely been created through the development of dedicated applications requiring considerable programming and computer graphi Read more…

U.S. Will Relax Export Restrictions on Supercomputers

October 6, 1995

New York, NY -- U.S. President Bill Clinton has announced that he will definitely relax restrictions on exports of high-performance computers, giving a boost Read more…

Dutch HPC Center Will Have 20 GFlop, 76-Node SP2 Online by 1996

October 6, 1995

Amsterdam, the Netherlands -- SARA, (Stichting Academisch Rekencentrum Amsterdam), Academic Computing Services of Amsterdam recently announced that it has pur Read more…

Cray Delivers J916 Compact Supercomputer to Solvay Chemical

October 6, 1995

Eagan, Minn. -- Cray Research Inc. has delivered a Cray J916 low-cost compact supercomputer and Cray's UniChem client/server computational chemistry software Read more…

NEC Laboratory Reviews First Year of Cooperative Projects

October 6, 1995

Sankt Augustin, Germany -- NEC C&C (Computers and Communication) Research Laboratory at the GMD Technopark has wrapped up its first year of operation. Read more…

Sun and Sybase Say SQL Server 11 Benchmarks at 4544.60 tpmC

October 6, 1995

Mountain View, Calif. -- Sun Microsystems, Inc. and Sybase, Inc. recently announced the first benchmark results for SQL Server 11. The result represents a n Read more…

New Study Says Parallel Processing Market Will Reach $14B in 1999

October 6, 1995

Mountain View, Calif. -- A study by the Palo Alto Management Group (PAMG) indicates the market for parallel processing systems will increase at more than 4 Read more…

Leading Solution Providers

Contributors

CORNELL I-WAY DEMONSTRATION PITS PARASITE AGAINST VICTIM

October 6, 1995

Ithaca, NY --Visitors to this year's Supercomputing '95 (SC'95) conference will witness a life-and-death struggle between parasite and victim, using virtual Read more…

SGI POWERS VIRTUAL OPERATING ROOM USED IN SURGEON TRAINING

October 6, 1995

Surgery simulations to date have largely been created through the development of dedicated applications requiring considerable programming and computer graphi Read more…

U.S. Will Relax Export Restrictions on Supercomputers

October 6, 1995

New York, NY -- U.S. President Bill Clinton has announced that he will definitely relax restrictions on exports of high-performance computers, giving a boost Read more…

Dutch HPC Center Will Have 20 GFlop, 76-Node SP2 Online by 1996

October 6, 1995

Amsterdam, the Netherlands -- SARA, (Stichting Academisch Rekencentrum Amsterdam), Academic Computing Services of Amsterdam recently announced that it has pur Read more…

Cray Delivers J916 Compact Supercomputer to Solvay Chemical

October 6, 1995

Eagan, Minn. -- Cray Research Inc. has delivered a Cray J916 low-cost compact supercomputer and Cray's UniChem client/server computational chemistry software Read more…

NEC Laboratory Reviews First Year of Cooperative Projects

October 6, 1995

Sankt Augustin, Germany -- NEC C&C (Computers and Communication) Research Laboratory at the GMD Technopark has wrapped up its first year of operation. Read more…

Sun and Sybase Say SQL Server 11 Benchmarks at 4544.60 tpmC

October 6, 1995

Mountain View, Calif. -- Sun Microsystems, Inc. and Sybase, Inc. recently announced the first benchmark results for SQL Server 11. The result represents a n Read more…

New Study Says Parallel Processing Market Will Reach $14B in 1999

October 6, 1995

Mountain View, Calif. -- A study by the Palo Alto Management Group (PAMG) indicates the market for parallel processing systems will increase at more than 4 Read more…

ISC 2023 Booth Videos

Cornelis Networks @ ISC23
Dell Technologies @ ISC23
Intel @ ISC23
Lenovo @ ISC23
Microsoft @ ISC23
ISC23 Playlist
  • arrow
  • Click Here for More Headlines
  • arrow
HPCwire