Changes between Initial Version and Version 1 of application_pages/apps/python/sort


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

--

Legend:

Unmodified
Added
Removed
Modified
  • application_pages/apps/python/sort

    v1 v1  
     1[[PageOutline]] 
     2 
     3= Application Name = 
     4 
     5Parallel Sort 
     6 
     7= Summary = 
     8 
     9* '''Name''': {{{Parallel Sort}}} 
     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/python/sort|Parallel Sort]] 
     15 
     16 
     17 == Description == 
     18This application is a parallel sort. 
     19 
     20 
     21== Execution instructions == 
     22Usage: 
     23runcompss sort.py <N> <initValue1> <initValue2> <initValue3> 
     24 
     25where: 
     26                 * - N: Number of times to increase the counters 
     27                 * - initValue1: Initial value for counter 1 
     28                 * - initValue2: Initial value for counter 2 
     29                 * - initValue3: Initial value for counter 3 
     30 
     31 
     32== Execution Example == 
     33runcompss increment.py 10 1 2 3 
     34 
     35 
     36== Build == 
     37No build is required 
     38