Parallel Programming Models and Paradigms Prof. Rajkumar Buyya Cloud Computing and Distributed Systems (CLOUDS) Lab. The University of Melbourne, Australia.

Slides:



Advertisements
Similar presentations
A Workflow Engine with Multi-Level Parallelism Supports Qifeng Huang and Yan Huang School of Computer Science Cardiff University
Advertisements

MINJAE HWANG THAWAN KOOBURAT CS758 CLASS PROJECT FALL 2009 Extending Task-based Programming Model beyond Shared-memory Systems.
Practical techniques & Examples
A Dynamic World, what can Grids do for Multi-Core computing? Daniel Goodman, Anne Trefethen and Douglas Creager
1 Chapter 1 Why Parallel Computing? An Introduction to Parallel Programming Peter Pacheco.
Master/Slave Architecture Pattern Source: Pattern-Oriented Software Architecture, Vol. 1, Buschmann, et al.
ICS 556 Parallel Algorithms Ebrahim Malalla Office: Bldg 22, Room
CISC October Goals for today: Foster’s parallel algorithm design –Partitioning –Task dependency graph Granularity Concurrency Collective communication.
Reference: Message Passing Fundamentals.
DISTRIBUTED AND HIGH-PERFORMANCE COMPUTING CHAPTER 7: SHARED MEMORY PARALLEL PROGRAMMING.
Parallel Computing Overview CS 524 – High-Performance Computing.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Parallel Programming in C with MPI and OpenMP Michael J. Quinn.
Parallel Programming Models and Paradigms
CISC 879 : Software Support for Multicore Architectures John Cavazos Dept of Computer & Information Sciences University of Delaware
Grids and Grid Technologies for Wide-Area Distributed Computing Mark Baker, Rajkumar Buyya and Domenico Laforenza.
Workload Management Massimo Sgaravatto INFN Padova.
Mapping Techniques for Load Balancing
Lecture 2 – MapReduce CPE 458 – Parallel Programming, Spring 2009 Except as otherwise noted, the content of this presentation is licensed under the Creative.
Lecture 1 – Parallel Programming Primer CPE 458 – Parallel Programming, Spring 2009 Except as otherwise noted, the content of this presentation is licensed.
ADLB Update Recent and Current Adventures with the Asynchronous Dynamic Load Balancing Library Rusty Lusk Mathematics and Computer Science Division Argonne.
Introduction to Parallel Programming MapReduce Except where otherwise noted all portions of this work are Copyright (c) 2007 Google and are licensed under.
Reference: / Parallel Programming Paradigm Yeni Herdiyeni Dept of Computer Science, IPB.
Lecture 29 Fall 2006 Lecture 29: Parallel Programming Overview.
Computer System Architectures Computer System Software
Lecture 4: Parallel Programming Models. Parallel Programming Models Parallel Programming Models: Data parallelism / Task parallelism Explicit parallelism.
 What is an operating system? What is an operating system?  Where does the OS fit in? Where does the OS fit in?  Services provided by an OS Services.
