Programming Models for Parallel Computing

Download Programming Models for Parallel Computing PDF Online Free

Author :
Publisher : MIT Press
ISBN 13 : 0262528819
Total Pages : 488 pages
Book Rating : 4.2/5 (625 download)

DOWNLOAD NOW!


Book Synopsis Programming Models for Parallel Computing by : Pavan Balaji

Download or read book Programming Models for Parallel Computing written by Pavan Balaji and published by MIT Press. This book was released on 2015-11-06 with total page 488 pages. Available in PDF, EPUB and Kindle. Book excerpt: An overview of the most prominent contemporary parallel processing programming models, written in a unique tutorial style. With the coming of the parallel computing era, computer scientists have turned their attention to designing programming models that are suited for high-performance parallel computing and supercomputing systems. Programming parallel systems is complicated by the fact that multiple processing units are simultaneously computing and moving data. This book offers an overview of some of the most prominent parallel programming models used in high-performance computing and supercomputing systems today. The chapters describe the programming models in a unique tutorial style rather than using the formal approach taken in the research literature. The aim is to cover a wide range of parallel programming models, enabling the reader to understand what each has to offer. The book begins with a description of the Message Passing Interface (MPI), the most common parallel programming model for distributed memory computing. It goes on to cover one-sided communication models, ranging from low-level runtime libraries (GASNet, OpenSHMEM) to high-level programming models (UPC, GA, Chapel); task-oriented programming models (Charm++, ADLB, Scioto, Swift, CnC) that allow users to describe their computation and data units as tasks so that the runtime system can manage computation and data movement as necessary; and parallel programming models intended for on-node parallelism in the context of multicore architecture or attached accelerators (OpenMP, Cilk Plus, TBB, CUDA, OpenCL). The book will be a valuable resource for graduate students, researchers, and any scientist who works with data sets and large computations. Contributors Timothy Armstrong, Michael G. Burke, Ralph Butler, Bradford L. Chamberlain, Sunita Chandrasekaran, Barbara Chapman, Jeff Daily, James Dinan, Deepak Eachempati, Ian T. Foster, William D. Gropp, Paul Hargrove, Wen-mei Hwu, Nikhil Jain, Laxmikant Kale, David Kirk, Kath Knobe, Ariram Krishnamoorthy, Jeffery A. Kuehn, Alexey Kukanov, Charles E. Leiserson, Jonathan Lifflander, Ewing Lusk, Tim Mattson, Bruce Palmer, Steven C. Pieper, Stephen W. Poole, Arch D. Robison, Frank Schlimbach, Rajeev Thakur, Abhinav Vishnu, Justin M. Wozniak, Michael Wilde, Kathy Yelick, Yili Zheng

Parallel Computing Works!

Download Parallel Computing Works! PDF Online Free

Author :
Publisher : Elsevier
ISBN 13 : 0080513514
Total Pages : 977 pages
Book Rating : 4.0/5 (85 download)

DOWNLOAD NOW!


Book Synopsis Parallel Computing Works! by : Geoffrey C. Fox

Download or read book Parallel Computing Works! written by Geoffrey C. Fox and published by Elsevier. This book was released on 2014-06-28 with total page 977 pages. Available in PDF, EPUB and Kindle. Book excerpt: A clear illustration of how parallel computers can be successfully applied to large-scale scientific computations. This book demonstrates how a variety of applications in physics, biology, mathematics and other sciences were implemented on real parallel computers to produce new scientific results. It investigates issues of fine-grained parallelism relevant for future supercomputers with particular emphasis on hypercube architecture. The authors describe how they used an experimental approach to configure different massively parallel machines, design and implement basic system software, and develop algorithms for frequently used mathematical computations. They also devise performance models, measure the performance characteristics of several computers, and create a high-performance computing facility based exclusively on parallel computers. By addressing all issues involved in scientific problem solving, Parallel Computing Works! provides valuable insight into computational science for large-scale parallel architectures. For those in the sciences, the findings reveal the usefulness of an important experimental tool. Anyone in supercomputing and related computational fields will gain a new perspective on the potential contributions of parallelism. Includes over 30 full-color illustrations.

Scientific Parallel Computing

Download Scientific Parallel Computing PDF Online Free

Author :
Publisher : Princeton University Press
ISBN 13 : 0691227659
Total Pages : 392 pages
Book Rating : 4.6/5 (912 download)

DOWNLOAD NOW!


Book Synopsis Scientific Parallel Computing by : L. Ridgway Scott

