Changes between Version 14 and Version 15 of Public/User_Guide/OmpSs-2


Ignore:
Timestamp:
Jun 11, 2019, 12:06:24 PM (5 years ago)
Author:
Pedro Martinez-Ferror
Comment:

Legend:

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

    v14 v15  
    44
    55Table of contents:
    6 * Introduction
    7 * Quick User Guide
     6* Quick Overview
     7* Quick set up on DEEP-EST
     8* Examples
    89
    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 ==
     11OmpSs-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.
    1112
    1213[[Image(OmpSsOpenMP.png, 30%)]]
     
    2526
    2627[[Image(MercuriumNanos.png, 35%)]]
     28
     29The 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]
    2736
    2837