Heterogeneous Computing Architectures

Download Heterogeneous Computing Architectures PDF Online Free

Author :
Publisher : CRC Press
ISBN 13 : 0429680031
Total Pages : 315 pages
Book Rating : 4.4/5 (296 download)

DOWNLOAD NOW!


Book Synopsis Heterogeneous Computing Architectures by : Olivier Terzo

Download or read book Heterogeneous Computing Architectures written by Olivier Terzo and published by CRC Press. This book was released on 2019-09-10 with total page 315 pages. Available in PDF, EPUB and Kindle. Book excerpt: Heterogeneous Computing Architectures: Challenges and Vision provides an updated vision of the state-of-the-art of heterogeneous computing systems, covering all the aspects related to their design: from the architecture and programming models to hardware/software integration and orchestration to real-time and security requirements. The transitions from multicore processors, GPU computing, and Cloud computing are not separate trends, but aspects of a single trend-mainstream; computers from desktop to smartphones are being permanently transformed into heterogeneous supercomputer clusters. The reader will get an organic perspective of modern heterogeneous systems and their future evolution.

Heterogeneous Computing Architectures

Download Heterogeneous Computing Architectures PDF Online Free

Author :
Publisher : CRC Press
ISBN 13 : 042968004X
Total Pages : 316 pages
Book Rating : 4.4/5 (296 download)

DOWNLOAD NOW!


Book Synopsis Heterogeneous Computing Architectures by : Olivier Terzo

Download or read book Heterogeneous Computing Architectures written by Olivier Terzo and published by CRC Press. This book was released on 2019-09-10 with total page 316 pages. Available in PDF, EPUB and Kindle. Book excerpt: Heterogeneous Computing Architectures: Challenges and Vision provides an updated vision of the state-of-the-art of heterogeneous computing systems, covering all the aspects related to their design: from the architecture and programming models to hardware/software integration and orchestration to real-time and security requirements. The transitions from multicore processors, GPU computing, and Cloud computing are not separate trends, but aspects of a single trend-mainstream; computers from desktop to smartphones are being permanently transformed into heterogeneous supercomputer clusters. The reader will get an organic perspective of modern heterogeneous systems and their future evolution.

Heterogeneous System Architecture

Download Heterogeneous System Architecture PDF Online Free

Author :
Publisher : Morgan Kaufmann
ISBN 13 : 0128008016
Total Pages : 206 pages
Book Rating : 4.1/5 (28 download)

DOWNLOAD NOW!


Book Synopsis Heterogeneous System Architecture by : Wen-mei W. Hwu

Download or read book Heterogeneous System Architecture written by Wen-mei W. Hwu and published by Morgan Kaufmann. This book was released on 2015-11-20 with total page 206 pages. Available in PDF, EPUB and Kindle. Book excerpt: Heterogeneous Systems Architecture - a new compute platform infrastructure presents a next-generation hardware platform, and associated software, that allows processors of different types to work efficiently and cooperatively in shared memory from a single source program. HSA also defines a virtual ISA for parallel routines or kernels, which is vendor and ISA independent thus enabling single source programs to execute across any HSA compliant heterogeneous processer from those used in smartphones to supercomputers. The book begins with an overview of the evolution of heterogeneous parallel processing, associated problems, and how they are overcome with HSA. Later chapters provide a deeper perspective on topics such as the runtime, memory model, queuing, context switching, the architected queuing language, simulators, and tool chains. Finally, three real world examples are presented, which provide an early demonstration of how HSA can deliver significantly higher performance thru C++ based applications. Contributing authors are HSA Foundation members who are experts from both academia and industry. Some of these distinguished authors are listed here in alphabetical order: Yeh-Ching Chung, Benedict R. Gaster, Juan Gómez-Luna, Derek Hower, Lee Howes, Shih-Hao HungThomas B. Jablin, David Kaeli,Phil Rogers, Ben Sander, I-Jui (Ray) Sung. Provides clear and concise explanations of key HSA concepts and fundamentals by expert HSA Specification contributors Explains how performance-bound programming algorithms and application types can be significantly optimized by utilizing HSA hardware and software features Presents HSA simply, clearly, and concisely without reading the detailed HSA Specification documents Demonstrates ideal mapping of processing resources from CPUs to many other heterogeneous processors that comply with HSA Specifications

