From 51cc978b162fb0a6766362d6f2f03f9d38323d13 Mon Sep 17 00:00:00 2001 From: Amit Dev Date: Thu, 24 Oct 2013 10:26:45 +0530 Subject: [PATCH] Added a book on parallel programming --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 99150b39..3e7d0f65 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -221,6 +221,7 @@ * [High Performance Computing](http://cnx.org/content/col11136/latest) (PDF, ePUB) - Charles Severance & Kevin Dowd * [Is Parallel Programming Hard, And, If So, What Can You Do About It?](http://kernel.org/pub/linux/kernel/people/paulmck/perfbook/perfbook.html) * [Introduction to Parallel Computing](https://computing.llnl.gov/tutorials/parallel_comp/) - Blaise Barney +* [Programming on Parallel Machines; GPU, Multicore, Clusters and More] (http://heather.cs.ucdavis.edu/parprocbook) - Norm Matloff ####Software Architecture * [Seamless Object-Oriented Software Architecture](http://www.bon-method.com/book_print_a4.pdf) (PDF) -- GitLab