Cloud – The Natural Evolution for High Performance Computing

By Nicole Hemsoth

November 5, 2012

Cloud computing has emerged as a model to address a broad range of computing needs and promises to solve all but world peace. The idea of utility or on-demand computing is hardly new, particularly in the High Performance Computing (HPC) space, but the business models and technology have matured sufficiently to propel the concept firmly back into the limelight.

I’m not going to waste your time defining what the cloud is – I think enough of the internet has been used up on that point ad nauseam. Let’s focus our attention instead on some of the implications the cloud presents for compute-intensive applications – and the enterprise in general.

Before we move on – let’s clear the air on one thing; A lot of folks pigeon-hole HPC as scientists geeking out with massive supercomputers. This is commonly referred to as High Performance “Technical” Computing. There is a far more significant market evolving outside of traditional HPC with growing computational needs. Big Data is a good example of this where the opportunity for deep analytical insight is an extremely attractive proposition to a wide range of vertical markets. Further to this, with disruptive technology solutions like the GreenButton which simplify and enable access to on-demand computing in the cloud, supercomputing power is now at the fingertips of a whole new segment of the market, often referred to as the “Missing Middle”.

The increasing adoption of programming paradigms such as the classic MPI (Message Passing Interface) and the more recently popular Map-Reduce have provided simple yet powerful mechanisms for massively parallel problem solving, generating more interests in large-scale computing as well as the need for systems that can support such computing.

The long-term implications of the cloud are still being rationalized as IT departments experiment with different private and public cloud models and balance their infrastructure needs across both static and spikey (or elastic) computing requirements.

Cloud computing is ultimately a business model (well, it’s primarily a confusing marketing term but let’s not get hung up on that) but there are typically a common set of technical capabilities that help enable cloud computing (e.g. virtualization) that also provide certain benefits that are relevant to this conversation. Let’s review some of the factors that should be understood when evaluating HPC in the Cloud.

The Positives

Cost: For spikey workloads, the cost savings in the cloud can be significant. What’s more, the cost is an Operational Expense rather than Cap-Ex so is often more palatable for many businesses as costs can be attributed to a particular project and accounted for more granularly. We have come across a number of studios that have gone out of business as they invested in infrastructure only for the project to go on hold… ouch! The cloud represents a very low-risk way for businesses to fulfill computing needs.

Flexibility: The cloud supports rapid provisioning for particular workloads. The ability to dynamically roll out specific OS/Software and hardware configurations particular to a workload is a key advantage.

Speed of deployment: The ability to rapidly provision new environments/clusters in minutes is key to the success and practicality of on-demand computing. Compare this to the months it can typically take to provision new hardware on-premise.

Scalability: Elastically scaling out to meet increased capacity demands is a powerful concept and the obvious benefit of the cloud. The public cloud promises “infinite” scale. The reality is somewhat different where there are very real limits that need to be proactively managed. However the performance levels that can be obtained from large providers such as Windows Azure and AWS are orders of magnitude greater than what most customers can fathom with internal hardware.

Resiliency: The ability to snapshot workloads as they are running can allow for check-pointing of MPI workloads. A number of virtualization solutions provide the ability to dynamically move a guest VM from one physical host to another. If you can proactively detect that a piece of hardware is going to fail through active monitoring of the right metrics then you can take remedial action and avoid any downtime.

Portability: The ability to move a workload from one cloud platform to another on the fly without any application changes presents powerful options such as for bursting from a private cloud out to a public cloud, High Availability where a workload is run on multiple clouds simultaneously, scaling across multiple clouds to meet extremely high resource requirements or, to take advantage of shifts in the spot pricing market. The abstractions exposed in the GreenButton SDK support this sort of portability.

Challenges

Security: this remains a significant barrier to adoption today however the issue is primarily in trust and perception rather than limitations in capability and architecture of various cloud platforms. One could argue that in some cases your data is safer in the hands of Amazon or Microsoft than your own data center (I’m sure that point may raise some objections). That said, data isn’t sufficiently secure by default so some effort commensurate to the sensitivity and risks needs to be applied. For example;

  • Encryption at rest of cloud-bound data.
  • Limiting the time window that data is resident in the cloud.
  • Anonymizing data. A great example is running risk models for the financial services sector where sensitive customer data can easily be stripped out prior to processing in the cloud.

Performance: There is no single answer to the question of performance. In general the cloud offers massive performance gains in most cases (and therefore is generally a positive). This does however depends entirely on the workload in question and there are some challenges/limitations today. Some workloads scale in a linear fashion i.e. embarrassingly parallel. Even many MPI workloads scale very well on cloud infrastructure. I/O bound MPI processes however will often run into performance related challenges due to their heavy demands on network infrastructure or sensitivity to latency. A significant number of traditional HPC applications are developed and tuned on very low-latency Infiniband interconnects (~2 microseconds) and take advantage of RDMA technology. The majority of these applications just won’t scale on 10 GigE networks. There is RDMA support for Ethernet however this is still in its infancy and more or less non-existent out there in the cloud today. None of the big-name public cloud providers are supporting Infiniband as yet though I see that changing in the future. It will be a great milestone when this happens and will dramatically widen the net of HPC workloads that can be supported in the cloud.

