The i-Technology Media!
Register | Log in
   
 
.NET  ·  AJAX  ·  CLOUD  ·  ECLIPSE  ·  FLEX  ·  OPEN WEB  ·  iPHONE  ·  JAVA  ·  LINUX  ·  OPEN SOURCE  ·  ORACLE  ·  PBDJ  ·  SEARCH  ·  SILVERLIGHT  ·  SOA  ·  VIRTUALIZATION  ·  WEB 2.0  ·  WIRELESS  ·  XML
Comments
Drool, Britannia? Is the UK Failing the Cloud?
By Roger Strukhoff
Richard Davies wrote: The UK has a good crop of technology pioneers in cloud computing - for example ElasticHosts, FlexiScale, Flexiant, OnApp - and also some strong government initiatives such as G-Cloud. We will have to see whether this kind of technical leadership converts into swift mass-market adoption or not.
Jan. 8, 2012 11:38 AM EST
read more & respond »
Cloud Expo on Google News
Did you read today's front page stories & breaking news?

Cloud Expo & Virtualization 2011 West
Keynotes
Oracle
Opening Keynote | An Enterprise Cloud for Business-Critical Applications
Abiquo
Day 2 Keynote | The Enterprise Cloud Tightrope - Balancing for Success
Akamai
Day 3 Keynote | The DNA of an Enterprise Cloud
DIAMOND SPONSOR:
Oracle
Many Clouds, Many Choices'Cloud
PLATINUM PLUS SPONSORS:
Abiquo
Enterprise Cloud Best Practices - Town Hall - Join the discussion…
PLATINUM SPONSORS:
Intel
Progressing Toward the Federated, Automated and Client-Aware Cloud
New Relic
How to build an app with Twitter-like throughput
Rackspace
Computing in the Cloud Era
GOLD SPONSORS:
Gale Technologies
Practical Cloud Migration
IBM
Re-think IT. Re-inventing Business.
Intel/McAfee
Identity Driven Security in the Cloud
PerspecSys
Hackers Hackers Everywhere, Is My Public Cloud That Safe?
Red Hat
Unlock the Value of the Cloud
SHI
Mission Critical Applications and the Cloud - Myth or Reality?
SoftLayer
Not Your Grandpa's Cloud
Terremark
Integrating Enterprise Clouds
VMware
Upgrade to a vCloud
POWER PANELS:
Cloud Expo Silicon Valley: CTO Power Panel
Cloud Expo Silicon Valley: CEO Power Panel
Cloud Expo Silicon Valley: Cloud SuperStars Panel
Cloud Expo Silicon Valley: CloudNOW Panel
Click For 2010 West
Event Webcasts
Cloud Expo & Virtualization 2011 East
DIAMOND SPONSOR:
Dell
Dell & VMware Deliver the Enterprise Hybrid Cloud
PLATINUM PLUS SPONSORS:
Abiquo
Are Financial Services Organizations Risking Security by Avoiding Cloud Computing?
Oracle
From Consolidation to Enterprise Private PaaS
PLATINUM SPONSORS:
Intel
Driving the Transformation to Next Generation Cloud Data Centers
Rackspace
The Inevitability of an Open Cloud
GOLD SPONSORS:
CA Technologies
Follow YOUR path to Cloud Computing
Interxion
Who Keeps the Cloud in the Air?
Microsoft
Patterns for Cloud Computing
PerspecSys
War in the Clouds: Are you ready?
ServiceMesh
The Big Win: Stop Playing Small-Ball with Your Cloud Strategy
Terremark
Evaluating Enterprise Clouds
Xiotech
Cloud Storage: Myths and Realities
POWER PANELS:
Cloud Expo New York: CTO Power Panel
Cloud Expo New York: CEO Power Panel
Cloud Expo New York: CMO Power Panel
Cloud Expo New York: Wrap-Up Power Panel
Click For 2010 West
Event Webcasts
Live Google News by SYS-CON!
Top Three Links You Must Click On


Features
Virtualization for High Performance Computing
Aggregation, the next logical step forward

By: Shai Fultheim
Feb. 11, 2009 12:44 PM

