Skip to content

Parallel Programming in C with MPI and OpenMP

Best in textbook rentals since 2012!

ISBN-10: 0071232656

ISBN-13: 9780071232654

Edition: N/A

Authors: Michael J. Quinn

List price: $81.36
Blue ribbon 30 day, 100% satisfaction guarantee!
Out of stock
We're sorry. This item is currently unavailable.
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

The era of practical parallel programming has arrived, marked by the popularity of the MPI and OpenMP software standards and the emergence of commodity clusters as the hardware platform of choice for an increasing number of organizations. This exciting new book, Parallel Programming in C with MPI and OpenMP addresses the needs of students and professionals who want to learn how to design, analyze, implement, and benchmark parallel programs in C using MPI and/or OpenMP. It introduces a rock-solid design methodology with coverage of the most important MPI functions and OpenMP directives. It also demonstrates, through a wide range of examples, how to develop parallel programs that will execute…    
Customers also bought

Book details

List price: $81.36
Publisher: McGraw-Hill Education (ISE Editions)
Publication date: 1/1/2008
Pages: 480
Size: 6.34" wide x 7.71" long x 0.75" tall
Weight: 1.496

Motivation and History
Parallel Architectures
Parallel Algorithm Design
Message-Passing Programming
The Sieve of Eratosthenes
Floyd's Algorithm
Performance Analysis
Matrix-Vector Multiplication
Document Classification
Monte Carlo Methods
Matrix Multiplication
Solving Linear Systems
Finite Difference Methods
Sorting
The Fast Fourier Transform
Combinatorial Search
Shared-memory Programming
Combining MPI and OpenMP
MPI Functions
Utility Functions
Debugging MPI Programs
Review of Complex Numbers
OpenMP Functions