High-End Visualization the Open Source Way

By Michael Feldman

June 22, 2010

Ultimately supercomputing is a visual endeavor. Turning the so-called “data deluge” into pretty pictures and animations has always been the most straightforward way to extract insight from HPC simulations. But with the size of simulation datasets growing in tandem with the size of supercomputers, visualization has never been more challenging.

Visualization at scale is a problem peculiar to HPC, and therefore solutions are sometimes hard to come by. Generally, users have a choice of buying (or building) a domain-specific solution, purchasing a proprietary general-purpose product, or opting for an open-source solution.

It’s in the latter category that Kitware has made its mark. Founded in 1998, the company built a business around supporting the Visualization Toolkit (VTK), an open-source software library designed for computer graphics, image processing and visualization. VTK was born in 1993 at the GE Research Center in Schenectady, New York, as a software demonstration package that accompanied a visualization textbook, titled “The Visualization Toolkit: An Object-Oriented Approach to 3D Graphics.” Both the software and the book were developed by GE employees Will Schroeder, Ken Martin and Bill Lorensen. After the book was published, interest in the software took off, and Schroeder and Martin went on to start up Kitware to support the burgeoning VTK community. Although Kitware’s original business model centered on visualization consulting services, the company has since expanded, adding a group that specializes in computer vision, one that does scientific data publishing, and another that focuses on software process and development.

But it’s the scientific computing group at Kitware that is aimed squarely at the HPC space. After Kitware was founded, Sandia and Los Alamos National labs contracted the company to help develop visualization tools for the simulations being run on the supercomputers at that time. A lot of the existing tools back then were either completely serial or used the shared-memory model of parallel computing and could not handle the data being produced by these large-scale supercomputer clusters. To fill that need, Kitware extended VTK to support distributed-memory parallel architectures.

As part of that work, they developed ParaView, an open-source visualization app that could be applied across a range of HPC-type applications. The initial funding for the effort was provided by a three-year contract from the DOE’s Accelerated Strategic Computing (ASCI) program, and in 2002, the first release of ParaView was made public. DoD labs, including the Army’s Engineer Research and Development Center (ERDC) and the Army Research Lab (ARL), subsequently kicked in additional money to expand the scope and functionality of the software. ParaView, which itself is based on VTK, has become one of the premier general-purpose applications for HPC visualization.

Today, ParaView can scale up and down across HPC infrastructure, from workstations to the largest supercomputers. When running on a supercomputer or (more commonly) a visualization cluster connected to one, ParaView runs in the client-server mode. In this case, the backend visualization runs in as a distributed parallel application with just user interface on the client side. ParaView has been ported to the Blue Gene architecture, the Cray XT line of supercomputers, Lawrence Livermore’s ASC Purple, as well as all commodity-based Linux and Windows clusters. On the client side, the software supports the usual suspects: Windows, Linux and Mac OS.

The largest users of VTK and ParaView are still in the DoD and DOE communities, which is not surprising when you consider how much of the big supercomputing hardware these two agencies own. Kitware has also worked with a few organizations in Europe, including the French electricity provider, Électricité de France (EDF), considered to be the world’s largest utility company. EDF also contributes to the VTK code base and has built its own tools on top of the library.

ParaView is especially good at working with Finite Element Analysis (FEA) codes, making it well-suited to a variety of applications at DOE and DoD computing centers. At Sandia, it’s being used to visualize the results of CTH, a shock physics code, as well as a number of material sciences applications used for nuclear weapons research. At Los Alamos, ParaView is being used across the open science domains, including cosmology, magnetohydrodynamics, and wind turbine modeling, to name a few. ParaView is also being applied to some of the climate simulations run at the lab, and the visualization results may wind up in the next Intergovernmental Panel on Climate Change (IPCC) report.

Besides the government space, Kitware also targets academia and commercial markets. Industry customers include oil & gas, pharmaceutical, and medical companies. However, because of the economic downturn, the majority of the company’s revenue is currently derived from the federal sector. Even in boom times, though, more than half of Kitware’s revenues come from government contracts.

According to Dr. Berk Geveci, who leads Kitware’s scientific computing group, approximately a quarter of the company’s revenue comes from small business grants issues by government agencies. These fall under the Small Business Innovation Research (SBIR) and the Small Business Technology Transfer (STTR) programs. Because a lot of these grants involve development of the open VTK and ParaView source code base, the business model becomes a virtuous circle for both Kitware and its customers. “We use those [grants] to develop our tools and toolkit, to add more functionality and make them available to the wider community,” explains Geveci. “We’ve been lucky that a lot of our collaborators understand the value of open source.”

One of Kitware’s more recent efforts is to provide an API for ParaView so that it can be directly coupled to a simulation code and run in the same process space. The goal in coupling is to avoid I/O as much as possible, keeping what would have been post-processing inside the simulation itself. At the same time, doing the visualization in-situ makes better use of the available computational resources. According to Geveci, the nice thing about the ParaView API is that you don’t have to change the internal data structures. You just add ParaView calls in the application to do the initialization, visualization functions and then finalization.

