Analytical Modelling in Parallel and Distributed Computing
Title | Analytical Modelling in Parallel and Distributed Computing PDF eBook |
Author | Peter Hanuliak |
Publisher | Chartridge Books Oxford |
Pages | 308 |
Release | 2014 |
Genre | Computers |
ISBN | 1909287903 |
This publication examines complex performance evaluation of various typical parallel algorithms (shared memory, distributed memory) and their practical implementations. As real application examples we demonstrate the various influences during the process of modelling and performance evaluation and the consequences of their distributed parallel implementations.
Introduction to Parallel Computing
Title | Introduction to Parallel Computing PDF eBook |
Author | Vipin Kumar |
Publisher | Addison Wesley Longman |
Pages | 632 |
Release | 1994 |
Genre | Computers |
ISBN |
Mathematics of Computing -- Parallelism.
Parallel Combinatorial Optimization
Title | Parallel Combinatorial Optimization PDF eBook |
Author | El-Ghazali Talbi |
Publisher | John Wiley & Sons |
Pages | 348 |
Release | 2006-10-27 |
Genre | Computers |
ISBN | 0470053917 |
This text provides an excellent balance of theory and application that enables you to deploy powerful algorithms, frameworks, and methodologies to solve complex optimization problems in a diverse range of industries. Each chapter is written by leading experts in the fields of parallel and distributed optimization. Collectively, the contributions serve as a complete reference to the field of combinatorial optimization, including details and findings of recent and ongoing investigations.
Parallel and Distributed Simulation Systems
Title | Parallel and Distributed Simulation Systems PDF eBook |
Author | Richard M. Fujimoto |
Publisher | Wiley-Interscience |
Pages | 324 |
Release | 2000-01-03 |
Genre | Computers |
ISBN |
From the preface, page xv: [...] My goal in writing Parallel and Distributed Simulation Systems, is to give an in-depth treatment of technical issues concerning the execution of discrete event simulation programs on computing platforms composed of many processores interconnected through a network"
Design and Analysis of Distributed Algorithms
Title | Design and Analysis of Distributed Algorithms PDF eBook |
Author | Nicola Santoro |
Publisher | John Wiley & Sons |
Pages | 610 |
Release | 2006-12-13 |
Genre | Computers |
ISBN | 0470072636 |
This text is based on a simple and fully reactive computational model that allows for intuitive comprehension and logical designs. The principles and techniques presented can be applied to any distributed computing environment (e.g., distributed systems, communication networks, data networks, grid networks, internet, etc.). The text provides a wealth of unique material for learning how to design algorithms and protocols perform tasks efficiently in a distributed computing environment.
Parallel and Distributed Computation: Numerical Methods
Title | Parallel and Distributed Computation: Numerical Methods PDF eBook |
Author | Dimitri Bertsekas |
Publisher | Athena Scientific |
Pages | 832 |
Release | 2015-03-01 |
Genre | Mathematics |
ISBN | 1886529159 |
This highly acclaimed work, first published by Prentice Hall in 1989, is a comprehensive and theoretically sound treatment of parallel and distributed numerical methods. It focuses on algorithms that are naturally suited for massive parallelization, and it explores the fundamental convergence, rate of convergence, communication, and synchronization issues associated with such algorithms. This is an extensive book, which aside from its focus on parallel and distributed algorithms, contains a wealth of material on a broad variety of computation and optimization topics. It is an excellent supplement to several of our other books, including Convex Optimization Algorithms (Athena Scientific, 2015), Nonlinear Programming (Athena Scientific, 1999), Dynamic Programming and Optimal Control (Athena Scientific, 2012), Neuro-Dynamic Programming (Athena Scientific, 1996), and Network Optimization (Athena Scientific, 1998). The on-line edition of the book contains a 95-page solutions manual.
Elements of Parallel Computing
Title | Elements of Parallel Computing PDF eBook |
Author | Eric Aubanel |
Publisher | CRC Press |
Pages | 238 |
Release | 2016-12-08 |
Genre | Computers |
ISBN | 1351979507 |
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.