Download or read book Scientific Parallel Computing written by L. Ridgway Scott and published by Princeton University Press. This book was released on 2021-03-09 with total page 392 pages. Available in PDF, EPUB and Kindle. Book excerpt: What does Google's management of billions of Web pages have in common with analysis of a genome with billions of nucleotides? Both apply methods that coordinate many processors to accomplish a single task. From mining genomes to the World Wide Web, from modeling financial markets to global weather patterns, parallel computing enables computations that would otherwise be impractical if not impossible with sequential approaches alone. Its fundamental role as an enabler of simulations and data analysis continues an advance in a wide range of application areas. Scientific Parallel Computing is the first textbook to integrate all the fundamentals of parallel computing in a single volume while also providing a basis for a deeper understanding of the subject. Designed for graduate and advanced undergraduate courses in the sciences and in engineering, computer science, and mathematics, it focuses on the three key areas of algorithms, architecture, languages, and their crucial synthesis in performance. The book's computational examples, whose math prerequisites are not beyond the level of advanced calculus, derive from a breadth of topics in scientific and engineering simulation and data analysis. The programming exercises presented early in the book are designed to bring students up to speed quickly, while the book later develops projects challenging enough to guide students toward research questions in the field. The new paradigm of cluster computing is fully addressed. A supporting web site provides access to all the codes and software mentioned in the book, and offers topical information on popular parallel computing systems. Integrates all the fundamentals of parallel computing essential for today's high-performance requirements Ideal for graduate and advanced undergraduate students in the sciences and in engineering, computer science, and mathematics Extensive programming and theoretical exercises enable students to write parallel codes quickly More challenging projects later in the book introduce research questions New paradigm of cluster computing fully addressed Supporting web site provides access to all the codes and software mentioned in the book

Parallel and High Performance Computing

Download Parallel and High Performance Computing PDF Online Free

Author :
Publisher : Simon and Schuster
ISBN 13 : 1638350388
Total Pages : 702 pages
Book Rating : 4.6/5 (383 download)

DOWNLOAD NOW!


Book Synopsis Parallel and High Performance Computing by : Robert Robey

Download or read book Parallel and High Performance Computing written by Robert Robey and published by Simon and Schuster. This book was released on 2021-08-24 with total page 702 pages. Available in PDF, EPUB and Kindle. Book excerpt: Parallel and High Performance Computing offers techniques guaranteed to boost your code’s effectiveness. Summary Complex calculations, like training deep learning models or running large-scale simulations, can take an extremely long time. Efficient parallel programming can save hours—or even days—of computing time. Parallel and High Performance Computing shows you how to deliver faster run-times, greater scalability, and increased energy efficiency to your programs by mastering parallel techniques for multicore processor and GPU hardware. About the technology Write fast, powerful, energy efficient programs that scale to tackle huge volumes of data. Using parallel programming, your code spreads data processing tasks across multiple CPUs for radically better performance. With a little help, you can create software that maximizes both speed and efficiency. About the book Parallel and High Performance Computing offers techniques guaranteed to boost your code’s effectiveness. You’ll learn to evaluate hardware architectures and work with industry standard tools such as OpenMP and MPI. You’ll master the data structures and algorithms best suited for high performance computing and learn techniques that save energy on handheld devices. You’ll even run a massive tsunami simulation across a bank of GPUs. What's inside Planning a new parallel project Understanding differences in CPU and GPU architecture Addressing underperforming kernels and loops Managing applications with batch scheduling About the reader For experienced programmers proficient with a high-performance computing language like C, C++, or Fortran. About the author Robert Robey works at Los Alamos National Laboratory and has been active in the field of parallel computing for over 30 years. Yuliana Zamora is currently a PhD student and Siebel Scholar at the University of Chicago, and has lectured on programming modern hardware at numerous national conferences. Table of Contents PART 1 INTRODUCTION TO PARALLEL COMPUTING 1 Why parallel computing? 2 Planning for parallelization 3 Performance limits and profiling 4 Data design and performance models 5 Parallel algorithms and patterns PART 2 CPU: THE PARALLEL WORKHORSE 6 Vectorization: FLOPs for free 7 OpenMP that performs 8 MPI: The parallel backbone PART 3 GPUS: BUILT TO ACCELERATE 9 GPU architectures and concepts 10 GPU programming model 11 Directive-based GPU programming 12 GPU languages: Getting down to basics 13 GPU profiling and tools PART 4 HIGH PERFORMANCE COMPUTING ECOSYSTEMS 14 Affinity: Truce with the kernel 15 Batch schedulers: Bringing order to chaos 16 File operations for a parallel world 17 Tools and resources for better code

Introduction to Parallel Computing

Download Introduction to Parallel Computing PDF Online Free

