[[PageOutline]] = Application Name = Simple = Summary = * '''Name''': {{{Simple}}} * '''Contact Person''': {{{support-compss@bsc.es}}} * '''Access Level''': {{{public}}} * '''License Agreement''': {{{Apache2}}} * '''Platform''': {{{COMPSs}}} * '''Repository''': [[https://compss.bsc.es/svn/bar/tutorial_apps/c/simple|Simple]] == Description == Simple 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. == Execution instructions == Usage: runcompss --lang=c /home/compss/workspace_c/simple/master/simple where: * - initValue: Initial value for counter == Execution Example == runcompss --lang=c /home/compss/workspace_c/simple/master/simple 1 == Build == buildapp simple