Changes between Version 9 and Version 10 of AssimilateIntro


Ignore:
Timestamp:
Apr 15, 2010, 9:50:24 AM (14 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AssimilateIntro

    v9 v10  
    4343Assimilators have the following command-line options:
    4444
    45  -app name :: the application name
     45 --app name :: the application name
    4646
    47  [ -mod N R ] :: process only jobs with mod(ID, N) == R.  This lets you run multiple assimilators in parallel to increase throughput.
     47 [ --mod N R ] :: process only jobs with mod(ID, N) == R.  This lets you run multiple assimilators in parallel to increase throughput.
    4848
    4949 [ -d N ] :: set verbosity level (1 = least, 3 = most)
    5050
    51  [ -dont_update_db ] :: don't mark jobs as assimilated (for testing)
     51 [ --dont_update_db ] :: don't mark jobs as assimilated (for testing)
    5252 
    5353== The sample assimilator ==
     
    5656It does the following:
    5757
    58  * For successful workunits, it writes the canonical instance's output files to the directory '''PROJECT/sample_results/'''.  If there is only one output file it is named WU_NAME.  If there are more than one they are named WU_NAME_0, WU_NAME_1, etc.  If there are no output files, an empty file WU_NAME_no_output_files is created.
    59  * If the workunit failed (to many errors, etc.) it appends a line to '''sample_results/errors''' containing the workunit name and the error code.
     58 * For successful workunits, it writes the canonical instance's output files to the directory '''PROJECT/sample_results/'''.
     59  If there is only one output file it is named WU_NAME.
     60  If there are more than one they are named WU_NAME_0, WU_NAME_1, etc.
     61  If there are no output files, an empty file WU_NAME_no_output_files is created.
     62 * If the workunit failed (e.g., too many errors) it appends a line to '''sample_results/errors''' containing the workunit name and the error code.
    6063
    6164The sample assimilator can be used as a placeholder while you