
Elements of Parallel Computing
Eric Aubanel(Author)
Chapman & Hall/CRC (Publisher)
1st Edition
Published on 6. December 2016
Book
Paperback/Softback
238 pages
978-1-4987-2789-1 (ISBN)
Description
Designed for introductory parallel computing courses at the advanced undergraduate or beginning graduate level, Elements of Parallel Computing presents the fundamental concepts of parallel computing not from the point of view of hardware, but from a more abstract view of algorithmic and implementation patterns. The aim is to facilitate the teaching of parallel programming by surveying some key algorithmic structures and programming models, together with an abstract representation of the underlying hardware. The presentation is friendly and informal. The content of the book is language neutral, using pseudocode that represents common programming language models.
The first five chapters present core concepts in parallel computing. SIMD, shared memory, and distributed memory machine models are covered, along with a brief discussion of what their execution models look like. The book also discusses decomposition as a fundamental activity in parallel algorithmic design, starting with a naive example, and continuing with a discussion of some key algorithmic structures. Important programming models are presented in depth, as well as important concepts of performance analysis, including work-depth analysis of task graphs, communication analysis of distributed memory algorithms, key performance metrics, and a discussion of barriers to obtaining good performance.
The second part of the book presents three case studies that reinforce the concepts of the earlier chapters. One feature of these chapters is to contrast different solutions to the same problem, using select problems that aren't discussed frequently in parallel computing textbooks. They include the Single Source Shortest Path Problem, the Eikonal equation, and a classical computational geometry problem: computation of the two-dimensional convex hull. After presenting the problem and sequential algorithms, each chapter first discusses the sources of parallelism then surveys parallel algorithms.
The first five chapters present core concepts in parallel computing. SIMD, shared memory, and distributed memory machine models are covered, along with a brief discussion of what their execution models look like. The book also discusses decomposition as a fundamental activity in parallel algorithmic design, starting with a naive example, and continuing with a discussion of some key algorithmic structures. Important programming models are presented in depth, as well as important concepts of performance analysis, including work-depth analysis of task graphs, communication analysis of distributed memory algorithms, key performance metrics, and a discussion of barriers to obtaining good performance.
The second part of the book presents three case studies that reinforce the concepts of the earlier chapters. One feature of these chapters is to contrast different solutions to the same problem, using select problems that aren't discussed frequently in parallel computing textbooks. They include the Single Source Shortest Path Problem, the Eikonal equation, and a classical computational geometry problem: computation of the two-dimensional convex hull. After presenting the problem and sequential algorithms, each chapter first discusses the sources of parallelism then surveys parallel algorithms.
More details
Series
Language
English
Place of publication
Oxford
United States
Publishing group
Taylor & Francis Inc
Target group
College/higher education
Illustrations
106 s/w Abbildungen
106 Illustrations, black and white
Dimensions
Height: 254 mm
Width: 178 mm
Thickness: 13 mm
Weight
460 gr
ISBN-13
978-1-4987-2789-1 (9781498727891)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Classification
Other editions
Additional editions

Eric Aubanel
Elements of Parallel Computing
Book
09/2017
1st Edition
CRC Press
€282.26
Shipment within 10-20 days

Eric Aubanel
Elements of Parallel Computing
E-Book
12/2016
Chapman & Hall/CRC
€93.49
Available for download

Eric Aubanel
Elements of Parallel Computing
E-Book
12/2016
Chapman & Hall/CRC
€93.49
Available for download
Person
Eric Aubanel is a Professor in the Faculty of Computer Science at the University of New Brunswick, Fredericton , C anada. His area of research is High Performance Computing. He is part of the IBM Center for Advanced Studies - Atlantic and associated with the Atlantic Computational Excellence Network (ACEnet). His research is funded by NSERC.
Content
The Parallel Computing Landscape. Parallel Machine and Execution Models. Parallel Computing Structures. Machine Models and Program Structures. Performance Analysis and Optimization. Parallel Computing Workshop.