Changes between Version 27 and Version 28 of WikiStart


Ignore:
Timestamp:
07/09/13 13:59:25 (11 years ago)
Author:
cdiaz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v27 v28  
    1313== Prerequisites == 
    1414 
    15 Most applications allow concurrent execution. Their parallel implementation is based on the StarSs (*Superscalar) programming model. StarSs is a declarative, task-based, dependancy-aware parallel programming model supporting shared and distributed memory systems including clusters and GPGPUs. [[br]] 
    16 You can find further information on StarSs together with download and installation instructions at https://pm.bsc.es/. 
    17 For further information on the StarSs front-end compiler and runtime, follow [https://pm.bsc.es/projects/mcxx Mercurium] and [https://pm.bsc.es/projects/nanox Nanox]. 
     15Most applications allow concurrent execution. Their parallel implementation is based on the COMPSs programming model. 
     16 
     17COMP Superscalar (COMPSs) is a programming model which aims to ease the development of applications for distributed infrastructures, such as Clusters, Grids and Clouds. COMP superscalar also features a runtime system that exploits the inherent parallelism of applications at execution time.[[br]] 
     18 
     19You can find further information on COMPSs together with download and installation instructions at http://www.bsc.es/computer-sciences/grid-computing/comp-superscalar. 
    1820 
    1921== Usage  ==