|
|
Showing 1 - 3 of
3 matches in All Departments
Building upon the wide-ranging success of the first edition,
Parallel Scientific Computation presents a single unified approach
to using a range of parallel computers, from a small desktop
computer to a massively parallel computer. The author explains how
to use the bulk synchronous parallel (BSP) model to design and
implement parallel algorithms in the areas of scientific computing
and big data, and provides a full treatment of core problems in
these areas, starting from a high-level problem description, via a
sequential solution algorithm to a parallel solution algorithm and
an actual parallel program written in BSPlib. Every chapter of the
book contains a theoretical section and a practical section
presenting a parallel program and numerical experiments on a modern
parallel computer to put the theoretical predictions and cost
analysis to the test. Every chapter also presents extensive
bibliographical notes with additional discussions and pointers to
relevant literature, and numerous exercises which are suitable as
graduate student projects. The second edition provides new material
relevant for big-data science such as sorting and graph algorithms,
and it provides a BSP approach towards new hardware developments
such as hierarchical architectures with both shared and distributed
memory. A single, simple hybrid BSP system suffices to handle both
types of parallelism efficiently, and there is no need to master
two systems, as often happens in alternative approaches.
Furthermore, the second edition brings all algorithms used up to
date, and it includes new material on high-performance linear
system solving by LU decomposition, and improved data partitioning
for sparse matrix computations. The book is accompanied by a
software package BSPedupack, freely available online from the
author's homepage, which contains all programs of the book and a
set of test driver programs. This package written in C can be run
using modern BSPlib implementations such as MulticoreBSP for C or
BSPonMPI.
This is the first text explaining how to use the bulk synchronous
parallel (BSP) model and the freely available BSPlib communication
library in parallel algorithm design and parallel programming.
Aimed at graduate students and researchers in mathematics, physics
and computer science, the main topics treated in the book are core
topics in the area of scientific computation and many additional
topics are treated in numerous exercises. An appendix on the
message-passing interface (MPI) discusses how to program using the
MPI communication library. MPI equivalents of all the programs are
also presented. The main topics treated in the book are core in the
area of scientific computation: solving dense linear systems by
Gaussian elimination, computing fast Fourier transforms, and
solving sparse linear systems by iterative methods. Each topic is
treated in depth, starting from the problem formulation and a
sequential algorithm, through a parallel algorithm and its
analysis, to a complete parallel program written in C and BSPlib,
and experimental results obtained using this program on a parallel
computer. Additional topics treated in the exercises include: data
compression, random number generation, cryptography, eigensystem
solving, 3D and Strassen matrix multiplication, wavelets and image
compression, fast cosine transform, decimals of pi, simulated
annealing, and molecular dynamics. The book contains five small but
complete example programs written in BSPlib which illustrate the
methods taught. The appendix on MPI discusses how to program in a
structured, bulk synchronous parallel style using the MPI
communication library. It presents MPI equivalents of all the
programs in the book. The complete programs of the book and their
driver programs are freely available online in the packages
BSPedupack and MPIedupack.
Building upon the wide-ranging success of the first edition,
Parallel Scientific Computation presents a single unified approach
to using a range of parallel computers, from a small desktop
computer to a massively parallel computer. The author explains how
to use the bulk synchronous parallel (BSP) model to design and
implement parallel algorithms in the areas of scientific computing
and big data, and provides a full treatment of core problems in
these areas, starting from a high-level problem description, via a
sequential solution algorithm to a parallel solution algorithm and
an actual parallel program written in BSPlib. Every chapter of the
book contains a theoretical section and a practical section
presenting a parallel program and numerical experiments on a modern
parallel computer to put the theoretical predictions and cost
analysis to the test. Every chapter also presents extensive
bibliographical notes with additional discussions and pointers to
relevant literature, and numerous exercises which are suitable as
graduate student projects. The second edition provides new material
relevant for big-data science such as sorting and graph algorithms,
and it provides a BSP approach towards new hardware developments
such as hierarchical architectures with both shared and distributed
memory. A single, simple hybrid BSP system suffices to handle both
types of parallelism efficiently, and there is no need to master
two systems, as often happens in alternative approaches.
Furthermore, the second edition brings all algorithms used up to
date, and it includes new material on high-performance linear
system solving by LU decomposition, and improved data partitioning
for sparse matrix computations. The book is accompanied by a
software package BSPedupack, freely available online from the
author's homepage, which contains all programs of the book and a
set of test driver programs. This package written in C can be run
using modern BSPlib implementations such as MulticoreBSP for C or
BSPonMPI.
|
|