Top Banner
CS 591x Grid Computing
39

CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Dec 27, 2015

Download

Documents

Cynthia Miller
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

CS 591x

Grid Computing

Page 2: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Observe that -

Today’s processors are tremendously powerful, even compared to a few years agoMillions of computers in the worldMost are not busy at any one time

Page 3: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

…Observe that -

Large percentage of computers are interconnected via the InternetNetworking technology has made tremendous progressMillions of computers have access to relatively high performance networkingNetworking performance progressing rapidly Internet-2 Lambda Rail – DWDM 10 Gs/fiber

Page 4: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

…Observe that -

Large number of computing problems have become increasingly complexComputational demands of computing programs have outstripped the computational capability of any one computerYet, world-wide there appears to be a surplus of computational capacity (idle machines)

Page 5: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Recall that…

Clusters came about by tying together a group of desktop computers…… to harness the computational power of these computers as a collective whole…physically in one place……with a single common interconnect…

Page 6: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

But what if…

Page 7: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Grid Computing

Why not tie computational resources (desktop computers, supercomputers, etc.) together …… and harness their collective computational power.… thus Grid Computing

Page 8: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Grid Computing

“A computational grid is a hardware and software infrastructure that provides dependable, consistent, pervasive and inexpensive access to high-end computational capabilities”( Foster and Kesselman, 1998)

Page 9: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

A Grid is…

…A collection of computational processing elements……possibly organized dynamically……utilizing relatively high performance networking…… to provide computational resources beyond those normally available

Page 10: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Grid Computing

Primarily accomplished through middleware--software layers that tie discrete computers together into a gridmust be based on standards – why?*** participating elements are administratively autonomous ***

Page 11: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

the Virtual Organization

Important concept in grid computingenabled by and part of a griddynamically “convening” expertise around a problem dynamically “constructing” resources to support the approach to a problemmay go away when problem is solved or project is completed

Page 12: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Middleware IssuesSecurity transaction/data security authentication

Resource Management authorization resource allocation

Information services resource monitoring job monitoring

Data Management data access data caching

Page 13: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Grids --Come in many “flavors”-

Cluster of clusters, grids of high performance systems well known, stable resources under administrative management

Dynamic grids Cycle “stealing” not so stable resources not always well known little or no communications among

processes - sometimes

Page 14: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Standards

OGSA – Open Grid Services ArchitectureOGSI – Open Grid Services Infrastructure Infrastructure around which OGSA is built Core grid service specification

On-going development through the Global Grid Forumwww.ggf.org

Page 15: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Globus

Implementation of OGSA/OGSIMiddleware for deploying a grid

Page 16: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Teragrid

from: http://www.teragrid.org/userinfo/guide_hardware_table.html

Page 17: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

TeraGrid

Extensible Terascale Computational FacilityTies together HPCs from major national supercomputing centers in the U.S.Massive computational resourcesWell known, controlled computing environmentsee http://www.teragrid.org

Page 18: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

The Sabre Grid

Overall managed by PSCcomposed of clusters from PSC… and WVU (Energy)…… and the Department of Energy (NETL)..… and a Condor flockEarly stages

Page 19: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Einstein@home

Page 20: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Einstein@home

Cycle stealingsearches for gravitation objects – pulsars in astronomy dataruns as a screen saver – when computer is not usedBerkeley Open Infrastructure for Network Computing – BOINCBOINC – “An open-source software platform for computing using volunteered resources. “ from:http://boinc.berkeley.edu/

Page 21: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Other BOINC based projects

SETI@home – search for extraterrestrial intelligenceClimateprediction.net – study climate changePredictor@home - investigate protein related diseases

Page 22: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Global Grid Exchange

Uses central serverdeploys tasks to “common” computersfrom a large pool of available computerpotentially massive pool of computersprimarily Java basedno inter-task communicationshas process fail-over capability

Page 23: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Global Grid Exchange

Operated by the WV High Technology Consortium Foundationpotentially thousands of computersCan run non-Java code requires special “intervention” to get

by-pass security

Page 24: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

CondorDeveloped and maintained by the University of Wisconsin – MadisonOriginally – a cycle-stealing approach to gathering high performance computational resourcesCan function like a clusteror like a grid (flocking)… can be part of a Globus based grid (Condor–G)Supports message passing

Page 25: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Others

United DevicesUnicore

Page 26: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Grid Computing

further thoughts

Page 27: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Types of Grids

Desktop Grids collections of computers office grids volunteer compute elements Can be heterogeneous Unreliable

Page 28: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Types of Grids

Cluster Grids Cluster of Clusters Single system image “completely compiled” code Stable resources Known environment Sabre

Page 29: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Types of Grids

HPC Grids Grid of “Big Iron” supercomputers

Very high performance Stable platform reliable known environment not so many organizational/human issues

TeraGrid

Page 30: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Types of Grids

Data Grids access to distributed data resource global and local resource

management common access protocol resources can be very large National Virtual Observatory

Page 31: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Requirements for a Grid

Interface should provide the user community with

a familiar, understandable interface command-line command (like qsub) and

tools the user community is familiar with

Job Scheduling Should be done in a manner similar to

other parallel paradigms Known queuing algorithms

Page 32: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Requirements for a Grid

Data Management Access to data by distributed processes

Grid Global file system does not scale beyond a point Staging/Caching data Consistent namespace

Remote Execution Environment User should have control of the execution

environment environment variables/parameters

Page 33: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Grid Requirements

Security Authentication – positively identify users,

devices, other resources Confidentiality – information is not disclosed

to unauthorized people, systems,… Data integrity – data not modified

accidentally, maliciously Non-repudiation – trusted confirmation –

“return receipt”

Page 34: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Grid Requirements

Gang Scheduling process/thread scheduling must be

managed grid wide all processes/threads must start/stop

at the same time if a process/thread fails, grid must

manage the entire job stop job, restart job

Page 35: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Grid Requirements

Checkpointing and Job Migration Fault-tolerence – Failure recovery Load balancing Checkpointing – automatic, user-induced,

none

Management tools to manage grid as a system must respect rights, autonomy, authority of

components

Page 36: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Some BarriersResource Sharing call for sharing corporate resources

things that have cost to companies/organizations

System Integrity once someone has code running your

computer….?

Data Integrity confidence in results – are they correct

architecture software environment tampering

Page 37: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Some BarriersAvailability Critical Grid App vs. Critical Corporate App who gets priority how to assert that priority

Ownership who owns the discovery if it was discovered

on my computer Intellectual Property – does the U of X own a

piece of my work

Licensing calls for new licensing models (no named

seats)

Page 38: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.

Some Barriers

Culpability/Liability if its wrong – who’s to blame

Propriety Commericial code running on a state-

owned computer inappropriate code

Page 39: CS 591x Grid Computing. Observe that - Today’s processors are tremendously powerful, even compared to a few years ago Millions of computers in the world.