Neutron Science and Supercomputing Come Together at Oak Ridge National Lab

By Agatha Bardoel

December 4, 2012

Novel capability will deliver the best of high-performance computing and cloud computing

Next-generation neutron scattering requires next-generation data analysis infrastructure. And that means not just more data, accelerated reduction, and translation and analysis, but linking the neutron scattering on a beam line live to a simulation platform where modeling and simulation can guide the experiment.

As the data sets generated by the increasingly powerful neutron scattering instruments at Oak Ridge National Laboratory’s (ORNL’s) Spallation Neutron Source (SNS) grow ever more massive, the facility’s users require significant advances in data reduction and analysis tools so they can cope. SNS is the world’s most intense pulsed, accelerator-based neutron source for scientific research and development.

Funded by the US Department of Energy Office of Basic Energy Sciences, this national user facility hosts hundreds of scientists from all over the world every year, most of whom are engaged in materials science research. Now the SNS data specialists have teamed with ORNL’s Computing and Computational Sciences Directorate to form a strategic alliance to meet the neutron science users’ next-generation requirements.

The result is ADARA – the Accelerating Data Acquisition, Reduction, and Analysis Collaboration project, which comprises individuals from across ORNL spanning five divisions: the Neutron Sciences Directorate’s (NScD’s) Neutron Data Analysis and Visualization Division (NDAV) and Research Accelerator Division, the Computing and Computational Sciences Directorate’s (CCSD’s) Computer Science and Mathematics Division, National Center for Computational Sciences (NCCS) and Information Technology Services Division.

The collaboration between neutron sciences and supercomputing, two of ORNL’s most high-powered research centers, has created a new data infrastructure that will enhance users’ ability to reduce and analyze data as they are taken; create data files instantly after acquisition, regardless of size; reduce a data set in seconds after acquisition; and provide the resources for any user to do post-acquisition reduction, analysis, visualization, and modeling – not just on site – but literally from anywhere.

At neutron experimental facilities today, research scientists collect data during experiments and do an initial analysis of their findings. The detailed data analysis that follows can take from minutes to months. For maximum effect, visiting users manipulate their data – reduce it, analyze it, and, increasingly, visualize and model it on supercomputers – to fully understand the content. This is an interactive process.

Galen Shipman is data system architect for the Computing and Computational Sciences Directorate and principal investigator of the ADARA project. We asked him to tell us what improvements SNS users can expect in the coming months.

What are the data access and analysis problems that confront SNS users today?

Galen Shipman: Much of the software infrastructure for data acquisition, reduction, and analysis at SNS was designed more than a decade ago. It is a good system and has served the needs of the users, but there is a need to shorten the time from experiment to the scientific result. That is really what the ADARA project is about. It’s about decreasing this time by providing a streaming data infrastructure and an integrated high-performance computing (HPC) capability that provides users with instant feedback from experiments at SNS.

We began in October 2011 with an analysis of the current infrastructure, working with experts at SNS. We quickly found that one of the major issues was how long it took to start getting feedback from an experiment on a beam line as it is running. What the scientist often wants to see from an experiment at SNS is an energy spectrum, but the data captured and provided to the user are simply the position and time of flight of neutrons as they travel through a material and hit a bank of detectors surrounding the material.

The current process of providing this feedback entails capturing all the neutron event data and saving it to a data file. After the entire experiment is complete, the data files are translated to a common data format known as NeXus. After this translation is complete, a data reduction process uses MANTID, a data-reduction platform, to transform the raw neutron event data to an energy spectrum or diffraction pattern. Finally, then, the user starts seeing the results of the experiment.

Often reduction is a short process. It can be minutes for small data sets on short experiments. In other cases, it can take a day or more – a full day from completion of the experiment and then another day to actually start getting feedback on what it meant and what the results are. This long lead time from the experiment to receiving feedback from the experiment can significantly impact the productivity of scientists at SNS.

How did the team propose to speed up data reduction and get to that energy spectrum faster?

Shipman: The concept, the leap forward, is to go from experiment to data reduction to obtaining an energy spectrum nearly instantaneously, while the experiment is still running.

Rather than the current approach of saving data in “buckets” and, once the bucket is full, handing the bucket off to the next process, we do a streaming approach. As data are being captured, we concurrently do translation. Every single event coming off a detector is translated live to a common data format. While doing translation, we are also doing data reduction, so as those events are coming off the detectors, we are also doing live data reduction into an energy spectrum.

How do you enable simultaneous translation and reduction of the neutron events coming off the detectors?

Shipman: For the architecture, we’ve leveraged some of the techniques that we were already using in HPC, as well as some of the techniques from more traditional, distributed computing. The fundamental architecture for our streaming data system is built upon a high-performance publish/subscribe system. We have a system we call the stream management service (SMS). It collects information from multiple feeds: from the neutron detectors, the experiment environment, such as temperature within the sample environment, and orientation of the sample. This information is what we call slow controls information. We also collect data from a variety of other sources such as Fermi choppers [devices that block the neutron beam for a fraction of time in milliseconds]. All of these data are “published” to the SMS, which then aggregates the data into a single, common network stream that can be sent to one or more downstream “subscribers.”