Author :
Publisher : Springer
ISBN 13 : 3319988336
Total Pages : 256 pages
Book Rating : 4.3/5 (199 download)

DOWNLOAD NOW!


Book Synopsis Introduction to Parallel Computing by : Roman Trobec

Download or read book Introduction to Parallel Computing written by Roman Trobec and published by Springer. This book was released on 2018-09-27 with total page 256 pages. Available in PDF, EPUB and Kindle. Book excerpt: Advancements in microprocessor architecture, interconnection technology, and software development have fueled rapid growth in parallel and distributed computing. However, this development is only of practical benefit if it is accompanied by progress in the design, analysis and programming of parallel algorithms. This concise textbook provides, in one place, three mainstream parallelization approaches, Open MPP, MPI and OpenCL, for multicore computers, interconnected computers and graphical processing units. An overview of practical parallel computing and principles will enable the reader to design efficient parallel programs for solving various computational problems on state-of-the-art personal computers and computing clusters. Topics covered range from parallel algorithms, programming tools, OpenMP, MPI and OpenCL, followed by experimental measurements of parallel programs’ run-times, and by engineering analysis of obtained results for improved parallel execution performances. Many examples and exercises support the exposition.

Parallel Processing and Parallel Algorithms

Download Parallel Processing and Parallel Algorithms PDF Online Free

Author :
Publisher : Springer Science & Business Media
ISBN 13 : 1461212200
Total Pages : 579 pages
Book Rating : 4.4/5 (612 download)

DOWNLOAD NOW!


Book Synopsis Parallel Processing and Parallel Algorithms by : Seyed H Roosta

Download or read book Parallel Processing and Parallel Algorithms written by Seyed H Roosta and published by Springer Science & Business Media. This book was released on 2012-12-06 with total page 579 pages. Available in PDF, EPUB and Kindle. Book excerpt: Motivation It is now possible to build powerful single-processor and multiprocessor systems and use them efficiently for data processing, which has seen an explosive ex pansion in many areas of computer science and engineering. One approach to meeting the performance requirements of the applications has been to utilize the most powerful single-processor system that is available. When such a system does not provide the performance requirements, pipelined and parallel process ing structures can be employed. The concept of parallel processing is a depar ture from sequential processing. In sequential computation one processor is in volved and performs one operation at a time. On the other hand, in parallel computation several processors cooperate to solve a problem, which reduces computing time because several operations can be carried out simultaneously. Using several processors that work together on a given computation illustrates a new paradigm in computer problem solving which is completely different from sequential processing. From the practical point of view, this provides sufficient justification to investigate the concept of parallel processing and related issues, such as parallel algorithms. Parallel processing involves utilizing several factors, such as parallel architectures, parallel algorithms, parallel programming lan guages and performance analysis, which are strongly interrelated. In general, four steps are involved in performing a computational problem in parallel. The first step is to understand the nature of computations in the specific application domain.

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

Structured Parallel Programming

Download Structured Parallel Programming PDF Online Free

Author :
Publisher : Elsevier
ISBN 13 : 0124159931
Total Pages : 434 pages
Book Rating : 4.1/5 (241 download)

DOWNLOAD NOW!


Book Synopsis Structured Parallel Programming by : Michael McCool

Download or read book Structured Parallel Programming written by Michael McCool and published by Elsevier. This book was released on 2012-06-25 with total page 434 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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

Parallel Computations

Download Parallel Computations PDF Online Free

Author :
Publisher : Elsevier
ISBN 13 : 1483276643
Total Pages : 416 pages
Book Rating : 4.4/5 (832 download)

DOWNLOAD NOW!


Book Synopsis Parallel Computations by : Garry Rodrigue

Download or read book Parallel Computations written by Garry Rodrigue and published by Elsevier. This book was released on 2014-05-10 with total page 416 pages. Available in PDF, EPUB and Kindle. Book excerpt: Parallel Computations focuses on parallel computation, with emphasis on algorithms used in a variety of numerical and physical applications and for many different types of parallel computers. Topics covered range from vectorization of fast Fourier transforms (FFTs) and of the incomplete Cholesky conjugate gradient (ICCG) algorithm on the Cray-1 to calculation of table lookups and piecewise functions. Single tridiagonal linear systems and vectorized computation of reactive flow are also discussed. Comprised of 13 chapters, this volume begins by classifying parallel computers and describing techniques for performing matrix operations on them. The reader is then introduced to FFTs and the tridiagonal linear system as well as the ICCG method. Different versions of the conjugate gradient method for solving the time-dependent diffusion equation are considered. Subsequent chapters deal with two- and three-dimensional fluid flow calculations, paying particular attention to the principal issues in designing efficient numerical methods for hydrodynamic calculations; the decisions that a numerical modeler must make to optimize chemically reactive flow simulations; and how to handle disk-to-core data transfer and storage allocation for the solution of the implicit equations for three-dimensional flows. The book also describes the time-split finite difference scheme for solving the two-dimensional Navier-Stokes equation for flows through slotted nozzles. Finally, the large-scale stimulation of plasmas, as carried out on a small computer with an array processor, is discussed. This monograph should be of interest to specialists in computer science.

