Document Information
Preface
1. Introducing the OpenMP API
2. Compiling and Running OpenMP Programs
3. Implementation-Defined Behaviors
4. Nested Parallelism
5. Tasking
5.1 Tasking Model
5.2 Data Environment
5.3 Tasking Example
5.4 Programming Considerations
5.4.1 THREADPRIVATE and Thread-Specific Information
5.4.2 Locks
5.4.3 References to Stack Data
6. Automatic Scoping of Variables
7. Scope Checking
8. Performance Considerations
A. Placement of Clauses on Directives
Index
This chapter describes the OpenMP Tasking Model.