One of the downstream subscribers we have developed has been dubbed the Streaming Translation Service, which translates the unified neutron event stream on the fly and creates NeXus files live, as the experiment is conducted. The instant an experiment is over, the full NeXus file is created. It’s done. It doesn’t matter if it is a terabyte. It doesn’t matter if it is just a few megabytes.

Another downstream subscriber we have developed, known as the Streaming Reduction Service, which leverages the MANTID system, transforms the neutron event stream live from simple detector position and time of flight to an energy spectrum in real time. This provides scientists at SNS with real-time feedback from their experiment coupled with the Mantid reduction and analysis platform.

What happens to all the data after the experiment is completed?

Shipman: Although much of our work has focused on providing real-time feedback from an experiment, certain tasks in the data processing chain can be conducted only after the experiment is completed. To support this, the ADARA team has developed an automated workflow engine based on the Apache ActiveMQ system for post-stream processing. This workflow engine allows for coupling of an arbitrary number of tasks to the completion of an experiment, such as cataloging of the experiment data, additional data reduction and analysis, and archiving of the experiment data to our multi-petabyte archival storage system at the NCCS.

Once cataloged, these data are available for subsequent reanalysis and intercomparison with previous experiments. This post-processing step can be highly interactive in which users interact with their data through the Mantid software package or through other analysis tools and custom applications. Although much of the data captured can be analyzed using a workstation computer, many of the datasets require HPC systems to provide users with timely feedback. While HPC systems can provide timely feedback and support interactive analysis, in the past these systems have only been accessible by advanced users with a background in parallel computing. To support a much broader set of users, we have integrated support of HPC systems into Mantid, effectively hiding the complexities of parallel computing while providing its benefits to our users.

So you bring the advantages of HPC systems to all the SNS users?

Shipman: Exactly. We have built an integrated HPC capability for users at SNS. Through a web service-enabled architecture, scientists at SNS – or scientists sitting in a coffee shop across the country – can seamlessly conduct a variety of analysis or reduction tasks on HPC infrastructure at the NCCS. From the users’ perspective, they are interacting with an application on their desktop. But behind the scenes, we are farming out larger reduction and analysis tasks to HPC systems running the Moab Intelligence engine from Adaptive Computing through a Web Service RESTful API. These HPC systems have an order of magnitude more computational capability than their desktop. This has enabled dramatic acceleration in post-processing workloads, in which scientists reanalyze their data from a completed experiment or compare a number of completed experiments. Our ActiveMQ workflow manager, based on Apache Active MQ, can also leverage this framework, farming out computationally intensive tasks to HPC systems at the NCCS as part of the experiment pipeline. We are really excited about this capability; we have in essence developed an elastic compute capability using both software as-a-service and platform as-a-service models that deliver the best of HPC and cloud computing to users at SNS.

Is neutron science research effectively partnering with supercomputing?

Shipman: Yes. The ADARA team has already built out the software and hardware infrastructure to support the use of NCCS HPC systems by scientists at SNS. Our next steps will include coupling the live streaming capability with modeling and simulation, enabling real-time analysis of experiments, such as fitting of the experiment data to a model of the material in the experiment. This will enable an entirely new level of real-time feedback from experiments at SNS. In the future, this and techniques that leverage the coupling of experiment and simulation will enable systems at the Oak Ridge Leadership Computing Facility (OLCF) to steer the experiment, providing the scientist with real-time information from a simulation of the material that they can use to more efficiently conduct the experiment at SNS. In fact, we have begun the initial steps of this work through the Center for Accelerated Materials Modeling, led by Mark Hagen, NDAV group lead.

Through this and other upcoming work, we see a future in which the Titan multi-petaflop platform at the OLCF could be steering an experiment based on intercomparison of simulation of a material with neutron data captured at SNS. This coupling of neutrons and computation could provide new breakthroughs in materials science, biology, and engineering, while significantly improving the productivity of our users.

What and who got this started?

Shipman: Jeff Nichols, the associate Laboratory director for the CCSD, and Kelly Beierschmitt, the associate Laboratory director for NScD, recognized the importance of coupling computation and neutron science. They realized that by doing so we could make significant progress in increasing the productivity of scientists at SNS and ultimately develop new capabilities in multiple science domains that use neutrons and computing.

The ADARA project has required expertise in both computing and neutron science. The computing team doesn’t have the science background in neutrons but does have the software/engineering background required to help build the system. So in collaboration, leveraging previous work that the neutron sciences data team had done, the ADARA team was able to extend those concepts and write new software to deliver a streaming infrastructure and an integrated HPC capability at SNS. Although we have made significant progress through the ADARA project, this is just the beginning of a long-term strategic partnership between computing and neutron science here at ORNL, a partnership enabled by the Laboratory’s multi-program science and technology capabilities.

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!

