FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
|
|
- Title: BIG CPU, BIG DATA: Solving the World's Toughest Problems with Parallel Computing
- Author(s) Alan Kaminsky
- Publisher: CreateSpace, 1 edition (July 30, 2016); eBook (Creative Commons Edition, 2015)
- License(s): CC BY-NC-ND 3.0
- Note: Pre-publication versions of the book dated August 2015 or earlier were free, Creative Commons licensed.
- Paperback 504 pages
- eBook PDF (424 pages, 12.01 MB)
- Language: English
- ISBN-10: 1534872280
- ISBN-13: 978-1534872288
- Share This:
This book teaches you how to write parallel programs for multicore machines, compute clusters, GPU accelerators, and big data map-reduce jobs, in the Java language, with the free, easy-to-use, object-oriented Parallel Java 2 Library. The book also covers how to measure the performance of parallel programs and how to design the programs to run as fast as possible.
The goal of this book is to teach you how to write parallel programs that take full advantage of the vast processing power of modern multicore computers, compute clusters, and graphics processing unit (GPU) accelerators.
To study parallel programming with this book, you'll need the following prerequisite knowledge: Java programming; C programming (for GPU pro grams); computer organization concepts (CPU, memory, cache, and so on); operating system concepts (threads, thread synchronization).
About the Authors- Alan Kaminsky is a Professor at Department of Computer Science, Rochester Institute of Technology. With 31 years of computing experience spanning industry and academia, he has developed telephone switching system software at Bell Laboratories, developed real-time embedded control software and fuzzy genetic algorithms at Harris Corporation, and worked on printer system architectures at Xerox Corporation.
- Big Data
- Parallel Computing and Programming
- Advanced Java
- C Programming
- Computer System, Organization, and Architecture
- BIG CPU, BIG DATA: Solving the World's Toughest Problems with Parallel Computing
- Pre-publication Version - PDF
- The Mirror Site (1) - PDF
-
Programming on Parallel Machines: GPU, Multicore, Clusters, etc.
The main goal of the book is to present parallel programming techniques that can be used in many situations for many application areas and which enable the reader to develop correct and efficient parallel programs.
-
Parallel Programming with CUDA: Architecture, Analysis, Application
This book offers a detailed guide to CUDA with a grounding in parallel fundamentals. With CUDA, you can use a desktop PC for work that would have previously required a large cluster of PCs or access to a High-Performance Computing (HPC) facility.
-
GPU Gems 3 (Hubert Nguyen)
The programmability of modern GPUs allows developers to not only distinguish themselves from one another but also to use this awesome processing power for non-graphics applications, such as physics simulation, financial analysis, etc.
-
The Practice of Parallel Programming (Sergey A. Babkin)
This book provides an advanced guide to the issues of the parallel and multithreaded programming. It goes beyond the high-level design of the applications, into the details that are often overlooked but vital to make the programs work.
-
Introduction to Parallel Computing (Blaise Barney)
This book explains how to design, debug, and evaluate the performance of distributed and shared-memory programs. It teaches students how to compile, run and modify example programs. It is a complete end-to-end source of information on almost all aspects.
-
Is Parallel Programming Hard? If So, What Can You Do About It?
It examines what makes parallel programming hard, and describes design techniques that can help you avoid many parallel-programming pitfalls. It is primarily intended for low-level C/C++ code, but offers valuable lessons for other environments as well.
:
|
|