Changes between Version 14 and Version 15 of Public/User_Guide/OmpSs-2
- Timestamp:
- Jun 11, 2019, 12:06:24 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/OmpSs-2
v14 v15 4 4 5 5 Table of contents: 6 * Introduction 7 * Quick User Guide 6 * Quick Overview 7 * Quick set up on DEEP-EST 8 * Examples 8 9 9 == Introduction==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.10 == Quick Overview == 11 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 (such as C, C++ or Fortran) 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 12 13 [[Image(OmpSsOpenMP.png, 30%)]] … … 25 26 26 27 [[Image(MercuriumNanos.png, 35%)]] 28 29 The reader is encouraged to visit the following links for additional information: 30 * OmpSs-2 official website. [https://pm.bsc.es/ompss-2] 31 * OmpSs-2 specification. [https://pm.bsc.es/ftp/ompss-2/doc/spec] 32 * OmpSs-2 user guide. [https://pm.bsc.es/ftp/ompss-2/doc/user-guide] 33 * OmpSs-2 examples and exercises. [https://pm.bsc.es/ftp/ompss-2/doc/examples/index.html] 34 * Mercurium official website. [https://www.bsc.es/research-and-development/software-and-apps/software-list/mercurium-ccfortran-source-source-compiler Link 1], [https://pm.bsc.es/mcxx Link 2] 35 * Nanos official website. [https://www.bsc.es/research-and-development/software-and-apps/software-list/nanos-rtl Link 1], [https://pm.bsc.es/nanox Link 2] 27 36 28 37