MLPerf Inference 4.0 Results Showcase GenAI; Nvidia Still Dominates

March 28, 2024

There were no startling surprises in the latest MLPerf Inference benchmark (4.0) results released yesterday. Two new workloads — Llama 2 and Stable Diffusion XL — were added to the benchmark suite as MLPerf continues Read more…

Q&A with Nvidia’s Chief of DGX Systems on the DGX-GB200 Rack-scale System

March 27, 2024

Pictures of Nvidia's new flagship mega-server, the DGX GB200, on the GTC show floor got favorable reactions on social media for the sheer amount of computing power it brings to artificial intelligence.  Nvidia's DGX Read more…

Call for Participation in Workshop on Potential NSF CISE Quantum Initiative

March 26, 2024

Editor’s Note: Next month there will be a workshop to discuss what a quantum initiative led by NSF’s Computer, Information Science and Engineering (CISE) directorate could entail. The details are posted below in a Ca Read more…

Waseda U. Researchers Reports New Quantum Algorithm for Speeding Optimization

March 25, 2024

Optimization problems cover a wide range of applications and are often cited as good candidates for quantum computing. However, the execution time for constrained combinatorial optimization applications on quantum device Read more…

NVLink: Faster Interconnects and Switches to Help Relieve Data Bottlenecks

March 25, 2024

Nvidia’s new Blackwell architecture may have stolen the show this week at the GPU Technology Conference in San Jose, California. But an emerging bottleneck at the network layer threatens to make bigger and brawnier pro Read more…

Who is David Blackwell?

March 22, 2024

During GTC24, co-founder and president of NVIDIA Jensen Huang unveiled the Blackwell GPU. This GPU itself is heavily optimized for AI work, boasting 192GB of HBM3E memory as well as the the ability to train 1 trillion pa Read more…

MLPerf Inference 4.0 Results Showcase GenAI; Nvidia Still Dominates

March 28, 2024

There were no startling surprises in the latest MLPerf Inference benchmark (4.0) results released yesterday. Two new workloads — Llama 2 and Stable Diffusion Read more…

Q&A with Nvidia’s Chief of DGX Systems on the DGX-GB200 Rack-scale System

March 27, 2024

Pictures of Nvidia's new flagship mega-server, the DGX GB200, on the GTC show floor got favorable reactions on social media for the sheer amount of computing po Read more…

NVLink: Faster Interconnects and Switches to Help Relieve Data Bottlenecks

March 25, 2024

Nvidia’s new Blackwell architecture may have stolen the show this week at the GPU Technology Conference in San Jose, California. But an emerging bottleneck at Read more…

Who is David Blackwell?

March 22, 2024

During GTC24, co-founder and president of NVIDIA Jensen Huang unveiled the Blackwell GPU. This GPU itself is heavily optimized for AI work, boasting 192GB of HB Read more…

Nvidia Looks to Accelerate GenAI Adoption with NIM

March 19, 2024

Today at the GPU Technology Conference, Nvidia launched a new offering aimed at helping customers quickly deploy their generative AI applications in a secure, s Read more…

The Generative AI Future Is Now, Nvidia’s Huang Says

March 19, 2024

We are in the early days of a transformative shift in how business gets done thanks to the advent of generative AI, according to Nvidia CEO and cofounder Jensen 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…

Nvidia Showcases Quantum Cloud, Expanding Quantum Portfolio at GTC24

March 18, 2024

Nvidia’s barrage of quantum news at GTC24 this week includes new products, signature collaborations, and a new Nvidia Quantum Cloud for quantum developers. Wh Read more…

Alibaba Shuts Down its Quantum Computing Effort

November 30, 2023

In case you missed it, China’s e-commerce giant Alibaba has shut down its quantum computing research effort. It’s not entirely clear what drove the change. 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…

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…

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…

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…

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…

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…

Leading Solution Providers

Contributors

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…

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…

Google Introduces ‘Hypercomputer’ to Its AI Infrastructure

December 11, 2023

Google ran out of monikers to describe its new AI system released on December 7. Supercomputer perhaps wasn't an apt description, so it settled on Hypercomputer 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…

Intel Won’t Have a Xeon Max Chip with New Emerald Rapids CPU

December 14, 2023

As expected, Intel officially announced its 5th generation Xeon server chips codenamed Emerald Rapids at an event in New York City, where the focus was really o Read more…

IBM Quantum Summit: Two New QPUs, Upgraded Qiskit, 10-year Roadmap and More

December 4, 2023

IBM kicks off its annual Quantum Summit today and will announce a broad range of advances including its much-anticipated 1121-qubit Condor QPU, a smaller 133-qu Read more…

  • arrow
  • Click Here for More Headlines
  • arrow
HPCwire