The ParaView library is currently being used with PHASTA, a CFD simulation code that can scale extremely well. Early testing has been performed on an IBM Blue Gene/L supercomputer at the Rensselaer Polytechnic Institute. At some point they would like to run ParaView in this coprocessing model on the Jaguar supercomputer at Oak Ridge National Lab. “Our goal is to scale that functionality all the way to petascale and beyond,” says Geveci.

ParaView is not alone in the open source arena. VisIt was originally developed at Lawrence Livermore National Laboratory under ASCI and is now supported by the DOE’s Scientific Discovery Through Advanced Computing (SciDAC) program. Like ParaView, VisIt is based on the VTK library. VisTrails, 3DSlicer, MayaVi, and OsiriX are other visualization apps developed with VTK, but they tend to be more specialized and are not targeted for large-scale HPC.

CEI’s EnSight is the big competitor to ParaView in the commercial arena, especially in verticals like aerospace, where Kitware is trying to make inroads. Compared to open source visualization, EnSight has been around much longer and is more fully featured, but is less common at the big government labs.

“Government and academic supercomputing sites tend to prefer open source,” notes Geveci. “So you won’t necessarilly see EnSight in many of them. In industry, EnSight may be on more machines than Visit and ParaView. Hopefully, in time, we’ll change that too.”

A future area of interest for Kitware is support for distance visualization. Being able to view the results of a simulation without having to move the data off the supercomputing site is becoming more necessary as datasets grow in size. Along those same lines is the concept of collaborative visualization, enabling multiple researchers at different sites to share results and look at the data together. A lot of this will be enabled by Web-based interfaces, which are slowly edging out the traditional desktop GUI. “The idea is to share data and visualization of data as a larger community,” explains Geveci. “Enabling sharing of data and results through distance visualization and collaboration is very important to us and I think is going to be important to the community at large.”

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!

The New MLPerf Storage Benchmark Runs Without ML Accelerators

October 3, 2024

MLCommons is known for its independent Machine Learning (ML) benchmarks.  These benchmarks have focused on mathematical ML operations and accelerators (e.g., Nvidia GPUs). Recently, MLCommons introduced the results of i Read more…

DataPelago Unveils Universal Engine to Unite Big Data, Advanced Analytics, HPC, and AI Workloads

October 3, 2024

DataPelago today emerged from stealth with a new virtualization layer that it says will allow users to move AI, data analytics, and ETL workloads to whatever physical processor they want, without making code changes, the Read more…

IBM Quantum Summit Evolves into Developer Conference

October 2, 2024

Instead of its usual quantum summit this year, IBM will hold its first IBM Quantum Developer Conference which the company is calling, “an exclusive, first-of-its-kind.” It’s planned as an in-person conference at th Read more…

Stayin’ Alive: Intel’s Falcon Shores GPU Will Survive Restructuring

October 2, 2024

Intel's upcoming Falcon Shores GPU will survive the brutal cost-cutting measures as part of its "next phase of transformation." An Intel spokeswoman confirmed that the company will release Falcon Shores as a GPU. The com Read more…

Texas A&M HPRC at PEARC24: Building the National CI Workforce

October 1, 2024