ICOM 5995: Performance Instrumentation and Visualization for High Performance Computer Systems Lecture 7 October 16, 2002 Nayda G. Santiago.
Parallel Programming Models Jihad El-Sana These slides are based on the book: Introduction to Parallel Computing, Blaise Barney, Lawrence Livermore National.
Lappeenranta University of Technology / JP CT30A7001 Concurrent and Parallel Computing Introduction to concurrent and parallel computing.
CCA Common Component Architecture Manoj Krishnan Pacific Northwest National Laboratory MCMD Programming and Implementation Issues.
1 678 Topics Covered (1) Part A: Foundation Socket Programming Thread Programming Elements of Parallel Computing Part B: Cluster Computing Elements of.
Chapter 3 Parallel Algorithm Design. Outline Task/channel model Task/channel model Algorithm design methodology Algorithm design methodology Case studies.
Introduction, background, jargon Jakub Yaghob. Literature T.G.Mattson, B.A.Sanders, B.L.Massingill: Patterns for Parallel Programming, Addison- Wesley,
Loosely Coupled Parallelism: Clusters. Context We have studied older archictures for loosely coupled parallelism, such as mesh’s, hypercubes etc, which.
4.2.1 Programming Models Technology drivers – Node count, scale of parallelism within the node – Heterogeneity – Complex memory hierarchies – Failure rates.
Chapter 3 Parallel Programming Models. Abstraction Machine Level – Looks at hardware, OS, buffers Architectural models – Looks at interconnection network,
MATRIX MULTIPLY WITH DRYAD B649 Course Project Introduction.
并行程序设计基础. 2  并行程序设计概述  Approaches for Parallel Programs  Parallel Programming Model  Parallel Programming Paradigm.
Summary Background –Why do we need parallel processing? Moore’s law. Applications. Introduction in algorithms and applications –Methodology to develop.
Lecture 4 TTH 03:30AM-04:45PM Dr. Jianjun Hu CSCE569 Parallel Computing University of South Carolina Department of.
CS 484 Designing Parallel Algorithms Designing a parallel algorithm is not easy. There is no recipe or magical ingredient Except creativity We can benefit.
1 "Workshop 31: Developing a Hands-on Undergraduate Parallel Programming Course with Pattern Programming SIGCSE The 44 th ACM Technical Symposium.
Lecture 3 : Performance of Parallel Programs Courtesy : MIT Prof. Amarasinghe and Dr. Rabbah’s course note.
CS- 492 : Distributed system & Parallel Processing Lecture 7: Sun: 15/5/1435 Foundations of designing parallel algorithms and shared memory models Lecturer/
3/12/2013Computer Engg, IIT(BHU)1 INTRODUCTION-1.
A Pattern Language for Parallel Programming Beverly Sanders University of Florida.
Lecture 3: Designing Parallel Programs. Methodological Design Designing and Building Parallel Programs by Ian Foster www-unix.mcs.anl.gov/dbpp.
NGS computation services: APIs and.
Parallel Computing Presented by Justin Reschke
Background Computer System Architectures Computer System Software.
Computer Science and Engineering Parallel and Distributed Processing CSE 8380 April 28, 2005 Session 29.
Holding slide prior to starting show. Processing Scientific Applications in the JINI-Based OGSA-Compliant Grid Yan Huang.
COMP7330/7336 Advanced Parallel and Distributed Computing MapReduce - Introduction Dr. Xiao Qin Auburn University
INTRODUCTION TO HIGH PERFORMANCE COMPUTING AND TERMINOLOGY.
Introduction to Parallel Computing: MPI, OpenMP and Hybrid Programming
Lecture 1 – Parallel Programming Primer
Conception of parallel algorithms
Parallel Programming By J. H. Wang May 2, 2017.
Pattern Parallel Programming
Parallel Algorithm Design
Parallel Programming in C with MPI and OpenMP
Summary Background Introduction in algorithms and applications
Operating Systems Bina Ramamurthy CSE421 11/27/2018 B.Ramamurthy.
شیوه های موازی سازی parallelization methods
Hybrid Programming with OpenMP and MPI
Parallel Programming in C with MPI and OpenMP
MapReduce: Simplified Data Processing on Large Clusters
Mattan Erez The University of Texas at Austin
Presentation transcript:

Parallel Programming Models and Paradigms Prof. Rajkumar Buyya Cloud Computing and Distributed Systems (CLOUDS) Lab. The University of Melbourne, Australia An Introduction

Presentation Outline Introduction Parallel Application Development Strategies Code Granularity and Levels of Parallelism Parallel Models Methodical Design Steps Parallelization Paradigms Summary

Parallel Programming is a Complex Task The development of parallel applications largely dependent on the availability of adequate software tools and environments. Parallel software developers handle issues/challenges such as: Non-determinism, communication, synchronization, data partitioning and distribution, load-balancing, fault- tolerance, heterogeneity, shared or distributed memory, deadlocks, and race conditions.

Users’ Expectations from Parallel Programming Environments Currently, only few expert developers have the knowledge of programming parallel and distributed systems. Parallel computing can only be widely successful if parallel software is able to meet expectations of the users, such as: provide architecture/processor type transparency; provide network/communication transparency; be easy-to-use and reliable; provide support for fault-tolerance; accommodate heterogeneity; assure portability; provide support for traditional high-level languages; be capable of delivering increased performance; and finally, to provide parallelism transparency.

Approaches for Parallel Programs Development Implicit Parallelism Supported by parallel languages and parallelizing compilers that take care of identifying parallelism, the scheduling of calculations and the placement of data. Explicit Parallelism In this approach, the programmer is responsible for most of the parallelization effort such as task decomposition, mapping task to processors, the communication structure. This approach is based on the assumption that the user is often the best judge of how parallelism can be exploited for a particular application.

