Changes between Version 4 and Version 5 of Public/User_Guide/OmpSs-2
- Timestamp:
- Jun 11, 2019, 10:50:01 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/OmpSs-2
v4 v5 1 [[Image(OmpSs2_logo_full.png)]] 2 1 3 = Programming with OmpSs-2 = 2 4 … … 4 6 * Quick User Guide 5 7 6 [[Image(OmpSs2_logo_full.png)]]7 8 8 9 == Introduction == 9 OmpSs-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. 10 OmpSs-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. 11 12 OmpSs-2 **thread-pool** execution model differs from the **fork-join** parallelism implemented in OpenMP. 13 10 14 11 15