Heterogeneous Computing

Download Heterogeneous Computing PDF Online Free

Author :
Publisher : Morgan & Claypool
ISBN 13 : 1450361005
Total Pages : 127 pages
Book Rating : 4.4/5 (53 download)

DOWNLOAD NOW!


Book Synopsis Heterogeneous Computing by : Mohamed Zahran

Download or read book Heterogeneous Computing written by Mohamed Zahran and published by Morgan & Claypool. This book was released on 2019-05-29 with total page 127 pages. Available in PDF, EPUB and Kindle. Book excerpt: If you look around you will find that all computer systems, from your portable devices to the strongest supercomputers, are heterogeneous in nature. The most obvious heterogeneity is the existence of computing nodes of different capabilities (e.g. multicore, GPUs, FPGAs, ...). But there are also other heterogeneity factors that exist in computing systems, like the memory system components, interconnection, etc. The main reason for these different types of heterogeneity is to have good performance with power efficiency. Heterogeneous computing results in both challenges and opportunities. This book discusses both. It shows that we need to deal with these challenges at all levels of the computing stack: from algorithms all the way to process technology. We discuss the topic of heterogeneous computing from different angles: hardware challenges, current hardware state-of-the-art, software issues, how to make the best use of the current heterogeneous systems, and what lies ahead. The aim of this book is to introduce the big picture of heterogeneous computing. Whether you are a hardware designer or a software developer, you need to know how the pieces of the puzzle fit together. The main goal is to bring researchers and engineers to the forefront of the research frontier in the new era that started a few years ago and is expected to continue for decades. We believe that academics, researchers, practitioners, and students will benefit from this book and will be prepared to tackle the big wave of heterogeneous computing that is here to stay.

Heterogeneous Computing with OpenCL

Download Heterogeneous Computing with OpenCL PDF Online Free

Author :
Publisher : Newnes
ISBN 13 : 0124058949
Total Pages : 309 pages
Book Rating : 4.1/5 (24 download)

DOWNLOAD NOW!


Book Synopsis Heterogeneous Computing with OpenCL by : Benedict Gaster

Download or read book Heterogeneous Computing with OpenCL written by Benedict Gaster and published by Newnes. This book was released on 2012-11-13 with total page 309 pages. Available in PDF, EPUB and Kindle. Book excerpt: Heterogeneous Computing with OpenCL, Second Edition teaches OpenCL and parallel programming for complex systems that may include a variety of device architectures: multi-core CPUs, GPUs, and fully-integrated Accelerated Processing Units (APUs) such as AMD Fusion technology. It is the first textbook that presents OpenCL programming appropriate for the classroom and is intended to support a parallel programming course. Students will come away from this text with hands-on experience and significant knowledge of the syntax and use of OpenCL to address a range of fundamental parallel algorithms. Designed to work on multiple platforms and with wide industry support, OpenCL will help you more effectively program for a heterogeneous future. Written by leaders in the parallel computing and OpenCL communities, Heterogeneous Computing with OpenCL explores memory spaces, optimization techniques, graphics interoperability, extensions, and debugging and profiling. It includes detailed examples throughout, plus additional online exercises and other supporting materials that can be downloaded at http://www.heterogeneouscompute.org/?page_id=7 This book will appeal to software engineers, programmers, hardware engineers, and students/advanced students. Explains principles and strategies to learn parallel programming with OpenCL, from understanding the four abstraction models to thoroughly testing and debugging complete applications. Covers image processing, web plugins, particle simulations, video editing, performance optimization, and more. Shows how OpenCL maps to an example target architecture and explains some of the tradeoffs associated with mapping to various architectures Addresses a range of fundamental programming techniques, with multiple examples and case studies that demonstrate OpenCL extensions for a variety of hardware platforms

Heterogeneous Computing with OpenCL 2.0

Download Heterogeneous Computing with OpenCL 2.0 PDF Online Free

Author :
Publisher : Morgan Kaufmann
ISBN 13 : 0128016493
Total Pages : 330 pages
Book Rating : 4.1/5 (28 download)

DOWNLOAD NOW!


Book Synopsis Heterogeneous Computing with OpenCL 2.0 by : David R. Kaeli

