Logo

Introduction to Parallel Computing

Small book cover: Introduction to Parallel Computing

Introduction to Parallel Computing
by

Publisher: Lawrence Livermore National Laboratory
Number of pages: 187

Description:
This tutorial covers the very basics of parallel computing, and is intended for someone who is just becoming acquainted with the subject. It begins with a brief overview, including concepts and terminology associated with parallel computing. The topics of parallel memory architectures and programming models are then explored. These topics are followed by a discussion on a number of issues related to designing parallel programs. The tutorial concludes with several examples of how to parallelize simple serial programs.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Is Parallel Programming Hard, And, If So, What Can You Do About It?Is Parallel Programming Hard, And, If So, What Can You Do About It?
by
The purpose of this book is to help you understand how to program shared-memory parallel machines. By describing the algorithms that have worked well in the past, we hope to help you avoid some of the pitfalls that have beset parallel projects.
(13699 views)
Book cover: Parallel and Distributed Computation: Numerical MethodsParallel and Distributed Computation: Numerical Methods
by - Athena Scientific
This is a comprehensive and theoretically sound treatment of parallel and distributed numerical methods. It focuses on algorithms that are naturally suited for massive parallelization, and it explores the issues associated with such algorithms.
(11390 views)
Book cover: Concurrent Programming in ErlangConcurrent Programming in Erlang
by - Prentice Hall PTR
A tutorial of Erlang, a concurrent, functional programming language. The emphasis of this book is on learning through example and a number of well known problems in designing and programming concurrent fault-tolerant real-time systems.
(19312 views)
Book cover: A Framework for Enabling Distributed Applications on the InternetA Framework for Enabling Distributed Applications on the Internet
by - arXiv
Internet distributed applications (IDAs) are internet applications with which many users interact simultaneously. In this paper the author provides a basis for a framework that combines IDAs collectively within a single context.
(8666 views)