Changes between Version 3 and Version 4 of application_pages/tutorial_apps/python/wordcount


Ignore:
Timestamp:
06/14/17 12:50:13 (7 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • application_pages/tutorial_apps/python/wordcount

    v3 v4  
    2323== Execution instructions == 
    2424Usage: 
    25 runcompss --lang=python /home/compss/tutorial_apps/python/wordcount/workcount.py <datasetPath> 
     25runcompss --lang=python /home/compss/tutorial_apps/python/wordcount/wordcount.py <datasetPath> 
    2626 
    2727where: 
    28                  * - datasetPath: Absolute path of the file to parse 
     28                 * - datasetPath: Absolute path of the file to parse (e.g. /home/compss/tutorial_apps/python/wordcount/data/) 
    2929 
    3030 
    3131== Execution Example == 
    32 runcompss --lang=python /home/compss/tutorial_apps/python/wordcount/wordcount.py /sharedDisk/wordcount/ 
     32runcompss --lang=python /home/compss/tutorial_apps/python/wordcount/wordcount.py /home/compss/tutorial_apps/python/wordcount/data/ 
     33runcompss /home/compss/tutorial_apps/python/wordcount/wordcount.py /home/compss/tutorial_apps/python/wordcount/data/ 
    3334 
    3435