Outline
CSCI-3150 A simple tutorial on OpenMP
- Introduction
- A simple introduction to OpenMP
- Helloworld
- A simple program show you how to compile
- Parallel
- How to create multithread
- Faster
- A overview of how fast we can get
- Synchronization
- A overview introduction of synchronization in OpenMP