Research Roundup: Data Intensive Applications

By Nicole Hemsoth

July 21, 2013

This week’s handpicked assortment of HPC cloud research initiatives include a special spotlight on MapReduce, where more HPC research on data intensive applications is seemingly published every week. Further, we take a look at how EC2 systems perform against benchmarks, the always important issue of security, and implementing GPUs in the cloud.

Empirical Analysis of Cloud HPC Benchmarks

High Performance Computing applications are scientific applications that require significant CPU capabilities. They are also, according to researchers from the University of North Florida, data-intensive applications requiring large data storage.

While many researchers have examined the performance of Amazon’s EC2 platform across some HPC benchmarks, an extensive study and their comparison between Amazon’s EC2 and Microsoft’s Windows Azure is largely missing with metrics such as memory bandwidth, I/O performance, and communication and computational performance.

The purpose of their paper was to fill that missing gap and implement existing benchmarks to evaluate and analyze these metrics for EC2 and Windows Azure that span both Infrastructure-as-a-Service and Platform-as-a-Service types.

They accomplished this by running MPI versions of STREAM, Interleaved or Random (IOR) and NAS Parallel (NPB) benchmarks on small and medium instance types. In addition, they also included a new EC2 medium instance type (m1.medium) in the analysis. These benchmarks measured the memory bandwidth, I/O performance, communication and computational performance.

Next–MapReduce and Data Intensive Applications->

MapReduce and Data Intensive Applications

Distributed and parallel computing have emerged as a well developed field in computer science, argues research out of Indiana University.

Tak-Lon Wu of the School of Informatics and Computing wrote a paper on how cloud computing offers new approaches for commercial and scientific applications because it incorporates different perspectives for the use of both hardware and software.

According to Wu, MapReduce distributed data processing architecture, instantiating the new paradigm of “bring the computation to data” has become a popular solution for large scale scientific applications, such as data/text-mining, bioinformatics sequence alignment, Matrix Multiplication, etc.

To understand whether the MapReduce computing model applies to these data-intensive analytic problems, he explored several problems by analyzing their usage for different MapReduce platforms in HPC Cloud environments. He mainly reviewed the state-of-the-art MapReduce systems for scientific applications, along with summarizing research issues found in prior studies.

Next–Enforcing Mandatory Access Control in the HPC Environment->

Enforcing Mandatory Access Control in the HPC Environment

Modern operating systems continue to be the victims of attacks and information leaks. Emerging architectures such as cloud computing or HPC are complex to set up and face many kinds of security threats.

However, according to research out of DAM Île-de-France and Laboratoire d’Informatique Fondamentale d’Orléans in France, they still rely on traditional access control mechanisms to protect the system and users’ data, whereas these mechanisms can be misconfigured and easily defeated.

They presented a full architecture to enhance the protection of HPC clusters. Per their research, it provides three levels of access control in order to allow the users control over their files while enforcing advanced security properties.

More specifically, the integration of mandatory access control enables to control direct information flows, and a new and specific reference monitor deals with indirect information flows. In order to keep a low impact on operating system performances, they proposed to centralize this second reference monitor on a dedicated node, controlling the flows on all other nodes through the low latency network.

They presented the whole architecture and the results of several benchmarks that indicate a low impact on performances. Then they exposed how they made this architecture fault-tolerant. This study took advantage of previous works dealing with access control on workstations or virtualisation technologies, and extended the concepts to the HPC environment.

Next–An Approach To Graphics Passthrough In Cloud Virtual Machines->

An Approach To Graphics Passthrough In Cloud Virtual Machines

A growing need of cloud computing services makes it a more challenging field for cloud providers and researchers, according to a study produced by a team at Gujarat Technological University in India.

After a brief introduction of Xen hypervisor, their paper discussed the problem of inefficient access to graphics accelerators in the cloud. Some of the reasons behind such a problem include proprietary models and heterogeneity in architecture of graphics processors. Their paper focused on such problems of GPU (Graphical Processing Unit) acceleration by providing a sample GPU passthrough model.

Graphics passthrough is a delicate task as a result of secretive architecture of graphics adapters, particularly those of NVDIA. Accomplishment of graphics virtualization via GPU passthrough enabled cloud for providing quality graphics services at very low cost.

Graphics card vendors are secretive in disclosing the architecture of graphics devices, making graphics acceleration specific to the graphics vendor.

Next–A MapReduce and MPI Framework for Molecular Dynamics Applications->

