Changes between Version 9 and Version 10 of Public/User_Guide/OmpSs-2
- Timestamp:
- Jun 11, 2019, 11:40:21 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/OmpSs-2
v9 v10 3 3 = Programming with OmpSs-2 = 4 4 5 Table of contents: 5 6 * Introduction 6 7 * Quick User Guide … … 12 13 [[Image(pools.png, 30%)]] 13 14 14 OmpSs-2 **thread-pool** execution model differs from the **fork-join** parallelism implemented in OpenMP. 15 OmpSs-2 **thread-pool** execution model differs from the **fork-join** parallelism implemented in OpenMP. A **task** is the minimum execution entity that can be managed independently by the OmpSs-2 runtime scheduler. **Task dependences** let the user annotate the data flow of the program and are used to determine at runtime if the parallel execution of two tasks may cause data races. 15 16 16 17