Skip to content

Latest commit

 

History

History

openmp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

OpenMP

This is a set of OpenMP examples.

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.