Texas A&M High-Performance Research Computing (HPRC) significantly contributed to the PEARC24 (Practice & Experience in Advanced Research Computing 2024) conference. Eleven HPRC and ACES’ (Accelerating Computin Read more…

A Q&A with Quantum Systems Accelerator Director Bert de Jong

September 30, 2024

Quantum technologies may still be in development, but these systems are evolving rapidly and existing prototypes are already making a big impact on science and industry. One of the major hubs of quantum R&D is the Q Read more…

The New MLPerf Storage Benchmark Runs Without ML Accelerators

October 3, 2024

MLCommons is known for its independent Machine Learning (ML) benchmarks.  These benchmarks have focused on mathematical ML operations and accelerators (e.g., N Read more…

DataPelago Unveils Universal Engine to Unite Big Data, Advanced Analytics, HPC, and AI Workloads

October 3, 2024

DataPelago today emerged from stealth with a new virtualization layer that it says will allow users to move AI, data analytics, and ETL workloads to whatever ph Read more…

Stayin’ Alive: Intel’s Falcon Shores GPU Will Survive Restructuring

October 2, 2024

Intel's upcoming Falcon Shores GPU will survive the brutal cost-cutting measures as part of its "next phase of transformation." An Intel spokeswoman confirmed t Read more…

How GenAI Will Impact Jobs In the Real World

September 30, 2024

There’s been a lot of fear, uncertainty, and doubt (FUD) about the potential for generative AI to take people’s jobs. The capability of large language model Read more…

IBM and NASA Launch Open-Source AI Model for Advanced Climate and Weather Research

September 25, 2024

IBM and NASA have developed a new AI foundation model for a wide range of climate and weather applications, with contributions from the Department of Energy’s Read more…

Intel Customizing Granite Rapids Server Chips for Nvidia GPUs

September 25, 2024

Intel is now customizing its latest Xeon 6 server chips for use with Nvidia's GPUs that dominate the AI landscape. The chipmaker's new Xeon 6 chips, also called Read more…

Building the Quantum Economy — Chicago Style

September 24, 2024

Will there be regional winner in the global quantum economy sweepstakes? With visions of Silicon Valley’s iconic success in electronics and Boston/Cambridge� Read more…

How GPUs Are Embedded in the HPC Landscape

September 23, 2024

Grasping the basics of Graphics Processing Unit (GPU) architecture is crucial for understanding how these powerful processors function, particularly in high-per Read more…

Shutterstock_2176157037

Intel’s Falcon Shores Future Looks Bleak as It Concedes AI Training to GPU Rivals

September 17, 2024

Intel's Falcon Shores future looks bleak as it concedes AI training to GPU rivals On Monday, Intel sent a letter to employees detailing its comeback plan after Read more…

Nvidia Shipped 3.76 Million Data-center GPUs in 2023, According to Study

June 10, 2024

Nvidia had an explosive 2023 in data-center GPU shipments, which totaled roughly 3.76 million units, according to a study conducted by semiconductor analyst fir Read more…

AMD Clears Up Messy GPU Roadmap, Upgrades Chips Annually

June 3, 2024

In the world of AI, there's a desperate search for an alternative to Nvidia's GPUs, and AMD is stepping up to the plate. AMD detailed its updated GPU roadmap, w Read more…

Granite Rapids HPC Benchmarks: I’m Thinking Intel Is Back (Updated)

September 25, 2024

Waiting is the hardest part. In the fall of 2023, HPCwire wrote about the new diverging Xeon processor strategy from Intel. Instead of a on-size-fits all approa Read more…

Ansys Fluent® Adds AMD Instinct™ MI200 and MI300 Acceleration to Power CFD Simulations

September 23, 2024

Ansys Fluent® is well-known in the commercial computational fluid dynamics (CFD) space and is praised for its versatility as a general-purpose solver. Its impr Read more…

Shutterstock_1687123447

Nvidia Economics: Make $5-$7 for Every $1 Spent on GPUs

June 30, 2024

Nvidia is saying that companies could make $5 to $7 for every $1 invested in GPUs over a four-year period. Customers are investing billions in new Nvidia hardwa Read more…

Shutterstock 1024337068

Researchers Benchmark Nvidia’s GH200 Supercomputing Chips

September 4, 2024

Nvidia is putting its GH200 chips in European supercomputers, and researchers are getting their hands on those systems and releasing research papers with perfor 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…

Leading Solution Providers

Contributors

Everyone Except Nvidia Forms Ultra Accelerator Link (UALink) Consortium

May 30, 2024

Consider the GPU. An island of SIMD greatness that makes light work of matrix math. Originally designed to rapidly paint dots on a computer monitor, it was then Read more…

Quantum and AI: Navigating the Resource Challenge

September 18, 2024

Rapid advancements in quantum computing are bringing a new era of technological possibilities. However, as quantum technology progresses, there are growing conc Read more…

IBM Develops New Quantum Benchmarking Tool — Benchpress

September 26, 2024

Benchmarking is an important topic in quantum computing. There’s consensus it’s needed but opinions vary widely on how to go about it. Last week, IBM introd Read more…

Google’s DataGemma Tackles AI Hallucination

September 18, 2024

The rapid evolution of large language models (LLMs) has fueled significant advancement in AI, enabling these systems to analyze text, generate summaries, sugges Read more…

Microsoft, Quantinuum Use Hybrid Workflow to Simulate Catalyst

September 13, 2024

Microsoft and Quantinuum reported the ability to create 12 logical qubits on Quantinuum's H2 trapped ion system this week and also reported using two logical qu Read more…

IonQ Plots Path to Commercial (Quantum) Advantage

July 2, 2024

IonQ, the trapped ion quantum computing specialist, delivered a progress report last week firming up 2024/25 product goals and reviewing its technology roadmap. Read more…

Intel Customizing Granite Rapids Server Chips for Nvidia GPUs

September 25, 2024

Intel is now customizing its latest Xeon 6 server chips for use with Nvidia's GPUs that dominate the AI landscape. The chipmaker's new Xeon 6 chips, also called Read more…

US Implements Controls on Quantum Computing and other Technologies

September 27, 2024

Yesterday the Commerce Department announced  export controls on quantum computing technologies as well as new controls for advanced semiconductors and additiv Read more…

  • arrow
  • Click Here for More Headlines
  • arrow
HPCwire