Changes between Version 9 and Version 10 of Public/User_Guide/OmpSs-2


Ignore:
Timestamp:
Jun 11, 2019, 11:40:21 AM (5 years ago)
Author:
Pedro Martinez-Ferror
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/OmpSs-2

    v9 v10  
    33= Programming with OmpSs-2 =
    44
     5Table of contents:
    56* Introduction
    67* Quick User Guide
     
    1213[[Image(pools.png, 30%)]]
    1314
    14 OmpSs-2 **thread-pool** execution model differs from the **fork-join** parallelism implemented in OpenMP.
     15OmpSs-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.
    1516
    1617