Cantitate/Preț
Produs

Parallel Scientific Computation: A Structured Approach Using BSP

Autor Rob H. Bisseling
en Limba Engleză Hardback – 29 sep 2020
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.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 28032 lei  31-37 zile +5355 lei  4-10 zile
  OUP OXFORD – 29 sep 2020 28032 lei  31-37 zile +5355 lei  4-10 zile
Hardback (2) 54132 lei  31-37 zile
  OUP OXFORD – 29 sep 2020 54132 lei  31-37 zile
  OUP OXFORD – 3 mar 2004 103322 lei  6-8 săpt.

Preț: 54132 lei

Preț vechi: 74924 lei
-28% Nou

Puncte Express: 812

Preț estimativ în valută:
10361 10799$ 8625£

Carte tipărită la comandă

Livrare economică 26 decembrie 24 - 01 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780198788348
ISBN-10: 0198788347
Pagini: 410
Dimensiuni: 162 x 240 x 24 mm
Greutate: 0.82 kg
Ediția:2
Editura: OUP OXFORD
Colecția OUP Oxford
Locul publicării:Oxford, United Kingdom

Recenzii

The author presents a detailed study describing how parallel computation can be applied to a collection of numerical problems. He considers LU decomposition of dense matrices, the fast Fourier transform (FFT), multiplication of a sparse matrix by a dense vector, as well as matching vertices in a sparse graph and sorting. He uses these to teach design and implementation of well-structured efficient parallel algorithms...The book is best suited for a graduate course in parallel scientific processing for mathematics or computer science students.

Notă biografică

Rob Bisseling is a full professor in Scientific Computing at the Mathematics Institute of Utrecht University, where he has held a position since 1993. Previously, he worked as a research mathematician at the Shell laboratory in Amsterdam, where he investigated various applications of parallel computing.