Elements of Parallel Computing: Chapman & Hall/CRC Computational Science
Autor Eric Aubanelen Limba Engleză Paperback – 6 dec 2016
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.
Din seria Chapman & Hall/CRC Computational Science
- 30% Preț: 404.41 lei
- 30% Preț: 264.40 lei
- 31% Preț: 395.89 lei
- 31% Preț: 395.10 lei
- 31% Preț: 441.81 lei
- 31% Preț: 422.44 lei
- 31% Preț: 256.73 lei
- 31% Preț: 258.34 lei
- 31% Preț: 258.34 lei
- 30% Preț: 348.77 lei
- 30% Preț: 264.12 lei
- 31% Preț: 258.34 lei
- 31% Preț: 258.34 lei
- 31% Preț: 258.34 lei
- 31% Preț: 258.34 lei
- 31% Preț: 258.34 lei
- 29% Preț: 270.48 lei
- 32% Preț: 893.07 lei
- 30% Preț: 269.22 lei
- 31% Preț: 590.21 lei
- 32% Preț: 838.01 lei
- 31% Preț: 785.21 lei
Preț: 365.57 lei
Preț vechi: 524.61 lei
-30% Nou
Puncte Express: 548
Preț estimativ în valută:
69.97€ • 73.81$ • 58.31£
69.97€ • 73.81$ • 58.31£
Carte tipărită la comandă
Livrare economică 02-16 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781498727891
ISBN-10: 1498727891
Pagini: 238
Ilustrații: 106 Illustrations, black and white
Dimensiuni: 178 x 254 x 13 mm
Greutate: 0.95 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Chapman & Hall/CRC Computational Science
ISBN-10: 1498727891
Pagini: 238
Ilustrații: 106 Illustrations, black and white
Dimensiuni: 178 x 254 x 13 mm
Greutate: 0.95 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Chapman & Hall/CRC Computational Science
Notă biografică
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.
Cuprins
The Parallel Computing Landscape. Parallel Machine and Execution Models. Parallel Computing Structures. Machine Models and Program Structures. Performance Analysis and Optimization. Parallel Computing Workshop.
Descriere
This textbook covers the core principles of parallel computing using language-neutral programming models together with abstract machine models. It focuses on patterns of parallel programming and mental models of parallel computing, using a task graph approach. Pseudocode is used for the programming examples in order to capture the essential behavior, without getting tied up in syntactical details. The author provides implementations of all examples in several parallel programming languages as part of the supplementary material.