Download or read book Heterogeneous Computing with OpenCL 2.0 written by David R. Kaeli and published by Morgan Kaufmann. This book was released on 2015-06-18 with total page 330 pages. Available in PDF, EPUB and Kindle. Book excerpt: Heterogeneous Computing with OpenCL 2.0 teaches OpenCL and parallel programming for complex systems that may include a variety of device architectures: multi-core CPUs, GPUs, and fully-integrated Accelerated Processing Units (APUs). This fully-revised edition includes the latest enhancements in OpenCL 2.0 including: • Shared virtual memory to increase programming flexibility and reduce data transfers that consume resources • Dynamic parallelism which reduces processor load and avoids bottlenecks • Improved imaging support and integration with OpenGL Designed to work on multiple platforms, OpenCL will help you more effectively program for a heterogeneous future. Written by leaders in the parallel computing and OpenCL communities, this book explores memory spaces, optimization techniques, extensions, debugging and profiling. Multiple case studies and examples illustrate high-performance algorithms, distributing work across heterogeneous systems, embedded domain-specific languages, and will give you hands-on OpenCL experience to address a range of fundamental parallel algorithms. Updated content to cover the latest developments in OpenCL 2.0, including improvements in memory handling, parallelism, and imaging support Explanations of principles and strategies to learn parallel programming with OpenCL, from understanding the abstraction models to thoroughly testing and debugging complete applications Example code covering image analytics, web plugins, particle simulations, video editing, performance optimization, and more

High Performance Heterogeneous Computing

Download High Performance Heterogeneous Computing PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 0470508191
Total Pages : 284 pages
Book Rating : 4.4/5 (75 download)

DOWNLOAD NOW!


Book Synopsis High Performance Heterogeneous Computing by : Jack Dongarra

Download or read book High Performance Heterogeneous Computing written by Jack Dongarra and published by John Wiley & Sons. This book was released on 2009-08-11 with total page 284 pages. Available in PDF, EPUB and Kindle. Book excerpt: An analytical overview of the state of the art, open problems, and future trends in heterogeneous parallel and distributed computing This book provides an overview of the ongoing academic research, development, and uses of heterogeneous parallel and distributed computing in the context of scientific computing. Presenting the state of the art in this challenging and rapidly evolving area, the book is organized in five distinct parts: Heterogeneous Platforms: Taxonomy, Typical Uses, and Programming Issues Performance Models of Heterogeneous Platforms and Design of Heterogeneous Algorithms Performance: Implementation and Software Applications Future Tre High Performance Heterogeneous Computing is a valuable¿reference for researchers and practitioners in the area of high performance heterogeneous computing. It also serves as an excellent supplemental text for graduate and postgraduate courses in related areas.

Using OpenCL

Download Using OpenCL PDF Online Free

Author :
Publisher : IOS Press
ISBN 13 : 1614990298
Total Pages : 312 pages
Book Rating : 4.6/5 (149 download)

DOWNLOAD NOW!


Book Synopsis Using OpenCL by : Janusz Kowalik

Download or read book Using OpenCL written by Janusz Kowalik and published by IOS Press. This book was released on 2012 with total page 312 pages. Available in PDF, EPUB and Kindle. Book excerpt:

Compiling Algorithms for Heterogeneous Systems

Download Compiling Algorithms for Heterogeneous Systems PDF Online Free

Author :
Publisher : Springer Nature
ISBN 13 : 3031017587
Total Pages : 89 pages
Book Rating : 4.0/5 (31 download)

DOWNLOAD NOW!


Book Synopsis Compiling Algorithms for Heterogeneous Systems by : Steven Bell

