Get Free Shipping on orders over $79
Performance Modelling Techniques for Parallel Supercomputing Applications : Computer Science, Technology and Applications - A Grove

Performance Modelling Techniques for Parallel Supercomputing Applications

By: A Grove, P D Coddington

Paperback | 2 November 2010

At a Glance

Paperback


$92.75

or 4 interest-free payments of $23.19 with

 or 

Ships in 10 to 15 business days

Ever since the invention of the computer, users have demanded more and more computational power to tackle increasingly complex problems. A common means of increasing the amount of computational power available for solving a problem is to use parallel computing. Unfortunately, however, creating efficient parallel programs is notoriously difficult. In addition to all of the well-known problems that are associated with constructing a good serial algorithm, there are a number of problems specifically associated with constructing a good parallel algorithm. These mainly revolve around ensuring that all processors are kept busy and that they have timely access to the data that they require. Unfortunately, however, controlling a number of processors operating in parallel can be exponentially more complicated than controlling one processor. Furthermore, unlike data placement in serial programs, where sophisticated compilation techniques that optimise cache behaviour and memory interleaving are common, optimising data placement throughout the vastly more complex memory hierarchy present in parallel computers is often left to the parallel application programmer. All of these problems are compounded by the large number of parallel computing architectures that exist, because they often exhibit vastly different performance characteristics, which makes writing well-optimised, portable code especially difficult. The primary weapon against these problems in a parallel programmer's or parallel computer architect's arsenal is -- or at least should be -- the art of performance prediction. This book provides a historical exposition of over four decades of research into techniques for modelling the performance of computer programs running on parallel computers.

More in Parallel Processing

Building Microservices : Designing Fine-Grained Systems 2nd Edition - Sam Newman
Effective Rust : 35 Specific Ways to Improve Your Rust Code - David Drysdale
Production Kubernetes : Building Successful Application Platforms - Alex Brand
Observability Engineering : Achieving Production Excellence - Charity Majors
Scaling Python with Dask : From Data Science to Machine Learning - Holden Karau
Rust Atomics and Locks : Low-Level Concurrency in Practice - Mara Bos