Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Suggested books for OpenMP

Robinson__Donald
Beginner
502 Views
I'm just beginning a project that will likely include OpenMP.

Reading summaries from Google searches, the book "Using OpenMP - Portable Shared Memory Parallel Programming" (2007) by Chapman, Jost and van Der Pas seems to be a good start.

I'd be interested to hear of any highly recommended book(s), from those with some experience!.
0 Kudos
2 Replies
mriedman
Novice
502 Views
I can't comment on the book you mentioned. I'm using and recommend"Parallel Programming in OpenMP" (2001) by Chandra, Dagum, Kohr, Maydan, McDonald, Menon.
It isexcellent reading and a good reference as well. However it does not cover the latest OpenMP extensions (which is not an issue for my work). The examples are mostly in Fortran. If you go for C/C++ then it may not be yourbestchoice.
0 Kudos
TimP
Honored Contributor III
502 Views
The text by Chapman et al. is often considered the best, including full coverage of both C and Fortran for OpenMP 2.0. Note that it contains an Intel endorsement, in case you are interested in full disclosure.
For the newer standards, you may need to consult openmp.org or the vendors' documentation.
0 Kudos
Reply