Download or read book Compiling Algorithms for Heterogeneous Systems written by Steven Bell and published by Springer Nature. This book was released on 2022-05-31 with total page 89 pages. Available in PDF, EPUB and Kindle. Book excerpt: Most emerging applications in imaging and machine learning must perform immense amounts of computation while holding to strict limits on energy and power. To meet these goals, architects are building increasingly specialized compute engines tailored for these specific tasks. The resulting computer systems are heterogeneous, containing multiple processing cores with wildly different execution models. Unfortunately, the cost of producing this specialized hardware—and the software to control it—is astronomical. Moreover, the task of porting algorithms to these heterogeneous machines typically requires that the algorithm be partitioned across the machine and rewritten for each specific architecture, which is time consuming and prone to error. Over the last several years, the authors have approached this problem using domain-specific languages (DSLs): high-level programming languages customized for specific domains, such as database manipulation, machine learning, or image processing. By giving up generality, these languages are able to provide high-level abstractions to the developer while producing high-performance output. The purpose of this book is to spur the adoption and the creation of domain-specific languages, especially for the task of creating hardware designs. In the first chapter, a short historical journey explains the forces driving computer architecture today. Chapter 2 describes the various methods for producing designs for accelerators, outlining the push for more abstraction and the tools that enable designers to work at a higher conceptual level. From there, Chapter 3 provides a brief introduction to image processing algorithms and hardware design patterns for implementing them. Chapters 4 and 5 describe and compare Darkroom and Halide, two domain-specific languages created for image processing that produce high-performance designs for both FPGAs and CPUs from the same source code, enabling rapid design cycles and quick porting of algorithms. The final section describes how the DSL approach also simplifies the problem of interfacing between application code and the accelerator by generating the driver stack in addition to the accelerator configuration. This book should serve as a useful introduction to domain-specialized computing for computer architecture students and as a primer on domain-specific languages and image processing hardware for those with more experience in the field.

Heterogeneous Computing with OpenCL

Download Heterogeneous Computing with OpenCL PDF Online Free

Author :
Publisher : Newnes
ISBN 13 : 0124055206
Total Pages : 308 pages
Book Rating : 4.1/5 (24 download)

DOWNLOAD NOW!


Book Synopsis Heterogeneous Computing with OpenCL by : Benedict Gaster

Download or read book Heterogeneous Computing with OpenCL written by Benedict Gaster and published by Newnes. This book was released on 2012-12-31 with total page 308 pages. Available in PDF, EPUB and Kindle. Book excerpt: Heterogeneous Computing with OpenCL, Second Edition teaches OpenCL and parallel programming for complex systems that may include a variety of device architectures: multi-core CPUs, GPUs, and fully-integrated Accelerated Processing Units (APUs) such as AMD Fusion technology. It is the first textbook that presents OpenCL programming appropriate for the classroom and is intended to support a parallel programming course. Students will come away from this text with hands-on experience and significant knowledge of the syntax and use of OpenCL to address a range of fundamental parallel algorithms. Designed to work on multiple platforms and with wide industry support, OpenCL will help you more effectively program for a heterogeneous future. Written by leaders in the parallel computing and OpenCL communities, Heterogeneous Computing with OpenCL explores memory spaces, optimization techniques, graphics interoperability, extensions, and debugging and profiling. It includes detailed examples throughout, plus additional online exercises and other supporting materials that can be downloaded at http://www.heterogeneouscompute.org/?page_id=7 This book will appeal to software engineers, programmers, hardware engineers, and students/advanced students. Explains principles and strategies to learn parallel programming with OpenCL, from understanding the four abstraction models to thoroughly testing and debugging complete applications. Covers image processing, web plugins, particle simulations, video editing, performance optimization, and more. Shows how OpenCL maps to an example target architecture and explains some of the tradeoffs associated with mapping to various architectures Addresses a range of fundamental programming techniques, with multiple examples and case studies that demonstrate OpenCL extensions for a variety of hardware platforms

High Performance Embedded Architectures and Compilers

Download High Performance Embedded Architectures and Compilers PDF Online Free

Author :
Publisher : Springer Science & Business Media
ISBN 13 : 3540929894
Total Pages : 432 pages
Book Rating : 4.5/5 (49 download)

DOWNLOAD NOW!


Book Synopsis High Performance Embedded Architectures and Compilers by : André Seznec

Download or read book High Performance Embedded Architectures and Compilers written by André Seznec and published by Springer Science & Business Media. This book was released on 2009-01-12 with total page 432 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book constitutes the refereed proceedings of the Fourth International Conference on High Performance Embedded Architectures and Compilers, HiPEAC 2009, held in Paphos, Cyprus, in January 2009. The 27 revised full papers presented together with 2 invited keynote paper were carefully reviewed and selected from 97 submissions. The papers are organized in topical sections on dynamic translation and optimisation, low level scheduling, parallelism and resource control, communication, mapping for CMPs, power, cache issues as well as parallel embedded applications.

Programming Massively Parallel Processors

Download Programming Massively Parallel Processors PDF Online Free

Author :
Publisher : Newnes
ISBN 13 : 0123914183
Total Pages : 514 pages
Book Rating : 4.1/5 (239 download)

