An Introduction to Parallel Programming

by Peter Pacheco

★★★★☆
4.1 (510)

US$31.50

15% OFF CODE: SAVE15

Description

An Introduction to Parallel Programming is the first undergraduate text to directly address compiling and running parallel programs on the new multi-core and cluster architecture. It explains how to design, debug, and evaluate the performance of distributed and shared-memory programs. The author Peter Pacheco uses a tutorial approach to show students how to develop effective parallel programs with MPI, Pthreads, and OpenMP, starting with small programming examples and building progressively to m