Parallel Computation

Download Parallel Computation PDF Online Free

Author :
Publisher : Upper Saddle River, N.J. : Prentice Hall
ISBN 13 :
Total Pages : 632 pages
Book Rating : 4.3/5 (91 download)

DOWNLOAD NOW!


Book Synopsis Parallel Computation by : Selim G. Akl

Download or read book Parallel Computation written by Selim G. Akl and published by Upper Saddle River, N.J. : Prentice Hall. This book was released on 1997 with total page 632 pages. Available in PDF, EPUB and Kindle. Book excerpt: Mathematics of Computing -- Parallelism.

Introduction to Parallel Programming

Download Introduction to Parallel Programming PDF Online Free

Author :
Publisher : Cambridge University Press
ISBN 13 : 1009276301
Total Pages : pages
Book Rating : 4.0/5 (92 download)

DOWNLOAD NOW!


Book Synopsis Introduction to Parallel Programming by : Subodh Kumar

Download or read book Introduction to Parallel Programming written by Subodh Kumar and published by Cambridge University Press. This book was released on 2022-07-31 with total page pages. Available in PDF, EPUB and Kindle. Book excerpt: In modern computer science, there exists no truly sequential computing system; and most advanced programming is parallel programming. This is particularly evident in modern application domains like scientific computation, data science, machine intelligence, etc. This lucid introductory textbook will be invaluable to students of computer science and technology, acting as a self-contained primer to parallel programming. It takes the reader from introduction to expertise, addressing a broad gamut of issues. It covers different parallel programming styles, describes parallel architecture, includes parallel programming frameworks and techniques, presents algorithmic and analysis techniques and discusses parallel design and performance issues. With its broad coverage, the book can be useful in a wide range of courses; and can also prove useful as a ready reckoner for professionals in the field.

Parallel Scientific Computation

Download Parallel Scientific Computation PDF Online Free

Author :
Publisher : Oxford University Press, USA
ISBN 13 : 0198788347
Total Pages : 410 pages
Book Rating : 4.1/5 (987 download)

DOWNLOAD NOW!


Book Synopsis Parallel Scientific Computation by : Rob H. Bisseling

Download or read book Parallel Scientific Computation written by Rob H. Bisseling and published by Oxford University Press, USA. This book was released on 2020-09-30 with total page 410 pages. Available in PDF, EPUB and Kindle. Book excerpt: Parallel Scientific Computation presents a methodology for designing parallel algorithms and writing parallel computer programs for modern computer architectures with multiple processors.

Limits to Parallel Computation

Download Limits to Parallel Computation PDF Online Free

Author :
Publisher : Oxford University Press, USA
ISBN 13 : 0195085914
Total Pages : 328 pages
Book Rating : 4.1/5 (95 download)

DOWNLOAD NOW!


Book Synopsis Limits to Parallel Computation by : Raymond Greenlaw

Download or read book Limits to Parallel Computation written by Raymond Greenlaw and published by Oxford University Press, USA. This book was released on 1995 with total page 328 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book provides a comprehensive analysis of the most important topics in parallel computation. It is written so that it may be used as a self-study guide to the field, and researchers in parallel computing will find it a useful reference for many years to come. The first half of the book consists of an introduction to many fundamental issues in parallel computing. The second half provides lists of P-complete- and open problems. These lists will have lasting value to researchers in both industry and academia. The lists of problems, with their corresponding remarks, the thorough index, and the hundreds of references add to the exceptional value of this resource. While the exciting field of parallel computation continues to expand rapidly, this book serves as a guide to research done through 1994 and also describes the fundamental concepts that new workers will need to know in coming years. It is intended for anyone interested in parallel computing, including senior level undergraduate students, graduate students, faculty, and people in industry. As an essential reference, the book will be needed in all academic libraries.

Practical Parallel Programming

Download Practical Parallel Programming PDF Online Free

Author :
Publisher : Cambridge, Mass. : MIT Press
ISBN 13 : 9780262231862
Total Pages : 564 pages
Book Rating : 4.2/5 (318 download)

DOWNLOAD NOW!


Book Synopsis Practical Parallel Programming by : Gregory V. Wilson

