Buch, Englisch, 496 Seiten, Format (B × H): 189 mm x 232 mm, Gewicht: 780 g
Buch, Englisch, 496 Seiten, Format (B × H): 189 mm x 232 mm, Gewicht: 780 g
ISBN: 978-0-12-804605-0
Verlag: Elsevier Science
An Introduction to Parallel Programming, Second Edition presents a tried-and-true tutorial approach that shows students how to develop effective parallel programs with MPI, Pthreads and OpenMP.
As the first undergraduate text to directly address compiling and running parallel programs on multi-core and cluster architecture, this second edition carries forward its clear explanations for designing, debugging and evaluating the performance of distributed and shared-memory programs while adding coverage of accelerators via new content on GPU programming and heterogeneous programming. New and improved user-friendly exercises teach students how to compile, run and modify example programs.
Zielgruppe
Students in undergraduate parallel programming or parallel computing courses designed for the computer science major or as a service course to other departments; professionals with no background in parallel computing.
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
1. Why parallel computing
2. Parallel hardware and parallel software
3. Distributed memory programming with MPI
4. Shared-memory programming with Pthreads
5. Shared-memory programming with OpenMP
6. GPU programming with CUDA
7. Parallel program development
8. Where to go from here