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!

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…

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…

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…

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…

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…

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