Download or read book Practical Parallel Programming written by Gregory V. Wilson and published by Cambridge, Mass. : MIT Press. This book was released on 1995-01 with total page 564 pages. Available in PDF, EPUB and Kindle. Book excerpt: Parallel computers have become widely available in recent years. Many scientists are now using them to investigate the grand challenges of science, such as modeling global climate change, determining the masses of elementary particles from first principles, or sequencing the human genome. However, software for parallel computers has developed far more slowly than the hardware. Many incompatible programming systems exist, and many useful programming techniques are not widely known. Practical Parallel Programming provides scientists and engineers with a detailed, informative, and often critical introduction to parallel programming techniques. Following a review of the fundamentals of parallel computer theory and architecture, it describes four of the most popular parallel programming models in use today—data parallelism, shared variables, message passing, and Linda—and shows how each can be used to solve various scientific and numerical problems. Examples, coded in various dialects of Fortran, are drawn from such domains as the solution of partial differential equations, solution of linear equations, the simulation of cellular automata, studies of rock fracturing, and image processing. Practical Parallel Programming will be particularly helpful for scientists and engineers who use high-performance computers to solve numerical problems and do physical simulations but who have little experience of networking or concurrency. The book can also be used by advanced undergraduate and graduate students in computer science in conjunction with material covering parallel architectures and algorithms in more detail. Computer science students will gain a critical appraisal of the current state of the art in parallel programming. Scientific and Engineering Computation series

Introduction to Parallel Computing

Download Introduction to Parallel Computing PDF Online Free

Author :
Publisher : Addison Wesley Longman
ISBN 13 :
Total Pages : 632 pages
Book Rating : 4.3/5 (91 download)

DOWNLOAD NOW!


Book Synopsis Introduction to Parallel Computing by : Vipin Kumar

Download or read book Introduction to Parallel Computing written by Vipin Kumar and published by Addison Wesley Longman. This book was released on 1994 with total page 632 pages. Available in PDF, EPUB and Kindle. Book excerpt: Mathematics of Computing -- Parallelism.

Introduction to Parallel Processing

Download Introduction to Parallel Processing PDF Online Free

Author :
Publisher : Springer Science & Business Media
ISBN 13 : 0306469642
Total Pages : 532 pages
Book Rating : 4.3/5 (64 download)

DOWNLOAD NOW!


Book Synopsis Introduction to Parallel Processing by : Behrooz Parhami

Download or read book Introduction to Parallel Processing written by Behrooz Parhami and published by Springer Science & Business Media. This book was released on 2006-04-11 with total page 532 pages. Available in PDF, EPUB and Kindle. Book excerpt: THE CONTEXT OF PARALLEL PROCESSING The field of digital computer architecture has grown explosively in the past two decades. Through a steady stream of experimental research, tool-building efforts, and theoretical studies, the design of an instruction-set architecture, once considered an art, has been transformed into one of the most quantitative branches of computer technology. At the same time, better understanding of various forms of concurrency, from standard pipelining to massive parallelism, and invention of architectural structures to support a reasonably efficient and user-friendly programming model for such systems, has allowed hardware performance to continue its exponential growth. This trend is expected to continue in the near future. This explosive growth, linked with the expectation that performance will continue its exponential rise with each new generation of hardware and that (in stark contrast to software) computer hardware will function correctly as soon as it comes off the assembly line, has its down side. It has led to unprecedented hardware complexity and almost intolerable dev- opment costs. The challenge facing current and future computer designers is to institute simplicity where we now have complexity; to use fundamental theories being developed in this area to gain performance and ease-of-use benefits from simpler circuits; to understand the interplay between technological capabilities and limitations, on the one hand, and design decisions based on user and application requirements on the other.

Highly Parallel Computing

Download Highly Parallel Computing PDF Online Free

Author :
Publisher : Addison Wesley Longman
ISBN 13 :
Total Pages : 726 pages
Book Rating : 4.3/5 (91 download)

DOWNLOAD NOW!


Book Synopsis Highly Parallel Computing by : George S. Almasi

Download or read book Highly Parallel Computing written by George S. Almasi and published by Addison Wesley Longman. This book was released on 1994 with total page 726 pages. Available in PDF, EPUB and Kindle. Book excerpt: This second edition includes new exercises for each chapter, a quantitative treatment of speedup, seismic migration, using a workstation network as a parallel computer, recent changes in technology, more languages, fat trees, wormhole switching, new SIMD hardware, an expanded section on CM-2, new MIMD hardware, using workstation clusters as a MIMD system, and directory based caches. Annotation copyright by Book News, Inc., Portland, OR