OpenMP News


»OpenMP At SC10 New Orleans

SC10 White LogoThis year’s international supercomputing conference and exhibition, SC10, was in New Orleans, LA, November 13-19, and OpenMP.org was there participating in the following events:

A Hands-On Introduction to OpenMP A Hands-On Introduction to OpenMP
Tim Mattson, Michael Wrinn, Mark Bull

Shared Memory Programming with OpenMP

Hybrid MPI and OpenMP Parallel Programming Hybrid MPI and OpenMP Parallel Programming
Rolf Rabenseifner, Georg Hager, Gabriele Jost

Birds of a Feather
OpenMP at the Frontiers of Parallelization
Larry Meadows, Bronis de Supinski, Nawal Copty

Best Student Paper (BSP) Finalist
Programming Models OpenMPC: Extended OpenMP Programming and Tuning for GPUs
Seyong Lee, Rudolf Eigenmann

»IWOMP 2010 Material Available

IWOMP 2010 IWOMP 2010, the annual international workshop on OpenMP, was held in Tsukuba, Japan in June.

The papers presented at the workshop are now available as a book published by Springer Verlag: Beyond Loop Level Parallelism in OpenMP: Accelerators, Tasking and More

The OpenMP Tutorial is also available in PDF:

»Dr Dobbs on OpenMP

Dr DobbsDr Dobbs Journal has a lengthy article about OpenMP:

OpenMP: A Portable Solution for Threading
By Shameem Akhter and Jason Roberts

However, while still useful, it is a bit dated. It seems to be adapted from Chapter 6 of the authors’ book Multi-Core Programming, and is limited to version 2.5 of the OpenMP specifications.

»SPEC Looking For A Few Good Applications

SPEC logo - spec.org

SPEC, the Standard Performance Evaluation Corporation, is looking for realistic OpenMP applications to include in the next version of the SPEC CPU and SPEC OMP benchmark suites.

SPEC is sponsoring a search program, and for each step of the process that a submission passes, SPEC will compensate the Program Submitter (in recognition of the Submitter’s effort and skill). A submission that passes all of the steps and is included in the next SPEC CPU benchmark suite will receive $5000 US overall and a license for the new benchmark suite when released.   Details on the Benchmark Search Program at: http://www.spec.org/cpuv6/.

»IWOMP 2009 Presos Now Available

From The 2009 International Workshop on OpenMP in Dresden, Germany.

Many of the presentations are now available in PDF from the IWOMP website:

»Download Book Examples and Discuss

Ruud van der Pas, one of the authors of the book Using OpenMP - - Portable Shared Memory Parallel Programming by Chapman, Jost, and van der Pas, has made 41 of the examples in the book available for download and your use.

These source examples are available as a free download »here (a zip file) under the BSD license. Each source comes with a copy of the license. Please do not remove this.

You are encouraged to try out these examples and perhaps use them as a starting point to better understand and perhaps further explore OpenMP.

Each source file constitutes a full working program. Other than a compiler and run time environment to support OpenMP, nothing else is needed.

With the exception of one example, there are no source code comments.

Not only are these examples very straightforward, they are also discussed in the book.

To make things easier, each source directory has a make file called “Makefile”. This file can be used to build and run the examples in the specific directory. Before you do so, you need to activate the appropriate include line in file Makefile. There are include files for several compilers and Unix based Operating Systems (Linux, Solaris and Mac OS to precise).

These files have been put together on a best effort basis. The User’s Guide that is bundled with the examples explains this in more detail.

Also, we have created a new forum, »Using OpenMP - The Book and Examples, for discussion and feedback.

»OpenMP 3.0 Fortran Summary Card

A summary card of the OpenMP 3.0 Fortran API Specifications is now available:

»OpenMP 3.0 Fortran API Summary Card (revised March 2009) (PDF)

Also:     »Version 3.0 Summary Card C/C++ (November, 2008) (PDF)

»Demystifying Persistent Myths About OpenMP

Ruud van der Pas (Sun Microsystems) debunks some of the myths about OpenMP he found in a recent article on the web about parallel programming.

Unfortunately, the September 5, 2008 blog titled “The OpenMP Concurrency Platform“ written by Charles Leiserson from Cilk Arts repeats some of the persistent myths regarding OpenMP.

Certain comments made also may give rise to a somewhat distorted view on OpenMP for those readers that are less into the aspects of parallel programming. For example, the statement that OpenMP is most suitable for loops only. This has never been the case and certainly the introduction of the flexible and powerful tasking concept in OpenMP 3.0 (released May 2008) is a big step forward.

Read »Ruud’s blog entry

The OpenMP API supports multi-platform shared-memory parallel programming in C/C++ and Fortran. The OpenMP API defines a portable, scalable model with a simple and flexible interface for developing parallel applications on platforms from the desktop to the supercomputer.
»Read about OpenMP.org