Changes between Version 11 and Version 12 of WrapperApp
- Timestamp:
- May 28, 2007, 12:26:46 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WrapperApp
v11 v12 30 30 This is useful for two purposes: 31 31 32 * To handle jobs that involve multiple steps (e.g., pr oprocessing and postprocessing).32 * To handle jobs that involve multiple steps (e.g., preprocessing and postprocessing). 33 33 * To break a long job up into smaller pieces. This provides a form of checkpointing: ''wrapper'' does checkpointing at the task level, so that lost CPU time can be limited even if the legacy applications themselves are not restartable. 34 34 … … 36 36 37 37 * This requires version 5.5 or higher of the BOINC core client. 38 * Files opened directly by a worker program must have the <copy_file > tag.38 * Files opened directly by a worker program must have the <copy_file/> tag. 39 39 * If '''wrapper''' is passed command-line arguments (e.g., specified in the workunit template) these are passed to each of the applications, after those specified in the job file. 40 40 * If the wrapper is used in standalone mode (while debugging), you have to provide the input files with the proper logical, not physical, names.