up vote 7 down vote favorite
7
share [g+] share [fb]

I am looking for a good textbook on Parallel Computing. Does anyone know any good textbooks on this subject. I would, also, prefer if this textbook covered parallel numeric techniques when solving partial differential equations.

link|improve this question

feedback

5 Answers

up vote 2 down vote accepted

Introduction to Parallel Computing by Grama et al.

alt text

I've got a copy of it, I found it useful during a parallel computing course, and according to me it is not so bad, although half of the reviews on Amazon seem to say something like "worst book ever written".

link|improve this answer
I agree, this was our textbook for a Parallel Programming Computer Science course. I still have it and occasionally flip through it. – jeffl8n May 5 '09 at 16:49
feedback

This is not exactly what you're looking for, but since Concurrent programming is part of parallel computing, you might be interested in reading Concurrent Programming in Java. Covers design patterns for writing code where multiple threads interact with shared memory, and is quite readable.

link|improve this answer
feedback

I am considering buying Concurrent Programming on Windows although I haven't read it so I can't recommend it either way.

link|improve this answer
feedback

Java Concurrency in Practice and How to Write Parallel Programs are both classics, though neither specfically address partial differential equations.

link|improve this answer
feedback

For the theory: Principles of Concurrent and Distributed Programming by M Ben-Ari.

For more conrete examples and discussion: Parallel and Distributed Computing: A Survey of Models, Paradigms and Approaches by Claudia Leopold.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.