[[PageOutline]] = Application Name = Increment = Summary = * '''Name''': {{{Increment}}} * '''Contact Person''': {{{support-compss@bsc.es}}} * '''Access Level''': {{{public}}} * '''License Agreement''': {{{Apache2}}} * '''Platform''': {{{COMPSs}}} * '''Repository''': [[https://compss.bsc.es/svn/bar/tutorial_apps/python/increment|Increment]] == Description == Increment is an application that takes three different values and increases them a number of given times. The purpose of this application is to show parallelism between the different increments. == Execution instructions == Usage: runcompss --lang=python /home/compss/tutorial_apps/python/increment/increment.py where: * - N: Number of times to increase the counters * - initValue1: Initial value for counter 1 * - initValue2: Initial value for counter 2 * - initValue3: Initial value for counter 3 == Execution Example == runcompss --lang=python /home/compss/tutorial_apps/python/increment/increment.py 10 1 2 3 == Build == No build is required