Introduction to High Performance Computing for Scientists and Engineers: Chapman & Hall/CRC Computational Science
Autor Georg Hager, Gerhard Welleinen Limba Engleză Hardback – 28 noi 2017
The text first introduces the architecture of modern cache-based microprocessors and discusses their inherent performance limitations, before describing general optimization strategies for serial code on cache-based architectures. It next covers shared- and distributed-memory parallel computer architectures and the most relevant network topologies. After discussing parallel computing on a theoretical level, the authors show how to avoid or ameliorate typical performance problems connected with OpenMP. They then present cache-coherent non-uniform memory access (ccNUMA) optimization techniques, examine distributed-memory parallel programming with message passing interface (MPI), and explain how to write efficient MPI code. The final chapter focuses on hybrid programming with MPI and OpenMP.
Users of high performance computers often have no idea what factors limit time to solution and whether it makes sense to think about optimization at all. This book facilitates an intuitive understanding of performance limitations without relying on heavy computer science knowledge. It also prepares readers for studying more advanced literature.
Read about the authors' recent honor: Informatics Europe Curriculum Best Practices Award for Parallelism and Concurrency.
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 443.69 lei 6-8 săpt. | |
CRC Press – 2 iul 2010 | 443.69 lei 6-8 săpt. | |
Hardback (1) | 1106.43 lei 6-8 săpt. | |
CRC Press – 28 noi 2017 | 1106.43 lei 6-8 săpt. |
Din seria Chapman & Hall/CRC Computational Science
- 20% Preț: 308.15 lei
- 20% Preț: 303.85 lei
- 20% Preț: 551.42 lei
- 20% Preț: 549.81 lei
- 28% Preț: 443.69 lei
- 20% Preț: 577.70 lei
- 28% Preț: 257.81 lei
- 27% Preț: 259.41 lei
- 20% Preț: 354.64 lei
- 30% Preț: 350.24 lei
- 20% Preț: 366.28 lei
- 27% Preț: 259.41 lei
- 31% Preț: 259.41 lei
- 20% Preț: 567.53 lei
- 27% Preț: 259.41 lei
- 31% Preț: 259.41 lei
- 27% Preț: 259.41 lei
- 20% Preț: 379.11 lei
- 31% Preț: 896.85 lei
- 20% Preț: 540.71 lei
- 20% Preț: 808.34 lei
- 31% Preț: 841.55 lei
- 26% Preț: 788.52 lei
Preț: 1106.43 lei
Preț vechi: 1383.03 lei
-20% Nou
Puncte Express: 1660
Preț estimativ în valută:
211.82€ • 220.17$ • 175.62£
211.82€ • 220.17$ • 175.62£
Carte tipărită la comandă
Livrare economică 06-20 februarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781138470897
ISBN-10: 1138470899
Pagini: 360
Dimensiuni: 156 x 234 x 28 mm
Greutate: 0.45 kg
Ediția:1
Editura: CRC Press
Colecția CRC Press
Seria Chapman & Hall/CRC Computational Science
ISBN-10: 1138470899
Pagini: 360
Dimensiuni: 156 x 234 x 28 mm
Greutate: 0.45 kg
Ediția:1
Editura: CRC Press
Colecția CRC Press
Seria Chapman & Hall/CRC Computational Science
Public țintă
Academic and Professional Practice & DevelopmentCuprins
Modern Processors. Basic Optimization Techniques for Serial Code. Data Access Optimization. Parallel Computers. Basics of Parallelization. Shared-Memory Parallel Programming with OpenMP. Efficient OpenMP Programming. Locality Optimizations on ccNUMA Architectures. Distributed-Memory Parallel Programming with MPI. Efficient MPI Programming. Hybrid Parallelization with MPI and OpenMP. Appendices. Bibliography. Index.
Recenzii
Georg Hager and Gerhard Wellein have developed a very approachable introduction to high performance computing for scientists and engineers. Their style and description is easy to read and follow. … This book presents a balanced treatment of the theory, technology, architecture, and software for modern high performance computers and the use of high performance computing systems. The focus on scientific and engineering problems makes this both educational and unique. I highly recommend this timely book for scientists and engineers. I believe this book will benefit many readers and provide a fine reference.
—From the Foreword by Jack Dongarra, University of Tennessee, Knoxville, USA
—From the Foreword by Jack Dongarra, University of Tennessee, Knoxville, USA
Notă biografică
Georg Hager is a senior research scientist in the high performance computing group of the Erlangen Regional Computing Center at the University of Erlangen-Nuremberg in Germany. Gerhard Wellein leads the high performance computing group of the Erlangen Regional Computing Center and is a professor in the Department for Computer Science at the University of Erlangen-Nuremberg in Germany.
Descriere
Suitable for scientists, engineers, and students, this book presents a practical introduction to high performance computing (HPC). It discusses the architecture of modern processors, providing a solid understanding of the performance potentials and limitations of current architectures and code.