From 820e9627caddfe7cdf4f930f4056edd101e3a4d9 Mon Sep 17 00:00:00 2001 From: Thomas Yarnall Date: Wed, 16 Oct 2013 22:47:40 -0500 Subject: [PATCH] Added introductory book on parallel computing This book "is intended to provide only a very quick overview of the extensive and broad topic of Parallel Computing." There is another book by the same title, but its text isn't free. --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index f9e87ded..a80b28bd 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -203,6 +203,7 @@ ####Parallel Programming * [How to Write Parallel Programs](http://www.lindaspaces.com/book/) * [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 ####Software Architecture -- GitLab