Buch, Englisch, 698 Seiten, Format (B × H): 192 mm x 233 mm, Gewicht: 1407 g
An Integrated Approach
Buch, Englisch, 698 Seiten, Format (B × H): 192 mm x 233 mm, Gewicht: 1407 g
ISBN: 978-0-12-417137-4
Verlag: Elsevier Science & Technology
Multicore and GPU Programming offers broad coverage of the key parallel computing skillsets: multicore CPU programming and manycore "massively parallel" computing. Using threads, OpenMP, MPI, and CUDA, it teaches the design and development of software capable of taking advantage of today's computing platforms incorporating CPU and GPU hardware and explains how to transition from sequential programming to a parallel computing paradigm.
Presenting material refined over more than a decade of teaching parallel computing, author Gerassimos Barlas minimizes the challenge with multiple examples, extensive case studies, and full source code. Using this book, you can develop programs that run over distributed memory machines using MPI, create multi-threaded applications with either libraries or directives, write optimized applications that balance the workload between available computing resources, and profile and debug programs targeting multicore machines.
Zielgruppe
<p>Graduate students in parallel computing courses covering both traditional and GPU computing (or a two-semester sequence); professionals and researchers looking to master parallel computing.</p>
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Funktionale, Logische, Parallele und Visuelle Programmierung
- Mathematik | Informatik EDV | Informatik Technische Informatik Grid-Computing & Paralleles Rechnen
- Mathematik | Informatik EDV | Informatik Technische Informatik Hochleistungsrechnen, Supercomputer
Weitere Infos & Material
1 Introduction2 Multicore and Parallel Program Design3 Shared-memory programming: Threads4 Shared-memory programming: OpenMP5 Distributed memory programming6 GPU Programming7 The Thrust Template Library8 Load BalancingA Compiling Qt programsB RunningMPI Programs: Preparatory and Configuration StepsC Time MeasurementD Boost.MPIE Setting up CUDAF DLTlib