To understand where the High Performance Computing (HPC) paradigm is headed, it is useful to understand its history. High performance in computing comes from parallelism and faster and denser circuitry. Seymour Cray was a pioneer in this field and introduced the first production supercomputers in the 1960s (CDC 6600) and 1970s (Cray 1). Cray Research established the modern-day supercomputer architecture through multiprocessor (XMP) architecture and the vector processor. Other computer manufacturers adopted this architecture in the early 1980s.

It became evident with the advent of the modern microprocessor that clusters of microprocessors would challenge the dominance of vector supercomputers. In the second half of the 1980s, Encore and Sequent were building shared-memory systems that created a shared bus so that any of the microprocessors could access all of the memory in the system. By 2001, clusters and shared-memory systems based on microprocessors constituted 90% of the Top 500 machines, compared to 10% for vector-based machines.

The Beowulf project pioneered the idea of using cheap off-the-shelf hardware and software configured as a cluster of machines to build high-performance computers. By the early 2000s, this concept had become very successful in the industry, with the unification of public domain parallel tools (MPI programming model, PVM programming, parallel file system, tools to configure, manage parallel applications) and commercial applications for the scientific community. Cluster computing adopted commodity microprocessors (Intel) and the Linux operating system.

Today more than 70% of the newly installed HPC systems utilize commodity x86 clusters, with the remainder using shared-memory systems. Shared-memory systems have been losing out to clusters in HPC for a number of years, and this trend is driven by two factors. The advantage of cluster systems is the low initial acquisition cost of the hardware and absence of vendor lock-in. They are significantly cheaper and offer better performance than the large SMP systems that typically run on proprietary Unix platforms. Most commercial HPC applications today are designed to run on cluster infrastructures.

One interesting question one could ask is why there hasn't been a proliferation of x86-based shared-memory SMP systems to replace Unix-based SMP systems. It's driven by two factors. The first one is economic. Given the commoditization of x86 systems, innovation has suffered at the system level, given the lack of differentiation and low profit margins. The second reason pertains to the fact that the system-level companies have no control over the chip vendors and there's a significant mismatch between chip-level and system-level product and development lifecycles. The x86 architecture evolves according to Moore's Law and a new generation is spawned every 18 months, while it takes about three years to design a state-of-the art x86 SMP. This makes it very difficult for the system designers to plan or predict what type of chip will be available in three years time.

There's a downside to cluster computing. The disadvantage is the complexity of installation and ongoing management of the infrastructure, as well as the restrictions put on end users because of the programming model.

Installation & Ongoing Management Costs
These cluster solutions are significantly more expensive to deploy and manage compared to large server systems, requiring:

  • OS per server: Higher OS deployment cost and complexity such as network boot or other centralized OS deployment techniques, resulting in a need for higher IT skill sets
  • Solution for shared I/O: Providing the application with access to common storage requires a cluster file system, and SAN or NAS deployments. Achieving high-performance I/O with such solutions is still a work in progress in the marketplace today
  • Application provisioning: Load-balancing and distributed resource management solutions are needed to accommodate proper scheduling and resource management
  • Cluster interconnect: A dedicated network for intra-cluster communication is required to provide high bandwidth and low latency for application-level communication. This network is usually separate from the network the cluster uses to communicate with the outside world (such as users)

Programming Model
Besides complexity, cluster deployment poses two challenges at the application level:

  • Programming model: A specific programming model is needed to accommodate the distributed nature of the computing resource. This is usually achieved via MPI programming. In-house or legacy code has to be modified to run on such systems.
  • Lack of large memory footprint: Each processor can access only the "cluster" node's local memory, which is usually limited to keep the physical size (leveraging 1U systems) and the cost of the cluster to a minimum. This poses a significant challenge to applications that use large memory in some processing phases, requiring an additional system with a large amount of local memory for these application phases. This is usually referred to as "cluster head node," and requires additional programming efforts or application provisioning techniques to accommodate the need to run different application phases on different computing resources.

Aggregation: The New Virtualization Paradigm
Computing virtualization is a technique for hiding the physical characteristics of a compute resource from the operating system, applications, or end users interacting with that compute resource.

There are two types of computing virtualization paradigms in the market today:

  1. Server virtualization: A single physical server appears to function as multiple logical (virtual) servers. It could also be defined as partitioning.
  2. Desktop virtualization: The physical location of the PC desktop is separated from the user accessing the PC. The remotely accessed PC can be located at home, the office or the data center, while the user is located elsewhere. It could also be defined as remoting.