Strategies for Development

Parallel Programming Models Shared Memory Model DSM (Distributed Shared Memory) Threads/OpenMP (enabled for clusters) Java threads (HKU JESSICA, IBM cJVM) Message Passing Model PVM (Parallel Virtual Machine) MPI (Message Passing Interface) Hybrid Model Mixing shared and distributed memory model Using OpenMP and MPI together Object and Service Oriented Models Wide area distributed computing technologies OO: CORBA, DCOM, etc. Services: Web Services-based service composition

Code-Granularity Code Item Large grain (task level) Program Medium grain (control level) Function (thread) Fine grain (data level) Loop (Compiler) Very fine grain (multiple issue) With hardware Task i-l Task i Task i+1 func1 ( ) {.... } func1 ( ) {.... } func2 ( ) {.... } func2 ( ) {.... } func3 ( ) {.... } func3 ( ) {.... } a ( 0 ) =.. b ( 0 ) =.. a ( 0 ) =.. b ( 0 ) =.. a ( 1 )=.. b ( 1 )=.. a ( 1 )=.. b ( 1 )=.. a ( 2 )=.. b ( 2 )=.. a ( 2 )=.. b ( 2 )= x x Load PVM/MPI Threads Compilers CPU Levels of Parallelism

Responsible for Parallelization Grain SizeCode ItemParallelised by Very FineInstructionProcessor FineLoop/Instruction blockCompiler Medium(Standard one page) FunctionProgrammer LargeProgram/Separate heavy-weight process Programmer

Methodical Design or Stages of Parallel Programs Partitioning Decomposition of computational activities and the data into small tasks – there exist number of paradigms – e.g. master worker, pipeline, divide and conquer, SPMD, and speculation. Communication Flow of information and coordination among tasks that are created in the portioning stage. Agglomeration Tasks and communication structure created in the above stages are evaluated for performance and implementation cost. Tasks may be grouped into larger tasks to improve communication. Individual communications can be bundled. Mapping / Scheduling Assigning tasks to processors such that job completion time is minimized and resource utilization is maximized. Even the cost of computation can be minimized based on QoS requirements.

Parallelisation Paradigms Task-Farming/Master-Worker Single-Program Multiple-Data (SPMD) Pipelining Divide and Conquer Speculation Parametric Computation Nimrod-G - for computational intensive parameteric applications. Gridbus Broker – for distributed data intensive parameteric applications.

Master Worker/Slave Model Master decomposes the problem into small tasks, distributes to workers and gathers partial results to produce the final result. Mapping/Load Balancing Static Dynamic When number of tasks are larger than the number of CPUs / they are know at runtime / CPUs are heterogeneous. Static

Single-Program Multiple-Data Most commonly used model. Each process executes the same piece of code, but on different parts of the data.—splitting the data among the available processors. Different names: geometric/domain decomposition, data parallelism.

Data Pipelining Suitable for fine grained parallelism. Also suitable for application involving multiple stages of execution, but need to operate on large number of data sets.

Divide and Conquer A problem is divided into two or more sub problems, and each of these sub problems are solved independently, and their results are combined. 3 operations: split, compute, and join. Master-worker/task- farming is like divide and conquer with master doing both split and join operation. (seems like a “hierarchical” master-work technique)

Speculative Parallelism It used when it is quite difficult to achieve parallelism through one of the previous paradigms. Studying Grid computing/Java instead of AI/C++ course increases the likelihood/chances of getting a job is an example of speculation! Problems with complex dependencies – use “look ahead “execution. Employing different algorithms for solving the same problem—the first one to give the final solution is the one that is chosen.

Summary Parallel programming is complex, but exciting as it appears similar to a real world working model. Parallel Application Development: Strategies: automatic, library-based, and explicit parallelisation. Levels: fine grain, loop, function, and task Models: shared, message passing, hybrid, OO/Service Oriented Methodical design: partitioning, communication, agglomeration, and mapping. Parallelization Paradigms: Master worker/task farming, SPMD, pipelining, divide and conquer, and speculations.

Reference L. Silva and R. Buyya, Parallel Programming Models and Paradigms, High Performance Cluster Computing: Programming and Applications, Rajkumar Buyya (editor), ISBN , Prentice Hall, NJ, USA, 1999.High Performance Cluster Computing: Programming and ApplicationsPrentice Hall