This is a set of OpenMP examples.
- example1: Threaded "hello, world" code and how to use the cluster.
- example2: Some pitfalls: cache thrashing, false sharing and mutex pain.
- example3: Work-sharing loops: the OpenMP mainstay.
- example4: Some example applications of OpenMP, e.g. matrix multiplication.
- example5: Debugging examples and GDB cheat-sheet.