There is a new emerging, third kind of computing virtualization: high-end virtualization in which multiple physical systems appear to function as a single logical system. This virtualization paradigm is known as aggregation and it is basically the opposite of partitioning. The building blocks of this approach are the same x86 industry standard servers used in the scale-out (clustering) approach, preserving the low cost. In addition, by running a single logical system, customers manage a single operating system, and take advantage of large contiguous memory and unified I/O architecture.

Benefits of Aggregation
Large Memory System
For workloads that require a large contiguous memory, customers have traditionally used the scale-up approach. Aggregation provides a cost-effective alternative to buying expensive and large proprietary shared-memory systems for such workloads. It enables an application requiring large amounts memory to leverage the memory of multiple systems, and reduce the need to use a hard drive for swap or scratch space. Application runtime can be dramatically reduced by running simulations with in-core solvers or by using memory instead of swap for large-memory footprint models.

Aggregation thus provides a cost-effective virtual x86 platform with a large shared memory that minimizes the physical infrastructure requirements and can run both distributed applications, as well as applications requiring a large memory footprint at optimal performance on the same physical infrastructure.

Compute-Intensive, Shared-Memory Applications
For workloads that require a high core count coupled with shared memory, customers have traditionally used proprietary shared-memory systems. Aggregation provides a cost-effective x86 alternative to these expensive and proprietary RISC systems.

Aggregation technology combines memory bandwidth across boards, as opposed to traditional SMP or NUMA architecture where memory bandwidth decreases as the machine scales. This enables solutions based on aggregation technology to show close-to-linear memory bandwidth scaling, thereby delivering excellent performance for threaded applications.

Ease of Use
For workloads that otherwise require a scale-out approach, the primary value provided by aggregation technology is ease-of-use driven by having a single system to manage compared the complexities involved with managing a cluster. A single system removes the need for cluster file systems, cluster interconnect issues, application provisioning, and installation and update of multiple operating systems and applications. The use of one operating system instead of one per node, results in significant savings in time and money during installation, as well as on-going management costs.

Simplified I/O Architecture
I/O requirements for a scale-out model can be very complex and costly involving networked storage with accompanying costs related to additional HBAs and FC switch infrastructure. Aggregation technology consolidates each individual server's network and storage interfaces. I/O resource consolidation reduces the number of drivers, HBAs, NICs, cables, and switch ports, and all the associated maintenance overhead. The user needs fewer I/O devices to purchase, manage, and service with increased availability, resiliency, and runtime scalability of I/O resources.

Improved Utilization
Even in large cluster deployments in data centers, it makes sense to deploy aggregation, since fewer larger nodes mean less cluster complexity and better utilization of the infrastructure due to reduced fragmentation of the resources. An example can be found in the financial services industry, where organizations need to run hundreds or thousands of simulations at once. A common deployment model will involve hundreds of servers, where each will execute a few simulations. In this example, each cluster node is running a single application at 80% utilization. By using aggregation to create fewer larger nodes, every four aggregated systems can run another copy of the application, leveraging the underutilized resources and driving an additional 25% utilization.

Summary
The future of High Performance Computing is here and aggregation represents the next logical step forward on this journey for better performance, lower cost, and complexity. It addresses the fundamental limitation of clusters in that they perform poorly on applications that require large shared memory. It also addresses the fundamental barriers many technical computing customers face when adopting clusters due to the lack of appropriate IT skills to install and manage clusters. And it addresses the limitations of the traditional SMP systems of high cost and vendor lock-in.

Aggregation works well for compute-intensive applications (numerical and engineering simulations) and memory-intensive applications (very large modeling and business intelligence).

The benefits of this approach are cluster consolidation and infrastructure optimization (reducing the number of managed entities), improved utilization (reducing data center fragmentation), and physical infrastructure cost reduction (traditional SMP systems, unified I/O) as well as greener computing. The result is fewer systems to manage and a large shared-memory system at industry-standard cluster pricing.

Published Feb. 11, 2009— Reads 4,551
Copyright © 2009 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
About Shai Fultheim
As founder and CEO of ScaleMP, Shai Fultheim designed and architected the core technology behind the company, and is now responsible for its strategy and direction. He has more than 15 years of experience in technology and business roles, including a few years on the IT end-user side. Before founding ScaleMP, Shai was CTO of BRM Capital, a first-tier Israeli venture capital firm. Prior to BRM, he was co-founder, CTO, and VP R&D at several technology startups. He has also served in the Israeli Defense Force's entral intelligence unit, where he led a large IT organization. He holds a bachelor of technology and applied science from the Jerusalem College of Technology. Shai has been an active member of several open source initiatives such as Apache, Jakarta Tomcat, Amanda and the Linux kernel.

Add Your Feedback

In order to post a comment you need to be registered and logged in.

Register | Sign-in

Reader Feedback: Page 1 of 1

Subscribe to the World's Most Powerful Newsletters
Subscribe to Our Rss Feeds & Get Your SYS-CON News Live!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021

SYS-CON Featured Whitepapers

ADS BY GOOGLE

Breaking Java News
CAIR Asks Tenn. to Drop Anti-Muslim Law Enforcement Trainer
STAG Industrial, Inc. to Report Fourth Quarter 2011 Financial Results on March 9, 2012
The Ensign Group Announces Addition of New Director
Valmont Announces Fourth Quarter, and Fiscal Year 2011 Results
BC Tourism Industry Conference and BC Hospitality Industry Conference to Merge in 2012-and the Event Needs a New Name!
Town Shoes Welcomes Investment by AIMCo and Callisto Capital
Manulife Financial announces Subordinated Debenture issue
Fran Drescher to Marry Three Gay Couples in New York City on Tuesday, March 6
Integrated Electrical Services Reports Preliminary Fiscal 2012 First Quarter Results
Tourism Fiji Announces Search for World Class Website Developer

ADVERTISE   |   MAGAZINE SUBSCRIPTIONS   |   FREE BREAKING-NEWSLETTERS!   |   SYS-CON.TV   |   BLOG-N-PLAY!   |   WEBCAST   |   EDUCATION   |   RESEARCH

.NET Developer's Journal - .NETDJ   |   ColdFusion Developer's Journal - CFDJ   |   Eclipse Developer's Journal - EDJ   |   Enterprise Open Source Magazine - EOS
Open Web Developer's Journal - OPENWEB   |   iPhone Developer's Journal - iPHONE   |   Virtualization - Virtualization   |   Java Developer's Journal - JDJ   |   Linux.SYS-CON.com
PowerBuilder Developer's Journal - PBDJ   |   SEO / SEM Journal - SJ   |   SOAWorld Magazine - SOAWM   |   IT Solutions Guide - ITSG   |   Symbian Developer's Journal - SDJ
WebLogic Developer's Journal - WLDJ   |   WebSphere Journal - WJ   |   Wireless Business & Technology - WBT   |   XML-Journal - XMLJ   |   Internet Video - iTV
Flex Developer's Journal - Flex   |   AJAXWorld Magazine - AWM   |   Silverlight Developer's Journal - SLDJ   |   PHP.SYS-CON.com   |   Web 2.0 Journal - WEB2
Apache   |   CMS   |   CRM   |   HP   |   Oracle Journal   |   Perl   |   Python   |   Red Hat   |   Ruby on Rails   |   SAP   |   SaaS

SYS-CON MEDIA:   ABOUT US   |   CONTACT US   |   COMPANY NEWS   |   CAREERS   |   SITE MAP
SYS-CON EVENTS:   |  AJAXWorld Conference & Expo  |  iPhone Developer Summit  |  Cloud Computing Conference & Expo  |  SOA World Conference & Expo  |  Virtualization Conference & Expo
INTERNATIONAL SITES:   India  |  U.K.  |  Canada  |  Germany  |  France  |  Australia  |  Italy  |  Spain  |  Netherlands  |  Brazil  |  Belgium
 Terms of Use & Our Privacy Statement     About Newsfeeds / Video Feeds
Copyright ©1994-2008 SYS-CON Publications, Inc. All Rights Reserved. All marks are trademarks of SYS-CON Media.
Reproduction in whole or in part in any form or medium without express written permission of SYS-CON Publications, Inc. is prohibited.
 
close this window