Parallel Scientific Computation
A Structured Approach using BSP and MPI
- Publisher's listprice GBP 147.50
-
70 468 Ft (67 112 Ft + 5% VAT)
The price is estimated because at the time of ordering we do not know what conversion rates will apply to HUF / product currency when the book arrives. In case HUF is weaker, the price increases slightly, in case HUF is stronger, the price goes lower slightly.
- Discount 10% (cc. 7 047 Ft off)
- Discounted price 63 421 Ft (60 401 Ft + 5% VAT)
Subcribe now and take benefit of a favourable price.
Subscribe
70 468 Ft
Availability
printed on demand
Why don't you give exact delivery time?
Delivery time is estimated on our previous experiences. We give estimations only, because we order from outside Hungary, and the delivery time mainly depends on how quickly the publisher supplies the book. Faster or slower deliveries both happen, but we do our best to supply as quickly as possible.
Product details:
- Publisher OUP Oxford
- Date of Publication 4 March 2004
- ISBN 9780198529392
- Binding Hardback
- No. of pages324 pages
- Size 242x163x22 mm
- Weight 664 g
- Language English
- Illustrations frontispiece, 4pp colour plates, numerous line figures 0
Categories
Short description:
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.
MoreLong description:
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.
The book is contemporary, well presented, and balanced between concepts and the technical depth required for developing parallel algorithms.
Table of Contents:
Introduction
LU decomposition
The fast Fourier transform
Sparse matrix-vector multiplication
Auxiliary BSPedupack functions
A quick reference guide to BSPlib
Programming in BSP style using MPI
References
Index