Structured Parallel Programming: Patterns for Efficient Computation

Structured Parallel Programming: Patterns for Efficient Computation
ISBN-10
0124159931
ISBN-13
9780124159938
Category
Computers
Pages
434
Language
English
Published
2012-06-25
Publisher
Elsevier
Authors
Michael McCool, James Reinders, Arch Robison

Description

Programming is now parallel programming. Much as structured programming revolutionized traditional serial programming decades ago, a new kind of structured programming, based on patterns, is relevant to parallel programming today. Parallel computing experts and industry insiders Michael McCool, Arch Robison, and James Reinders describe how to design and implement maintainable and efficient parallel algorithms using a pattern-based approach. They present both theory and practice, and give detailed concrete examples using multiple programming models. Examples are primarily given using two of the most popular and cutting edge programming models for parallel programming: Threading Building Blocks, and Cilk Plus. These architecture-independent models enable easy integration into existing applications, preserve investments in existing code, and speed the development of parallel applications. Examples from realistic contexts illustrate patterns and themes in parallel algorithm design that are widely applicable regardless of implementation technology. The patterns-based approach offers structure and insight that developers can apply to a variety of parallel programming models Develops a composable, structured, scalable, and machine-independent approach to parallel computing Includes detailed examples in both Cilk Plus and the latest Threading Building Blocks, which support a wide variety of computers

Other editions

Similar books

  • Theory of Structured Parallel Programming
    By Yong Wang

    The book provides readers with comprehensive coverage of theoretical foundations of structured parallel programming, including analyses of parallelism and concurrency, truly concurrent process algebras, building block-based structured ...

  • Parallel Scientific Computation: A Structured Approach Using BSP
    By Rob H. Bisseling

    Parallel Scientific Computation presents a methodology for designing parallel algorithms and writing parallel computer programs for modern computer architectures with multiple processors.

  • Parallel Programming: for Multicore and Cluster Systems
    By Thomas Rauber, Gudula Rünger

    The emphasis lies on parallel programming techniques needed for different architectures. For this second edition, all chapters have been carefully revised.

  • Parallel Programming: For Multicore and Cluster Systems
    By Thomas Rauber, Gudula R Nger

    I. Foster. Globus Toolkit Version 4: Software for Service-Oriented Systems. In Proceedings of the IFIP International Conference on Network and Parallel Computing, pages 2–13, Springer LNCS 3779, 2006. 60. T.L. Freeman and C. Phillips.

  • High Performance Parallelism Pearls Volume Two: Multicore and Many-core Programming Approaches
    By James Reinders, Jim Jeffers

    As described above, “compact” affinity packs consecutive threads together, in order, on the same core and then continues packing them on adjacent cores to best allow resource sharing (such as cache). In contrast, “scatter” affinity ...

  • Parallel Programming with MPI
    By Peter Pacheco

    Mathematics of Computing -- Parallelism.

  • Parallel Programming: for Multicore and Cluster Systems
    By Thomas Rauber, Gudula Rünger

    The book can be used as both a textbook for students and a reference book for professionals. The presented material has been used for courses in parallel programming at different universities for many years.

  • An Introduction to Parallel Programming
    By Peter Pacheco, Matthew Malensek

    Takes a tutorial approach, starting with small programming examples and building progressively to more challenging examples Explains how to develop parallel programs using MPI, Pthreads and OpenMP programming models A robust package of ...

  • Parallel Image Processing
    By T. Bräunl, S. Feyrer, W. Rapf

    Handbook of Image Processing Operators, Wiley, Chichester NY, 1996 4 Edge Detection Edge detection is one of the central. GONZALEZ, R., R. WOODS. Digital Image Processing, Addison-Wesley, Reading MA, ...

  • Patterns for Parallel Programming
    By Timothy G. Mattson, Beverly Sanders, Berna Massingill

    [FJL+88] G.Fox, M.Johnson, G.Lyzenga, S.Otto, J.Salmon, and D.Walker. Solving Problems on Concurrent Processors, Volume I: General Techniques and Regular Problems. Prentice Hall, 1988. [FK03] IanFoster and CarlKesselman.