DOWNLOAD NOW!


Book Synopsis Programming Massively Parallel Processors by : David B. Kirk

Download or read book Programming Massively Parallel Processors written by David B. Kirk and published by Newnes. This book was released on 2012-12-31 with total page 514 pages. Available in PDF, EPUB and Kindle. Book excerpt: Programming Massively Parallel Processors: A Hands-on Approach, Second Edition, teaches students how to program massively parallel processors. It offers a detailed discussion of various techniques for constructing parallel programs. Case studies are used to demonstrate the development process, which begins with computational thinking and ends with effective and efficient parallel programs. This guide shows both student and professional alike the basic concepts of parallel programming and GPU architecture. Topics of performance, floating-point format, parallel patterns, and dynamic parallelism are covered in depth. This revised edition contains more parallel programming examples, commonly-used libraries such as Thrust, and explanations of the latest tools. It also provides new coverage of CUDA 5.0, improved performance, enhanced development tools, increased hardware support, and more; increased coverage of related technology, OpenCL and new material on algorithm patterns, GPU clusters, host programming, and data parallelism; and two new case studies (on MRI reconstruction and molecular visualization) that explore the latest applications of CUDA and GPUs for scientific research and high-performance computing. This book should be a valuable resource for advanced students, software engineers, programmers, and hardware engineers. New coverage of CUDA 5.0, improved performance, enhanced development tools, increased hardware support, and more Increased coverage of related technology, OpenCL and new material on algorithm patterns, GPU clusters, host programming, and data parallelism Two new case studies (on MRI reconstruction and molecular visualization) explore the latest applications of CUDA and GPUs for scientific research and high-performance computing

Parallel Computing Architectures and APIs

Download Parallel Computing Architectures and APIs PDF Online Free

Author :
Publisher : CRC Press
ISBN 13 : 1351029207
Total Pages : 330 pages
Book Rating : 4.3/5 (51 download)

DOWNLOAD NOW!


Book Synopsis Parallel Computing Architectures and APIs by : Vivek Kale

Download or read book Parallel Computing Architectures and APIs written by Vivek Kale and published by CRC Press. This book was released on 2019-12-06 with total page 330 pages. Available in PDF, EPUB and Kindle. Book excerpt: Parallel Computing Architectures and APIs: IoT Big Data Stream Processing commences from the point high-performance uniprocessors were becoming increasingly complex, expensive, and power-hungry. A basic trade-off exists between the use of one or a small number of such complex processors, at one extreme, and a moderate to very large number of simpler processors, at the other. When combined with a high-bandwidth, interprocessor communication facility leads to significant simplification of the design process. However, two major roadblocks prevent the widespread adoption of such moderately to massively parallel architectures: the interprocessor communication bottleneck, and the difficulty and high cost of algorithm/software development. One of the most important reasons for studying parallel computing architectures is to learn how to extract the best performance from parallel systems. Specifically, you must understand its architectures so that you will be able to exploit those architectures during programming via the standardized APIs. This book would be useful for analysts, designers and developers of high-throughput computing systems essential for big data stream processing emanating from IoT-driven cyber-physical systems (CPS). This pragmatic book: Devolves uniprocessors in terms of a ladder of abstractions to ascertain (say) performance characteristics at a particular level of abstraction Explains limitations of uniprocessor high performance because of Moore’s Law Introduces basics of processors, networks and distributed systems Explains characteristics of parallel systems, parallel computing models and parallel algorithms Explains the three primary categorical representatives of parallel computing architectures, namely, shared memory, message passing and stream processing Introduces the three primary categorical representatives of parallel programming APIs, namely, OpenMP, MPI and CUDA Provides an overview of Internet of Things (IoT), wireless sensor networks (WSN), sensor data processing, Big Data and stream processing Provides introduction to 5G communications, Edge and Fog computing Parallel Computing Architectures and APIs: IoT Big Data Stream Processing discusses stream processing that enables the gathering, processing and analysis of high-volume, heterogeneous, continuous Internet of Things (IoT) big data streams, to extract insights and actionable results in real time. Application domains requiring data stream management include military, homeland security, sensor networks, financial applications, network management, web site performance tracking, real-time credit card fraud detection, etc.

Heterogeneous Computing with OpenCL

