Changes between Version 9 and Version 10 of AssimilateIntro
- Timestamp:
- Apr 15, 2010, 9:50:24 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AssimilateIntro
v9 v10 43 43 Assimilators have the following command-line options: 44 44 45 - app name :: the application name45 --app name :: the application name 46 46 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. 48 48 49 49 [ -d N ] :: set verbosity level (1 = least, 3 = most) 50 50 51 [ - dont_update_db ] :: don't mark jobs as assimilated (for testing)51 [ --dont_update_db ] :: don't mark jobs as assimilated (for testing) 52 52 53 53 == The sample assimilator == … … 56 56 It does the following: 57 57 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. 60 63 61 64 The sample assimilator can be used as a placeholder while you