ENGLISH

Using OpenMP: Portable Shared Memory Parallel Programming (Scientific and Engineering Computation)

Book information

Publisher
The MIT Press
Year
2007
ISBN
0262533022, 9780262533027
LCC
QA76.642 .C49 2008
Open Library ID
OL10238009M
Language
english
Format
PDF
Filesize
3 MB (3414826 bytes)
Series
Scientific and Engineering Computation
Pages
378\378
Time added
2010-10-03 22:52:24

Description

Only the most inexpensive processors, or processors built for low power consumption, now have single cores. The present and future of CPUs is multi-core, quad cores per CPU, 6 cores soon to come, and probably more after that. The authors have a deep understanding of parallel processing, modern computer architecture, and OpenMP. This understanding is communicated clearly in this excellent book. The only reason to use OpenMP is to make your programs run faster, this motivation permeates the entire book. Extensive discussions regarding performance are included, including extensive discussions of coding to maximize hits on the CPU cache, considerations of overhead in parallel program, how memory placement and thread binding behavior of multiple multi-core CPUs can affect performance, and many other considerations that likely never occured to you. Almost all of the discussions are presented with specific examples and instruction regarding how to code OpenMP directives. The emphasis is on C, with enough examples in Fortran to be able to use that also -- there is no discussion of C++. Since C and Fortran are by far the most important languages used for scientific computation, the language choices are appropriate at least for that community.

Similar books