Download Heterogeneous Computing with OpenCL PDF Online Free

Author :
Publisher : Elsevier
ISBN 13 : 0123877660
Total Pages : 295 pages
Book Rating : 4.1/5 (238 download)

DOWNLOAD NOW!


Book Synopsis Heterogeneous Computing with OpenCL by : Benedict Gaster

Download or read book Heterogeneous Computing with OpenCL written by Benedict Gaster and published by Elsevier. This book was released on 2011-08-17 with total page 295 pages. Available in PDF, EPUB and Kindle. Book excerpt: "Heterogeneous Computing with OpenCL teaches OpenCL and parallel programming for complex systems that may include different types of hardware: Central Processing Units (CPUs), Digital Signal Processors (DSPs), Graphic Processing Units (GPUs) and Accelerated Processing Units (APUs). Designed to work on multiple platforms and with wide industry support, OpenCL will help you more effectively program for a heterogeneous future.

High-Performance Computing on Complex Environments

Download High-Performance Computing on Complex Environments PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 1118712072
Total Pages : 512 pages
Book Rating : 4.1/5 (187 download)

DOWNLOAD NOW!


Book Synopsis High-Performance Computing on Complex Environments by : Emmanuel Jeannot

Download or read book High-Performance Computing on Complex Environments written by Emmanuel Jeannot and published by John Wiley & Sons. This book was released on 2014-04-10 with total page 512 pages. Available in PDF, EPUB and Kindle. Book excerpt: With recent changes in multicore and general-purpose computing on graphics processing units, the way parallel computers are used and programmed has drastically changed. It is important to provide a comprehensive study on how to use such machines written by specialists of the domain. The book provides recent research results in high-performance computing on complex environments, information on how to efficiently exploit heterogeneous and hierarchical architectures and distributed systems, detailed studies on the impact of applying heterogeneous computing practices to real problems, and applications varying from remote sensing to tomography. The content spans topics such as Numerical Analysis for Heterogeneous and Multicore Systems; Optimization of Communication for High Performance Heterogeneous and Hierarchical Platforms; Efficient Exploitation of Heterogeneous Architectures, Hybrid CPU+GPU, and Distributed Systems; Energy Awareness in High-Performance Computing; and Applications of Heterogeneous High-Performance Computing. • Covers cutting-edge research in HPC on complex environments, following an international collaboration of members of the ComplexHPC • Explains how to efficiently exploit heterogeneous and hierarchical architectures and distributed systems • Twenty-three chapters and over 100 illustrations cover domains such as numerical analysis, communication and storage, applications, GPUs and accelerators, and energy efficiency

Digital Design and Computer Architecture

Download Digital Design and Computer Architecture PDF Online Free

Author :
Publisher : Elsevier
ISBN 13 : 0123944244
Total Pages : 722 pages
Book Rating : 4.1/5 (239 download)

DOWNLOAD NOW!


Book Synopsis Digital Design and Computer Architecture by : David Money Harris

Download or read book Digital Design and Computer Architecture written by David Money Harris and published by Elsevier. This book was released on 2013 with total page 722 pages. Available in PDF, EPUB and Kindle. Book excerpt: Provides practical examples of how to interface with peripherals using RS232, SPI, motor control, interrupts, wireless, and analog-to-digital conversion. This book covers the fundamentals of digital logic design and reinforces logic concepts through the design of a MIPS microprocessor.

Parallel Computing on Heterogeneous Networks

Download Parallel Computing on Heterogeneous Networks PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 0470349484
Total Pages : 440 pages
Book Rating : 4.4/5 (73 download)

DOWNLOAD NOW!


Book Synopsis Parallel Computing on Heterogeneous Networks by : Alexey L. Lastovetsky

Download or read book Parallel Computing on Heterogeneous Networks written by Alexey L. Lastovetsky and published by John Wiley & Sons. This book was released on 2008-05-02 with total page 440 pages. Available in PDF, EPUB and Kindle. Book excerpt: New approaches to parallel computing are being developed that make better use of the heterogeneous cluster architecture Provides a detailed introduction to parallel computing on heterogenous clusters All concepts and algorithms are illustrated with working programs that can be compiled and executed on any cluster The algorithms discussed have practical applications in a range of real-life parallel computing problems, such as the N-body problem, portfolio management, and the modeling of oil extraction