Other challenges lie in certain cloud platforms intentionally distributing your deployed instances across the data center to increase availability. In the case of HPC, this has a negative effect. Windows Azure currently suffers from this however I believe we will see this rectified with more flexible control over physical placement of VMs – similar to what AWS offers with Placement Groups for their Cluster Compute instances.

I’m not going to dwell on the overhead of virtualization as there is a lot of material on the web covering this topic. I will say that modern virtualization technologies have such a small overhead on CPU performance today that it is effectively negligible. The I/O hit in some cases can be more noticeable but this depends on the characteristics of the workload. VMware have some excellent blog posts and papers talking about virtualization overhead. In particular, I’d check out Josh Simons’ posts on HPC and Virtualization: http://cto.vmware.com/author/joshsimons/

License Management: Management of licenses in the cloud is a difficult problem both for Software Vendors and end users. As an end user if I want to spin up 100 8 core nodes for a couple of hours, do I have to acquire 100 more licenses? GreenButton works with Software Vendors to make their software available on a transactional basis whilst providing reporting and accounting on usage of their software in the cloud.

Management: One of the challenges when spreading workloads across more than one platform is management of the workloads and resources being utilized. Being able to consolidate management within a single tool becomes critical for effective use of the cloud for HPC. This is an area we have placed a lot of focus at GreenButton with our Mission Control web tool.

Data: Moving large datasets to the cloud still presents some challenges. Whether this is a real issue or not depends on the scenario. It all comes down to the amount of compute required relative to the size of data. In the Oil & Gas sector we physically ship 50TB+ to AWS where weeks/months of processing will be performed for a customer project. In this case, the entire workflow lives in the cloud using visualization technology meaning no data needs to be move backwards and forwards to the customer’s site. RenderMan workloads also present challenges with large datasets (up to 1GB per frame) and we have had to develop IP specifically to deal with this efficiently. There are companies like Aspera and Signiant who have developed smart technology for optimizing throughput over the internet using the UDP protocol (rather than the miserably inefficient TCP).

Managing Costs: There is obviously some level of fear when moving from a known and understood capital expenditure model to one of pay-by-the-drink where costs could spiral out of control. Trust me, this has many CFOs awake at night in a cold sweat. This has been a strong area of focus for GreenButton from day one resulting in some unique (and patented) technology for predicting job execution time and committing to users on runtime and cost. Being able to provide assurances to users by presenting capped price options is proving an effective solution. Further to this, we have the commercial and billing models to support more complex billing relationships and departmental chargebacks for enterprise customers.

Cloud Lock-in:  One of the primary concerns of organizations looking to adopt the cloud is vendor lock-in. This is a key benefit of the GreenButton solution and I have blogged about this previously here.

Cloud Bursting

One of the advantages of moving HPC workloads to on-demand virtualized infrastructure is the ability for Enterprise customers to take advantage of internal hardware investment in the way of a private cloud. We speak with many larger organizations where the prospect of running compute-intensive workloads across their private cloud is very enticing (the private cloud obviously solves some of the issues around security and data transfers). Throw in the ability to seamlessly burst to nominated public clouds (based on configured policy) and you have something pretty compelling indeed.

The positives far outweigh the challenges for most scenarios and thus I hope I’ve convinced you that the cloud is an ideal platform for a large portion of HPC workloads already. Many of the challenges that exist today are constantly being whittled away by the IaaS platform providers themselves or by software vendors such as GreenButton. There is a common perception that High Performance Computing is overly complex, so complex that mere mortals are not able to tap into the massive benefits and business value that can be obtained.  It is our goal to continue to make the complex world of HPC more and more accessible to the mass-market.

Follow me on twitter @dave_fellows

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!

Quantinuum Reports 99.9% 2-Qubit Gate Fidelity, Caps Eventful 2 Months

April 16, 2024

March and April have been good months for Quantinuum, which today released a blog announcing the ion trap quantum computer specialist has achieved a 99.9% (three nines) two-qubit gate fidelity on its H1 system. The lates Read more…

Mystery Solved: Intel’s Former HPC Chief Now Running Software Engineering Group 

April 15, 2024

Last year, Jeff McVeigh, Intel's readily available leader of the high-performance computing group, suddenly went silent, with no interviews granted or appearances at press conferences.  It led to questions -- what's 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 Institute for Human-Centered AI (HAI) put out a yearly report to t Read more…

Crossing the Quantum Threshold: The Path to 10,000 Qubits

April 15, 2024

Editor’s Note: Why do qubit count and quality matter? What’s the difference between physical qubits and logical qubits? Quantum computer vendors toss these terms and numbers around as indicators of the strengths of t 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 are available off the shelf, a concern raised at many recent 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  — announced its second fund targeting €200 million. The very idea th 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…

Computational Chemistry Needs To Be Sustainable, Too

April 8, 2024

A diverse group of computational chemists is encouraging the research community to embrace a sustainable software ecosystem. That's the message behind a recent Read more…

Hyperion Research: Eleven HPC Predictions for 2024

April 4, 2024

HPCwire is happy to announce a new series with Hyperion Research  - a fact-based market research firm focusing on the HPC market. In addition to providing mark Read more…

Google Making Major Changes in AI Operations to Pull in Cash from Gemini

April 4, 2024

Over the last week, Google has made some under-the-radar changes, including appointing a new leader for AI development, which suggests the company is taking its 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…

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…

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…

Leading Solution Providers

Contributors

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…

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…

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