Home Page -------------------
[Home Page] - [Reviews Main]
-------------------

Book Review
High Performance Compilers for Parallel Computing by Michael Wolfe
Recommended
ISBN: 0 8053 2730 4       Publisher: Addison-Wesley       Pages: 570pp       Price: £47-00
Categories:   compilers     parallel systems    
Reviewed by Brian Bramer in C Vu 10-5 (Jul 1998)
Parallel hardware is becoming more common, however, the software to use such hardware lags far behind. For example, I have a four-processor system with FIFOs and shared memory for interprocessor communications but I still have to write separate C programs for each processor and the handle communications myself.

This book really deals with code generation for parallel systems. Chapter one considers matrix multiply and how performance can be improved on scaler processors by improving cache spatial or temporal locality (by changing loop order or structure) then moves on to consider improvements on vector, multi-processor (with shared memory), SIMD and MIMD architectures. Chapter two looks at language extensions to support parallelism, e.g. forall in High Performance Fortran. Chapters three and four deal with compiler analysis algorithms (graph concepts and linear algebra) and five to nine the optimiser (looking in particular at data dependence and how this effects scaler and parallel code generation). Code generation for a range of target architectures is then discussed, e.g. vector computers, shared memory parallel computers, message passing parallel computers, etc. Critical points considered are array references, generating concurrency from sequential and parallel loops (such as dopar and doall) and how nested loops are handled.

I found this a very interesting book relevant to my own research work. It would be useful not only for those writing compilers for parallel systems but also for anyone implementing code on sequential or parallel architectures who need to consider the efficiency of generated code (in particular loop generation and optimising array element access).


Other Authors with the same surname

Wolfe
Net Tech by Michael Wolfe  (Reviewed Nov 1995)
Virtual Private Networks by Mike Erwin & Charlie Scott & Paul Wolfe [Recommended]  (Reviewed May 2000)


Last Update - 13 May 2001.

To link to this review, please use the URL: http://www.accu.org/bookreviews/public/reviews/h/h001636.htm

Copyright © The Association of C & C++ Users 1998-2000. All rights reserved.

Mirrored from http://www.accu.org/