 |
|
Title: Using MPI - 2nd Edition: Portable Parallel Programming with the Message Passing Interface (Scientific and Engineering Computation)
ISBN: 0262571323
Author:
William Gropp
Ewing Lusk
Anthony Skjellum
Publicate Date: 1999-11-26 Publish: 1999-11-26
List Price: $49.00
Average Customer Rating: 4.5
Format: Paperback
 |
 |
 |
 |
 |
Amazon Lowest New Price: $34.95
Amazon Lowest Used Price: $26.00
Amazon Merchant Price: $39.67
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
| Customer Review: |
 |
1: Pretty good for MPI Beginners.
I bought this book for a course on Parallel Computing for which we did some basic MPI programming. This book was useful to a great extent in describing the syntax of the MPI routines as well as in providing ample examples. To my knowledge, it doesn't contain advanced MPI concepts but it is good in explaining the basics of MPI if you are a beginner.
|
2: Thorough coverage of MPI programming in Fortran, C, and C++
This book is an excellent introduction to programming with the MPI. It gradually introduces concepts from the simple to the complex. This is done with examples that illustrate the use of different techniques. The examples include the code to implement them. The programming examples alternate between Fortran 90, C, and C++. However, after giving the example in one language, the bindings for the MPI functions in the other two languages are presented. In addition, the programming examples in either language are easily understood. Although my first choice of programming language is Fortran (and I have very basic knowledge or C), I was able to follow the examples in C and C++ and to write their equivalents in Fortran so I could test them on our computers.
|
3: good reference but short on C examples
I liked the reference as an introduction to MPI, but it switched between fortran and C so often that I spent a fair amount of my time just trying to interpret the code samples and synchronize to the syntax of the language they were using. You shouldnt have that problem if you have used Fortran in the last ten years but i havnt touched it since college. You have to be able to work with both languages though because many of the key concepts are only demonstrated in one language. Also the examples were usaully spread out into mini snipets as opposed to a larger block that might show a more complete picture.
|
|
|
|