A MapReduce and MPI Framework for Molecular Dynamics Applications

Developing platforms for large scale data processing has been of great interest to scientists, noted Dr. Shuju Bai in a recent dissertation. Hadoop is a widely used computational platform which is a fault-tolerant distributed system for data storage due to HDFS (Hadoop Distributed File System) and performs fault-tolerant distributed data processing in parallel due to MapReduce framework.

It is quite often that actual computations require multiple MapReduce cycles, Bai argued, which needs chained MapReduce jobs. However, Design by Hadoop is poor in addressing problems with iterative structures.

In many iterative problems, Bai said, some invariant data is required by every MapReduce cycle. The same data is uploaded to the Hadoop file system in every MapReduce cycle, causing repeated data delivering and unnecessary time cost in transferring this data.

In addition, although Hadoop can process data in parallel, it does not support MPI in computing. In any Map/Reduce task, the computation must be serial, according to Bai. This results in inefficient scientific computations wrapped in Map/Reduce tasks because the computation cannot be distributed over a Hadoop cluster, especially a Hadoop cluster on a traditional high performance computing cluster.

Computational technologies have been extensively investigated to be applied into many application domains. Since the presence of Hadoop, scientists have applied the MapReduce framework to biological sciences, chemistry, medical sciences, and other areas to efficiently process huge data sets.

In their research, they proposed a hybrid framework of iterative MapReduce and MPI for molecular dynamics applications. They carried out molecular dynamics simulations with the implemented hybrid framework.

Further, they improved the capability and performance of Hadoop by adding a MPI module to Hadoop. The MPI module enabled Hadoop to monitor and manage the resources of Hadoop cluster so that computations incurred in Map/Reduce tasks can be performed in a parallel manner. They also applied the local caching mechanism to avoid data delivery redundancy to make the computing more efficient.

Their hybrid framework inherits features of Hadoop and improved computing efficiency of Hadoop. The targeting application domain of their research is molecular dynamics simulation. However, the potential use of their iterative MapReduce framework with MPI is broad. It can be used by any applications that contain single or multiple MapReduce iterations, invoke serial or parallel (MPI) computations in Map phase or Reduce phase of Hadoop.

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!

Intel’s Silicon Brain System a Blueprint for Future AI Computing Architectures

April 24, 2024

Intel is releasing a whole arsenal of AI chips and systems hoping something will stick in the market. Its latest entry is a neuromorphic system called Hala Point. The system includes Intel's research chip called Loihi 2, Read more…

Anders Dam Jensen on HPC Sovereignty, Sustainability, and JU Progress

April 23, 2024

The recent 2024 EuroHPC Summit meeting took place in Antwerp, with attendance substantially up since 2023 to 750 participants. HPCwire asked Intersect360 Research senior analyst Steve Conway, who closely tracks HPC, AI, Read more…

AI Saves the Planet this Earth Day

April 22, 2024

Earth Day was originally conceived as a day of reflection. Our planet’s life-sustaining properties are unlike any other celestial body that we’ve observed, and this day of contemplation is meant to provide all of us Read more…

Intel Announces Hala Point – World’s Largest Neuromorphic System for Sustainable AI

April 22, 2024

As we find ourselves on the brink of a technological revolution, the need for efficient and sustainable computing solutions has never been more critical.  A computer system that can mimic the way humans process and s Read more…

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…

Intel’s Silicon Brain System a Blueprint for Future AI Computing Architectures

April 24, 2024

Intel is releasing a whole arsenal of AI chips and systems hoping something will stick in the market. Its latest entry is a neuromorphic system called Hala Poin Read more…

Anders Dam Jensen on HPC Sovereignty, Sustainability, and JU Progress

April 23, 2024

The recent 2024 EuroHPC Summit meeting took place in Antwerp, with attendance substantially up since 2023 to 750 participants. HPCwire asked Intersect360 Resear Read more…

AI Saves the Planet this Earth Day

April 22, 2024

Earth Day was originally conceived as a day of reflection. Our planet’s life-sustaining properties are unlike any other celestial body that we’ve observed, 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…

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…

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…

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…

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…

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…

Intel’s Xeon General Manager Talks about Server Chips 

January 2, 2024

Intel is talking data-center growth and is done digging graves for its dead enterprise products, including GPUs, storage, and networking products, which fell to Read more…

  • arrow
  • Click Here for More Headlines
  • arrow
HPCwire