Changes between Version 7 and Version 8 of Public/User_Guide/OmpSs-2


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

Legend:

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

    v7 v8  
    1010OmpSs-2 is a programming model composed of a set of directives and library routines that can be used in conjunction with a high-level programming language in order to develop concurrent applications. Its name originally comes from two other programming models: **OpenMP** and **StarSs**. The design principles of these two programming models constitute the fundamental ideas used to conceive the OmpSs philosophy.
    1111
    12 [[Image(pools.png, 20%)]]
     12[[Image(pools.png, 50%)]]
    1313
    1414OmpSs-2 **thread-pool** execution model differs from the **fork-join** parallelism implemented in OpenMP.