OpenMP, a gentle start to parallelisation

OpenMP is a nice, relatively simple and ubiquitous interface to start with the parallel programming. With a few learning-by-doing examples in C I introduce the

and

With these one can play with the typical useful algorithms, like

There is also a small code that compares the parallel and simple FFT execution.

Other links:

Updated: