Changes between Version 6 and Version 7 of WrapperApp
- Timestamp:
- May 11, 2007, 4:24:36 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WrapperApp
v6 v7 95 95 * TODO: provide a way for projects to supply an animated GIF which is shown (with user/team credit text) as screensaver graphics. 96 96 * If the wrapper itself has command-line arguments (e.g., specified in the workunit template) these are passed to the application, after those specified in the job file. 97 * If the wrapper is used in standalone mode (while debuging), you have to provide the input files with the proper logical, not physical, names. 97 98 * The general form of the job file is: 98 99 {{{ … … 119 120 The wrapper program executes the worker, connecting its stdin to project/input2 and its stdout to project/worker_nodelete_0. The worker program opens 'in' for reading and 'out' for writing. 120 121 121 When the worker program finishes, the wrapper sees this and exits. Then the theBOINC core client copies slot/out to project/worker_nodelete_1.122 When the worker program finishes, the wrapper sees this and exits. Then the BOINC core client copies slot/out to project/worker_nodelete_1. 122 123