Changes between Initial Version and Version 1 of application_pages/apps/c/simple_app


Ignore:
Timestamp:
10/26/15 09:33:26 (9 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • application_pages/apps/c/simple_app

    v1 v1  
     1[[PageOutline]] 
     2 
     3= Application Name = 
     4 
     5Simple 
     6 
     7= Summary = 
     8 
     9* '''Name''': {{{Simple}}} 
     10* '''Contact Person''': {{{support-compss@bsc.es}}} 
     11* '''Access Level''': {{{public}}} 
     12* '''License Agreement''': {{{Apache2}}} 
     13* '''Platform''': {{{COMPSs}}} 
     14* '''Repository''': [[https://compss.bsc.es/svn/bar/apps/c/simple_app|Simple]] 
     15 
     16 
     17 == Description == 
     18Simple is an application that takes one value and increases it by one unit. The purpose of this application is to show how tasks are managed by COMPSs. 
     19 
     20== Execution instructions == 
     21Usage: 
     22runcompss simple <initValue> 
     23 
     24where: 
     25                 * - initValue: Initial value for counter 
     26 
     27== Execution Example == 
     28runcompss simple 1 
     29 
     30 
     31== Build == 
     32buildapp simple